aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-16 23:59:43 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-16 23:59:43 +0000
commit39ce7b3fe1008f7f6100d4ab52be3bf39e2fba96 (patch)
tree38c5d7898ae42f11a7a24e514581c0d49660ea87 /gdb/config
parent58e13eb9ec93c11353c955a5f3fbb535e296a95f (diff)
downloadgdb-39ce7b3fe1008f7f6100d4ab52be3bf39e2fba96.zip
gdb-39ce7b3fe1008f7f6100d4ab52be3bf39e2fba96.tar.gz
gdb-39ce7b3fe1008f7f6100d4ab52be3bf39e2fba96.tar.bz2
2004-02-09 Andrew Cagney <cagney@redhat.com>
* config/alpha/tm-nbsd.h: Update copyright, delete #undef START_INFERIOR_TRAPS_EXPECTED. * config/alpha/tm-fbsd.h: Update copyright, delete #undef START_INFERIOR_TRAPS_EXPECTED. * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro, moved to "nm-osf.h". Update copyright. * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define, update copyright.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/alpha/nm-osf.h9
-rw-r--r--gdb/config/alpha/tm-alpha.h7
-rw-r--r--gdb/config/alpha/tm-alphalinux.h10
-rw-r--r--gdb/config/alpha/tm-fbsd.h9
-rw-r--r--gdb/config/alpha/tm-nbsd.h9
5 files changed, 15 insertions, 29 deletions
diff --git a/gdb/config/alpha/nm-osf.h b/gdb/config/alpha/nm-osf.h
index 73006fe..326bb30 100644
--- a/gdb/config/alpha/nm-osf.h
+++ b/gdb/config/alpha/nm-osf.h
@@ -1,5 +1,7 @@
/* Native definitions for alpha running OSF/1.
- Copyright 1993, 1994, 1995, 1998, 2000 Free Software Foundation, Inc.
+
+ Copyright 1993, 1994, 1995, 1998, 2000, 2004 Free Software
+ Foundation, Inc.
This file is part of GDB.
@@ -18,6 +20,11 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* Number of traps that happen between exec'ing the shell
+ to run an inferior, and when we finally get to
+ the inferior code. This is 2 on most implementations. */
+#define START_INFERIOR_TRAPS_EXPECTED 3
+
/* ptrace register ``addresses'' are absolute. */
#define U_REGS_OFFSET 0
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h
index 1b93e76..0b7878c 100644
--- a/gdb/config/alpha/tm-alpha.h
+++ b/gdb/config/alpha/tm-alpha.h
@@ -1,7 +1,7 @@
/* Definitions to make GDB run on an Alpha box under OSF1. This is
also used by the Alpha/Netware and Alpha GNU/Linux targets.
- Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002 Free
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2004 Free
Software Foundation, Inc.
This file is part of GDB.
@@ -31,11 +31,6 @@
struct frame_info;
struct symbol;
-/* Number of traps that happen between exec'ing the shell
- to run an inferior, and when we finally get to
- the inferior code. This is 2 on most implementations. */
-#define START_INFERIOR_TRAPS_EXPECTED 3
-
/* Special symbol found in blocks associated with routines. We can hang
alpha_extra_func_info_t's off of this. */
diff --git a/gdb/config/alpha/tm-alphalinux.h b/gdb/config/alpha/tm-alphalinux.h
index 30ae4f7..ca1c0f8 100644
--- a/gdb/config/alpha/tm-alphalinux.h
+++ b/gdb/config/alpha/tm-alphalinux.h
@@ -2,8 +2,8 @@
definitions here are used when the _target_ system is running
GNU/Linux.
- Copyright 1996, 1998, 1999, 2000, 2002, 2003
- Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000, 2002, 2003, 2004 Free Software
+ Foundation, Inc.
This file is part of GDB.
@@ -27,12 +27,6 @@
#include "alpha/tm-alpha.h"
-/* Number of traps that happen between exec'ing the shell to run an
- inferior, and when we finally get to the inferior code. This is 2
- on GNU/Linux and most implementations. */
-#undef START_INFERIOR_TRAPS_EXPECTED
-#define START_INFERIOR_TRAPS_EXPECTED 2
-
#include "config/tm-linux.h"
#endif /* TM_LINUXALPHA_H */
diff --git a/gdb/config/alpha/tm-fbsd.h b/gdb/config/alpha/tm-fbsd.h
index d1d5254..c154366 100644
--- a/gdb/config/alpha/tm-fbsd.h
+++ b/gdb/config/alpha/tm-fbsd.h
@@ -1,5 +1,6 @@
/* Target-dependent definitions for FreeBSD/Alpha.
- Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+
+ Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -23,10 +24,4 @@
#include "alpha/tm-alpha.h"
-/* Number of traps that happen between exec'ing the shell to run an
- inferior, and when we finally get to the inferior code. The
- default is right for FreeBSD. */
-
-#undef START_INFERIOR_TRAPS_EXPECTED
-
#endif /* TM_FBSD_H */
diff --git a/gdb/config/alpha/tm-nbsd.h b/gdb/config/alpha/tm-nbsd.h
index 90a75a7..aaad48c 100644
--- a/gdb/config/alpha/tm-nbsd.h
+++ b/gdb/config/alpha/tm-nbsd.h
@@ -1,5 +1,6 @@
/* Target-dependent definitions for NetBSD/Alpha.
- Copyright 2002 Free Software Foundation, Inc.
+
+ Copyright 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -24,10 +25,4 @@
#include "alpha/tm-alpha.h"
#include "solib.h"
-/* Number of traps that happen between exec'ing the shell to run an
- inferior, and when we finally get to the inferior code. The
- default is right for NetBSD. */
-
-#undef START_INFERIOR_TRAPS_EXPECTED
-
#endif /* TM_NBSD_H */