OSDN Git Service

* Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Aug 2003 17:27:29 +0000 (17:27 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Aug 2003 17:27:29 +0000 (17:27 +0000)
commit0ac7fc08da6b24d43aff4eb968cdd9f785520c48
tree04fae098a4bda65ba102a84f5e996698e769f492
parent108ed0fbfc597f8548880f11ed8c0d5c46ed7557
* Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
* config.gcc (*-*-openbsd): Don't set tm_file.
(alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
xscale-*-coff): Use explicit and complete lists of target headers
to include.  Move definitions to tm_defines where appropriate.
(hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
not-yet-contributed configuration.

* config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
* config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
* config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
* config/i386/nto.h, config/iq2000/iq2000.h,
* config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
* config/m68k/linux.h, config/m68k/m68k-aout.h
* config/m68k/m68k-none.h, config/m68k/m68kv4.h
* config/m68k/netbsd.h, config/m68k/openbsd.h
* config/m68k/sgs.h, config/mcore/mcore-pe.h,
* config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
* config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
Remove includes of other target config headers, and
definitions of macros moved to tm_defines lists.  Add #undefs
where now necessary to prevent redefinition warnings.

* config/h8300/coff.h: New file split out of...
* config/h8300/elf.h: ...here.
* config/m68k/hp320base.h: New file split out of...
* config/m68k/hp320.h: ...here.
* config/rs6000/lynxbase.h: New file split out of...
* config/rs6000/lynx.h: ...here.

* config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
* config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.

* config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
* config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
* config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
Remove unnecessary #ifndef.
* config/s390/s390.h: Prefix #include of s390/fixdfdi.h
[under IN_LIBGCC2] with config/.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70651 138bc75d-0d04-0410-961f-82ee72b054a4
44 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/alpha/openbsd.h
gcc/config/arm/coff.h
gcc/config/avr/avr.h
gcc/config/frv/frv.h
gcc/config/h8300/coff.h [new file with mode: 0644]
gcc/config/h8300/elf.h
gcc/config/h8300/h8300.h
gcc/config/i370/linux.h
gcc/config/i370/mvs.h
gcc/config/i370/oe.h
gcc/config/i386/nto.h
gcc/config/iq2000/iq2000.h
gcc/config/lynx.h
gcc/config/m68k/coff.h
gcc/config/m68k/hp310.h
gcc/config/m68k/hp310g.h [deleted file]
gcc/config/m68k/hp320.h
gcc/config/m68k/hp320base.h [new file with mode: 0644]
gcc/config/m68k/hp320g.h [deleted file]
gcc/config/m68k/hpux7.h [deleted file]
gcc/config/m68k/linux.h
gcc/config/m68k/m68k-aout.h
gcc/config/m68k/m68k-coff.h [deleted file]
gcc/config/m68k/m68k-none.h
gcc/config/m68k/m68kelf.h
gcc/config/m68k/m68kv4.h
gcc/config/m68k/netbsd.h
gcc/config/m68k/openbsd.h
gcc/config/m68k/sgs.h
gcc/config/mcore/mcore-pe.h
gcc/config/mcore/mcore.h
gcc/config/mips/netbsd.h
gcc/config/mips/openbsd-be.h [deleted file]
gcc/config/mips/openbsd.h
gcc/config/pa/pa.h
gcc/config/rs6000/lynx.h
gcc/config/rs6000/lynxbase.h [new file with mode: 0644]
gcc/config/s390/s390.h
gcc/config/sh/embed-elf.h
gcc/config/sol2.h
gcc/config/sparc/openbsd.h