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]

[RFA] Correct machine name in config/m68k/tm-nbsd.h



This seems to be a pretty obviopus fix, 
that I came across by doing
a 'grep -n -i I386 */*/*'
in gdb source dir.

  I still have a question:
should I update the copyright line for such an obvious fix?
(I would vote no....)

ChangeLog entry:

2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
	* config/m68k/tm-nbsd.h: Correct machine name.
  

Index: config/m68k/tm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/m68k/tm-nbsd.h,v
retrieving revision 1.3
diff -u -p -r1.3 tm-nbsd.h
--- config/m68k/tm-nbsd.h       6 Mar 2001 08:21:30 -0000       1.3
+++ config/m68k/tm-nbsd.h       24 Apr 2002 12:34:27 -0000
@@ -1,4 +1,4 @@
-/* Macro definitions for i386 running under NetBSD.
+/* Macro definitions for m68k running under NetBSD.
     Copyright 1994, 1996, 2001 Free Software Foundation, Inc.

     This file is part of GDB.



Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


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