diff options
author | kcc <kcc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-24 18:24:13 +0000 |
---|---|---|
committer | kcc <kcc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-24 18:24:13 +0000 |
commit | 9dbc5ff0711a5e6a0b70968a698d51d30876f2ff (patch) | |
tree | a4cc714b9f3e72f81729db56491c1ddec5d0811c /libsanitizer/ChangeLog | |
parent | af04bd5537420963d0e3899d687cbee6c22acbfe (diff) | |
download | gcc-9dbc5ff0711a5e6a0b70968a698d51d30876f2ff.tar.gz |
[libsanitizer] add mach_override and enable libsanitizer on darwin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r-- | libsanitizer/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 2c7c289a702..90053021bd5 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,16 @@ +2012-11-24 Kostya Serebryany kcc@google.com + Jack Howarth <howarth@bromo.med.uc.edu> + + * interception/mach_override/mach_override.c: Migrate from llvm. + * interception/mach_override/mach_override.h: Likewise. + * interception/mach_override/LICENSE.txt: Likewise. + * configure.tgt: Add darwin to supported targets. + * configure.ac: Define USING_MACH_OVERRIDE when on darwin. + * interception/Makefile.am: Compile mach_override.c when + USING_MACH_OVERRIDE defined. + * configure: Regenerated. + * interception/Makefile.in: Likewise. + 2012-11-23 H.J. Lu <hongjiu.lu@intel.com> PR sanitizer/55450 |