Stefan Liebler ba436665b1 Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7.5 on 32bit.
Starting with recent commit 84f7ce84474c1648ce96884f1c91ca7b97ca3fc2
"posix: Add glob64 with 64-bit time_t support", elf/check-localplt
fails due to extra PLT reference __glob64_time64 in __glob64_time64
itself.

This is observable with gcc 7.5 on x86_64 with -m32 or s390x with
-m31.  E.g. if build with gcc 10, gcc is generating a call to
__glob64_time64.localalias.

This patch is adding a hidden version of __glob64_time64 in the
same way as for __globfree64_time64.
2021-07-01 16:46:59 +02:00
..
2021-06-24 10:02:06 -03:00
2021-01-04 08:42:25 -03:00
2021-01-04 09:02:39 -03:00
2021-06-28 15:55:56 -03:00
2021-01-04 08:41:53 -03:00
2021-06-28 15:55:56 -03:00
2021-01-04 08:38:52 -03:00
2021-02-09 16:58:16 -03:00
2021-06-28 15:55:56 -03:00
2021-06-15 10:42:11 -03:00
2021-04-15 11:32:40 -03:00
2021-06-15 10:42:11 -03:00
2021-04-15 11:32:40 -03:00
2021-04-15 11:32:40 -03:00
2021-06-28 15:55:56 -03:00
2021-06-28 15:55:56 -03:00