Hi Daniel, Daniel Jacobowitz schrieb: > On Mon, Jan 28, 2008 at 03:46:02PM +0100, Markus Deuling wrote: > Yes, this looks like a bug. It is caused by the special case in > mips_gdbarch_init, by the comment: > > /* Try the architecture for any hint of the correct ABI. */ > > I think replacing the internal error by "return" or "break" would be > safe. No real Linux application will ever have the EABI32 or EABI64 > ABIs. sorry for the late response. This patch simply removes the internal error. Maybe it would be a good idea to add a warning instead? But as you say no Linux application will ever run into this so the warning might be unnecessary. Is this patch ok? ChangeLog: * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error. -- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com