From 95e839e6e78db632d9ea09db9dda2f08fdc6b18e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 11 Sep 2009 08:10:50 +0000 Subject: [PATCH] * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility changes. --- bfd/ChangeLog | 5 +++++ bfd/rs6000-core.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b3fdebd74b7..4f3a62bb071 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-09-11 Nick Clifton + + * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility + changes. + 2009-09-11 Jie Zhang * elf32-bfin.c (bfinfdpic_relocs_info_find): Just return diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c index 733556eb322..d9c06b6c1df 100644 --- a/bfd/rs6000-core.c +++ b/bfd/rs6000-core.c @@ -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; -- 2.47.3