OSDN Git Service

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