diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-27 20:09:27 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-27 20:09:27 +0000 |
commit | 0b29309adf64a5545445c15b772eae3a615df81f (patch) | |
tree | 89486751bfd4edb64848cf6834fbe7b6f3cef570 /gcc/config/m68hc11/m68hc12.h | |
parent | ec0104b3bc0c3adcda826a1a8c6749e076a597e3 (diff) | |
download | gcc-0b29309adf64a5545445c15b772eae3a615df81f.zip gcc-0b29309adf64a5545445c15b772eae3a615df81f.tar.gz gcc-0b29309adf64a5545445c15b772eae3a615df81f.tar.bz2 |
config.gcc (m68hc11-*-*, [...]): Convert to new tm.h inclusion style.
* config.gcc (m68hc11-*-*, m68hc12-*-*): Convert to new tm.h
inclusion style. xm-m68hc11.h no longer exists.
* config/m68hc11/xm-m68hc11.h: Delete file.
* config/m68hc11/m68hc12.h: Convert to new tm.h inclusion style.
* config/m68hc11/m68hc11.h: Convert to new tm.h inclusion style.
Don't define GCC_VERSION, N_, or PARAMS; don't include
gansidecl.h or stdio.h. Define inhibit_libc here.
Make code conditioned on #if GCC_VERSION > 2095 unconditional.
Delete code conditioned on #if GCC_VERSION == 2095.
* config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
Make code conditioned on #if GCC_VERSION > 2095 unconditional.
Delete code conditioned on #if GCC_VERSION == 2095.
From-SVN: r40878
Diffstat (limited to 'gcc/config/m68hc11/m68hc12.h')
-rw-r--r-- | gcc/config/m68hc11/m68hc12.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/m68hc11/m68hc12.h b/gcc/config/m68hc11/m68hc12.h index c911c47..7cd4ddd 100644 --- a/gcc/config/m68hc11/m68hc12.h +++ b/gcc/config/m68hc11/m68hc12.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for m68hc12. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@worldnet.fr). This file is part of GNU CC. @@ -38,6 +38,3 @@ Boston, MA 02111-1307, USA. */ #define TARGET_DEFAULT (MASK_M6812) #define TARGET_M68HC12 - -#include "m68hc11/m68hc11.h" - |