dlwrap: add GLIBC_2.4 version to be able to run tests from ARM

See sysdeps/unix/sysv/linux/arm/libdl.abilist in glibc
macos/v1.5.9
Olivier Blin 9 years ago committed by Olivier Blin
parent 8bbc0d40c6
commit fe7a96e077
  1. 1
      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"
};

Loading…
Cancel
Save