This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: x86-64 patch 1/2


On Tue, Sep 18, 2001 at 03:23:48PM +0200, Andreas Jaeger wrote:
> 
> Here's the first patch to integrate the x86-64 port into glibc.
> 
> Ok to commit?
> 
> @@ -79,6 +80,7 @@ mips.*-.*-linux.*	ld=ld.so.1		GLIBC_2.0 
>  hppa.*-.*-.*		ld=ld.so.1		GLIBC_2.2
>  s390x-.*-linux.*	ld=ld64.so.1		GLIBC_2.2
>  cris-.*-linux.*		ld=ld.so.1		GLIBC_2.2
> +x86_64-.*-linux.*	ld=ld64.so.1		GLIBC_2.2.4
>  # We use the ELF ABI standard name for the default.
>  .*-.*-.*		ld=ld.so.1

In the light of current FHS-discuss talks, shouldn't this be
/lib64/ld-linux.so.2 (ie. ld=ld-linux.so.2 and related changes)?

	Jakub


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