OSDN Git Service

libobjc/ChangeLog:
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 8a737bb..9f623b8 100644 (file)
@@ -1,3 +1,51 @@
+2005-08-13  Marcin Koziej  <creep@desk.pl>
+            Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR libobjc/22492
+       * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * Makefile.in (extra_ldflags_libobjc): New.
+       (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
+       (libobjc_gc$(libext).la): Likewise.
+       * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
+       "-Wl,-single_module".
+       * configure: Regenerate.
+       * linking.m (_objcInit): Remove.
+
+2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR libobjc/22606
+       * Makefile.in (ALL_CFLAGS): Add -fexceptions.
+
+2005-06-08  David Ayers  <d.ayers@inode.at>
+
+       * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
+       objc/encoding.h, objc/hash.h, objc/objc-api.h,
+       objc/runtime.h, objc/sarray.h, objc/thr.h, 
+       objc/typedstream.h: Do not include Objective-C headers as
+       system headers.
+
+2005-06-07  David Ayers  <d.ayers@inode.at>
+
+       * archive.c, init.c, selector.c: Include hash.h.
+       * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
+       init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
+       sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
+       thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
+       thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
+       Include Objective-C headers with quotes and objc/ directory
+       prefix.
+
+2005-05-19  Richard Henderson  <rth@redhat.com>
+
+       * exception.c: Revert last change.
+
+2005-05-19  David Ayers  <d.ayers@inode.at>
+
+       * exception.c: Include tsystem.h for unwind.h.
+
 2005-05-09  Mike Stump  <mrs@apple.com>
 
        * configure: Regenerate.