diff options
author | Richard Henderson <rth@redhat.com> | 2005-05-23 01:26:58 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-05-23 01:26:58 +0000 |
commit | 3241278ac7d447abd0c795fa00d9568551ae11f2 (patch) | |
tree | 2b2a4eb62e836af35e8154adffe764afa949f19a /bfd/ChangeLog | |
parent | 666cad3f47abce477d6a312708b79556803e7354 (diff) | |
download | gdb-3241278ac7d447abd0c795fa00d9568551ae11f2.zip gdb-3241278ac7d447abd0c795fa00d9568551ae11f2.tar.gz gdb-3241278ac7d447abd0c795fa00d9568551ae11f2.tar.bz2 |
* elf64-alpha.c (elf64_alpha_relax_section): Ignore non-allocated
sections.
(elf64_alpha_check_relocs): Likewise.
(elf64_alpha_relocate_section): Don't emit dynamic relocations to
non-allocated sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8651b50..4983c7a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2005-05-22 Richard Henderson <rth@redhat.com> + * elf64-alpha.c (elf64_alpha_relax_section): Ignore non-allocated + sections. + (elf64_alpha_check_relocs): Likewise. + (elf64_alpha_relocate_section): Don't emit dynamic relocations to + non-allocated sections. + +2005-05-22 Richard Henderson <rth@redhat.com> + * elf64-alpha.c (elf64_alpha_relax_with_lituse): Relax jsr to undefweak to use zero register. Call elf64_alpha_relax_got_load if not all uses removed. |