* collect2.c (main): Const-ification.
commit479501397830fc36512a0f7401bbc24f335ab7d3
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Sep 2001 14:04:47 +0000 (15 14:04 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Sep 2001 14:04:47 +0000 (15 14:04 +0000)
tree45aae5c4dc09289e3c64fd42746ee1cea71aa7be
parent3de1a9032fed45f9214dc6cd7b21e30fdaa13a4c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45631 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/collect2.c
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/gcc.c