host-ppc64-darwin.c revision 169689
1158714Srodrigc/* ppc64-darwin host-specific hook definitions.
2158714Srodrigc   Copyright (C) 2006 Free Software Foundation, Inc.
3158714Srodrigc
4158714SrodrigcThis file is part of GCC.
5158714Srodrigc
6158714SrodrigcGCC is free software; you can redistribute it and/or modify it under
7158714Srodrigcthe terms of the GNU General Public License as published by the Free
8158714SrodrigcSoftware Foundation; either version 2, or (at your option) any later
9158714Srodrigcversion.
10158714Srodrigc
11158714SrodrigcGCC is distributed in the hope that it will be useful, but WITHOUT ANY
12158714SrodrigcWARRANTY; without even the implied warranty of MERCHANTABILITY or
13158714SrodrigcFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14158714Srodrigcfor more details.
15158714Srodrigc
16158714SrodrigcYou should have received a copy of the GNU General Public License
17158714Srodrigcalong with GCC; see the file COPYING.  If not, write to the Free
18158714SrodrigcSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19158714Srodrigc02110-1301, USA.  */
20158714Srodrigc
21158714Srodrigc#include "config.h"
22158714Srodrigc#include "system.h"
23158714Srodrigc#include "coretypes.h"
24158714Srodrigc#include "hosthooks.h"
25158714Srodrigc#include "hosthooks-def.h"
26158714Srodrigc#include "config/host-darwin.h"
27158714Srodrigc
28158714Srodrigc/* Darwin doesn't do anything special for ppc64 hosts; this file exists just
29294627Strasz   to include config/host-darwin.h.  */
30158714Srodrigc
31158714Srodrigcconst struct host_hooks host_hooks = HOST_HOOKS_INITIALIZER;
32158714Srodrigc