diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-25 23:45:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-25 23:45:16 +0000 |
commit | 1d02f71fe4046c1cd17ff6b6687a89932797cb3b (patch) | |
tree | d73f941e908994fa60b5932d98510aaf5cb15c2f /mach | |
parent | fec417190420a427bec2340853f42051da251b65 (diff) | |
download | glibc-1d02f71fe4046c1cd17ff6b6687a89932797cb3b.tar.gz |
linuxthreads/ChangeLog
2003-02-25 Roland McGrath <roland@redhat.com>
* sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
* sysdeps/powerpc/powerpc64/dl-tls.h: New file.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mach/Versions b/mach/Versions index 18ec511d91..d2b8402aa6 100644 --- a/mach/Versions +++ b/mach/Versions @@ -70,6 +70,9 @@ libc { # This was always there, but not exported as it should have been. mig_strncpy; } + GLIBC_2.3 { + NDR_record; + } %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) HURD_CTHREADS_0.3 { |