From 2a5aaecb4aabbc6320ef34a5c127bfae1e7748b6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 19 Nov 2001 03:01:43 +0000 Subject: [PATCH] * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined millicode syms as candidates for import stubs. --- bfd/ChangeLog | 3 +++ bfd/elf32-hppa.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff5c99ffc48..d1c302525f2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2001-11-19 Alan Modra + * 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.. diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index ea8bb3202e8..cf67af44875 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -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 -- 2.30.2