[patches] Re: Fix compilation to native x86-64 compiler

Andreas Jaeger aj@suse.de
Thu Dec 6 01:11:00 GMT 2001


Bo Thorsen <bo@sonofthor.dk> writes:

> On Wednesday 05 December 2001 18:32, Richard Henderson wrote:
>> On Wed, Dec 05, 2001 at 06:19:48PM +0100, Andreas Jaeger wrote:
>> > As the one doing the x86-64 glibc work and working on the ABI: glibc
>> > is expected to stay as it is.  The patch is fine, just the comment is
>> > wrong...
>>
>> Change it as you see fit then.
>
> Wow, now that was a quick killing of most of my so splendid patch :-)

;-)

I take Richard's comment as pre-approval, please commit it.

Thanks,
Andreas

> Here's the last part of it - bootstrapped and regression checked on i386, 
> compiled and binaries tested on x86-64.
>
> 2001-12-06  Bo Thorsen  <bo@suse.co.uk>
>
> 	* config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
>
> Index: linux64.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/config/i386/linux64.h,v
> retrieving revision 1.2
> diff -u -r1.2 linux64.h
> --- linux64.h   2001/10/16 22:04:20     1.2
> +++ linux64.h   2001/12/06 08:16:18
> @@ -43,6 +43,6 @@
>    %{!shared: \
>      %{!static: \
>        %{rdynamic:-export-dynamic} \
> -      %{!dynamic-linker:-dynamic-linker /lib/ld64.so.1}} \
> +      %{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}} \
>        %{static:-static}}"
>
> Bo.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list