bfd/
authorRichard Sandiford <rdsandiford@googlemail.com>
Fri, 11 Jul 2003 14:59:41 +0000 (14:59 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Fri, 11 Jul 2003 14:59:41 +0000 (14:59 +0000)
commit7a9823f1a9d50e9541153fd77c692f389c8c081c
treefaff27fedc6d18fe09b0c30a9113094cab0f07d7
parent91f78506d286a335cbe3d195abfa98e7136b5823
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]
This page took 0.028986 seconds and 4 git commands to generate.