aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2009-09-22 08:12:31 -0700
committerRichard Henderson <rth@gcc.gnu.org>2009-09-22 08:12:31 -0700
commit956c97fc6916b5f20595175e8aac7d3e2121a87c (patch)
tree4ccd5401d36fe068d2f239a9fe08d480dd6135be /gcc/config
parent3e322b77d60784b418c7f03d5bf9911992ffcf40 (diff)
downloadgcc-956c97fc6916b5f20595175e8aac7d3e2121a87c.zip
gcc-956c97fc6916b5f20595175e8aac7d3e2121a87c.tar.gz
gcc-956c97fc6916b5f20595175e8aac7d3e2121a87c.tar.bz2
* config/crx/crx.h (INITIALIZE_TRAMPOLINE): Remove.
From-SVN: r151990
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/crx/crx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/crx/crx.h b/gcc/config/crx/crx.h
index ed6d3d6..1d5cb87 100644
--- a/gcc/config/crx/crx.h
+++ b/gcc/config/crx/crx.h
@@ -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 */
/*****************************************************************************/