mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
* elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined
millicode syms as candidates for import stubs.
This commit is contained in:
parent
e5ee5df190
commit
2a5aaecb4a
@ -1,5 +1,8 @@
|
||||
2001-11-19 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined
|
||||
millicode syms as candidates for import stubs.
|
||||
|
||||
* elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.
|
||||
(allocate_PIC_calls): Rename to allocate_plt_static.
|
||||
(allocate_dynrelocs): Move most of code handling .plt entries to..
|
||||
|
@ -3025,7 +3025,8 @@ elf32_hppa_size_stubs (output_bfd, stub_bfd, info, multi_subspace, group_size,
|
||||
if (! (info->shared
|
||||
&& !info->no_undefined
|
||||
&& (ELF_ST_VISIBILITY (hash->elf.other)
|
||||
== STV_DEFAULT)))
|
||||
== STV_DEFAULT)
|
||||
&& hash->elf.type != STT_PARISC_MILLI))
|
||||
continue;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user