]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/host-darwin.cc
config.host: Add a section for generic hosts, and a subsection for Darwin.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 6 Apr 2005 08:41:37 +0000 (08:41 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 6 Apr 2005 08:41:37 +0000 (08:41 +0000)
commited23bd30c12f3dfeb1f74a19c10d83109b92cf56
tree5aa04462241caebfe03d88f0811f2affe93e6d35
parent0df9bf6371e21b575b77a684bd6689d8691db945
config.host: Add a section for generic hosts, and a subsection for Darwin.

* config.host: Add a section for generic hosts, and a subsection
for Darwin.  Add a case for x86-darwin.  Update ppc-darwin case.
* config/host-darwin.c: New, split out of config/rs6000/host-darwin.c.
* config/host-darwin.h: New.
* config/x-darwin: New.
* config/i386/host-i386-darwin.c: New.
* config/i386/x-darwin: New.
* config/rs6000/host-darwin.c: Include host-darwin.h.
(darwin_rs6000_gt_pch_get_address): Move to config/host-darwin.c.
(darwin_rs6000_gt_pch_use_address): Likewise.
* config/rs6000/x-darwin: Change name of .o built, update
dependencies for changes to rs6000/host-darwin.c.

From-SVN: r97709
gcc/ChangeLog
gcc/config.host
gcc/config/host-darwin.c [new file with mode: 0644]
gcc/config/host-darwin.h [new file with mode: 0644]
gcc/config/i386/host-i386-darwin.c [new file with mode: 0644]
gcc/config/i386/x-darwin [new file with mode: 0644]
gcc/config/rs6000/host-darwin.c
gcc/config/rs6000/x-darwin
gcc/config/x-darwin [new file with mode: 0644]