OSDN Git Service

* config/crx/crx.h (INITIALIZE_TRAMPOLINE): Remove.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Sep 2009 15:12:31 +0000 (15:12 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Sep 2009 15:12:31 +0000 (15:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151990 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/crx/crx.h

index 042d864..02d30dd 100644 (file)
@@ -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
index ed6d3d6..1d5cb87 100644 (file)
@@ -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                                                         */
 /*****************************************************************************/