]> git.ipfire.org Git - thirdparty/gcc.git/blame - libobjc/ChangeLog
re PR target/36473 (Generate bit test (bt) instructions)
[thirdparty/gcc.git] / libobjc / ChangeLog
CommitLineData
3f6383d3
JB
12008-05-30 Julian Brown <julian@codesourcery.com>
2
3 * exception.c (__objc_exception_class): Initialise as constant
4 array for ARM EABI. Change macro to static const for non-ARM EABI.
5 (ObjcException): Add note about structure layout. Remove landingPad
6 and handlerSwitchValue for ARM EABI.
7 (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
8 of function.
9 (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
10 (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
11 ARM EABI unwinding support.
12 (objc_exception_throw): Use memcpy to initialise exception class.
13
dd25a747
AM
142008-05-25 Alan Modra <amodra@bigpond.net.au>
15
16 * encoding.c (strip_array_types): Rename from get_inner_array_type.
17 (rs6000_special_round_type_align): Update.
18
7afa92c5
JB
192008-05-09 Julian Brown <julian@codesourcery.com>
20
21 * Makefile.in (LTLDFLAGS): New.
22 (libobjc$(libsuffix).la, libobjc_gc$(libsuffix).la): Use above.
23
deb984e6
PB
242008-04-18 Paolo Bonzini <bonzini@gnu.org>
25
26 PR bootstrap/35457
27 * aclocal.m4: Regenerate.
28 * configure: Regenerate.
29
e7ad4ca7
DE
302008-01-24 David Edelsohn <edelsohn@gnu.org>
31
32 * configure: Regenerate.
33
2c888488
L
342007-10-14 H.J. Lu <hongjiu.lu@intel.com>
35
36 * configure.ac: Don't run config-ml.in directly.
37 (multilib_arg): New.
38 * configure: Regenerated.
39
30cad60d
AP
402007-08-06 Andrew Pinski <pinskia@gmail.com>
41
42 PR libobjc/30731
43 * exception.c (parse_lsda_header): Use _uleb128_t/_sleb128_t instead
44 of _Unwind_Word for variables which are used in
45 read_uleb128/read_sleb128.
46 (PERSONALITY_FUNCTION): Likewise.
47
12a27363
L
482007-07-05 H.J. Lu <hongjiu.lu@intel.com>
49
50 * aclocal.m4: Regenerated.
51
af333b9a
AP
522007-06-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
53
54 * configure.ac: Fix a typo in *-*-darwin clause.
55 * configure: Regenerated.
56
4620d81e
L
572007-06-02 H.J. Lu <hongjiu.lu@intel.com>
58
59 * configure.ac: Fix a typo.
60 * configure: Regenerated.
61
82a6cadf
PB
622007-06-02 Paolo Bonzini <bonzini@gnu.org>
63
64 * configure: Regenerate.
65
45d5f86c
AP
662007-06-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
67
68 * Makefile.in: Replace all uses of libext with libsuffix.
69 * configure.ac: Likewise.
70 * configure: Regenerate.
71
72 Revert:
73 * Makefile.in: Remove all uses of $(libext).
74
8b5dda41
AP
752007-05-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
76
77 * Makefile.in: Remove all uses of $(libext).
78
1cf3d07d
SE
792007-05-23 Steve Ellcey <sje@cup.hp.com>
80
81 * configure: Regenerate.
82 * aclocal.m4: Regenerate.
83
8972bcd8
AR
842007-04-21 Andrew Ruder <andy@aeruder.net>
85
86 * sendmsg.c (__objc_get_forward_imp): Call
87 __objc_msg_forward2 for real.
88
80ae8e8a
AR
892007-04-09 Andrew Ruder <andy@aeruder.net>
90
91 * sendmsg.c: Added __objc_msg_forward2, a hook that allows
92 external libraries to provide a function that returns the real
93 forwarding function based on both the selector and the receiver.
94 * objc/objc-api.h: Define __objc_msg_forward2.
95
38593123
BM
962007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
97
98 * Makefile.in: Add dummy install-pdf target.
99
3034b453
MLI
1002007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
101
102 * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
103 unused warning.
104
58182de3
GK
1052006-10-31 Geoffrey Keating <geoffk@apple.com>
106
107 * encoding.c (darwin_rs6000_special_round_type_align): New.
108
5b043f08
GK
1092006-10-14 Geoffrey Keating <geoffk@apple.com>
110
111 * Makefile.in: Use multi_basedir instead of toplevel_srcdir.
112 * configure.ac: Use multi.m4 from aclocal rather than custom
113 code. Use multi_basedir instead of toplevel_srcdir.
114 * aclocal.m4: Regenerate.
115 * configure: Regenerate.
116
b5422ad7
BM
1172006-10-10 Brooks Moses <bmoses@stanford.edu>
118
119 * Makefile.in: Added empty "pdf" target.
120
57255173
PB
1212006-07-18 Paolo Bonzini <bonzini@gnu.org>
122
91ba215a 123 * configure: Regenerate.
57255173 124
2788992b
CD
1252006-05-23 Carlos O'Donell <carlos@codesourcery.com>
126
127 * Makefile.in: Add install-html target. Add install-html to .PHONY
128
529490b4
RO
1292006-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
130
131 PR libobjc/26309
132 * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
133
801a91f9
DA
1342006-01-24 David Ayers <d.ayers@inode.at>
135
136 PR libobjc/9751
137 * gc.c (class_ivar_set_gcinvisible): Replace strncpy with memcpy
138 and insure the new strings are '\0' termintated.
139
8c3e5222
DA
1402006-01-24 David Ayers <d.ayers@inode.at>
141
142 PR libobjc/13946
143 * configure.ac: Add include directives for --enable-objc-gc.
144 * Makefile.in: Ditto.
145 * configure: Regenerate.
146
147 * gc.c (__objc_class_structure_encoding): Increment the used bytes
148 instead of the local pointer to them.
149
06b11455
AP
1502005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
151
152 PR objc/25360
91ba215a
AP
153 * objc/objc-api.c (_C_COMPLEX): New define.
154 * encoding.c (objc_sizeof_type): Handle _C_Complex.
155 (objc_alignof_type): Likewise.
156 (objc_skip_typespec): Likewise.
06b11455 157
bf5b295c
DA
1582005-12-15 David Ayers <d.ayers@inode.at>
159
160 PR libobjc/14382
161 * README (+load,+initialize): Fix documentation to reflect
162 intended and implemented semantics for +load and +initialize.
163
761c0d29
AP
1642005-12-12 Andrew Pinski <pinskia@physics.uc.edu>
165
166 * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and
167 the name.
168 (get_inner_array_type): Fix to skip over _C_ARY_B and size.
169 (rs6000_special_round_type_align): Update for the ABI fix.
170 (objc_layout_finish_structure): Correct the encoding which is passed to
171 ROUND_TYPE_ALIGN.
172
4540a3ad
AP
1732005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
174
175 PR libobjc/25347
176 * encoding.c (objc_sizeof_type): Don't handle _C_UNION_B special
177 but use the struct layout functions.
178 (objc_alignof_type): Likewise.
179 (objc_layout_structure): Handle _C_UNION_B also.
180 (objc_layout_structure_next_member): Likewise.
181 (objc_layout_finish_structure): Likewise.
182
153b4898
AP
1832005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
184
185 PR libobjc/25346
186 * objc/objc-api.h (_C_BOOL): New define.
187 * encoding.c (objc_sizeof_type): Handle _C_BOOL.
188 (objc_alignof_type): Likewise.
189 (objc_skip_typespec): Likewise.
190
84700346
DA
1912005-11-20 David Ayers <d.ayers@inode.at>
192
193 PR libobjc/19024
194 * objc/hash.h: Remove deprecated hash API.
195 * hash_compat.c: Remove.
196 * Makefile.in: Remove reference to hash_compat.c.
197
198 * configure.ac (VERSION): Bump library version to 2:0:0.
199 * configure: Regenerate.
200
7ef67393
AO
2012005-11-09 Alexandre Oliva <aoliva@redhat.com>
202
203 PR other/4372
204 * thr-objc.c (_XOPEN_SOURCE): Define.
205
b7add506
UW
2062005-10-07 Ulrich Weigand <uweigand@de.ibm.com>
207
208 PR libobjc/23612
209 * objc/objc-api.h (struct objc_ivar): Move definition to
210 global scope.
211
ca59f04b
AP
2122005-09-04 Andrew Pinski <pinskia@physics.uc.edu>
213 Rasmus Hahn <rassahah@neofonie.de>
214
215 PR libobjc/23108
216 * archive.c (objc_write_type): Correct the element offset.
217 (objc_read_type): Likewise.
218
f9d09c43
KC
2192005-08-17 Kelley Cook <kcook@gcc.gnu.org>
220
221 * All files: Update FSF address.
222
ee1658f3
MK
2232005-08-13 Marcin Koziej <creep@desk.pl>
224 Andrew Pinski <pinskia@physics.uc.edu>
225
226 PR libobjc/22492
227 * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
228
a5a813f8
AP
2292005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
230
231 * Makefile.in (extra_ldflags_libobjc): New.
232 (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
233 (libobjc_gc$(libext).la): Likewise.
234 * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
235 "-Wl,-single_module".
236 * configure: Regenerate.
237 * linking.m (_objcInit): Remove.
238
84fd360d
AP
2392005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
240
241 PR libobjc/22606
242 * Makefile.in (ALL_CFLAGS): Add -fexceptions.
243
cf223603
DA
2442005-06-08 David Ayers <d.ayers@inode.at>
245
246 * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
247 objc/encoding.h, objc/hash.h, objc/objc-api.h,
248 objc/runtime.h, objc/sarray.h, objc/thr.h,
249 objc/typedstream.h: Do not include Objective-C headers as
250 system headers.
251
348a3445
DA
2522005-06-07 David Ayers <d.ayers@inode.at>
253
254 * archive.c, init.c, selector.c: Include hash.h.
255 * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
256 init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
257 sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
258 thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
259 thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
260 Include Objective-C headers with quotes and objc/ directory
261 prefix.
262
4419e343
RH
2632005-05-19 Richard Henderson <rth@redhat.com>
264
265 * exception.c: Revert last change.
266
2e8a88f0
DA
2672005-05-19 David Ayers <d.ayers@inode.at>
268
269 * exception.c: Include tsystem.h for unwind.h.
270
f4c767fd
MS
2712005-05-09 Mike Stump <mrs@apple.com>
272
273 * configure: Regenerate.
274
6dab073b
MS
2752005-04-12 Mike Stump <mrs@apple.com>
276
277 * configure: Regenerate.
278
2b37e3d5
ZW
2792005-03-21 Zack Weinberg <zack@codesourcery.com>
280
281 * Makefile.in: Set gcc_version here.
282 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Adjust quoting
283 in definition of toolexeclibdir so that $(gcc_version) is expanded
284 by the Makefile.
285 * aclocal.m4, configure: Regenerate.
286
e59ef543
DA
2872005-03-03 David Ayers <d.ayers@inode.at>
288
289 * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
290 version reference. Correct typo.
291
270a1283
DA
2922005-03-02 David Ayers <d.ayers@inode.at>
293
294 PR libobjc/19024
295 * Makefile.in (OBJS): Add hash_compat.lo.
296 (OBJS_GC): Add hash_compat_gc.lo.
297 (hash_compat_gc.lo): New target and rule.
298 * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
299 (hash_next, hash_value_for_key, hash_is_key_in_hash)
300 (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
301 with objc_. Add deprecated non prefixed inlined versions.
302 (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
303 declarations.
304 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
305 (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
306 update callers.
307 * hash_compat.c: New file.
308 * archive.c: Update callers.
309 * init.c: Likewise.
310 * selector.c: Likewise.
311 * libobjc.def: Add objc_ versions of hash functions.
312
6886e18e
AP
3132005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
314
315 PR libobjc/20252
316 * Makefile.in (GTHREAD_FLAGS): Remove.
317 (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
318 * thr-objc.c: Include config.h.
319 * configure.ac: Instead of looking at GCC's makefile, figure out if
320 GTHREAD_FLAGS should be defined by looking at the `thread model'
321 of the current gcc.
322 * configure: Regenerate.
323 * config.h.in: Regenerate.
324
215c351a
PB
3252005-02-28 Paolo Bonzini <bonzini@gnu.org>
326
327 PR bootstrap/17383
328 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
329 (Determine CFLAGS for gthread): Use $host_subdir.
330 * configure: Regenerate.
331 * Makefile.in (host_subdir): New.
332 (INCLUDES): Use it.
333
63b6f9ea
AP
3342004-12-20 Andrew Pinski <pinskia@physics.uc.edu>
335
336 PR libobjc/12035
337 * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
def9360c
AP
338 they are not used.
339 Include limits.h and stdlib.h.
340 Define BITS_PER_WORD.
63b6f9ea 341
64cbe55e
AM
3422004-12-12 Alexander Malmberg <alexander@malmberg.org>
343
344 * selector.c (__objc_init_selector_tables): Add missing void to
345 definition.
346
afabd8e6
RS
3472004-12-02 Richard Sandiford <rsandifo@redhat.com>
348
349 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
350 * configure, aclocal.m4: Regenerate.
351
2539bffe
KC
3522004-11-29 Kelley Cook <kcook@gcc.gnu.org>
353
354 * configure: Regenerate for libtool change.
355
767f726e
KC
3562004-11-25 Kelley Cook <kcook@gcc.gnu.org>
357
358 * configure: Regenerate for libtool reversion.
359
2c92e90f
KC
3602004-11-24 Kelley Cook <kcook@gcc.gnu.org>
361
362 * configure: Regenerate for libtool change.
363
2fc30700
KC
3642004-11-24 Kelley Cook <kcook@gcc.gnu.org>
365
366 * aclocal.m4, config.h.in: Regenerate.
367
dd365157 3682004-10-08 Mike Stump <mrs@apple.com>
2b37e3d5 369 Andrew Pinski <pinskia@physics.uc.edu>
dd365157
MS
370
371 * aclocal.m4: Rename to ...
372 * acinclude.m4: here and also use m4_include instead of sinclude.
373 * aclocal.m4: Regenerate.
374 * configure: Regenerate.
375 * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
5a59530d 376 * Makefile.in (configure): Add @MAINT@ infront of configure.ac
dd365157 377
8d488306
AP
3782004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
379
380 * archive.c: Fix all the warnings about passing unsigned char*
381 to char* and the other way too.
382
049bc404
AP
3832004-09-16 Andrew Pinski <pinskia@physics.uc.edu>
384
385 PR libobjc/16448
386 * exception.c: Include config.h
387 (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
388 SJLJ_EXCEPTIONS.
389 * configure.ac: Find out what exception handling code we use.
390 * configure: Regenerate.
391 * config.h.in: New file, regenerate.
392
45f17969
AP
3932004-09-16 Andrew Pinski <apinski@apple.com>
394
395 * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
396
1506eac1
NN
3972004-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
398
399 * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
400 ACX_NONCANONICAL_TARGET.
401 * configure: Regenerate.
402
f13bb199
ZL
4032004-08-13 Ziemowit Laski <zlaski@apple.com>
404
405 * objc/sarray.h: Hoist include of assert.h near the top of file,
406 and mark the remainder of the file 'extern "C"'.
407
9567d415
AP
4082004-08-13 Andrew Pinski <pinskia@physics.uc.edu>
409
410 * objc/Object.h: Move includes out of extern "C" blocks.
411 * objc/encoding.h: Likewise.
412 * objc/hash.h: Likewise.
413 * objc/objc-api.h: Likewise.
414 * objc/runtime.h: Likewise.
415 * objc/sarray.h: Likewise.
416 * objc/typedstream.h: Likewise.
417
1a6213c3
ZL
4182004-08-12 Ziemowit Laski <zlaski@apple.com>
419
420 * objc/NXConstStr.h: Update copyright date; bracket with
421 'extern "C"' for C++ use; make include syntax consistent
422 by using <...> instead of "..."; hoist <objc/...> includes
423 above the 'extern "C"' block.
424 * objc/Object.h: Likewise.
425 * objc/Protocol.h: Likewise.
426 * objc/encoding.h: Likewise.
427 * objc/hash.h: Likewise.
428 * objc/runtime.h: Likewise.
429 * objc/sarray.h: Likewise.
430 * objc/thr.h: Likewise.
431 * objc/typedstream.h: Likewise.
432 * objc/objc-api.h: Add 'extern "C"' block for C++ use.
433 (objc_static_instances): For C++ case, do away with
434 zero-sized array.
435 (objc_method): Hoist definition to file scope.
436 (_objc_load_callback, _objc_object_alloc, class_get_class_method,
2b37e3d5 437 class_get_instance_method, class_create_instance,
1a6213c3
ZL
438 class_get_class_name, class_get_instance_size,
439 class_get_meta_class, class_get_super_class, class_get_version,
440 class_is_class, class_is_meta_class, class_set_version,
441 class_get_gc_object_type, class_ivar_set_gcinvisible,
442 get_imp): Rename 'class' parameter to '_class'.
443 * objc/objc-list.h: Add 'extern "C"' block for C++ use.
444 * objc/objc.h: Update copyright date.
445 (arglist_t): Provide a union tag.
446
bc012a44
AP
4472004-07-22 Andrew Pinski <pinskia@physics.uc.edu>
448
449 * thr.c (__objc_thread_detach_function): Do not mark as volatile
450 but instead use the attribute noreturn.
451
0cf61401
ZW
4522004-06-28 Zack Weinberg <zack@codesourcery.com>
453
454 * encoding.c: Rename target_flags with a #define to avoid
455 conflict with a prior declaration.
456
6f0aa5e1
AP
4572004-06-24 Andrew Pinski <apinski@apple.com>
458
459 * objc/encoding.h: Wrap the functions with extern "C" for C++
0cf61401 460 mode.
6f0aa5e1
AP
461 * objc/hash.h: Likewise.
462 * objc/objc-api.h: Likewise.
463 * objc/objc-list.h: Likewise.
464 * objc/runtime.h: Likewise.
465 * objc/sarray.h: Likewise.
466 * objc/thr.h: Likewise.
467 * objc/typedstream.h: Likewise.
468
469
e7ebc32a
NC
4702004-06-21 Nick Clifton <nickc@redhat.com>
471
472 * encoding.c (BITS_PER_UNIT): Define if a definition is not
473 provided.
474
5520b936
AM
4752004-06-20 Alexander Malmberg <alexander@malmberg.org>
476
0cf61401
ZW
477 * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
478 (exception_gc.lo): New.
479 (OBJS_GC): Add exception_gc.lo.
480
a776161b
RH
4812004-06-17 Richard Henderson <rth@redhat.com>
482
483 * exception.c: New file.
484 * Makefile.in (exception.lo): New.
485 (OBJS): Add it.
486
da727eab
AP
4872004-06-14 Andrew Pinski <pinskia@physics.uc.edu>
488
489 * linking.m (_objcInit): New empty function
490 for Darwin only.
491
3f35ff6f
AP
4922004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
493
684c64bf
AP
494 * configure.ac: Support --enable-shared=libobjc.
495 * configure: Regenerate.
496
3f35ff6f
AP
497 PR libobjc/15901
498 * configure.ac: Do not disable shared by default.
499 * configure: Regenerate.
500
1600b7d6
NP
5012004-06-03 Nicola Pero <n.pero@mi.flashnet.it>
502
503 * Protocol.m ([-isEqual:]): Small optimizations returning
504 immediately if the argument is equal to self, and accessing
505 the argument's name directly if it's a protocol.
506
5072004-06-03 David Ayers <d.ayers@inode.at>
508
509 * Protocol.m ([-isEqual:]): Test the class of the argument.
510
ff65de76
AP
5112004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
512
7d34a5a9
AP
513 * configure.ac (includedir): Rename to ...
514 (includedirname).
515 * Makefile.in: s/includedir/includedirname/.
516
ff65de76
AP
517 PR target/11572
518 * configure.ac (includedir): Set to "include"
519 except for Darwin.
520 (libext) Set to empty except for Darwin.
521 * configure: Regenerate
522 * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
523 s/include/$(includedir)/g.
524
54b2f310
DJ
5252004-05-25 Daniel Jacobowitz <drow@false.org>
526
527 * Makefile.in: Add .NOEXPORT.
528
435317e2
AP
5292004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
530
531 Merge from the libobjc-branch
532 2004-02-09 Andrew Pinski <pinskia@physics.uc.edu>
0cf61401 533
435317e2 534 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
0cf61401 535
435317e2 536 2004-02-03 Andrew Pinski <pinskia@physics.uc.edu>
0cf61401 537
435317e2 538 * Makefile.in (OBJC_H): Add objc-deps.h.
0cf61401 539
435317e2 540 2004-01-27 Nicola Pero <n.pero@mi.flashnet.it>
0cf61401 541
435317e2
AP
542 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
543 ([-hash], [-isEqual:]): New methods.
0cf61401 544
435317e2 545 2004-01-27 Richard Frith-Macdonald <rfm@gnu.org>
0cf61401 546
435317e2 547 * sarray.c (sarray_free): Add a better comment.
0cf61401 548
435317e2 549 2004-01-27 Adam Fedor <fedor@gnu.org>
0cf61401 550
435317e2
AP
551 * hash.c (hash_add): Cast cachep to int.
552 * selector.c (__sel_register_typed_name): Cast
553 soffset_decode to int.
0cf61401 554
435317e2 555 2004-01-27 Alexander Malmberg <alexander@malmberg.org>
0cf61401 556
435317e2
AP
557 * selector.c: Rename register_selectors_from_list to
558 __objc_register_selectors_from_list. Update caller.
559 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
560 while registering selectors. Use __sel_register_typed_name instead
561 of sel_register_typed_name. Check for NULL method_name:s.
562 (pool_alloc_selector): New function.
563 (__sel_register_typed_name): Use pool_alloc_selector to allocate
564 selector structures.
565 * sendmsg.c (class_add_method_list): Use
566 __objc_register_selectors_from_list.
567 * objc/runtime.h: Add __objc_register_selectors_from_list.
0cf61401 568
435317e2 569 2004-01-25 Adam Fedor <fedor@gnu.org>
0cf61401
ZW
570 Nicola Pero <n.pero@mi.flashnet.it>
571 Andrew Pinski <pinskia@physics.uc.edu>
572
435317e2
AP
573 * objc/objc-decls.h: New file.
574 * objc/objc-api.h (_objc_lookup_class): Mark as export.
575 (_objc_load_callback): Likewise.
576 (_objc_object_alloc): Likewise.
577 (_objc_object_copy): Likewise.
578 (_objc_object_dispose): Likewise.
0cf61401 579
435317e2 580 2004-01-25 Andrew Pinski <pinskia@physics.uc.edu>
0cf61401 581
435317e2 582 * archive.c: s/__inline__/inline
0cf61401
ZW
583 * sendmsg.c: Likewise.
584
435317e2
AP
585 * encoding.c: Remove FIXME about the warning
586 about unused variable.
587 * sendmsg.c: Add a FIXME comment saying that
588 this should be using libffi.
0cf61401 589
435317e2 590 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
0cf61401 591
435317e2 592
755bddc8
AP
5932004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
594
595 * archive.c (objc_read_class): Initialize class_name.
596 (objc_read_selector): Initialize selector_name.
597
eb01299a
RS
5982004-05-09 Richard Sandiford <rsandifo@redhat.com>
599
600 * Makefile.in (toolexecdir): Remove trailing space.
601
db7f3c69
NN
6022004-04-15 Nathanael Nerode <neroden@gcc.gnu.org>
603
604 PR libobjc/14948
605 * configure.ac: De-precious CC so multilibs work.
606 * configure: Regenerate.
607
a42a57cb
NN
6082004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
609
610 * configure.ac: Restore toolexecdir.
611 * Makefile.in: Restore toolexecdir.
612 * configure: Regenerate.
613
9c01f395
NN
6142004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
615
d770b996
NN
616 * configure.ac: Remove (unused) glibcpp_prefixdir.
617 * configure: Regenerate.
618
3adc31d1
NN
619 * configure.in: Rename to configure.ac.
620 * Makefile.in: Update to match.
621
608e1e0c
NN
622 * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
623 Replace glibcpp_toolexeclibdir with toolexeclibdir.
624 * configure.in: Remove glibcpp_toolexecdir (unused).
625 Replace glibcpp_toolexeclibdir with toolexeclibdir. Don't generate
626 config.h or stamp-h (unused). Move one comment to the right place.
627 * configure: Regenerate.
628 * config.h.in: Remove (unused).
629
88b16960
NN
630 * config.h.in: Regenerate with autoheader.
631
af0c82b3
NN
632 * Makefile.in: Remove (unused) gcc_version_trigger.
633 * configure.in: Remove (unused) glibcpp_builddir. Don't AC_SUBST
634 gcc_version_trigger.
635 * configure: Regenerate.
636
252dde64
NN
637 * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
638 Sort file into sections. Remove dnl where appropriate. Fix
639 other style issues.
640 * configure: Regenerate.
641
88386050
NN
642 * configure.in: Replace old AC_PROG_CC hack with new one.
643 Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
644 are no subdirectory output files, so this is fine). Change prereq
645 to autoconf 2.59.
646 * aclocal.m4: Include ../config/no-executables.m4.
647 * configure: Regenerate with autoconf 2.59.
648
b43e7294
NN
649 * configure.in: Improve comments on gthread_cflags. Improve m4
650 quotation, and replace 'if test' with 'case', for --enable-objc-gc.
651 * configure: Regenerate.
652
1fcfac98
NN
653 * configure.in: Move PACKAGE and VERSION settings up top. Remove
654 unused call to AC_PROG_LN_S. Default RANLIB to ':'. Remove
655 redundant checks for values of RANLIB, AR, INSTALL.
656 * configure: Regenerate.
657
9c01f395
NN
658 * configure.in: Clean up handling of
659 --enable-version-specific-runtime-libs and related variables;
660 replace 'if test' with 'case' where reasonable. Fix comments.
661 Remove useless libstdcxx_interface.
662 * configure: Regenerate.
663
664 * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
665 Replace uses of target_alias with target_noncanonical.
666 * aclocal.m4: Include ../config/acx.m4.
667 * configure: Regenerate.
668 * Makefile.in: Replace uses of target_alias with target_noncanonical.
669 Fix copyright statement.
670
671 * configure.in: Hand-inline bulky, confusing macros from
672 aclocal.m4. Replace references to "GNU Objective C" with "GCC".
673 Update copyright notice. Remove stuff for automake, which isn't
674 used in this directory. Remove emacs local variables.
675 * aclocal.m4: Remove hand-inlined macros. Update copyright notice.
676 * configure: Regenerate.
677
1adc3fec
MH
6782004-03-16 Manfred Hollstein <mh@suse.com>
679
680 * Makefile.in, configure.in, configure: Update copyright years.
681
68a1af87
MH
6822004-03-15 Manfred Hollstein <mh@suse.com>
683
684 * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
685 definition from configure.in.
686 * configure.in (PACKAGE): Add definition.
687 (VERSION): Add definition; substitute it in output files.
688 * configure: Re-generate.
689
d5e63fce
ZL
6902004-03-05 Ziemowit Laski <zlaski@apple.com>
691
692 * objc/hash.h (hash_string, compare_strings):
693 Add type-casts to make Objective-C++ happy.
694 * objc/typedstream.h (objc_get_stream_class_version):
695 Rename parameter from 'class' to 'class_name' to make
696 Objective-C++ happy.
697
8f8cdf33
MM
6982004-03-01 Michael Matz <matz@suse.de>
699
700 * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
701
25fe8680
ZL
7022004-02-06 Ziemowit Laski <zlaski@apple.com>
703
704 * objc/objc-api.h (objc_super): The 'class' field shall
705 be named 'super_class' #ifdef __cplusplus.
706
95727fb8
AP
7072004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
708
709 PR target/10781
710 * encoding.c (rs6000_special_round_type_align): Define.
711
5af0e6ae
AF
7122004-01-14 Adam Fedor <fedor@gnu.org>
713
714 PR libobjc/12155
715 * selector.c (__objc_register_instance_methods_to_class): Free
716 new_list if not used.
717
b39f1868
AR
7182004-01-09 Andrew Ruder <aeruder@ksu.edu>
719
720 PR libobjc/11904
721 * sarray.c (sarray_free): Free array->is_copy_of latter.
722
75d3baee
ZW
7232003-12-01 Zack Weinberg <zack@codesourcery.com>
724
725 PR 11433
726 * Protocol.m (descriptionForInstanceMethod): Don't dereference
727 instance_methods if it's NULL.
728 (descriptionForClassMethod): Likewise for class_methods.
729
7989e4dc
RO
7302003-10-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
731
732 * Makefile.in (runtime-info.h): Remove -Wp.
733
54b98a47
RO
7342003-10-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
735
736 * Makefile.in (CC1OBJ): Remove.
737 (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
738 correctly.
739 Use .m extension for temporary file.
740 Remove assembler temp file.
741
beca20d2
JM
7422003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
743
744 * objc/hash.h (hash_string): Don't use a cast as an lvalue.
745
05dcec66
RO
7462003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
747
748 * Makefile.in (runtime-info.h): Use MULTIFLAGS.
749
e517f636
AM
7502003-09-09 Alan Modra <amodra@bigpond.net.au>
751
752 * configure: Regenerate.
753
45dff86e
AM
7542003-08-27 Alexander Malmberg <alexander@malmberg.org>
755
756 * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
757 (libdir)/gcc-lib/ when installing.
758 * configure: Regenerate.
759
c19f8e35
NP
760Thu Jul 10 10:27:43 2003 Nicola Pero <n.pero@mi.flashnet.it>
761
762 libobjc/9969
763 * sendmsg.c (get_imp): Fixed rare threading problem.
764 (__objc_responds_to): Similar fixes.
765 (objc_msg_lookup): Similar fixes.
766 (__objc_init_install_dtable): Lock the runtime before checking if the
767 table is installed.
75d3baee 768
6c82ad25
NN
7692003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
770
38709cad
NN
771 * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
772 makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
773 selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
774 thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
75d3baee 775 thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
38709cad 776 thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
6c82ad25
NN
777 * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
778 class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
779 objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
780 objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
781 objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
782
e083f3f9 783Tue May 13 14:56:03 2003 Richard Frith-Macdonald <rfm@gnu.org>
75d3baee 784 Nicola Pero <n.pero@mi.flashnet.it>
e083f3f9
RFM
785
786 libobjc/10742
787 * init.c (class_superclass_of_class): New function.
788 (create_tree_of_subclasses_inherited_from): Use it.
789 (__objc_tree_insert_class): Likewise.
790 (class_is_subclass_of_class): Likewise.
75d3baee 791
0b87e18e
DC
7922003-04-11 David Chad <davidc@freebsd.org>
793 Loren J. Rittle <ljrittle@acm.org>
794
795 libobjc/8562
796 * objc/hash.h (hash_string): Constify correctly.
797 (compare_ptrs): Use direct compare.
798 * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
799 * objc/sarray.h: Global rename index to indx to avoid shadow.
800
ff8b9ca8
AS
8012003-03-12 Andreas Schwab <schwab@suse.de>
802
803 * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
804 glibcpp_toolexeclibdir.
805 * configure: Rebuilt.
806
3343fdd2
AO
8072003-02-20 Alexandre Oliva <aoliva@redhat.com>
808
809 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
810 config.status.
811 * configure: Rebuilt.
812
c5e3e1ed
AO
8132003-01-27 Alexandre Oliva <aoliva@redhat.com>
814
815 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
816 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
817 version_specific_libs is enabled.
818 * configure: Rebuilt.
819
90e5b39f
CC
8202003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
821
822 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
823 (install-libs, install-headers): Prepend $(DESTDIR) to
824 destination paths in all (un)installation commands.
825
4977bab6
ZW
8262002-12-02 Zack Weinberg <zack@codesourcery.com>
827
828 * thr-objc.c: Include coretypes.h and tm.h.
829
8302002-12-01 Zack Weinberg <zack@codesourcery.com>
831
832 * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
833
8342002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
835
836 * configure.in: Remove skip-this-dir support.
837 * configure: Regenerate.
838
6c5d742e
KG
8392002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
840
841 * Makefile.in (all): Fix multilib parallel build.
842
c2a68741
NP
843Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
844
845 * sendmsg.c (nil_method): Declare not to take a variable number of
846 args.
847 (objc_msg_lookup): Cast nil_method to IMP before returning it.
848 (objc_msg_lookup_super): The same.
849
edf4d41e
JH
8502002-09-10 Jan Hubicka <jh@suse.cz>
851
65a8189e
AJ
852 * nil_method.c (nil_method): No longer defined with variable
853 arguments.
edf4d41e 854
40165636
RB
8552002-07-02 Rodney Brown <rbrown64@csc.com.au>
856
857 * objc/encoding.h: Fix formatting.
858 * objc/hash.h: Likewise.
859 * objc/objc-api.h: Likewise.
860 * objc/runtime.h: Likewise.
861 * objc/thr.h: Likewise.
862 * archive.c: Likewise.
863 * class.c: Likewise.
864 * encoding.c: Likewise.
865 * gc.c: Likewise.
866 * hash.c: Likewise.
867 * init.c: Likewise.
868 * misc.c: Likewise.
869 * nil_method.c: Likewise.
870 * objects.c: Likewise.
871 * sarray.c: Likewise.
872 * selector.c: Likewise.
873 * sendmsg.c: Likewise.
874 * thr-mach.c: Likewise.
875 * thr.c: Likewise.
876
aebb8c22
DD
8772002-06-25 DJ Delorie <dj@redhat.com>
878
879 * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
880 GLIBCPP_TOPREL_CONFIGURE.
881 * configure.in: Call it before AC_CANONICAL_SYSTEM.
882 * configure: Regenerate.
883
b62cc13a
KG
8842002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
885
886 * Object.m (forward, read, write): Fix unused parameter warnings.
887 * encoding.c: Include <stdlib.h>.
888 (target_flags): Mark with attribute unused.
889 (atoi): Delete.
890 * runtime.h (__objc_selector_max_index): Change to unsigned int.
891 (__objc_generate_gc_type_description): Prototype.
892 * selector.c (__objc_selector_max_index): Change to unsigned int.
893
10cb24df
NP
894Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
895
896 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
897 we always have a return value: if __objc_msg_forward does not
898 supply a forwarding implementation, return the default
899 __builtin_apply based one.
900
8f8c44cb
KG
9012002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
902
903 * Object.m: Fix signed/unsigned warning.
904 * Protocol.m: Likewise.
905 * archive.c: Always include stdlib.h.
906 (objc_read_short, objc_read_unsigned_short, objc_read_int,
907 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
908 Fix signed/unsigned warning.
909 (objc_write_type, objc_read_type, objc_write_types,
910 objc_read_types): Ensure ctype 8-bit safety.
911 (__objc_no_write, __objc_no_read): Mark unused parameters.
912 * class.c (class_table_setup): Specify void arg.
913 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
914 objc_skip_typespec, objc_skip_offset,
915 objc_layout_structure_next_member): Ensure ctype 8-bit safety.
916 (objc_layout_structure_next_member): Ensure variables are
917 initialized.
918 * gc.c (__objc_generate_gc_type_description,
919 class_ivar_set_gcinvisible): Mark unused parameters.
920 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
921 unused parameters.
922 (__objc_init_protocols) Fix signed/unsigned warning.
923 * nil_method.c (nil_method): Mark unused parameters.
924 * thr.h (objc_thread_callback): Specify void arg.
925 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
926 signed/unsigned warning.
927 (sarray_free): Fix formatting.
928 * selector.c (sel_types_match): Ensure ctype 8-bit safety.
929 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
930
42bac116
AJ
9312002-06-09 Andreas Jaeger <aj@suse.de>
932
933 * encoding.c (objc_layout_structure_next_member): Remove unused
934 variable.
935
9aa338ec
KG
9362002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
937
938 * Makefile.in (SHELL): Set to @SHELL@.
939 (WARN_CFLAGS): New.
940 (ALL_CFLAGS): Add $(WARN_CFLAGS).
941
1e6347d8
RO
9422002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
943
944 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
945 * configure: Regenerate.
946
6706f116
AO
9472002-05-08 Alexandre Oliva <aoliva@redhat.com>
948
949 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
950 script entry, and set LD to it when configuring multilibs.
951 * configure: Rebuilt.
952
d0d091ae
DB
9532002-04-19 David O'Brien <obrien@FreeBSD.org>
954
955 * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
956
ed426a38 9572002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
0bd9dd55
HPN
958
959 PR objc/6107
960 * objc/objc-api.h (struct objc_protocol_list): Change type of
961 member count from int to size_t.
962
b150efee
FS
9632002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
964
965 PR libobjc/4039
966 * aclocal.m4: Replace with version copied from libstdc++-v3.
967 * configure.in: Update for changes to aclocal and Makefile.
968 * configure: Regenerate.
969 * Makefile.in: Correct install of multilibs and shared libs, use
970 INSTALL_DATA for include files.
971
e5e0f6f5
NP
972Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
973
974 * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
975 categories - when an unclaimed category was found, the loop was
976 doing two steps forward instead of one, so that in certain cases
977 it was failing to properly load all the categories. (Reported
978 with fix by Alexander Malmberg <alexander@malmberg.org>).
979
d5114db1
AH
9802001-11-14 Aldy Hernandez <aldyh@redhat.com>
981
4977bab6 982 * encoding.c: Add target_flags.
d5114db1 983
f4fdaeda
AH
9842001-11-07 Aldy Hernandez <aldyh@redhat.com>
985
986 * objc/objc-api.h (_C_VECTOR): New.
987
988 * encoding.c (VECTOR_TYPE): New.
989
26e51caa
NP
990Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
991
992 * class.c: Rewritten the class table to use optimized, lock-free
4977bab6
ZW
993 lookup. This more than doubles the speed of class method
994 invocations. (class_table_setup), (class_table_insert),
995 (class_table_replace), (class_table_get_safe),
996 (class_table_next), (class_table_print),
997 (class_table_print_histogram): New functions.
998 (__objc_init_class_tables): Use class_table_setup.
999 (__objc_add_class_to_hash): Use class_table_get_safe and
1000 class_table_insert. (objc_lookup_class), (objc_get_class): Do not
1001 assert the existence of the table; do not lock the runtime; use
1002 class_table_get_safe. (objc_next_class): Use class_table_next.
1003 (__objc_resolve_class_links): Use class_table_next.
1004 (class_pose_as): Use class_table_replace.
26e51caa 1005
71a18acf
OP
10062001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
1007
1008 * gc.c: Removed the DEBUG declaration.
1009
5f1ecf82
NP
1010Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
1011
1012 * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
1013 rather than through objc_thread_id, to save a function call.
1014 (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
1015 Ditto.
1016
42d28de5
NP
1017Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
1018
1019 * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
1020 to cast an id to a Class, which can not be done. Make the check
1021 by using CLS_ISMETA on the class pointer instead.
1022 (object_is_meta_class): Similar fix.
1023
4173be7f
AO
10242001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1025
1026 * configure.in (AC_EXEEXT): Work around in case it expands to
1027 nothing, as in autoconf 2.50.
1028 * acinclude.m4: Likewise.
1029 * configure: Rebuilt.
1030
27132e64
NP
10312001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
1032
1033 * THREADS: Explain that when we compile libobjc inside GCC, we
1034 always use thr-objc.c as a backend, which uses GCC's thread code.
1035
e6be21fe
RFM
10362001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
1037
1038 * init.c (__objc_send_message_in_list): When setting a new entry
1039 in __objc_load_methods use the method IMP as key, but check to see
1040 if the method is in the hashtable by looking at the IMP also.
1041 Also ... call the method after adding it to the hashtable rather
1042 than before ... thus preventing an obscure possibility of infinite
1043 recursion if a +load method itself loads a subclass.
1044
12e01066
OP
10452001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
1046
1047 * init.c (__objc_send_message_in_list): When setting a new entry
1048 in __objc_load_methods use the method name as key, not the method
1049 IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
1050
10c179f3
JM
10512001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
1052
1053 * objc-features.texi: Move to ../gcc/objc.texi.
1054 * fdl.texi: Remove.
1055 * Makefile.in: Don't generate documentation from
1056 objc-features.texi.
1057
bcecb0b0
MM
10582001-05-01 Mark Mitchell <mark@codesourcery.com>
1059
1060 * fdl.texi: New file.
1061 * objc-features.texi: Simplify.
1062 * Makefile.in: Adjust accordingly.
1063
c3aac512
MM
10642001-04-30 Mark Mitchell <mark@codesourcery.com>
1065
1066 * objc-features.texi: Use the GFDL.
1067
49073def
JW
1068Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
1069
1070 * encoding.c (REAL_TYPE): Define.
1071
120d59bf
DE
10722001-03-19 David Edelsohn <edelsohn@gnu.org>
1073
1074 * encoding.c (TYPE_MODE): Define.
1075
b894530e
NP
10762001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
1077
1078 * thr.c (objc_thread_add): New function.
1079 (objc_thread_remove): Ditto.
1080 * objc/thr.h: Declare them.
1081 * libobjc.def: Mention them.
1082
11014a3b
OP
10832001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
1084
1085 * objc-features.texi: Document the @compatibility_alias compiler
1086 directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
1087
a79ffa5a
RO
1088Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1089
1090 * sendmsg.c (__objc_forward): Delete strlen() declaration.
1091
7c6b0e92
GK
10922001-02-08 Geoffrey Keating <geoffk@redhat.com>
1093
1094 * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
1095 we're not interested in the result and they might fail.
1096 * configure: Regenerated.
1097
01d9cb8b
JM
10982001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
1099
1100 * objc-features.texi: Use @email.
1101
0fc39d8a
JM
11022001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
1103
1104 * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
1105 printf.
1106
919ee051
RE
11072000-01-11 Richard Earnshaw <rearnsha@arm.com>
1108
1109 * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
1110 determines the value dynamically.
1111
1104c18d
OP
1112Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
1113
1114 * sendmsg.c: Added __objc_msg_forward, a hook that allows external
1115 libraries to provide a function that returns the real forwarding
1116 function. This can alleviate problems __builtin_apply() and
1117 friends have on various platforms. (Solution suggested by Helge
1118 Hess.)
42bac116 1119
1104c18d
OP
1120 * objc/objc-api.h: Define __objc_msg_forward.
1121
1122 * sendmsg.c: Define gen_rtx_REG.
1123
68c9c61a
RC
11242000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
42bac116 1126 * thr-rtems.c: New file. Stub to compile.
68c9c61a 1127
6d93bca4
AO
11282000-09-06 Alexandre Oliva <aoliva@redhat.com>
1129
1130 * configure: Rebuilt with new libtool.m4.
1131
9d10fcf9
OP
1132Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1133
1134 * configure.in: Create a config.h file. Check for <sched.h>.
1135 * configure: Regenerate.
1136
1137 * config.h.in: Check for <sched.h>.
1138
57119aa9
ZW
11392000-08-14 Zack Weinberg <zack@wolery.cumb.org>
1140
1141 * configure: Regenerate after change to ../libtool.m4.
1142
b310e725
AS
11432000-08-14 Andreas Schwab <schwab@suse.de>
1144
1145 * objc-features.texi (Top): Move @menu at end of node.
1146
82fbe835
MH
11472000-08-11 Manfred Hollstein <manfredh@redhat.com>
1148
1149 * objc-features.texi: Move @node Top before @menu.
1150
b3dc253f
OP
1151Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1152
1153 * objc-features.texi: Documented the new -fconstant-string-class
1154 option.
1155
9bc3876e
OP
1156Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1157
1158 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
1159 improve the Posix thread support for Objective-C.
1160
8cab40f7
ZW
11612000-08-04 Zack Weinberg <zack@wolery.cumb.org>
1162
1163 * aclocal.m4: Replace copy of ../libtool.m4 with
1164 sinclude(../libtool.m4).
1165
c161c99b
NP
1166Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
1167
42bac116 1168 * configure.in: Added libtool support; build shared libraries
c161c99b
NP
1169 if --enable-shared was passed on command line.
1170 * Makefile.in: Modified most compilation commands to use libtool.
1171 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
1172 libtool distribution.
1173
9c14a607
OP
1174Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
1175
1176 * sarray.c, Object.m: Removed the explicit prototypes for strlen
1177 and memcpy on 64-bit platforms (Suggested by Rodney Brown
1178 <rdb@cup.hp.com>).
1179
15794a95
L
11802000-05-12 H.J. Lu (hjl@gnu.org)
1181
1182 * Makefile.in (GTHREAD_FLAGS): New.
1183 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
1184 (OBJC_THREAD_FILE): Changed to thr-objc.
1185
1186 * configure.in (GTHREAD_FLAGS): New, check and replace it for
1187 Makefile.
1188 (OBJC_THREAD_FILE): Removed.
1189
1190 * thr-objc.c: New.
1191
8dd8d754
KG
11922000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1193
1194 * objc/hash.h: Include string.h.
1195
39b48e02
DE
11962000-04-15 David Edelsohn <edelsohn@gnu.org>
1197
1198 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
1199
bcdb1106
JJ
12002000-04-12 Jakub Jelinek <jakub@redhat.com>
1201
1202 * Object.m (strlen): Provide prototype on all 64bit platforms,
1203 not only alpha.
1204 * sarray.c (memcpy): Likewise.
1205 * encoding.c (objc_layout_finish_structure): Don't use
1206 ROUND_TYPE_ALIGN on sparc.
1207
35f10998
JJ
1208 * encoding.c (objc_layout_structure_next_member): Do the whole
1209 procedure even for the first member, so that we get correct
1210 alignment.
1211
2e3120e8
ZW
12122000-03-29 Zack Weinberg <zack@wolery.cumb.org>
1213
1214 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
1215 comments.
1216
6fc605d8
ZW
12172000-02-23 Zack Weinberg <zack@wolery.cumb.org>
1218
1219 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
1220
224a6bca
CB
1221Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
1222
1223 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
1224
e36e6e02
JL
1225Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
1226
1227 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
1228 the compiler when building C code.
42bac116 1229
76632dd0
DJ
1230Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
1231
1232 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1233 libdir, libsubdir and tooldir.
1234
6000b42b
JDA
1235Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
1236
1237 * init.c (__objc_force_linking): Make global.
1238
6de94858
JL
1239Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
1240
1241 * configure.in (AC_EXEEXT): Remove call.
1242 (compiler_name): Explicitly check with no extension and .exe
1243 extension.
1244 * configure: Regenerate.
1245
7af06410
MK
1246Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
1247
1248 * Makefile.in (CC1OBJ): Define in terms of CC.
1249 (runtime-info.h): Use.
1250
09608fa2
OP
1251Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1252
1253 * objc-features.texi: Updated the URL to Boehm's GC page.
1254
56d654e4
OP
1255Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1256
1257 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
1258 the char as being signed (patch from Daniel Jacobowitz
1259 <drow@false.org>).
1260
e33abc2d
MK
1261Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
1262
1263 * configure.in (AC_PREREQ): Update to 2.13.
1264 (AC_EXEEXT): Call to find possible file extension.
1265 (compiler_name): Use.
1266 * configure: Regenerate.
1267
ab87f8c8
JL
1268Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
1269
1270 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
1271
79014e6f
JL
1272Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
1273
1274 * configure.in (thread_file): Correct and simplify code to find
1275 the thread file.
1276 * configure: Rebuilt.
1277
71205e0b
MH
12781998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
1279
1280 * configure.in (compiler_name): Add check to detect if this
1281 language's compiler has been built.
1282 * configure: Regenerate.
1283
223a8848
KG
1284Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1285
1286 * configure.in: Use AC_PREREQ(2.12.1).
1287
74285159
JL
1288Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
1289
1290 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
1291
84beab38
KG
1292Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1293
1294 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
1295
8a829fd9
KG
1296Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1297
1298 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
1299
befb6d14
OP
1300Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
1301
1302 * objc-features.texi (Top): Changed the email address.
1303 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
1304
1305Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
1306
1307 * encoding.c: Redefine get_inner_array_type to get the first entry
42bac116 1308 in the structure.
befb6d14 1309
1df287f8
RFM
1310Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
1311
1312 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
1313 (objc_get_type_qualifiers): Similarly.
1314 * objc/encoding.h (_C_BYREF): Define.
1315 (_F_BYREF): Define.
1316
07181a20
DM
13171998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
1318
1319 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
1320 works out on 64-bit systems.
1321
5e2f657b
AO
1322Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1323
ceff9b14 1324 * Makefile.in (INCLUDES): Make it multilib-friendly.
5e2f657b 1325
4afb3646
L
1326Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
1327
1328 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
1329
4102f627
RL
1330Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
1331 Jeffrey A Law (law@cygnus.com)
1332
1333 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
1334 (FLAGS_TO_PASS): Added.
1335 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
1336
1337 * archive.c: Change config.h to tconfig.h.
1338
1339 * configure.in: Find gcc's object directory even for multilibs.
1340
1341Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
5ae4c799
RL
1342
1343 * configure.in: Escape ^ in grep string.
1344 * configure: Rebuilt.
1345
789eb4f5
JL
1346Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
1347
1348 * All .h files pushed down into the objc/ subdirectory.
1349 * Makefile.in (copy_headers): Corresponding changes.
1350 * configure.in (AC_INIT): Corresponding changes.
1351 * configure: Rebuilt.
1352
bce1b489
BE
13531998-09-30 Ben Elliston <bje@cygnus.com>
1354 Jeff Law <law@cygnus.com>
1355
1356 * Makefile.in: Rewrite.
1357
1358 * configure.in: Likewise.
1359
1360 * configure: Regenerate.
1361
1362 * All .c files. Remove "objc" prefix when including objc header
1363 files. Include tconfig.h, not ../tconfig.h.
1364
2e5f02a3
OP
1365Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
1366
1367 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
1368 (get_inner_array_type): Define.
1369
88e17b57
BE
13701998-09-21 Ben Elliston <bje@cygnus.com>
1371
1372 * New directory. Moved files from ../gcc/objc.