diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-04-29 00:04:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-04-29 00:04:06 +0000 |
commit | 3a913e29dfa9128cc6642c0380a753e5cf4aab61 (patch) | |
tree | 2aad3320b77a77cc2ebc830fd0b1e867ed5c5548 /gdb/ChangeLog | |
parent | 85b1c36d3172747a7587cbae0f5db46de2bffcd6 (diff) | |
download | ppe42-binutils-3a913e29dfa9128cc6642c0380a753e5cf4aab61.tar.gz ppe42-binutils-3a913e29dfa9128cc6642c0380a753e5cf4aab61.zip |
* parse.c (namecopy): Change allocation conventions.
(namecopy_size): New variable.
(copy_name): Allocate namecopy using xrealloc, instead of assuming
it has adequate space allocated to it.
(parse_exp_1): Don't try to allocate space for namecopy here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd2e99df2a..15ac97e2ed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-04-28 Jim Blandy <jimb@redhat.com> + + * parse.c (namecopy): Change allocation conventions. + (namecopy_size): New variable. + (copy_name): Allocate namecopy using xrealloc, instead of assuming + it has adequate space allocated to it. + (parse_exp_1): Don't try to allocate space for namecopy here. + 2005-04-28 Eli Zaretskii <eliz@gnu.org> * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet |