2014-01-09 19:15:41 +01:00
|
|
|
2014-01-09 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* sanitizer_common/Makefile.am (AM_CPPFLAGS): Add
|
|
|
|
-isystem $(top_srcdir)/include/system.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerated.
|
|
|
|
* include/system/linux/aio_abi.h: New header.
|
|
|
|
* include/system/linux/mroute.h: New header.
|
|
|
|
* include/system/linux/mroute6.h: New header.
|
|
|
|
* include/system/linux/perf_event.h: New header.
|
|
|
|
* include/system/linux/types.h: New header.
|
2014-01-09 19:13:39 +01:00
|
|
|
|
|
|
|
PR sanitizer/59136
|
|
|
|
* sanitizer_common/Makefile.am (AM_CXXFLAGS): If
|
|
|
|
LIBBACKTRACE_SUPPORTED add -DSANITIZER_LIBBACKTRACE
|
|
|
|
and -I/-include flags.
|
|
|
|
* lsan/Makefile.am (liblsan_la_LIBADD): Add
|
|
|
|
libsanitizer_libbacktrace.la if LIBBACKTRACE_SUPPORTED.
|
|
|
|
* tsan/Makefile.am (libtsan_la_LIBADD): Likewise.
|
|
|
|
* ubsan/Makefile.am (libubsan_la_LIBADD): Likewise.
|
|
|
|
* asan/Makefile.am (libasan_la_LIBADD): Likewise.
|
|
|
|
* Makefile.am (SUBDIRS): If LIBBACKTRACE_SUPPORTED add
|
|
|
|
libbacktrace.
|
|
|
|
* README.gcc: Document that also lsan and ubsan are
|
|
|
|
maintained in compiler-rt upstream.
|
|
|
|
* libbacktrace/Makefile.am: New file.
|
|
|
|
* libbacktrace/backtrace-rename.h: New file.
|
|
|
|
* libbacktrace/backtrace-supported.h.in: New file.
|
|
|
|
* libbacktrace/bridge.cc: New file.
|
|
|
|
* configure.ac: Add tests needed for libbacktrace build
|
|
|
|
within libsanitizer.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerated.
|
|
|
|
* lsan/Makefile.in: Regenerated.
|
|
|
|
* tsan/Makefile.in: Regenerated.
|
|
|
|
* ubsan/Makefile.in: Regenerated.
|
|
|
|
* libbacktrace/Makefile.in: Generated.
|
|
|
|
* config.h.in: Regenerated.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* interception/Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Regenerated.
|
|
|
|
* aclocal.m4: Regenerated.
|
|
|
|
|
2013-12-19 13:54:11 +01:00
|
|
|
2013-12-19 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_posix.cc:
|
|
|
|
workaround for missing definition of EOWNERDEAD, backport
|
|
|
|
from upstream r196779.
|
|
|
|
|
2013-12-06 12:48:24 +01:00
|
|
|
2013-12-06 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_posix.h
|
|
|
|
(__sanitizer_shmid_ds): Use u64 on time fields for x32.
|
|
|
|
(__sanitizer_clock_t): Use long long for x32.
|
|
|
|
|
2013-12-06 12:44:55 +01:00
|
|
|
2013-12-06 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_linux.cc: Include
|
|
|
|
<sys/stat.h>, instead of <asm/stat.h>, if __x86_64__ is defined.
|
|
|
|
(struct___old_kernel_stat_sz): Don't check if __x86_64__ is defined.
|
|
|
|
|
2013-12-05 15:41:38 +01:00
|
|
|
2013-12-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* configure.ac (link_sanitizer_common): Add -lm.
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2013-12-05 11:28:59 +01:00
|
|
|
2013-12-05 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All source files: Merge from upstream r196489.
|
|
|
|
* merge.sh: Add *.S to the list of merged files.
|
|
|
|
|
2013-12-05 10:56:03 +01:00
|
|
|
2013-12-05 Yury Gribov <y.gribov@samsung.com>
|
|
|
|
|
|
|
|
PR sanitizer/59368
|
|
|
|
* Makefile.am (gcc_version): Added gcc_version.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2013-12-05 10:18:38 +01:00
|
|
|
2013-12-05 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All source files: Merge from upstream r196090.
|
|
|
|
* tsan/Makefile.am (tsan_files): Added new files.
|
|
|
|
* tsan/Makefile.in: Regenerate.
|
|
|
|
* sanitizer_common/Makefile.am (sanitizer_common_files): Added new fles.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerate.
|
|
|
|
* lsan/Makefile.am (lsan_files): Added new files.
|
|
|
|
* lsan/Makefile.in: Regenerate.
|
|
|
|
|
2013-11-29 13:30:36 +01:00
|
|
|
2013-11-29 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
Yury Gribov <y.gribov@samsung.com>
|
|
|
|
|
|
|
|
PR sanitizer/59063
|
|
|
|
* libsanitizer.spec.in: Add spec file to hold link flags for
|
|
|
|
various sanitizer libs.
|
|
|
|
* configure.ac: Check whether clock_* routines come from librt.
|
|
|
|
* asan/Makefile.am (libasan_la_LDFLAGS): Libs now come from
|
|
|
|
configure.ac.
|
|
|
|
* tsan/Makefile.am (libtsan_la_LDFLAGS): Likewise.
|
|
|
|
* ubsan/Makefile.am (libubsan_la_LDFLAGS): Likewise.
|
|
|
|
* lsan/Makefile.am (liblsan_la_LDFLAGS): Likewise.
|
|
|
|
* asan/Makefile.in: Regenerate.
|
|
|
|
* interception/Makefile.in: Regenerate.
|
|
|
|
* lsan/Makefile.in: Regenerate.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerate.
|
|
|
|
* tsan/Makefile.in: Regenerate.
|
|
|
|
* ubsan/Makefile.in: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2013-11-28 13:20:23 +01:00
|
|
|
2013-11-28 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
Yury Gribov <y.gribov@samsung.com>
|
|
|
|
|
|
|
|
PR sanitizer/59106
|
|
|
|
* ubsan/Makefile.am (AM_CXXFLAGS): Disable -frtti for files that
|
|
|
|
don't need it.
|
|
|
|
* ubsan/Makefile.in: Regenerated.
|
|
|
|
|
re PR sanitizer/59061 (Port leaksanitizer)
PR sanitizer/59061
* common.opt (static-liblsan): Add.
* config/gnu-user.h (STATIC_LIBLSAN_LIBS, STATIC_LIBUBSAN_LIBS):
Define.
* flag-types.h (enum sanitize_code): Add SANITIZE_LEAK. Renumber
SANITIZE_SHIFT, SANITIZE_DIVIDE, SANITIZE_UNREACHABLE, SANITIZE_VLA,
SANITIZE_RETURN.
* opts.c (common_handle_option): Handle -fsanitize=leak.
* gcc.c (ADD_STATIC_LIBLSAN_LIBS, LIBLSAN_SPEC): Define.
(LIBUBSAN_SPEC): Don't test LIBUBSAN_EARLY_SPEC.
(LIBUBSAN_EARLY_SPEC): Remove.
(SANITIZER_EARLY_SPEC): Don't do anything for libubsan.
(SANITIZER_SPEC): Add -fsanitize=leak handling.
(sanitize_spec_function): Handle %sanitize(leak).
* doc/invoke.texi (-static-liblsan, -fsanitize=leak): Document.
* c-c++-common/asan/no-redundant-instrumentation-7.c: Fix
cleanup-tree-dump directive.
* configure.tgt: Set LSAN_SUPPORTED=yes for x86_64-linux.
* configure.ac (LSAN_SUPPORTED): New AM_CONDITIONAL.
* configure: Regenerated.
* lsan/Makefile.am (toolexeclib_LTLIBRARIES, lsan_files,
liblsan_la_SOURCES, liblsan_la_LIBADD, liblsan_la_LDFLAGS): Add.
* lsan/Makefile.in: Regenerated.
From-SVN: r205290
2013-11-22 22:13:08 +01:00
|
|
|
2013-11-22 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
PR sanitizer/59061
|
|
|
|
* configure.tgt: Set LSAN_SUPPORTED=yes for x86_64-linux.
|
|
|
|
* configure.ac (LSAN_SUPPORTED): New AM_CONDITIONAL.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* lsan/Makefile.am (toolexeclib_LTLIBRARIES, lsan_files,
|
|
|
|
liblsan_la_SOURCES, liblsan_la_LIBADD, liblsan_la_LDFLAGS): Add.
|
|
|
|
* lsan/Makefile.in: Regenerated.
|
|
|
|
|
2013-11-22 21:33:06 +01:00
|
|
|
2013-11-22 Mike Stump <mikestump@comcast.net>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_linux.cc (__sanitizer): Grab one
|
|
|
|
change from upstream to fix build.
|
|
|
|
|
2013-11-18 09:03:16 +01:00
|
|
|
2013-11-18 Yury Gribov <y.gribov@samsung.com>
|
|
|
|
|
|
|
|
PR sanitizer/59106
|
|
|
|
* asan/Makefile.am (AM_CXXFLAGS): Add -fno-rtti.
|
|
|
|
* interception/Makefile.am (AM_CXXFLAGS): Likewise.
|
|
|
|
* lsan/Makefile.am (AM_CXXFLAGS): Likewise.
|
|
|
|
* sanitizer_common/Makefile.am (AM_CXXFLAGS): Likewise.
|
|
|
|
* tsan/Makefile.am (AM_CXXFLAGS): Likewise.
|
|
|
|
* asan/Makefile.in: Regenerate.
|
|
|
|
* interception/Makefile.in: Regenerate.
|
|
|
|
* tsan/Makefile.in: Regenerate.
|
|
|
|
* lsan/Makefile.in: Regenerate.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerate.
|
|
|
|
|
2013-11-15 11:31:14 +01:00
|
|
|
2013-11-15 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
PR sanitizer/58994
|
|
|
|
Backport from upstream revision 194573
|
|
|
|
* asan/asan_interceptors.cc (COMMON_INTERCEPTOR_ENTER): Fall
|
|
|
|
back to the original functions in the common libsanitizer
|
|
|
|
interceptors and the __cxa_atexit() interceptor on Darwin.
|
|
|
|
|
2013-11-13 23:34:33 +01:00
|
|
|
2013-11-13 Peter Bergner <bergner@vnet.ibm.com>
|
|
|
|
|
|
|
|
PR sanitizer/59009
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_posix.cc: Temporarily
|
|
|
|
ifdef out more source.
|
|
|
|
|
2013-11-13 00:42:55 +01:00
|
|
|
2013-11-12 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_linux.cc: Temporarily
|
|
|
|
ifdef out almost the whole source.
|
|
|
|
* sanitizer_common/sanitizer_common_syscalls.inc: Likewise.
|
|
|
|
|
2013-11-06 22:52:29 +01:00
|
|
|
2013-11-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR sanitizer/59018
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_posix.cc
|
|
|
|
(struct_user_fpxregs_struct_sz): Initialize to 0 if __x86_64__ is
|
|
|
|
defined.
|
|
|
|
|
2013-11-06 22:51:41 +01:00
|
|
|
2013-11-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR sanitizer/59018
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_linux.cc
|
|
|
|
(struct_kernel_stat64_sz): Initialize to 0 if __x86_64__ is
|
|
|
|
defined.
|
|
|
|
* sanitizer_common/sanitizer_platform_limits_posix.h
|
|
|
|
(__sanitizer_dirent): Use 64-bit d_ino/d_off if __x86_64__ is
|
|
|
|
defined.
|
|
|
|
(__sanitizer___kernel_uid_t): Typedef as unsigned if __x86_64__
|
|
|
|
is defined.
|
|
|
|
(__sanitizer___kernel_gid_t): Likewise.
|
|
|
|
(__sanitizer___kernel_off_t): Typedef as long long if __x86_64__
|
|
|
|
is defined.
|
|
|
|
|
2013-11-06 22:50:42 +01:00
|
|
|
2013-11-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR sanitizer/59018
|
|
|
|
* sanitizer_common/sanitizer_linux.cc (internal_clone): Allocate
|
|
|
|
2 64-bit integers to save and restore fn and arg. Properly load
|
|
|
|
newtls/child_tidptr into r8/r10.
|
|
|
|
|
Cast pointers to uptr for 64-bit syscalls
PR sanitizer/59018
* sanitizer_common/sanitizer_linux.cc (internal_mmap,
internal_munmap, internal_open, internal_read, internal_write,
internal_stat, internal_lstat, internal_fstat, internal_readlink,
internal_unlink, internal_execve, NanoTime, BlockingMutex::Lock,
BlockingMutex::Unlock, internal_ptrace, internal_getdents,
internal_sigaltstack): Cast pointers to uptr for 64-bit syscalls.
From-SVN: r204480
2013-11-06 22:49:36 +01:00
|
|
|
2013-11-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR sanitizer/59018
|
|
|
|
* sanitizer_common/sanitizer_linux.cc (internal_mmap,
|
|
|
|
internal_munmap, internal_open, internal_read, internal_write,
|
|
|
|
internal_stat, internal_lstat, internal_fstat, internal_readlink,
|
|
|
|
internal_unlink, internal_execve, NanoTime, BlockingMutex::Lock,
|
|
|
|
BlockingMutex::Unlock, internal_ptrace, internal_getdents,
|
|
|
|
internal_sigaltstack): Cast pointers to uptr for 64-bit syscalls.
|
|
|
|
|
2013-11-04 22:33:31 +01:00
|
|
|
2013-11-04 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All source files: Merge from upstream r191666.
|
|
|
|
* merge.sh: Added lsan.
|
|
|
|
* configure.ac (AC_CONFIG_FILES): Added lsan.
|
|
|
|
* Makefile.am (SUBDIRS): Added lsan.
|
|
|
|
* sanitizer_common/Makefile.am (sanitizer_common_files): Added new fles.
|
|
|
|
* asan/Makefile.am (asan_files): Added new files.
|
|
|
|
(libasan_la_LIBADD): Added a dependency on lsan.
|
|
|
|
* lsan/Makefile.am: New file.
|
|
|
|
* asan/Makefile.in: Regenerate.
|
|
|
|
* lsan/Makefile.in: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerate.
|
|
|
|
|
2013-09-20 11:47:52 +02:00
|
|
|
2013-09-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2013-09-01 14:16:07 +02:00
|
|
|
2013-09-01 Iain Sandoe <iain@codesourcery.com>
|
|
|
|
|
|
|
|
* ubsan/Makefile.am (libubsan_la_LIBADD): Revise to omit
|
|
|
|
libinterception.la for Darwin.
|
|
|
|
* ubsan/Makefile.in: Regenerate.
|
|
|
|
|
2013-08-30 18:12:58 +02:00
|
|
|
2013-08-30 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.am (SUBDIRS): Add ubsan.
|
|
|
|
* configure.ac (AC_CONFIG_FILES): Add ubsan/Makefile.
|
|
|
|
* merge.sh: Merge ubsan.
|
|
|
|
* sanitizer_common/sanitizer_report_decorator.h: Partial merge from trunk.
|
|
|
|
* sanitizer_common/sanitizer_printf.cc: Likewise.
|
|
|
|
* sanitizer_common/sanitizer_common.h: Likewise.
|
|
|
|
* ubsan: New directory. Import ubsan runtime from llvm.
|
|
|
|
|
2013-06-03 15:04:35 +02:00
|
|
|
2013-06-03 Christophe Lyon <christophe.lyon@linaro.org>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_linux.cc (MemoryMappingLayout::Next):
|
|
|
|
Cherry pick upstream r182922.
|
|
|
|
|
2013-05-07 16:17:50 +02:00
|
|
|
2013-05-07 Christophe Lyon <christophe.lyon@linaro.org>
|
|
|
|
|
|
|
|
* configure.tgt: Add ARM pattern.
|
|
|
|
|
2013-03-22 15:17:24 +01:00
|
|
|
2013-03-22 Jakub Jelinek <jakub@redhat.com>
|
2013-03-22 15:14:42 +01:00
|
|
|
|
|
|
|
PR other/43620
|
|
|
|
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Regenerated.
|
|
|
|
* interception/Makefile.in: Regenerated.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerated.
|
|
|
|
* tsan/Makefile.in: Regenerated.
|
|
|
|
|
2013-02-28 20:55:40 +01:00
|
|
|
2013-02-28 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* asan/asan_mapping.h (kMidMemEnd): Increase to 0x4fffffffffULL.
|
|
|
|
* asan/asan_rtl.cc (__asan_init): Increase kMidMemEnd to
|
|
|
|
0x4fffffffffULL.
|
|
|
|
|
2013-02-22 17:07:36 +01:00
|
|
|
2013-02-22 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
PR sanitizer/56393
|
|
|
|
* asan/Makefile.am (nodist_toolexeclib_HEADERS): Set to
|
|
|
|
libasan_preinit.o.
|
|
|
|
(libasan_preinit.o): Depend on asan_preinit.o.
|
|
|
|
* asan/Makefile.in: Regenerated.
|
|
|
|
* asan/asan_preinit.cc: New file, synced from upstream.
|
|
|
|
* asan/asan_rtl.cc: Remove preinit stuff, synced from upstream.
|
|
|
|
|
2013-10-23 23:30:54 +02:00
|
|
|
2013-02-21 Jack Howarth <howarth@bromo.med.uc.edu>
|
2013-02-21 20:12:43 +01:00
|
|
|
|
|
|
|
* asan/Makefile.am (libasan_la_SOURCES): Remove deprecated
|
|
|
|
dynamic/asan_interceptors_dynamic.cc.
|
|
|
|
* asan/Makefile.in: Regenerated.
|
|
|
|
* merge.sh: Remove merge of deprecated lib/asan/dynamic.
|
|
|
|
|
2013-02-21 15:25:32 +01:00
|
|
|
2013-02-21 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* asan/asan_rtl.cc (__asan_preinit): Don't add if PIC macro is
|
|
|
|
defined. Add used attribute.
|
|
|
|
|
2013-02-21 11:57:10 +01:00
|
|
|
2013-02-21 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All source files: Merge from upstream r175733.
|
|
|
|
* sanitizer_common/Makefile.am: Added a new file.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerated.
|
|
|
|
|
2013-02-14 17:54:01 +01:00
|
|
|
2013-02-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR bootstrap/56327
|
|
|
|
* interception/interception.h (OFF_T): Merged from upstream
|
|
|
|
r175140.
|
|
|
|
|
2013-02-13 17:06:43 +01:00
|
|
|
2013-02-13 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* asan/asan_mapping.h (SHADOW_OFFSET): Set to (1ULL << 44) on x86-64.
|
|
|
|
|
2013-02-13 11:46:01 +01:00
|
|
|
2013-02-13 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
2013-02-14 17:54:01 +01:00
|
|
|
PR sanitizer/56128
|
2013-02-13 11:46:01 +01:00
|
|
|
* All source files: Merge from upstream r175049.
|
|
|
|
* interception/Makefile.am: added include path.
|
|
|
|
* interception/Makefile.in: Regenerated.
|
|
|
|
|
2013-02-12 00:13:37 +01:00
|
|
|
2013-02-11 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
|
|
|
|
|
* configure.tgt: Disable build on darwin9 and earlier.
|
|
|
|
|
2013-01-23 12:41:33 +01:00
|
|
|
2013-01-23 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
2013-02-14 17:54:01 +01:00
|
|
|
PR sanitizer/55989
|
2013-01-23 12:41:33 +01:00
|
|
|
* All source files: Merge from upstream r173241.
|
|
|
|
* merge.sh: Support merging .inc files.
|
|
|
|
|
2013-01-16 08:34:49 +01:00
|
|
|
2013-01-16 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* sanitizer_common/Makefile.am (AM_CXXFLAGS): Remove
|
|
|
|
-Wno-c99-extensions.
|
|
|
|
* interception/Makefile.am (AM_CXXFLAGS): Likewise.
|
|
|
|
* asan/Makefile.am (AM_CXXFLAGS): Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerated.
|
|
|
|
* interception/Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Regenerated.
|
|
|
|
|
2013-01-10 18:57:34 +01:00
|
|
|
2013-01-10 Wei Mi <wmi@google.com>
|
|
|
|
|
|
|
|
PR sanitizer/55488
|
|
|
|
* tsan/Makefile.am: Add tsan_rtl_amd64.S.
|
|
|
|
* tsan/Makefile.in: Regenerated.
|
|
|
|
* tsan/tsan_rtl.h: Enable HACKY_CALL.
|
|
|
|
|
2013-01-10 13:44:08 +01:00
|
|
|
2013-01-10 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All source files: Merge from upstream r171973.
|
|
|
|
* sanitizer_common/Makefile.am: Added new files.
|
|
|
|
* asan/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2013-01-07 19:23:42 +01:00
|
|
|
2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* asan/Makefile.am (libasan_la_LIBADD): Replace
|
|
|
|
LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS.
|
|
|
|
* tsan/Makefile.am (libtsan_la_LIBADD): Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-12-12 16:41:36 +01:00
|
|
|
2012-12-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Restored.
|
|
|
|
* interception/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-12-12 15:36:27 +01:00
|
|
|
2012-12-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* Makefile.am (MAKEOVERRIDES): Restored.
|
|
|
|
* asan/Makefile.am: Likewise.
|
|
|
|
* interception/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-12-12 14:40:15 +01:00
|
|
|
2012-12-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* asan/Makefile.am (libasan_la_LIBADD): Use $(LIBSTDCXX_RAW_CXX_LDLAGS).
|
|
|
|
* tsan/Makefile.am (libtsan_la_LIBADD): Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-12-12 14:36:47 +01:00
|
|
|
2012-12-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Removed.
|
|
|
|
(MAKEOVERRIDES): Likewise.
|
|
|
|
* asan/Makefile.am: Likewise.
|
|
|
|
* interception/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-12-11 22:32:11 +01:00
|
|
|
2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR sanitizer/55533
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Remove CC and CXX.
|
|
|
|
* configure.ac (GCC_LIBSTDCXX_RAW_CXX_FLAGS): New.
|
|
|
|
* asan/Makefile.am (AM_CXXFLAGS): Add $(LIBSTDCXX_RAW_CXX_CXXFLAGS).
|
|
|
|
(AM_MAKEFLAGS): Remove CC and CXX.
|
|
|
|
* interception/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-12-06 22:53:36 +01:00
|
|
|
2012-12-06 Peter Bergner <bergner@vnet.ibm.com>
|
|
|
|
|
|
|
|
* configure.tgt: Enable build on powerpc*-linux.
|
|
|
|
|
2013-10-23 23:30:54 +02:00
|
|
|
2012-12-06 Jack Howarth <howarth@bromo.med.uc.edu>
|
2012-12-06 15:49:44 +01:00
|
|
|
|
|
|
|
PR 55599/sanitizer
|
2012-12-11 22:32:11 +01:00
|
|
|
* configure.ac: Set enable_static=no on darwin.
|
|
|
|
* configure: Regenerated.
|
2012-12-06 15:49:44 +01:00
|
|
|
|
2012-12-06 15:43:11 +01:00
|
|
|
2012-12-06 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All files: Merge from upstream r169392.
|
|
|
|
|
2012-12-05 14:19:55 +01:00
|
|
|
2012-12-05 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All files: Merge from upstream r169371.
|
|
|
|
|
2012-12-04 14:18:54 +01:00
|
|
|
2012-12-04 Kostya Serebryany <kcc@google.com>
|
2013-10-23 23:30:54 +02:00
|
|
|
Jack Howarth <howarth@bromo.med.uc.edu>
|
2012-12-04 08:00:35 +01:00
|
|
|
|
|
|
|
PR 55521/sanitizer
|
|
|
|
* configure.ac: Define USING_MAC_INTERPOSE when on darwin.
|
|
|
|
* Makefile.am: Don't build interception subdir when
|
|
|
|
USING_MAC_INTERPOSE defined.
|
|
|
|
* asan/Makefile.am: Pass -DMAC_INTERPOSE_FUNCTIONS and
|
|
|
|
-DMISSING_BLOCKS_SUPPORT when USING_MAC_INTERPOSE defined.
|
|
|
|
Compile asan_interceptors_dynamic.cc but not libinterception
|
|
|
|
when USING_MAC_INTERPOSE defined.
|
|
|
|
* interception/Makefile.am: Remove usage of USING_MACH_OVERRIDE.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* asan/asan_intercepted_functions.h: Use MISSING_BLOCKS_SUPPORT.
|
|
|
|
* asan/asan_mac.cc: Likewise.
|
|
|
|
* asan/dynamic/asan_interceptors_dynamic.cc: Migrate from llvm
|
|
|
|
and use MISSING_BLOCKS_SUPPORT.
|
|
|
|
* merge.sh: Merge lib/asan/dynamic into asan/dynamic.
|
|
|
|
* interception/mach_override/LICENSE.txt: Remove unused file.
|
|
|
|
* interception/mach_override/mach_override.c: Likewise.
|
|
|
|
* interception/mach_override/mach_override.h: Likewise.
|
|
|
|
* interception/mach_override: Remove unused directory.
|
|
|
|
|
2012-11-29 20:15:43 +01:00
|
|
|
2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Restore CC and CXX.
|
|
|
|
* configure.ac (ACX_NONCANONICAL_TARGET): Removed.
|
|
|
|
* asan/Makefile.am (AM_CXXFLAGS): Remove -I for libstdc++-v3 header
|
|
|
|
files.
|
|
|
|
(AM_MAKEFLAGS): Restore CC and CXX.
|
|
|
|
* interception/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-11-29 20:01:17 +01:00
|
|
|
2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Remove CC and CXX.
|
|
|
|
* configure.ac (ACX_NONCANONICAL_TARGET): New.
|
|
|
|
* asan/Makefile.am (AM_CXXFLAGS): Add -I for libstdc++-v3 header
|
|
|
|
files.
|
|
|
|
(AM_MAKEFLAGS): Remove CC and CXX.
|
|
|
|
* interception/Makefile.am: Likewise.
|
|
|
|
* sanitizer_common/Makefile.am: Likewise.
|
|
|
|
* tsan/Makefile.am: Likewise.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
* tsan/Makefile.in: Likewise.
|
|
|
|
|
2012-11-27 15:01:46 +01:00
|
|
|
2012-11-27 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
|
|
|
* All files: Merge from upstream r168699.
|
|
|
|
|
2012-12-04 14:18:54 +01:00
|
|
|
2012-11-24 Kostya Serebryany <kcc@google.com>
|
2013-10-23 23:30:54 +02:00
|
|
|
Jack Howarth <howarth@bromo.med.uc.edu>
|
2012-11-24 19:24:13 +01:00
|
|
|
|
|
|
|
* 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 22:14:05 +01:00
|
|
|
2012-11-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR sanitizer/55450
|
|
|
|
* tsan/Makefile.am (gcc_version): New.
|
|
|
|
* tsan/Makefile.in: Regenerated.
|
|
|
|
|
2012-11-23 05:09:17 +01:00
|
|
|
2012-11-23 Kostya Serebryany <kcc@google.com>
|
2012-11-23 22:14:05 +01:00
|
|
|
|
2012-11-23 15:46:25 +01:00
|
|
|
* merge.sh: Support tsan, support added/removed files.
|
|
|
|
* tsan/Makefile.am: Remove tsan_printf.cc.
|
|
|
|
* tsan/Makefile.in: Regenerated.
|
|
|
|
* other files: Merge from upstream r168514.
|
|
|
|
|
|
|
|
2012-11-23 Kostya Serebryany <kcc@google.com>
|
2012-11-23 22:14:05 +01:00
|
|
|
|
2012-11-23 15:46:25 +01:00
|
|
|
* merge.sh: New file.
|
2012-11-23 05:09:17 +01:00
|
|
|
|
2012-11-23 01:31:54 +01:00
|
|
|
2012-11-23 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* tsan/Makefile.am (AM_CXXFLAGS): Remove -Wno-variadic-macros.
|
|
|
|
* Makefile.am (SUBDIRS): Guard tsan addition with TSAN_SUPPORTED
|
|
|
|
automake conditional instead of !MULTISUBDIR32.
|
|
|
|
* configure.tgt: Set TSAN_SUPPORTED=yes for x86_64/i686-linux
|
|
|
|
for 64-bit multilib.
|
|
|
|
* configure.ac: Check for void * size, source in configure.tgt,
|
|
|
|
define TSAN_SUPPORTED conditional instead of MULTILIBDIR32.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* tsan/Makefile.in: Regenerated.
|
|
|
|
|
2012-11-22 23:03:11 +01:00
|
|
|
2012-11-22 Wei Mi <wmi@google.com>
|
|
|
|
|
|
|
|
* tsan: New directory. Import tsan runtime from llvm.
|
|
|
|
* configure.ac: Add 64 bits tsan build.
|
|
|
|
* Makefile.am: Likewise.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
|
2012-11-21 16:07:31 +01:00
|
|
|
2012-11-21 Kostya Serebryany <kcc@google.com>
|
|
|
|
|
2012-11-23 22:14:05 +01:00
|
|
|
* README.gcc: Extend the README.gcc with mode details.
|
2012-11-21 16:07:31 +01:00
|
|
|
|
2012-11-20 21:54:49 +01:00
|
|
|
2012-11-20 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
|
|
|
|
|
|
|
|
* sanitizer_common/sanitizer_linux.cc
|
|
|
|
(SANITIZER_LINUX_USES_64BIT_SYSCALLS): Define.
|
|
|
|
(internal_mmap): Use it.
|
|
|
|
(internal_filesize): Likewise.
|
|
|
|
|
2012-11-16 16:19:15 +01:00
|
|
|
2012-11-16 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* configure.ac: Invoke AM_MAINTAINER_MODE.
|
|
|
|
* aclocal.m4, configure, Makefile.in, asan/Makefile.in,
|
|
|
|
interception/Makefile.in, sanitizer_common/Makefile.in: Rebuild.
|
|
|
|
|
2012-11-16 13:02:29 +01:00
|
|
|
2012-11-16 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR other/55333
|
|
|
|
* include/sanitizer/common_interface_defs.h (uhwptr): New type
|
|
|
|
for hardware pointer.
|
|
|
|
* sanitizer_common/sanitizer_stacktrace.cc (StackTrace::FastUnwindStack):
|
|
|
|
Replace uptr with uhwptr for stack unwind.
|
|
|
|
|
2012-11-16 09:11:03 +01:00
|
|
|
2012-11-16 Dodji Seketeli <dodji@redhat.com>
|
|
|
|
|
|
|
|
* configure.tgt: Enable build on sparc linux.
|
|
|
|
|
2012-11-15 17:00:47 +01:00
|
|
|
2012-11-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* configure.ac: Properly set MULTISUBDIR.
|
|
|
|
* asan/Makefile.am (gcc_version): New.
|
|
|
|
* interception/Makefile.am (gcc_version): Likewise.
|
|
|
|
* sanitizer_common/Makefile.am (gcc_version): Likewise.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
|
2012-11-15 01:03:37 +01:00
|
|
|
2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR other/55291
|
|
|
|
* configure.ac (--enable-version-specific-runtime-libs): New option.
|
|
|
|
(AC_CANONICAL_SYSTEM): New.
|
|
|
|
(AM_ENABLE_MULTILIB): Moved right after AM_INIT_AUTOMAKE.
|
|
|
|
(toolexecdir): Support multilib.
|
|
|
|
(toolexeclibdir): Likewise.
|
|
|
|
(multilib_arg): New.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
|
2012-11-14 14:45:56 +01:00
|
|
|
2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR other/55292
|
|
|
|
Backport from upstream revision 167883
|
|
|
|
* sanitizer_common/sanitizer_linux.cc (internal_mmap): Check
|
|
|
|
__x86_64__ instead of __WORDSIZE.
|
|
|
|
(internal_filesize): Likwise.
|
|
|
|
|
2012-11-14 13:21:28 +01:00
|
|
|
2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* configure.ac (AC_CONFIG_AUX_DIR): Removed.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* configure: Likewise.
|
|
|
|
|
2012-11-14 01:02:12 +01:00
|
|
|
2012-11-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR other/55304
|
|
|
|
* acinclude.m4: New file.
|
|
|
|
* Makefile.am (ACLOCAL_AMFLAGS): New.
|
|
|
|
* configure.ac (AC_PREREQ): Set to 2.64.
|
|
|
|
(AC_CONFIG_AUX_DIR): Set to "..".
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
* asan/Makefile.in: Likewise.
|
|
|
|
* interception/Makefile.in: Likewise.
|
|
|
|
* sanitizer_common/Makefile.in: Likewise.
|
|
|
|
|
|
|
|
* config.guess: Removed.
|
|
|
|
* config.sub: Likewise.
|
|
|
|
* depcomp: Likewise.
|
|
|
|
* install-sh: Likewise.
|
|
|
|
* ltmain.sh: Likewise.
|
|
|
|
* missing: Likewise.
|
|
|
|
|
2012-11-13 23:19:44 +01:00
|
|
|
2012-11-13 Richard Henderson <rth@redhat.com>
|
|
|
|
|
|
|
|
* configure.tgt: New file.
|
|
|
|
|
2012-11-13 07:53:23 +01:00
|
|
|
2012-11-12 David S. Miller <davem@davemloft.net>
|
|
|
|
|
|
|
|
* asan/asan_linux.cc (GetPcSpBp): Add sparc support.
|
|
|
|
|
2012-11-12 16:53:47 +01:00
|
|
|
2012-10-29 Wei Mi <wmi@google.com>
|
|
|
|
|
|
|
|
Initial checkin: migrate asan runtime from llvm.
|