* configure.in <enable-checking for valgrind>: Look for
[official-gcc.git] / libobjc / ChangeLog
blob3032e7a40dda7c427b6f477ab13d45c790ec3a3a
1 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3         * Makefile.in (runtime-info.h): Remove -Wp.
5 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7         * Makefile.in (CC1OBJ): Remove.
8         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
9         correctly.
10         Use .m extension for temporary file.
11         Remove assembler temp file.
13 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
15         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
17 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
21 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
23         * configure: Regenerate.
25 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
27         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
28         (libdir)/gcc-lib/ when installing.
29         * configure: Regenerate.
31 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
33         libobjc/9969
34         * sendmsg.c (get_imp): Fixed rare threading problem.
35         (__objc_responds_to): Similar fixes.
36         (objc_msg_lookup): Similar fixes.
37         (__objc_init_install_dtable): Lock the runtime before checking if the
38         table is installed.
39         
40 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
42         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
43         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
44         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
45         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
46         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c, 
47         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
48         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
49         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
50         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
51         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
52         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
54 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
55                           Nicola Pero  <n.pero@mi.flashnet.it>
57         libobjc/10742
58         * init.c (class_superclass_of_class): New function.
59         (create_tree_of_subclasses_inherited_from): Use it.
60         (__objc_tree_insert_class): Likewise.
61         (class_is_subclass_of_class): Likewise.
62         
63 2003-04-11  David Chad  <davidc@freebsd.org>
64             Loren J. Rittle  <ljrittle@acm.org>
66         libobjc/8562
67         * objc/hash.h (hash_string): Constify correctly.
68         (compare_ptrs): Use direct compare.
69         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
70         * objc/sarray.h: Global rename index to indx to avoid shadow.
72 2003-03-12  Andreas Schwab  <schwab@suse.de>
74         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
75         glibcpp_toolexeclibdir.
76         * configure: Rebuilt.
78 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
80         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
81         config.status.
82         * configure: Rebuilt.
84 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
86         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
87         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
88         version_specific_libs is enabled.
89         * configure: Rebuilt.
91 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
93         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
94         (install-libs, install-headers): Prepend $(DESTDIR) to
95         destination paths in all (un)installation commands.
97 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
99         * thr-objc.c: Include coretypes.h and tm.h.
101 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
103         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
105 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
107         * configure.in: Remove skip-this-dir support.
108         * configure: Regenerate.
110 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
112         * Makefile.in (all): Fix multilib parallel build.
114 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
116         * sendmsg.c (nil_method): Declare not to take a variable number of
117         args.
118         (objc_msg_lookup): Cast nil_method to IMP before returning it.
119         (objc_msg_lookup_super): The same.
121 2002-09-10  Jan Hubicka  <jh@suse.cz>
123         * nil_method.c (nil_method): No longer defined with variable
124         arguments.
126 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
128         * objc/encoding.h: Fix formatting.
129         * objc/hash.h: Likewise.
130         * objc/objc-api.h: Likewise.
131         * objc/runtime.h: Likewise.
132         * objc/thr.h: Likewise.
133         * archive.c: Likewise.
134         * class.c: Likewise.
135         * encoding.c: Likewise.
136         * gc.c: Likewise.
137         * hash.c: Likewise.
138         * init.c: Likewise.
139         * misc.c: Likewise.
140         * nil_method.c: Likewise.
141         * objects.c: Likewise.
142         * sarray.c: Likewise.
143         * selector.c: Likewise.
144         * sendmsg.c: Likewise.
145         * thr-mach.c: Likewise.
146         * thr.c: Likewise.
148 2002-06-25  DJ Delorie  <dj@redhat.com>
150         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
151         GLIBCPP_TOPREL_CONFIGURE.
152         * configure.in: Call it before AC_CANONICAL_SYSTEM.
153         * configure: Regenerate.
155 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
157         * Object.m (forward, read, write): Fix unused parameter warnings.
158         * encoding.c: Include <stdlib.h>.
159         (target_flags): Mark with attribute unused.
160         (atoi): Delete.
161         * runtime.h (__objc_selector_max_index): Change to unsigned int.
162         (__objc_generate_gc_type_description): Prototype.
163         * selector.c (__objc_selector_max_index): Change to unsigned int.
165 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
167         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
168         we always have a return value: if __objc_msg_forward does not
169         supply a forwarding implementation, return the default
170         __builtin_apply based one.
172 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
174         * Object.m: Fix signed/unsigned warning.
175         * Protocol.m: Likewise.
176         * archive.c: Always include stdlib.h.
177         (objc_read_short, objc_read_unsigned_short, objc_read_int,
178         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
179         Fix signed/unsigned warning.
180         (objc_write_type, objc_read_type, objc_write_types,
181         objc_read_types): Ensure ctype 8-bit safety.
182         (__objc_no_write, __objc_no_read): Mark unused parameters.
183         * class.c (class_table_setup): Specify void arg.
184         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
185         objc_skip_typespec, objc_skip_offset,
186         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
187         (objc_layout_structure_next_member): Ensure variables are
188         initialized.
189         * gc.c (__objc_generate_gc_type_description,
190         class_ivar_set_gcinvisible): Mark unused parameters.
191         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
192         unused parameters.
193         (__objc_init_protocols) Fix signed/unsigned warning.
194         * nil_method.c (nil_method): Mark unused parameters.
195         * thr.h (objc_thread_callback): Specify void arg.
196         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
197         signed/unsigned warning.
198         (sarray_free): Fix formatting.
199         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
200         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
202 2002-06-09  Andreas Jaeger  <aj@suse.de>
204         * encoding.c (objc_layout_structure_next_member): Remove unused
205         variable.
207 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
209         * Makefile.in (SHELL): Set to @SHELL@.
210         (WARN_CFLAGS): New.
211         (ALL_CFLAGS): Add $(WARN_CFLAGS).
213 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
215         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
216         * configure: Regenerate.
218 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
220         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
221         script entry, and set LD to it when configuring multilibs.
222         * configure: Rebuilt.
224 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
226         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
228 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
230         PR objc/6107
231         * objc/objc-api.h (struct objc_protocol_list): Change type of
232         member count from int to size_t.
234 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
236         PR libobjc/4039
237         * aclocal.m4: Replace with version copied from libstdc++-v3.
238         * configure.in: Update for changes to aclocal and Makefile.
239         * configure: Regenerate.
240         * Makefile.in: Correct install of multilibs and shared libs, use
241         INSTALL_DATA for include files.
243 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
245         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
246         categories - when an unclaimed category was found, the loop was
247         doing two steps forward instead of one, so that in certain cases
248         it was failing to properly load all the categories.  (Reported
249         with fix by Alexander Malmberg <alexander@malmberg.org>).
251 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
253         * encoding.c: Add target_flags.
255 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
257          * objc/objc-api.h (_C_VECTOR): New.
259          * encoding.c (VECTOR_TYPE): New.
261 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
263         * class.c: Rewritten the class table to use optimized, lock-free
264         lookup.  This more than doubles the speed of class method
265         invocations.  (class_table_setup), (class_table_insert),
266         (class_table_replace), (class_table_get_safe),
267         (class_table_next), (class_table_print),
268         (class_table_print_histogram): New functions.
269         (__objc_init_class_tables): Use class_table_setup.
270         (__objc_add_class_to_hash): Use class_table_get_safe and
271         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
272         assert the existence of the table; do not lock the runtime; use
273         class_table_get_safe.  (objc_next_class): Use class_table_next.
274         (__objc_resolve_class_links): Use class_table_next.
275         (class_pose_as): Use class_table_replace.
277 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
279         * gc.c: Removed the DEBUG declaration.
281 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
283         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
284         rather than through objc_thread_id, to save a function call.
285         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
286         Ditto.
288 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
290         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
291         to cast an id to a Class, which can not be done.  Make the check
292         by using CLS_ISMETA on the class pointer instead.
293         (object_is_meta_class): Similar fix.
295 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
297         * configure.in (AC_EXEEXT): Work around in case it expands to
298         nothing, as in autoconf 2.50.
299         * acinclude.m4: Likewise.
300         * configure: Rebuilt.
302 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
304         * THREADS: Explain that when we compile libobjc inside GCC, we
305         always use thr-objc.c as a backend, which uses GCC's thread code.
307 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
309         * init.c (__objc_send_message_in_list): When setting a new entry
310         in __objc_load_methods use the method IMP as key, but check to see
311         if the method is in the hashtable by looking at the IMP also.
312         Also ... call the method after adding it to the hashtable rather
313         than before ... thus preventing an obscure possibility of infinite
314         recursion if a +load method itself loads a subclass.
316 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
318         * init.c (__objc_send_message_in_list): When setting a new entry
319         in __objc_load_methods use the method name as key, not the method
320         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
322 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
324         * objc-features.texi: Move to ../gcc/objc.texi.
325         * fdl.texi: Remove.
326         * Makefile.in: Don't generate documentation from
327         objc-features.texi.
329 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
331         * fdl.texi: New file.
332         * objc-features.texi: Simplify.
333         * Makefile.in: Adjust accordingly.
335 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
337         * objc-features.texi: Use the GFDL.
339 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
341         * encoding.c (REAL_TYPE): Define.
343 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
345         * encoding.c (TYPE_MODE): Define.
347 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
349         * thr.c (objc_thread_add): New function.
350         (objc_thread_remove): Ditto.
351         * objc/thr.h: Declare them.
352         * libobjc.def: Mention them.
354 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
356         * objc-features.texi: Document the @compatibility_alias compiler
357         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
359 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
361         * sendmsg.c (__objc_forward): Delete strlen() declaration.
363 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
365         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
366         we're not interested in the result and they might fail.
367         * configure: Regenerated.
369 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
371         * objc-features.texi: Use @email.
373 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
375         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
376         printf.
378 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
380         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
381         determines the value dynamically.
383 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
385         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
386         libraries to provide a function that returns the real forwarding
387         function. This can alleviate problems __builtin_apply() and
388         friends have on various platforms. (Solution suggested by Helge
389         Hess.)
391         * objc/objc-api.h: Define __objc_msg_forward.
393         * sendmsg.c: Define gen_rtx_REG.
395 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397         * thr-rtems.c: New file. Stub to compile.
399 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
401         * configure: Rebuilt with new libtool.m4.
403 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
405         * configure.in: Create a config.h file. Check for <sched.h>.
406         * configure: Regenerate.
408         * config.h.in: Check for <sched.h>.
410 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
412         * configure: Regenerate after change to ../libtool.m4.
414 2000-08-14  Andreas Schwab  <schwab@suse.de>
416         * objc-features.texi (Top): Move @menu at end of node.
418 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
420         * objc-features.texi: Move @node Top before @menu.
422 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
424         * objc-features.texi: Documented the new -fconstant-string-class
425         option.
427 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
429         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
430         improve the Posix thread support for Objective-C.
432 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
434         * aclocal.m4: Replace copy of ../libtool.m4 with
435         sinclude(../libtool.m4).
437 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
439         * configure.in: Added libtool support; build shared libraries
440         if --enable-shared was passed on command line.
441         * Makefile.in: Modified most compilation commands to use libtool.
442         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
443         libtool distribution.
445 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
447         * sarray.c, Object.m: Removed the explicit prototypes for strlen
448         and memcpy on 64-bit platforms (Suggested by Rodney Brown
449         <rdb@cup.hp.com>).
451 2000-05-12  H.J. Lu  (hjl@gnu.org)
453         * Makefile.in (GTHREAD_FLAGS): New.
454         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
455         (OBJC_THREAD_FILE): Changed to thr-objc.
457         * configure.in (GTHREAD_FLAGS): New, check and replace it for
458         Makefile.
459         (OBJC_THREAD_FILE): Removed.
461         * thr-objc.c: New.
463 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
465         * objc/hash.h: Include string.h.
467 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
469         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
471 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
473         * Object.m (strlen): Provide prototype on all 64bit platforms,
474         not only alpha.
475         * sarray.c (memcpy): Likewise.
476         * encoding.c (objc_layout_finish_structure): Don't use
477         ROUND_TYPE_ALIGN on sparc.
479         * encoding.c (objc_layout_structure_next_member): Do the whole
480         procedure even for the first member, so that we get correct
481         alignment.
483 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
485         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
486         comments.
488 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
490         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
492 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
494         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
496 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
498         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
499         the compiler when building C code.
501 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
503         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
504         libdir, libsubdir and tooldir.
506 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
508         * init.c (__objc_force_linking): Make global.
510 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
512         * configure.in (AC_EXEEXT): Remove call.
513         (compiler_name): Explicitly check with no extension and .exe
514         extension.
515         * configure: Regenerate.
517 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
519         * Makefile.in (CC1OBJ): Define in terms of CC.
520         (runtime-info.h): Use.
522 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
524         * objc-features.texi: Updated the URL to Boehm's GC page.
526 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
528         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
529         the char as being signed (patch from Daniel Jacobowitz
530         <drow@false.org>).
532 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
534         * configure.in (AC_PREREQ): Update to 2.13.
535         (AC_EXEEXT): Call to find possible file extension.
536         (compiler_name): Use.
537         * configure: Regenerate.
539 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
541         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
543 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
545         * configure.in (thread_file): Correct and simplify code to find
546         the thread file.
547         * configure: Rebuilt.
549 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
551         * configure.in (compiler_name): Add check to detect if this
552         language's compiler has been built.
553         * configure: Regenerate.
555 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
557         *  configure.in: Use AC_PREREQ(2.12.1).
559 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
561         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
563 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
565         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
567 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
569         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
571 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
573         * objc-features.texi (Top): Changed the email address.
574         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
576 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
578         * encoding.c: Redefine get_inner_array_type to get the first entry
579         in the structure.
581 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
583         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
584         (objc_get_type_qualifiers): Similarly.
585         * objc/encoding.h (_C_BYREF): Define.
586         (_F_BYREF): Define.
588 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
590         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
591         works out on 64-bit systems.
593 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
595         * Makefile.in (INCLUDES): Make it multilib-friendly.
597 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
599         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
601 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
602                          Jeffrey A Law  (law@cygnus.com)
604         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
605         (FLAGS_TO_PASS): Added.
606         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
608         * archive.c: Change config.h to tconfig.h.
610         * configure.in: Find gcc's object directory even for multilibs.
612 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
614         * configure.in: Escape ^ in grep string.
615         * configure: Rebuilt.
617 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
619         * All .h files pushed down into the objc/ subdirectory.
620         * Makefile.in (copy_headers): Corresponding changes.
621         * configure.in (AC_INIT): Corresponding changes.
622         * configure: Rebuilt.
624 1998-09-30  Ben Elliston  <bje@cygnus.com>
625             Jeff Law      <law@cygnus.com>
627         * Makefile.in: Rewrite.
629         * configure.in: Likewise.
631         * configure: Regenerate.
633         * All .c files.  Remove "objc" prefix when including objc header
634         files.  Include tconfig.h, not ../tconfig.h.
636 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
638         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
639         (get_inner_array_type): Define.
641 1998-09-21  Ben Elliston  <bje@cygnus.com>
643         * New directory.  Moved files from ../gcc/objc.