* cris.h (R_CRIS_32_IE): New relocation.
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index e5d74b4b61f5e43d97f6412f2b22f228c612c059..2c1225546495546fd78e9724ce3a0cc713726039 100644 (file)
@@ -1,5 +1,6 @@
 /* Data structures associated with tracepoints in GDB.
-   Copyright (C) 1997, 1998, 1999, 2000, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2000, 2007, 2008
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -93,7 +94,7 @@ struct tracepoint
 
     /* BFD section, in case of overlays: no, I don't know if
        tracepoints are really gonna work with overlays.  */
-    asection *section;
+    struct obj_section *section;
   };
 
 enum actionline_type
This page took 0.023334 seconds and 4 git commands to generate.