]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8).
authorJulian Seward <jseward@acm.org>
Wed, 16 Jul 2003 19:59:59 +0000 (19:59 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 16 Jul 2003 19:59:59 +0000 (19:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1762

coregrind/vg_symtab2.c

index 797f2ec8bd434300d1ffb11d9023cbb5296cb4e0..329434d70377645a07599f5437ea59766325db3e 100644 (file)
@@ -2397,7 +2397,8 @@ Int VG_(setup_code_redirect_table) ( void )
    si_libc = si_pth = NULL;
 
    for (si = segInfo; si != NULL; si = si->next) {
-      if (VG_(strstr)(si->filename, "/libc-2.3.1.so")
+      if (VG_(strstr)(si->filename, "/libc-2.2.93.so")
+          || VG_(strstr)(si->filename, "/libc-2.3.1.so")
           || VG_(strstr)(si->filename, "/libc-2.3.2.so")
           || VG_(strstr)(si->filename, "/libc.so"))
          si_libc = si;