diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-11-22 10:45:44 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2003-11-22 10:45:44 +0000 |
commit | c6585bbb101d8e377478a01b64d75d9d415dbd01 (patch) | |
tree | 384d6c3a25ee4722262bd804935dbb182400c7d0 /bfd/ChangeLog | |
parent | f22b3cafc9a10cda728946d2fa7cc37ff905136f (diff) | |
download | gdb-c6585bbb101d8e377478a01b64d75d9d415dbd01.zip gdb-c6585bbb101d8e377478a01b64d75d9d415dbd01.tar.gz gdb-c6585bbb101d8e377478a01b64d75d9d415dbd01.tar.bz2 |
2003-11-22 Jakub Jelinek <jakub@redhat.com>
* elf-bfd.h (ELF_LINK_POINTER_EQUALITY_NEEDED): Define new flag.
* elf.c (_bfd_elf_link_hash_copy_indirect): Copy it.
* elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
(elf_i386_check_relocs): Set it.
(elf_i386_finish_dynamic_symbol): If it is not set,
clear st_value of SHN_UNDEF symbol.
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 69d676f..9010d72 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-11-22 Jakub Jelinek <jakub@redhat.com> + + * elf-bfd.h (ELF_LINK_POINTER_EQUALITY_NEEDED): Define new flag. + * elf.c (_bfd_elf_link_hash_copy_indirect): Copy it. + * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise. + (elf_i386_check_relocs): Set it. + (elf_i386_finish_dynamic_symbol): If it is not set, + clear st_value of SHN_UNDEF symbol. + 2003-11-20 Jim Blandy <jimb@redhat.com> * cpu-powerpc.c (powerpc_compatible): Any ISA in the PowerPC |