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


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

Re: Versioning mess proved!!!


> From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
> Date: Mon, 2 Oct 2000 00:05:12 +0200

> the zlib.so compiled against glibc-2.1.3:
> [fsirl@enzo:/cvsx/rawhide/zlib-1.1.3]$ objdump -R /usr/lib/libz.so|grep gmon
> 0001debc R_PPC_JMP_SLOT    __gmon_start__

... this one is correct, because the code just does a direct jump.
This is OK because we know that __gmon_start__ will be defined (it'd
be defined in libz.so at least).

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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