stop including tm.h in sendmsg.c
[gcc.git] / libobjc / ChangeLog
index c2e1a2887b5b863434821424dac15e7e61df7562..8aa2a217844df9eaad743bc2d55b50aa8797dd8a 100644 (file)
@@ -1,3 +1,97 @@
+2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       PR libobjc/24775
+       * sendmsg.c (tm.h): Remove include.
+
+2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       PR libobjc/24775
+       * sendmsg.c (gen_rtx): Remove macro.
+       (gen_rtx_MEM): Likewise.
+       (gen_rtx_REG): Likewise.
+       (rtx): Likewise.
+
+2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       PR libobjc/24775
+       * sendmsg.c: Remove check of STRUCT_VALUE macro.
+
+2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * configure.ac: Remove manual SJLJ check.
+       * config.h.in: Regenerate.
+       * configure: Likewise.
+       * exception.c: Replace SJLJ_EXCEPTIONS by __USING_SJLJ_EXCEPTIONS__.
+
+2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
+
+       * aclocal.m4: Regenerated with automake-1.11.6.
+
+2015-05-04  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * configure: Regenerate.
+
+2015-05-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * acinclude.m4: Include bitfields.m4.
+       * config.h.in: Regenerate.
+       * configure: Likewise.
+       * configure.ac: Invoke gt_BITFIELD_TYPE_MATTERS.
+       * encoding.c: Check HAVE_BITFIELD_TYPE_MATTERS.
+
+2015-04-29  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * encoding.c (objc_layout_structure_next_member): Check the value of
+       PCC_BITFIELD_TYPE_MATTERS not if it is defined.
+
+2015-02-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR libobjc/63765
+       * thr.c (_XOPEN_SOURCE): Remove.
+
+2015-01-27  Matthias Klose  <doko@ubuntu.com>
+
+       * sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp.
+
+2015-01-09  Dimitris Papavasiliou  <dpapavas@gmail.com>
+
+       PR libobjc/51891
+       * ivars.c: Add a check for classes without instance
+       variables, which have a NULL ivar list pointer.
+
+2015-01-05  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/63784
+       * configure: Regenerated.
+
+2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR target/63610
+       * configure: Regenerate.
+
+2014-11-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * thr.c (_XOPEN_SOURCE): Define as 600.
+
+2014-07-27  Alan Modra  <amodra@gmail.com>
+           Matthias Klose  <doko@ubuntu.com>
+
+       PR libobjc/61920
+
+       * encoding.c: Define rs6000_special_adjust_field_align_p.
+
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years
+
+2013-09-20  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
 2013-07-21   OndÅ\99ej Bílka  <neleai@seznam.cz>
 
        * class.c: Fix typos.