diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-01 18:57:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-01 18:57:08 +0000 |
commit | b90dd607272c7f007cb121a22646f6cb1d5d1740 (patch) | |
tree | 771f39a8e749c9084dfb9b8c9822728b9890e4f4 /gas | |
parent | ddcfc5fc2c8063bb3ffa659efdb2d87d657bcd65 (diff) | |
download | ppe42-binutils-b90dd607272c7f007cb121a22646f6cb1d5d1740.tar.gz ppe42-binutils-b90dd607272c7f007cb121a22646f6cb1d5d1740.zip |
Expect mips16 nops to be used for padding when mips16 code generation is
enabled.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16.d | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9ef71b37cf..ece202257a 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 e4c1a0ca62..ad2bfa5277 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>: ... |