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]

[PATCH] Fix comments in config/m68k/nm-nbsd*.h


Nothings serious.  This just makes the comments in the nm.h files more
uniform and adds some missing spaces after a full stop.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/m68k/nm-nbsd.h: Tweak comments.
	* config/m68k/nm-nbsdaout.h: Likewise.

Index: config/m68k/nm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/m68k/nm-nbsd.h,v
retrieving revision 1.2
diff -u -p -r1.2 nm-nbsd.h
--- config/m68k/nm-nbsd.h 22 May 2002 03:59:54 -0000 1.2
+++ config/m68k/nm-nbsd.h 30 Apr 2004 23:57:21 -0000
@@ -1,5 +1,6 @@
-/* Native-dependent definitions for Motorola m68k running NetBSD, for GDB.
-   Copyright 1996 Free Software Foundation, Inc.
+/* Native-dependent definitions for NetBSD/m68k.
+
+   Copyright 1996, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,7 +22,7 @@
 #ifndef NM_NBSD_H
 #define NM_NBSD_H
 
-/* Get generic NetBSD native definitions. */
+/* Get generic NetBSD native definitions.  */
 #include "config/nm-nbsd.h"
 
-#endif /* NM_NBSD_H */
+#endif /* nm-nbsd.h */
Index: config/m68k/nm-nbsdaout.h
===================================================================
RCS file: /cvs/src/src/gdb/config/m68k/nm-nbsdaout.h,v
retrieving revision 1.1
diff -u -p -r1.1 nm-nbsdaout.h
--- config/m68k/nm-nbsdaout.h 22 May 2002 03:59:54 -0000 1.1
+++ config/m68k/nm-nbsdaout.h 30 Apr 2004 23:57:21 -0000
@@ -1,5 +1,6 @@
-/* Native-dependent definitions for Motorola m68k running NetBSD, for GDB.
-   Copyright 1996, 2002 Free Software Foundation, Inc.
+/* Native-dependent definitions for NetBSD/m68k a.out.
+
+   Copyright 1996, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,7 +24,7 @@
 
 #include "m68k/nm-nbsd.h"
 
-/* Get generic NetBSD a.out native definitions. */
+/* Get generic NetBSD a.out native definitions.  */
 #include "config/nm-nbsdaout.h"
 
-#endif /* NM_NBSDAOUT_H */
+#endif /* nm-nbsdaout.h */


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