collect2.c (main): Const-ification.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 15 Sep 2001 14:04:47 +0000 (14:04 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 15 Sep 2001 14:04:47 +0000 (14:04 +0000)
commitcb6edbcb190c1d42e02deae9532e24e059742f32
tree45aae5c4dc09289e3c64fd42746ee1cea71aa7be
parent461c166993aa3bb3022e90451bbadcd24a0d1531
collect2.c (main): Const-ification.

* collect2.c (main): Const-ification.
* gcc.c (translate_options, process_command): Use xstrdup in
lieu of xmalloc/strcpy.
(main): Use concat in lieu of xmalloc/strcpy/strcat.
cp:
* mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
xmalloc/strcpy/strcat.

From-SVN: r45631
gcc/ChangeLog
gcc/collect2.c
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/gcc.c