From: David Carlton Date: Thu, 8 May 2003 22:03:35 +0000 (+0000) Subject: 2003-05-08 David Carlton X-Git-Tag: ezannoni_pie-20030916-branchpoint~1767 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb294659eb81c6e37c4efb5a3f9d6c3f94857b2e;p=platform%2Fupstream%2Fbinutils.git 2003-05-08 David Carlton * valops.c (push_word): Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f439cd..12ec09b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-05-08 David Carlton + + * valops.c (push_word): Fix typo. + 2003-05-08 Andrew Cagney * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE. diff --git a/gdb/valops.c b/gdb/valops.c index eae2dc8..e54969c 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -962,7 +962,7 @@ CORE_ADDR push_word (CORE_ADDR sp, ULONGEST word) { register int len = DEPRECATED_REGISTER_SIZE; - char buffer[MAX_REGISTER_SIZE]); + char buffer[MAX_REGISTER_SIZE]; store_unsigned_integer (buffer, len, word); if (INNER_THAN (1, 2))