diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-03 01:29:03 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-05 15:02:57 -0500 |
commit | 203217665139943a4f0d1797b9a5f913b3acf184 (patch) | |
tree | f863ffb232c8ce009c1dc589e7d164ced87b20c4 /libiberty/ChangeLog | |
parent | 4bec0ef03e91506caf60d8842786b29c2d2ff049 (diff) | |
download | gdb-203217665139943a4f0d1797b9a5f913b3acf184.zip gdb-203217665139943a4f0d1797b9a5f913b3acf184.tar.gz gdb-203217665139943a4f0d1797b9a5f913b3acf184.tar.bz2 |
libiberty: dupargv: rewrite to use xstrdup
This func is basically open coding the xstrdup function, so gut it
and use it directly.
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 aa598f2..ba1e0a5 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2016-01-05 Mike Frysinger <vapier@gentoo.org> + + * argv.c (dupargv): Replace strlen/xmalloc/strcpy with xstrdup. + 2015-12-28 Patrick Palka <ppalka@gcc.gnu.org> * crc32.c: In the documentation, don't refer to GDB's |