]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add crt1-2.0.o for glibc 2.0 compatibility tests
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 30 Apr 2024 16:57:12 +0000 (09:57 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 1 Oct 2024 01:45:59 +0000 (09:45 +0800)
commitb74be22f65c017c6f980e608127c260497d7f3c2
treee5c2e41a75513be71eb8e7422f5529840e312c2c
parentfcdf98f38c16ea5c7296b20db2e9f60e9e6ed39e
Add crt1-2.0.o for glibc 2.0 compatibility tests

Starting from glibc 2.1, crt1.o contains _IO_stdin_used which is checked
by _IO_check_libio to provide binary compatibility for glibc 2.0.  Add
crt1-2.0.o for tests against glibc 2.0.  Define tests-2.0 for glibc 2.0
compatibility tests.  Add and update glibc 2.0 compatibility tests for
stderr, matherr and pthread_kill.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 5f245f3bfbe61b2182964dafb94907e38284b806)
Makeconfig
Rules
csu/Makefile
libio/Makefile
libio/tst-stderr-compat.c [new file with mode: 0644]
math/Makefile
sysdeps/pthread/Makefile