From 39ce7b3fe1008f7f6100d4ab52be3bf39e2fba96 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 16 Feb 2004 23:59:43 +0000 Subject: 2004-02-09 Andrew Cagney * 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/config/alpha/nm-osf.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gdb/config/alpha/nm-osf.h') 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 -- cgit v1.1