diff options
author | Richard Henderson <rth@redhat.com> | 1997-10-14 06:12:50 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1997-10-14 06:12:50 +0000 |
commit | 6a587c4aae49f0831ff5523efdbf457fdf4afa39 (patch) | |
tree | 91eb4013ce58970125dbc96bc33d56fc6f711938 /bfd/ChangeLog | |
parent | 3a13dd8f037041f91b4f68d451d51d19bf5ad295 (diff) | |
download | gdb-6a587c4aae49f0831ff5523efdbf457fdf4afa39.zip gdb-6a587c4aae49f0831ff5523efdbf457fdf4afa39.tar.gz gdb-6a587c4aae49f0831ff5523efdbf457fdf4afa39.tar.bz2 |
* elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Allow for RELATIVE
relocs for symbols in shlibs that have been forced local.
(elf64_alpha_relocate_section): Output RELATIVEs in .got for same.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e225986..16ec19b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,12 @@ +Mon Oct 13 23:10:08 1997 Richard Henderson <rth@cygnus.com> + + * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Allow for RELATIVE + relocs for symbols in shlibs that have been forced local. + (elf64_alpha_relocate_section): Output RELATIVEs in .got for same. + Mon Oct 13 21:24:04 1997 Richard Henderson <rth@cygnus.com> - * bfd/elf64-alpha.c (elf64_alpha_relocate_section): Use the + * elf64-alpha.c (elf64_alpha_relocate_section): Use the got_enties of the default symbol for the default versioned symbol. Patch from hjl@gnu.ai.mit.edu, modified not to use alloca in the loop. |