* regset.h (struct core_regset_section): Add HUMAN_NAME.
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index 463bc344f726cd9054c86812abc8136f4df54645..5acd229d6123670bab271cb0d88fe2dfdb8a04ac 100644 (file)
@@ -49,9 +49,9 @@
 /* Supported register note sections.  */
 static struct core_regset_section i386_linux_regset_sections[] =
 {
-  { ".reg", 144 },
-  { ".reg2", 108 },
-  { ".reg-xfp", 512 },
+  { ".reg", 144, "general-purpose" },
+  { ".reg2", 108, "floating-point" },
+  { ".reg-xfp", 512, "extended floating-point" },
   { NULL, 0 }
 };
 
This page took 0.023471 seconds and 4 git commands to generate.