This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [patch] MIPS16e support in simulator.
- From: David Ung <davidu at mips dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 09 Jun 2005 17:59:37 +0100
- Subject: Re: [patch] MIPS16e support in simulator.
- References: <1118335933.1627.639.camel@localhost.localdomain>
> ! mipsisa32r2*-*-*) sim_gen=M16
> ! sim_igen_machine="-M mips32r2,mips16,mips16e"
> ! sim_m16_machine="-M mips16,mips16e,mips32"
> sim_igen_filter="32,f"
> sim_mach_default="mipsisa32r2"
> ;;
> ! mipsisa32*-*-*) sim_gen=M16
> ! sim_igen_machine="-M mips32,mips16,mips16e"
> ! sim_m16_machine="-M mips16,mips16e,mips32r2"
> sim_igen_filter="32,f"
> sim_mach_default="mipsisa32"
> ;;
Somehow I managed to screw up the sim_m16_machine lines as above. :(
They should be the other way around of course. :)
David.