opcodes: fix several misplaced hwcap entries.
[deliverable/binutils-gdb.git] / gdb / regset.h
index 37ed99a3b6863c0020d1c6975b0e7aff4b4e89d0..68e19ee471a041a6aa7a11c53bcf75e6625d4686 100644 (file)
 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.024728 seconds and 4 git commands to generate.