diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-28 13:04:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-28 13:04:18 +0000 |
commit | e23f1610289a9ba59e77cc214680d38aa7db9e13 (patch) | |
tree | c6b31554551fb99e3c380ef8296b6f48c6616526 /ld/testsuite/ChangeLog | |
parent | e842223a72b42cb087d8ba304b7b31f5d2131568 (diff) | |
download | gdb-e23f1610289a9ba59e77cc214680d38aa7db9e13.zip gdb-e23f1610289a9ba59e77cc214680d38aa7db9e13.tar.gz gdb-e23f1610289a9ba59e77cc214680d38aa7db9e13.tar.bz2 |
* elf-m10300.c (mn10300_elf_relax_section): Extend previous fix to cover forward jumps.
* ld-mn10300/i135409-5.s: New test case. Check for relaxation to a 16-bit backward jump instruction.
* ld-mn10300/i135409-5.t: Linker script for the new test.
* ld-mn10300/i135409-5.d: Expected disassembly of new test.
* ld-mn10300/mn10300.exp: Run the new test.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 7e8719a..fc7671a 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2007-11-28 Nick Clifton <nickc@redhat.com> + + * ld-mn10300/i135409-5.s: New test case. Check for relaxation to + a 16-bit backward jump instruction. + * ld-mn10300/i135409-5.t: Linker script for the new test. + * ld-mn10300/i135409-5.d: Expected disassembly of new test. + * ld-mn10300/mn10300.exp: Run the new test. + 2007-11-21 Nick Clifton <nickc@redhat.com> * ld-mn10300/i135409-4.s: New test case. Check for relaxation to |