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]

[obvious] sh-sim: fix wandering semi-colon


Trivial, but...

committed.

2003-06-27  Michael Snyder  <msnyder@redhat.com>

	* gencode.c (op tab): Move misplaced semicolon.

Index: gencode.c
===================================================================
RCS file: /cvs/src/src/sim/sh/gencode.c,v
retrieving revision 1.5
diff -p -r1.5 gencode.c
*** gencode.c	6 Feb 2003 10:42:33 -0000	1.5
--- gencode.c	27 Jun 2003 21:16:33 -0000
*************** op tab[] =
*** 694,701 ****
    },
  
    { "0", "", "mov.w @(<disp>,GBR),R0", "11000101i8*2....",
!     "MA (1)",
!     ";R0 = RSWAT (i + GBR);",
      "L (0);",
    },
    { "n", "", "mov.w @(<disp>,PC),<REG_N>", "1001nnnni8p2....",
--- 694,701 ----
    },
  
    { "0", "", "mov.w @(<disp>,GBR),R0", "11000101i8*2....",
!     "MA (1);",
!     "R0 = RSWAT (i + GBR);",
      "L (0);",
    },
    { "n", "", "mov.w @(<disp>,PC),<REG_N>", "1001nnnni8p2....",

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