Add objc to the gcc-4.1.2.
[dragonfly.git] / contrib / gcc-4.1 / libobjc / ChangeLog
blob3a0be5c35511c9c2f5d42d571ba07110ed92b8d0
1 2007-02-13  Release Manager
3         * GCC 4.1.2 released.
5 2006-05-24  Release Manager
7         * GCC 4.1.1 released.
9 2006-02-28  Release Manager
11         * GCC 4.1.0 released.
13 2006-02-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15         PR libobjc/26309
16         * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
18 2005-12-15  David Ayers  <d.ayers@inode.at>
20         PR libobjc/14382
21         * README (+load,+initialize): Fix documentation to reflect
22         intended and implemented semantics for +load and +initialize.
23         
24 2005-11-09  Alexandre Oliva  <aoliva@redhat.com>
26         PR other/4372
27         * thr-objc.c (_XOPEN_SOURCE): Define.
29 2005-10-07  Ulrich Weigand  <uweigand@de.ibm.com>
31         PR libobjc/23612
32         * objc/objc-api.h (struct objc_ivar): Move definition to
33         global scope.
35 2005-09-04  Andrew Pinski  <pinskia@physics.uc.edu>
36             Rasmus Hahn  <rassahah@neofonie.de>
38         PR libobjc/23108
39         * archive.c (objc_write_type): Correct the element offset.
40         (objc_read_type): Likewise.
42 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
44         * All files: Update FSF address.
46 2005-08-13  Marcin Koziej  <creep@desk.pl>
47             Andrew Pinski  <pinskia@physics.uc.edu>
49         PR libobjc/22492
50         * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
52 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
54         * Makefile.in (extra_ldflags_libobjc): New.
55         (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
56         (libobjc_gc$(libext).la): Likewise.
57         * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
58         "-Wl,-single_module".
59         * configure: Regenerate.
60         * linking.m (_objcInit): Remove.
62 2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
64         PR libobjc/22606
65         * Makefile.in (ALL_CFLAGS): Add -fexceptions.
67 2005-06-08  David Ayers  <d.ayers@inode.at>
69         * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
70         objc/encoding.h, objc/hash.h, objc/objc-api.h,
71         objc/runtime.h, objc/sarray.h, objc/thr.h, 
72         objc/typedstream.h: Do not include Objective-C headers as
73         system headers.
75 2005-06-07  David Ayers  <d.ayers@inode.at>
77         * archive.c, init.c, selector.c: Include hash.h.
78         * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
79         init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
80         sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
81         thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
82         thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
83         Include Objective-C headers with quotes and objc/ directory
84         prefix.
86 2005-05-19  Richard Henderson  <rth@redhat.com>
88         * exception.c: Revert last change.
90 2005-05-19  David Ayers  <d.ayers@inode.at>
92         * exception.c: Include tsystem.h for unwind.h.
94 2005-05-09  Mike Stump  <mrs@apple.com>
96         * configure: Regenerate.
98 2005-04-12  Mike Stump  <mrs@apple.com>
100         * configure: Regenerate.
102 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
104         * Makefile.in: Set gcc_version here.
105         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Adjust quoting
106         in definition of toolexeclibdir so that $(gcc_version) is expanded
107         by the Makefile.
108         * aclocal.m4, configure: Regenerate.
110 2005-03-03  David Ayers  <d.ayers@inode.at>
112         * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
113         version reference.  Correct typo.
115 2005-03-02  David Ayers  <d.ayers@inode.at>
117         PR libobjc/19024
118         * Makefile.in (OBJS): Add hash_compat.lo.
119         (OBJS_GC): Add hash_compat_gc.lo.
120         (hash_compat_gc.lo): New target and rule.
121         * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
122         (hash_next, hash_value_for_key, hash_is_key_in_hash)
123         (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
124         with objc_.  Add deprecated non prefixed inlined versions.
125         (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
126         declarations.
127         * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
128         (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
129         update callers.
130         * hash_compat.c: New file.
131         * archive.c: Update callers.
132         * init.c: Likewise.
133         * selector.c: Likewise.
134         * libobjc.def: Add objc_ versions of hash functions.
136 2005-02-28  Andrew Pinski <pinskia@physics.uc.edu>
138         PR libobjc/20252
139         * Makefile.in (GTHREAD_FLAGS): Remove.
140         (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
141         * thr-objc.c: Include config.h.
142         * configure.ac: Instead of looking at GCC's makefile, figure out if
143         GTHREAD_FLAGS should be defined by looking at the `thread model'
144         of the current gcc.
145         * configure: Regenerate.
146         * config.h.in: Regenerate.
148 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
150         PR bootstrap/17383
151         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
152         (Determine CFLAGS for gthread): Use $host_subdir.
153         * configure: Regenerate.
154         * Makefile.in (host_subdir): New.
155         (INCLUDES): Use it.
157 2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>
159         PR libobjc/12035
160         * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
161         they are not used.
162         Include limits.h and stdlib.h.
163         Define BITS_PER_WORD.
165 2004-12-12  Alexander Malmberg  <alexander@malmberg.org>
167         * selector.c (__objc_init_selector_tables): Add missing void to
168         definition.
170 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
172         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
173         * configure, aclocal.m4: Regenerate.
175 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
177         * configure: Regenerate for libtool change.
179 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
181         * configure: Regenerate for libtool reversion.
183 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
185         * configure: Regenerate for libtool change.
187 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
189         * aclocal.m4, config.h.in: Regenerate.
191 2004-10-08  Mike Stump  <mrs@apple.com>
192             Andrew Pinski  <pinskia@physics.uc.edu>
194         * aclocal.m4: Rename to ...
195         * acinclude.m4: here and also use m4_include instead of sinclude.
196         * aclocal.m4: Regenerate.
197         * configure: Regenerate.
198         * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
199         * Makefile.in (configure): Add @MAINT@ infront of configure.ac
201 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
203         * archive.c: Fix all the warnings about passing unsigned char*
204         to char* and the other way too.
206 2004-09-16  Andrew Pinski  <pinskia@physics.uc.edu>
208         PR libobjc/16448
209         * exception.c: Include config.h
210         (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
211         SJLJ_EXCEPTIONS.
212         * configure.ac: Find out what exception handling code we use.
213         * configure: Regenerate.
214         * config.h.in: New file, regenerate.
216 2004-09-16  Andrew Pinski  <apinski@apple.com>
218         * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
220 2004-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
222         * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
223         ACX_NONCANONICAL_TARGET.
224         * configure: Regenerate.
226 2004-08-13  Ziemowit Laski  <zlaski@apple.com>
228         * objc/sarray.h: Hoist include of assert.h near the top of file,
229         and mark the remainder of the file 'extern "C"'.
231 2004-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
233         * objc/Object.h: Move includes out of extern "C" blocks.
234         * objc/encoding.h: Likewise.
235         * objc/hash.h: Likewise.
236         * objc/objc-api.h: Likewise.
237         * objc/runtime.h: Likewise.
238         * objc/sarray.h: Likewise.
239         * objc/typedstream.h: Likewise.
241 2004-08-12  Ziemowit Laski  <zlaski@apple.com>
243         * objc/NXConstStr.h: Update copyright date; bracket with
244         'extern "C"' for C++ use; make include syntax consistent
245         by using <...> instead of "..."; hoist <objc/...> includes
246         above the 'extern "C"' block.
247         * objc/Object.h: Likewise.
248         * objc/Protocol.h: Likewise.
249         * objc/encoding.h: Likewise.
250         * objc/hash.h: Likewise.
251         * objc/runtime.h: Likewise.
252         * objc/sarray.h: Likewise.
253         * objc/thr.h: Likewise.
254         * objc/typedstream.h: Likewise.
255         * objc/objc-api.h: Add 'extern "C"' block for C++ use.
256         (objc_static_instances): For C++ case, do away with
257         zero-sized array.
258         (objc_method): Hoist definition to file scope.
259         (_objc_load_callback, _objc_object_alloc, class_get_class_method,
260         class_get_instance_method, class_create_instance,
261         class_get_class_name, class_get_instance_size,
262         class_get_meta_class, class_get_super_class, class_get_version,
263         class_is_class, class_is_meta_class, class_set_version,
264         class_get_gc_object_type, class_ivar_set_gcinvisible,
265         get_imp): Rename 'class' parameter to '_class'.
266         * objc/objc-list.h: Add 'extern "C"' block for C++ use.
267         * objc/objc.h: Update copyright date.
268         (arglist_t): Provide a union tag.
270 2004-07-22  Andrew Pinski  <pinskia@physics.uc.edu>
272         * thr.c (__objc_thread_detach_function): Do not mark as volatile
273         but instead use the attribute noreturn.
275 2004-06-28  Zack Weinberg  <zack@codesourcery.com>
277         * encoding.c: Rename target_flags with a #define to avoid
278         conflict with a prior declaration.
280 2004-06-24  Andrew Pinski  <apinski@apple.com>
282         * objc/encoding.h: Wrap the functions with extern "C" for C++
283         mode.
284         * objc/hash.h: Likewise.
285         * objc/objc-api.h: Likewise.
286         * objc/objc-list.h: Likewise.
287         * objc/runtime.h: Likewise.
288         * objc/sarray.h: Likewise.
289         * objc/thr.h: Likewise.
290         * objc/typedstream.h: Likewise.
293 2004-06-21  Nick Clifton  <nickc@redhat.com>
295         * encoding.c (BITS_PER_UNIT): Define if a definition is not
296         provided.
298 2004-06-20  Alexander Malmberg  <alexander@malmberg.org>
300         * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
301         (exception_gc.lo): New.
302         (OBJS_GC): Add exception_gc.lo.
304 2004-06-17  Richard Henderson  <rth@redhat.com>
306         * exception.c: New file.
307         * Makefile.in (exception.lo): New.
308         (OBJS): Add it.
310 2004-06-14  Andrew Pinski  <pinskia@physics.uc.edu>
312         * linking.m (_objcInit): New empty function
313         for Darwin only.
315 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
317         * configure.ac: Support --enable-shared=libobjc.
318         * configure: Regenerate.
320         PR libobjc/15901
321         * configure.ac: Do not disable shared by default.
322         * configure: Regenerate.
324 2004-06-03  Nicola Pero  <n.pero@mi.flashnet.it>
326         * Protocol.m ([-isEqual:]): Small optimizations returning
327         immediately if the argument is equal to self, and accessing
328         the argument's name directly if it's a protocol.
330 2004-06-03  David Ayers  <d.ayers@inode.at>
332         * Protocol.m ([-isEqual:]): Test the class of the argument.
334 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
336         * configure.ac (includedir): Rename to ...
337         (includedirname).
338         * Makefile.in: s/includedir/includedirname/.
340         PR target/11572
341         * configure.ac (includedir): Set to "include"
342         except for Darwin.
343         (libext) Set to empty except for Darwin.
344         * configure: Regenerate
345         * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
346         s/include/$(includedir)/g.
348 2004-05-25  Daniel Jacobowitz  <drow@false.org>
350         * Makefile.in: Add .NOEXPORT.
352 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
354         Merge from the libobjc-branch
355         2004-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
357                 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
359         2004-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
361                 * Makefile.in (OBJC_H): Add objc-deps.h.
363         2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
365                 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
366                 ([-hash], [-isEqual:]): New methods.
368         2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
370                 * sarray.c (sarray_free): Add a better comment.
372         2004-01-27  Adam Fedor  <fedor@gnu.org>
374                 * hash.c (hash_add): Cast cachep to int.
375                 * selector.c (__sel_register_typed_name): Cast
376                 soffset_decode to int.
378         2004-01-27  Alexander Malmberg  <alexander@malmberg.org>
380                 * selector.c: Rename register_selectors_from_list to
381                 __objc_register_selectors_from_list. Update caller.
382                 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
383                 while registering selectors. Use __sel_register_typed_name instead
384                 of sel_register_typed_name. Check for NULL method_name:s.
385                 (pool_alloc_selector): New function.
386                 (__sel_register_typed_name): Use pool_alloc_selector to allocate
387                 selector structures.
388                 * sendmsg.c (class_add_method_list): Use
389                 __objc_register_selectors_from_list.
390                 * objc/runtime.h: Add __objc_register_selectors_from_list.
392         2004-01-25  Adam Fedor  <fedor@gnu.org>
393                     Nicola Pero  <n.pero@mi.flashnet.it>
394                     Andrew Pinski  <pinskia@physics.uc.edu>
396                 * objc/objc-decls.h: New file.
397                 * objc/objc-api.h (_objc_lookup_class): Mark as export.
398                 (_objc_load_callback): Likewise.
399                 (_objc_object_alloc): Likewise.
400                 (_objc_object_copy): Likewise.
401                 (_objc_object_dispose): Likewise.
403         2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
405                 * archive.c: s/__inline__/inline
406                 * sendmsg.c: Likewise.
408                 * encoding.c: Remove FIXME about the warning
409                 about unused variable.
410                 * sendmsg.c: Add a FIXME comment saying that
411                 this should be using libffi.
413                 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
416 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
418         * archive.c (objc_read_class): Initialize class_name.
419         (objc_read_selector): Initialize selector_name.
421 2004-05-09  Richard Sandiford  <rsandifo@redhat.com>
423         * Makefile.in (toolexecdir): Remove trailing space.
425 2004-04-15  Nathanael Nerode  <neroden@gcc.gnu.org>
427         PR libobjc/14948
428         * configure.ac: De-precious CC so multilibs work.
429         * configure: Regenerate.
431 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
433         * configure.ac: Restore toolexecdir.
434         * Makefile.in: Restore toolexecdir.
435         * configure: Regenerate.
437 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
439         * configure.ac: Remove (unused) glibcpp_prefixdir.
440         * configure: Regenerate.
442         * configure.in: Rename to configure.ac.
443         * Makefile.in: Update to match.
445         * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
446         Replace glibcpp_toolexeclibdir with toolexeclibdir.
447         * configure.in: Remove glibcpp_toolexecdir (unused).
448         Replace glibcpp_toolexeclibdir with toolexeclibdir.  Don't generate
449         config.h or stamp-h (unused).  Move one comment to the right place.
450         * configure: Regenerate.
451         * config.h.in: Remove (unused).
453         * config.h.in: Regenerate with autoheader.
455         * Makefile.in: Remove (unused) gcc_version_trigger.
456         * configure.in: Remove (unused) glibcpp_builddir.  Don't AC_SUBST
457         gcc_version_trigger.
458         * configure: Regenerate.
460         * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
461         Sort file into sections.  Remove dnl where appropriate.  Fix
462         other style issues.
463         * configure: Regenerate.
465         * configure.in: Replace old AC_PROG_CC hack with new one.
466         Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
467         are no subdirectory output files, so this is fine).  Change prereq
468         to autoconf 2.59.
469         * aclocal.m4: Include ../config/no-executables.m4.
470         * configure: Regenerate with autoconf 2.59.
472         * configure.in: Improve comments on gthread_cflags.  Improve m4
473         quotation, and replace 'if test' with 'case', for --enable-objc-gc.
474         * configure: Regenerate.
476         * configure.in: Move PACKAGE and VERSION settings up top.  Remove
477         unused call to AC_PROG_LN_S.  Default RANLIB to ':'.  Remove
478         redundant checks for values of RANLIB, AR, INSTALL.
479         * configure: Regenerate.
481         * configure.in: Clean up handling of
482         --enable-version-specific-runtime-libs and related variables;
483         replace 'if test' with 'case' where reasonable.  Fix comments.
484         Remove useless libstdcxx_interface.
485         * configure: Regenerate.
487         * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
488         Replace uses of target_alias with target_noncanonical.
489         * aclocal.m4: Include ../config/acx.m4.
490         * configure: Regenerate.
491         * Makefile.in: Replace uses of target_alias with target_noncanonical.
492         Fix copyright statement.
494         * configure.in: Hand-inline bulky, confusing macros from
495         aclocal.m4.  Replace references to "GNU Objective C" with "GCC".
496         Update copyright notice.  Remove stuff for automake, which isn't
497         used in this directory.  Remove emacs local variables.
498         * aclocal.m4: Remove hand-inlined macros.  Update copyright notice.
499         * configure: Regenerate.
501 2004-03-16  Manfred Hollstein  <mh@suse.com>
503         * Makefile.in, configure.in, configure: Update copyright years.
505 2004-03-15  Manfred Hollstein  <mh@suse.com>
507         * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
508         definition from configure.in.
509         * configure.in (PACKAGE): Add definition.
510         (VERSION): Add definition; substitute it in output files.
511         * configure: Re-generate.
513 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
515         * objc/hash.h (hash_string, compare_strings):
516         Add type-casts to make Objective-C++ happy.
517         * objc/typedstream.h (objc_get_stream_class_version):
518         Rename parameter from 'class' to 'class_name' to make
519         Objective-C++ happy.
521 2004-03-01  Michael Matz  <matz@suse.de>
523         * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
525 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
527         * objc/objc-api.h (objc_super): The 'class' field shall
528         be named 'super_class' #ifdef __cplusplus.
530 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
532         PR target/10781
533         * encoding.c (rs6000_special_round_type_align): Define.
535 2004-01-14  Adam Fedor  <fedor@gnu.org>
537         PR libobjc/12155
538         * selector.c (__objc_register_instance_methods_to_class): Free
539         new_list if not used.
541 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
543         PR libobjc/11904
544         * sarray.c (sarray_free): Free array->is_copy_of latter.
546 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
548         PR 11433
549         * Protocol.m (descriptionForInstanceMethod): Don't dereference
550         instance_methods if it's NULL.
551         (descriptionForClassMethod): Likewise for class_methods.
553 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
555         * Makefile.in (runtime-info.h): Remove -Wp.
557 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
559         * Makefile.in (CC1OBJ): Remove.
560         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
561         correctly.
562         Use .m extension for temporary file.
563         Remove assembler temp file.
565 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
567         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
569 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
571         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
573 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
575         * configure: Regenerate.
577 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
579         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
580         (libdir)/gcc-lib/ when installing.
581         * configure: Regenerate.
583 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
585         libobjc/9969
586         * sendmsg.c (get_imp): Fixed rare threading problem.
587         (__objc_responds_to): Similar fixes.
588         (objc_msg_lookup): Similar fixes.
589         (__objc_init_install_dtable): Lock the runtime before checking if the
590         table is installed.
592 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
594         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
595         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
596         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
597         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
598         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
599         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
600         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
601         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
602         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
603         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
604         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
606 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
607                           Nicola Pero  <n.pero@mi.flashnet.it>
609         libobjc/10742
610         * init.c (class_superclass_of_class): New function.
611         (create_tree_of_subclasses_inherited_from): Use it.
612         (__objc_tree_insert_class): Likewise.
613         (class_is_subclass_of_class): Likewise.
615 2003-04-11  David Chad  <davidc@freebsd.org>
616             Loren J. Rittle  <ljrittle@acm.org>
618         libobjc/8562
619         * objc/hash.h (hash_string): Constify correctly.
620         (compare_ptrs): Use direct compare.
621         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
622         * objc/sarray.h: Global rename index to indx to avoid shadow.
624 2003-03-12  Andreas Schwab  <schwab@suse.de>
626         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
627         glibcpp_toolexeclibdir.
628         * configure: Rebuilt.
630 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
632         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
633         config.status.
634         * configure: Rebuilt.
636 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
638         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
639         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
640         version_specific_libs is enabled.
641         * configure: Rebuilt.
643 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
645         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
646         (install-libs, install-headers): Prepend $(DESTDIR) to
647         destination paths in all (un)installation commands.
649 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
651         * thr-objc.c: Include coretypes.h and tm.h.
653 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
655         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
657 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
659         * configure.in: Remove skip-this-dir support.
660         * configure: Regenerate.
662 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
664         * Makefile.in (all): Fix multilib parallel build.
666 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
668         * sendmsg.c (nil_method): Declare not to take a variable number of
669         args.
670         (objc_msg_lookup): Cast nil_method to IMP before returning it.
671         (objc_msg_lookup_super): The same.
673 2002-09-10  Jan Hubicka  <jh@suse.cz>
675         * nil_method.c (nil_method): No longer defined with variable
676         arguments.
678 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
680         * objc/encoding.h: Fix formatting.
681         * objc/hash.h: Likewise.
682         * objc/objc-api.h: Likewise.
683         * objc/runtime.h: Likewise.
684         * objc/thr.h: Likewise.
685         * archive.c: Likewise.
686         * class.c: Likewise.
687         * encoding.c: Likewise.
688         * gc.c: Likewise.
689         * hash.c: Likewise.
690         * init.c: Likewise.
691         * misc.c: Likewise.
692         * nil_method.c: Likewise.
693         * objects.c: Likewise.
694         * sarray.c: Likewise.
695         * selector.c: Likewise.
696         * sendmsg.c: Likewise.
697         * thr-mach.c: Likewise.
698         * thr.c: Likewise.
700 2002-06-25  DJ Delorie  <dj@redhat.com>
702         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
703         GLIBCPP_TOPREL_CONFIGURE.
704         * configure.in: Call it before AC_CANONICAL_SYSTEM.
705         * configure: Regenerate.
707 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
709         * Object.m (forward, read, write): Fix unused parameter warnings.
710         * encoding.c: Include <stdlib.h>.
711         (target_flags): Mark with attribute unused.
712         (atoi): Delete.
713         * runtime.h (__objc_selector_max_index): Change to unsigned int.
714         (__objc_generate_gc_type_description): Prototype.
715         * selector.c (__objc_selector_max_index): Change to unsigned int.
717 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
719         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
720         we always have a return value: if __objc_msg_forward does not
721         supply a forwarding implementation, return the default
722         __builtin_apply based one.
724 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
726         * Object.m: Fix signed/unsigned warning.
727         * Protocol.m: Likewise.
728         * archive.c: Always include stdlib.h.
729         (objc_read_short, objc_read_unsigned_short, objc_read_int,
730         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
731         Fix signed/unsigned warning.
732         (objc_write_type, objc_read_type, objc_write_types,
733         objc_read_types): Ensure ctype 8-bit safety.
734         (__objc_no_write, __objc_no_read): Mark unused parameters.
735         * class.c (class_table_setup): Specify void arg.
736         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
737         objc_skip_typespec, objc_skip_offset,
738         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
739         (objc_layout_structure_next_member): Ensure variables are
740         initialized.
741         * gc.c (__objc_generate_gc_type_description,
742         class_ivar_set_gcinvisible): Mark unused parameters.
743         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
744         unused parameters.
745         (__objc_init_protocols) Fix signed/unsigned warning.
746         * nil_method.c (nil_method): Mark unused parameters.
747         * thr.h (objc_thread_callback): Specify void arg.
748         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
749         signed/unsigned warning.
750         (sarray_free): Fix formatting.
751         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
752         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
754 2002-06-09  Andreas Jaeger  <aj@suse.de>
756         * encoding.c (objc_layout_structure_next_member): Remove unused
757         variable.
759 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
761         * Makefile.in (SHELL): Set to @SHELL@.
762         (WARN_CFLAGS): New.
763         (ALL_CFLAGS): Add $(WARN_CFLAGS).
765 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
767         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
768         * configure: Regenerate.
770 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
772         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
773         script entry, and set LD to it when configuring multilibs.
774         * configure: Rebuilt.
776 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
778         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
780 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
782         PR objc/6107
783         * objc/objc-api.h (struct objc_protocol_list): Change type of
784         member count from int to size_t.
786 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
788         PR libobjc/4039
789         * aclocal.m4: Replace with version copied from libstdc++-v3.
790         * configure.in: Update for changes to aclocal and Makefile.
791         * configure: Regenerate.
792         * Makefile.in: Correct install of multilibs and shared libs, use
793         INSTALL_DATA for include files.
795 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
797         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
798         categories - when an unclaimed category was found, the loop was
799         doing two steps forward instead of one, so that in certain cases
800         it was failing to properly load all the categories.  (Reported
801         with fix by Alexander Malmberg <alexander@malmberg.org>).
803 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
805         * encoding.c: Add target_flags.
807 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
809          * objc/objc-api.h (_C_VECTOR): New.
811          * encoding.c (VECTOR_TYPE): New.
813 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
815         * class.c: Rewritten the class table to use optimized, lock-free
816         lookup.  This more than doubles the speed of class method
817         invocations.  (class_table_setup), (class_table_insert),
818         (class_table_replace), (class_table_get_safe),
819         (class_table_next), (class_table_print),
820         (class_table_print_histogram): New functions.
821         (__objc_init_class_tables): Use class_table_setup.
822         (__objc_add_class_to_hash): Use class_table_get_safe and
823         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
824         assert the existence of the table; do not lock the runtime; use
825         class_table_get_safe.  (objc_next_class): Use class_table_next.
826         (__objc_resolve_class_links): Use class_table_next.
827         (class_pose_as): Use class_table_replace.
829 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
831         * gc.c: Removed the DEBUG declaration.
833 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
835         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
836         rather than through objc_thread_id, to save a function call.
837         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
838         Ditto.
840 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
842         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
843         to cast an id to a Class, which can not be done.  Make the check
844         by using CLS_ISMETA on the class pointer instead.
845         (object_is_meta_class): Similar fix.
847 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
849         * configure.in (AC_EXEEXT): Work around in case it expands to
850         nothing, as in autoconf 2.50.
851         * acinclude.m4: Likewise.
852         * configure: Rebuilt.
854 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
856         * THREADS: Explain that when we compile libobjc inside GCC, we
857         always use thr-objc.c as a backend, which uses GCC's thread code.
859 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
861         * init.c (__objc_send_message_in_list): When setting a new entry
862         in __objc_load_methods use the method IMP as key, but check to see
863         if the method is in the hashtable by looking at the IMP also.
864         Also ... call the method after adding it to the hashtable rather
865         than before ... thus preventing an obscure possibility of infinite
866         recursion if a +load method itself loads a subclass.
868 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
870         * init.c (__objc_send_message_in_list): When setting a new entry
871         in __objc_load_methods use the method name as key, not the method
872         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
874 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
876         * objc-features.texi: Move to ../gcc/objc.texi.
877         * fdl.texi: Remove.
878         * Makefile.in: Don't generate documentation from
879         objc-features.texi.
881 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
883         * fdl.texi: New file.
884         * objc-features.texi: Simplify.
885         * Makefile.in: Adjust accordingly.
887 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
889         * objc-features.texi: Use the GFDL.
891 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
893         * encoding.c (REAL_TYPE): Define.
895 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
897         * encoding.c (TYPE_MODE): Define.
899 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
901         * thr.c (objc_thread_add): New function.
902         (objc_thread_remove): Ditto.
903         * objc/thr.h: Declare them.
904         * libobjc.def: Mention them.
906 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
908         * objc-features.texi: Document the @compatibility_alias compiler
909         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
911 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
913         * sendmsg.c (__objc_forward): Delete strlen() declaration.
915 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
917         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
918         we're not interested in the result and they might fail.
919         * configure: Regenerated.
921 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
923         * objc-features.texi: Use @email.
925 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
927         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
928         printf.
930 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
932         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
933         determines the value dynamically.
935 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
937         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
938         libraries to provide a function that returns the real forwarding
939         function. This can alleviate problems __builtin_apply() and
940         friends have on various platforms. (Solution suggested by Helge
941         Hess.)
943         * objc/objc-api.h: Define __objc_msg_forward.
945         * sendmsg.c: Define gen_rtx_REG.
947 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949         * thr-rtems.c: New file. Stub to compile.
951 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
953         * configure: Rebuilt with new libtool.m4.
955 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
957         * configure.in: Create a config.h file. Check for <sched.h>.
958         * configure: Regenerate.
960         * config.h.in: Check for <sched.h>.
962 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
964         * configure: Regenerate after change to ../libtool.m4.
966 2000-08-14  Andreas Schwab  <schwab@suse.de>
968         * objc-features.texi (Top): Move @menu at end of node.
970 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
972         * objc-features.texi: Move @node Top before @menu.
974 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
976         * objc-features.texi: Documented the new -fconstant-string-class
977         option.
979 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
981         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
982         improve the Posix thread support for Objective-C.
984 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
986         * aclocal.m4: Replace copy of ../libtool.m4 with
987         sinclude(../libtool.m4).
989 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
991         * configure.in: Added libtool support; build shared libraries
992         if --enable-shared was passed on command line.
993         * Makefile.in: Modified most compilation commands to use libtool.
994         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
995         libtool distribution.
997 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
999         * sarray.c, Object.m: Removed the explicit prototypes for strlen
1000         and memcpy on 64-bit platforms (Suggested by Rodney Brown
1001         <rdb@cup.hp.com>).
1003 2000-05-12  H.J. Lu  (hjl@gnu.org)
1005         * Makefile.in (GTHREAD_FLAGS): New.
1006         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
1007         (OBJC_THREAD_FILE): Changed to thr-objc.
1009         * configure.in (GTHREAD_FLAGS): New, check and replace it for
1010         Makefile.
1011         (OBJC_THREAD_FILE): Removed.
1013         * thr-objc.c: New.
1015 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1017         * objc/hash.h: Include string.h.
1019 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1021         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
1023 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1025         * Object.m (strlen): Provide prototype on all 64bit platforms,
1026         not only alpha.
1027         * sarray.c (memcpy): Likewise.
1028         * encoding.c (objc_layout_finish_structure): Don't use
1029         ROUND_TYPE_ALIGN on sparc.
1031         * encoding.c (objc_layout_structure_next_member): Do the whole
1032         procedure even for the first member, so that we get correct
1033         alignment.
1035 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
1037         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
1038         comments.
1040 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
1042         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
1044 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
1046         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
1048 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
1050         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
1051         the compiler when building C code.
1053 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
1055         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1056         libdir, libsubdir and tooldir.
1058 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
1060         * init.c (__objc_force_linking): Make global.
1062 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
1064         * configure.in (AC_EXEEXT): Remove call.
1065         (compiler_name): Explicitly check with no extension and .exe
1066         extension.
1067         * configure: Regenerate.
1069 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1071         * Makefile.in (CC1OBJ): Define in terms of CC.
1072         (runtime-info.h): Use.
1074 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1076         * objc-features.texi: Updated the URL to Boehm's GC page.
1078 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1080         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
1081         the char as being signed (patch from Daniel Jacobowitz
1082         <drow@false.org>).
1084 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1086         * configure.in (AC_PREREQ): Update to 2.13.
1087         (AC_EXEEXT): Call to find possible file extension.
1088         (compiler_name): Use.
1089         * configure: Regenerate.
1091 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
1093         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
1095 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
1097         * configure.in (thread_file): Correct and simplify code to find
1098         the thread file.
1099         * configure: Rebuilt.
1101 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
1103         * configure.in (compiler_name): Add check to detect if this
1104         language's compiler has been built.
1105         * configure: Regenerate.
1107 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1109         *  configure.in: Use AC_PREREQ(2.12.1).
1111 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
1113         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
1115 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1117         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
1119 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1121         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
1123 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
1125         * objc-features.texi (Top): Changed the email address.
1126         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
1128 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
1130         * encoding.c: Redefine get_inner_array_type to get the first entry
1131         in the structure.
1133 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
1135         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
1136         (objc_get_type_qualifiers): Similarly.
1137         * objc/encoding.h (_C_BYREF): Define.
1138         (_F_BYREF): Define.
1140 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
1142         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
1143         works out on 64-bit systems.
1145 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
1147         * Makefile.in (INCLUDES): Make it multilib-friendly.
1149 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
1151         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
1153 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
1154                          Jeffrey A Law  (law@cygnus.com)
1156         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
1157         (FLAGS_TO_PASS): Added.
1158         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
1160         * archive.c: Change config.h to tconfig.h.
1162         * configure.in: Find gcc's object directory even for multilibs.
1164 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
1166         * configure.in: Escape ^ in grep string.
1167         * configure: Rebuilt.
1169 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
1171         * All .h files pushed down into the objc/ subdirectory.
1172         * Makefile.in (copy_headers): Corresponding changes.
1173         * configure.in (AC_INIT): Corresponding changes.
1174         * configure: Rebuilt.
1176 1998-09-30  Ben Elliston  <bje@cygnus.com>
1177             Jeff Law      <law@cygnus.com>
1179         * Makefile.in: Rewrite.
1181         * configure.in: Likewise.
1183         * configure: Regenerate.
1185         * All .c files.  Remove "objc" prefix when including objc header
1186         files.  Include tconfig.h, not ../tconfig.h.
1188 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
1190         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
1191         (get_inner_array_type): Define.
1193 1998-09-21  Ben Elliston  <bje@cygnus.com>
1195         * New directory.  Moved files from ../gcc/objc.