* psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
[deliverable/binutils-gdb.git] / gdb / regset.h
index 0f894b275e62b8864ca236abf7c622d34a739946..b94afa42432e3330a93e256bf798eaa879ab2555 100644 (file)
@@ -1,6 +1,6 @@
 /* Manage register sets.
 
-   Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,6 +28,7 @@ struct core_regset_section
 {
   const char *sect_name;
   int size;
+  const char *human_name;
 };
 
 /* Data structure describing a register set.  */
This page took 0.02462 seconds and 4 git commands to generate.