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