RISC-V: Force variables to .data for code_elim.
[deliverable/binutils-gdb.git] / gdb / mdebugread.h
index 3f7b5e7e8926c7fd8cd9118860b41e6a38041461..a3a0c57a5e2f219cbd3b71d7de85d43497b881a8 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-2018 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.023427 seconds and 4 git commands to generate.