Rename libsanitizer/ChangeLog.asan to libsanitizer/ChangeLog
authorH.J. Lu <hjl@gcc.gnu.org>
Wed, 14 Nov 2012 11:41:10 +0000 (03:41 -0800)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 14 Nov 2012 11:41:10 +0000 (03:41 -0800)
From-SVN: r193498

libsanitizer/ChangeLog [new file with mode: 0644]
libsanitizer/ChangeLog.asan [deleted file]

diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog
new file mode 100644 (file)
index 0000000..6074d5b
--- /dev/null
@@ -0,0 +1,32 @@
+2012-11-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR other/55304
+       * acinclude.m4: New file.
+       * Makefile.am (ACLOCAL_AMFLAGS): New.
+       * configure.ac (AC_PREREQ): Set to 2.64.
+       (AC_CONFIG_AUX_DIR): Set to "..".
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+       * configure: Likewise.
+       * asan/Makefile.in: Likewise.
+       * interception/Makefile.in: Likewise.
+       * sanitizer_common/Makefile.in: Likewise.
+
+       * config.guess: Removed.
+       * config.sub: Likewise.
+       * depcomp: Likewise.
+       * install-sh: Likewise.
+       * ltmain.sh: Likewise.
+       * missing: Likewise.
+
+2012-11-13  Richard Henderson  <rth@redhat.com>
+
+       * configure.tgt: New file.
+
+2012-11-12  David S. Miller  <davem@davemloft.net>
+
+       * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
+
+2012-10-29  Wei Mi  <wmi@google.com>
+
+       Initial checkin: migrate asan runtime from llvm.
diff --git a/libsanitizer/ChangeLog.asan b/libsanitizer/ChangeLog.asan
deleted file mode 100644 (file)
index 6074d5b..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-2012-11-13  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR other/55304
-       * acinclude.m4: New file.
-       * Makefile.am (ACLOCAL_AMFLAGS): New.
-       * configure.ac (AC_PREREQ): Set to 2.64.
-       (AC_CONFIG_AUX_DIR): Set to "..".
-       * Makefile.in: Regenerated.
-       * aclocal.m4: Likewise.
-       * configure: Likewise.
-       * asan/Makefile.in: Likewise.
-       * interception/Makefile.in: Likewise.
-       * sanitizer_common/Makefile.in: Likewise.
-
-       * config.guess: Removed.
-       * config.sub: Likewise.
-       * depcomp: Likewise.
-       * install-sh: Likewise.
-       * ltmain.sh: Likewise.
-       * missing: Likewise.
-
-2012-11-13  Richard Henderson  <rth@redhat.com>
-
-       * configure.tgt: New file.
-
-2012-11-12  David S. Miller  <davem@davemloft.net>
-
-       * asan/asan_linux.cc (GetPcSpBp): Add sparc support.
-
-2012-10-29  Wei Mi  <wmi@google.com>
-
-       Initial checkin: migrate asan runtime from llvm.