rs6000.c (rs6000_emit_prologue): Don't clone the result of machopic_function_base_name.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 19 Mar 2003 03:23:44 +0000 (03:23 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 19 Mar 2003 03:23:44 +0000 (03:23 +0000)
commit6788f5ca12b792117998e35270093704fa257857
tree4d43639afd8328544c86b6630fd7a68f0f8f673d
parent178274da22dd1139e61f1102de5e8f79a1bc9442
rs6000.c (rs6000_emit_prologue): Don't clone the result of machopic_function_base_name.

* config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
the result of machopic_function_base_name.
* config/darwin.c (machopic_function_base_name): Use a gc-allocated
string rather than a static array.

From-SVN: r64569
gcc/ChangeLog
gcc/config/darwin.c
gcc/config/rs6000/rs6000.c