aboutsummaryrefslogtreecommitdiff
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
commit342e3c8587a110b2c26e149ad6ef8611619a9347 (patch)
tree1d381d42f3cc540a076c15bdbd1751fd96f40958 /bfd/rs6000-core.c
parent28c2608723b5f597e87ae0e282bc9c3177be9d4b (diff)
downloadgdb-342e3c8587a110b2c26e149ad6ef8611619a9347.zip
gdb-342e3c8587a110b2c26e149ad6ef8611619a9347.tar.gz
gdb-342e3c8587a110b2c26e149ad6ef8611619a9347.tar.bz2
* 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 733556e..d9c06b6 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;