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


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
> 
> 
> 
> 
> 
> 	*gcc/testsuite/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
> 	*libgomp/testsuite/lib/libgomp.exp: Ditto

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.

Janis


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