mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* elflink.h (elf_link_output_extsym): Revert 1999-04-10.
This commit is contained in:
parent
a1337894c1
commit
e45bf86378
@ -1,3 +1,7 @@
|
||||
2001-06-29 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elflink.h (elf_link_output_extsym): Revert 1999-04-10.
|
||||
|
||||
2001-06-27 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
|
||||
|
@ -5227,8 +5227,7 @@ elf_link_output_extsym (h, data)
|
||||
warnings for them. */
|
||||
if (! finfo->info->relocateable
|
||||
&& ! finfo->info->allow_shlib_undefined
|
||||
&& ! (finfo->info->shared
|
||||
&& !finfo->info->no_undefined)
|
||||
&& ! finfo->info->shared
|
||||
&& h->root.type == bfd_link_hash_undefined
|
||||
&& (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) != 0
|
||||
&& (h->elf_link_hash_flags & ELF_LINK_HASH_REF_REGULAR) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user