diff options
| author | Wei Mi <wmi@google.com> | 2012-11-12 15:53:47 +0000 |
|---|---|---|
| committer | Dodji Seketeli <dodji@gcc.gnu.org> | 2012-11-12 16:53:47 +0100 |
| commit | f35db108b96cac4fd3f2b62024ed93ac006ff932 (patch) | |
| tree | 78af479c74cf29780202765e911b12f4bf192001 /ChangeLog | |
| parent | 25ae50273ad2801ecc262ba75fa8bac0c4e0001b (diff) | |
| download | gcc-f35db108b96cac4fd3f2b62024ed93ac006ff932.tar.gz gcc-f35db108b96cac4fd3f2b62024ed93ac006ff932.tar.bz2 gcc-f35db108b96cac4fd3f2b62024ed93ac006ff932.zip | |
Import the asan runtime library into GCC tree
This patch imports the runtime library in the GCC tree, ensures that
-lasan is passed to the linker when -faddress-sanitizer is used and
sets up the build system accordingly.
ChangeLog:
* configure.ac: Add libsanitizer to target_libraries.
* Makefile.def: Ditto.
* configure: Regenerate.
* Makefile.in: Regenerate.
* libsanitizer: New directory for asan runtime. Contains an empty
tsan directory.
gcc/ChangeLog:
* gcc.c (LINK_COMMAND_SPEC): Add -laddress-sanitizer to link
command if -faddress-sanitizer is on.
libsanitizer:
Initial checkin: migrate asan runtime from llvm.
From-SVN: r193441
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ee963d4fc4e..74d6ee83eb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-11-12 Wei Mi <wmi@google.com> + + * configure.ac: Add libsanitizer to target_libraries. + * Makefile.def: Ditto. + * configure: Regenerate. + * Makefile.in: Regenerate. + * libsanitizer: New directory for asan runtime. Contains an empty + tsan directory. + 2012-11-03 Corinna Vinschen <corinna@vinschen.de> * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building |
