]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libsanitizer / ChangeLog
CommitLineData
cd0be65c
WM
12012-11-22 Wei Mi <wmi@google.com>
2
3 * tsan: New directory. Import tsan runtime from llvm.
4 * configure.ac: Add 64 bits tsan build.
5 * Makefile.am: Likewise.
6 * configure: Regenerated.
7 * Makefile.in: Likewise.
8
5cba83a8
KS
92012-11-21 Kostya Serebryany <kcc@google.com>
10
11 * README.gcc: Extend the README.gcc with mode details.
12
b014e124
KS
132012-11-20 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
14
15 * sanitizer_common/sanitizer_linux.cc
16 (SANITIZER_LINUX_USES_64BIT_SYSCALLS): Define.
17 (internal_mmap): Use it.
18 (internal_filesize): Likewise.
19
2b723e21
TT
202012-11-16 Tom Tromey <tromey@redhat.com>
21
22 * configure.ac: Invoke AM_MAINTAINER_MODE.
23 * aclocal.m4, configure, Makefile.in, asan/Makefile.in,
24 interception/Makefile.in, sanitizer_common/Makefile.in: Rebuild.
25
d1caed14
L
262012-11-16 H.J. Lu <hongjiu.lu@intel.com>
27
28 PR other/55333
29 * include/sanitizer/common_interface_defs.h (uhwptr): New type
30 for hardware pointer.
31 * sanitizer_common/sanitizer_stacktrace.cc (StackTrace::FastUnwindStack):
32 Replace uptr with uhwptr for stack unwind.
33
f3754998
DS
342012-11-16 Dodji Seketeli <dodji@redhat.com>
35
36 * configure.tgt: Enable build on sparc linux.
37
f64bcb29
L
382012-11-15 H.J. Lu <hongjiu.lu@intel.com>
39
40 * configure.ac: Properly set MULTISUBDIR.
41 * asan/Makefile.am (gcc_version): New.
42 * interception/Makefile.am (gcc_version): Likewise.
43 * sanitizer_common/Makefile.am (gcc_version): Likewise.
44 * configure: Regenerated.
45 * asan/Makefile.in: Likewise.
46 * interception/Makefile.in: Likewise.
47 * sanitizer_common/Makefile.in: Likewise.
48
2a6346c4
L
492012-11-14 H.J. Lu <hongjiu.lu@intel.com>
50
51 PR other/55291
52 * configure.ac (--enable-version-specific-runtime-libs): New option.
53 (AC_CANONICAL_SYSTEM): New.
54 (AM_ENABLE_MULTILIB): Moved right after AM_INIT_AUTOMAKE.
55 (toolexecdir): Support multilib.
56 (toolexeclibdir): Likewise.
57 (multilib_arg): New.
58 * Makefile.in: Regenerated.
59 * aclocal.m4: Likewise.
60 * configure: Likewise.
61 * asan/Makefile.in: Likewise.
62 * interception/Makefile.in: Likewise.
63 * sanitizer_common/Makefile.in: Likewise.
64
4a56a7be
L
652012-11-14 H.J. Lu <hongjiu.lu@intel.com>
66
67 PR other/55292
68 Backport from upstream revision 167883
69 * sanitizer_common/sanitizer_linux.cc (internal_mmap): Check
70 __x86_64__ instead of __WORDSIZE.
71 (internal_filesize): Likwise.
72
4053ca2c
L
732012-11-14 H.J. Lu <hongjiu.lu@intel.com>
74
75 * configure.ac (AC_CONFIG_AUX_DIR): Removed.
76 * Makefile.in: Regenerated.
77 * configure: Likewise.
78
a2479b3d
L
792012-11-13 H.J. Lu <hongjiu.lu@intel.com>
80
81 PR other/55304
82 * acinclude.m4: New file.
83 * Makefile.am (ACLOCAL_AMFLAGS): New.
84 * configure.ac (AC_PREREQ): Set to 2.64.
85 (AC_CONFIG_AUX_DIR): Set to "..".
86 * Makefile.in: Regenerated.
87 * aclocal.m4: Likewise.
88 * configure: Likewise.
89 * asan/Makefile.in: Likewise.
90 * interception/Makefile.in: Likewise.
91 * sanitizer_common/Makefile.in: Likewise.
92
93 * config.guess: Removed.
94 * config.sub: Likewise.
95 * depcomp: Likewise.
96 * install-sh: Likewise.
97 * ltmain.sh: Likewise.
98 * missing: Likewise.
99
93bf5390
RH
1002012-11-13 Richard Henderson <rth@redhat.com>
101
102 * configure.tgt: New file.
103
d2860e72
DM
1042012-11-12 David S. Miller <davem@davemloft.net>
105
106 * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
107
f35db108
WM
1082012-10-29 Wei Mi <wmi@google.com>
109
110 Initial checkin: migrate asan runtime from llvm.