]> gcc.gnu.org Git - gcc.git/commitdiff
* config/crx/crx.h (INITIALIZE_TRAMPOLINE): Remove.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Sep 2009 15:12:31 +0000 (08:12 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 22 Sep 2009 15:12:31 +0000 (08:12 -0700)
From-SVN: r151990

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

index 042d8647c8b169b8150864234d640cda32b783f8..02d30dd4dd366f04eee6403ec10241206973f5d0 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 ed6d3d6edd2de9c63492213d371d4fd2dc42f34f..1d5cb87af3e417fb19572e7842832890aa30d0b5 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                                                         */
 /*****************************************************************************/
This page took 0.118245 seconds and 5 git commands to generate.