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] cache insn printing, tokens after#endif


Trivial and obvious, and i verified that things still built.  8-)

2002-03-01  Chris Demetriou  <cgd@broadcom.com>

	* mips.igen (CACHE): Provide instruction-printing string.

	* interp.c (signal_exception): Comment tokens after #endif.

Index: interp.c
===================================================================
RCS file: /cvs/src/src/sim/mips/interp.c,v
retrieving revision 1.6
diff -u -p -r1.6 interp.c
--- interp.c	2001/02/19 21:57:03	1.6
+++ interp.c	2002/03/01 19:54:09
@@ -1805,7 +1805,7 @@ signal_exception (SIM_DESC sd,
 #ifdef SUBTARGET_3900
 	 /* Exception vector: BEV=0 BFC00000 / BEF=1 BFC00000  */
 	 PC = (signed)0xBFC00000;
-#endif SUBTARGET_3900
+#endif /* SUBTARGET_3900 */
 	 return;
 
        case TLBModification:
Index: mips.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/mips.igen,v
retrieving revision 1.21
diff -u -p -r1.21 mips.igen
--- mips.igen	2002/03/01 07:53:46	1.21
+++ mips.igen	2002/03/01 19:54:09
@@ -4348,6 +4348,7 @@
 
 
 101111,5.BASE,5.OP,16.OFFSET:NORMAL:32::CACHE
+"cache <OP>, <OFFSET>(r<BASE>)"
 *mipsIII:
 *mipsIV:
 *mipsV:


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