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