20001117-1.c (__cyg_profile_func_enter): Define.

* gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
        (__cyg_profile_func_exit): Define.

From-SVN: r38531
This commit is contained in:
Richard Henderson 2000-12-29 01:27:22 -08:00 committed by Richard Henderson
parent 31a714f6d8
commit 12db0efc8e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-12-29 Richard Henderson <rth@redhat.com>
* gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
(__cyg_profile_func_exit): Define.
2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
* g++.dg/vtgc1.C: New test.

View File

@ -20,3 +20,6 @@ int main ()
abort ();
exit (0);
}
void __attribute__((no_instrument_function)) __cyg_profile_func_enter() { }
void __attribute__((no_instrument_function)) __cyg_profile_func_exit() { }