This is the mail archive of the gcc-patches@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]

Re: [patch, target] fix PR41605


Thanks Janis,

Apologies for the formatting blunders.. corrected below:

I don't have commit access - so I can't do more than this, at present.

On 21 Dec 2009, at 19:16, Janis Johnson wrote:

On Thu, 2009-12-17 at 20:48 +0000, IainS wrote:
Hello,

This patch is approved in the PR thread by Mike Stump - subject to a
review of the testsuite changes by Janis.

cheers,
Iain


2009-12-17 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>


PR target/41605

*gcc/config/darwin.h(LINK_COMMAND_SPEC): Resolve fopenmp specifically
for target
(LINK_SPEC): replace dynamic libraries by static equivalents where
necessary


	*gcc/config/darwin9.h(LINK_COMMAND_SPEC): Resolve fopenmp
specifically for target

Attachment: static-link-rationalization.diff.txt
Description: Text document



gcc/Changelog:

2009-12-17 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

PR target/41605

	* config/darwin.h(LINK_COMMAND_SPEC): Resolve fopenmp specifically
	for target. (LINK_SPEC): replace dynamic libraries by static
	equivalents where necessary

	* config/darwin9.h(LINK_COMMAND_SPEC): Resolve fopenmp specifically
	for target.

*gcc/testsuite/lib/g++.exp: Provide -B options to allow for link spec
%s substitutions for static libraries.

gcc/testsuite/Changelog: 2009-12-17 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

PR target/41605

* lib/g++.exp: Provide -B options to allow for link spec %s substitutions for static libraries.

	*libstdc++-v3/testsuite/libstdc++-abi/abi.exp: Ditto
	*libstdc++-v3/testsuite/lib/libstdc++.exp: Ditto

libstdc++-v3/ChangeLog: 2009-12-17 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

PR target/41605

	* testsuite/libstdc++-abi/abi.exp: Provide -B options to allow for
	link spec %s substitutions for static libraries.
	* testsuite/lib/libstdc++.exp: Ditto

*libgomp/testsuite/lib/libgomp.exp: Ditto

libgomp/ChangeLog: 2009-12-17 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

PR target/41605

	* testsuite/lib/libgomp.exp: Provide -B options to allow for
	link spec %s substitutions for static libraries.

OK, with a few changes.  The ChangeLog entries will go into
ChangeLog files in gcc/testsuite/ libstdc++-v3, and libgomp.
Use relative pathnames from those directories, with a space after
'*' and line length of 78 characters or less.

Check the indentation on the exp files changes; it looks as if
there are some tabs where there should be four spaces.

yes, there were, sorry.


Attachment: testsuite-spec-subs-updated.txt
Description: Text document



cheers,
Iain


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