diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-12 12:27:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-12 12:27:05 +0000 |
commit | 30e857fcdb77010a0a57bc86d2855e78c1842918 (patch) | |
tree | 992db7b4234c3ce3b94aacd4f789a6822c5ff44a /gas/testsuite/ChangeLog | |
parent | 9b098f24af69b10358b2254bd1a71f070d3e2514 (diff) | |
download | gdb-30e857fcdb77010a0a57bc86d2855e78c1842918.zip gdb-30e857fcdb77010a0a57bc86d2855e78c1842918.tar.gz gdb-30e857fcdb77010a0a57bc86d2855e78c1842918.tar.bz2 |
Fix off by one negative offsets for conditional branches.
Add a test of this fix.
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 b5c94fc..9de9798 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2004-11-12 Nick Clifton <nickc@redhat.com> + + * gas/mn10300/basic.exp: Add relax test. + * gas/mn10300/relax.s: New test. + * gas/mn10300/relax.d: Expected results. Make sure that the + correct size of instruction has been selected. + 2004-11-11 Bob Wilson <bob.wilson@acm.org> * gas/xtensa/short_branch_offset.s: New. |