2004-02-09 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 16 Feb 2004 23:59:43 +0000 (23:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 16 Feb 2004 23:59:43 +0000 (23:59 +0000)
* 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.

gdb/ChangeLog
gdb/config/alpha/nm-osf.h
gdb/config/alpha/tm-alpha.h
gdb/config/alpha/tm-alphalinux.h
gdb/config/alpha/tm-fbsd.h
gdb/config/alpha/tm-nbsd.h

index e4d7524a4953e3cd0e984b89c2b99e07e74ac01c..b7a112cb8241f0d4a3079ef0a66e01dea98c53ed 100644 (file)
@@ -1,5 +1,16 @@
 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.
+
        * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
        and function replacing FRAMELESS_FUNCTION_INVOCATION.
        * blockframe.c (legacy_frameless_look_for_prologue): Rename
index 73006fe5bdd0a67b95d3c87523473263fa63a28b..326bb3005ca3f3f0f68251298abf705dc0496726 100644 (file)
@@ -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.
 
    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
index 1b93e76b799c4593048e1ef16da790ced40d82b8..0b7878c58a05f69fed090a4350b6614b13a2a5aa 100644 (file)
@@ -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.
 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.  */
 
index 30ae4f756f36a98e71867e23fe010eca8b3b82ef..ca1c0f889a86095e09eccd6b0eadf81f22d6da30 100644 (file)
@@ -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.
 
 
 #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 */
index d1d525466ec7deb6d77d23ff8d1766085ea2115d..c154366cc195f5cdf661a58c63920628beef763b 100644 (file)
@@ -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.
 
 
 #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 */
index 90a75a78fd6ffcc3b8eed3ae664c4183496a714f..aaad48ce508af02f49e65a2cabc094b5cb2af46b 100644 (file)
@@ -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.
 
 #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 */
This page took 0.030009 seconds and 4 git commands to generate.