diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-08-23 13:51:40 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-08-23 13:51:40 +0000 |
commit | 9eeefea8ddc2fa57330c8b3c0fae600481ec06a5 (patch) | |
tree | e5ebeea7c3ed9c3d8d1d0ced7dfd1155e9da1880 /binutils/ChangeLog | |
parent | db9d5280916b88f8be412adc7e3e9ca10c244bb5 (diff) | |
download | gdb-9eeefea8ddc2fa57330c8b3c0fae600481ec06a5.zip gdb-9eeefea8ddc2fa57330c8b3c0fae600481ec06a5.tar.gz gdb-9eeefea8ddc2fa57330c8b3c0fae600481ec06a5.tar.bz2 |
binutils/
* readelf.c (display_mips_gnu_attribute): Replace GCC options
with a textual description of a MIPS32r2 64-bit FPU.
ld/testsuite/
* ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
the new MIPS32r2 64-bit FPU description.
* ld-mips-elf/attr-gnu-4-40.d: Likewise.
* ld-mips-elf/attr-gnu-4-44.d: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index deb1006..cac073f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2010-08-23 Maciej W. Rozycki <macro@codesourcery.com> + + * readelf.c (display_mips_gnu_attribute): Replace GCC options + with a textual description of a MIPS32r2 64-bit FPU. + 2010-08-19 Alan Modra <amodra@gmail.com> * NEWS: Mention change in linker script expression evaluation. |