OSDN Git Service

* libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 76c5e15..574e254 100644 (file)
@@ -1,3 +1,24 @@
+2009-01-20  Ben Elliston  <bje@au.ibm.com>
+
+       * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
+       const qualifier from arg parameter. Remove unnecessary cast to
+       char *.
+       * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
+       const qualifier from arg 2.
+
+2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
+
+        * config/darwin.h: Add static-libgfortran to LINK_SPEC.
+
+2009-01-19  Vladimir Makarov  <vmakarov@redhat.com>
+
+       PR c/38869
+       * rtl.h (reinit_regs): New prototype.
+       * regclass.c: Include ira.h.
+       (reinit_regs): New.
+       * Makefile.in (regclass.o): Add ira.h.
+       * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
+
 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/38736