OSDN Git Service

Fix undefined reference to constructor with -O3 -fprofile-arcs.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 1997 23:59:43 +0000 (23:59 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 1997 23:59:43 +0000 (23:59 +0000)
commit43cf8c6ae1ec6017831af76d9b5149a106a2da8e
tree52a8a92f8257e46bb9b8b91c1efe32b336e33494
parent429fcb02c3459fc1eb02ef0c3781ff12c105b0b7
Fix undefined reference to constructor with -O3 -fprofile-arcs.
* profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.

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