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