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: 3 May 2007 06:55:46 -0000

------- Additional Comments From amodra at bigpond dot net dot au  2007-05-03 
07:55 -------
If that is the only problem, it's easily fixed.  cie->personality is only used
when checking that two CIEs are equivalent.  Since we are fairly late in the
link process here, you could use a bfd_vma set to the final symbol value instead
of a struct elf_link_hash_entry * for cie->personality.  That ought to work for
local syms as well as global.

-- 


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]