]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/ChangeLog
re PR debug/55328 (ICE: in output_addr_table_entry, at dwarf2out.c:21780 with -gsplit...
[thirdparty/gcc.git] / libsanitizer / ChangeLog
CommitLineData
4a56a7be
L
12012-11-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR other/55292
4 Backport from upstream revision 167883
5 * sanitizer_common/sanitizer_linux.cc (internal_mmap): Check
6 __x86_64__ instead of __WORDSIZE.
7 (internal_filesize): Likwise.
8
4053ca2c
L
92012-11-14 H.J. Lu <hongjiu.lu@intel.com>
10
11 * configure.ac (AC_CONFIG_AUX_DIR): Removed.
12 * Makefile.in: Regenerated.
13 * configure: Likewise.
14
a2479b3d
L
152012-11-13 H.J. Lu <hongjiu.lu@intel.com>
16
17 PR other/55304
18 * acinclude.m4: New file.
19 * Makefile.am (ACLOCAL_AMFLAGS): New.
20 * configure.ac (AC_PREREQ): Set to 2.64.
21 (AC_CONFIG_AUX_DIR): Set to "..".
22 * Makefile.in: Regenerated.
23 * aclocal.m4: Likewise.
24 * configure: Likewise.
25 * asan/Makefile.in: Likewise.
26 * interception/Makefile.in: Likewise.
27 * sanitizer_common/Makefile.in: Likewise.
28
29 * config.guess: Removed.
30 * config.sub: Likewise.
31 * depcomp: Likewise.
32 * install-sh: Likewise.
33 * ltmain.sh: Likewise.
34 * missing: Likewise.
35
93bf5390
RH
362012-11-13 Richard Henderson <rth@redhat.com>
37
38 * configure.tgt: New file.
39
d2860e72
DM
402012-11-12 David S. Miller <davem@davemloft.net>
41
42 * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
43
f35db108
WM
442012-10-29 Wei Mi <wmi@google.com>
45
46 Initial checkin: migrate asan runtime from llvm.