bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/18359] objdump can't print correct DW_AT_encoding name


From: jamesgua at ca dot ibm.com
Subject: [Bug binutils/18359] objdump can't print correct DW_AT_encoding name
Date: Thu, 30 Apr 2015 14:14:41 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=18359

--- Comment #2 from tao guan <jamesgua at ca dot ibm.com> ---
Thanks Nick!

Try build binutils with latest version plus the patch:
GNU objdump (GNU Binutils) 2.25.51.20150430
Copyright (C) 2015 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.

Now it shows:
...
<1><ee>: Abbrev Number: 2 (DW_TAG_base_type)
    <ef>   DW_AT_byte_size   : 2
    <f0>   DW_AT_encoding    : 16 (unicode string)
    <f1>   DW_AT_name        : (indirect string, offset: 0x11f): char16_t
 <1><f5>: Abbrev Number: 2 (DW_TAG_base_type)
    <f6>   DW_AT_byte_size   : 4
    <f7>   DW_AT_encoding    : 16 (unicode string)
    <f8>   DW_AT_name        : (indirect string, offset: 0x68): char32_t
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]