This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] MIPS gas testsuite fixes for mips64el-linux


Hello All,

this fixes testsuite failures in the mips64el-linux configuration.


Thiemo


2003-09-20  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	/gas/testsuite/ChangeLog
	* gas/mips/elfel-rel.d: Add ABI specification.
	* gas/mips/elfel-rel2.d: Likewise.
	* gas/mips/elfel-rel3.d: Likewise.


diff -burpNX /bigdisk/src/gcc-exclude source-orig/gas/testsuite/gas/mips/elfel-rel.d source/gas/testsuite/gas/mips/elfel-rel.d
--- source-orig/gas/testsuite/gas/mips/elfel-rel.d	Thu May 23 19:25:22 2002
+++ source/gas/testsuite/gas/mips/elfel-rel.d	Sat Sep 20 01:17:39 2003
@@ -1,6 +1,7 @@
 #objdump: -sr -j .text
 #name: MIPS ELF reloc
 #source: elf-rel.s
+#as: -32
 
 # Test the HI16/LO16 generation.
 
diff -burpNX /bigdisk/src/gcc-exclude source-orig/gas/testsuite/gas/mips/elfel-rel2.d source/gas/testsuite/gas/mips/elfel-rel2.d
--- source-orig/gas/testsuite/gas/mips/elfel-rel2.d	Sat Aug 25 02:48:49 2001
+++ source/gas/testsuite/gas/mips/elfel-rel2.d	Sat Sep 20 01:21:17 2003
@@ -1,6 +1,7 @@
 #objdump: -sr -j .text
 #name: MIPS ELF reloc 2
 #source: elf-rel2.s
+#as: -mabi=o64
 
 # Test the GPREL and LITERAL generation.
 # FIXME: really this should check that the contents of .sdata, .lit4,
diff -burpNX /bigdisk/src/gcc-exclude source-orig/gas/testsuite/gas/mips/elfel-rel3.d source/gas/testsuite/gas/mips/elfel-rel3.d
--- source-orig/gas/testsuite/gas/mips/elfel-rel3.d	Fri Aug 10 22:38:33 2001
+++ source/gas/testsuite/gas/mips/elfel-rel3.d	Sat Sep 20 01:21:45 2003
@@ -1,6 +1,7 @@
 #objdump: -sr -j .data
 #name: MIPS ELF reloc 3
 #source: elf-rel3.s
+#as: -32
 
 .*:     file format elf.*mips
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]