aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-01 18:57:08 +0000
committerNick Clifton <nickc@redhat.com>2000-12-01 18:57:08 +0000
commitb90dd607272c7f007cb121a22646f6cb1d5d1740 (patch)
tree771f39a8e749c9084dfb9b8c9822728b9890e4f4 /gas
parentddcfc5fc2c8063bb3ffa659efdb2d87d657bcd65 (diff)
downloadgdb-b90dd607272c7f007cb121a22646f6cb1d5d1740.zip
gdb-b90dd607272c7f007cb121a22646f6cb1d5d1740.tar.gz
gdb-b90dd607272c7f007cb121a22646f6cb1d5d1740.tar.bz2
Expect mips16 nops to be used for padding when mips16 code generation is
enabled.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/mips16.d4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 9ef71b3..ece2022 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-01 Chris Demetriou <cgd@sibyte.com>
+
+ * gas/mips/mips16.d: Expect mips16 nops to be used for padding
+ when mips16 code generation is enabled.
+
2000-11-30 Diego Novillo <dnovillo@redhat.com>
* intel.s, intel.d: New test for @GOT references.
diff --git a/gas/testsuite/gas/mips/mips16.d b/gas/testsuite/gas/mips/mips16.d
index e4c1a0c..ad2bfa5 100644
--- a/gas/testsuite/gas/mips/mips16.d
+++ b/gas/testsuite/gas/mips/mips16.d
@@ -676,8 +676,8 @@ Disassembly of section .text:
85e: ef49 exit \$s0
860: efa9 exit \$s0-\$s1,\$ra
862: ef29 exit \$ra
- 864: 0000 addiu \$s0,\$sp,0
- ...
+ 864: 6500 nop
+ 866: 6500 nop
0+000868 <bar>:
...