2009-12-02 Tristan Gingold <gingold@adacore.com>
[binutils-gdb.git] / gdb / regset.h
index d893d7cf47a7d05787bb8271784752c70c47d610..6a9d72ae09cf8fe56013ac6d45c40f974f0f47c4 100644 (file)
@@ -1,6 +1,6 @@
 /* Manage register sets.
 
-   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 struct gdbarch;
 struct regcache;
 
+/* Data structure for the supported register notes in a core file.  */
+struct core_regset_section
+{
+  const char *sect_name;
+  int size;
+};
+
 /* Data structure describing a register set.  */
 
 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,