OSDN Git Service

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