aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorChao-ying Fu <fu@mips.com>2008-06-20 18:34:00 +0000
committerChao-ying Fu <fu@mips.com>2008-06-20 18:34:00 +0000
commit4bec5bdf6a6c27ac9bc64ba58f47474d7320aeec (patch)
tree8611d868439cf46960a39c074149866b16af144a /gas
parent8e4c5421d999b7b072f88f0ed1536a3511f053b9 (diff)
downloadgdb-4bec5bdf6a6c27ac9bc64ba58f47474d7320aeec.zip
gdb-4bec5bdf6a6c27ac9bc64ba58f47474d7320aeec.tar.gz
gdb-4bec5bdf6a6c27ac9bc64ba58f47474d7320aeec.tar.bz2
* gas/mips/e32-rel2.d: Add -march=mips1 for as.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/mips/e32-rel2.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 12aa8b1..2013dea 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-19 Chao-ying Fu <fu@mips.com>
+
+ * gas/mips/e32-rel2.d: Add -march=mips1 for as.
+
2008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
PR gas/6607
diff --git a/gas/testsuite/gas/mips/e32-rel2.d b/gas/testsuite/gas/mips/e32-rel2.d
index a43fd33..c0f67d2 100644
--- a/gas/testsuite/gas/mips/e32-rel2.d
+++ b/gas/testsuite/gas/mips/e32-rel2.d
@@ -1,6 +1,6 @@
#objdump: -sr -j .text
#name: MIPS ELF reloc 2 (32-bit)
-#as: -mabi=32
+#as: -mabi=32 -march=mips1
#source: elf-rel2.s
# Test the GPREL and LITERAL generation.