* config/m68k/nm-nbsd.h: Tweak comments.
authorMark Kettenis <kettenis@gnu.org>
Fri, 30 Apr 2004 23:59:54 +0000 (23:59 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 30 Apr 2004 23:59:54 +0000 (23:59 +0000)
* config/m68k/nm-nbsdaout.h: Likewise.

gdb/ChangeLog
gdb/config/m68k/nm-nbsd.h
gdb/config/m68k/nm-nbsdaout.h

index 3dbe00b..c438120 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/m68k/nm-nbsd.h: Tweak comments.
+       * config/m68k/nm-nbsdaout.h: Likewise.
+
 2004-04-30  Andrew Cagney  <cagney@redhat.com>
 
        * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
index 72c9889..616daf1 100644 (file)
@@ -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 cb755f0..fc8b7ee 100644 (file)
@@ -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 */