Rename libsanitizer/ChangeLog.asan to libsanitizer/ChangeLog
[official-gcc.git] / libsanitizer / ChangeLog
blob6074d5bc4df4bc5c6a3aae4618494227fd94e21a
1 2012-11-13  H.J. Lu  <hongjiu.lu@intel.com>
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.
15         * config.guess: Removed.
16         * config.sub: Likewise.
17         * depcomp: Likewise.
18         * install-sh: Likewise.
19         * ltmain.sh: Likewise.
20         * missing: Likewise.
22 2012-11-13  Richard Henderson  <rth@redhat.com>
24         * configure.tgt: New file.
26 2012-11-12  David S. Miller  <davem@davemloft.net>
28         * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
30 2012-10-29  Wei Mi  <wmi@google.com>
32         Initial checkin: migrate asan runtime from llvm.