]> git.ipfire.org Git - thirdparty/glibc.git/commit
posix: Fix compat glob code on s390 and alpha
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 12 Sep 2017 21:52:05 +0000 (18:52 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 13 Sep 2017 12:24:12 +0000 (09:24 -0300)
commit3ca622e4d6054c0b99b2df36580462663edc8d12
tree846be0fa78421fd180fa59c63dbaf1b31d657943
parent620ff9eea68d8edf0cdfb1e5cbb653993002484e
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.
ChangeLog
sysdeps/unix/sysv/linux/alpha/Makefile
sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c [new file with mode: 0644]