mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* readelf.c (read_and_display_attr_value): Remove comment adjacent
to DW_ATE_decimal_float about it being a GNU extension.
This commit is contained in:
parent
f417d20096
commit
32204df4ce
@ -1,3 +1,8 @@
|
||||
2005-07-19 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* readelf.c (read_and_display_attr_value): Remove comment adjacent
|
||||
to DW_ATE_decimal_float about it being a GNU extension.
|
||||
|
||||
2005-07-18 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
|
||||
|
@ -8615,7 +8615,6 @@ read_and_display_attr_value (unsigned long attribute,
|
||||
case DW_ATE_unsigned_char: printf ("(unsigned char)"); break;
|
||||
/* DWARF 2.1 value. */
|
||||
case DW_ATE_imaginary_float: printf ("(imaginary float)"); break;
|
||||
/* GNU extension. */
|
||||
case DW_ATE_decimal_float: printf ("(decimal float)"); break;
|
||||
default:
|
||||
if (uvalue >= DW_ATE_lo_user
|
||||
|
Loading…
Reference in New Issue
Block a user