]> gcc.gnu.org Git - gcc.git/blame - libobjc/ChangeLog
sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE_INT.
[gcc.git] / libobjc / ChangeLog
CommitLineData
0b87e18e
DC
12003-04-11 David Chad <davidc@freebsd.org>
2 Loren J. Rittle <ljrittle@acm.org>
3
4 libobjc/8562
5 * objc/hash.h (hash_string): Constify correctly.
6 (compare_ptrs): Use direct compare.
7 * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
8 * objc/sarray.h: Global rename index to indx to avoid shadow.
9
ff8b9ca8
AS
102003-03-12 Andreas Schwab <schwab@suse.de>
11
12 * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
13 glibcpp_toolexeclibdir.
14 * configure: Rebuilt.
15
3343fdd2
AO
162003-02-20 Alexandre Oliva <aoliva@redhat.com>
17
18 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
19 config.status.
20 * configure: Rebuilt.
21
c5e3e1ed
AO
222003-01-27 Alexandre Oliva <aoliva@redhat.com>
23
24 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
25 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
26 version_specific_libs is enabled.
27 * configure: Rebuilt.
28
90e5b39f
CC
292003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
30
31 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
32 (install-libs, install-headers): Prepend $(DESTDIR) to
33 destination paths in all (un)installation commands.
34
4977bab6
ZW
352002-12-02 Zack Weinberg <zack@codesourcery.com>
36
37 * thr-objc.c: Include coretypes.h and tm.h.
38
392002-12-01 Zack Weinberg <zack@codesourcery.com>
40
41 * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
42
432002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
44
45 * configure.in: Remove skip-this-dir support.
46 * configure: Regenerate.
47
6c5d742e
KG
482002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
49
50 * Makefile.in (all): Fix multilib parallel build.
51
c2a68741
NP
52Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
53
54 * sendmsg.c (nil_method): Declare not to take a variable number of
55 args.
56 (objc_msg_lookup): Cast nil_method to IMP before returning it.
57 (objc_msg_lookup_super): The same.
58
edf4d41e
JH
592002-09-10 Jan Hubicka <jh@suse.cz>
60
65a8189e
AJ
61 * nil_method.c (nil_method): No longer defined with variable
62 arguments.
edf4d41e 63
40165636
RB
642002-07-02 Rodney Brown <rbrown64@csc.com.au>
65
66 * objc/encoding.h: Fix formatting.
67 * objc/hash.h: Likewise.
68 * objc/objc-api.h: Likewise.
69 * objc/runtime.h: Likewise.
70 * objc/thr.h: Likewise.
71 * archive.c: Likewise.
72 * class.c: Likewise.
73 * encoding.c: Likewise.
74 * gc.c: Likewise.
75 * hash.c: Likewise.
76 * init.c: Likewise.
77 * misc.c: Likewise.
78 * nil_method.c: Likewise.
79 * objects.c: Likewise.
80 * sarray.c: Likewise.
81 * selector.c: Likewise.
82 * sendmsg.c: Likewise.
83 * thr-mach.c: Likewise.
84 * thr.c: Likewise.
85
aebb8c22
DD
862002-06-25 DJ Delorie <dj@redhat.com>
87
88 * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
89 GLIBCPP_TOPREL_CONFIGURE.
90 * configure.in: Call it before AC_CANONICAL_SYSTEM.
91 * configure: Regenerate.
92
b62cc13a
KG
932002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
94
95 * Object.m (forward, read, write): Fix unused parameter warnings.
96 * encoding.c: Include <stdlib.h>.
97 (target_flags): Mark with attribute unused.
98 (atoi): Delete.
99 * runtime.h (__objc_selector_max_index): Change to unsigned int.
100 (__objc_generate_gc_type_description): Prototype.
101 * selector.c (__objc_selector_max_index): Change to unsigned int.
102
10cb24df
NP
103Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
104
105 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
106 we always have a return value: if __objc_msg_forward does not
107 supply a forwarding implementation, return the default
108 __builtin_apply based one.
109
8f8c44cb
KG
1102002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
111
112 * Object.m: Fix signed/unsigned warning.
113 * Protocol.m: Likewise.
114 * archive.c: Always include stdlib.h.
115 (objc_read_short, objc_read_unsigned_short, objc_read_int,
116 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
117 Fix signed/unsigned warning.
118 (objc_write_type, objc_read_type, objc_write_types,
119 objc_read_types): Ensure ctype 8-bit safety.
120 (__objc_no_write, __objc_no_read): Mark unused parameters.
121 * class.c (class_table_setup): Specify void arg.
122 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
123 objc_skip_typespec, objc_skip_offset,
124 objc_layout_structure_next_member): Ensure ctype 8-bit safety.
125 (objc_layout_structure_next_member): Ensure variables are
126 initialized.
127 * gc.c (__objc_generate_gc_type_description,
128 class_ivar_set_gcinvisible): Mark unused parameters.
129 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
130 unused parameters.
131 (__objc_init_protocols) Fix signed/unsigned warning.
132 * nil_method.c (nil_method): Mark unused parameters.
133 * thr.h (objc_thread_callback): Specify void arg.
134 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
135 signed/unsigned warning.
136 (sarray_free): Fix formatting.
137 * selector.c (sel_types_match): Ensure ctype 8-bit safety.
138 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
139
42bac116
AJ
1402002-06-09 Andreas Jaeger <aj@suse.de>
141
142 * encoding.c (objc_layout_structure_next_member): Remove unused
143 variable.
144
9aa338ec
KG
1452002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
146
147 * Makefile.in (SHELL): Set to @SHELL@.
148 (WARN_CFLAGS): New.
149 (ALL_CFLAGS): Add $(WARN_CFLAGS).
150
1e6347d8
RO
1512002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
152
153 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
154 * configure: Regenerate.
155
6706f116
AO
1562002-05-08 Alexandre Oliva <aoliva@redhat.com>
157
158 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
159 script entry, and set LD to it when configuring multilibs.
160 * configure: Rebuilt.
161
d0d091ae
DB
1622002-04-19 David O'Brien <obrien@FreeBSD.org>
163
164 * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
165
ed426a38 1662002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
0bd9dd55
HPN
167
168 PR objc/6107
169 * objc/objc-api.h (struct objc_protocol_list): Change type of
170 member count from int to size_t.
171
b150efee
FS
1722002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
173
174 PR libobjc/4039
175 * aclocal.m4: Replace with version copied from libstdc++-v3.
176 * configure.in: Update for changes to aclocal and Makefile.
177 * configure: Regenerate.
178 * Makefile.in: Correct install of multilibs and shared libs, use
179 INSTALL_DATA for include files.
180
e5e0f6f5
NP
181Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
182
183 * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
184 categories - when an unclaimed category was found, the loop was
185 doing two steps forward instead of one, so that in certain cases
186 it was failing to properly load all the categories. (Reported
187 with fix by Alexander Malmberg <alexander@malmberg.org>).
188
d5114db1
AH
1892001-11-14 Aldy Hernandez <aldyh@redhat.com>
190
4977bab6 191 * encoding.c: Add target_flags.
d5114db1 192
f4fdaeda
AH
1932001-11-07 Aldy Hernandez <aldyh@redhat.com>
194
195 * objc/objc-api.h (_C_VECTOR): New.
196
197 * encoding.c (VECTOR_TYPE): New.
198
26e51caa
NP
199Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
200
201 * class.c: Rewritten the class table to use optimized, lock-free
4977bab6
ZW
202 lookup. This more than doubles the speed of class method
203 invocations. (class_table_setup), (class_table_insert),
204 (class_table_replace), (class_table_get_safe),
205 (class_table_next), (class_table_print),
206 (class_table_print_histogram): New functions.
207 (__objc_init_class_tables): Use class_table_setup.
208 (__objc_add_class_to_hash): Use class_table_get_safe and
209 class_table_insert. (objc_lookup_class), (objc_get_class): Do not
210 assert the existence of the table; do not lock the runtime; use
211 class_table_get_safe. (objc_next_class): Use class_table_next.
212 (__objc_resolve_class_links): Use class_table_next.
213 (class_pose_as): Use class_table_replace.
26e51caa 214
71a18acf
OP
2152001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
216
217 * gc.c: Removed the DEBUG declaration.
218
5f1ecf82
NP
219Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
220
221 * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
222 rather than through objc_thread_id, to save a function call.
223 (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
224 Ditto.
225
42d28de5
NP
226Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
227
228 * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
229 to cast an id to a Class, which can not be done. Make the check
230 by using CLS_ISMETA on the class pointer instead.
231 (object_is_meta_class): Similar fix.
232
4173be7f
AO
2332001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
234
235 * configure.in (AC_EXEEXT): Work around in case it expands to
236 nothing, as in autoconf 2.50.
237 * acinclude.m4: Likewise.
238 * configure: Rebuilt.
239
27132e64
NP
2402001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
241
242 * THREADS: Explain that when we compile libobjc inside GCC, we
243 always use thr-objc.c as a backend, which uses GCC's thread code.
244
e6be21fe
RFM
2452001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
246
247 * init.c (__objc_send_message_in_list): When setting a new entry
248 in __objc_load_methods use the method IMP as key, but check to see
249 if the method is in the hashtable by looking at the IMP also.
250 Also ... call the method after adding it to the hashtable rather
251 than before ... thus preventing an obscure possibility of infinite
252 recursion if a +load method itself loads a subclass.
253
12e01066
OP
2542001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
255
256 * init.c (__objc_send_message_in_list): When setting a new entry
257 in __objc_load_methods use the method name as key, not the method
258 IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
259
10c179f3
JM
2602001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
261
262 * objc-features.texi: Move to ../gcc/objc.texi.
263 * fdl.texi: Remove.
264 * Makefile.in: Don't generate documentation from
265 objc-features.texi.
266
bcecb0b0
MM
2672001-05-01 Mark Mitchell <mark@codesourcery.com>
268
269 * fdl.texi: New file.
270 * objc-features.texi: Simplify.
271 * Makefile.in: Adjust accordingly.
272
c3aac512
MM
2732001-04-30 Mark Mitchell <mark@codesourcery.com>
274
275 * objc-features.texi: Use the GFDL.
276
49073def
JW
277Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
278
279 * encoding.c (REAL_TYPE): Define.
280
120d59bf
DE
2812001-03-19 David Edelsohn <edelsohn@gnu.org>
282
283 * encoding.c (TYPE_MODE): Define.
284
b894530e
NP
2852001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
286
287 * thr.c (objc_thread_add): New function.
288 (objc_thread_remove): Ditto.
289 * objc/thr.h: Declare them.
290 * libobjc.def: Mention them.
291
11014a3b
OP
2922001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
293
294 * objc-features.texi: Document the @compatibility_alias compiler
295 directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
296
a79ffa5a
RO
297Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
298
299 * sendmsg.c (__objc_forward): Delete strlen() declaration.
300
7c6b0e92
GK
3012001-02-08 Geoffrey Keating <geoffk@redhat.com>
302
303 * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
304 we're not interested in the result and they might fail.
305 * configure: Regenerated.
306
01d9cb8b
JM
3072001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
308
309 * objc-features.texi: Use @email.
310
0fc39d8a
JM
3112001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
312
313 * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
314 printf.
315
919ee051
RE
3162000-01-11 Richard Earnshaw <rearnsha@arm.com>
317
318 * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
319 determines the value dynamically.
320
1104c18d
OP
321Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
322
323 * sendmsg.c: Added __objc_msg_forward, a hook that allows external
324 libraries to provide a function that returns the real forwarding
325 function. This can alleviate problems __builtin_apply() and
326 friends have on various platforms. (Solution suggested by Helge
327 Hess.)
42bac116 328
1104c18d
OP
329 * objc/objc-api.h: Define __objc_msg_forward.
330
331 * sendmsg.c: Define gen_rtx_REG.
332
68c9c61a
RC
3332000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
42bac116 335 * thr-rtems.c: New file. Stub to compile.
68c9c61a 336
6d93bca4
AO
3372000-09-06 Alexandre Oliva <aoliva@redhat.com>
338
339 * configure: Rebuilt with new libtool.m4.
340
9d10fcf9
OP
341Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
342
343 * configure.in: Create a config.h file. Check for <sched.h>.
344 * configure: Regenerate.
345
346 * config.h.in: Check for <sched.h>.
347
57119aa9
ZW
3482000-08-14 Zack Weinberg <zack@wolery.cumb.org>
349
350 * configure: Regenerate after change to ../libtool.m4.
351
b310e725
AS
3522000-08-14 Andreas Schwab <schwab@suse.de>
353
354 * objc-features.texi (Top): Move @menu at end of node.
355
82fbe835
MH
3562000-08-11 Manfred Hollstein <manfredh@redhat.com>
357
358 * objc-features.texi: Move @node Top before @menu.
359
b3dc253f
OP
360Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
361
362 * objc-features.texi: Documented the new -fconstant-string-class
363 option.
364
9bc3876e
OP
365Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
366
367 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
368 improve the Posix thread support for Objective-C.
369
8cab40f7
ZW
3702000-08-04 Zack Weinberg <zack@wolery.cumb.org>
371
372 * aclocal.m4: Replace copy of ../libtool.m4 with
373 sinclude(../libtool.m4).
374
c161c99b
NP
375Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
376
42bac116 377 * configure.in: Added libtool support; build shared libraries
c161c99b
NP
378 if --enable-shared was passed on command line.
379 * Makefile.in: Modified most compilation commands to use libtool.
380 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
381 libtool distribution.
382
9c14a607
OP
383Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
384
385 * sarray.c, Object.m: Removed the explicit prototypes for strlen
386 and memcpy on 64-bit platforms (Suggested by Rodney Brown
387 <rdb@cup.hp.com>).
388
15794a95
L
3892000-05-12 H.J. Lu (hjl@gnu.org)
390
391 * Makefile.in (GTHREAD_FLAGS): New.
392 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
393 (OBJC_THREAD_FILE): Changed to thr-objc.
394
395 * configure.in (GTHREAD_FLAGS): New, check and replace it for
396 Makefile.
397 (OBJC_THREAD_FILE): Removed.
398
399 * thr-objc.c: New.
400
8dd8d754
KG
4012000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
402
403 * objc/hash.h: Include string.h.
404
39b48e02
DE
4052000-04-15 David Edelsohn <edelsohn@gnu.org>
406
407 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
408
bcdb1106
JJ
4092000-04-12 Jakub Jelinek <jakub@redhat.com>
410
411 * Object.m (strlen): Provide prototype on all 64bit platforms,
412 not only alpha.
413 * sarray.c (memcpy): Likewise.
414 * encoding.c (objc_layout_finish_structure): Don't use
415 ROUND_TYPE_ALIGN on sparc.
416
35f10998
JJ
417 * encoding.c (objc_layout_structure_next_member): Do the whole
418 procedure even for the first member, so that we get correct
419 alignment.
420
2e3120e8
ZW
4212000-03-29 Zack Weinberg <zack@wolery.cumb.org>
422
423 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
424 comments.
425
6fc605d8
ZW
4262000-02-23 Zack Weinberg <zack@wolery.cumb.org>
427
428 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
429
224a6bca
CB
430Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
431
432 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
433
e36e6e02
JL
434Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
435
436 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
437 the compiler when building C code.
42bac116 438
76632dd0
DJ
439Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
440
441 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
442 libdir, libsubdir and tooldir.
443
6000b42b
JDA
444Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
445
446 * init.c (__objc_force_linking): Make global.
447
6de94858
JL
448Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
449
450 * configure.in (AC_EXEEXT): Remove call.
451 (compiler_name): Explicitly check with no extension and .exe
452 extension.
453 * configure: Regenerate.
454
7af06410
MK
455Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
456
457 * Makefile.in (CC1OBJ): Define in terms of CC.
458 (runtime-info.h): Use.
459
09608fa2
OP
460Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
461
462 * objc-features.texi: Updated the URL to Boehm's GC page.
463
56d654e4
OP
464Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
465
466 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
467 the char as being signed (patch from Daniel Jacobowitz
468 <drow@false.org>).
469
e33abc2d
MK
470Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
471
472 * configure.in (AC_PREREQ): Update to 2.13.
473 (AC_EXEEXT): Call to find possible file extension.
474 (compiler_name): Use.
475 * configure: Regenerate.
476
ab87f8c8
JL
477Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
478
479 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
480
79014e6f
JL
481Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
482
483 * configure.in (thread_file): Correct and simplify code to find
484 the thread file.
485 * configure: Rebuilt.
486
71205e0b
MH
4871998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
488
489 * configure.in (compiler_name): Add check to detect if this
490 language's compiler has been built.
491 * configure: Regenerate.
492
223a8848
KG
493Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
494
495 * configure.in: Use AC_PREREQ(2.12.1).
496
74285159
JL
497Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
498
499 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
500
84beab38
KG
501Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
502
503 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
504
8a829fd9
KG
505Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
506
507 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
508
befb6d14
OP
509Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
510
511 * objc-features.texi (Top): Changed the email address.
512 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
513
514Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
515
516 * encoding.c: Redefine get_inner_array_type to get the first entry
42bac116 517 in the structure.
befb6d14 518
1df287f8
RFM
519Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
520
521 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
522 (objc_get_type_qualifiers): Similarly.
523 * objc/encoding.h (_C_BYREF): Define.
524 (_F_BYREF): Define.
525
07181a20
DM
5261998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
527
528 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
529 works out on 64-bit systems.
530
5e2f657b
AO
531Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
532
ceff9b14 533 * Makefile.in (INCLUDES): Make it multilib-friendly.
5e2f657b 534
4afb3646
L
535Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
536
537 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
538
4102f627
RL
539Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
540 Jeffrey A Law (law@cygnus.com)
541
542 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
543 (FLAGS_TO_PASS): Added.
544 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
545
546 * archive.c: Change config.h to tconfig.h.
547
548 * configure.in: Find gcc's object directory even for multilibs.
549
550Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
5ae4c799
RL
551
552 * configure.in: Escape ^ in grep string.
553 * configure: Rebuilt.
554
789eb4f5
JL
555Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
556
557 * All .h files pushed down into the objc/ subdirectory.
558 * Makefile.in (copy_headers): Corresponding changes.
559 * configure.in (AC_INIT): Corresponding changes.
560 * configure: Rebuilt.
561
bce1b489
BE
5621998-09-30 Ben Elliston <bje@cygnus.com>
563 Jeff Law <law@cygnus.com>
564
565 * Makefile.in: Rewrite.
566
567 * configure.in: Likewise.
568
569 * configure: Regenerate.
570
571 * All .c files. Remove "objc" prefix when including objc header
572 files. Include tconfig.h, not ../tconfig.h.
573
2e5f02a3
OP
574Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
575
576 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
577 (get_inner_array_type): Define.
578
88e17b57
BE
5791998-09-21 Ben Elliston <bje@cygnus.com>
580
581 * New directory. Moved files from ../gcc/objc.
This page took 0.356567 seconds and 5 git commands to generate.