diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-21 01:29:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-21 01:29:31 +0000 |
commit | 6d864d156da2e006b309eaa161437eea10fd4684 (patch) | |
tree | 46dca46634b6bf853ea99e8325c4bcecda9a1e22 /ChangeLog | |
parent | cb57664d297d1669be7887d2e17a1a2128d39af6 (diff) | |
download | glibc-6d864d156da2e006b309eaa161437eea10fd4684.zip glibc-6d864d156da2e006b309eaa161437eea10fd4684.tar.gz glibc-6d864d156da2e006b309eaa161437eea10fd4684.tar.bz2 |
* Makeconfig ($(common-objpfx)shlib-versions.v.i): Check alsocvs/fedora-glibc-20041021T0701
$(config-sysdirs) for shlib-versions files.
* Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with
use of ...
* scripts/soversions.awk: ... this new file. Collect lib info and
match any DEFAULT line before emitting anything, so DEFAULT can come
later in the concatenation of shlib-versions files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-10-20 Roland McGrath <roland@redhat.com> + * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also + $(config-sysdirs) for shlib-versions files. + + * Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with + use of ... + * scripts/soversions.awk: ... this new file. Collect lib info and + match any DEFAULT line before emitting anything, so DEFAULT can come + later in the concatenation of shlib-versions files. + * manual/errno.texi (Error Codes): Add ENOKEY, EKEYEXPIRED, EKEYREVOKED, EKEYREJECTED. * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.3.4): New errlist. |