Go to file
David O'Brien 243a707078 config.gcc: Add FreeBSD/IA-64 target.
2001-11-07  David O'Brien  <obrien@FreeBSD.org>
	* config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
	* config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
	they are OS specific.  Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
	so OS specific files and use CPP_PREDEFINES for their needs.
	* config/i64/elf.h (TARGET_VERSION): Add.  Also, move inclusion of
	target headers to tm_file.
	* config/ia64/aix.h (TARGET_VERSION): Likewise.
	* config/ia64/hpux.h (TARGET_VERSION): Likewise.
	* config/ia64/linux.h (TARGET_VERSION): Likewise.
	(FUNCTION_PROFILER): Remove.
	* config/ia64/ia64.h (FUNCTION_PROFILER): Update defintion using the
	version in config/ia64/linux.h.
	* config/ia64/freebsd.h: New file.
	* config/freebsd.h: Tidy up.
	(_USING_CONFIG_FREEBSD): Define.
	(FBSD_CPP_PREDEFINES): Add __KPRINTF_ATTRIBUTE__.
	(FBSD_CPP_SPEC): Define generic FreeBSD spec.
	(FBSD_STARTFILE_SPEC): Likewise.
	(FBSD_ENDFILE_SPEC): Likewise.
	(FBSD_LIB_SPEC): Likewise.
	(WCHAR_UNSIGNED): Undefine, FreeBSD's wchars are signed.
	(USER_LABEL_PREFIX): Define to ELF compatible value as some CPU headers
	set an ELF-improper one.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20011109100352.A6186@redhat.com>

From-SVN: r46909
2001-11-10 01:07:17 +00:00
boehm-gc
config
contrib gcc_update (files_and_dependencies): Add Ada dependencies. 2001-11-07 20:26:58 +00:00
fastjar
gcc config.gcc: Add FreeBSD/IA-64 target. 2001-11-10 01:07:17 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2001-11-09 08:20:48 +00:00
libffi
libiberty remove trailing whitespace 2001-11-04 20:11:12 -05:00
libjava * verify.cc: Wrap in #ifdef INTERPRETER...#endif. 2001-11-09 17:33:45 +00:00
libobjc objc-api.h (_C_VECTOR): New. 2001-11-08 18:51:27 +00:00
libstdc++-v3 Daily bump. 2001-11-09 08:20:48 +00:00
maintainer-scripts update_web_docs: Set SOURCEDIR so that install manual can be found when running install.texi2html. 2001-11-06 17:59:19 +00:00
zlib
.cvsignore
ChangeLog * MAINTAINERS (Various maintainers: h8 port): Add myself. 2001-11-09 19:09:06 +00:00
config-ml.in
config.guess config.sub: Import from master sources, rev 1.226. 2001-11-05 01:52:42 +00:00
config.if
config.sub In ChangeLog: 2001-11-08 Geoffrey Keating <geoffk@redhat.com> 2001-11-09 01:17:07 +00:00
configure
configure.in configure.in (--enable-languages): Be more permissive about syntax. 2001-11-08 21:06:18 -05:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Various maintainers: h8 port): Add myself. 2001-11-09 19:09:06 +00:00
Makefile.in * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0. 2001-11-06 07:15:44 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.