summaryrefslogtreecommitdiff
path: root/bfd/rs6000-core.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-09-11 08:08:11 +0000
committerNick Clifton <nickc@redhat.com>2009-09-11 08:08:11 +0000
commitfe8df502a7227ce0586e50bd7bfe24480da5322f (patch)
treed53a0cddc49158888cb3b4476594ff0238a8918e /bfd/rs6000-core.c
parentec8065fb1649c24fde4c62f163937ca00eae4240 (diff)
downloadbinutils-redhat-fe8df502a7227ce0586e50bd7bfe24480da5322f.tar.gz
* rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
changes.
Diffstat (limited to 'bfd/rs6000-core.c')
-rw-r--r--bfd/rs6000-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c
index 733556eb32..d9c06b6c1d 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;