OSDN Git Service

* config.gcc (m68hc11-*-*, m68hc12-*-*): Convert to new tm.h
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Mar 2001 20:09:27 +0000 (20:09 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Mar 2001 20:09:27 +0000 (20:09 +0000)
commit271f08ab09147a3e43b9a24f3bc735e1d89ed930
tree89486751bfd4edb64848cf6834fbe7b6f3cef570
parentc43234e5ec1eef176664accc332059d12e43b946
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40878 138bc75d-0d04-0410-961f-82ee72b054a4
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]