re PR testsuite/32843 (libffi.call/return_sc.c)
[official-gcc.git] / libobjc / ChangeLog
blobf77dc40580a15b42d36913b7148181a88e219a9e
1 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3         * aclocal.m4: Regenerated.
5 2007-06-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7         * configure.ac: Fix a typo in *-*-darwin clause.
8         * configure: Regenerated.
10 2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>
12         * configure.ac: Fix a typo.
13         * configure: Regenerated.
15 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
17         * configure: Regenerate.
19 2007-06-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21         * Makefile.in: Replace all uses of libext with libsuffix.
22         * configure.ac: Likewise.
23         * configure: Regenerate.
25         Revert:
26         * Makefile.in: Remove all uses of $(libext).
28 2007-05-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
30         * Makefile.in: Remove all uses of $(libext).
32 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
34         * configure: Regenerate.
35         * aclocal.m4: Regenerate.
37 2007-04-21  Andrew Ruder  <andy@aeruder.net>
39         * sendmsg.c (__objc_get_forward_imp): Call
40         __objc_msg_forward2 for real.
42 2007-04-09  Andrew Ruder  <andy@aeruder.net>
44         * sendmsg.c: Added __objc_msg_forward2, a hook that allows
45         external libraries to provide a function that returns the real
46         forwarding function based on both the selector and the receiver.
47         * objc/objc-api.h: Define __objc_msg_forward2.
49 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
51         * Makefile.in: Add dummy install-pdf target.
53 2007-02-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
55         * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
56         unused warning.
57         
58 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
60         * encoding.c (darwin_rs6000_special_round_type_align): New.
62 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
64         * Makefile.in: Use multi_basedir instead of toplevel_srcdir.
65         * configure.ac: Use multi.m4 from aclocal rather than custom
66         code.  Use multi_basedir instead of toplevel_srcdir.
67         * aclocal.m4: Regenerate.
68         * configure: Regenerate.
70 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
72         * Makefile.in: Added empty "pdf" target.
74 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
76         * configure: Regenerate.
78 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
80         * Makefile.in: Add install-html target. Add install-html to .PHONY
82 2006-02-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
84         PR libobjc/26309
85         * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
87 2006-01-24  David Ayers  <d.ayers@inode.at>
89         PR libobjc/9751
90         * gc.c (class_ivar_set_gcinvisible): Replace strncpy with memcpy
91         and insure the new strings are '\0' termintated.
93 2006-01-24  David Ayers  <d.ayers@inode.at>
95         PR libobjc/13946
96         * configure.ac: Add include directives for --enable-objc-gc.
97         * Makefile.in: Ditto.
98         * configure: Regenerate.
100         * gc.c (__objc_class_structure_encoding): Increment the used bytes
101         instead of the local pointer to them.
103 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
105         PR objc/25360
106         * objc/objc-api.c (_C_COMPLEX): New define.
107         * encoding.c (objc_sizeof_type): Handle _C_Complex.
108         (objc_alignof_type): Likewise.
109         (objc_skip_typespec): Likewise.
111 2005-12-15  David Ayers  <d.ayers@inode.at>
113         PR libobjc/14382
114         * README (+load,+initialize): Fix documentation to reflect
115         intended and implemented semantics for +load and +initialize.
116         
117 2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
119         * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and
120         the name.
121         (get_inner_array_type): Fix to skip over _C_ARY_B and size.
122         (rs6000_special_round_type_align): Update for the ABI fix.
123         (objc_layout_finish_structure): Correct the encoding which is passed to
124         ROUND_TYPE_ALIGN.
126 2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>
128         PR libobjc/25347
129         * encoding.c (objc_sizeof_type): Don't handle _C_UNION_B special
130         but use the struct layout functions.
131         (objc_alignof_type): Likewise.
132         (objc_layout_structure): Handle _C_UNION_B also.
133         (objc_layout_structure_next_member): Likewise.
134         (objc_layout_finish_structure): Likewise.
136 2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>
138         PR libobjc/25346
139         * objc/objc-api.h (_C_BOOL): New define.
140         * encoding.c (objc_sizeof_type): Handle _C_BOOL.
141         (objc_alignof_type): Likewise.
142         (objc_skip_typespec): Likewise.
144 2005-11-20  David Ayers  <d.ayers@inode.at>
146         PR libobjc/19024
147         * objc/hash.h: Remove deprecated hash API.
148         * hash_compat.c: Remove.
149         * Makefile.in: Remove reference to hash_compat.c.
151         * configure.ac (VERSION): Bump library version to 2:0:0.
152         * configure: Regenerate.
154 2005-11-09  Alexandre Oliva  <aoliva@redhat.com>
156         PR other/4372
157         * thr-objc.c (_XOPEN_SOURCE): Define.
159 2005-10-07  Ulrich Weigand  <uweigand@de.ibm.com>
161         PR libobjc/23612
162         * objc/objc-api.h (struct objc_ivar): Move definition to
163         global scope.
165 2005-09-04  Andrew Pinski  <pinskia@physics.uc.edu>
166             Rasmus Hahn  <rassahah@neofonie.de>
168         PR libobjc/23108
169         * archive.c (objc_write_type): Correct the element offset.
170         (objc_read_type): Likewise.
172 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
174         * All files: Update FSF address.
176 2005-08-13  Marcin Koziej  <creep@desk.pl>
177             Andrew Pinski  <pinskia@physics.uc.edu>
179         PR libobjc/22492
180         * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
182 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
184         * Makefile.in (extra_ldflags_libobjc): New.
185         (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
186         (libobjc_gc$(libext).la): Likewise.
187         * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
188         "-Wl,-single_module".
189         * configure: Regenerate.
190         * linking.m (_objcInit): Remove.
192 2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
194         PR libobjc/22606
195         * Makefile.in (ALL_CFLAGS): Add -fexceptions.
197 2005-06-08  David Ayers  <d.ayers@inode.at>
199         * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
200         objc/encoding.h, objc/hash.h, objc/objc-api.h,
201         objc/runtime.h, objc/sarray.h, objc/thr.h, 
202         objc/typedstream.h: Do not include Objective-C headers as
203         system headers.
205 2005-06-07  David Ayers  <d.ayers@inode.at>
207         * archive.c, init.c, selector.c: Include hash.h.
208         * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
209         init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
210         sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
211         thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
212         thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
213         Include Objective-C headers with quotes and objc/ directory
214         prefix.
216 2005-05-19  Richard Henderson  <rth@redhat.com>
218         * exception.c: Revert last change.
220 2005-05-19  David Ayers  <d.ayers@inode.at>
222         * exception.c: Include tsystem.h for unwind.h.
224 2005-05-09  Mike Stump  <mrs@apple.com>
226         * configure: Regenerate.
228 2005-04-12  Mike Stump  <mrs@apple.com>
230         * configure: Regenerate.
232 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
234         * Makefile.in: Set gcc_version here.
235         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Adjust quoting
236         in definition of toolexeclibdir so that $(gcc_version) is expanded
237         by the Makefile.
238         * aclocal.m4, configure: Regenerate.
240 2005-03-03  David Ayers  <d.ayers@inode.at>
242         * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
243         version reference.  Correct typo.
245 2005-03-02  David Ayers  <d.ayers@inode.at>
247         PR libobjc/19024
248         * Makefile.in (OBJS): Add hash_compat.lo.
249         (OBJS_GC): Add hash_compat_gc.lo.
250         (hash_compat_gc.lo): New target and rule.
251         * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
252         (hash_next, hash_value_for_key, hash_is_key_in_hash)
253         (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
254         with objc_.  Add deprecated non prefixed inlined versions.
255         (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
256         declarations.
257         * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
258         (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
259         update callers.
260         * hash_compat.c: New file.
261         * archive.c: Update callers.
262         * init.c: Likewise.
263         * selector.c: Likewise.
264         * libobjc.def: Add objc_ versions of hash functions.
266 2005-02-28  Andrew Pinski <pinskia@physics.uc.edu>
268         PR libobjc/20252
269         * Makefile.in (GTHREAD_FLAGS): Remove.
270         (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
271         * thr-objc.c: Include config.h.
272         * configure.ac: Instead of looking at GCC's makefile, figure out if
273         GTHREAD_FLAGS should be defined by looking at the `thread model'
274         of the current gcc.
275         * configure: Regenerate.
276         * config.h.in: Regenerate.
278 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
280         PR bootstrap/17383
281         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
282         (Determine CFLAGS for gthread): Use $host_subdir.
283         * configure: Regenerate.
284         * Makefile.in (host_subdir): New.
285         (INCLUDES): Use it.
287 2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>
289         PR libobjc/12035
290         * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
291         they are not used.
292         Include limits.h and stdlib.h.
293         Define BITS_PER_WORD.
295 2004-12-12  Alexander Malmberg  <alexander@malmberg.org>
297         * selector.c (__objc_init_selector_tables): Add missing void to
298         definition.
300 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
302         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
303         * configure, aclocal.m4: Regenerate.
305 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
307         * configure: Regenerate for libtool change.
309 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
311         * configure: Regenerate for libtool reversion.
313 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
315         * configure: Regenerate for libtool change.
317 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
319         * aclocal.m4, config.h.in: Regenerate.
321 2004-10-08  Mike Stump  <mrs@apple.com>
322             Andrew Pinski  <pinskia@physics.uc.edu>
324         * aclocal.m4: Rename to ...
325         * acinclude.m4: here and also use m4_include instead of sinclude.
326         * aclocal.m4: Regenerate.
327         * configure: Regenerate.
328         * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
329         * Makefile.in (configure): Add @MAINT@ infront of configure.ac
331 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
333         * archive.c: Fix all the warnings about passing unsigned char*
334         to char* and the other way too.
336 2004-09-16  Andrew Pinski  <pinskia@physics.uc.edu>
338         PR libobjc/16448
339         * exception.c: Include config.h
340         (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
341         SJLJ_EXCEPTIONS.
342         * configure.ac: Find out what exception handling code we use.
343         * configure: Regenerate.
344         * config.h.in: New file, regenerate.
346 2004-09-16  Andrew Pinski  <apinski@apple.com>
348         * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
350 2004-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
352         * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
353         ACX_NONCANONICAL_TARGET.
354         * configure: Regenerate.
356 2004-08-13  Ziemowit Laski  <zlaski@apple.com>
358         * objc/sarray.h: Hoist include of assert.h near the top of file,
359         and mark the remainder of the file 'extern "C"'.
361 2004-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
363         * objc/Object.h: Move includes out of extern "C" blocks.
364         * objc/encoding.h: Likewise.
365         * objc/hash.h: Likewise.
366         * objc/objc-api.h: Likewise.
367         * objc/runtime.h: Likewise.
368         * objc/sarray.h: Likewise.
369         * objc/typedstream.h: Likewise.
371 2004-08-12  Ziemowit Laski  <zlaski@apple.com>
373         * objc/NXConstStr.h: Update copyright date; bracket with
374         'extern "C"' for C++ use; make include syntax consistent
375         by using <...> instead of "..."; hoist <objc/...> includes
376         above the 'extern "C"' block.
377         * objc/Object.h: Likewise.
378         * objc/Protocol.h: Likewise.
379         * objc/encoding.h: Likewise.
380         * objc/hash.h: Likewise.
381         * objc/runtime.h: Likewise.
382         * objc/sarray.h: Likewise.
383         * objc/thr.h: Likewise.
384         * objc/typedstream.h: Likewise.
385         * objc/objc-api.h: Add 'extern "C"' block for C++ use.
386         (objc_static_instances): For C++ case, do away with
387         zero-sized array.
388         (objc_method): Hoist definition to file scope.
389         (_objc_load_callback, _objc_object_alloc, class_get_class_method,
390         class_get_instance_method, class_create_instance,
391         class_get_class_name, class_get_instance_size,
392         class_get_meta_class, class_get_super_class, class_get_version,
393         class_is_class, class_is_meta_class, class_set_version,
394         class_get_gc_object_type, class_ivar_set_gcinvisible,
395         get_imp): Rename 'class' parameter to '_class'.
396         * objc/objc-list.h: Add 'extern "C"' block for C++ use.
397         * objc/objc.h: Update copyright date.
398         (arglist_t): Provide a union tag.
400 2004-07-22  Andrew Pinski  <pinskia@physics.uc.edu>
402         * thr.c (__objc_thread_detach_function): Do not mark as volatile
403         but instead use the attribute noreturn.
405 2004-06-28  Zack Weinberg  <zack@codesourcery.com>
407         * encoding.c: Rename target_flags with a #define to avoid
408         conflict with a prior declaration.
410 2004-06-24  Andrew Pinski  <apinski@apple.com>
412         * objc/encoding.h: Wrap the functions with extern "C" for C++
413         mode.
414         * objc/hash.h: Likewise.
415         * objc/objc-api.h: Likewise.
416         * objc/objc-list.h: Likewise.
417         * objc/runtime.h: Likewise.
418         * objc/sarray.h: Likewise.
419         * objc/thr.h: Likewise.
420         * objc/typedstream.h: Likewise.
423 2004-06-21  Nick Clifton  <nickc@redhat.com>
425         * encoding.c (BITS_PER_UNIT): Define if a definition is not
426         provided.
428 2004-06-20  Alexander Malmberg  <alexander@malmberg.org>
430         * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
431         (exception_gc.lo): New.
432         (OBJS_GC): Add exception_gc.lo.
434 2004-06-17  Richard Henderson  <rth@redhat.com>
436         * exception.c: New file.
437         * Makefile.in (exception.lo): New.
438         (OBJS): Add it.
440 2004-06-14  Andrew Pinski  <pinskia@physics.uc.edu>
442         * linking.m (_objcInit): New empty function
443         for Darwin only.
445 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
447         * configure.ac: Support --enable-shared=libobjc.
448         * configure: Regenerate.
450         PR libobjc/15901
451         * configure.ac: Do not disable shared by default.
452         * configure: Regenerate.
454 2004-06-03  Nicola Pero  <n.pero@mi.flashnet.it>
456         * Protocol.m ([-isEqual:]): Small optimizations returning
457         immediately if the argument is equal to self, and accessing
458         the argument's name directly if it's a protocol.
460 2004-06-03  David Ayers  <d.ayers@inode.at>
462         * Protocol.m ([-isEqual:]): Test the class of the argument.
464 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
466         * configure.ac (includedir): Rename to ...
467         (includedirname).
468         * Makefile.in: s/includedir/includedirname/.
470         PR target/11572
471         * configure.ac (includedir): Set to "include"
472         except for Darwin.
473         (libext) Set to empty except for Darwin.
474         * configure: Regenerate
475         * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
476         s/include/$(includedir)/g.
478 2004-05-25  Daniel Jacobowitz  <drow@false.org>
480         * Makefile.in: Add .NOEXPORT.
482 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
484         Merge from the libobjc-branch
485         2004-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
487                 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
489         2004-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
491                 * Makefile.in (OBJC_H): Add objc-deps.h.
493         2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
495                 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
496                 ([-hash], [-isEqual:]): New methods.
498         2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
500                 * sarray.c (sarray_free): Add a better comment.
502         2004-01-27  Adam Fedor  <fedor@gnu.org>
504                 * hash.c (hash_add): Cast cachep to int.
505                 * selector.c (__sel_register_typed_name): Cast
506                 soffset_decode to int.
508         2004-01-27  Alexander Malmberg  <alexander@malmberg.org>
510                 * selector.c: Rename register_selectors_from_list to
511                 __objc_register_selectors_from_list. Update caller.
512                 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
513                 while registering selectors. Use __sel_register_typed_name instead
514                 of sel_register_typed_name. Check for NULL method_name:s.
515                 (pool_alloc_selector): New function.
516                 (__sel_register_typed_name): Use pool_alloc_selector to allocate
517                 selector structures.
518                 * sendmsg.c (class_add_method_list): Use
519                 __objc_register_selectors_from_list.
520                 * objc/runtime.h: Add __objc_register_selectors_from_list.
522         2004-01-25  Adam Fedor  <fedor@gnu.org>
523                     Nicola Pero  <n.pero@mi.flashnet.it>
524                     Andrew Pinski  <pinskia@physics.uc.edu>
526                 * objc/objc-decls.h: New file.
527                 * objc/objc-api.h (_objc_lookup_class): Mark as export.
528                 (_objc_load_callback): Likewise.
529                 (_objc_object_alloc): Likewise.
530                 (_objc_object_copy): Likewise.
531                 (_objc_object_dispose): Likewise.
533         2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
535                 * archive.c: s/__inline__/inline
536                 * sendmsg.c: Likewise.
538                 * encoding.c: Remove FIXME about the warning
539                 about unused variable.
540                 * sendmsg.c: Add a FIXME comment saying that
541                 this should be using libffi.
543                 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
546 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
548         * archive.c (objc_read_class): Initialize class_name.
549         (objc_read_selector): Initialize selector_name.
551 2004-05-09  Richard Sandiford  <rsandifo@redhat.com>
553         * Makefile.in (toolexecdir): Remove trailing space.
555 2004-04-15  Nathanael Nerode  <neroden@gcc.gnu.org>
557         PR libobjc/14948
558         * configure.ac: De-precious CC so multilibs work.
559         * configure: Regenerate.
561 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
563         * configure.ac: Restore toolexecdir.
564         * Makefile.in: Restore toolexecdir.
565         * configure: Regenerate.
567 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
569         * configure.ac: Remove (unused) glibcpp_prefixdir.
570         * configure: Regenerate.
572         * configure.in: Rename to configure.ac.
573         * Makefile.in: Update to match.
575         * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
576         Replace glibcpp_toolexeclibdir with toolexeclibdir.
577         * configure.in: Remove glibcpp_toolexecdir (unused).
578         Replace glibcpp_toolexeclibdir with toolexeclibdir.  Don't generate
579         config.h or stamp-h (unused).  Move one comment to the right place.
580         * configure: Regenerate.
581         * config.h.in: Remove (unused).
583         * config.h.in: Regenerate with autoheader.
585         * Makefile.in: Remove (unused) gcc_version_trigger.
586         * configure.in: Remove (unused) glibcpp_builddir.  Don't AC_SUBST
587         gcc_version_trigger.
588         * configure: Regenerate.
590         * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
591         Sort file into sections.  Remove dnl where appropriate.  Fix
592         other style issues.
593         * configure: Regenerate.
595         * configure.in: Replace old AC_PROG_CC hack with new one.
596         Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
597         are no subdirectory output files, so this is fine).  Change prereq
598         to autoconf 2.59.
599         * aclocal.m4: Include ../config/no-executables.m4.
600         * configure: Regenerate with autoconf 2.59.
602         * configure.in: Improve comments on gthread_cflags.  Improve m4
603         quotation, and replace 'if test' with 'case', for --enable-objc-gc.
604         * configure: Regenerate.
606         * configure.in: Move PACKAGE and VERSION settings up top.  Remove
607         unused call to AC_PROG_LN_S.  Default RANLIB to ':'.  Remove
608         redundant checks for values of RANLIB, AR, INSTALL.
609         * configure: Regenerate.
611         * configure.in: Clean up handling of
612         --enable-version-specific-runtime-libs and related variables;
613         replace 'if test' with 'case' where reasonable.  Fix comments.
614         Remove useless libstdcxx_interface.
615         * configure: Regenerate.
617         * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
618         Replace uses of target_alias with target_noncanonical.
619         * aclocal.m4: Include ../config/acx.m4.
620         * configure: Regenerate.
621         * Makefile.in: Replace uses of target_alias with target_noncanonical.
622         Fix copyright statement.
624         * configure.in: Hand-inline bulky, confusing macros from
625         aclocal.m4.  Replace references to "GNU Objective C" with "GCC".
626         Update copyright notice.  Remove stuff for automake, which isn't
627         used in this directory.  Remove emacs local variables.
628         * aclocal.m4: Remove hand-inlined macros.  Update copyright notice.
629         * configure: Regenerate.
631 2004-03-16  Manfred Hollstein  <mh@suse.com>
633         * Makefile.in, configure.in, configure: Update copyright years.
635 2004-03-15  Manfred Hollstein  <mh@suse.com>
637         * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
638         definition from configure.in.
639         * configure.in (PACKAGE): Add definition.
640         (VERSION): Add definition; substitute it in output files.
641         * configure: Re-generate.
643 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
645         * objc/hash.h (hash_string, compare_strings):
646         Add type-casts to make Objective-C++ happy.
647         * objc/typedstream.h (objc_get_stream_class_version):
648         Rename parameter from 'class' to 'class_name' to make
649         Objective-C++ happy.
651 2004-03-01  Michael Matz  <matz@suse.de>
653         * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
655 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
657         * objc/objc-api.h (objc_super): The 'class' field shall
658         be named 'super_class' #ifdef __cplusplus.
660 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
662         PR target/10781
663         * encoding.c (rs6000_special_round_type_align): Define.
665 2004-01-14  Adam Fedor  <fedor@gnu.org>
667         PR libobjc/12155
668         * selector.c (__objc_register_instance_methods_to_class): Free
669         new_list if not used.
671 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
673         PR libobjc/11904
674         * sarray.c (sarray_free): Free array->is_copy_of latter.
676 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
678         PR 11433
679         * Protocol.m (descriptionForInstanceMethod): Don't dereference
680         instance_methods if it's NULL.
681         (descriptionForClassMethod): Likewise for class_methods.
683 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
685         * Makefile.in (runtime-info.h): Remove -Wp.
687 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
689         * Makefile.in (CC1OBJ): Remove.
690         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
691         correctly.
692         Use .m extension for temporary file.
693         Remove assembler temp file.
695 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
697         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
699 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
701         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
703 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
705         * configure: Regenerate.
707 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
709         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
710         (libdir)/gcc-lib/ when installing.
711         * configure: Regenerate.
713 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
715         libobjc/9969
716         * sendmsg.c (get_imp): Fixed rare threading problem.
717         (__objc_responds_to): Similar fixes.
718         (objc_msg_lookup): Similar fixes.
719         (__objc_init_install_dtable): Lock the runtime before checking if the
720         table is installed.
722 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
724         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
725         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
726         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
727         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
728         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
729         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
730         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
731         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
732         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
733         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
734         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
736 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
737                           Nicola Pero  <n.pero@mi.flashnet.it>
739         libobjc/10742
740         * init.c (class_superclass_of_class): New function.
741         (create_tree_of_subclasses_inherited_from): Use it.
742         (__objc_tree_insert_class): Likewise.
743         (class_is_subclass_of_class): Likewise.
745 2003-04-11  David Chad  <davidc@freebsd.org>
746             Loren J. Rittle  <ljrittle@acm.org>
748         libobjc/8562
749         * objc/hash.h (hash_string): Constify correctly.
750         (compare_ptrs): Use direct compare.
751         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
752         * objc/sarray.h: Global rename index to indx to avoid shadow.
754 2003-03-12  Andreas Schwab  <schwab@suse.de>
756         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
757         glibcpp_toolexeclibdir.
758         * configure: Rebuilt.
760 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
762         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
763         config.status.
764         * configure: Rebuilt.
766 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
768         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
769         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
770         version_specific_libs is enabled.
771         * configure: Rebuilt.
773 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
775         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
776         (install-libs, install-headers): Prepend $(DESTDIR) to
777         destination paths in all (un)installation commands.
779 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
781         * thr-objc.c: Include coretypes.h and tm.h.
783 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
785         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
787 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
789         * configure.in: Remove skip-this-dir support.
790         * configure: Regenerate.
792 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
794         * Makefile.in (all): Fix multilib parallel build.
796 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
798         * sendmsg.c (nil_method): Declare not to take a variable number of
799         args.
800         (objc_msg_lookup): Cast nil_method to IMP before returning it.
801         (objc_msg_lookup_super): The same.
803 2002-09-10  Jan Hubicka  <jh@suse.cz>
805         * nil_method.c (nil_method): No longer defined with variable
806         arguments.
808 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
810         * objc/encoding.h: Fix formatting.
811         * objc/hash.h: Likewise.
812         * objc/objc-api.h: Likewise.
813         * objc/runtime.h: Likewise.
814         * objc/thr.h: Likewise.
815         * archive.c: Likewise.
816         * class.c: Likewise.
817         * encoding.c: Likewise.
818         * gc.c: Likewise.
819         * hash.c: Likewise.
820         * init.c: Likewise.
821         * misc.c: Likewise.
822         * nil_method.c: Likewise.
823         * objects.c: Likewise.
824         * sarray.c: Likewise.
825         * selector.c: Likewise.
826         * sendmsg.c: Likewise.
827         * thr-mach.c: Likewise.
828         * thr.c: Likewise.
830 2002-06-25  DJ Delorie  <dj@redhat.com>
832         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
833         GLIBCPP_TOPREL_CONFIGURE.
834         * configure.in: Call it before AC_CANONICAL_SYSTEM.
835         * configure: Regenerate.
837 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
839         * Object.m (forward, read, write): Fix unused parameter warnings.
840         * encoding.c: Include <stdlib.h>.
841         (target_flags): Mark with attribute unused.
842         (atoi): Delete.
843         * runtime.h (__objc_selector_max_index): Change to unsigned int.
844         (__objc_generate_gc_type_description): Prototype.
845         * selector.c (__objc_selector_max_index): Change to unsigned int.
847 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
849         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
850         we always have a return value: if __objc_msg_forward does not
851         supply a forwarding implementation, return the default
852         __builtin_apply based one.
854 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
856         * Object.m: Fix signed/unsigned warning.
857         * Protocol.m: Likewise.
858         * archive.c: Always include stdlib.h.
859         (objc_read_short, objc_read_unsigned_short, objc_read_int,
860         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
861         Fix signed/unsigned warning.
862         (objc_write_type, objc_read_type, objc_write_types,
863         objc_read_types): Ensure ctype 8-bit safety.
864         (__objc_no_write, __objc_no_read): Mark unused parameters.
865         * class.c (class_table_setup): Specify void arg.
866         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
867         objc_skip_typespec, objc_skip_offset,
868         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
869         (objc_layout_structure_next_member): Ensure variables are
870         initialized.
871         * gc.c (__objc_generate_gc_type_description,
872         class_ivar_set_gcinvisible): Mark unused parameters.
873         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
874         unused parameters.
875         (__objc_init_protocols) Fix signed/unsigned warning.
876         * nil_method.c (nil_method): Mark unused parameters.
877         * thr.h (objc_thread_callback): Specify void arg.
878         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
879         signed/unsigned warning.
880         (sarray_free): Fix formatting.
881         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
882         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
884 2002-06-09  Andreas Jaeger  <aj@suse.de>
886         * encoding.c (objc_layout_structure_next_member): Remove unused
887         variable.
889 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
891         * Makefile.in (SHELL): Set to @SHELL@.
892         (WARN_CFLAGS): New.
893         (ALL_CFLAGS): Add $(WARN_CFLAGS).
895 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
897         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
898         * configure: Regenerate.
900 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
902         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
903         script entry, and set LD to it when configuring multilibs.
904         * configure: Rebuilt.
906 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
908         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
910 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
912         PR objc/6107
913         * objc/objc-api.h (struct objc_protocol_list): Change type of
914         member count from int to size_t.
916 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
918         PR libobjc/4039
919         * aclocal.m4: Replace with version copied from libstdc++-v3.
920         * configure.in: Update for changes to aclocal and Makefile.
921         * configure: Regenerate.
922         * Makefile.in: Correct install of multilibs and shared libs, use
923         INSTALL_DATA for include files.
925 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
927         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
928         categories - when an unclaimed category was found, the loop was
929         doing two steps forward instead of one, so that in certain cases
930         it was failing to properly load all the categories.  (Reported
931         with fix by Alexander Malmberg <alexander@malmberg.org>).
933 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
935         * encoding.c: Add target_flags.
937 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
939          * objc/objc-api.h (_C_VECTOR): New.
941          * encoding.c (VECTOR_TYPE): New.
943 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
945         * class.c: Rewritten the class table to use optimized, lock-free
946         lookup.  This more than doubles the speed of class method
947         invocations.  (class_table_setup), (class_table_insert),
948         (class_table_replace), (class_table_get_safe),
949         (class_table_next), (class_table_print),
950         (class_table_print_histogram): New functions.
951         (__objc_init_class_tables): Use class_table_setup.
952         (__objc_add_class_to_hash): Use class_table_get_safe and
953         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
954         assert the existence of the table; do not lock the runtime; use
955         class_table_get_safe.  (objc_next_class): Use class_table_next.
956         (__objc_resolve_class_links): Use class_table_next.
957         (class_pose_as): Use class_table_replace.
959 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
961         * gc.c: Removed the DEBUG declaration.
963 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
965         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
966         rather than through objc_thread_id, to save a function call.
967         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
968         Ditto.
970 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
972         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
973         to cast an id to a Class, which can not be done.  Make the check
974         by using CLS_ISMETA on the class pointer instead.
975         (object_is_meta_class): Similar fix.
977 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
979         * configure.in (AC_EXEEXT): Work around in case it expands to
980         nothing, as in autoconf 2.50.
981         * acinclude.m4: Likewise.
982         * configure: Rebuilt.
984 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
986         * THREADS: Explain that when we compile libobjc inside GCC, we
987         always use thr-objc.c as a backend, which uses GCC's thread code.
989 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
991         * init.c (__objc_send_message_in_list): When setting a new entry
992         in __objc_load_methods use the method IMP as key, but check to see
993         if the method is in the hashtable by looking at the IMP also.
994         Also ... call the method after adding it to the hashtable rather
995         than before ... thus preventing an obscure possibility of infinite
996         recursion if a +load method itself loads a subclass.
998 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
1000         * init.c (__objc_send_message_in_list): When setting a new entry
1001         in __objc_load_methods use the method name as key, not the method
1002         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
1004 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1006         * objc-features.texi: Move to ../gcc/objc.texi.
1007         * fdl.texi: Remove.
1008         * Makefile.in: Don't generate documentation from
1009         objc-features.texi.
1011 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
1013         * fdl.texi: New file.
1014         * objc-features.texi: Simplify.
1015         * Makefile.in: Adjust accordingly.
1017 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
1019         * objc-features.texi: Use the GFDL.
1021 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
1023         * encoding.c (REAL_TYPE): Define.
1025 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
1027         * encoding.c (TYPE_MODE): Define.
1029 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
1031         * thr.c (objc_thread_add): New function.
1032         (objc_thread_remove): Ditto.
1033         * objc/thr.h: Declare them.
1034         * libobjc.def: Mention them.
1036 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
1038         * objc-features.texi: Document the @compatibility_alias compiler
1039         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
1041 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1043         * sendmsg.c (__objc_forward): Delete strlen() declaration.
1045 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
1047         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
1048         we're not interested in the result and they might fail.
1049         * configure: Regenerated.
1051 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1053         * objc-features.texi: Use @email.
1055 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1057         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
1058         printf.
1060 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
1062         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
1063         determines the value dynamically.
1065 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
1067         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
1068         libraries to provide a function that returns the real forwarding
1069         function. This can alleviate problems __builtin_apply() and
1070         friends have on various platforms. (Solution suggested by Helge
1071         Hess.)
1073         * objc/objc-api.h: Define __objc_msg_forward.
1075         * sendmsg.c: Define gen_rtx_REG.
1077 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079         * thr-rtems.c: New file. Stub to compile.
1081 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1083         * configure: Rebuilt with new libtool.m4.
1085 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1087         * configure.in: Create a config.h file. Check for <sched.h>.
1088         * configure: Regenerate.
1090         * config.h.in: Check for <sched.h>.
1092 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
1094         * configure: Regenerate after change to ../libtool.m4.
1096 2000-08-14  Andreas Schwab  <schwab@suse.de>
1098         * objc-features.texi (Top): Move @menu at end of node.
1100 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
1102         * objc-features.texi: Move @node Top before @menu.
1104 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1106         * objc-features.texi: Documented the new -fconstant-string-class
1107         option.
1109 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1111         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
1112         improve the Posix thread support for Objective-C.
1114 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
1116         * aclocal.m4: Replace copy of ../libtool.m4 with
1117         sinclude(../libtool.m4).
1119 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
1121         * configure.in: Added libtool support; build shared libraries
1122         if --enable-shared was passed on command line.
1123         * Makefile.in: Modified most compilation commands to use libtool.
1124         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
1125         libtool distribution.
1127 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1129         * sarray.c, Object.m: Removed the explicit prototypes for strlen
1130         and memcpy on 64-bit platforms (Suggested by Rodney Brown
1131         <rdb@cup.hp.com>).
1133 2000-05-12  H.J. Lu  (hjl@gnu.org)
1135         * Makefile.in (GTHREAD_FLAGS): New.
1136         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
1137         (OBJC_THREAD_FILE): Changed to thr-objc.
1139         * configure.in (GTHREAD_FLAGS): New, check and replace it for
1140         Makefile.
1141         (OBJC_THREAD_FILE): Removed.
1143         * thr-objc.c: New.
1145 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1147         * objc/hash.h: Include string.h.
1149 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1151         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
1153 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1155         * Object.m (strlen): Provide prototype on all 64bit platforms,
1156         not only alpha.
1157         * sarray.c (memcpy): Likewise.
1158         * encoding.c (objc_layout_finish_structure): Don't use
1159         ROUND_TYPE_ALIGN on sparc.
1161         * encoding.c (objc_layout_structure_next_member): Do the whole
1162         procedure even for the first member, so that we get correct
1163         alignment.
1165 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
1167         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
1168         comments.
1170 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
1172         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
1174 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
1176         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
1178 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
1180         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
1181         the compiler when building C code.
1183 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
1185         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1186         libdir, libsubdir and tooldir.
1188 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
1190         * init.c (__objc_force_linking): Make global.
1192 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
1194         * configure.in (AC_EXEEXT): Remove call.
1195         (compiler_name): Explicitly check with no extension and .exe
1196         extension.
1197         * configure: Regenerate.
1199 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1201         * Makefile.in (CC1OBJ): Define in terms of CC.
1202         (runtime-info.h): Use.
1204 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1206         * objc-features.texi: Updated the URL to Boehm's GC page.
1208 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1210         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
1211         the char as being signed (patch from Daniel Jacobowitz
1212         <drow@false.org>).
1214 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1216         * configure.in (AC_PREREQ): Update to 2.13.
1217         (AC_EXEEXT): Call to find possible file extension.
1218         (compiler_name): Use.
1219         * configure: Regenerate.
1221 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
1223         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
1225 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
1227         * configure.in (thread_file): Correct and simplify code to find
1228         the thread file.
1229         * configure: Rebuilt.
1231 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
1233         * configure.in (compiler_name): Add check to detect if this
1234         language's compiler has been built.
1235         * configure: Regenerate.
1237 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1239         *  configure.in: Use AC_PREREQ(2.12.1).
1241 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
1243         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
1245 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1247         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
1249 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1251         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
1253 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
1255         * objc-features.texi (Top): Changed the email address.
1256         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
1258 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
1260         * encoding.c: Redefine get_inner_array_type to get the first entry
1261         in the structure.
1263 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
1265         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
1266         (objc_get_type_qualifiers): Similarly.
1267         * objc/encoding.h (_C_BYREF): Define.
1268         (_F_BYREF): Define.
1270 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
1272         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
1273         works out on 64-bit systems.
1275 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
1277         * Makefile.in (INCLUDES): Make it multilib-friendly.
1279 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
1281         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
1283 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
1284                          Jeffrey A Law  (law@cygnus.com)
1286         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
1287         (FLAGS_TO_PASS): Added.
1288         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
1290         * archive.c: Change config.h to tconfig.h.
1292         * configure.in: Find gcc's object directory even for multilibs.
1294 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
1296         * configure.in: Escape ^ in grep string.
1297         * configure: Rebuilt.
1299 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
1301         * All .h files pushed down into the objc/ subdirectory.
1302         * Makefile.in (copy_headers): Corresponding changes.
1303         * configure.in (AC_INIT): Corresponding changes.
1304         * configure: Rebuilt.
1306 1998-09-30  Ben Elliston  <bje@cygnus.com>
1307             Jeff Law      <law@cygnus.com>
1309         * Makefile.in: Rewrite.
1311         * configure.in: Likewise.
1313         * configure: Regenerate.
1315         * All .c files.  Remove "objc" prefix when including objc header
1316         files.  Include tconfig.h, not ../tconfig.h.
1318 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
1320         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
1321         (get_inner_array_type): Define.
1323 1998-09-21  Ben Elliston  <bje@cygnus.com>
1325         * New directory.  Moved files from ../gcc/objc.