Tom de Vries <tom_devr...@mentor.com> writes: > The mips16e save/restore enabling is controlled by this code in mips.h: > ... > /* Generate mips16e code. Default 16bit ASE for mips32* and mips64* */ > #define GENERATE_MIPS16E (TARGET_MIPS16 && mips_isa >= 32) > /* Generate mips16e register save/restore sequences. */ > #define GENERATE_MIPS16E_SAVE_RESTORE (GENERATE_MIPS16E && mips_abi == ABI_32) > ... > > Adding isa_rev=0 in dg-options works. Is that the way to fix it?
Yeah, that sounds right. The addressing=absolute patch is OK with that change, thanks. Richard