From fe7a96e0771fe0c3a8f103f3bb2d1f811a5f3641 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 21 Sep 2015 13:04:50 +0200 Subject: [PATCH] dlwrap: add GLIBC_2.4 version to be able to run tests from ARM See sysdeps/unix/sysv/linux/arm/libdl.abilist in glibc --- test/dlwrap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dlwrap.c b/test/dlwrap.c index b104da4..157590b 100644 --- a/test/dlwrap.c +++ b/test/dlwrap.c @@ -232,6 +232,7 @@ dlwrap_real_dlsym(void *handle, const char *name) * In the meantime, I'll just keep augmenting this * hard-coded version list as people report bugs. */ const char *version[] = { + "GLIBC_2.4", "GLIBC_2.2.5", "GLIBC_2.0" };