OSDN Git Service

bfd/
authorRichard Sandiford <rsandifo@nildram.co.uk>
Fri, 11 Jul 2003 14:59:41 +0000 (14:59 +0000)
committerRichard Sandiford <rsandifo@nildram.co.uk>
Fri, 11 Jul 2003 14:59:41 +0000 (14:59 +0000)
commitea4e8beb189f6a33a4184df4115cf943971c5751
treed87283315d30f574ef4409c459bf0af49018ff9e
parentd4617d6fec602034d6b1b34e57c5a30c8b51a3c5
bfd/
* bfd-in.h (bfd_h8300_pad_address): Declare.
* bfd-in2.h: Regenerate.
* cpu-h8300.c (bfd_h8300_pad_address): New function.
* coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
addresses before checking whether they can be relaxed.
(h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
Don't complain about overflows in general 8-bit relocations.
* elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
Fix handling of R_H8_DIR24A8.

ld/testsuite/
* ld-h8300/relax-3{.s,.d,-coff.d}: New test.
* ld-h8300/h8300.exp: Run it.
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/coff-h8300.c
bfd/elf32-h8300.c
ld/testsuite/ChangeLog
ld/testsuite/ld-h8300/h8300.exp
ld/testsuite/ld-h8300/relax-3-coff.d [new file with mode: 0644]
ld/testsuite/ld-h8300/relax-3.d [new file with mode: 0644]
ld/testsuite/ld-h8300/relax-3.s [new file with mode: 0644]