]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/ChangeLog
Rename libsanitizer/ChangeLog.asan to libsanitizer/ChangeLog
[thirdparty/gcc.git] / libsanitizer / ChangeLog
CommitLineData
a2479b3d
L
12012-11-13 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR other/55304
4 * acinclude.m4: New file.
5 * Makefile.am (ACLOCAL_AMFLAGS): New.
6 * configure.ac (AC_PREREQ): Set to 2.64.
7 (AC_CONFIG_AUX_DIR): Set to "..".
8 * Makefile.in: Regenerated.
9 * aclocal.m4: Likewise.
10 * configure: Likewise.
11 * asan/Makefile.in: Likewise.
12 * interception/Makefile.in: Likewise.
13 * sanitizer_common/Makefile.in: Likewise.
14
15 * config.guess: Removed.
16 * config.sub: Likewise.
17 * depcomp: Likewise.
18 * install-sh: Likewise.
19 * ltmain.sh: Likewise.
20 * missing: Likewise.
21
93bf5390
RH
222012-11-13 Richard Henderson <rth@redhat.com>
23
24 * configure.tgt: New file.
25
d2860e72
DM
262012-11-12 David S. Miller <davem@davemloft.net>
27
28 * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
29
f35db108
WM
302012-10-29 Wei Mi <wmi@google.com>
31
32 Initial checkin: migrate asan runtime from llvm.