mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
Fix generation of GOT table when only GOT-relative relocs are used.
PR ld/21017 * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry for R_MICROBLAZE_GOTOFF_64.
This commit is contained in:
parent
b52d3cfcfb
commit
de1010f408
@ -1,3 +1,9 @@
|
||||
2017-01-03 Rich Felker <bugdal@aerifal.cx>
|
||||
|
||||
PR ld/21017
|
||||
* elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
|
||||
for R_MICROBLAZE_GOTOFF_64.
|
||||
|
||||
2017-01-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
|
||||
|
@ -2353,6 +2353,7 @@ microblaze_elf_check_relocs (bfd * abfd,
|
||||
dogottls:
|
||||
sec->has_tls_reloc = 1;
|
||||
/* Fall through. */
|
||||
case R_MICROBLAZE_GOTOFF_64:
|
||||
case R_MICROBLAZE_GOT_64:
|
||||
if (htab->elf.sgot == NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user