OSDN Git Service

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