This is the mail archive of the gcc@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]

Re: Does your .eh_frame_hdr change work with DW_EH_PE_absptr?


On Wed, Feb 13, 2002 at 04:43:39PM -0800, H . J . Lu wrote:
> "make check" in gcc has many C++ exception failures on Linux/mips with
> the current gcc/binutils. I noticed that Linux/mips uses the default
> ASM_PREFERRED_EH_DATA_FORMAT, which is DW_EH_PE_absptr. Does your
> change work with DW_EH_PE_absptr?

It wouldn't work on IA-32 either if absptr did not work - all non-pic code
uses there absptr.
Can you cook up a minimal testcase which triggers it (the fewer FDEs and
CIEs the better) and mail me the resulting .so or binary for inspection for
now (I might need all the source objects/libs for the final link later to
debug it, but for inspection the final link result should be enough)?
Thanks.

	Jakub


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