mips.c (mips_kernel_reg_p): Replace with...
[gcc.git] / libcilkrts / ChangeLog
index eb0d6ecea07882da12d2a1011a8c7cd86b7dd991..ab10a0b596c4a44764d5ab01bef6abfc96f37365 100644 (file)
@@ -1,3 +1,37 @@
+2014-08-01  Alexander Ivchenko  <alexander.ivchenko@intel.com>
+
+       * configure.ac: Move pthread affinity test to the place where
+       '-pthread' passed to CFLAGS. Otherwise the test always fails.
+       (XCFLAGS): New variable for correctly passing
+       '-pthread'.
+       (XLDFLAGS): New variable for passing the correct pthread lib.
+       * configure: Regenerate.
+       * Makefile.am (AM_CFLAGS): Add $XCFLAGS.
+       (AM_LDFLAGS): Add $XLDFLAGS.
+       * Makefile.in: Regenerate.
+
+2014-05-21  John Marino  <gnugcc@marino.st>
+
+       * runtime/os-unix.c (__DragonFly__): New target.
+
+2014-04-11  Barry Tannenbaum  <barry.m.tannenbaum@intel.com>
+
+       PR other/60644
+       * runtime/os-unix.c: Replaced all occurrances of ANDROID with
+       __ANDROID__.
+       * runtime/bug.h: Likewise.
+       * include/cilk/metaprogramming.h: Likewise.
+       * include/cilk/reducer_min_max.h: Likewise.
+
+2014-03-26  Tobias Burnus  <burnus@net-b.de>
+
+       * libcilkrts.spec.in: New.
+       * Makefile.am: Handle libcilkrts.spec.
+       * configure.ac: Determine link options for libcilkrts.spec.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+
 2014-03-20  Tobias Burnus  <burnus@net-b.de>
 
        PR other/60589