[Bug translator/17959] Something (broken DWARF?) causes Systemtap to generate C code with uint0_t types
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Apr 9 14:56:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=17959
Mark Wielaard <mjw at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Mark Wielaard <mjw at redhat dot com> ---
commit 4bfa7779843bda6f74c547a42a092a2974d07b9e
Author: Mark Wielaard <mjw@redhat.com>
Date: Thu Apr 9 16:51:56 2015 +0200
PR17959 Allow size-less pointer types.
golang might produce a DW_TAG_pointer_type without any size. Assume
the size of the pointer is equal to the address size of the DWARF CU
in that case. Otherwise we might try to create values of type uint0_t.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list