From 5f245f3bfbe61b2182964dafb94907e38284b806 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 30 Apr 2024 09:57:12 -0700 Subject: 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 --- math/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math') diff --git a/math/Makefile b/math/Makefile index a9fef9e..435939a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -566,6 +566,9 @@ tests += \ test-matherr \ test-matherr-2 \ # tests +tests-2.0 += \ + test-matherr-2 \ + # tests-2.0 endif # These tests use internal (unexported) GMP functions and are linked -- cgit v1.1