Does your .eh_frame_hdr change work with DW_EH_PE_absptr?

Jakub Jelinek jakub@redhat.com
Thu Feb 14 00:25:00 GMT 2002


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



More information about the Gcc mailing list