From 3b8891e1de3fd4c89bd7e4fb4d06cc4fee8cd8dd Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 30 Apr 2004 23:59:54 +0000 Subject: [PATCH] * config/m68k/nm-nbsd.h: Tweak comments. * config/m68k/nm-nbsdaout.h: Likewise. --- gdb/ChangeLog | 5 +++++ gdb/config/m68k/nm-nbsd.h | 9 +++++---- gdb/config/m68k/nm-nbsdaout.h | 9 +++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3dbe00b7e0..c438120416 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-05-01 Mark Kettenis + + * config/m68k/nm-nbsd.h: Tweak comments. + * config/m68k/nm-nbsdaout.h: Likewise. + 2004-04-30 Andrew Cagney * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call diff --git a/gdb/config/m68k/nm-nbsd.h b/gdb/config/m68k/nm-nbsd.h index 72c98895a7..616daf163b 100644 --- a/gdb/config/m68k/nm-nbsd.h +++ b/gdb/config/m68k/nm-nbsd.h @@ -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 */ diff --git a/gdb/config/m68k/nm-nbsdaout.h b/gdb/config/m68k/nm-nbsdaout.h index cb755f0bed..fc8b7eea0c 100644 --- a/gdb/config/m68k/nm-nbsdaout.h +++ b/gdb/config/m68k/nm-nbsdaout.h @@ -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 */ -- 2.11.0