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]
Other format: [Raw text]

Re: Does the current glibc build?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

H. J. Lu wrote:
> __libc_stack_end is now hidden in rtld.c. But it is still referenced by
> backtrace.c. As the result, I got undefined symbol during glibc build.
> Did I miss somehing?

$ readelf -s elf/ld.so|fgrep __libc_stack_end
   33: 00014f3c      4 OBJECT  GLOBAL DEFAULT       13
__libc_stack_end@@GLIBC_2.1
  472: 00014f3c      4 OBJECT  LOCAL  HIDDEN        13 __GI___libc_stack_end
  581: 00014f3c      4 OBJECT  GLOBAL DEFAULT       13 __libc_stack_end


Something on your system is broken if __libc_stack_end is hidden in your
builds.

- -- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFABuV62ijCOnn/RHQRArSjAKDLGA8r8b+Mlk2p9GW+hJy7DkrwuACeLy3I
uev85qcHIm3jBxYmuK0rNq4=
=ETmu
-----END PGP SIGNATURE-----


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