OSDN Git Service

0fdcb6e46213652aed625edd81864afdaf417fea
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
1 2010-09-12  Nicola Pero  <nicola.pero@meta-innovation.com>
2
3         * objc/objc.h (__GNU_LIBOBJC__): New #define providing an easy way
4         to check the API version.  Added some comments.
5
6         * objc-private/common.h: New file.
7         * NXConstStr.m: Include objc-private/common.h.
8         * Object.m: Same change.
9         * Protocol.m: Same change.
10         * archive.c: Same change.
11         * class.c: Same change.
12         * encoding.c: Same change.
13         * exception.c: Same change.
14         * gc.c: Same change.
15         * hash.c: Same change.
16         * init.c: Same change.
17         * libobjc_entry.c: Same change.
18         * linking.m: Same change.
19         * misc.c: Same change (and added a comment).
20         * nil_method.c: Same change.
21         * objects.c: Same change.
22         * sarray.c: Same change.
23         * selector.c: Same change.
24         * sendmsg.c: Same change.
25         * thr.c: Same change.
26
27 2010-09-11  Nicola Pero  <nicola.pero@meta-innovation.com>
28
29         * objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP.
30
31 2010-09-11  Nicola Pero  <nicola.pero@meta-innovation.com>
32
33         * archive.c: Removed not needed includes.
34         * class.c: Same change.
35         * hash.c: Same change.
36         * misc.c: Same change.
37         * nil_method.c: Same change.
38         * objects.c: Same change.
39         * sarray.c: Same change.
40         * sendmsg.c: Same change.
41         * thr.c: Same change.
42
43 2010-09-11  Nicola Pero  <nicola.pero@meta-innovation.com>
44
45         * objc/runtime.h: Moved to objc-private/runtime.h.  Do not include
46         all the objc/*.h files.
47         * objc-private/runtime.h: New file.
48         * archive.c: Include objc-private/runtime.h (and required objc/*.h
49         files) instead of objc/runtime.h.
50         * class.c: Same change.
51         * hash.c: Same change.
52         * init.c: Same change.
53         * misc.c: Same change.
54         * nil_method.c: Same change.
55         * objects.c: Same change.
56         * sarray.c: Same change.
57         * selector.c: Same change.
58         * sendmsg.c: Same change.
59         * thr.c: Same change.
60         
61 2010-09-11  Nicola Pero  <nicola.pero@meta-innovation.com>
62
63         * objc/deprecated/struct_objc_selector.h: New file.  Definition of
64         'struct objc_selector' and 'sel_eq' moved here.
65         * objc/deprecated/struct_objc_protocol.h: New file.  Definition of
66         'struct objc_procotol' moved here.
67         * objc/deprecated/struct_objc_class.h: New file.  Definition of
68         'struct objc_class' moved here.
69         * objc/deprecated/MetaClass.h: New file.  Definition of MetClass
70         moved here.
71         * objc/deprecated/STR.h: New file.  Definition of STR moved here.       
72         * objc/message.h: New file.  Definitions for relval_t, apply_t,
73         arglist, arglist_t and objc_msg_lookup were moved here.
74         * objc/objc.h: Include the above files instead of defining the
75         corresponding structs, types and functions here.  Added new opaque
76         definitions for SEL and Class.  Use Class and not 'struct
77         objc_class *' in the definition of 'struct objc_object'.
78         Commented all types defined in the file.  Removed special
79         definition of BOOL as 'int' on __vxworks; use 'unsigned char'
80         there as well.
81         * objc/deprecated/objc-unexpected-exception.h: Renamed to
82         objc_unexpected_exception.h.
83         * objc/objc-api.h: Updated include of
84         objc-unexpetected-exception.h
85         * objc/objc-exception.h: Updated comments.
86         * Makefile.in (OBJC_H, OBJC_DEPRECATED_H): Added the new header
87         files.  Reindented list of files.
88         
89 2010-09-10  Nicola Pero  <nicola.pero@meta-innovation.com>
90
91         * objc/objc-api.h (objc_trace): Unused variable removed.
92
93 2010-09-10  Nicola Pero  <nicola.pero@meta-innovation.com>
94
95         * objc/deprecated: New directory.
96         * objc/deprecated/README: New file.
97         * objc/README: New file.
98         * objc/typedstream.h: Moved into objc/deprecated/typedstream.h;
99         objc/typedstream.h replaced with a placeholder including the file
100         from the deprecated/ directory.
101         * objc/deprecated/objc-unexpected-exception.h: New file with the
102         definition of _objc_unexpected_exception.       
103         * objc/objc-api.h: Include deprecated/objc-unexcepted-exception.h
104         instead of defining _objc_unexpected_exception.
105         * objc/deprecated/Object.h: New file with the deprecated Object
106         methods in a 'Deprecated' category.
107         * objc/Object.h Include deprecated/Object.h instead of defining
108         the deprecated methods.
109         * Object.m: Moved deprecated methods into 'Deprecated' category.
110         * objc-private: New directory.
111         * objc-private/README: New file.
112         * Makefile.in (OBJC_DEPRECATED_H): New variable.
113         (install-headers): Create installation directory for
114         OBJC_DEPRECATED_H headers, and install them.
115
116 2010-09-10  Nicola Pero  <nicola.pero@meta-innovation.com>
117
118         * objc/objc-exception.h: Fixed include of objc.h.
119         
120 2010-09-08  Nicola Pero  <nicola.pero@meta-innovation.com>
121
122         * objc/objc-exception.h: New file.
123         * exception.c (objc_set_uncaught_exception_handler): Implemented.
124         (objc_set_exception_matcher): Implemented.
125         (objc_exception_throw): Use the uncaught exception handler if set.
126         (PERSONALITY_FUNCTION): Use the exception matcher instead of the
127         hardcoded isKindOf.
128         (isKindOf): Renamed to is_kind_of_exception_matcher.  Tidied code
129         up.  Removed segmentation fault when value is 'nil'.
130         * objc/objc-api.h (_objc_unexpected_exception): Mark as
131         deprecated.
132         * Makefile.in (exception.lo, exception_gc.lo): Use
133         -Wno-deprecated-declarations when compiling.
134         (OBJC_H): Added objc-exception.h
135
136 2010-09-08  Nicola Pero  <nicola@nicola.brainstorm.co.uk>
137
138         * objc/typedstream.h: Deprecate all functions in the file.  This
139         file is obsolete.
140         * objc/Object.h ([+streamVersion:], [-read:], [-write:],
141         [-awake]): Documented that these methods are deprecated.  Added a
142         brief description of the Object class and its relationship to the
143         NSObject class.
144         * Makefile.in: Compile archive.c and Object.m with
145         -Wno-deprecated-declarations.
146
147 2010-09-08  Nicola Pero  <nicola.pero@meta-innovation.com>
148
149         Removed obsolete intermediate threading layer.
150         * thr.c: Use __gthread_objc_xxx functions directly instead of
151         __objc_thread_xxx ones.
152         * objc/thr.h: Removed prototypes of no longer existing
153         __objc_thread_xxx functions.
154         * Makefile.in: Removed thr-objc.lo.
155         * thr-dce.c: File removed.
156         * thr-decosf1.c: File removed.
157         * thr-irix.c: File removed.
158         * thr-mach.c: File removed.
159         * thr-objc.c: File removed.
160         * thr-os2.c: File removed.
161         * thr-posix.c: File removed.
162         * thr-pthreads.c: File removed.
163         * thr-rtems.c: File removed.
164         * thr-single.c: File removed.
165         * thr-solaris.c: File removed.
166         * thr-vxworks.c: File removed.
167         * thr-win32.c: File removed.
168         * README.threads: File removed.
169         * THREADS.MACH: File removed.
170         * THREADS: Updated.
171
172 2010-09-07  Nicola Pero  <nicola.pero@meta-innovation.com>
173
174         * Object.m (MAX_CLASS_NAME_LEN): Unused define removed.
175
176 2010-09-06  Iain Sandoe  <iains@gcc.gnu.org>
177
178         * encoding.c: Add TARGET_ALIGN_NATURAL definition for m64 powerpc darwin.
179         Add a comment as to why, update FIXME comments.
180
181 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
182
183         * makefile.dos: Obsolete file removed.
184         
185 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
186
187         * aclocal.m4: Regenerate.
188
189 2010-03-23  Dave Korn  <dave.korn.cygwin@gmail.com>
190
191         PR libobjc/30445
192         * configure.ac (extra_ldflags_libobjc): Define appropriately for
193         Cygwin and MinGW hosts.
194         * Makefile.am (libobjc_s.a): Remove dead pre-libtool target.
195         (libobjc.dll): Likewise.
196         * configure: Regenerate.
197
198 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
199
200         * configure: Regenerate.
201
202 2009-11-28  Jakub Jelinek  <jakub@redhat.com>
203
204         * sarray.c (sarray_free): Use old_buckets variable.
205         * encoding.c (objc_layout_structure_next_member): Remove unused
206         bfld_type_size variable.
207
208 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
209
210         * configure.ac (AC_PREREQ): Bump to 2.64.
211
212 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
213
214         * aclocal.m4: Regenerate.
215         * configure: Regenerate.
216         * config.h.in: Regenerate.
217
218 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
219
220         * Makefile.in (LIBTOOL): Add $(LIBTOOLFLAGS).
221
222 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
223
224         * Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
225         New variables.
226         ($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
227
228 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
229
230         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
231
232 2009-04-09  Nick Clifton  <nickc@redhat.com>
233
234         * sendmsg.c: Change copyright header to refer to version 3 of
235         the GNU General Public License with version 3.1 of the GCC
236         Runtime Library Exception and to point readers at the COPYING3
237         and COPYING3.RUNTIME files and the FSF's license web page.
238         * NXConstStr.m: Likewise.
239         * Object.m: Likewise.
240         * Protocol.m: Likewise.
241         * archive.c: Likewise.
242         * class.c: Likewise.
243         * encoding.c: Likewise.
244         * exception.c: Likewise.
245         * gc.c: Likewise.
246         * hash.c: Likewise.
247         * init.c: Likewise.
248         * libobjc_entry.c: Likewise.
249         * linking.m: Likewise.
250         * misc.c: Likewise.
251         * nil_method.c: Likewise.
252         * objc/NXConstStr.h: Likewise.
253         * objc/Object.h: Likewise.
254         * objc/Protocol.h: Likewise.
255         * objc/encoding.h: Likewise.
256         * objc/hash.h: Likewise.
257         * objc/objc-api.h: Likewise.
258         * objc/objc-decls.h: Likewise.
259         * objc/objc-list.h: Likewise.
260         * objc/objc.h: Likewise.
261         * objc/runtime.h: Likewise.
262         * objc/sarray.h: Likewise.
263         * objc/thr.h: Likewise.
264         * objc/typedstream.h: Likewise.
265         * objects.c: Likewise.
266         * sarray.c: Likewise.
267         * selector.c: Likewise.
268         * thr-dce.c: Likewise.
269         * thr-decosf1.c: Likewise.
270         * thr-irix.c: Likewise.
271         * thr-mach.c: Likewise.
272         * thr-objc.c: Likewise.
273         * thr-os2.c: Likewise.
274         * thr-posix.c: Likewise.
275         * thr-pthreads.c: Likewise.
276         * thr-rtems.c: Likewise.
277         * thr-single.c: Likewise.
278         * thr-solaris.c: Likewise.
279         * thr-vxworks.c: Likewise.
280         * thr-win32.c: Likewise.
281         * thr.c: Likewise.
282         * libobjc.def: Change copyright header to refer to version 3 of
283         the GNU General Public License and to point readers at the COPYING3
284         file and the FSF's license web page.
285         * makefile.dos: Likewise.
286
287 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
288
289         * Makefile.in: Change copyright header to refer to version
290         3 of the GNU General Public License and to point readers at the
291         COPYING3 file and the FSF's license web page.
292         * configure.ac: Likewise.
293
294 2009-03-12  Richard Frith-Macdonald  <rfm@gnu.org>
295             David Ayers  <ayers@fsfe.org>
296
297         PR libobjc/27466
298         * objc/objc-api.h (_objc_unexpected_exception): Declare
299         new hook.  Update copyright dates.
300         * exception.c (objc_exception_throw): Use hook.  Update
301         copyright dates.
302         * libobjc.def (_objc_unexpected_exception): Export hook.
303         Update copyright dates.
304         
305 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
306
307         * configure: Regenerate.
308
309 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
310
311         * configure: Regenerate.
312
313 2008-11-21  Kai Tietz  <kai.tietz@onevision.com>
314
315         *  Object.m (errno): Replaced by errno.h include.
316         (compare): Cast self to id to prevent warning on comparison.
317         * objc/objc.h (BOOL): Prevent redeclaration of BOOL, if it is
318         already there.
319         * sendmsg.c (__objc_print_dtable_stats): Remove type warnings.
320         * thr-win32.c (__objc_thread_detach): Remove type warning.
321         (__objc_thread_id): Likewise.
322         * thr.c (__objc_thread_detach_functiont): Add __builtin_trap ()
323         for noreturn.
324
325 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
326             Steve Ellcey  <sje@cup.hp.com>
327
328         * configure: Regenerate for new libtool.
329         * config.h.in: Regenerate for new libtool.
330
331 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
332
333         * Makefile.in: Ignore missing ../boehm-gc/threads.mk. 
334
335 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
336
337         * Makefile.in: Include ../boehm-gc/threads.mk. 
338         (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.
339
340 2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
341
342         * Makefile.in (install-info): New stub target.
343
344 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
345
346         * configure: Regenerate.
347
348 2008-06-14  Kai Tietz  <kai.tietz@onevision.com>
349
350         * exception.c (PERSONALITY_FUNCTION): Remove extra decrement
351         if HAVE_GETIPINFO is not defined.
352
353 2008-06-10  Kai Tietz  <kai.tietz@onevision.com>
354
355         * Object.m (compare): Add type id.
356         * objc/Object.h: Likewise.
357         * archive.c (objc_read_class): Use size_t to extend version to be
358         size of pointer scalar width.
359         * sendmsg.c (rtx): Undefine it before redefinition.
360         (__objc_print_dtable_stats): Cast arguments to long as intended.
361
362 2008-05-30  Julian Brown  <julian@codesourcery.com>
363
364         * exception.c (__objc_exception_class): Initialise as constant
365         array for ARM EABI. Change macro to static const for non-ARM EABI.
366         (ObjcException): Add note about structure layout. Remove landingPad
367         and handlerSwitchValue for ARM EABI.
368         (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
369         of function.
370         (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
371         (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
372         ARM EABI unwinding support.
373         (objc_exception_throw): Use memcpy to initialise exception class.
374
375 2008-05-25  Alan Modra  <amodra@bigpond.net.au>
376
377         * encoding.c (strip_array_types): Rename from get_inner_array_type.
378         (rs6000_special_round_type_align): Update.
379
380 2008-05-09  Julian Brown  <julian@codesourcery.com>
381
382         * Makefile.in (LTLDFLAGS): New.
383         (libobjc$(libsuffix).la, libobjc_gc$(libsuffix).la): Use above.
384
385 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
386
387         PR bootstrap/35457
388         * aclocal.m4: Regenerate.
389         * configure: Regenerate.
390
391 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
392
393         * configure: Regenerate.
394
395 2007-10-14  H.J. Lu  <hongjiu.lu@intel.com>
396
397         * configure.ac: Don't run config-ml.in directly.
398         (multilib_arg): New.
399         * configure: Regenerated.
400
401 2007-08-06  Andrew Pinski  <pinskia@gmail.com>
402
403         PR libobjc/30731
404         * exception.c (parse_lsda_header): Use _uleb128_t/_sleb128_t instead
405         of _Unwind_Word for variables which are used in
406         read_uleb128/read_sleb128.
407         (PERSONALITY_FUNCTION): Likewise.
408
409 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
410
411         * aclocal.m4: Regenerated.
412
413 2007-06-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
414
415         * configure.ac: Fix a typo in *-*-darwin clause.
416         * configure: Regenerated.
417
418 2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>
419
420         * configure.ac: Fix a typo.
421         * configure: Regenerated.
422
423 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
424
425         * configure: Regenerate.
426
427 2007-06-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
428
429         * Makefile.in: Replace all uses of libext with libsuffix.
430         * configure.ac: Likewise.
431         * configure: Regenerate.
432
433         Revert:
434         * Makefile.in: Remove all uses of $(libext).
435
436 2007-05-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
437
438         * Makefile.in: Remove all uses of $(libext).
439
440 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
441
442         * configure: Regenerate.
443         * aclocal.m4: Regenerate.
444
445 2007-04-21  Andrew Ruder  <andy@aeruder.net>
446
447         * sendmsg.c (__objc_get_forward_imp): Call
448         __objc_msg_forward2 for real.
449
450 2007-04-09  Andrew Ruder  <andy@aeruder.net>
451
452         * sendmsg.c: Added __objc_msg_forward2, a hook that allows
453         external libraries to provide a function that returns the real
454         forwarding function based on both the selector and the receiver.
455         * objc/objc-api.h: Define __objc_msg_forward2.
456
457 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
458
459         * Makefile.in: Add dummy install-pdf target.
460
461 2007-02-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
462
463         * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
464         unused warning.
465         
466 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
467
468         * encoding.c (darwin_rs6000_special_round_type_align): New.
469
470 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
471
472         * Makefile.in: Use multi_basedir instead of toplevel_srcdir.
473         * configure.ac: Use multi.m4 from aclocal rather than custom
474         code.  Use multi_basedir instead of toplevel_srcdir.
475         * aclocal.m4: Regenerate.
476         * configure: Regenerate.
477
478 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
479
480         * Makefile.in: Added empty "pdf" target.
481
482 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
483
484         * configure: Regenerate.
485
486 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
487
488         * Makefile.in: Add install-html target. Add install-html to .PHONY
489
490 2006-02-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
491
492         PR libobjc/26309
493         * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
494
495 2006-01-24  David Ayers  <d.ayers@inode.at>
496
497         PR libobjc/9751
498         * gc.c (class_ivar_set_gcinvisible): Replace strncpy with memcpy
499         and insure the new strings are '\0' termintated.
500
501 2006-01-24  David Ayers  <d.ayers@inode.at>
502
503         PR libobjc/13946
504         * configure.ac: Add include directives for --enable-objc-gc.
505         * Makefile.in: Ditto.
506         * configure: Regenerate.
507
508         * gc.c (__objc_class_structure_encoding): Increment the used bytes
509         instead of the local pointer to them.
510
511 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
512
513         PR objc/25360
514         * objc/objc-api.c (_C_COMPLEX): New define.
515         * encoding.c (objc_sizeof_type): Handle _C_Complex.
516         (objc_alignof_type): Likewise.
517         (objc_skip_typespec): Likewise.
518
519 2005-12-15  David Ayers  <d.ayers@inode.at>
520
521         PR libobjc/14382
522         * README (+load,+initialize): Fix documentation to reflect
523         intended and implemented semantics for +load and +initialize.
524         
525 2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
526
527         * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and
528         the name.
529         (get_inner_array_type): Fix to skip over _C_ARY_B and size.
530         (rs6000_special_round_type_align): Update for the ABI fix.
531         (objc_layout_finish_structure): Correct the encoding which is passed to
532         ROUND_TYPE_ALIGN.
533
534 2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>
535
536         PR libobjc/25347
537         * encoding.c (objc_sizeof_type): Don't handle _C_UNION_B special
538         but use the struct layout functions.
539         (objc_alignof_type): Likewise.
540         (objc_layout_structure): Handle _C_UNION_B also.
541         (objc_layout_structure_next_member): Likewise.
542         (objc_layout_finish_structure): Likewise.
543
544 2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>
545
546         PR libobjc/25346
547         * objc/objc-api.h (_C_BOOL): New define.
548         * encoding.c (objc_sizeof_type): Handle _C_BOOL.
549         (objc_alignof_type): Likewise.
550         (objc_skip_typespec): Likewise.
551
552 2005-11-20  David Ayers  <d.ayers@inode.at>
553
554         PR libobjc/19024
555         * objc/hash.h: Remove deprecated hash API.
556         * hash_compat.c: Remove.
557         * Makefile.in: Remove reference to hash_compat.c.
558
559         * configure.ac (VERSION): Bump library version to 2:0:0.
560         * configure: Regenerate.
561
562 2005-11-09  Alexandre Oliva  <aoliva@redhat.com>
563
564         PR other/4372
565         * thr-objc.c (_XOPEN_SOURCE): Define.
566
567 2005-10-07  Ulrich Weigand  <uweigand@de.ibm.com>
568
569         PR libobjc/23612
570         * objc/objc-api.h (struct objc_ivar): Move definition to
571         global scope.
572
573 2005-09-04  Andrew Pinski  <pinskia@physics.uc.edu>
574             Rasmus Hahn  <rassahah@neofonie.de>
575
576         PR libobjc/23108
577         * archive.c (objc_write_type): Correct the element offset.
578         (objc_read_type): Likewise.
579
580 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
581
582         * All files: Update FSF address.
583
584 2005-08-13  Marcin Koziej  <creep@desk.pl>
585             Andrew Pinski  <pinskia@physics.uc.edu>
586
587         PR libobjc/22492
588         * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
589
590 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
591
592         * Makefile.in (extra_ldflags_libobjc): New.
593         (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
594         (libobjc_gc$(libext).la): Likewise.
595         * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
596         "-Wl,-single_module".
597         * configure: Regenerate.
598         * linking.m (_objcInit): Remove.
599
600 2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
601
602         PR libobjc/22606
603         * Makefile.in (ALL_CFLAGS): Add -fexceptions.
604
605 2005-06-08  David Ayers  <d.ayers@inode.at>
606
607         * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
608         objc/encoding.h, objc/hash.h, objc/objc-api.h,
609         objc/runtime.h, objc/sarray.h, objc/thr.h, 
610         objc/typedstream.h: Do not include Objective-C headers as
611         system headers.
612
613 2005-06-07  David Ayers  <d.ayers@inode.at>
614
615         * archive.c, init.c, selector.c: Include hash.h.
616         * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
617         init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
618         sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
619         thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
620         thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
621         Include Objective-C headers with quotes and objc/ directory
622         prefix.
623
624 2005-05-19  Richard Henderson  <rth@redhat.com>
625
626         * exception.c: Revert last change.
627
628 2005-05-19  David Ayers  <d.ayers@inode.at>
629
630         * exception.c: Include tsystem.h for unwind.h.
631
632 2005-05-09  Mike Stump  <mrs@apple.com>
633
634         * configure: Regenerate.
635
636 2005-04-12  Mike Stump  <mrs@apple.com>
637
638         * configure: Regenerate.
639
640 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
641
642         * Makefile.in: Set gcc_version here.
643         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Adjust quoting
644         in definition of toolexeclibdir so that $(gcc_version) is expanded
645         by the Makefile.
646         * aclocal.m4, configure: Regenerate.
647
648 2005-03-03  David Ayers  <d.ayers@inode.at>
649
650         * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
651         version reference.  Correct typo.
652
653 2005-03-02  David Ayers  <d.ayers@inode.at>
654
655         PR libobjc/19024
656         * Makefile.in (OBJS): Add hash_compat.lo.
657         (OBJS_GC): Add hash_compat_gc.lo.
658         (hash_compat_gc.lo): New target and rule.
659         * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
660         (hash_next, hash_value_for_key, hash_is_key_in_hash)
661         (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
662         with objc_.  Add deprecated non prefixed inlined versions.
663         (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
664         declarations.
665         * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
666         (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
667         update callers.
668         * hash_compat.c: New file.
669         * archive.c: Update callers.
670         * init.c: Likewise.
671         * selector.c: Likewise.
672         * libobjc.def: Add objc_ versions of hash functions.
673
674 2005-02-28  Andrew Pinski <pinskia@physics.uc.edu>
675
676         PR libobjc/20252
677         * Makefile.in (GTHREAD_FLAGS): Remove.
678         (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
679         * thr-objc.c: Include config.h.
680         * configure.ac: Instead of looking at GCC's makefile, figure out if
681         GTHREAD_FLAGS should be defined by looking at the `thread model'
682         of the current gcc.
683         * configure: Regenerate.
684         * config.h.in: Regenerate.
685
686 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
687
688         PR bootstrap/17383
689         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
690         (Determine CFLAGS for gthread): Use $host_subdir.
691         * configure: Regenerate.
692         * Makefile.in (host_subdir): New.
693         (INCLUDES): Use it.
694
695 2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>
696
697         PR libobjc/12035
698         * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
699         they are not used.
700         Include limits.h and stdlib.h.
701         Define BITS_PER_WORD.
702
703 2004-12-12  Alexander Malmberg  <alexander@malmberg.org>
704
705         * selector.c (__objc_init_selector_tables): Add missing void to
706         definition.
707
708 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
709
710         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
711         * configure, aclocal.m4: Regenerate.
712
713 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
714
715         * configure: Regenerate for libtool change.
716
717 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
718
719         * configure: Regenerate for libtool reversion.
720
721 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
722
723         * configure: Regenerate for libtool change.
724
725 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
726
727         * aclocal.m4, config.h.in: Regenerate.
728
729 2004-10-08  Mike Stump  <mrs@apple.com>
730             Andrew Pinski  <pinskia@physics.uc.edu>
731
732         * aclocal.m4: Rename to ...
733         * acinclude.m4: here and also use m4_include instead of sinclude.
734         * aclocal.m4: Regenerate.
735         * configure: Regenerate.
736         * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
737         * Makefile.in (configure): Add @MAINT@ infront of configure.ac
738
739 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
740
741         * archive.c: Fix all the warnings about passing unsigned char*
742         to char* and the other way too.
743
744 2004-09-16  Andrew Pinski  <pinskia@physics.uc.edu>
745
746         PR libobjc/16448
747         * exception.c: Include config.h
748         (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
749         SJLJ_EXCEPTIONS.
750         * configure.ac: Find out what exception handling code we use.
751         * configure: Regenerate.
752         * config.h.in: New file, regenerate.
753
754 2004-09-16  Andrew Pinski  <apinski@apple.com>
755
756         * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
757
758 2004-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
759
760         * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
761         ACX_NONCANONICAL_TARGET.
762         * configure: Regenerate.
763
764 2004-08-13  Ziemowit Laski  <zlaski@apple.com>
765
766         * objc/sarray.h: Hoist include of assert.h near the top of file,
767         and mark the remainder of the file 'extern "C"'.
768
769 2004-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
770
771         * objc/Object.h: Move includes out of extern "C" blocks.
772         * objc/encoding.h: Likewise.
773         * objc/hash.h: Likewise.
774         * objc/objc-api.h: Likewise.
775         * objc/runtime.h: Likewise.
776         * objc/sarray.h: Likewise.
777         * objc/typedstream.h: Likewise.
778
779 2004-08-12  Ziemowit Laski  <zlaski@apple.com>
780
781         * objc/NXConstStr.h: Update copyright date; bracket with
782         'extern "C"' for C++ use; make include syntax consistent
783         by using <...> instead of "..."; hoist <objc/...> includes
784         above the 'extern "C"' block.
785         * objc/Object.h: Likewise.
786         * objc/Protocol.h: Likewise.
787         * objc/encoding.h: Likewise.
788         * objc/hash.h: Likewise.
789         * objc/runtime.h: Likewise.
790         * objc/sarray.h: Likewise.
791         * objc/thr.h: Likewise.
792         * objc/typedstream.h: Likewise.
793         * objc/objc-api.h: Add 'extern "C"' block for C++ use.
794         (objc_static_instances): For C++ case, do away with
795         zero-sized array.
796         (objc_method): Hoist definition to file scope.
797         (_objc_load_callback, _objc_object_alloc, class_get_class_method,
798         class_get_instance_method, class_create_instance,
799         class_get_class_name, class_get_instance_size,
800         class_get_meta_class, class_get_super_class, class_get_version,
801         class_is_class, class_is_meta_class, class_set_version,
802         class_get_gc_object_type, class_ivar_set_gcinvisible,
803         get_imp): Rename 'class' parameter to '_class'.
804         * objc/objc-list.h: Add 'extern "C"' block for C++ use.
805         * objc/objc.h: Update copyright date.
806         (arglist_t): Provide a union tag.
807
808 2004-07-22  Andrew Pinski  <pinskia@physics.uc.edu>
809
810         * thr.c (__objc_thread_detach_function): Do not mark as volatile
811         but instead use the attribute noreturn.
812
813 2004-06-28  Zack Weinberg  <zack@codesourcery.com>
814
815         * encoding.c: Rename target_flags with a #define to avoid
816         conflict with a prior declaration.
817
818 2004-06-24  Andrew Pinski  <apinski@apple.com>
819
820         * objc/encoding.h: Wrap the functions with extern "C" for C++
821         mode.
822         * objc/hash.h: Likewise.
823         * objc/objc-api.h: Likewise.
824         * objc/objc-list.h: Likewise.
825         * objc/runtime.h: Likewise.
826         * objc/sarray.h: Likewise.
827         * objc/thr.h: Likewise.
828         * objc/typedstream.h: Likewise.
829
830
831 2004-06-21  Nick Clifton  <nickc@redhat.com>
832
833         * encoding.c (BITS_PER_UNIT): Define if a definition is not
834         provided.
835
836 2004-06-20  Alexander Malmberg  <alexander@malmberg.org>
837
838         * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
839         (exception_gc.lo): New.
840         (OBJS_GC): Add exception_gc.lo.
841
842 2004-06-17  Richard Henderson  <rth@redhat.com>
843
844         * exception.c: New file.
845         * Makefile.in (exception.lo): New.
846         (OBJS): Add it.
847
848 2004-06-14  Andrew Pinski  <pinskia@physics.uc.edu>
849
850         * linking.m (_objcInit): New empty function
851         for Darwin only.
852
853 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
854
855         * configure.ac: Support --enable-shared=libobjc.
856         * configure: Regenerate.
857
858         PR libobjc/15901
859         * configure.ac: Do not disable shared by default.
860         * configure: Regenerate.
861
862 2004-06-03  Nicola Pero  <n.pero@mi.flashnet.it>
863
864         * Protocol.m ([-isEqual:]): Small optimizations returning
865         immediately if the argument is equal to self, and accessing
866         the argument's name directly if it's a protocol.
867
868 2004-06-03  David Ayers  <d.ayers@inode.at>
869
870         * Protocol.m ([-isEqual:]): Test the class of the argument.
871
872 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
873
874         * configure.ac (includedir): Rename to ...
875         (includedirname).
876         * Makefile.in: s/includedir/includedirname/.
877
878         PR target/11572
879         * configure.ac (includedir): Set to "include"
880         except for Darwin.
881         (libext) Set to empty except for Darwin.
882         * configure: Regenerate
883         * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
884         s/include/$(includedir)/g.
885
886 2004-05-25  Daniel Jacobowitz  <drow@false.org>
887
888         * Makefile.in: Add .NOEXPORT.
889
890 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
891
892         Merge from the libobjc-branch
893         2004-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
894
895                 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
896
897         2004-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
898
899                 * Makefile.in (OBJC_H): Add objc-deps.h.
900
901         2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
902
903                 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
904                 ([-hash], [-isEqual:]): New methods.
905
906         2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
907
908                 * sarray.c (sarray_free): Add a better comment.
909
910         2004-01-27  Adam Fedor  <fedor@gnu.org>
911
912                 * hash.c (hash_add): Cast cachep to int.
913                 * selector.c (__sel_register_typed_name): Cast
914                 soffset_decode to int.
915
916         2004-01-27  Alexander Malmberg  <alexander@malmberg.org>
917
918                 * selector.c: Rename register_selectors_from_list to
919                 __objc_register_selectors_from_list. Update caller.
920                 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
921                 while registering selectors. Use __sel_register_typed_name instead
922                 of sel_register_typed_name. Check for NULL method_name:s.
923                 (pool_alloc_selector): New function.
924                 (__sel_register_typed_name): Use pool_alloc_selector to allocate
925                 selector structures.
926                 * sendmsg.c (class_add_method_list): Use
927                 __objc_register_selectors_from_list.
928                 * objc/runtime.h: Add __objc_register_selectors_from_list.
929
930         2004-01-25  Adam Fedor  <fedor@gnu.org>
931                     Nicola Pero  <n.pero@mi.flashnet.it>
932                     Andrew Pinski  <pinskia@physics.uc.edu>
933
934                 * objc/objc-decls.h: New file.
935                 * objc/objc-api.h (_objc_lookup_class): Mark as export.
936                 (_objc_load_callback): Likewise.
937                 (_objc_object_alloc): Likewise.
938                 (_objc_object_copy): Likewise.
939                 (_objc_object_dispose): Likewise.
940
941         2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
942
943                 * archive.c: s/__inline__/inline
944                 * sendmsg.c: Likewise.
945
946                 * encoding.c: Remove FIXME about the warning
947                 about unused variable.
948                 * sendmsg.c: Add a FIXME comment saying that
949                 this should be using libffi.
950
951                 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
952
953
954 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
955
956         * archive.c (objc_read_class): Initialize class_name.
957         (objc_read_selector): Initialize selector_name.
958
959 2004-05-09  Richard Sandiford  <rsandifo@redhat.com>
960
961         * Makefile.in (toolexecdir): Remove trailing space.
962
963 2004-04-15  Nathanael Nerode  <neroden@gcc.gnu.org>
964
965         PR libobjc/14948
966         * configure.ac: De-precious CC so multilibs work.
967         * configure: Regenerate.
968
969 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
970
971         * configure.ac: Restore toolexecdir.
972         * Makefile.in: Restore toolexecdir.
973         * configure: Regenerate.
974
975 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
976
977         * configure.ac: Remove (unused) glibcpp_prefixdir.
978         * configure: Regenerate.
979
980         * configure.in: Rename to configure.ac.
981         * Makefile.in: Update to match.
982
983         * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
984         Replace glibcpp_toolexeclibdir with toolexeclibdir.
985         * configure.in: Remove glibcpp_toolexecdir (unused).
986         Replace glibcpp_toolexeclibdir with toolexeclibdir.  Don't generate
987         config.h or stamp-h (unused).  Move one comment to the right place.
988         * configure: Regenerate.
989         * config.h.in: Remove (unused).
990
991         * config.h.in: Regenerate with autoheader.
992
993         * Makefile.in: Remove (unused) gcc_version_trigger.
994         * configure.in: Remove (unused) glibcpp_builddir.  Don't AC_SUBST
995         gcc_version_trigger.
996         * configure: Regenerate.
997
998         * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
999         Sort file into sections.  Remove dnl where appropriate.  Fix
1000         other style issues.
1001         * configure: Regenerate.
1002
1003         * configure.in: Replace old AC_PROG_CC hack with new one.
1004         Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
1005         are no subdirectory output files, so this is fine).  Change prereq
1006         to autoconf 2.59.
1007         * aclocal.m4: Include ../config/no-executables.m4.
1008         * configure: Regenerate with autoconf 2.59.
1009
1010         * configure.in: Improve comments on gthread_cflags.  Improve m4
1011         quotation, and replace 'if test' with 'case', for --enable-objc-gc.
1012         * configure: Regenerate.
1013
1014         * configure.in: Move PACKAGE and VERSION settings up top.  Remove
1015         unused call to AC_PROG_LN_S.  Default RANLIB to ':'.  Remove
1016         redundant checks for values of RANLIB, AR, INSTALL.
1017         * configure: Regenerate.
1018
1019         * configure.in: Clean up handling of
1020         --enable-version-specific-runtime-libs and related variables;
1021         replace 'if test' with 'case' where reasonable.  Fix comments.
1022         Remove useless libstdcxx_interface.
1023         * configure: Regenerate.
1024
1025         * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
1026         Replace uses of target_alias with target_noncanonical.
1027         * aclocal.m4: Include ../config/acx.m4.
1028         * configure: Regenerate.
1029         * Makefile.in: Replace uses of target_alias with target_noncanonical.
1030         Fix copyright statement.
1031
1032         * configure.in: Hand-inline bulky, confusing macros from
1033         aclocal.m4.  Replace references to "GNU Objective C" with "GCC".
1034         Update copyright notice.  Remove stuff for automake, which isn't
1035         used in this directory.  Remove emacs local variables.
1036         * aclocal.m4: Remove hand-inlined macros.  Update copyright notice.
1037         * configure: Regenerate.
1038
1039 2004-03-16  Manfred Hollstein  <mh@suse.com>
1040
1041         * Makefile.in, configure.in, configure: Update copyright years.
1042
1043 2004-03-15  Manfred Hollstein  <mh@suse.com>
1044
1045         * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
1046         definition from configure.in.
1047         * configure.in (PACKAGE): Add definition.
1048         (VERSION): Add definition; substitute it in output files.
1049         * configure: Re-generate.
1050
1051 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
1052
1053         * objc/hash.h (hash_string, compare_strings):
1054         Add type-casts to make Objective-C++ happy.
1055         * objc/typedstream.h (objc_get_stream_class_version):
1056         Rename parameter from 'class' to 'class_name' to make
1057         Objective-C++ happy.
1058
1059 2004-03-01  Michael Matz  <matz@suse.de>
1060
1061         * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
1062
1063 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
1064
1065         * objc/objc-api.h (objc_super): The 'class' field shall
1066         be named 'super_class' #ifdef __cplusplus.
1067
1068 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
1069
1070         PR target/10781
1071         * encoding.c (rs6000_special_round_type_align): Define.
1072
1073 2004-01-14  Adam Fedor  <fedor@gnu.org>
1074
1075         PR libobjc/12155
1076         * selector.c (__objc_register_instance_methods_to_class): Free
1077         new_list if not used.
1078
1079 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
1080
1081         PR libobjc/11904
1082         * sarray.c (sarray_free): Free array->is_copy_of latter.
1083
1084 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
1085
1086         PR 11433
1087         * Protocol.m (descriptionForInstanceMethod): Don't dereference
1088         instance_methods if it's NULL.
1089         (descriptionForClassMethod): Likewise for class_methods.
1090
1091 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1092
1093         * Makefile.in (runtime-info.h): Remove -Wp.
1094
1095 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1096
1097         * Makefile.in (CC1OBJ): Remove.
1098         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
1099         correctly.
1100         Use .m extension for temporary file.
1101         Remove assembler temp file.
1102
1103 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1104
1105         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
1106
1107 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1108
1109         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
1110
1111 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1112
1113         * configure: Regenerate.
1114
1115 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
1116
1117         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
1118         (libdir)/gcc-lib/ when installing.
1119         * configure: Regenerate.
1120
1121 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
1122
1123         libobjc/9969
1124         * sendmsg.c (get_imp): Fixed rare threading problem.
1125         (__objc_responds_to): Similar fixes.
1126         (objc_msg_lookup): Similar fixes.
1127         (__objc_init_install_dtable): Lock the runtime before checking if the
1128         table is installed.
1129
1130 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1131
1132         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
1133         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
1134         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
1135         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
1136         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
1137         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
1138         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
1139         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
1140         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
1141         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
1142         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
1143
1144 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
1145                           Nicola Pero  <n.pero@mi.flashnet.it>
1146
1147         libobjc/10742
1148         * init.c (class_superclass_of_class): New function.
1149         (create_tree_of_subclasses_inherited_from): Use it.
1150         (__objc_tree_insert_class): Likewise.
1151         (class_is_subclass_of_class): Likewise.
1152
1153 2003-04-11  David Chad  <davidc@freebsd.org>
1154             Loren J. Rittle  <ljrittle@acm.org>
1155
1156         libobjc/8562
1157         * objc/hash.h (hash_string): Constify correctly.
1158         (compare_ptrs): Use direct compare.
1159         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
1160         * objc/sarray.h: Global rename index to indx to avoid shadow.
1161
1162 2003-03-12  Andreas Schwab  <schwab@suse.de>
1163
1164         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
1165         glibcpp_toolexeclibdir.
1166         * configure: Rebuilt.
1167
1168 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1169
1170         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1171         config.status.
1172         * configure: Rebuilt.
1173
1174 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1175
1176         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
1177         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
1178         version_specific_libs is enabled.
1179         * configure: Rebuilt.
1180
1181 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1182
1183         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
1184         (install-libs, install-headers): Prepend $(DESTDIR) to
1185         destination paths in all (un)installation commands.
1186
1187 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
1188
1189         * thr-objc.c: Include coretypes.h and tm.h.
1190
1191 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
1192
1193         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
1194
1195 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1196
1197         * configure.in: Remove skip-this-dir support.
1198         * configure: Regenerate.
1199
1200 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1201
1202         * Makefile.in (all): Fix multilib parallel build.
1203
1204 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1205
1206         * sendmsg.c (nil_method): Declare not to take a variable number of
1207         args.
1208         (objc_msg_lookup): Cast nil_method to IMP before returning it.
1209         (objc_msg_lookup_super): The same.
1210
1211 2002-09-10  Jan Hubicka  <jh@suse.cz>
1212
1213         * nil_method.c (nil_method): No longer defined with variable
1214         arguments.
1215
1216 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
1217
1218         * objc/encoding.h: Fix formatting.
1219         * objc/hash.h: Likewise.
1220         * objc/objc-api.h: Likewise.
1221         * objc/runtime.h: Likewise.
1222         * objc/thr.h: Likewise.
1223         * archive.c: Likewise.
1224         * class.c: Likewise.
1225         * encoding.c: Likewise.
1226         * gc.c: Likewise.
1227         * hash.c: Likewise.
1228         * init.c: Likewise.
1229         * misc.c: Likewise.
1230         * nil_method.c: Likewise.
1231         * objects.c: Likewise.
1232         * sarray.c: Likewise.
1233         * selector.c: Likewise.
1234         * sendmsg.c: Likewise.
1235         * thr-mach.c: Likewise.
1236         * thr.c: Likewise.
1237
1238 2002-06-25  DJ Delorie  <dj@redhat.com>
1239
1240         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
1241         GLIBCPP_TOPREL_CONFIGURE.
1242         * configure.in: Call it before AC_CANONICAL_SYSTEM.
1243         * configure: Regenerate.
1244
1245 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1246
1247         * Object.m (forward, read, write): Fix unused parameter warnings.
1248         * encoding.c: Include <stdlib.h>.
1249         (target_flags): Mark with attribute unused.
1250         (atoi): Delete.
1251         * runtime.h (__objc_selector_max_index): Change to unsigned int.
1252         (__objc_generate_gc_type_description): Prototype.
1253         * selector.c (__objc_selector_max_index): Change to unsigned int.
1254
1255 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1256
1257         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
1258         we always have a return value: if __objc_msg_forward does not
1259         supply a forwarding implementation, return the default
1260         __builtin_apply based one.
1261
1262 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1263
1264         * Object.m: Fix signed/unsigned warning.
1265         * Protocol.m: Likewise.
1266         * archive.c: Always include stdlib.h.
1267         (objc_read_short, objc_read_unsigned_short, objc_read_int,
1268         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
1269         Fix signed/unsigned warning.
1270         (objc_write_type, objc_read_type, objc_write_types,
1271         objc_read_types): Ensure ctype 8-bit safety.
1272         (__objc_no_write, __objc_no_read): Mark unused parameters.
1273         * class.c (class_table_setup): Specify void arg.
1274         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
1275         objc_skip_typespec, objc_skip_offset,
1276         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
1277         (objc_layout_structure_next_member): Ensure variables are
1278         initialized.
1279         * gc.c (__objc_generate_gc_type_description,
1280         class_ivar_set_gcinvisible): Mark unused parameters.
1281         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
1282         unused parameters.
1283         (__objc_init_protocols) Fix signed/unsigned warning.
1284         * nil_method.c (nil_method): Mark unused parameters.
1285         * thr.h (objc_thread_callback): Specify void arg.
1286         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
1287         signed/unsigned warning.
1288         (sarray_free): Fix formatting.
1289         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
1290         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
1291
1292 2002-06-09  Andreas Jaeger  <aj@suse.de>
1293
1294         * encoding.c (objc_layout_structure_next_member): Remove unused
1295         variable.
1296
1297 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1298
1299         * Makefile.in (SHELL): Set to @SHELL@.
1300         (WARN_CFLAGS): New.
1301         (ALL_CFLAGS): Add $(WARN_CFLAGS).
1302
1303 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1304
1305         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
1306         * configure: Regenerate.
1307
1308 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1309
1310         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1311         script entry, and set LD to it when configuring multilibs.
1312         * configure: Rebuilt.
1313
1314 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
1315
1316         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
1317
1318 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
1319
1320         PR objc/6107
1321         * objc/objc-api.h (struct objc_protocol_list): Change type of
1322         member count from int to size_t.
1323
1324 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1325
1326         PR libobjc/4039
1327         * aclocal.m4: Replace with version copied from libstdc++-v3.
1328         * configure.in: Update for changes to aclocal and Makefile.
1329         * configure: Regenerate.
1330         * Makefile.in: Correct install of multilibs and shared libs, use
1331         INSTALL_DATA for include files.
1332
1333 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
1334
1335         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
1336         categories - when an unclaimed category was found, the loop was
1337         doing two steps forward instead of one, so that in certain cases
1338         it was failing to properly load all the categories.  (Reported
1339         with fix by Alexander Malmberg <alexander@malmberg.org>).
1340
1341 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
1342
1343         * encoding.c: Add target_flags.
1344
1345 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
1346
1347          * objc/objc-api.h (_C_VECTOR): New.
1348
1349          * encoding.c (VECTOR_TYPE): New.
1350
1351 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1352
1353         * class.c: Rewritten the class table to use optimized, lock-free
1354         lookup.  This more than doubles the speed of class method
1355         invocations.  (class_table_setup), (class_table_insert),
1356         (class_table_replace), (class_table_get_safe),
1357         (class_table_next), (class_table_print),
1358         (class_table_print_histogram): New functions.
1359         (__objc_init_class_tables): Use class_table_setup.
1360         (__objc_add_class_to_hash): Use class_table_get_safe and
1361         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
1362         assert the existence of the table; do not lock the runtime; use
1363         class_table_get_safe.  (objc_next_class): Use class_table_next.
1364         (__objc_resolve_class_links): Use class_table_next.
1365         (class_pose_as): Use class_table_replace.
1366
1367 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
1368
1369         * gc.c: Removed the DEBUG declaration.
1370
1371 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1372
1373         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
1374         rather than through objc_thread_id, to save a function call.
1375         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
1376         Ditto.
1377
1378 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1379
1380         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
1381         to cast an id to a Class, which can not be done.  Make the check
1382         by using CLS_ISMETA on the class pointer instead.
1383         (object_is_meta_class): Similar fix.
1384
1385 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1386
1387         * configure.in (AC_EXEEXT): Work around in case it expands to
1388         nothing, as in autoconf 2.50.
1389         * acinclude.m4: Likewise.
1390         * configure: Rebuilt.
1391
1392 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
1393
1394         * THREADS: Explain that when we compile libobjc inside GCC, we
1395         always use thr-objc.c as a backend, which uses GCC's thread code.
1396
1397 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
1398
1399         * init.c (__objc_send_message_in_list): When setting a new entry
1400         in __objc_load_methods use the method IMP as key, but check to see
1401         if the method is in the hashtable by looking at the IMP also.
1402         Also ... call the method after adding it to the hashtable rather
1403         than before ... thus preventing an obscure possibility of infinite
1404         recursion if a +load method itself loads a subclass.
1405
1406 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
1407
1408         * init.c (__objc_send_message_in_list): When setting a new entry
1409         in __objc_load_methods use the method name as key, not the method
1410         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
1411
1412 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1413
1414         * objc-features.texi: Move to ../gcc/objc.texi.
1415         * fdl.texi: Remove.
1416         * Makefile.in: Don't generate documentation from
1417         objc-features.texi.
1418
1419 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
1420
1421         * fdl.texi: New file.
1422         * objc-features.texi: Simplify.
1423         * Makefile.in: Adjust accordingly.
1424
1425 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
1426
1427         * objc-features.texi: Use the GFDL.
1428
1429 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
1430
1431         * encoding.c (REAL_TYPE): Define.
1432
1433 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
1434
1435         * encoding.c (TYPE_MODE): Define.
1436
1437 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
1438
1439         * thr.c (objc_thread_add): New function.
1440         (objc_thread_remove): Ditto.
1441         * objc/thr.h: Declare them.
1442         * libobjc.def: Mention them.
1443
1444 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
1445
1446         * objc-features.texi: Document the @compatibility_alias compiler
1447         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
1448
1449 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1450
1451         * sendmsg.c (__objc_forward): Delete strlen() declaration.
1452
1453 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
1454
1455         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
1456         we're not interested in the result and they might fail.
1457         * configure: Regenerated.
1458
1459 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1460
1461         * objc-features.texi: Use @email.
1462
1463 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1464
1465         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
1466         printf.
1467
1468 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
1469
1470         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
1471         determines the value dynamically.
1472
1473 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
1474
1475         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
1476         libraries to provide a function that returns the real forwarding
1477         function. This can alleviate problems __builtin_apply() and
1478         friends have on various platforms. (Solution suggested by Helge
1479         Hess.)
1480
1481         * objc/objc-api.h: Define __objc_msg_forward.
1482
1483         * sendmsg.c: Define gen_rtx_REG.
1484
1485 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487         * thr-rtems.c: New file. Stub to compile.
1488
1489 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1490
1491         * configure: Rebuilt with new libtool.m4.
1492
1493 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1494
1495         * configure.in: Create a config.h file. Check for <sched.h>.
1496         * configure: Regenerate.
1497
1498         * config.h.in: Check for <sched.h>.
1499
1500 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
1501
1502         * configure: Regenerate after change to ../libtool.m4.
1503
1504 2000-08-14  Andreas Schwab  <schwab@suse.de>
1505
1506         * objc-features.texi (Top): Move @menu at end of node.
1507
1508 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
1509
1510         * objc-features.texi: Move @node Top before @menu.
1511
1512 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1513
1514         * objc-features.texi: Documented the new -fconstant-string-class
1515         option.
1516
1517 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1518
1519         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
1520         improve the Posix thread support for Objective-C.
1521
1522 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
1523
1524         * aclocal.m4: Replace copy of ../libtool.m4 with
1525         sinclude(../libtool.m4).
1526
1527 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
1528
1529         * configure.in: Added libtool support; build shared libraries
1530         if --enable-shared was passed on command line.
1531         * Makefile.in: Modified most compilation commands to use libtool.
1532         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
1533         libtool distribution.
1534
1535 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1536
1537         * sarray.c, Object.m: Removed the explicit prototypes for strlen
1538         and memcpy on 64-bit platforms (Suggested by Rodney Brown
1539         <rdb@cup.hp.com>).
1540
1541 2000-05-12  H.J. Lu  (hjl@gnu.org)
1542
1543         * Makefile.in (GTHREAD_FLAGS): New.
1544         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
1545         (OBJC_THREAD_FILE): Changed to thr-objc.
1546
1547         * configure.in (GTHREAD_FLAGS): New, check and replace it for
1548         Makefile.
1549         (OBJC_THREAD_FILE): Removed.
1550
1551         * thr-objc.c: New.
1552
1553 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1554
1555         * objc/hash.h: Include string.h.
1556
1557 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1558
1559         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
1560
1561 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1562
1563         * Object.m (strlen): Provide prototype on all 64bit platforms,
1564         not only alpha.
1565         * sarray.c (memcpy): Likewise.
1566         * encoding.c (objc_layout_finish_structure): Don't use
1567         ROUND_TYPE_ALIGN on sparc.
1568
1569         * encoding.c (objc_layout_structure_next_member): Do the whole
1570         procedure even for the first member, so that we get correct
1571         alignment.
1572
1573 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
1574
1575         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
1576         comments.
1577
1578 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
1579
1580         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
1581
1582 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
1583
1584         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
1585
1586 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
1587
1588         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
1589         the compiler when building C code.
1590
1591 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
1592
1593         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1594         libdir, libsubdir and tooldir.
1595
1596 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
1597
1598         * init.c (__objc_force_linking): Make global.
1599
1600 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
1601
1602         * configure.in (AC_EXEEXT): Remove call.
1603         (compiler_name): Explicitly check with no extension and .exe
1604         extension.
1605         * configure: Regenerate.
1606
1607 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1608
1609         * Makefile.in (CC1OBJ): Define in terms of CC.
1610         (runtime-info.h): Use.
1611
1612 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1613
1614         * objc-features.texi: Updated the URL to Boehm's GC page.
1615
1616 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1617
1618         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
1619         the char as being signed (patch from Daniel Jacobowitz
1620         <drow@false.org>).
1621
1622 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1623
1624         * configure.in (AC_PREREQ): Update to 2.13.
1625         (AC_EXEEXT): Call to find possible file extension.
1626         (compiler_name): Use.
1627         * configure: Regenerate.
1628
1629 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
1630
1631         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
1632
1633 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
1634
1635         * configure.in (thread_file): Correct and simplify code to find
1636         the thread file.
1637         * configure: Rebuilt.
1638
1639 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
1640
1641         * configure.in (compiler_name): Add check to detect if this
1642         language's compiler has been built.
1643         * configure: Regenerate.
1644
1645 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1646
1647         *  configure.in: Use AC_PREREQ(2.12.1).
1648
1649 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
1650
1651         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
1652
1653 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1654
1655         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
1656
1657 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1658
1659         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
1660
1661 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
1662
1663         * objc-features.texi (Top): Changed the email address.
1664         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
1665
1666 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
1667
1668         * encoding.c: Redefine get_inner_array_type to get the first entry
1669         in the structure.
1670
1671 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
1672
1673         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
1674         (objc_get_type_qualifiers): Similarly.
1675         * objc/encoding.h (_C_BYREF): Define.
1676         (_F_BYREF): Define.
1677
1678 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
1679
1680         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
1681         works out on 64-bit systems.
1682
1683 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
1684
1685         * Makefile.in (INCLUDES): Make it multilib-friendly.
1686
1687 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
1688
1689         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
1690
1691 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
1692                          Jeffrey A Law  (law@cygnus.com)
1693
1694         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
1695         (FLAGS_TO_PASS): Added.
1696         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
1697
1698         * archive.c: Change config.h to tconfig.h.
1699
1700         * configure.in: Find gcc's object directory even for multilibs.
1701
1702 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
1703
1704         * configure.in: Escape ^ in grep string.
1705         * configure: Rebuilt.
1706
1707 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
1708
1709         * All .h files pushed down into the objc/ subdirectory.
1710         * Makefile.in (copy_headers): Corresponding changes.
1711         * configure.in (AC_INIT): Corresponding changes.
1712         * configure: Rebuilt.
1713
1714 1998-09-30  Ben Elliston  <bje@cygnus.com>
1715             Jeff Law      <law@cygnus.com>
1716
1717         * Makefile.in: Rewrite.
1718
1719         * configure.in: Likewise.
1720
1721         * configure: Regenerate.
1722
1723         * All .c files.  Remove "objc" prefix when including objc header
1724         files.  Include tconfig.h, not ../tconfig.h.
1725
1726 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
1727
1728         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
1729         (get_inner_array_type): Define.
1730
1731 1998-09-21  Ben Elliston  <bje@cygnus.com>
1732
1733         * New directory.  Moved files from ../gcc/objc.