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 /bfd/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 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c02027b..8dc7003 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-11-21 Nick Clifton <nickc@redhat.com> + + * elf-m10300.c (mn10300_elf_relax_section): Allow for alignment + relocs when computing whether instructions can be relaxed. + 2007-11-16 Tristan Gingold <gingold@adacore.com> * elflink.c (elf_link_output_extsym): Weaken assertion: if |