]> git.ipfire.org Git - thirdparty/gcc.git/commit
pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 26 Oct 2006 03:16:11 +0000 (03:16 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Thu, 26 Oct 2006 03:16:11 +0000 (03:16 +0000)
commit7445de0a7b7dceda90638c48bc7933271f3ca5ce
treeb9531f4e002ae77498330923913f89208814a92c
parent0da67a3234a3bf9c2fc3458ea6a1861303f1364d
pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.

(find_executable): Likewise.
(win32_spawn): Cast alloca return to (char**).
Replace malloc with XNEWVEC.
bcopy.c (bcopy): Add explict casts in assignments.

From-SVN: r118058
libiberty/ChangeLog
libiberty/bcopy.c
libiberty/pex-win32.c