mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
* elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2003-10-14 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
|
||||
|
||||
2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
|
||||
|
@ -2867,6 +2867,7 @@ mips_elf_create_got_section (abfd, info, maybe_exclude)
|
||||
if (g == NULL)
|
||||
return FALSE;
|
||||
g->global_gotsym = NULL;
|
||||
g->global_gotno = 0;
|
||||
g->local_gotno = MIPS_RESERVED_GOTNO;
|
||||
g->assigned_gotno = MIPS_RESERVED_GOTNO;
|
||||
g->bfd2got = NULL;
|
||||
|
Reference in New Issue
Block a user