OSDN Git Service

config:
[pf3gnuchains/gcc-fork.git] / libmudflap / ChangeLog
index c75648e..edb0958 100644 (file)
@@ -1,3 +1,77 @@
+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
+       * testsuite/libmudflap.c/fail27-frag.c: Match `mudflap dead
+       object', not `mudflap object'.
+
+2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2009-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * mf-runtime.c (__mf_usage): Update copyright notice dates.
+
+2009-01-23  Jie Zhang  <jie.zhang@analog.com>
+
+       * mf-impl.h (__mf_get_state, __mf_set_state): Don't use
+       __thread when TLS support is emulated.
+       * mf-hooks3.c (__mf_get_state, __mf_set_state): Likewise.
+       * mf-runtime.c (__mf_state_1): Likewise.
+       * configure.ac: Use GCC_CHECK_EMUTLS.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+
+2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
 2008-11-26  Janis Johnson  <janis187@us.ibm.com>
 
        PR testsuite/28870