diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/attr-gnu-4-45.d | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a1a549a..7234743 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2012-12-03 Maciej W. Rozycki <macro@codesourcery.com> + * ld-mips-elf/attr-gnu-4-45.d: Add missing "readelf" keyword. + Update dump according to current output. + +2012-12-03 Maciej W. Rozycki <macro@codesourcery.com> + * ld-mips-elf/attr-gnu-4-12.d: Update the warning message. * ld-mips-elf/attr-gnu-4-13.d: Likewise. * ld-mips-elf/attr-gnu-4-14.d: Likewise. diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-45.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-45.d index 0f19804..0d1b079 100644 --- a/ld/testsuite/ld-mips-elf/attr-gnu-4-45.d +++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-45.d @@ -1,9 +1,10 @@ #source: attr-gnu-4-4.s #source: attr-gnu-4-5.s #ld: -r +#readelf: -A #warning: Warning: .* uses -mips32r2 -mfp64 \(set by .*\), .* uses unknown floating point ABI 5 #target: mips*-*-* Attribute Section: gnu File Attributes - Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\) + Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\) |