diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-21 12:06:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-21 12:06:26 +0000 |
commit | fc91707cc23bf4d1cd75cc754c28cc4ff6b8c5bd (patch) | |
tree | 621e934241b754dc7b872c4d45b4b54df447a19a /ld/testsuite/ChangeLog | |
parent | 031cd65fb243f8dc3bddfa4a4862a710ff1afde7 (diff) | |
download | gdb-fc91707cc23bf4d1cd75cc754c28cc4ff6b8c5bd.zip gdb-fc91707cc23bf4d1cd75cc754c28cc4ff6b8c5bd.tar.gz gdb-fc91707cc23bf4d1cd75cc754c28cc4ff6b8c5bd.tar.bz2 |
* elf-m10300.c (mn10300_elf_relax_section): Allow for alignment relocs when
computing whether instructions can be relaxed.
* ld-mn10300/i135409-4.s: New test case. Check for relaxation to a 16-bit
jump instruction.
* ld-mn10300/i135409-4.t: Linker script for the new test.
* ld-mn10300/i135409-4.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 da6d9b0..7e8719a 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2007-11-21 Nick Clifton <nickc@redhat.com> + + * ld-mn10300/i135409-4.s: New test case. Check for relaxation to + a 16-bit jump instruction. + * ld-mn10300/i135409-4.t: Linker script for the new test. + * ld-mn10300/i135409-4.d: Expected disassembly of new test. + * ld-mn10300/mn10300.exp: Run the new test. + 2007-11-20 Nick Clifton <nickc@redhat.com> * lib/ld-lib.exp (check_gc_sections_available): New proc, based |