* config/nm-linux.h: Do not include <signal.h>.
[deliverable/binutils-gdb.git] / gdb / config / alpha / tm-alphalinux.h
index 4858b90eba210fe6160d1d60fa7b63ec49dabe7a..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 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"
 
-/* Get start and end address of sigtramp handler.  */
-
-extern LONGEST alpha_linux_sigtramp_offset (CORE_ADDR);
-#define SIGTRAMP_START(pc)     (pc - alpha_linux_sigtramp_offset (pc))
-#define SIGTRAMP_END(pc)       (SIGTRAMP_START(pc) + 3*4)
-
-
-/* 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 */
This page took 0.026304 seconds and 4 git commands to generate.