diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-05 08:50:43 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-05 08:50:43 +0000 |
commit | 4bc6e03a51b7b718a385253d4b7e9fb9ab213880 (patch) | |
tree | dbbfc10a83db3aa5709feb9246c0586a8a64f82e /bfd/ChangeLog | |
parent | 5c7966bf11880ce5fce16f9ec006266bd0683490 (diff) | |
download | gdb-4bc6e03a51b7b718a385253d4b7e9fb9ab213880.zip gdb-4bc6e03a51b7b718a385253d4b7e9fb9ab213880.tar.gz gdb-4bc6e03a51b7b718a385253d4b7e9fb9ab213880.tar.bz2 |
* elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
relocation entries for weak undefined symbols with non-default
visibility.
(elf64_x86_64_relocate_section): Initialize the GOT entries and
skip R_386_32/R_386_PC32 for weak undefined symbols with
non-default visibility.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e209e3d..42c07e8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-05-05 Andreas Jaeger <aj@suse.de> + + * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic + relocation entries for weak undefined symbols with non-default + visibility. + (elf64_x86_64_relocate_section): Initialize the GOT entries and + skip R_386_32/R_386_PC32 for weak undefined symbols with + non-default visibility. + 2003-05-04 H.J. Lu <hjl@gnu.org> * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic |