OSDN Git Service

2008-07-18 Matthias Klose <doko@ubuntu.com>
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index df30eaa..6c3dd17 100644 (file)
@@ -1,3 +1,47 @@
+2008-07-18  Matthias Klose  <doko@ubuntu.com> 
+
+       * Makefile.in: Ignore missing ../boehm-gc/threads.mk. 
+
+2008-07-18  Matthias Klose  <doko@ubuntu.com> 
+
+       * Makefile.in: Include ../boehm-gc/threads.mk. 
+       (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.
+
+2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (install-info): New stub target.
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-06-14  Kai Tietz  <kai.tietz@onevision.com>
+
+       * exception.c (PERSONALITY_FUNCTION): Remove extra decrement
+       if HAVE_GETIPINFO is not defined.
+
+2008-06-10  Kai Tietz  <kai.tietz@onevision.com>
+
+       * Object.m (compare): Add type id.
+       * objc/Object.h: Likewise.
+       * archive.c (objc_read_class): Use size_t to extend version to be
+       size of pointer scalar width.
+       * sendmsg.c (rtx): Undefine it before redefinition.
+       (__objc_print_dtable_stats): Cast arguments to long as intended.
+
+2008-05-30  Julian Brown  <julian@codesourcery.com>
+
+       * exception.c (__objc_exception_class): Initialise as constant
+       array for ARM EABI. Change macro to static const for non-ARM EABI.
+       (ObjcException): Add note about structure layout. Remove landingPad
+       and handlerSwitchValue for ARM EABI.
+       (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
+       of function.
+       (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
+       (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
+       ARM EABI unwinding support.
+       (objc_exception_throw): Use memcpy to initialise exception class.
+
 2008-05-25  Alan Modra  <amodra@bigpond.net.au>
 
        * encoding.c (strip_array_types): Rename from get_inner_array_type.