gdb: ignore generated gcore
[deliverable/binutils-gdb.git] / gdb / mdebugread.h
index 3f7b5e7e8926c7fd8cd9118860b41e6a38041461..723f0e6c58bbee0b78b2421602c0289ff6ca6532 100644 (file)
@@ -1,6 +1,6 @@
 /* Read a symbol table in ECOFF format (Third-Eye).
 
-   Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,8 +28,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.02882 seconds and 4 git commands to generate.