bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/13387] Abort at elf32-hppa.c:3921 in elf32_hppa_relocate_section


From: danglin at gcc dot gnu.org
Subject: [Bug ld/13387] Abort at elf32-hppa.c:3921 in elf32_hppa_relocate_section
Date: Sat, 05 Nov 2011 23:06:27 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13387

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-11-05 
23:06:27 UTC ---
elf32_hppa_hide_symbol appears to be broken as it can be called
before are all relocs are processed by elf32_hppa_check_relocs.
As a result, the plabel flag may not be set when it is called,
and as a result the plt.refcounts are reset.  This messes up
the refcounts for the symbol causing the abort.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]