diff options
Diffstat (limited to 'gdb/config/m68k/nm-nbsdaout.h')
-rw-r--r-- | gdb/config/m68k/nm-nbsdaout.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/config/m68k/nm-nbsdaout.h b/gdb/config/m68k/nm-nbsdaout.h index cb755f0..fc8b7ee 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 */ |