*** empty log message ***
[binutils-gdb.git] / gdb / regset.h
index 0f894b275e62b8864ca236abf7c622d34a739946..9a21ced768e8864a495724f821fca067c31e74ba 100644 (file)
@@ -1,6 +1,7 @@
 /* Manage register sets.
 
-   Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,6 +29,7 @@ struct core_regset_section
 {
   const char *sect_name;
   int size;
+  const char *human_name;
 };
 
 /* Data structure describing a register set.  */