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]

[applied mips sim patch] fix ldc1 and sdc1 models and filterflags


Just applied the following.  we've had it in our tree for well over a
year now, and Eric just pointed out that it caused a problem for him.

verified that various mips sim configurations still build with it.

given the models names and filter flags specified by all existing
configurations, this can't break any of the existing configurations,
anyway.  8-)


cgd
===================================================================
2002-02-28  Chris Demetriou  <cgd@broadcom.com>

	* mips.igen (LDC1, SDC1): Remove mipsI model, and mark with
	filter flags "32,f".

Index: mips.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/mips.igen,v
retrieving revision 1.17
diff -u -r1.17 mips.igen
--- mips.igen	2002/02/28 07:07:56	1.17
+++ mips.igen	2002/03/01 06:27:21
@@ -3576,9 +3576,8 @@
 }
 
 
-110101,5.BASE,5.FT,16.OFFSET:COP1:64::LDC1
+110101,5.BASE,5.FT,16.OFFSET:COP1:32,f::LDC1
 "ldc1 f<FT>, <OFFSET>(r<BASE>)"
-*mipsI:
 *mipsII:
 *mipsIII:
 *mipsIV:
@@ -4081,9 +4080,8 @@
 }
 
 
-111101,5.BASE,5.FT,16.OFFSET:COP1:64::SDC1
+111101,5.BASE,5.FT,16.OFFSET:COP1:32,f::SDC1
 "sdc1 f<FT>, <OFFSET>(r<BASE>)"
-*mipsI:
 *mipsII:
 *mipsIII:
 *mipsIV:



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