PATCH: Doc fix to MN10300 sim

Jim Blandy jimb@zwingli.cygnus.com
Sun May 6 21:51:00 GMT 2001


Actually, that fix should be:

2001-05-06  Jim Blandy  <jimb@redhat.com>

	* mn10300.igen: Doc fixes.
	
Index: mn10300.igen
===================================================================
RCS file: /cvs/src/src/sim/mn10300/mn10300.igen,v
retrieving revision 1.3
diff -c -c -b -F'^(' -r1.3 mn10300.igen
*** mn10300.igen	2000/05/29 19:05:41	1.3
--- mn10300.igen	2001/05/07 04:49:37
***************
*** 3799,3805 ****
      {
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDQR, MCRH, MCRL, and MCVF */
  	  sp += 16;
  	  State.regs[REG_E0 + 1] = load_word (sp);
  	  sp += 4;
--- 3799,3805 ----
      {
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDRQ, MCRH, MCRL, and MCVF */
  	  sp += 16;
  	  State.regs[REG_E0 + 1] = load_word (sp);
  	  sp += 4;
***************
*** 3878,3884 ****
  	  sp -= 4;
  	  store_word (sp, State.regs[REG_E0 + 1]);
  	  sp -= 16;
! 	  /* Need to save MDQR, MCRH, MCRL, and MCVF */
  	}
      }
  
--- 3878,3884 ----
  	  sp -= 4;
  	  store_word (sp, State.regs[REG_E0 + 1]);
  	  sp -= 16;
! 	  /* Need to save MDRQ, MCRH, MCRL, and MCVF */
  	}
      }
  
***************
*** 3979,3985 ****
  	  sp -= 4;
  	  store_word (sp, State.regs[REG_E0 + 1]);
  	  sp -= 16;
! 	  /* Need to save MDQR, MCRH, MCRL, and MCVF */
  	}
      }
  
--- 3979,3985 ----
  	  sp -= 4;
  	  store_word (sp, State.regs[REG_E0 + 1]);
  	  sp -= 16;
! 	  /* Need to save MDRQ, MCRH, MCRL, and MCVF */
  	}
      }
  
***************
*** 4087,4093 ****
  	  sp -= 4;
  	  store_word (sp, State.regs[REG_E0 + 1]);
  	  sp -= 16;
! 	  /* Need to save MDQR, MCRH, MCRL, and MCVF */
  	}
      }
  
--- 4087,4093 ----
  	  sp -= 4;
  	  store_word (sp, State.regs[REG_E0 + 1]);
  	  sp -= 16;
! 	  /* Need to save MDRQ, MCRH, MCRL, and MCVF */
  	}
      }
  
***************
*** 4189,4195 ****
  
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDQR, MCRH, MCRL, and MCVF */
  	  offset -= 16;
  	  State.regs[REG_E0 + 0] = load_word (sp + offset);
  	  offset -= 4;
--- 4189,4195 ----
  
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDRQ, MCRH, MCRL, and MCVF */
  	  offset -= 16;
  	  State.regs[REG_E0 + 0] = load_word (sp + offset);
  	  offset -= 4;
***************
*** 4293,4299 ****
  
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDQR, MCRH, MCRL, and MCVF */
  	  offset -= 16;
  	  State.regs[REG_E0 + 0] = load_word (sp + offset);
  	  offset -= 4;
--- 4293,4299 ----
  
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDRQ, MCRH, MCRL, and MCVF */
  	  offset -= 16;
  	  State.regs[REG_E0 + 0] = load_word (sp + offset);
  	  offset -= 4;



More information about the Gdb-patches mailing list