This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[PATCH] libffi .eh_frame tweaks


Jakub Jelinek writes:
 > Hi!
 > 
 > The following patch makes IA-32 and PPC32 libffi .eh_frame PC-relative if
 > -fpic/-fPIC/-mrelocatable, so that ld can create FDE lookup table in
 > .eh_frame_hdr section and also makes the .eh_frame section's attributes
 > match those emitted by gcc (so that libgcj.so's .eh_frame section can go
 > into read-only segment if linker supports that).

Nice.

One question.  What is the point of the non-PIC version of this info?

Andrew.


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