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:
parent
31a714f6d8
commit
12db0efc8e
@ -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.
|
||||
|
@ -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() { }
|
||||
|
Loading…
Reference in New Issue
Block a user