diff options
author | David Ung <davidu@mips.com> | 2005-10-19 18:47:09 +0000 |
---|---|---|
committer | David Ung <davidu@mips.com> | 2005-10-19 18:47:09 +0000 |
commit | 290248614c6058e929e4403124d2cc106d130c83 (patch) | |
tree | 7434850e60493dc216ecd6fceb9e3a1a58ee3cd1 /gas/testsuite/ChangeLog | |
parent | 33c5e3a91d4d2265fc4c8a44210952616680b10b (diff) | |
download | gdb-290248614c6058e929e4403124d2cc106d130c83.zip gdb-290248614c6058e929e4403124d2cc106d130c83.tar.gz gdb-290248614c6058e929e4403124d2cc106d130c83.tar.bz2 |
* config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps
into jrc/jalrc versions if ISA_MIPS32+ and not doing the swap,
hence avoiding to emit a nop.
* gas/mips/mips.exp: Run new test.
* gas/testsuite/gas/mips/mips16e-jrc.s: New test for converting
jalr/jr to the compact jalrc/jrc instructions.
* gas/testsuite/gas/mips/mips16e-jrc.d: New.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1f4f742..7260810 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-10-19 David Ung <davidu@mips.com> + + * gas/mips/mips.exp: Run new test. + * gas/testsuite/gas/mips/mips16e-jrc.s: New test for converting + jalr/jr to the compact jalrc/jrc instructions. + * gas/testsuite/gas/mips/mips16e-jrc.d: New. + 2005-10-19 Martin Schwidefsky <schwidefsky@de.ibm.com> * gas/s390/zarch-z9-109.s: Add tests for unnormalized hfp multiply |