]> git.ipfire.org Git - thirdparty/gcc.git/commit
config.gcc (m68hc11-*-*, [...]): Convert to new tm.h inclusion style.
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 27 Mar 2001 20:09:27 +0000 (20:09 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 27 Mar 2001 20:09:27 +0000 (20:09 +0000)
commit0b29309adf64a5545445c15b772eae3a615df81f
tree89486751bfd4edb64848cf6834fbe7b6f3cef570
parentec0104b3bc0c3adcda826a1a8c6749e076a597e3
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
gcc/ChangeLog
gcc/config.gcc
gcc/config/m68hc11/m68hc11-protos.h
gcc/config/m68hc11/m68hc11.c
gcc/config/m68hc11/m68hc11.h
gcc/config/m68hc11/m68hc12.h
gcc/config/m68hc11/xm-m68hc11.h [deleted file]