Commit 956c97fc by Richard Henderson Committed by Richard Henderson

* config/crx/crx.h (INITIALIZE_TRAMPOLINE): Remove.

From-SVN: r151990
parent 3e322b77
......@@ -87,6 +87,8 @@
(INITIALIZE_TRAMPOLINE): Move code to cris_trampoline_init;
adjust for target hook parameters.
* config/crx/crx.h (INITIALIZE_TRAMPOLINE): Remove.
2009-09-22 Jakub Jelinek <jakub@redhat.com>
* config/rs6000/rs6000.c (bdesc_2arg): Fix CODE_FOR_vector_gt* codes
......
......@@ -369,11 +369,6 @@ struct cumulative_args
#define TRAMPOLINE_SIZE 32
#define INITIALIZE_TRAMPOLINE(addr, fnaddr, static_chain) \
{ \
sorry ("Trampoline support for CRX"); \
}
/*****************************************************************************/
/* ADDRESSING MODES */
/*****************************************************************************/
......
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