"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? H.J.