Go to file
Mark Mitchell 723acbd5fa cxxabi.h: Make all declarations have default visibility.
* libsupc++/cxxabi.h: Make all declarations have default
	visibility.
	* libsupc++/exception: Likewise.
	* libsupc++/new: Likewise.
	* libsupc++/typeinfo: Likewise.
	* libsupc++/unwind-cxx.h: Likewise.
	* libsupc++/eh_alloc.cc (__cxa_allocate_exception): Put it into
	the __cxxabiv1 namespace.
	(__cxa_free_exception): Likewise.
	* libsupc++/eh_aux_runtime.cc (__cxa_bad_cast): Likewise.
	(__cxa_bad_typeid): Likewise.
	* libsupc++/eh_catch.cc (__cxa_begin_catch): Likewise.
	(__cxa_end_catch): Likewise.
	* libsupc++/eh_globals.cc (__cxa_get_globals_fast): Likewise.
	(__cxa_get_globals): Likewise.
	* libsupc++/eh_throw.cc (__cxa_throw): Likewise.
	(__cxa_rethrow): Likewise.
	* libsupc++/pure.cc (__cxa_pure_virtual): Likewise.
	* libsupc++/eh_type.cc: Include <cxxabi.h>.

From-SVN: r85463
2004-08-03 06:45:54 +00:00
INSTALL
boehm-gc
config
contrib
fastjar Makefile.am: Rename jar binary to fastjar. 2004-07-23 23:34:17 +00:00
gcc Index: ChangeLog 2004-08-03 00:52:18 +00:00
include libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. 2004-08-02 16:45:52 +00:00
intl
libada
libbanshee
libcpp internal.h (xnew, [...]): Remove. 2004-07-24 20:04:42 +02:00
libffi
libgfortran write.c (write_float): Use the slightly more portable isnan in preference to isinf. 2004-08-01 13:40:52 +00:00
libiberty
libjava Timestamp.java (valueOf): Synchronize access to dateFormat. 2004-08-03 01:21:26 +01:00
libmudflap mf-runtime.c (__mf_fini): Set mudflap_mode to mode_nop in the statically linked case. 2004-07-27 19:41:20 +00:00
libobjc thr.c (__objc_thread_detach_function): Do not mark as volatile but instead use the attribute noreturn. 2004-07-22 15:20:08 -07:00
libstdc++-v3 cxxabi.h: Make all declarations have default visibility. 2004-08-03 06:45:54 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog Index: ChangeLog 2004-08-03 00:52:18 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
README.SCO
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure Sync from src. 2004-08-02 16:58:38 +00:00
configure.in Sync from src. 2004-08-02 16:58:38 +00:00
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh Index: ChangeLog 2004-08-03 00:52:18 +00:00
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.