Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_register_status
[deliverable/binutils-gdb.git] / gdb / mdebugread.h
index d70fdf9a00654450b1daa5a978d59375134cd7ac..fe3b3d62df1325a4c0ac3bca9b37266da51b7d64 100644 (file)
@@ -1,7 +1,6 @@
 /* Read a symbol table in ECOFF format (Third-Eye).
 
-   Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,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.028355 seconds and 4 git commands to generate.