* config/ia64/ia64.c, config/mips/mips.c,
[official-gcc.git] / libobjc / ChangeLog
blobbc769460d899c9ae95a3fc2526e76d641504db69
1 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
3         * objc/objc-api.h (objc_super): The 'class' field shall
4         be named 'super_class' #ifdef __cplusplus.
6 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
8         PR target/10781
9         * encoding.c (rs6000_special_round_type_align): Define.
11 2004-01-14  Adam Fedor  <fedor@gnu.org>
13         PR libobjc/12155
14         * selector.c (__objc_register_instance_methods_to_class): Free
15         new_list if not used.
17 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
19         PR libobjc/11904
20         * sarray.c (sarray_free): Free array->is_copy_of latter.
22 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
24         PR 11433
25         * Protocol.m (descriptionForInstanceMethod): Don't dereference
26         instance_methods if it's NULL.
27         (descriptionForClassMethod): Likewise for class_methods.
29 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
31         * Makefile.in (runtime-info.h): Remove -Wp.
33 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
35         * Makefile.in (CC1OBJ): Remove.
36         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
37         correctly.
38         Use .m extension for temporary file.
39         Remove assembler temp file.
41 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
43         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
45 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
47         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
49 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
51         * configure: Regenerate.
53 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
55         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
56         (libdir)/gcc-lib/ when installing.
57         * configure: Regenerate.
59 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
61         libobjc/9969
62         * sendmsg.c (get_imp): Fixed rare threading problem.
63         (__objc_responds_to): Similar fixes.
64         (objc_msg_lookup): Similar fixes.
65         (__objc_init_install_dtable): Lock the runtime before checking if the
66         table is installed.
68 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
70         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
71         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
72         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
73         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
74         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
75         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
76         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
77         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
78         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
79         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
80         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
82 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
83                           Nicola Pero  <n.pero@mi.flashnet.it>
85         libobjc/10742
86         * init.c (class_superclass_of_class): New function.
87         (create_tree_of_subclasses_inherited_from): Use it.
88         (__objc_tree_insert_class): Likewise.
89         (class_is_subclass_of_class): Likewise.
91 2003-04-11  David Chad  <davidc@freebsd.org>
92             Loren J. Rittle  <ljrittle@acm.org>
94         libobjc/8562
95         * objc/hash.h (hash_string): Constify correctly.
96         (compare_ptrs): Use direct compare.
97         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
98         * objc/sarray.h: Global rename index to indx to avoid shadow.
100 2003-03-12  Andreas Schwab  <schwab@suse.de>
102         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
103         glibcpp_toolexeclibdir.
104         * configure: Rebuilt.
106 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
108         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
109         config.status.
110         * configure: Rebuilt.
112 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
114         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
115         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
116         version_specific_libs is enabled.
117         * configure: Rebuilt.
119 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
121         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
122         (install-libs, install-headers): Prepend $(DESTDIR) to
123         destination paths in all (un)installation commands.
125 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
127         * thr-objc.c: Include coretypes.h and tm.h.
129 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
131         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
133 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
135         * configure.in: Remove skip-this-dir support.
136         * configure: Regenerate.
138 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
140         * Makefile.in (all): Fix multilib parallel build.
142 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
144         * sendmsg.c (nil_method): Declare not to take a variable number of
145         args.
146         (objc_msg_lookup): Cast nil_method to IMP before returning it.
147         (objc_msg_lookup_super): The same.
149 2002-09-10  Jan Hubicka  <jh@suse.cz>
151         * nil_method.c (nil_method): No longer defined with variable
152         arguments.
154 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
156         * objc/encoding.h: Fix formatting.
157         * objc/hash.h: Likewise.
158         * objc/objc-api.h: Likewise.
159         * objc/runtime.h: Likewise.
160         * objc/thr.h: Likewise.
161         * archive.c: Likewise.
162         * class.c: Likewise.
163         * encoding.c: Likewise.
164         * gc.c: Likewise.
165         * hash.c: Likewise.
166         * init.c: Likewise.
167         * misc.c: Likewise.
168         * nil_method.c: Likewise.
169         * objects.c: Likewise.
170         * sarray.c: Likewise.
171         * selector.c: Likewise.
172         * sendmsg.c: Likewise.
173         * thr-mach.c: Likewise.
174         * thr.c: Likewise.
176 2002-06-25  DJ Delorie  <dj@redhat.com>
178         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
179         GLIBCPP_TOPREL_CONFIGURE.
180         * configure.in: Call it before AC_CANONICAL_SYSTEM.
181         * configure: Regenerate.
183 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
185         * Object.m (forward, read, write): Fix unused parameter warnings.
186         * encoding.c: Include <stdlib.h>.
187         (target_flags): Mark with attribute unused.
188         (atoi): Delete.
189         * runtime.h (__objc_selector_max_index): Change to unsigned int.
190         (__objc_generate_gc_type_description): Prototype.
191         * selector.c (__objc_selector_max_index): Change to unsigned int.
193 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
195         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
196         we always have a return value: if __objc_msg_forward does not
197         supply a forwarding implementation, return the default
198         __builtin_apply based one.
200 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
202         * Object.m: Fix signed/unsigned warning.
203         * Protocol.m: Likewise.
204         * archive.c: Always include stdlib.h.
205         (objc_read_short, objc_read_unsigned_short, objc_read_int,
206         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
207         Fix signed/unsigned warning.
208         (objc_write_type, objc_read_type, objc_write_types,
209         objc_read_types): Ensure ctype 8-bit safety.
210         (__objc_no_write, __objc_no_read): Mark unused parameters.
211         * class.c (class_table_setup): Specify void arg.
212         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
213         objc_skip_typespec, objc_skip_offset,
214         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
215         (objc_layout_structure_next_member): Ensure variables are
216         initialized.
217         * gc.c (__objc_generate_gc_type_description,
218         class_ivar_set_gcinvisible): Mark unused parameters.
219         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
220         unused parameters.
221         (__objc_init_protocols) Fix signed/unsigned warning.
222         * nil_method.c (nil_method): Mark unused parameters.
223         * thr.h (objc_thread_callback): Specify void arg.
224         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
225         signed/unsigned warning.
226         (sarray_free): Fix formatting.
227         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
228         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
230 2002-06-09  Andreas Jaeger  <aj@suse.de>
232         * encoding.c (objc_layout_structure_next_member): Remove unused
233         variable.
235 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
237         * Makefile.in (SHELL): Set to @SHELL@.
238         (WARN_CFLAGS): New.
239         (ALL_CFLAGS): Add $(WARN_CFLAGS).
241 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
243         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
244         * configure: Regenerate.
246 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
248         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
249         script entry, and set LD to it when configuring multilibs.
250         * configure: Rebuilt.
252 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
254         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
256 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
258         PR objc/6107
259         * objc/objc-api.h (struct objc_protocol_list): Change type of
260         member count from int to size_t.
262 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
264         PR libobjc/4039
265         * aclocal.m4: Replace with version copied from libstdc++-v3.
266         * configure.in: Update for changes to aclocal and Makefile.
267         * configure: Regenerate.
268         * Makefile.in: Correct install of multilibs and shared libs, use
269         INSTALL_DATA for include files.
271 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
273         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
274         categories - when an unclaimed category was found, the loop was
275         doing two steps forward instead of one, so that in certain cases
276         it was failing to properly load all the categories.  (Reported
277         with fix by Alexander Malmberg <alexander@malmberg.org>).
279 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
281         * encoding.c: Add target_flags.
283 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
285          * objc/objc-api.h (_C_VECTOR): New.
287          * encoding.c (VECTOR_TYPE): New.
289 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
291         * class.c: Rewritten the class table to use optimized, lock-free
292         lookup.  This more than doubles the speed of class method
293         invocations.  (class_table_setup), (class_table_insert),
294         (class_table_replace), (class_table_get_safe),
295         (class_table_next), (class_table_print),
296         (class_table_print_histogram): New functions.
297         (__objc_init_class_tables): Use class_table_setup.
298         (__objc_add_class_to_hash): Use class_table_get_safe and
299         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
300         assert the existence of the table; do not lock the runtime; use
301         class_table_get_safe.  (objc_next_class): Use class_table_next.
302         (__objc_resolve_class_links): Use class_table_next.
303         (class_pose_as): Use class_table_replace.
305 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
307         * gc.c: Removed the DEBUG declaration.
309 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
311         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
312         rather than through objc_thread_id, to save a function call.
313         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
314         Ditto.
316 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
318         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
319         to cast an id to a Class, which can not be done.  Make the check
320         by using CLS_ISMETA on the class pointer instead.
321         (object_is_meta_class): Similar fix.
323 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
325         * configure.in (AC_EXEEXT): Work around in case it expands to
326         nothing, as in autoconf 2.50.
327         * acinclude.m4: Likewise.
328         * configure: Rebuilt.
330 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
332         * THREADS: Explain that when we compile libobjc inside GCC, we
333         always use thr-objc.c as a backend, which uses GCC's thread code.
335 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
337         * init.c (__objc_send_message_in_list): When setting a new entry
338         in __objc_load_methods use the method IMP as key, but check to see
339         if the method is in the hashtable by looking at the IMP also.
340         Also ... call the method after adding it to the hashtable rather
341         than before ... thus preventing an obscure possibility of infinite
342         recursion if a +load method itself loads a subclass.
344 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
346         * init.c (__objc_send_message_in_list): When setting a new entry
347         in __objc_load_methods use the method name as key, not the method
348         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
350 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
352         * objc-features.texi: Move to ../gcc/objc.texi.
353         * fdl.texi: Remove.
354         * Makefile.in: Don't generate documentation from
355         objc-features.texi.
357 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
359         * fdl.texi: New file.
360         * objc-features.texi: Simplify.
361         * Makefile.in: Adjust accordingly.
363 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
365         * objc-features.texi: Use the GFDL.
367 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
369         * encoding.c (REAL_TYPE): Define.
371 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
373         * encoding.c (TYPE_MODE): Define.
375 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
377         * thr.c (objc_thread_add): New function.
378         (objc_thread_remove): Ditto.
379         * objc/thr.h: Declare them.
380         * libobjc.def: Mention them.
382 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
384         * objc-features.texi: Document the @compatibility_alias compiler
385         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
387 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
389         * sendmsg.c (__objc_forward): Delete strlen() declaration.
391 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
393         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
394         we're not interested in the result and they might fail.
395         * configure: Regenerated.
397 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
399         * objc-features.texi: Use @email.
401 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
403         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
404         printf.
406 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
408         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
409         determines the value dynamically.
411 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
413         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
414         libraries to provide a function that returns the real forwarding
415         function. This can alleviate problems __builtin_apply() and
416         friends have on various platforms. (Solution suggested by Helge
417         Hess.)
419         * objc/objc-api.h: Define __objc_msg_forward.
421         * sendmsg.c: Define gen_rtx_REG.
423 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425         * thr-rtems.c: New file. Stub to compile.
427 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
429         * configure: Rebuilt with new libtool.m4.
431 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
433         * configure.in: Create a config.h file. Check for <sched.h>.
434         * configure: Regenerate.
436         * config.h.in: Check for <sched.h>.
438 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
440         * configure: Regenerate after change to ../libtool.m4.
442 2000-08-14  Andreas Schwab  <schwab@suse.de>
444         * objc-features.texi (Top): Move @menu at end of node.
446 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
448         * objc-features.texi: Move @node Top before @menu.
450 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
452         * objc-features.texi: Documented the new -fconstant-string-class
453         option.
455 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
457         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
458         improve the Posix thread support for Objective-C.
460 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
462         * aclocal.m4: Replace copy of ../libtool.m4 with
463         sinclude(../libtool.m4).
465 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
467         * configure.in: Added libtool support; build shared libraries
468         if --enable-shared was passed on command line.
469         * Makefile.in: Modified most compilation commands to use libtool.
470         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
471         libtool distribution.
473 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
475         * sarray.c, Object.m: Removed the explicit prototypes for strlen
476         and memcpy on 64-bit platforms (Suggested by Rodney Brown
477         <rdb@cup.hp.com>).
479 2000-05-12  H.J. Lu  (hjl@gnu.org)
481         * Makefile.in (GTHREAD_FLAGS): New.
482         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
483         (OBJC_THREAD_FILE): Changed to thr-objc.
485         * configure.in (GTHREAD_FLAGS): New, check and replace it for
486         Makefile.
487         (OBJC_THREAD_FILE): Removed.
489         * thr-objc.c: New.
491 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
493         * objc/hash.h: Include string.h.
495 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
497         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
499 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
501         * Object.m (strlen): Provide prototype on all 64bit platforms,
502         not only alpha.
503         * sarray.c (memcpy): Likewise.
504         * encoding.c (objc_layout_finish_structure): Don't use
505         ROUND_TYPE_ALIGN on sparc.
507         * encoding.c (objc_layout_structure_next_member): Do the whole
508         procedure even for the first member, so that we get correct
509         alignment.
511 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
513         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
514         comments.
516 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
518         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
520 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
522         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
524 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
526         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
527         the compiler when building C code.
529 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
531         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
532         libdir, libsubdir and tooldir.
534 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
536         * init.c (__objc_force_linking): Make global.
538 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
540         * configure.in (AC_EXEEXT): Remove call.
541         (compiler_name): Explicitly check with no extension and .exe
542         extension.
543         * configure: Regenerate.
545 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
547         * Makefile.in (CC1OBJ): Define in terms of CC.
548         (runtime-info.h): Use.
550 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
552         * objc-features.texi: Updated the URL to Boehm's GC page.
554 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
556         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
557         the char as being signed (patch from Daniel Jacobowitz
558         <drow@false.org>).
560 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
562         * configure.in (AC_PREREQ): Update to 2.13.
563         (AC_EXEEXT): Call to find possible file extension.
564         (compiler_name): Use.
565         * configure: Regenerate.
567 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
569         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
571 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
573         * configure.in (thread_file): Correct and simplify code to find
574         the thread file.
575         * configure: Rebuilt.
577 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
579         * configure.in (compiler_name): Add check to detect if this
580         language's compiler has been built.
581         * configure: Regenerate.
583 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
585         *  configure.in: Use AC_PREREQ(2.12.1).
587 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
589         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
591 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
593         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
595 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
597         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
599 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
601         * objc-features.texi (Top): Changed the email address.
602         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
604 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
606         * encoding.c: Redefine get_inner_array_type to get the first entry
607         in the structure.
609 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
611         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
612         (objc_get_type_qualifiers): Similarly.
613         * objc/encoding.h (_C_BYREF): Define.
614         (_F_BYREF): Define.
616 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
618         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
619         works out on 64-bit systems.
621 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
623         * Makefile.in (INCLUDES): Make it multilib-friendly.
625 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
627         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
629 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
630                          Jeffrey A Law  (law@cygnus.com)
632         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
633         (FLAGS_TO_PASS): Added.
634         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
636         * archive.c: Change config.h to tconfig.h.
638         * configure.in: Find gcc's object directory even for multilibs.
640 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
642         * configure.in: Escape ^ in grep string.
643         * configure: Rebuilt.
645 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
647         * All .h files pushed down into the objc/ subdirectory.
648         * Makefile.in (copy_headers): Corresponding changes.
649         * configure.in (AC_INIT): Corresponding changes.
650         * configure: Rebuilt.
652 1998-09-30  Ben Elliston  <bje@cygnus.com>
653             Jeff Law      <law@cygnus.com>
655         * Makefile.in: Rewrite.
657         * configure.in: Likewise.
659         * configure: Regenerate.
661         * All .c files.  Remove "objc" prefix when including objc header
662         files.  Include tconfig.h, not ../tconfig.h.
664 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
666         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
667         (get_inner_array_type): Define.
669 1998-09-21  Ben Elliston  <bje@cygnus.com>
671         * New directory.  Moved files from ../gcc/objc.