This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r167507 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: ro
Date: Mon Dec  6 17:28:38 2010
New Revision: 167507

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167507
Log:
	gcc:
	Backport from mainline:
	2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* doc/sourcebuild.texi (Add Options): Document tls.

	gcc/testsuite:
	Backport from mainline:
	2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* lib/target-supports.exp (add_options_for_tls): New proc.
	* g++.dg/tls/static-1.C: Use dg-add-options tls.
	* g++.dg/tls/static-1a.cc: Likewise.
	* gcc.dg/tls/emutls-1.c: Likewise.
	* gcc.dg/tls/opt-11.c: Likewise.
	* gcc.dg/tls/opt-12.c: Likewise.
	* gcc.dg/tls/pr24428-2.c: Likewise.
	* gcc.dg/tls/pr24428.c: Likewise.

	2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR target/46131
	* lib/target-supports.exp (add_options_for_tls): Pass -pthread for
	*-*-osf*.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/doc/sourcebuild.texi
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/tls/static-1.C
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/tls/static-1a.cc
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tls/emutls-1.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tls/opt-11.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tls/opt-12.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tls/pr24428-2.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tls/pr24428.c
    branches/gcc-4_5-branch/gcc/testsuite/lib/target-supports.exp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]