Fix conform linknamespace tests due to gnu_dev_makedev
commit18f0afa8485e8cd6434d118cb841d78d897230b6
authorStefan Liebler <stli@linux.ibm.com>
Wed, 31 Mar 2021 08:23:16 +0000 (31 10:23 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 31 Mar 2021 14:10:14 +0000 (31 16:10 +0200)
treef167803753bfe80cc3fa75ea1fecdc3a8d9929ad
parent4d8d70d30171d6f451339f574130eed4fe747b4b
Fix conform linknamespace tests due to gnu_dev_makedev

If building on s390 / i686 with -Os, various conformance
tests are failing with e.g.
conform/ISO/assert.h/linknamespace.out:
[initial] __assert_fail -> [libc.a(assert.o)] __dcgettext -> [libc.a(dcgettext.o)] __dcigettext -> [libc.a(dcigettext.o)] __getcwd -> [libc.a(getcwd.o)] __fstatat64 -> [libc.a(fstatat64.o)] gnu_dev_makedev

The usage of gnu_dev_makedev was recently introduced by
usage of the makedev makro in commit:
5b980d4809913088729982865188b754939bcd39
linux: Use statx for MIPSn64

This patch is now linking against __gnu_dev_makedev as
also done in commit:
8b4a118222c7ed41bc653943b542915946dff1dd
Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).
sysdeps/unix/sysv/linux/fstatat64.c