This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] MIPS16e support in simulator.


> !   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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]