* 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:
Ben Elliston 2005-07-19 00:58:52 +00:00
parent f417d20096
commit 32204df4ce
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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