aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixincl.tpl
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2000-07-27 13:29:21 +0000
committerBruce Korb <korbb@gcc.gnu.org>2000-07-27 13:29:21 +0000
commit71e06bdeedb1a528715bad12f1b92c07d311cfae (patch)
treee69e98e1f329b8847e02918d3e9d5fa40469cdc2 /gcc/fixinc/fixincl.tpl
parent1e12ab9b731406758cce12e897b7aa8cbc854e78 (diff)
downloadgcc-71e06bdeedb1a528715bad12f1b92c07d311cfae.zip
gcc-71e06bdeedb1a528715bad12f1b92c07d311cfae.tar.gz
gcc-71e06bdeedb1a528715bad12f1b92c07d311cfae.tar.bz2
rely* on GCC defining the __xxx_TYPE__ macros
From-SVN: r35288
Diffstat (limited to 'gcc/fixinc/fixincl.tpl')
-rw-r--r--gcc/fixinc/fixincl.tpl19
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc/fixinc/fixincl.tpl b/gcc/fixinc/fixincl.tpl
index 6a89859..a68dec8 100644
--- a/gcc/fixinc/fixincl.tpl
+++ b/gcc/fixinc/fixincl.tpl
@@ -203,22 +203,3 @@ _FOR fix ",\n" =]
/fix=]
};
-
-#define GNU_TYPE_CT [=_eval type_map _count =]
-int gnu_type_map_ct = GNU_TYPE_CT;
-
-/*
- * The following table depends upon XXX_TYPE being #define-d to the
- * correct string via defines in a header file pointed to by the
- * generated file "tm.h".
- */
-t_gnu_type_map gnu_type_map[ GNU_TYPE_CT ] = {[=
-
-_FOR type_map ,
-
-=]
- { [=_EVAL type_map _len=], "[=type_map=]", "[=type_map _up=]", [=
- type_map _up=]_TYPE }[=
-
-/type_map=]
-};