Go to file
Nathan Sidwell ccdc216414 invoke.texi (ARM Options): Document -mtls-dialect option.
* doc/invoke.texi (ARM Options): Document -mtls-dialect option.
	* doc/install.texi (Configuration): Document --with-tls.
	* config.gcc (arm*-*-linux*): Default to gnu tls.
	(arm*-*-*): Add --with-tls option.
	(all_defaults): Add 'tls'.
	* config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
	(arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
	(arm_tls_descseq_addr): New.
	(legitimize_tls_address): Add tlsdesc support.
	(arm_cannot_copy_insn_p): Check for tlscall.
	(arm_emit_tls_decoration): Likewise.
	* config/arm/arm.h (TARGET_GNU2_TLS): New.
	(OPTION_DEFAULT_SPECS): Add with-tls support.
	* config/arm/arm.md (R1_REGNUM): Define.
	(tlscall): New.
	* config/arm/arm.opt (tls_type): New enumeration type and values.
	(mtls-dialect): New switch.
	* config/arm/arm-opts.h (enum tls_type): New.

	testsuite/
	* gcc.target/arm/tlscall.c: New.

From-SVN: r175287
2011-06-22 09:57:02 +00:00
INSTALL
boehm-gc
config re PR target/49461 (boehm-gc and gcj incompatible with pie) 2011-06-19 17:54:24 +00:00
contrib gcc_update (gcc/config/avr/avr-tables.opt): New dependencies. 2011-06-21 11:22:19 +01:00
fixincludes
gcc invoke.texi (ARM Options): Document -mtls-dialect option. 2011-06-22 09:57:02 +00:00
gnattools
include demangle.h (DMGL_RET_POSTFIX): Extend the comment. 2011-06-13 22:32:40 +00:00
intl
libada
libcpp gcc.pot: Regenerate. 2011-06-21 11:33:57 +01:00
libdecnumber
libffi
libgcc shared-object.mk (c_flags-$o): Save c_flags. 2011-06-21 14:26:13 +00:00
libgfortran
libgo
libgomp
libiberty re PR c++/37089 ([C++0x] rvalue/lvalue reference collapsing not performed in error ouput thus printing "&&&") 2011-06-20 10:40:01 -04:00
libjava re PR libgcj/49314 (md5test, shatest output FAILs on Tru64 UNIX) 2011-06-21 17:09:57 +00:00
libmudflap
libobjc
libquadmath
libssp
libstdc++-v3 move.h (__is_nothrow_swappable): Add. 2011-06-21 23:01:03 +00:00
lto-plugin
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
depcomp
install-sh
libtool-ldflags
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 files whose
names start with 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/ for how to report bugs usefully.