This is the mail archive of the gdb-patches@sourceware.org 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]

[obv] fix missing # comment markers in m32r sim


Hi.

Checked in as obvious.

2009-06-20 Doug Evans <dje@sebabeach.org>

       * mloop.in: Add missing # comment marker.
       * mloop2.in: Ditto.
       * mloopx.in: Ditto.

Index: mloop.in
===================================================================
RCS file: /cvs/src/src/sim/m32r/mloop.in,v
retrieving revision 1.5
diff -u -p -r1.5 mloop.in
--- mloop.in    14 Jan 2009 10:53:08 -0000      1.5
+++ mloop.in    20 Jun 2009 21:14:45 -0000
@@ -1,6 +1,7 @@
# Simulator main loop for m32r. -*- C -*-
+#
# Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009
-  Free Software Foundation, Inc.
+# Free Software Foundation, Inc.
#
# This file is part of the GNU Simulators.
#
Index: mloop2.in
===================================================================
RCS file: /cvs/src/src/sim/m32r/mloop2.in,v
retrieving revision 1.6
diff -u -p -r1.6 mloop2.in
--- mloop2.in   14 Jan 2009 10:53:08 -0000      1.6
+++ mloop2.in   20 Jun 2009 21:14:46 -0000
@@ -1,7 +1,7 @@
# Simulator main loop for m32r2. -*- C -*-
#
# Copyright 1996, 1997, 1998, 2003, 2004, 2007, 2008, 2009
-  Free Software Foundation, Inc.
+# Free Software Foundation, Inc.
#
# This file is part of GDB, the GNU debugger.
#
Index: mloopx.in
===================================================================
RCS file: /cvs/src/src/sim/m32r/mloopx.in,v
retrieving revision 1.6
diff -u -p -r1.6 mloopx.in
--- mloopx.in   14 Jan 2009 10:53:08 -0000      1.6
+++ mloopx.in   20 Jun 2009 21:14:46 -0000
@@ -1,7 +1,7 @@
# Simulator main loop for m32rx. -*- C -*-
#
# Copyright 1996, 1997, 1998, 2004, 2007, 2008, 2009
-  Free Software Foundation, Inc.
+# Free Software Foundation, Inc.
#
# This file is part of the GNU Simulators.
#



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