diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-12-03 15:57:44 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-12-03 15:57:44 +0000 |
commit | 20696deded3ddcf936795f73f53a7a702a6955b1 (patch) | |
tree | fac0580e8d4e43c526932a22f1d306c701fd9437 /ld/testsuite/ld-mips-elf/attr-gnu-4-12.d | |
parent | d82184d78220ce42e0f54ce9fbb0688860ff0388 (diff) | |
download | gdb-20696deded3ddcf936795f73f53a7a702a6955b1.zip gdb-20696deded3ddcf936795f73f53a7a702a6955b1.tar.gz gdb-20696deded3ddcf936795f73f53a7a702a6955b1.tar.bz2 |
bfd/
* elfxx-mips.c (mips_elf_merge_obj_attributes): Correct messages
for the -mdouble-float and -msingle-float cases throughout; make
all the messages report the output file consistently on the
left-hand side.
ld/testsuite/
* ld-mips-elf/attr-gnu-4-12.d: Adjust the warning expected
according to changes to BFD.
* ld-mips-elf/attr-gnu-4-14.d: Likewise.
* ld-mips-elf/attr-gnu-4-31.d: Likewise.
* ld-mips-elf/attr-gnu-4-32.d: Likewise.
* ld-mips-elf/attr-gnu-4-34.d: Likewise.
* ld-mips-elf/attr-gnu-4-41.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/attr-gnu-4-12.d')
-rw-r--r-- | ld/testsuite/ld-mips-elf/attr-gnu-4-12.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-12.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-12.d index 447621c..77a13bc 100644 --- a/ld/testsuite/ld-mips-elf/attr-gnu-4-12.d +++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-12.d @@ -1,5 +1,5 @@ #source: attr-gnu-4-1.s #source: attr-gnu-4-2.s #ld: -r -#warning: Warning: .* uses -msingle-float, .* uses -mdouble-float +#warning: Warning: .* uses -mdouble-float, .* uses -msingle-float #target: mips*-*-* |