diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-25 07:02:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-25 07:02:40 +0000 |
commit | 30d10e9ee899e608cf3a9f025b32122be8202141 (patch) | |
tree | afd0796d21e5bbfec16edea2dead03dfff557f18 /bfd/ChangeLog | |
parent | 8d06853ec69b274b573df0ac2f5c00e2aa8d0daa (diff) | |
download | gdb-30d10e9ee899e608cf3a9f025b32122be8202141.zip gdb-30d10e9ee899e608cf3a9f025b32122be8202141.tar.gz gdb-30d10e9ee899e608cf3a9f025b32122be8202141.tar.bz2 |
* aout-arm.c (MY(bfd_reloc_type_lookup)): Use bfd_arch_bits_per_address.
* aout-ns32k.c (MY(bfd_reloc_type_lookup)): Likewise.
* aoutx.h (NAME(aout,reloc_type_lookup)): Likewise.
* coff-arm.c (coff_arm_reloc_type_lookup): Likewise.
* elf-hppa.h (elf_hppa_reloc_final_type): Likewise.
* reloc.c (bfd_default_reloc_type_lookup): Likewise.
* riscix.c (riscix_reloc_type_lookup): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b2608ad..3dc8434 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ 2010-08-25 Alan Modra <amodra@gmail.com> + * aout-arm.c (MY(bfd_reloc_type_lookup)): Use bfd_arch_bits_per_address. + * aout-ns32k.c (MY(bfd_reloc_type_lookup)): Likewise. + * aoutx.h (NAME(aout,reloc_type_lookup)): Likewise. + * coff-arm.c (coff_arm_reloc_type_lookup): Likewise. + * elf-hppa.h (elf_hppa_reloc_final_type): Likewise. + * reloc.c (bfd_default_reloc_type_lookup): Likewise. + * riscix.c (riscix_reloc_type_lookup): Likewise. + +2010-08-25 Alan Modra <amodra@gmail.com> + * elf.c (_bfd_elf_map_sections_to_segments): Don't load program headers if any loaded section wraps the address space. Simplify ~(m-1) to -m. Use lma rather than vma when determining whether |