43849cfae4
(MASK_AUTO_INC_DEC, MASK_M6811, MASK_M6812, MASK_M68S12) (MASK_NO_DIRECT_MODE, MASK_MIN_MAX, MASK_LONG_CALLS) (TARGET_SHORT, TARGET_M6811, TARGET_M6812, TARGET_M68S12) (TARGET_AUTO_INC_DEC, TARGET_MIN_MAX, TARGET_NO_DIRECT_MODE) (TARGET_LONG_CALLS, TARGET_SWITCHES, TARGET_OPTIONS) (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS, m68hc11_regparm_string) (m68hc11_reg_alloc_order, m68hc11_soft_reg_count) (TARGET_M68HC11): Delete. (TARGET_DEFAULT): Change the default setting from MASK_M6811 to 0. * config/m68hc11/m68hc12.h (TARGET_M68HC12): Delete. * config/m68hc11/m68hc11.c (m68hc11_regparm_string) (m68hc11_reg_alloc_order, m68hc11_soft_reg_count) (nb_soft_regs): Delete. (TARGET_DEFAULT_TARGET_FLAGS): Override default with TARGET_DEFAULT. (m68hc11_override_options): Remove the code that caters for MASK_M6811 and MASK_M6812 being set simultaneously. Change the code that sets the default m68hc11_soft_reg_count to use integers instead of strings. (m68hc11_conditional_register_usage, hard_regno_mode_ok): Use m68hc11_soft_reg_count (which now has an int type) as the number of soft registers. * config/m68hc11/m68hc11.opt: New file. From-SVN: r97458 |
||
---|---|---|
boehm-gc | ||
config | ||
contrib | ||
fastjar | ||
fixincludes | ||
gcc | ||
gnattools | ||
include | ||
INSTALL | ||
intl | ||
libada | ||
libcpp | ||
libffi | ||
libgfortran | ||
libiberty | ||
libjava | ||
libmudflap | ||
libobjc | ||
libstdc++-v3 | ||
maintainer-scripts | ||
zlib | ||
.cvsignore | ||
ABOUT-NLS | ||
ChangeLog | ||
ChangeLog.tree-ssa | ||
compile | ||
config-ml.in | ||
config.guess | ||
config.rpath | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
depcomp | ||
install-sh | ||
libtool.m4 | ||
ltcf-c.sh | ||
ltcf-cxx.sh | ||
ltcf-gcj.sh | ||
ltconfig | ||
ltmain.sh | ||
MAINTAINERS | ||
Makefile.def | ||
Makefile.in | ||
Makefile.tpl | ||
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.