OSDN Git Service

2009-09-01 Loren J. Rittle <ljrittle@acm.org>
[pf3gnuchains/gcc-fork.git] / libmudflap / ChangeLog
index 5b69ba5..5a899c1 100644 (file)
@@ -1,3 +1,76 @@
+2009-09-01  Loren J. Rittle  <ljrittle@acm.org>
+           Andreas Schwab  <schwab@linux-m68k.org>
+
+       * testsuite/libmudflap.c/pass51-frag.c (MAP_FAILED): Define,
+       if not in system header; use it.  On FreeBSD, must pass fd==-1
+       with MAP_ANON flag.  Correct mmap error check.
+       * testsuite/libmudflap.c/fail40-frag.c: Ditto.
+
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac (AC_PREREQ): Bump to 2.64.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (install-html, install-pdf): Remove.
+       * Makefile.in: Regenerate.
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
+
+2009-07-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure: Regenerate.
+
+2009-07-11  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       PR testsuite/40699
+       PR testsuite/40707
+       PR testsuite/40709
+       * testsuite/lib/libmudflap.exp: Revert 2009-06-30 commit.
+
+2009-07-01  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/19831
+       * testsuite/libmudflap.c/fail11-frag.c: Make allocated memory
+       escape.
+       * testsuite/libmudflap.c/fail12-frag.c: Likewise.
+       * testsuite/libmudflap.c/fail16-frag.c: Likewise.
+       * testsuite/libmudflap.c/fail31-frag.c: Likewise.
+
+2009-06-30  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * testsuite/lib/libmudflap.exp (libmudflap-init): Don't add "."
+       to ld_library_path.  Use add_path.  Add just find_libgcc_s to
+       ld_library_path, not every libgcc multilib directory.
+
+2009-04-09  Nick Clifton  <nickc@redhat.com>
+
+       * mf-hooks1.c: Change copyright header to refer to version 3
+       of the GNU General Public License with version 3.1 of the GCC
+       Runtime Library Exception and to point readers at the COPYING3
+       and COPYING3.RUNTIME files and the FSF's license web page.
+       * mf-heuristics.c: Likewise.
+       * mf-hooks2.c: Likewise.
+       * mf-hooks3.c: Likewise.
+       * mf-impl.h: Likewise.
+       * mf-runtime.c: Likewise.
+       * mf-runtime.h: Likewise.
+
+2009-04-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/lib/mfdg.exp: Change copyright header to refer to
+       version 3 of the GNU General Public License and to point readers
+       at the COPYING3 file and the FSF's license web page.
+       * testsuite/lib/libmudflap.exp: Likewise.
+
 2009-03-31  Ben Elliston  <bje@au.ibm.com>
 
        PR libmudflap/38462