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]

[commit Add missing ppc line


found by blofeldus@yahoo.com.
2003-06-21  Andrew Cagney  <cagney@redhat.com>

	* ppc-instructions: Add missing +8 line.  Found by blofeldus at
	yahoo.com.
	
Index: ppc-instructions
===================================================================
RCS file: /cvs/src/src/sim/ppc/ppc-instructions,v
retrieving revision 1.5
diff -u -r1.5 ppc-instructions
--- ppc-instructions	20 Jun 2003 03:59:33 -0000	1.5
+++ ppc-instructions	22 Jun 2003 01:49:31 -0000
@@ -2303,6 +2303,7 @@
 	    GPR(r) = 0;
 	  }
 	  GPR(r) |= INSERTED(MEM(unsigned, EA, 1), i, i+7);
+	  i = i + 8;
 	  if (i == 64) i = 32;
 	  EA = EA + 1;
 	  n = n - 1;

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