Make x86-lynx GDBserver pass XML register map to GDB.
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index 733556eb322b01af8b75a89f8443eca4e15d0610..d9c06b6c1df78fee209127ee24e0f1505f916b9c 100644 (file)
@@ -291,7 +291,7 @@ read_hdr (bfd *abfd, CoreHdr *core)
 
   /* Read the trailing portion of the structure.  */
   if (CORE_NEW (*core))
-    size = sizeof (core->new_core);
+    size = sizeof (core->new_dump);
   else
     size = sizeof (core->old);
   size -= CORE_COMMONSZ;
This page took 0.025974 seconds and 4 git commands to generate.