mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
This commit is contained in:
parent
15b43f483c
commit
019b892f34
@ -1,3 +1,7 @@
|
||||
2004-04-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
|
||||
|
||||
2004-04-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
|
||||
|
@ -2027,7 +2027,8 @@ sparc64_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||
else
|
||||
got_base = elf_hash_table (info)->hgot->root.u.def.value;
|
||||
|
||||
sgot = sreloc = NULL;
|
||||
sgot = splt = sreloc = NULL;
|
||||
if (dynobj != NULL)
|
||||
splt = bfd_get_section_by_name (dynobj, ".plt");
|
||||
|
||||
rel = relocs;
|
||||
|
Loading…
Reference in New Issue
Block a user