mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* elflink.c (_bfd_elf_create_got_section): Hide _GLOBAL_OFFSET_SYMBOL.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-11-02 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* elflink.c (_bfd_elf_create_got_section): Hide _GLOBAL_OFFSET_SYMBOL.
|
||||||
|
|
||||||
2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
|
2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak
|
* elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak
|
||||||
|
@ -88,6 +88,7 @@ _bfd_elf_create_got_section (bfd *abfd, struct bfd_link_info *info)
|
|||||||
h = (struct elf_link_hash_entry *) bh;
|
h = (struct elf_link_hash_entry *) bh;
|
||||||
h->def_regular = 1;
|
h->def_regular = 1;
|
||||||
h->type = STT_OBJECT;
|
h->type = STT_OBJECT;
|
||||||
|
h->other = STV_HIDDEN;
|
||||||
|
|
||||||
if (! info->executable
|
if (! info->executable
|
||||||
&& ! bfd_elf_link_record_dynamic_symbol (info, h))
|
&& ! bfd_elf_link_record_dynamic_symbol (info, h))
|
||||||
|
Reference in New Issue
Block a user