1 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2 Steve Ellcey <sje@cup.hp.com>
4 * configure: Regenerate for new libtool.
5 * config.h.in: Regenerate for new libtool.
7 2008-07-18 Matthias Klose <doko@ubuntu.com>
9 * Makefile.in: Ignore missing ../boehm-gc/threads.mk.
11 2008-07-18 Matthias Klose <doko@ubuntu.com>
13 * Makefile.in: Include ../boehm-gc/threads.mk.
14 (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.
16 2008-07-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18 * Makefile.in (install-info): New stub target.
20 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22 * configure: Regenerate.
24 2008-06-14 Kai Tietz <kai.tietz@onevision.com>
26 * exception.c (PERSONALITY_FUNCTION): Remove extra decrement
27 if HAVE_GETIPINFO is not defined.
29 2008-06-10 Kai Tietz <kai.tietz@onevision.com>
31 * Object.m (compare): Add type id.
32 * objc/Object.h: Likewise.
33 * archive.c (objc_read_class): Use size_t to extend version to be
34 size of pointer scalar width.
35 * sendmsg.c (rtx): Undefine it before redefinition.
36 (__objc_print_dtable_stats): Cast arguments to long as intended.
38 2008-05-30 Julian Brown <julian@codesourcery.com>
40 * exception.c (__objc_exception_class): Initialise as constant
41 array for ARM EABI. Change macro to static const for non-ARM EABI.
42 (ObjcException): Add note about structure layout. Remove landingPad
43 and handlerSwitchValue for ARM EABI.
44 (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
46 (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
47 (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
48 ARM EABI unwinding support.
49 (objc_exception_throw): Use memcpy to initialise exception class.
51 2008-05-25 Alan Modra <amodra@bigpond.net.au>
53 * encoding.c (strip_array_types): Rename from get_inner_array_type.
54 (rs6000_special_round_type_align): Update.
56 2008-05-09 Julian Brown <julian@codesourcery.com>
58 * Makefile.in (LTLDFLAGS): New.
59 (libobjc$(libsuffix).la, libobjc_gc$(libsuffix).la): Use above.
61 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
64 * aclocal.m4: Regenerate.
65 * configure: Regenerate.
67 2008-01-24 David Edelsohn <edelsohn@gnu.org>
69 * configure: Regenerate.
71 2007-10-14 H.J. Lu <hongjiu.lu@intel.com>
73 * configure.ac: Don't run config-ml.in directly.
75 * configure: Regenerated.
77 2007-08-06 Andrew Pinski <pinskia@gmail.com>
80 * exception.c (parse_lsda_header): Use _uleb128_t/_sleb128_t instead
81 of _Unwind_Word for variables which are used in
82 read_uleb128/read_sleb128.
83 (PERSONALITY_FUNCTION): Likewise.
85 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
87 * aclocal.m4: Regenerated.
89 2007-06-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
91 * configure.ac: Fix a typo in *-*-darwin clause.
92 * configure: Regenerated.
94 2007-06-02 H.J. Lu <hongjiu.lu@intel.com>
96 * configure.ac: Fix a typo.
97 * configure: Regenerated.
99 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
101 * configure: Regenerate.
103 2007-06-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
105 * Makefile.in: Replace all uses of libext with libsuffix.
106 * configure.ac: Likewise.
107 * configure: Regenerate.
110 * Makefile.in: Remove all uses of $(libext).
112 2007-05-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
114 * Makefile.in: Remove all uses of $(libext).
116 2007-05-23 Steve Ellcey <sje@cup.hp.com>
118 * configure: Regenerate.
119 * aclocal.m4: Regenerate.
121 2007-04-21 Andrew Ruder <andy@aeruder.net>
123 * sendmsg.c (__objc_get_forward_imp): Call
124 __objc_msg_forward2 for real.
126 2007-04-09 Andrew Ruder <andy@aeruder.net>
128 * sendmsg.c: Added __objc_msg_forward2, a hook that allows
129 external libraries to provide a function that returns the real
130 forwarding function based on both the selector and the receiver.
131 * objc/objc-api.h: Define __objc_msg_forward2.
133 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
135 * Makefile.in: Add dummy install-pdf target.
137 2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
139 * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
142 2006-10-31 Geoffrey Keating <geoffk@apple.com>
144 * encoding.c (darwin_rs6000_special_round_type_align): New.
146 2006-10-14 Geoffrey Keating <geoffk@apple.com>
148 * Makefile.in: Use multi_basedir instead of toplevel_srcdir.
149 * configure.ac: Use multi.m4 from aclocal rather than custom
150 code. Use multi_basedir instead of toplevel_srcdir.
151 * aclocal.m4: Regenerate.
152 * configure: Regenerate.
154 2006-10-10 Brooks Moses <bmoses@stanford.edu>
156 * Makefile.in: Added empty "pdf" target.
158 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
160 * configure: Regenerate.
162 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
164 * Makefile.in: Add install-html target. Add install-html to .PHONY
166 2006-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
169 * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
171 2006-01-24 David Ayers <d.ayers@inode.at>
174 * gc.c (class_ivar_set_gcinvisible): Replace strncpy with memcpy
175 and insure the new strings are '\0' termintated.
177 2006-01-24 David Ayers <d.ayers@inode.at>
180 * configure.ac: Add include directives for --enable-objc-gc.
181 * Makefile.in: Ditto.
182 * configure: Regenerate.
184 * gc.c (__objc_class_structure_encoding): Increment the used bytes
185 instead of the local pointer to them.
187 2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
190 * objc/objc-api.c (_C_COMPLEX): New define.
191 * encoding.c (objc_sizeof_type): Handle _C_Complex.
192 (objc_alignof_type): Likewise.
193 (objc_skip_typespec): Likewise.
195 2005-12-15 David Ayers <d.ayers@inode.at>
198 * README (+load,+initialize): Fix documentation to reflect
199 intended and implemented semantics for +load and +initialize.
201 2005-12-12 Andrew Pinski <pinskia@physics.uc.edu>
203 * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and
205 (get_inner_array_type): Fix to skip over _C_ARY_B and size.
206 (rs6000_special_round_type_align): Update for the ABI fix.
207 (objc_layout_finish_structure): Correct the encoding which is passed to
210 2005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
213 * encoding.c (objc_sizeof_type): Don't handle _C_UNION_B special
214 but use the struct layout functions.
215 (objc_alignof_type): Likewise.
216 (objc_layout_structure): Handle _C_UNION_B also.
217 (objc_layout_structure_next_member): Likewise.
218 (objc_layout_finish_structure): Likewise.
220 2005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
223 * objc/objc-api.h (_C_BOOL): New define.
224 * encoding.c (objc_sizeof_type): Handle _C_BOOL.
225 (objc_alignof_type): Likewise.
226 (objc_skip_typespec): Likewise.
228 2005-11-20 David Ayers <d.ayers@inode.at>
231 * objc/hash.h: Remove deprecated hash API.
232 * hash_compat.c: Remove.
233 * Makefile.in: Remove reference to hash_compat.c.
235 * configure.ac (VERSION): Bump library version to 2:0:0.
236 * configure: Regenerate.
238 2005-11-09 Alexandre Oliva <aoliva@redhat.com>
241 * thr-objc.c (_XOPEN_SOURCE): Define.
243 2005-10-07 Ulrich Weigand <uweigand@de.ibm.com>
246 * objc/objc-api.h (struct objc_ivar): Move definition to
249 2005-09-04 Andrew Pinski <pinskia@physics.uc.edu>
250 Rasmus Hahn <rassahah@neofonie.de>
253 * archive.c (objc_write_type): Correct the element offset.
254 (objc_read_type): Likewise.
256 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
258 * All files: Update FSF address.
260 2005-08-13 Marcin Koziej <creep@desk.pl>
261 Andrew Pinski <pinskia@physics.uc.edu>
264 * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
266 2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
268 * Makefile.in (extra_ldflags_libobjc): New.
269 (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
270 (libobjc_gc$(libext).la): Likewise.
271 * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
272 "-Wl,-single_module".
273 * configure: Regenerate.
274 * linking.m (_objcInit): Remove.
276 2005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
279 * Makefile.in (ALL_CFLAGS): Add -fexceptions.
281 2005-06-08 David Ayers <d.ayers@inode.at>
283 * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
284 objc/encoding.h, objc/hash.h, objc/objc-api.h,
285 objc/runtime.h, objc/sarray.h, objc/thr.h,
286 objc/typedstream.h: Do not include Objective-C headers as
289 2005-06-07 David Ayers <d.ayers@inode.at>
291 * archive.c, init.c, selector.c: Include hash.h.
292 * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
293 init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
294 sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
295 thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
296 thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
297 Include Objective-C headers with quotes and objc/ directory
300 2005-05-19 Richard Henderson <rth@redhat.com>
302 * exception.c: Revert last change.
304 2005-05-19 David Ayers <d.ayers@inode.at>
306 * exception.c: Include tsystem.h for unwind.h.
308 2005-05-09 Mike Stump <mrs@apple.com>
310 * configure: Regenerate.
312 2005-04-12 Mike Stump <mrs@apple.com>
314 * configure: Regenerate.
316 2005-03-21 Zack Weinberg <zack@codesourcery.com>
318 * Makefile.in: Set gcc_version here.
319 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Adjust quoting
320 in definition of toolexeclibdir so that $(gcc_version) is expanded
322 * aclocal.m4, configure: Regenerate.
324 2005-03-03 David Ayers <d.ayers@inode.at>
326 * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
327 version reference. Correct typo.
329 2005-03-02 David Ayers <d.ayers@inode.at>
332 * Makefile.in (OBJS): Add hash_compat.lo.
333 (OBJS_GC): Add hash_compat_gc.lo.
334 (hash_compat_gc.lo): New target and rule.
335 * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
336 (hash_next, hash_value_for_key, hash_is_key_in_hash)
337 (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
338 with objc_. Add deprecated non prefixed inlined versions.
339 (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
341 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
342 (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
344 * hash_compat.c: New file.
345 * archive.c: Update callers.
347 * selector.c: Likewise.
348 * libobjc.def: Add objc_ versions of hash functions.
350 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
353 * Makefile.in (GTHREAD_FLAGS): Remove.
354 (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
355 * thr-objc.c: Include config.h.
356 * configure.ac: Instead of looking at GCC's makefile, figure out if
357 GTHREAD_FLAGS should be defined by looking at the `thread model'
359 * configure: Regenerate.
360 * config.h.in: Regenerate.
362 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
365 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
366 (Determine CFLAGS for gthread): Use $host_subdir.
367 * configure: Regenerate.
368 * Makefile.in (host_subdir): New.
371 2004-12-20 Andrew Pinski <pinskia@physics.uc.edu>
374 * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
376 Include limits.h and stdlib.h.
377 Define BITS_PER_WORD.
379 2004-12-12 Alexander Malmberg <alexander@malmberg.org>
381 * selector.c (__objc_init_selector_tables): Add missing void to
384 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
386 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
387 * configure, aclocal.m4: Regenerate.
389 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
391 * configure: Regenerate for libtool change.
393 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
395 * configure: Regenerate for libtool reversion.
397 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
399 * configure: Regenerate for libtool change.
401 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
403 * aclocal.m4, config.h.in: Regenerate.
405 2004-10-08 Mike Stump <mrs@apple.com>
406 Andrew Pinski <pinskia@physics.uc.edu>
408 * aclocal.m4: Rename to ...
409 * acinclude.m4: here and also use m4_include instead of sinclude.
410 * aclocal.m4: Regenerate.
411 * configure: Regenerate.
412 * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
413 * Makefile.in (configure): Add @MAINT@ infront of configure.ac
415 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
417 * archive.c: Fix all the warnings about passing unsigned char*
418 to char* and the other way too.
420 2004-09-16 Andrew Pinski <pinskia@physics.uc.edu>
423 * exception.c: Include config.h
424 (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
426 * configure.ac: Find out what exception handling code we use.
427 * configure: Regenerate.
428 * config.h.in: New file, regenerate.
430 2004-09-16 Andrew Pinski <apinski@apple.com>
432 * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
434 2004-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
436 * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
437 ACX_NONCANONICAL_TARGET.
438 * configure: Regenerate.
440 2004-08-13 Ziemowit Laski <zlaski@apple.com>
442 * objc/sarray.h: Hoist include of assert.h near the top of file,
443 and mark the remainder of the file 'extern "C"'.
445 2004-08-13 Andrew Pinski <pinskia@physics.uc.edu>
447 * objc/Object.h: Move includes out of extern "C" blocks.
448 * objc/encoding.h: Likewise.
449 * objc/hash.h: Likewise.
450 * objc/objc-api.h: Likewise.
451 * objc/runtime.h: Likewise.
452 * objc/sarray.h: Likewise.
453 * objc/typedstream.h: Likewise.
455 2004-08-12 Ziemowit Laski <zlaski@apple.com>
457 * objc/NXConstStr.h: Update copyright date; bracket with
458 'extern "C"' for C++ use; make include syntax consistent
459 by using <...> instead of "..."; hoist <objc/...> includes
460 above the 'extern "C"' block.
461 * objc/Object.h: Likewise.
462 * objc/Protocol.h: Likewise.
463 * objc/encoding.h: Likewise.
464 * objc/hash.h: Likewise.
465 * objc/runtime.h: Likewise.
466 * objc/sarray.h: Likewise.
467 * objc/thr.h: Likewise.
468 * objc/typedstream.h: Likewise.
469 * objc/objc-api.h: Add 'extern "C"' block for C++ use.
470 (objc_static_instances): For C++ case, do away with
472 (objc_method): Hoist definition to file scope.
473 (_objc_load_callback, _objc_object_alloc, class_get_class_method,
474 class_get_instance_method, class_create_instance,
475 class_get_class_name, class_get_instance_size,
476 class_get_meta_class, class_get_super_class, class_get_version,
477 class_is_class, class_is_meta_class, class_set_version,
478 class_get_gc_object_type, class_ivar_set_gcinvisible,
479 get_imp): Rename 'class' parameter to '_class'.
480 * objc/objc-list.h: Add 'extern "C"' block for C++ use.
481 * objc/objc.h: Update copyright date.
482 (arglist_t): Provide a union tag.
484 2004-07-22 Andrew Pinski <pinskia@physics.uc.edu>
486 * thr.c (__objc_thread_detach_function): Do not mark as volatile
487 but instead use the attribute noreturn.
489 2004-06-28 Zack Weinberg <zack@codesourcery.com>
491 * encoding.c: Rename target_flags with a #define to avoid
492 conflict with a prior declaration.
494 2004-06-24 Andrew Pinski <apinski@apple.com>
496 * objc/encoding.h: Wrap the functions with extern "C" for C++
498 * objc/hash.h: Likewise.
499 * objc/objc-api.h: Likewise.
500 * objc/objc-list.h: Likewise.
501 * objc/runtime.h: Likewise.
502 * objc/sarray.h: Likewise.
503 * objc/thr.h: Likewise.
504 * objc/typedstream.h: Likewise.
507 2004-06-21 Nick Clifton <nickc@redhat.com>
509 * encoding.c (BITS_PER_UNIT): Define if a definition is not
512 2004-06-20 Alexander Malmberg <alexander@malmberg.org>
514 * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
515 (exception_gc.lo): New.
516 (OBJS_GC): Add exception_gc.lo.
518 2004-06-17 Richard Henderson <rth@redhat.com>
520 * exception.c: New file.
521 * Makefile.in (exception.lo): New.
524 2004-06-14 Andrew Pinski <pinskia@physics.uc.edu>
526 * linking.m (_objcInit): New empty function
529 2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
531 * configure.ac: Support --enable-shared=libobjc.
532 * configure: Regenerate.
535 * configure.ac: Do not disable shared by default.
536 * configure: Regenerate.
538 2004-06-03 Nicola Pero <n.pero@mi.flashnet.it>
540 * Protocol.m ([-isEqual:]): Small optimizations returning
541 immediately if the argument is equal to self, and accessing
542 the argument's name directly if it's a protocol.
544 2004-06-03 David Ayers <d.ayers@inode.at>
546 * Protocol.m ([-isEqual:]): Test the class of the argument.
548 2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
550 * configure.ac (includedir): Rename to ...
552 * Makefile.in: s/includedir/includedirname/.
555 * configure.ac (includedir): Set to "include"
557 (libext) Set to empty except for Darwin.
558 * configure: Regenerate
559 * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
560 s/include/$(includedir)/g.
562 2004-05-25 Daniel Jacobowitz <drow@false.org>
564 * Makefile.in: Add .NOEXPORT.
566 2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
568 Merge from the libobjc-branch
569 2004-02-09 Andrew Pinski <pinskia@physics.uc.edu>
571 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
573 2004-02-03 Andrew Pinski <pinskia@physics.uc.edu>
575 * Makefile.in (OBJC_H): Add objc-deps.h.
577 2004-01-27 Nicola Pero <n.pero@mi.flashnet.it>
579 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
580 ([-hash], [-isEqual:]): New methods.
582 2004-01-27 Richard Frith-Macdonald <rfm@gnu.org>
584 * sarray.c (sarray_free): Add a better comment.
586 2004-01-27 Adam Fedor <fedor@gnu.org>
588 * hash.c (hash_add): Cast cachep to int.
589 * selector.c (__sel_register_typed_name): Cast
590 soffset_decode to int.
592 2004-01-27 Alexander Malmberg <alexander@malmberg.org>
594 * selector.c: Rename register_selectors_from_list to
595 __objc_register_selectors_from_list. Update caller.
596 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
597 while registering selectors. Use __sel_register_typed_name instead
598 of sel_register_typed_name. Check for NULL method_name:s.
599 (pool_alloc_selector): New function.
600 (__sel_register_typed_name): Use pool_alloc_selector to allocate
602 * sendmsg.c (class_add_method_list): Use
603 __objc_register_selectors_from_list.
604 * objc/runtime.h: Add __objc_register_selectors_from_list.
606 2004-01-25 Adam Fedor <fedor@gnu.org>
607 Nicola Pero <n.pero@mi.flashnet.it>
608 Andrew Pinski <pinskia@physics.uc.edu>
610 * objc/objc-decls.h: New file.
611 * objc/objc-api.h (_objc_lookup_class): Mark as export.
612 (_objc_load_callback): Likewise.
613 (_objc_object_alloc): Likewise.
614 (_objc_object_copy): Likewise.
615 (_objc_object_dispose): Likewise.
617 2004-01-25 Andrew Pinski <pinskia@physics.uc.edu>
619 * archive.c: s/__inline__/inline
620 * sendmsg.c: Likewise.
622 * encoding.c: Remove FIXME about the warning
623 about unused variable.
624 * sendmsg.c: Add a FIXME comment saying that
625 this should be using libffi.
627 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
630 2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
632 * archive.c (objc_read_class): Initialize class_name.
633 (objc_read_selector): Initialize selector_name.
635 2004-05-09 Richard Sandiford <rsandifo@redhat.com>
637 * Makefile.in (toolexecdir): Remove trailing space.
639 2004-04-15 Nathanael Nerode <neroden@gcc.gnu.org>
642 * configure.ac: De-precious CC so multilibs work.
643 * configure: Regenerate.
645 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
647 * configure.ac: Restore toolexecdir.
648 * Makefile.in: Restore toolexecdir.
649 * configure: Regenerate.
651 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
653 * configure.ac: Remove (unused) glibcpp_prefixdir.
654 * configure: Regenerate.
656 * configure.in: Rename to configure.ac.
657 * Makefile.in: Update to match.
659 * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
660 Replace glibcpp_toolexeclibdir with toolexeclibdir.
661 * configure.in: Remove glibcpp_toolexecdir (unused).
662 Replace glibcpp_toolexeclibdir with toolexeclibdir. Don't generate
663 config.h or stamp-h (unused). Move one comment to the right place.
664 * configure: Regenerate.
665 * config.h.in: Remove (unused).
667 * config.h.in: Regenerate with autoheader.
669 * Makefile.in: Remove (unused) gcc_version_trigger.
670 * configure.in: Remove (unused) glibcpp_builddir. Don't AC_SUBST
672 * configure: Regenerate.
674 * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
675 Sort file into sections. Remove dnl where appropriate. Fix
677 * configure: Regenerate.
679 * configure.in: Replace old AC_PROG_CC hack with new one.
680 Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
681 are no subdirectory output files, so this is fine). Change prereq
683 * aclocal.m4: Include ../config/no-executables.m4.
684 * configure: Regenerate with autoconf 2.59.
686 * configure.in: Improve comments on gthread_cflags. Improve m4
687 quotation, and replace 'if test' with 'case', for --enable-objc-gc.
688 * configure: Regenerate.
690 * configure.in: Move PACKAGE and VERSION settings up top. Remove
691 unused call to AC_PROG_LN_S. Default RANLIB to ':'. Remove
692 redundant checks for values of RANLIB, AR, INSTALL.
693 * configure: Regenerate.
695 * configure.in: Clean up handling of
696 --enable-version-specific-runtime-libs and related variables;
697 replace 'if test' with 'case' where reasonable. Fix comments.
698 Remove useless libstdcxx_interface.
699 * configure: Regenerate.
701 * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
702 Replace uses of target_alias with target_noncanonical.
703 * aclocal.m4: Include ../config/acx.m4.
704 * configure: Regenerate.
705 * Makefile.in: Replace uses of target_alias with target_noncanonical.
706 Fix copyright statement.
708 * configure.in: Hand-inline bulky, confusing macros from
709 aclocal.m4. Replace references to "GNU Objective C" with "GCC".
710 Update copyright notice. Remove stuff for automake, which isn't
711 used in this directory. Remove emacs local variables.
712 * aclocal.m4: Remove hand-inlined macros. Update copyright notice.
713 * configure: Regenerate.
715 2004-03-16 Manfred Hollstein <mh@suse.com>
717 * Makefile.in, configure.in, configure: Update copyright years.
719 2004-03-15 Manfred Hollstein <mh@suse.com>
721 * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
722 definition from configure.in.
723 * configure.in (PACKAGE): Add definition.
724 (VERSION): Add definition; substitute it in output files.
725 * configure: Re-generate.
727 2004-03-05 Ziemowit Laski <zlaski@apple.com>
729 * objc/hash.h (hash_string, compare_strings):
730 Add type-casts to make Objective-C++ happy.
731 * objc/typedstream.h (objc_get_stream_class_version):
732 Rename parameter from 'class' to 'class_name' to make
735 2004-03-01 Michael Matz <matz@suse.de>
737 * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
739 2004-02-06 Ziemowit Laski <zlaski@apple.com>
741 * objc/objc-api.h (objc_super): The 'class' field shall
742 be named 'super_class' #ifdef __cplusplus.
744 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
747 * encoding.c (rs6000_special_round_type_align): Define.
749 2004-01-14 Adam Fedor <fedor@gnu.org>
752 * selector.c (__objc_register_instance_methods_to_class): Free
753 new_list if not used.
755 2004-01-09 Andrew Ruder <aeruder@ksu.edu>
758 * sarray.c (sarray_free): Free array->is_copy_of latter.
760 2003-12-01 Zack Weinberg <zack@codesourcery.com>
763 * Protocol.m (descriptionForInstanceMethod): Don't dereference
764 instance_methods if it's NULL.
765 (descriptionForClassMethod): Likewise for class_methods.
767 2003-10-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
769 * Makefile.in (runtime-info.h): Remove -Wp.
771 2003-10-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
773 * Makefile.in (CC1OBJ): Remove.
774 (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
776 Use .m extension for temporary file.
777 Remove assembler temp file.
779 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
781 * objc/hash.h (hash_string): Don't use a cast as an lvalue.
783 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
785 * Makefile.in (runtime-info.h): Use MULTIFLAGS.
787 2003-09-09 Alan Modra <amodra@bigpond.net.au>
789 * configure: Regenerate.
791 2003-08-27 Alexander Malmberg <alexander@malmberg.org>
793 * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
794 (libdir)/gcc-lib/ when installing.
795 * configure: Regenerate.
797 Thu Jul 10 10:27:43 2003 Nicola Pero <n.pero@mi.flashnet.it>
800 * sendmsg.c (get_imp): Fixed rare threading problem.
801 (__objc_responds_to): Similar fixes.
802 (objc_msg_lookup): Similar fixes.
803 (__objc_init_install_dtable): Lock the runtime before checking if the
806 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
808 * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
809 makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
810 selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
811 thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
812 thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
813 thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
814 * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
815 class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
816 objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
817 objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
818 objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
820 Tue May 13 14:56:03 2003 Richard Frith-Macdonald <rfm@gnu.org>
821 Nicola Pero <n.pero@mi.flashnet.it>
824 * init.c (class_superclass_of_class): New function.
825 (create_tree_of_subclasses_inherited_from): Use it.
826 (__objc_tree_insert_class): Likewise.
827 (class_is_subclass_of_class): Likewise.
829 2003-04-11 David Chad <davidc@freebsd.org>
830 Loren J. Rittle <ljrittle@acm.org>
833 * objc/hash.h (hash_string): Constify correctly.
834 (compare_ptrs): Use direct compare.
835 * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
836 * objc/sarray.h: Global rename index to indx to avoid shadow.
838 2003-03-12 Andreas Schwab <schwab@suse.de>
840 * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
841 glibcpp_toolexeclibdir.
842 * configure: Rebuilt.
844 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
846 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
848 * configure: Rebuilt.
850 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
852 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
853 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
854 version_specific_libs is enabled.
855 * configure: Rebuilt.
857 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
859 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
860 (install-libs, install-headers): Prepend $(DESTDIR) to
861 destination paths in all (un)installation commands.
863 2002-12-02 Zack Weinberg <zack@codesourcery.com>
865 * thr-objc.c: Include coretypes.h and tm.h.
867 2002-12-01 Zack Weinberg <zack@codesourcery.com>
869 * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
871 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
873 * configure.in: Remove skip-this-dir support.
874 * configure: Regenerate.
876 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
878 * Makefile.in (all): Fix multilib parallel build.
880 Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
882 * sendmsg.c (nil_method): Declare not to take a variable number of
884 (objc_msg_lookup): Cast nil_method to IMP before returning it.
885 (objc_msg_lookup_super): The same.
887 2002-09-10 Jan Hubicka <jh@suse.cz>
889 * nil_method.c (nil_method): No longer defined with variable
892 2002-07-02 Rodney Brown <rbrown64@csc.com.au>
894 * objc/encoding.h: Fix formatting.
895 * objc/hash.h: Likewise.
896 * objc/objc-api.h: Likewise.
897 * objc/runtime.h: Likewise.
898 * objc/thr.h: Likewise.
899 * archive.c: Likewise.
901 * encoding.c: Likewise.
906 * nil_method.c: Likewise.
907 * objects.c: Likewise.
908 * sarray.c: Likewise.
909 * selector.c: Likewise.
910 * sendmsg.c: Likewise.
911 * thr-mach.c: Likewise.
914 2002-06-25 DJ Delorie <dj@redhat.com>
916 * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
917 GLIBCPP_TOPREL_CONFIGURE.
918 * configure.in: Call it before AC_CANONICAL_SYSTEM.
919 * configure: Regenerate.
921 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
923 * Object.m (forward, read, write): Fix unused parameter warnings.
924 * encoding.c: Include <stdlib.h>.
925 (target_flags): Mark with attribute unused.
927 * runtime.h (__objc_selector_max_index): Change to unsigned int.
928 (__objc_generate_gc_type_description): Prototype.
929 * selector.c (__objc_selector_max_index): Change to unsigned int.
931 Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
933 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
934 we always have a return value: if __objc_msg_forward does not
935 supply a forwarding implementation, return the default
936 __builtin_apply based one.
938 2002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
940 * Object.m: Fix signed/unsigned warning.
941 * Protocol.m: Likewise.
942 * archive.c: Always include stdlib.h.
943 (objc_read_short, objc_read_unsigned_short, objc_read_int,
944 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
945 Fix signed/unsigned warning.
946 (objc_write_type, objc_read_type, objc_write_types,
947 objc_read_types): Ensure ctype 8-bit safety.
948 (__objc_no_write, __objc_no_read): Mark unused parameters.
949 * class.c (class_table_setup): Specify void arg.
950 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
951 objc_skip_typespec, objc_skip_offset,
952 objc_layout_structure_next_member): Ensure ctype 8-bit safety.
953 (objc_layout_structure_next_member): Ensure variables are
955 * gc.c (__objc_generate_gc_type_description,
956 class_ivar_set_gcinvisible): Mark unused parameters.
957 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
959 (__objc_init_protocols) Fix signed/unsigned warning.
960 * nil_method.c (nil_method): Mark unused parameters.
961 * thr.h (objc_thread_callback): Specify void arg.
962 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
963 signed/unsigned warning.
964 (sarray_free): Fix formatting.
965 * selector.c (sel_types_match): Ensure ctype 8-bit safety.
966 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
968 2002-06-09 Andreas Jaeger <aj@suse.de>
970 * encoding.c (objc_layout_structure_next_member): Remove unused
973 2002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
975 * Makefile.in (SHELL): Set to @SHELL@.
977 (ALL_CFLAGS): Add $(WARN_CFLAGS).
979 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
981 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
982 * configure: Regenerate.
984 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
986 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
987 script entry, and set LD to it when configuring multilibs.
988 * configure: Rebuilt.
990 2002-04-19 David O'Brien <obrien@FreeBSD.org>
992 * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
994 2002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
997 * objc/objc-api.h (struct objc_protocol_list): Change type of
998 member count from int to size_t.
1000 2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1003 * aclocal.m4: Replace with version copied from libstdc++-v3.
1004 * configure.in: Update for changes to aclocal and Makefile.
1005 * configure: Regenerate.
1006 * Makefile.in: Correct install of multilibs and shared libs, use
1007 INSTALL_DATA for include files.
1009 Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
1011 * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
1012 categories - when an unclaimed category was found, the loop was
1013 doing two steps forward instead of one, so that in certain cases
1014 it was failing to properly load all the categories. (Reported
1015 with fix by Alexander Malmberg <alexander@malmberg.org>).
1017 2001-11-14 Aldy Hernandez <aldyh@redhat.com>
1019 * encoding.c: Add target_flags.
1021 2001-11-07 Aldy Hernandez <aldyh@redhat.com>
1023 * objc/objc-api.h (_C_VECTOR): New.
1025 * encoding.c (VECTOR_TYPE): New.
1027 Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
1029 * class.c: Rewritten the class table to use optimized, lock-free
1030 lookup. This more than doubles the speed of class method
1031 invocations. (class_table_setup), (class_table_insert),
1032 (class_table_replace), (class_table_get_safe),
1033 (class_table_next), (class_table_print),
1034 (class_table_print_histogram): New functions.
1035 (__objc_init_class_tables): Use class_table_setup.
1036 (__objc_add_class_to_hash): Use class_table_get_safe and
1037 class_table_insert. (objc_lookup_class), (objc_get_class): Do not
1038 assert the existence of the table; do not lock the runtime; use
1039 class_table_get_safe. (objc_next_class): Use class_table_next.
1040 (__objc_resolve_class_links): Use class_table_next.
1041 (class_pose_as): Use class_table_replace.
1043 2001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
1045 * gc.c: Removed the DEBUG declaration.
1047 Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
1049 * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
1050 rather than through objc_thread_id, to save a function call.
1051 (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
1054 Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
1056 * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
1057 to cast an id to a Class, which can not be done. Make the check
1058 by using CLS_ISMETA on the class pointer instead.
1059 (object_is_meta_class): Similar fix.
1061 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1063 * configure.in (AC_EXEEXT): Work around in case it expands to
1064 nothing, as in autoconf 2.50.
1065 * acinclude.m4: Likewise.
1066 * configure: Rebuilt.
1068 2001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
1070 * THREADS: Explain that when we compile libobjc inside GCC, we
1071 always use thr-objc.c as a backend, which uses GCC's thread code.
1073 2001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
1075 * init.c (__objc_send_message_in_list): When setting a new entry
1076 in __objc_load_methods use the method IMP as key, but check to see
1077 if the method is in the hashtable by looking at the IMP also.
1078 Also ... call the method after adding it to the hashtable rather
1079 than before ... thus preventing an obscure possibility of infinite
1080 recursion if a +load method itself loads a subclass.
1082 2001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
1084 * init.c (__objc_send_message_in_list): When setting a new entry
1085 in __objc_load_methods use the method name as key, not the method
1086 IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
1088 2001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
1090 * objc-features.texi: Move to ../gcc/objc.texi.
1092 * Makefile.in: Don't generate documentation from
1095 2001-05-01 Mark Mitchell <mark@codesourcery.com>
1097 * fdl.texi: New file.
1098 * objc-features.texi: Simplify.
1099 * Makefile.in: Adjust accordingly.
1101 2001-04-30 Mark Mitchell <mark@codesourcery.com>
1103 * objc-features.texi: Use the GFDL.
1105 Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
1107 * encoding.c (REAL_TYPE): Define.
1109 2001-03-19 David Edelsohn <edelsohn@gnu.org>
1111 * encoding.c (TYPE_MODE): Define.
1113 2001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
1115 * thr.c (objc_thread_add): New function.
1116 (objc_thread_remove): Ditto.
1117 * objc/thr.h: Declare them.
1118 * libobjc.def: Mention them.
1120 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
1122 * objc-features.texi: Document the @compatibility_alias compiler
1123 directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
1125 Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1127 * sendmsg.c (__objc_forward): Delete strlen() declaration.
1129 2001-02-08 Geoffrey Keating <geoffk@redhat.com>
1131 * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
1132 we're not interested in the result and they might fail.
1133 * configure: Regenerated.
1135 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
1137 * objc-features.texi: Use @email.
1139 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
1141 * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
1144 2000-01-11 Richard Earnshaw <rearnsha@arm.com>
1146 * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
1147 determines the value dynamically.
1149 Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
1151 * sendmsg.c: Added __objc_msg_forward, a hook that allows external
1152 libraries to provide a function that returns the real forwarding
1153 function. This can alleviate problems __builtin_apply() and
1154 friends have on various platforms. (Solution suggested by Helge
1157 * objc/objc-api.h: Define __objc_msg_forward.
1159 * sendmsg.c: Define gen_rtx_REG.
1161 2000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163 * thr-rtems.c: New file. Stub to compile.
1165 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1167 * configure: Rebuilt with new libtool.m4.
1169 Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1171 * configure.in: Create a config.h file. Check for <sched.h>.
1172 * configure: Regenerate.
1174 * config.h.in: Check for <sched.h>.
1176 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
1178 * configure: Regenerate after change to ../libtool.m4.
1180 2000-08-14 Andreas Schwab <schwab@suse.de>
1182 * objc-features.texi (Top): Move @menu at end of node.
1184 2000-08-11 Manfred Hollstein <manfredh@redhat.com>
1186 * objc-features.texi: Move @node Top before @menu.
1188 Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1190 * objc-features.texi: Documented the new -fconstant-string-class
1193 Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1195 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
1196 improve the Posix thread support for Objective-C.
1198 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
1200 * aclocal.m4: Replace copy of ../libtool.m4 with
1201 sinclude(../libtool.m4).
1203 Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
1205 * configure.in: Added libtool support; build shared libraries
1206 if --enable-shared was passed on command line.
1207 * Makefile.in: Modified most compilation commands to use libtool.
1208 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
1209 libtool distribution.
1211 Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1213 * sarray.c, Object.m: Removed the explicit prototypes for strlen
1214 and memcpy on 64-bit platforms (Suggested by Rodney Brown
1217 2000-05-12 H.J. Lu (hjl@gnu.org)
1219 * Makefile.in (GTHREAD_FLAGS): New.
1220 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
1221 (OBJC_THREAD_FILE): Changed to thr-objc.
1223 * configure.in (GTHREAD_FLAGS): New, check and replace it for
1225 (OBJC_THREAD_FILE): Removed.
1229 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1231 * objc/hash.h: Include string.h.
1233 2000-04-15 David Edelsohn <edelsohn@gnu.org>
1235 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
1237 2000-04-12 Jakub Jelinek <jakub@redhat.com>
1239 * Object.m (strlen): Provide prototype on all 64bit platforms,
1241 * sarray.c (memcpy): Likewise.
1242 * encoding.c (objc_layout_finish_structure): Don't use
1243 ROUND_TYPE_ALIGN on sparc.
1245 * encoding.c (objc_layout_structure_next_member): Do the whole
1246 procedure even for the first member, so that we get correct
1249 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
1251 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
1254 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
1256 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
1258 Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
1260 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
1262 Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
1264 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
1265 the compiler when building C code.
1267 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
1269 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1270 libdir, libsubdir and tooldir.
1272 Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
1274 * init.c (__objc_force_linking): Make global.
1276 Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
1278 * configure.in (AC_EXEEXT): Remove call.
1279 (compiler_name): Explicitly check with no extension and .exe
1281 * configure: Regenerate.
1283 Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
1285 * Makefile.in (CC1OBJ): Define in terms of CC.
1286 (runtime-info.h): Use.
1288 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1290 * objc-features.texi: Updated the URL to Boehm's GC page.
1292 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1294 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
1295 the char as being signed (patch from Daniel Jacobowitz
1298 Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
1300 * configure.in (AC_PREREQ): Update to 2.13.
1301 (AC_EXEEXT): Call to find possible file extension.
1302 (compiler_name): Use.
1303 * configure: Regenerate.
1305 Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
1307 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
1309 Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
1311 * configure.in (thread_file): Correct and simplify code to find
1313 * configure: Rebuilt.
1315 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
1317 * configure.in (compiler_name): Add check to detect if this
1318 language's compiler has been built.
1319 * configure: Regenerate.
1321 Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1323 * configure.in: Use AC_PREREQ(2.12.1).
1325 Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
1327 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
1329 Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1331 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
1333 Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1335 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
1337 Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
1339 * objc-features.texi (Top): Changed the email address.
1340 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
1342 Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
1344 * encoding.c: Redefine get_inner_array_type to get the first entry
1347 Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
1349 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
1350 (objc_get_type_qualifiers): Similarly.
1351 * objc/encoding.h (_C_BYREF): Define.
1354 1998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
1356 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
1357 works out on 64-bit systems.
1359 Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1361 * Makefile.in (INCLUDES): Make it multilib-friendly.
1363 Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
1365 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
1367 Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
1368 Jeffrey A Law (law@cygnus.com)
1370 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
1371 (FLAGS_TO_PASS): Added.
1372 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
1374 * archive.c: Change config.h to tconfig.h.
1376 * configure.in: Find gcc's object directory even for multilibs.
1378 Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
1380 * configure.in: Escape ^ in grep string.
1381 * configure: Rebuilt.
1383 Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
1385 * All .h files pushed down into the objc/ subdirectory.
1386 * Makefile.in (copy_headers): Corresponding changes.
1387 * configure.in (AC_INIT): Corresponding changes.
1388 * configure: Rebuilt.
1390 1998-09-30 Ben Elliston <bje@cygnus.com>
1391 Jeff Law <law@cygnus.com>
1393 * Makefile.in: Rewrite.
1395 * configure.in: Likewise.
1397 * configure: Regenerate.
1399 * All .c files. Remove "objc" prefix when including objc header
1400 files. Include tconfig.h, not ../tconfig.h.
1402 Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
1404 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
1405 (get_inner_array_type): Define.
1407 1998-09-21 Ben Elliston <bje@cygnus.com>
1409 * New directory. Moved files from ../gcc/objc.