Go to file
Richard Sandiford 0a0da1bc90 v850-protos.h (override_options): Delete.
* config/v850/v850-protos.h (override_options): Delete.
	* config/v850/v850.h (target_flags, MASK_GHS, MASK_LONG_CALLS, MASK_EP)
	(MASK_PROLOG_FUNCTION, MASK_DEBUG, MASK_V850, MASK_V850E)
	(MASK_SMALL_SLD, MASK_BIG_SWITCH, MASK_NO_APP_REGS, MASK_DISABLE_CALLT)
	(MASK_STRICT_ALIGN, MASK_US_BIT_SET, MASK_US_MASK_SET, TARGET_GHS)
	(TARGET_LONG_CALLS, TARGET_EP, TARGET_PROLOG_FUNCTION, TARGET_V850)
	(TARGET_BIG_SWITCH, TARGET_DEBUG, TARGET_V850E, TARGET_US_BIT_SET)
	(TARGET_SMALL_SLD, TARGET_DISABLE_CALLT, TARGET_NO_APP_REGS)
	(TARGET_STRICT_ALIGN, TARGET_SWITCHES, TARGET_OPTIONS)
	(OVERRIDE_OPTIONS): Delete.
	(MASK_CPU): Redefine as MASK_V850 | MASK_V850E.
	(small_memory_info): Remove the value field.
	(CONDITIONAL_REGISTER_USAGE): Check !TARGET_APP_REGS rather than
	TARGET_NO_APP_REGS.
	* config/v850/v850.c (small_memory): Remove the value field.
	(TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
	(override_options): Delete.
	(v850_handle_memory_option, v850_handle_option): New functions.
	* config/v850/v850.opt: New file.

From-SVN: r97710
2005-04-06 09:40:41 +00:00
boehm-gc darwin_stop_world.c: Update for -m64 multilib. 2005-03-24 00:48:39 +00:00
config (See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.) 2005-03-30 13:25:24 +01:00
contrib * gcc_update (silent): Unset instead of initializing to null. 2005-03-19 00:16:22 +00:00
fastjar jartool.c (main): Indentation fixlet. 2005-03-28 18:14:00 +00:00
fixincludes Makefile.in: Set gcc_version directly, not via substitution. 2005-03-21 17:50:19 +00:00
gcc v850-protos.h (override_options): Delete. 2005-04-06 09:40:41 +00:00
gnattools re PR ada/19959 (Can't compile gnattools for the cross targets) 2005-03-30 10:56:55 +02:00
include * libiberty.h: Fix indentation. 2005-03-29 18:35:07 +00:00
INSTALL
intl
libada
libcpp rw.po: New file. 2005-04-06 00:35:41 +01:00
libffi * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI. 2005-03-31 01:22:46 +00:00
libgfortran re PR libfortran/20755 (gfortran - prints the same number with 1p4G12.3 two different ways) 2005-04-05 14:20:10 +00:00
libiberty test-pexecute.c (TEST_PEX_RUN): Move variable declaration before statement. 2005-04-04 20:58:00 +00:00
libjava re PR libgcj/20750 (libgcj needs a --with-java-home configure option) 2005-04-05 23:46:09 +00:00
libmudflap * mf-runtime.c (__mfu_unregister): Warning fix for char unsigned. 2005-04-04 19:39:46 +09:30
libobjc Makefile.in: Set gcc_version here. 2005-03-21 17:42:26 +00:00
libstdc++-v3 acinclude.m4 (_GLIBCXX_USE_LONG_LONG, [...]): Use long form of AC_DEFINE ... 2005-04-06 01:32:03 +00:00
maintainer-scripts gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. 2005-04-06 06:22:51 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure (See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.) 2005-03-30 13:25:24 +01:00
configure.in (See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.) 2005-03-30 13:25:24 +01:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh re PR libgcj/20160 (link errors building libgcj tests) 2005-03-01 22:27:43 +00:00
MAINTAINERS Add myself to MAINTAINERS. 2005-04-04 15:12:36 +00:00
Makefile.def Makefile.def (bfd, [...]): Set lib_path. 2005-03-30 08:18:08 +00:00
Makefile.in Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. 2005-04-06 06:22:51 +00:00
Makefile.tpl Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. 2005-04-06 06:22:51 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
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.