This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/17959] Something (broken DWARF?) causes Systemtap to generate C code with uint0_t types


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]