This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15407] Partial frame info in sysdeps/x86_64/start.S


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

--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> 2013-04-30 15:45:49 UTC ---
(In reply to comment #13)
> I think the markers like __EH_FRAME_BEGIN__ could be moved from crtbegin.o to
> some new crtbegin1.o linking it then in the order:
> 
> /usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtbegin1.o
> /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtbegin.o
> 
> I will try to code it in GCC, I hope there is an agreement for it.

I don't know if it works for gold.  Or we can use --eh-frame-hdr
for static executables:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54568

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]