-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DR to r2833 for DRi#1521 win8x86 fix.
That pulls in the new drfrontendlib link with drdecode which requires a fix: DRi#1409/DRi#1503: we get link errors about dup symbols dr_get_stderr_file() in drdecode and dynamorio libs unless we link drstrace_unit_tests w/ drinjectlib. SVN-Revision: 2066
- Loading branch information
1 parent
5d312e1
commit 701d108
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dynamorio
updated
13 files
+2 −1 | api/docs/intro.dox | |
+17 −3 | api/docs/release.dox | |
+1 −0 | clients/drcov/CMakeLists.txt | |
+28 −51 | clients/drcov/drcov2lcov.c | |
+35 −19 | core/lib/instrument.h | |
+14 −11 | core/unix/os.c | |
+3 −1 | core/unix/tls_linux.c | |
+1 −1 | core/win32/callback.c | |
+4 −0 | libutil/CMakeLists.txt | |
+3 −3 | libutil/dr_frontend_common.c | |
+4 −7 | suite/tests/CMakeLists.txt | |
+4 −3 | tools/CMakeLists.txt | |
+11 −5 | tools/drdeploy.c |