stop including tm.h in sendmsg.c
[gcc.git] / libobjc / ChangeLog
index 4c6fb5fdf3455d847200ff565ff57fce3c511eef..8aa2a217844df9eaad743bc2d55b50aa8797dd8a 100644 (file)
@@ -1,3 +1,228 @@
+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.
+       * encoding.c: Likewise.
+       * init.c: Likewise.
+       * objc-private/runtime.h: Likewise.
+       * objc/runtime.h: Likewise.
+       * objc-sync.c: Likewise.
+
+2013-07-04  Kai Tietz  <ktietz@redhat.com>
+
+       * exception.c: Add check for SjLj to SEH blocks.
+
+2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
+2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       * encoding.c (TARGET_VSX): Provide definitions based on the
+       current compilation options, and not based off the target options
+       structure.
+       (TARGET_ALTIVEC): Likewise.
+       (TARGET_64BIT): Likewise.
+
+2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
+
+       * configure: Regenerated.
+
+2012-07-19  Tristan Gingold  <gingold@adacore.com>
+           Richard Henderson  <rth@redhat.com>
+
+       * exception.c (__gnu_objc_personality_seh0): New function.
+
+2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (enable_objc_gc): Remove alpha*-dec-osf* handling.
+       * configure: Regenerate.
+
+       * thr.c (_XOPEN_SOURCE): Define unconditionally.
+
+2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
+
+       * configure: Regenerate.
+
+2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.in (INCLUDES): Add -I$(MULTIBUILDTOP)../libgcc.
+       * configure.ac (target_thread_file, HAVE_GTHR_DEFAULT): Remove.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+
+2011-10-17  Paul Brook  <paul@codesourcery.com>
+           Matthias Klose  <doko@ubuntu.com>
+
+       * exception.c (parse_lsda_header): hardcode ttype_encoding for older
+       ARM EABI toolchains.
+       (get_ttype_entry) Remove __ARM_EABI_UNWINDER__ variant.
+
+2011-10-09  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR libobjc/49883
+       * init.c (__objc_exec_class): Work around a bug in clang's code
+       generation.  Clang sets the class->info field to values different
+       from 0x1 or 0x2 (the only allowed values in the traditional GNU
+       Objective-C runtime ABI) to store some additional information, but
+       this breaks backwards compatibility.  Wipe out all the bits in the
+       fields other than the first two upon loading a class.
+
+2011-10-09  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * class.c (objc_lookup_class): Added back for compatibility with
+       clang which seems to emit calls to it.
+
+2011-10-08  Richard Frith-Macdonald <rfm@gnu.org>
+            Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR libobjc/50428
+       * sendmsg.c (__objc_send_initialize): If a class does not have an
+       +initialize method, search for an +initialize method in the
+       superclass and in the ancestor classes and execute the first one
+       that is found.  This makes the GNU runtime behave in the same way
+       as the Apple/NeXT runtime with respect to +initialize methods and
+       subclassing.
+
+2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR libobjc/50002
+       * class.c (__objc_update_classes_with_methods): Iterate over meta
+       classes as well as normal classes when refreshing the method
+       implementations.  This fixes replacing class methods.
+
+2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * class.c (class_getSuperclass): Fixed to work with meta classes
+       still in construction too.
+
+2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * class.c (class_getSuperclass): Fixed typo in comment.
+       
+2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR libobjc/49882
+       * class.c (class_getSuperclass): Return the superclass if the
+       class is in construction.
+       * objc/runtime.h (class_getSuperclass): Updated documentation.
+
+2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.in (INCLUDES): Search
+       $(srcdir)/$(MULTISRCTOP)../libgcc.
+
+2011-06-08  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608.
+
+2011-06-08  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * configure.ac (VERSION): Bumped to 4:0:0.
+       * configure (VERSION): Likewise.
+
+2011-06-08  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc/README: Updated.
+       * objc-private/selector.h: Updated comments.
+       
 2011-06-07  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * sendmsg.c (class_get_instance_method): Removed.