bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/4454] [regression] ld errors: no .eh_frame_hdr table will be cre


From: amodra at bigpond dot net dot au
Subject: [Bug ld/4454] [regression] ld errors: no .eh_frame_hdr table will be created.
Date: 10 May 2007 15:44:26 -0000

------- Additional Comments From amodra at bigpond dot net dot au  2007-05-10 
16:44 -------
Hmm.  I'll bet hppa is doing the same as m68k-elf.  Looks like both have buggy
tc_fix_adjustable implementations.  Reducing relocs against globals to relocs
against section syms can break ELF shared libraries, since you must be able to
override a function or variable in the library with one in the executable or
another shared lib.  What's more, there is no point in reducing to a section sym
because you're going to output a global sym anyway.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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