diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-09-12 18:52:05 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-09-13 09:24:12 -0300 |
commit | 3ca622e4d6054c0b99b2df36580462663edc8d12 (patch) | |
tree | 846be0fa78421fd180fa59c63dbaf1b31d657943 /ChangeLog | |
parent | 620ff9eea68d8edf0cdfb1e5cbb653993002484e (diff) | |
download | glibc-3ca622e4d6054c0b99b2df36580462663edc8d12.tar.gz glibc-3ca622e4d6054c0b99b2df36580462663edc8d12.tar.xz glibc-3ca622e4d6054c0b99b2df36580462663edc8d12.zip |
posix: Fix compat glob code on s390 and alpha
This patch fixes the compat glob implementation consolidation from commit 116f1c64d with the following changes: - Add a compat implementation on s390 to avoid the architecture to build the symbols on default linux oldglob.c by setting GLOB_NO_OLD_VERSION. - Remove the duplicate rule to build oldglob on alpha. Checked on s390-linux-gnu and alpha-linux-gnu using build-many-glibc.py. * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file. * sysdeps/unix/sysv/linux/alpha/Makefile [$(subdir) = csu] (sysdep_routines): Remove rule.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e7b77cef33..3b74c0e196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-09-13 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file. + * sysdeps/unix/sysv/linux/alpha/Makefile + [$(subdir) = csu] (sysdep_routines): Remove rule. + 2017-09-13 Joseph Myers <joseph@codesourcery.com> * sysdeps/generic/libm-alias-double.h: New file. |