* linespec.c (struct collect_info) <objfile>: Remove field.
[deliverable/binutils-gdb.git] / gdb / regset.h
index 2d11b8570bbf0e3f87b65d325295c632507b318e..e378f29dec473ef592d84b6b6c55967215b55405 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, 2011
+   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;
+  const char *human_name;
+};
+
 /* Data structure describing a register set.  */
 
 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
This page took 0.025985 seconds and 4 git commands to generate.