projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c2608
)
* rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
author
Nick Clifton
<nickc@redhat.com>
Fri, 11 Sep 2009 08:08:11 +0000
(08:08 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 11 Sep 2009 08:08:11 +0000
(08:08 +0000)
changes.
bfd/rs6000-core.c
patch
|
blob
|
history
diff --git
a/bfd/rs6000-core.c
b/bfd/rs6000-core.c
index 733556eb322b01af8b75a89f8443eca4e15d0610..d9c06b6c1df78fee209127ee24e0f1505f916b9c 100644
(file)
--- 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;