diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-07-04 15:34:23 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-07-04 15:34:23 +0000 |
commit | ef1b9722dd0213d727a1cb1553ae43584572d2b2 (patch) | |
tree | 8db5c4c2a85ac29384d5002122968b6a618f0b4b /coregrind | |
parent | ccf17de11cac09dc387e6cb115fdee0ae6e29e70 (diff) |
Changed exp-drd tool name into drd.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8362 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'coregrind')
-rw-r--r-- | coregrind/m_redir.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c index 959fecde..cd16a567 100644 --- a/coregrind/m_redir.c +++ b/coregrind/m_redir.c @@ -904,9 +904,9 @@ void VG_(redir_initialise) ( void ) NULL /* not mandatory - so why bother at all? */ /* glibc-2.6.1 (openSUSE 10.3, ppc32) seems fine without it */ ); - } else if (0 == VG_(strcmp)("exp-drd", VG_(details).name)) { + } else if (0 == VG_(strcmp)("drd", VG_(details).name)) { /* Only continue if symbol information in ld.so.1 is present, */ - /* because otherwise exp-drd's suppression patterns on ld.so do */ + /* because otherwise drd's suppression patterns on ld.so do */ /* not have any effect. */ add_hardwired_spec( "ld.so.1", "strlen", @@ -939,9 +939,9 @@ void VG_(redir_initialise) ( void ) /* glibc-2.5 (FC6, ppc64) seems fine without it */ ); - } else if (0 == VG_(strcmp)("exp-drd", VG_(details).name)) { + } else if (0 == VG_(strcmp)("drd", VG_(details).name)) { /* Only continue if symbol information in ld64.so.1 is present, */ - /* because otherwise exp-drd's suppression patterns on ld.so do */ + /* because otherwise drd's suppression patterns on ld.so do */ /* not have any effect. */ add_hardwired_spec( "ld64.so.1", "strlen", |