diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-07-03 18:49:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-07-03 18:49:04 +0000 |
commit | 86a1548669410dbb6a77c5e2dab7bd3a9b68b8e9 (patch) | |
tree | 9f01cac1686307493e56d29a9517719bbc7dfba3 /gas | |
parent | 2dd46b8b52575d34b13e9eb7e5be8550fecebd56 (diff) | |
download | gdb-86a1548669410dbb6a77c5e2dab7bd3a9b68b8e9.zip gdb-86a1548669410dbb6a77c5e2dab7bd3a9b68b8e9.tar.gz gdb-86a1548669410dbb6a77c5e2dab7bd3a9b68b8e9.tar.bz2 |
2001-07-03 H.J. Lu <hjl@gnu.org>
* gas/mips/lb-xgot-ilocks.d: Add -march=r3900.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/lb-xgot-ilocks.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5557e2f..449367e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-07-03 H.J. Lu <hjl@gnu.org> + + * gas/mips/lb-xgot-ilocks.d: Add -march=r3900. + 2001-07-01 Ben Elliston <bje@redhat.com> * gas/m88k/allinsn.s: New file. diff --git a/gas/testsuite/gas/mips/lb-xgot-ilocks.d b/gas/testsuite/gas/mips/lb-xgot-ilocks.d index 06aca8a..5c3ec63 100644 --- a/gas/testsuite/gas/mips/lb-xgot-ilocks.d +++ b/gas/testsuite/gas/mips/lb-xgot-ilocks.d @@ -1,6 +1,6 @@ #objdump: -dr --prefix-addresses -mmips:3000 #name: MIPS lb-xgot-ilocks -#as: -mips1 -KPIC -xgot -mtune=r3900 +#as: -mips1 -KPIC -xgot -mtune=r3900 -march=r3900 #source: lb-pic.s # Test the lb macro with -KPIC -xgot. |