]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/ChangeLog
re PR fortran/55395 (libgfortran bootstrap failure on powerpc-linux-gnu and arm-linux...
[thirdparty/gcc.git] / libsanitizer / ChangeLog
CommitLineData
3157880f
JH
12012-12-06 Jack Howarth <howarth@bromo.med.uc.edu>
2
3 PR 55599/sanitizer
4 * configure.ac: Set enable_static=no on darwin.
5 * configure: Regenerated.
6
695edbac
KS
72012-12-06 Kostya Serebryany <kcc@google.com>
8
9 * All files: Merge from upstream r169392.
10
a0408454
KS
112012-12-05 Kostya Serebryany <kcc@google.com>
12
13 * All files: Merge from upstream r169371.
14
41d37c56 152012-12-04 Kostya Serebryany <kcc@google.com>
8c4d267c
KS
16 Jack Howarth <howarth@bromo.med.uc.edu>
17
18 PR 55521/sanitizer
19 * configure.ac: Define USING_MAC_INTERPOSE when on darwin.
20 * Makefile.am: Don't build interception subdir when
21 USING_MAC_INTERPOSE defined.
22 * asan/Makefile.am: Pass -DMAC_INTERPOSE_FUNCTIONS and
23 -DMISSING_BLOCKS_SUPPORT when USING_MAC_INTERPOSE defined.
24 Compile asan_interceptors_dynamic.cc but not libinterception
25 when USING_MAC_INTERPOSE defined.
26 * interception/Makefile.am: Remove usage of USING_MACH_OVERRIDE.
27 * configure: Regenerated.
28 * Makefile.in: Likewise.
29 * asan/Makefile.in: Likewise.
30 * interception/Makefile.in: Likewise.
31 * asan/asan_intercepted_functions.h: Use MISSING_BLOCKS_SUPPORT.
32 * asan/asan_mac.cc: Likewise.
33 * asan/dynamic/asan_interceptors_dynamic.cc: Migrate from llvm
34 and use MISSING_BLOCKS_SUPPORT.
35 * merge.sh: Merge lib/asan/dynamic into asan/dynamic.
36 * interception/mach_override/LICENSE.txt: Remove unused file.
37 * interception/mach_override/mach_override.c: Likewise.
38 * interception/mach_override/mach_override.h: Likewise.
39 * interception/mach_override: Remove unused directory.
40
a23ed040
L
412012-11-28 H.J. Lu <hongjiu.lu@intel.com>
42
43 * Makefile.am (AM_MAKEFLAGS): Restore CC and CXX.
44 * configure.ac (ACX_NONCANONICAL_TARGET): Removed.
45 * asan/Makefile.am (AM_CXXFLAGS): Remove -I for libstdc++-v3 header
46 files.
47 (AM_MAKEFLAGS): Restore CC and CXX.
48 * interception/Makefile.am: Likewise.
49 * sanitizer_common/Makefile.am: Likewise.
50 * tsan/Makefile.am: Likewise.
51 * Makefile.in: Regenerated.
52 * aclocal.m4: Likewise.
53 * configure: Likewise.
54 * asan/Makefile.in: Likewise.
55 * interception/Makefile.in: Likewise.
56 * sanitizer_common/Makefile.in: Likewise.
57 * tsan/Makefile.in: Likewise.
58
2ed685b8
L
592012-11-28 H.J. Lu <hongjiu.lu@intel.com>
60
61 * Makefile.am (AM_MAKEFLAGS): Remove CC and CXX.
62 * configure.ac (ACX_NONCANONICAL_TARGET): New.
63 * asan/Makefile.am (AM_CXXFLAGS): Add -I for libstdc++-v3 header
64 files.
65 (AM_MAKEFLAGS): Remove CC and CXX.
66 * interception/Makefile.am: Likewise.
67 * sanitizer_common/Makefile.am: Likewise.
68 * tsan/Makefile.am: Likewise.
69 * Makefile.in: Regenerated.
70 * aclocal.m4: Likewise.
71 * configure: Likewise.
72 * asan/Makefile.in: Likewise.
73 * interception/Makefile.in: Likewise.
74 * sanitizer_common/Makefile.in: Likewise.
75 * tsan/Makefile.in: Likewise.
76
4ba5ca46
KS
772012-11-27 Kostya Serebryany <kcc@google.com>
78
79 * All files: Merge from upstream r168699.
80
41d37c56 812012-11-24 Kostya Serebryany <kcc@google.com>
f246eadc
JH
82 Jack Howarth <howarth@bromo.med.uc.edu>
83
84 * interception/mach_override/mach_override.c: Migrate from llvm.
85 * interception/mach_override/mach_override.h: Likewise.
86 * interception/mach_override/LICENSE.txt: Likewise.
87 * configure.tgt: Add darwin to supported targets.
88 * configure.ac: Define USING_MACH_OVERRIDE when on darwin.
89 * interception/Makefile.am: Compile mach_override.c when
90 USING_MACH_OVERRIDE defined.
91 * configure: Regenerated.
92 * interception/Makefile.in: Likewise.
93
9cb5411c
L
942012-11-23 H.J. Lu <hongjiu.lu@intel.com>
95
96 PR sanitizer/55450
97 * tsan/Makefile.am (gcc_version): New.
98 * tsan/Makefile.in: Regenerated.
99
3409d40e 1002012-11-23 Kostya Serebryany <kcc@google.com>
9cb5411c 101
e297eb60
KS
102 * merge.sh: Support tsan, support added/removed files.
103 * tsan/Makefile.am: Remove tsan_printf.cc.
104 * tsan/Makefile.in: Regenerated.
105 * other files: Merge from upstream r168514.
106
1072012-11-23 Kostya Serebryany <kcc@google.com>
9cb5411c 108
e297eb60 109 * merge.sh: New file.
3409d40e 110
64548f3b
JJ
1112012-11-23 Jakub Jelinek <jakub@redhat.com>
112
113 * tsan/Makefile.am (AM_CXXFLAGS): Remove -Wno-variadic-macros.
114 * Makefile.am (SUBDIRS): Guard tsan addition with TSAN_SUPPORTED
115 automake conditional instead of !MULTISUBDIR32.
116 * configure.tgt: Set TSAN_SUPPORTED=yes for x86_64/i686-linux
117 for 64-bit multilib.
118 * configure.ac: Check for void * size, source in configure.tgt,
119 define TSAN_SUPPORTED conditional instead of MULTILIBDIR32.
120 * configure: Regenerated.
121 * Makefile.in: Regenerated.
122 * tsan/Makefile.in: Regenerated.
123
cd0be65c
WM
1242012-11-22 Wei Mi <wmi@google.com>
125
126 * tsan: New directory. Import tsan runtime from llvm.
127 * configure.ac: Add 64 bits tsan build.
128 * Makefile.am: Likewise.
129 * configure: Regenerated.
130 * Makefile.in: Likewise.
131
5cba83a8
KS
1322012-11-21 Kostya Serebryany <kcc@google.com>
133
9cb5411c 134 * README.gcc: Extend the README.gcc with mode details.
5cba83a8 135
b014e124
KS
1362012-11-20 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
137
138 * sanitizer_common/sanitizer_linux.cc
139 (SANITIZER_LINUX_USES_64BIT_SYSCALLS): Define.
140 (internal_mmap): Use it.
141 (internal_filesize): Likewise.
142
2b723e21
TT
1432012-11-16 Tom Tromey <tromey@redhat.com>
144
145 * configure.ac: Invoke AM_MAINTAINER_MODE.
146 * aclocal.m4, configure, Makefile.in, asan/Makefile.in,
147 interception/Makefile.in, sanitizer_common/Makefile.in: Rebuild.
148
d1caed14
L
1492012-11-16 H.J. Lu <hongjiu.lu@intel.com>
150
151 PR other/55333
152 * include/sanitizer/common_interface_defs.h (uhwptr): New type
153 for hardware pointer.
154 * sanitizer_common/sanitizer_stacktrace.cc (StackTrace::FastUnwindStack):
155 Replace uptr with uhwptr for stack unwind.
156
f3754998
DS
1572012-11-16 Dodji Seketeli <dodji@redhat.com>
158
159 * configure.tgt: Enable build on sparc linux.
160
f64bcb29
L
1612012-11-15 H.J. Lu <hongjiu.lu@intel.com>
162
163 * configure.ac: Properly set MULTISUBDIR.
164 * asan/Makefile.am (gcc_version): New.
165 * interception/Makefile.am (gcc_version): Likewise.
166 * sanitizer_common/Makefile.am (gcc_version): Likewise.
167 * configure: Regenerated.
168 * asan/Makefile.in: Likewise.
169 * interception/Makefile.in: Likewise.
170 * sanitizer_common/Makefile.in: Likewise.
171
2a6346c4
L
1722012-11-14 H.J. Lu <hongjiu.lu@intel.com>
173
174 PR other/55291
175 * configure.ac (--enable-version-specific-runtime-libs): New option.
176 (AC_CANONICAL_SYSTEM): New.
177 (AM_ENABLE_MULTILIB): Moved right after AM_INIT_AUTOMAKE.
178 (toolexecdir): Support multilib.
179 (toolexeclibdir): Likewise.
180 (multilib_arg): New.
181 * Makefile.in: Regenerated.
182 * aclocal.m4: Likewise.
183 * configure: Likewise.
184 * asan/Makefile.in: Likewise.
185 * interception/Makefile.in: Likewise.
186 * sanitizer_common/Makefile.in: Likewise.
187
4a56a7be
L
1882012-11-14 H.J. Lu <hongjiu.lu@intel.com>
189
190 PR other/55292
191 Backport from upstream revision 167883
192 * sanitizer_common/sanitizer_linux.cc (internal_mmap): Check
193 __x86_64__ instead of __WORDSIZE.
194 (internal_filesize): Likwise.
195
4053ca2c
L
1962012-11-14 H.J. Lu <hongjiu.lu@intel.com>
197
198 * configure.ac (AC_CONFIG_AUX_DIR): Removed.
199 * Makefile.in: Regenerated.
200 * configure: Likewise.
201
a2479b3d
L
2022012-11-13 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR other/55304
205 * acinclude.m4: New file.
206 * Makefile.am (ACLOCAL_AMFLAGS): New.
207 * configure.ac (AC_PREREQ): Set to 2.64.
208 (AC_CONFIG_AUX_DIR): Set to "..".
209 * Makefile.in: Regenerated.
210 * aclocal.m4: Likewise.
211 * configure: Likewise.
212 * asan/Makefile.in: Likewise.
213 * interception/Makefile.in: Likewise.
214 * sanitizer_common/Makefile.in: Likewise.
215
216 * config.guess: Removed.
217 * config.sub: Likewise.
218 * depcomp: Likewise.
219 * install-sh: Likewise.
220 * ltmain.sh: Likewise.
221 * missing: Likewise.
222
93bf5390
RH
2232012-11-13 Richard Henderson <rth@redhat.com>
224
225 * configure.tgt: New file.
226
d2860e72
DM
2272012-11-12 David S. Miller <davem@davemloft.net>
228
229 * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
230
f35db108
WM
2312012-10-29 Wei Mi <wmi@google.com>
232
233 Initial checkin: migrate asan runtime from llvm.