* run.c (usage): Fix typos.
[deliverable/binutils-gdb.git] / gdb / alpha-tdep.h
index cea232b502cc95dcc7c3f4a7d3f389be1c4c3180..6a75ca7c1a0697e0eb06483fd12160c79f144b46 100644 (file)
@@ -1,5 +1,5 @@
 /* Common target dependent code for GDB on Alpha systems.
-   Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002 Free
+   Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003 Free
    Software Foundation, Inc.
 
    This file is part of GDB.
@@ -22,8 +22,6 @@
 #ifndef ALPHA_TDEP_H
 #define ALPHA_TDEP_H
 
-#include "osabi.h"
-
 /* Say how long (ordinary) registers are.  This is a piece of bogosity
    used in push_word and a few other places;  REGISTER_RAW_SIZE is the
    real way to know how big a register is.  */
@@ -81,8 +79,6 @@
 /* Target-dependent structure in gdbarch.  */
 struct gdbarch_tdep
 {
-  enum gdb_osabi osabi;                /* OS/ABI of inferior.  */
-
   CORE_ADDR vm_min_address;    /* used by heuristic_proc_start */
 
   /* If PC is inside a dynamically-generated signal trampoline function
This page took 0.048529 seconds and 4 git commands to generate.