* ld-cris/cris.exp (loop over $srcdir/$subdir/*dso-*.d): Apply
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index 7a88b1681c58fb9bcd5b7b051dbcf628f6201a59..d9c06b6c1df78fee209127ee24e0f1505f916b9c 100644 (file)
@@ -1,6 +1,6 @@
 /* IBM RS/6000 "XCOFF" back-end for BFD.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
-   2001, 2002, 2004, 2006, 2007, 2008
+   2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
    Free Software Foundation, Inc.
    Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
    Archive support from Damon A. Permezel.
@@ -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.026574 seconds and 4 git commands to generate.