diff options
author | Thiemo Seufer <ths@networkno.de> | 2003-09-19 23:34:16 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2003-09-19 23:34:16 +0000 |
commit | e903300178c0bdc078517b077a46e287f29c6238 (patch) | |
tree | df6b24b87718147949a3ca765c9054bb5bad0614 /gas | |
parent | 1708f284ef5423ca0e3c9f92afa6c744f5627d2d (diff) | |
download | fsf-binutils-gdb-e903300178c0bdc078517b077a46e287f29c6238.zip fsf-binutils-gdb-e903300178c0bdc078517b077a46e287f29c6238.tar.gz fsf-binutils-gdb-e903300178c0bdc078517b077a46e287f29c6238.tar.bz2 |
* gas/mips/elfel-rel.d: Add ABI specification.
* gas/mips/elfel-rel2.d: Likewise.
* gas/mips/elfel-rel3.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elfel-rel.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elfel-rel2.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elfel-rel3.d | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6facbeb..3b57527 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-09-20 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * gas/mips/elfel-rel.d: Add ABI specification. + * gas/mips/elfel-rel2.d: Likewise. + * gas/mips/elfel-rel3.d: Likewise. + 2003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * gas/mips/rm7000.s: Let objdump print trailing dots. diff --git a/gas/testsuite/gas/mips/elfel-rel.d b/gas/testsuite/gas/mips/elfel-rel.d index b96753b..c9671f5 100644 --- a/gas/testsuite/gas/mips/elfel-rel.d +++ b/gas/testsuite/gas/mips/elfel-rel.d @@ -1,6 +1,7 @@ #objdump: -sr -j .text #name: MIPS ELF reloc #source: elf-rel.s +#as: -32 # Test the HI16/LO16 generation. diff --git a/gas/testsuite/gas/mips/elfel-rel2.d b/gas/testsuite/gas/mips/elfel-rel2.d index 4efb493..4944160 100644 --- a/gas/testsuite/gas/mips/elfel-rel2.d +++ b/gas/testsuite/gas/mips/elfel-rel2.d @@ -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 --git a/gas/testsuite/gas/mips/elfel-rel3.d b/gas/testsuite/gas/mips/elfel-rel3.d index de08d43..4c4d679 100644 --- a/gas/testsuite/gas/mips/elfel-rel3.d +++ b/gas/testsuite/gas/mips/elfel-rel3.d @@ -1,6 +1,7 @@ #objdump: -sr -j .data #name: MIPS ELF reloc 3 #source: elf-rel3.s +#as: -32 .*: file format elf.*mips |