darwin.c (machopic_non_lazy_ptr_name): Change strcat to memcpy and add length together.
authorAndrew Pinski <apinski@apple.com>
Mon, 6 Oct 2003 01:36:13 +0000 (01:36 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 6 Oct 2003 01:36:13 +0000 (18:36 -0700)
commit6e08ecd16c43f224aa7ed4f8fa213ad0e530da0f
tree9e2176053081210ecdffe34649cbcac01d0dedbd
parent522d2b3fccdaea685db88d1533789e42f61511a6
darwin.c (machopic_non_lazy_ptr_name): Change strcat to memcpy and add length together.

* config/darwin.c (machopic_non_lazy_ptr_name):
Change strcat to memcpy and add length together.
(machopic_stub_name): Likewise.

From-SVN: r72129
gcc/ChangeLog
gcc/config/darwin.c