* config/m68k/nm-nbsd.h: Tweak comments.
* config/m68k/nm-nbsdaout.h: Likewise.
This commit is contained in:
parent
0b28193902
commit
2a25f91cb4
3 changed files with 15 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue