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