Go to file
Ralf Wildenhues a3d3711969 sed portability fixes in fixincludes
fixincludes/:
	PR testsuite/29737
	PR bootstrap/35938
	PR testsuite/39655
	* check.tpl: Fix typos.
	* README: Likewise.  Also, document that 'select' uses ERE.
	* mkheaders.in: Update copyright years in --version output.
	* inclhack.def (sco_math): Add missing final newline in sed
	script 'a', 'c', or 'i' commands, for BSD sed.
	(sco_math): In the text of 'a', 'c', or 'i' sed
	commands, prepend leading white space with a backslash to avoid
	the whitespace to be removed by BSD sed.
	(sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
	(x11_new): Fix sed expression, for BSD sed.
	(glibc_mutex_init): Fix newlines in sed 's' command replacement
	part, for GNU sed 3.02 and Solaris sed.
	(glibc_mutex_init): Replace unportable \+ sed regex operator
	with \{1,\}.
	(glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
	alternation \| regex operator.
	(solaris_complex): Remove superfluous backslashes from
	replacement string.  Replace \+ operator with \{1,\}.
	* tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
	* fixincl.x: Regenerate.

From-SVN: r151518
2009-09-08 17:30:31 +00:00
boehm-gc dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use. 2009-09-03 16:53:35 +00:00
config [multiple changes] 2009-09-08 17:21:07 +02:00
contrib * compare-debug: Grep for blank before dash to avoid grep -e. 2009-09-04 18:59:15 +00:00
fixincludes sed portability fixes in fixincludes 2009-09-08 17:30:31 +00:00
gcc Missed regeneration. 2009-09-08 17:28:27 +02:00
gnattools
include
INSTALL
intl
libada
libcpp * id.po: Update. 2009-09-08 13:15:41 +01:00
libdecnumber
libffi
libgcc
libgfortran re PR fortran/41192 (NAMELIST input with just a comment ("&NAME ! comment \") fails) 2009-09-08 00:59:05 +00:00
libgomp
libiberty re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t) 2009-09-04 07:33:16 -07:00
libjava
libmudflap
libobjc
libssp
libstdc++-v3 re PR libstdc++/41280 (Revision 151352 breaks 32bit libstdc++) 2009-09-07 13:38:27 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog configure.ac (with-build-config): Document. 2009-09-04 18:58:34 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac (with-build-config): Document. 2009-09-04 18:58:34 +00:00
configure.ac configure.ac (with-build-config): Document. 2009-09-04 18:58:34 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Daniel Gutson added. 2009-09-04 00:20:27 +00:00
Makefile.def
Makefile.in
Makefile.tpl
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.