This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: elf32-mips breaks binary compatibility


On Mon, Aug 16, 1999 at 11:12:25PM -0700, H.J. Lu wrote:

> We had to deal with it on Alpha. That is why glibc 2.1 is libc.so.6.1
> on alpha. Why cannot MIPS do the same? Glibc can require certain
> version of binutils and use libc.so.6.1 for soname on MIPS.

Using some detection mechanism in the dynamic linker allows me to
arbitrarily mix both flavours of binaries.  Especially we'll never have
to have two copies of libc in memory is it might be necessary with
a new major number.

  Ralf

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