freebsd-dev/contrib/gcc/config/rs6000/windiss.h

48 lines
1.5 KiB
C
Raw Normal View History

2003-07-11 03:40:53 +00:00
/* Support for GCC on PowerPC using WindISS simulator.
2004-07-28 03:11:36 +00:00
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
2003-07-11 03:40:53 +00:00
Contributed by CodeSourcery, LLC.
2004-07-28 03:11:36 +00:00
This file is part of GCC.
2003-07-11 03:40:53 +00:00
2004-07-28 03:11:36 +00:00
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2, or (at your
option) any later version.
2003-07-11 03:40:53 +00:00
2004-07-28 03:11:36 +00:00
GCC is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
2003-07-11 03:40:53 +00:00
2004-07-28 03:11:36 +00:00
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
2003-07-11 03:40:53 +00:00
2004-07-28 03:11:36 +00:00
#undef TARGET_VERSION
2003-07-11 03:40:53 +00:00
#define TARGET_VERSION fprintf (stderr, " (PowerPC WindISS)");
2004-07-28 03:11:36 +00:00
#undef LIB_DEFAULT_SPEC
2003-07-11 03:40:53 +00:00
#define LIB_DEFAULT_SPEC "%(lib_windiss)"
2004-07-28 03:11:36 +00:00
#undef STARTFILE_DEFAULT_SPEC
2003-07-11 03:40:53 +00:00
#define STARTFILE_DEFAULT_SPEC "%(startfile_windiss)"
2004-07-28 03:11:36 +00:00
#undef ENDFILE_DEFAULT_SPEC
2003-07-11 03:40:53 +00:00
#define ENDFILE_DEFAULT_SPEC "%(endfile_windiss)"
#undef LINK_START_DEFAULT_SPEC
#define LINK_START_DEFAULT_SPEC "%(link_start_windiss)"
#undef LINK_OS_DEFAULT_SPEC
#define LINK_OS_DEFAULT_SPEC "%(link_os_windiss)"
2004-07-28 03:11:36 +00:00
#undef CRTSAVRES_DEFAULT_SPEC
2003-07-11 03:40:53 +00:00
#define CRTSAVRES_DEFAULT_SPEC ""
2004-07-28 03:11:36 +00:00
#undef WCHAR_TYPE
2003-07-11 03:40:53 +00:00
#define WCHAR_TYPE "short unsigned int"
2004-07-28 03:11:36 +00:00
#undef WCHAR_TYPE_SIZE
2003-07-11 03:40:53 +00:00
#define WCHAR_TYPE_SIZE 16