diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-09-27 15:21:13 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-09-27 15:21:13 +0000 |
commit | 48e79b0a531fae383ad638cdd243c2012647451a (patch) | |
tree | 52bab69a0f7c76e144692826fbdcb8b1e06508bc /libiberty/ChangeLog | |
parent | db8ac8f972d060103a415979d574bd384d0bc352 (diff) | |
download | gdb-48e79b0a531fae383ad638cdd243c2012647451a.zip gdb-48e79b0a531fae383ad638cdd243c2012647451a.tar.gz gdb-48e79b0a531fae383ad638cdd243c2012647451a.tar.bz2 |
* argv.c (expandargv): Do not use xmalloc_failed.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index dcd2450..5aa2174 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2005-09-27 Mark Mitchell <mark@codesourcery.com> + + * argv.c (expandargv): Do not use xmalloc_failed. + 2005-09-26 Mark Mitchell <mark@codesourcery.com> * argv.c (safe-ctype.h): Include it. |