Go to file
Emmanuel Briot da2ac8c26f g-comlin.ads, [...] (Command_Line_Configuration, [...]): New types
2007-09-26  Emmanuel Briot  <briot@adacore.com>

	* g-comlin.ads, g-comlin.adb (Command_Line_Configuration,
	Command_Line): New types
	(Define_Alias, Define_Prefix, Free): New subprograms. These provide
	support for defining how switches can be grouped on a command line (as
	is the case for -gnatw... for GNAT), and how simple switches can be
	used as aliases for more complex switches (-gnatwa is same as
	-gnatwbcef...)
	(Set_Command_Line, Add_Switch, Remove_Switch): New subprogram
	(Start, Current_*): New subprograms
	Added support for parsing an array of strings in addition to the real
	command line.
	(Opt_Parser, Opt_Parser_Data): New type. As a result, some types had to
	 be moved from the body to the private part of the spec.
	(*): All subprograms now have an extra parameter with default value to
	specify which parser should be used. For backward compatibility, it
	defaults to parsing the command line of the application. They were also
	modified to properly handle cases where each of the argument does not
	start at index 1 (which is always true for Ada.Command_Line, but not
	when processing any Argument_List).
	(Free): New subprogram
	(Internal_Initialize_Option_Scan, Find_Longuest_Matching_Switch,
	Argument): New subprograms
	(Switch_Parameter_Type): New enum, which clarifies the code. The extra
	special characters like ':', '=',... are now handled in a single place,
	which makes the code more extensible eventually.
	(Getopt, Full_Switch): When the switch was returned as part of the
	special character '*', make sure it is prepended by the switch character
	('-' in general), so that the application knows whether "foo" or "-foo"
	was specified on the command line.

From-SVN: r128791
2007-09-26 12:44:07 +02:00
INSTALL
boehm-gc
config mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls with -minterlink-mips16. 2007-09-21 07:33:31 +00:00
contrib warn_summary (srcdirFilter): Add fixincludes, sim, newlib and mpfr. 2007-09-22 01:19:10 +00:00
fixincludes
gcc g-comlin.ads, [...] (Command_Line_Configuration, [...]): New types 2007-09-26 12:44:07 +02:00
gnattools
include
intl
libada
libcpp
libdecnumber Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o 2007-09-10 20:44:08 +00:00
libffi
libgcc fixed-obj.mk: New file to support fine-grain fixed-point functions. 2007-09-17 22:18:13 +00:00
libgfortran re PR libfortran/31546 (add --enable-intermodule) 2007-09-21 19:49:34 +00:00
libgomp * config/mingw32/proc.c: New file. 2007-09-10 02:27:29 +00:00
libiberty
libjava defineclass.cc (MAJOR_1_6): New define. 2007-09-17 16:30:46 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 libstdc++.exp (check_v3_target_fileio): Test lseek. 2007-09-25 21:18:11 +00:00
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog * MAINTAINERS (Register allocation reviewer): Add myself. 2007-09-24 11:55:40 -05:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS (Register allocation reviewer): Add myself. 2007-09-24 11:55:40 -05:00
Makefile.def configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before libstdc++. 2007-09-20 00:58:02 +00:00
Makefile.in configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before libstdc++. 2007-09-20 00:58:02 +00:00
Makefile.tpl
README
README.SCO
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac (mipsisa*-*-elfoabi*): New stanza. 2007-09-20 20:01:34 +00:00
configure.ac configure.ac (mipsisa*-*-elfoabi*): New stanza. 2007-09-20 20:01:34 +00:00
depcomp
install-sh
libtool-ldflags re PR bootstrap/31906 ("-Xcompiler" is inserted after "-Xlinker" when building libstdc++) 2007-09-20 10:20:05 +00:00
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
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.