]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
authorNick Clifton <nickc@redhat.com>
Fri, 11 Sep 2009 08:10:50 +0000 (08:10 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 11 Sep 2009 08:10:50 +0000 (08:10 +0000)
        changes.

bfd/ChangeLog
bfd/rs6000-core.c

index b3fdebd74b7b6afcd24100454d7445c9238354a1..4f3a62bb071afbbdb87434a82e12709c08bacdeb 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-11  Nick Clifton  <nickc@redhat.com>
+
+       * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
+       changes.
+
 2009-09-11  Jie Zhang  <jie.zhang@analog.com>
 
        * elf32-bfin.c (bfinfdpic_relocs_info_find): Just return
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;