Go to file
Kazu Hirata 011646f5ef cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*.
* cfglayout.c (block_locators_locs, line_locators_locs,
	line_locators_lines, file_locators_locs): Change the type to
	VEC(int,heap)*.
	(insn_locators_initialize, change_scope, insn_scope,
	locator_line, insn_line, locator_file): Use VEC instead of
	VARRAY.

From-SVN: r101297
2005-06-24 21:55:32 +00:00
INSTALL
boehm-gc os_dep.c: Add FreeBSD/PowerPC bits. 2005-06-15 23:25:54 +02:00
config re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) 2005-06-14 20:05:59 +00:00
contrib btest-gcc.sh: Add support for option --add-passes-despite-regression. 2005-06-07 07:42:22 +00:00
fastjar configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. 2005-05-18 01:38:46 +00:00
fixincludes re PR target/15266 (libgfortran doesn't compile on IRIX 5.3) 2005-06-14 23:59:48 +00:00
gcc cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*. 2005-06-24 21:55:32 +00:00
gnattools
include Index: include/ChangeLog 2005-06-21 00:24:59 +00:00
intl Update the address and telephone number of the FSF organization 2005-05-13 08:03:47 +00:00
libada
libcpp * tr.po, vi.po: Update. 2005-06-18 22:50:11 +01:00
libffi re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6) 2005-06-15 00:10:05 +00:00
libgfortran c99_functions.c (log10l): New log10l function for systems where this is not available. 2005-06-23 18:50:25 +00:00
libiberty Index: include/ChangeLog 2005-06-21 00:24:59 +00:00
libjava re PR java/20697 (Invalid Can't find method error on call to super) 2005-06-23 16:00:50 +01:00
libmudflap * testsuite/libmudflap.c/externs-1.c (main): Add return statement. 2005-06-19 16:01:03 +00:00
libobjc NXConstStr.h, [...]: Do not include Objective-C headers as system headers. 2005-06-08 15:13:17 +00:00
libstdc++-v3 re PR libstdc++/22109 (/home/dave/opt/gnu/bin/ld: BFD 2.16.91 20050612 internal error) 2005-06-23 18:49:00 +02:00
maintainer-scripts crontab: Spread snapshot building more evenly throughout the week. 2005-05-21 21:56:24 +00:00
zlib re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) 2005-06-14 20:05:59 +00:00
.cvsignore
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog Makefile.def (stagefeedback): Come after profile. 2005-06-23 07:31:23 +00:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS: Update my email address. 2005-06-13 19:06:49 +00:00
Makefile.def Makefile.def (stagefeedback): Come after profile. 2005-06-23 07:31:23 +00:00
Makefile.in Makefile.def (stagefeedback): Come after profile. 2005-06-23 07:31:23 +00:00
Makefile.tpl Makefile.def (stagefeedback): Come after profile. 2005-06-23 07:31:23 +00:00
README
README.SCO * README.SCO: Update the URL. 2005-05-08 17:49:46 +00:00
compile
config-ml.in
config.guess
config.rpath
config.sub config.sub: Add cases for the Renesas m32c. 2005-06-02 20:16:32 -04:00
configure configure.in: Enable target-libffi again for *-*-linux* and *-*-elf. 2005-06-07 09:32:14 +00:00
configure.in configure.in: Enable target-libffi again for *-*-linux* and *-*-elf. 2005-06-07 09:32:14 +00:00
depcomp top level: 2005-06-13 08:26:05 +00:00
install-sh
libtool.m4 libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on lt_cv_sys_max_cmd_len for now. 2005-05-10 01:31:58 +00:00
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap * ylwrap: Import from Automake 1.9.5. 2005-05-15 18:17:10 +00:00

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.