Commit 12db0efc by Richard Henderson Committed by Richard Henderson

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
parent 31a714f6
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() { }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment