* Makefile.in (SFILES): Remove nlmread.c.
[deliverable/binutils-gdb.git] / gdb / config / alpha / tm-alpha.h
index fcf90deab3224ffad0f367dee1cc246c397380ae..514487fdf96986f6ef509f2fc71d88cf7b81505e 100644 (file)
@@ -1,8 +1,8 @@
 /* Definitions to make GDB run on an Alpha box under OSF1.  This is
-   also used by the Alpha/Netware and Alpha GNU/Linux targets.
+   also used by the Alpha GNU/Linux target.
 
-   Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2004 Free
-   Software Foundation, Inc.
+   Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2004, 2007
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #ifndef TM_ALPHA_H
 #define TM_ALPHA_H
 
-#include "bfd.h"
-#include "coff/sym.h"          /* Needed for PDR below.  */
-#include "coff/symconst.h"
-
-struct frame_info;
-struct symbol;
-
-/* Special symbol found in blocks associated with routines.  We can hang
-   alpha_extra_func_info_t's off of this.  */
-
-#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
-
 #define RA_REGNUM 26           /* XXXJRT needed by mdebugread.c */
 
-/* Specific information about a procedure.
-   This overlays the ALPHA's PDR records, 
-   alpharead.c (ab)uses this to save memory */
-
-struct mdebug_extra_func_info
-{
-  long numargs;                /* number of args to procedure (was iopt) */
-  PDR pdr;                     /* Procedure descriptor record */
-};
-
 #endif /* TM_ALPHA_H */
This page took 0.024488 seconds and 4 git commands to generate.