mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
* elf32-bfin.c (_bfin_create_got_section): Don't generate a _gp
symbol.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-05 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||||
|
|
||||||
|
* elf32-bfin.c (_bfin_create_got_section): Don't generate a _gp
|
||||||
|
symbol.
|
||||||
|
|
||||||
2006-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
2006-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/2411
|
PR ld/2411
|
||||||
|
@ -3343,23 +3343,6 @@ _bfin_create_got_section (bfd *abfd, struct bfd_link_info *info)
|
|||||||
flags = BSF_GLOBAL | BSF_WEAK;
|
flags = BSF_GLOBAL | BSF_WEAK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Define _gp in .rofixup, for FDPIC, or .got otherwise. If it
|
|
||||||
turns out that we're linking with a different linker script, the
|
|
||||||
linker script will override it. */
|
|
||||||
bh = NULL;
|
|
||||||
if (!(_bfd_generic_link_add_one_symbol
|
|
||||||
(info, abfd, "_gp", flags, s, offset, (const char *) NULL, FALSE,
|
|
||||||
bed->collect, &bh)))
|
|
||||||
return FALSE;
|
|
||||||
h = (struct elf_link_hash_entry *) bh;
|
|
||||||
h->def_regular = 1;
|
|
||||||
h->type = STT_OBJECT;
|
|
||||||
/* h->other = STV_HIDDEN; */ /* Should we? */
|
|
||||||
|
|
||||||
/* Machine-specific: we want the symbol for executables as well. */
|
|
||||||
if (IS_FDPIC (abfd) && ! bfd_elf_link_record_dynamic_symbol (info, h))
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user