diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-24 01:51:53 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-24 01:51:53 +0000 |
commit | d3fca0b5d450cea85fba81558f8faa8486d99e69 (patch) | |
tree | 10eb4d22d6412769a43abd06c8331e4b25e8d4c2 /gas/ChangeLog | |
parent | 4d2ad3b06d0951856569e528340b4bb960bbdbca (diff) | |
download | gdb-d3fca0b5d450cea85fba81558f8faa8486d99e69.zip gdb-d3fca0b5d450cea85fba81558f8faa8486d99e69.tar.gz gdb-d3fca0b5d450cea85fba81558f8faa8486d99e69.tar.bz2 |
gas/
* config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
delay slot in the noreorder mode with the o32 ABI.
gas/testsuite/
* gas/mips/jal-svr4pic-noreorder.d: New test case.
* gas/mips/mips1@jal-svr4pic-noreorder.d: New test
subarchitecture.
* gas/mips/r3000@jal-svr4pic-noreorder.d: Likewise.
* gas/mips/jal-svr4pic-noreorder.s: Source for the new test
case.
* gas/mips/mips.exp: Run the new test case.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ad0269..09ee0a2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-07-24 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR + delay slot in the noreorder mode with the o32 ABI. + 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com> Ina Pandit <ina.pandit@kpitcummins.com> |