mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 09:49:43 +08:00
bfd/
* elfxx-mips.c (mips_elf_create_got_section): Initialize hgot.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2006-03-13 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
|
* elfxx-mips.c (mips_elf_create_got_section): Initialize hgot.
|
||||||
|
|
||||||
2006-03-11 H.J. Lu <hongjiu.lu@intel.com>
|
2006-03-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/2443
|
PR ld/2443
|
||||||
|
@ -3576,6 +3576,7 @@ mips_elf_create_got_section (bfd *abfd, struct bfd_link_info *info,
|
|||||||
h->non_elf = 0;
|
h->non_elf = 0;
|
||||||
h->def_regular = 1;
|
h->def_regular = 1;
|
||||||
h->type = STT_OBJECT;
|
h->type = STT_OBJECT;
|
||||||
|
elf_hash_table (info)->hgot = h;
|
||||||
|
|
||||||
if (info->shared
|
if (info->shared
|
||||||
&& ! bfd_elf_link_record_dynamic_symbol (info, h))
|
&& ! bfd_elf_link_record_dynamic_symbol (info, h))
|
||||||
|
Reference in New Issue
Block a user