* NEWS: Mention "info auto-load-scripts".
[deliverable/binutils-gdb.git] / gdb / mdebugread.h
index 218befd7ffdeefa391c6c777508401cacbd915d5..71427cbd8c00ddda1e70ce15fd29b8303f77e9bf 100644 (file)
@@ -1,6 +1,7 @@
 /* Read a symbol table in ECOFF format (Third-Eye).
 
-   Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,8 +29,8 @@
 
 struct mdebug_extra_func_info
 {
-  long numargs;                /* number of args to procedure (was iopt) */
-  PDR pdr;                     /* Procedure descriptor record */
+  long numargs;                /* Number of args to procedure (was iopt).  */
+  PDR pdr;             /* Procedure descriptor record.  */
 };
 
 /* Special symbol found in blocks associated with routines.  We can
This page took 0.023574 seconds and 4 git commands to generate.