[PATCH 6/7] MIPS testsuite cleanup - part 7 (irix related)

Matthew Fortune Matthew.Fortune@imgtec.com
Fri Sep 5 15:14:00 GMT 2014


This patch is also irix related and changes non-traditional
expected output in a similar manner to the traditional output
done in the FPXX patch.

Thanks,
Matthew

ld/testsuite/

	* ld-mips-elf/elf-rel-got-n32.d: Remove .gnu.attributes section.
	* ld-mips-elf/elf-rel-got-n64.d: Likewise.
	* ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
---
 ld/testsuite/ld-mips-elf/elf-rel-got-n32.d  | 2 +-
 ld/testsuite/ld-mips-elf/elf-rel-got-n64.d  | 2 +-
 ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d b/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d
index 174153d..f159050 100644
--- a/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d
+++ b/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d
@@ -1,6 +1,6 @@
 #name: MIPS ELF got reloc n32
 #as: -march=from-abi -EB -n32 -KPIC
-#objcopy_objects: -R .MIPS.abiflags -K __start
+#objcopy_objects: -R .MIPS.abiflags -R .gnu.attributes -K __start
 #source: ../../../gas/testsuite/gas/mips/elf-rel-got-n32.s RUN_OBJCOPY
 #ld:
 #objdump: -D --show-raw-insn
diff --git a/ld/testsuite/ld-mips-elf/elf-rel-got-n64.d b/ld/testsuite/ld-mips-elf/elf-rel-got-n64.d
index 492f76e..26d9ef5 100644
--- a/ld/testsuite/ld-mips-elf/elf-rel-got-n64.d
+++ b/ld/testsuite/ld-mips-elf/elf-rel-got-n64.d
@@ -1,6 +1,6 @@
 #name: MIPS ELF got reloc n64
 #as: -march=from-abi -EB -64 -KPIC
-#objcopy_objects: -R .MIPS.abiflags
+#objcopy_objects: -R .MIPS.abiflags -R .gnu.attributes
 #source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
 #ld:
 #objdump: -D --show-raw-insn
diff --git a/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d b/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d
index 348b718..aef5d6a 100644
--- a/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d
+++ b/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d
@@ -1,6 +1,6 @@
 #name: MIPS ELF xgot reloc n64
 #as: -march=from-abi -EB -64 -KPIC -xgot
-#objcopy_objects: -R .MIPS.abiflags -K __start
+#objcopy_objects: -R .MIPS.abiflags -R .gnu.attributes -K __start
 #source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
 #ld:
 #objdump: -D --show-raw-insn
-- 
1.9.4



More information about the Binutils mailing list