Add a flag to asection, linker_has_input, and use it to reliably
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 6f50f19ffbf7db261304c38c7075d507ae88e5d3..5bd07f458a2258a283eff56aebc27a773583e845 100644 (file)
@@ -1,5 +1,5 @@
 /* Data structures associated with tracepoints in GDB.
-   Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -107,7 +107,7 @@ enum actionline_type
   };
 
 
-/* The tracepont chain of all tracepoints */
+/* The tracepoint chain of all tracepoints */
 
 extern struct tracepoint *tracepoint_chain;
 
This page took 0.026952 seconds and 4 git commands to generate.