source: trunk/src/gcc/libobjc/ChangeLog@ 1567

Last change on this file since 1567 was 1477, checked in by bird, 21 years ago

This commit was generated by cvs2svn to compensate for changes in r1476,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 18.0 KB
Line 
12004-05-31 Release Manager
2
3 * GCC 3.3.4 Released.
4
52004-03-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
6
7 PR bootstrap/14348
8 Backport
9 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
10 * objc/hash.h (hash_string): Don't use a cast as an lvalue.
11
122004-02-14 Release Manager
13
14 * GCC 3.3.3 Released.
15
162003-12-01 Zack Weinberg <zack@codesourcery.com>
17
18 PR 11433
19 * Protocol.m (descriptionForInstanceMethod): Don't dereference
20 instance_methods if it's NULL.
21 (descriptionForClassMethod): Likewise for class_methods.
22
232003-10-16 Release Manager
24
25 * GCC 3.3.2 Released.
26
272003-09-09 Alan Modra <amodra@bigpond.net.au>
28
29 * configure: Regenerate.
30
312003-08-04 Release Manager
32
33 * GCC 3.3.1 Released.
34
352003-08-04 Release Manager
36
37 * GCC 3.3.1 Released.
38
392003-05-13 Release Manager
40
41 * GCC 3.3 Released.
42
432003-05-13 Release Manager
44
45 * GCC 3.3 Released.
46
472003-05-13 Release Manager
48
49 * GCC 3.3 Released.
50
512003-02-20 Alexandre Oliva <aoliva@redhat.com>
52
53 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
54 config.status.
55 * configure: Rebuilt.
56
572003-01-27 Alexandre Oliva <aoliva@redhat.com>
58
59 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
60 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
61 version_specific_libs is enabled.
62 * configure: Rebuilt.
63
642003-01-26 Christian Cornelssen <ccorn@cs.tu-berlin.de>
65
66 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
67 (install-libs, install-headers): Prepend $(DESTDIR) to
68 destination paths in all (un)installation commands.
69
702002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
71
72 * Makefile.in (all): Fix multilib parallel build.
73
74Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
75
76 * sendmsg.c (nil_method): Declare not to take a variable number of
77 args.
78 (objc_msg_lookup): Cast nil_method to IMP before returning it.
79 (objc_msg_lookup_super): The same.
80
812002-09-10 Jan Hubicka <jh@suse.cz>
82
83 * nil_method.c (nil_method): No longer defined with variable
84 arguments.
85
862002-07-02 Rodney Brown <rbrown64@csc.com.au>
87
88 * objc/encoding.h: Fix formatting.
89 * objc/hash.h: Likewise.
90 * objc/objc-api.h: Likewise.
91 * objc/runtime.h: Likewise.
92 * objc/thr.h: Likewise.
93 * archive.c: Likewise.
94 * class.c: Likewise.
95 * encoding.c: Likewise.
96 * gc.c: Likewise.
97 * hash.c: Likewise.
98 * init.c: Likewise.
99 * misc.c: Likewise.
100 * nil_method.c: Likewise.
101 * objects.c: Likewise.
102 * sarray.c: Likewise.
103 * selector.c: Likewise.
104 * sendmsg.c: Likewise.
105 * thr-mach.c: Likewise.
106 * thr.c: Likewise.
107
1082002-06-25 DJ Delorie <dj@redhat.com>
109
110 * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
111 GLIBCPP_TOPREL_CONFIGURE.
112 * configure.in: Call it before AC_CANONICAL_SYSTEM.
113 * configure: Regenerate.
114
1152002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
116
117 * Object.m (forward, read, write): Fix unused parameter warnings.
118 * encoding.c: Include <stdlib.h>.
119 (target_flags): Mark with attribute unused.
120 (atoi): Delete.
121 * runtime.h (__objc_selector_max_index): Change to unsigned int.
122 (__objc_generate_gc_type_description): Prototype.
123 * selector.c (__objc_selector_max_index): Change to unsigned int.
124
125Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
126
127 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
128 we always have a return value: if __objc_msg_forward does not
129 supply a forwarding implementation, return the default
130 __builtin_apply based one.
131
1322002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
133
134 * Object.m: Fix signed/unsigned warning.
135 * Protocol.m: Likewise.
136 * archive.c: Always include stdlib.h.
137 (objc_read_short, objc_read_unsigned_short, objc_read_int,
138 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
139 Fix signed/unsigned warning.
140 (objc_write_type, objc_read_type, objc_write_types,
141 objc_read_types): Ensure ctype 8-bit safety.
142 (__objc_no_write, __objc_no_read): Mark unused parameters.
143 * class.c (class_table_setup): Specify void arg.
144 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
145 objc_skip_typespec, objc_skip_offset,
146 objc_layout_structure_next_member): Ensure ctype 8-bit safety.
147 (objc_layout_structure_next_member): Ensure variables are
148 initialized.
149 * gc.c (__objc_generate_gc_type_description,
150 class_ivar_set_gcinvisible): Mark unused parameters.
151 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
152 unused parameters.
153 (__objc_init_protocols) Fix signed/unsigned warning.
154 * nil_method.c (nil_method): Mark unused parameters.
155 * thr.h (objc_thread_callback): Specify void arg.
156 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
157 signed/unsigned warning.
158 (sarray_free): Fix formatting.
159 * selector.c (sel_types_match): Ensure ctype 8-bit safety.
160 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
161
1622002-06-09 Andreas Jaeger <aj@suse.de>
163
164 * encoding.c (objc_layout_structure_next_member): Remove unused
165 variable.
166
1672002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
168
169 * Makefile.in (SHELL): Set to @SHELL@.
170 (WARN_CFLAGS): New.
171 (ALL_CFLAGS): Add $(WARN_CFLAGS).
172
1732002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
174
175 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
176 * configure: Regenerate.
177
1782002-05-08 Alexandre Oliva <aoliva@redhat.com>
179
180 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
181 script entry, and set LD to it when configuring multilibs.
182 * configure: Rebuilt.
183
1842002-04-19 David O'Brien <obrien@FreeBSD.org>
185
186 * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
187
1882002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
189
190 PR objc/6107
191 * objc/objc-api.h (struct objc_protocol_list): Change type of
192 member count from int to size_t.
193
1942002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
195
196 PR libobjc/4039
197 * aclocal.m4: Replace with version copied from libstdc++-v3.
198 * configure.in: Update for changes to aclocal and Makefile.
199 * configure: Regenerate.
200 * Makefile.in: Correct install of multilibs and shared libs, use
201 INSTALL_DATA for include files.
202
203Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
204
205 * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
206 categories - when an unclaimed category was found, the loop was
207 doing two steps forward instead of one, so that in certain cases
208 it was failing to properly load all the categories. (Reported
209 with fix by Alexander Malmberg <alexander@malmberg.org>).
210
2112001-11-14 Aldy Hernandez <aldyh@redhat.com>
212
213 * encoding.c: Add target_flags.
214
2152001-11-07 Aldy Hernandez <aldyh@redhat.com>
216
217 * objc/objc-api.h (_C_VECTOR): New.
218
219 * encoding.c (VECTOR_TYPE): New.
220
221Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
222
223 * class.c: Rewritten the class table to use optimized, lock-free
224 lookup. This more than doubles the speed of class method
225 invocations. (class_table_setup), (class_table_insert),
226 (class_table_replace), (class_table_get_safe),
227 (class_table_next), (class_table_print),
228 (class_table_print_histogram): New functions.
229 (__objc_init_class_tables): Use class_table_setup.
230 (__objc_add_class_to_hash): Use class_table_get_safe and
231 class_table_insert. (objc_lookup_class), (objc_get_class): Do not
232 assert the existence of the table; do not lock the runtime; use
233 class_table_get_safe. (objc_next_class): Use class_table_next.
234 (__objc_resolve_class_links): Use class_table_next.
235 (class_pose_as): Use class_table_replace.
236
2372001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
238
239 * gc.c: Removed the DEBUG declaration.
240
241Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
242
243 * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
244 rather than through objc_thread_id, to save a function call.
245 (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
246 Ditto.
247
248Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
249
250 * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
251 to cast an id to a Class, which can not be done. Make the check
252 by using CLS_ISMETA on the class pointer instead.
253 (object_is_meta_class): Similar fix.
254
2552001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
256
257 * configure.in (AC_EXEEXT): Work around in case it expands to
258 nothing, as in autoconf 2.50.
259 * acinclude.m4: Likewise.
260 * configure: Rebuilt.
261
2622001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
263
264 * THREADS: Explain that when we compile libobjc inside GCC, we
265 always use thr-objc.c as a backend, which uses GCC's thread code.
266
2672001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
268
269 * init.c (__objc_send_message_in_list): When setting a new entry
270 in __objc_load_methods use the method IMP as key, but check to see
271 if the method is in the hashtable by looking at the IMP also.
272 Also ... call the method after adding it to the hashtable rather
273 than before ... thus preventing an obscure possibility of infinite
274 recursion if a +load method itself loads a subclass.
275
2762001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
277
278 * init.c (__objc_send_message_in_list): When setting a new entry
279 in __objc_load_methods use the method name as key, not the method
280 IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
281
2822001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
283
284 * objc-features.texi: Move to ../gcc/objc.texi.
285 * fdl.texi: Remove.
286 * Makefile.in: Don't generate documentation from
287 objc-features.texi.
288
2892001-05-01 Mark Mitchell <mark@codesourcery.com>
290
291 * fdl.texi: New file.
292 * objc-features.texi: Simplify.
293 * Makefile.in: Adjust accordingly.
294
2952001-04-30 Mark Mitchell <mark@codesourcery.com>
296
297 * objc-features.texi: Use the GFDL.
298
299Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
300
301 * encoding.c (REAL_TYPE): Define.
302
3032001-03-19 David Edelsohn <edelsohn@gnu.org>
304
305 * encoding.c (TYPE_MODE): Define.
306
3072001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
308
309 * thr.c (objc_thread_add): New function.
310 (objc_thread_remove): Ditto.
311 * objc/thr.h: Declare them.
312 * libobjc.def: Mention them.
313
3142001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
315
316 * objc-features.texi: Document the @compatibility_alias compiler
317 directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
318
319Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
320
321 * sendmsg.c (__objc_forward): Delete strlen() declaration.
322
3232001-02-08 Geoffrey Keating <geoffk@redhat.com>
324
325 * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
326 we're not interested in the result and they might fail.
327 * configure: Regenerated.
328
3292001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
330
331 * objc-features.texi: Use @email.
332
3332001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
334
335 * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
336 printf.
337
3382000-01-11 Richard Earnshaw <rearnsha@arm.com>
339
340 * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
341 determines the value dynamically.
342
343Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
344
345 * sendmsg.c: Added __objc_msg_forward, a hook that allows external
346 libraries to provide a function that returns the real forwarding
347 function. This can alleviate problems __builtin_apply() and
348 friends have on various platforms. (Solution suggested by Helge
349 Hess.)
350
351 * objc/objc-api.h: Define __objc_msg_forward.
352
353 * sendmsg.c: Define gen_rtx_REG.
354
3552000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357 * thr-rtems.c: New file. Stub to compile.
358
3592000-09-06 Alexandre Oliva <aoliva@redhat.com>
360
361 * configure: Rebuilt with new libtool.m4.
362
363Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
364
365 * configure.in: Create a config.h file. Check for <sched.h>.
366 * configure: Regenerate.
367
368 * config.h.in: Check for <sched.h>.
369
3702000-08-14 Zack Weinberg <zack@wolery.cumb.org>
371
372 * configure: Regenerate after change to ../libtool.m4.
373
3742000-08-14 Andreas Schwab <schwab@suse.de>
375
376 * objc-features.texi (Top): Move @menu at end of node.
377
3782000-08-11 Manfred Hollstein <manfredh@redhat.com>
379
380 * objc-features.texi: Move @node Top before @menu.
381
382Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
383
384 * objc-features.texi: Documented the new -fconstant-string-class
385 option.
386
387Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
388
389 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
390 improve the Posix thread support for Objective-C.
391
3922000-08-04 Zack Weinberg <zack@wolery.cumb.org>
393
394 * aclocal.m4: Replace copy of ../libtool.m4 with
395 sinclude(../libtool.m4).
396
397Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
398
399 * configure.in: Added libtool support; build shared libraries
400 if --enable-shared was passed on command line.
401 * Makefile.in: Modified most compilation commands to use libtool.
402 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
403 libtool distribution.
404
405Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
406
407 * sarray.c, Object.m: Removed the explicit prototypes for strlen
408 and memcpy on 64-bit platforms (Suggested by Rodney Brown
409 <rdb@cup.hp.com>).
410
4112000-05-12 H.J. Lu (hjl@gnu.org)
412
413 * Makefile.in (GTHREAD_FLAGS): New.
414 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
415 (OBJC_THREAD_FILE): Changed to thr-objc.
416
417 * configure.in (GTHREAD_FLAGS): New, check and replace it for
418 Makefile.
419 (OBJC_THREAD_FILE): Removed.
420
421 * thr-objc.c: New.
422
4232000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
424
425 * objc/hash.h: Include string.h.
426
4272000-04-15 David Edelsohn <edelsohn@gnu.org>
428
429 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
430
4312000-04-12 Jakub Jelinek <jakub@redhat.com>
432
433 * Object.m (strlen): Provide prototype on all 64bit platforms,
434 not only alpha.
435 * sarray.c (memcpy): Likewise.
436 * encoding.c (objc_layout_finish_structure): Don't use
437 ROUND_TYPE_ALIGN on sparc.
438
439 * encoding.c (objc_layout_structure_next_member): Do the whole
440 procedure even for the first member, so that we get correct
441 alignment.
442
4432000-03-29 Zack Weinberg <zack@wolery.cumb.org>
444
445 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
446 comments.
447
4482000-02-23 Zack Weinberg <zack@wolery.cumb.org>
449
450 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
451
452Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
453
454 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
455
456Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
457
458 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
459 the compiler when building C code.
460
461Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
462
463 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
464 libdir, libsubdir and tooldir.
465
466Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
467
468 * init.c (__objc_force_linking): Make global.
469
470Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
471
472 * configure.in (AC_EXEEXT): Remove call.
473 (compiler_name): Explicitly check with no extension and .exe
474 extension.
475 * configure: Regenerate.
476
477Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
478
479 * Makefile.in (CC1OBJ): Define in terms of CC.
480 (runtime-info.h): Use.
481
482Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
483
484 * objc-features.texi: Updated the URL to Boehm's GC page.
485
486Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
487
488 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
489 the char as being signed (patch from Daniel Jacobowitz
490 <drow@false.org>).
491
492Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
493
494 * configure.in (AC_PREREQ): Update to 2.13.
495 (AC_EXEEXT): Call to find possible file extension.
496 (compiler_name): Use.
497 * configure: Regenerate.
498
499Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
500
501 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
502
503Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
504
505 * configure.in (thread_file): Correct and simplify code to find
506 the thread file.
507 * configure: Rebuilt.
508
5091998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
510
511 * configure.in (compiler_name): Add check to detect if this
512 language's compiler has been built.
513 * configure: Regenerate.
514
515Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
516
517 * configure.in: Use AC_PREREQ(2.12.1).
518
519Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
520
521 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
522
523Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
524
525 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
526
527Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
528
529 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
530
531Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
532
533 * objc-features.texi (Top): Changed the email address.
534 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
535
536Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
537
538 * encoding.c: Redefine get_inner_array_type to get the first entry
539 in the structure.
540
541Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
542
543 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
544 (objc_get_type_qualifiers): Similarly.
545 * objc/encoding.h (_C_BYREF): Define.
546 (_F_BYREF): Define.
547
5481998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
549
550 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
551 works out on 64-bit systems.
552
553Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
554
555 * Makefile.in (INCLUDES): Make it multilib-friendly.
556
557Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
558
559 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
560
561Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
562 Jeffrey A Law (law@cygnus.com)
563
564 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
565 (FLAGS_TO_PASS): Added.
566 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
567
568 * archive.c: Change config.h to tconfig.h.
569
570 * configure.in: Find gcc's object directory even for multilibs.
571
572Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
573
574 * configure.in: Escape ^ in grep string.
575 * configure: Rebuilt.
576
577Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
578
579 * All .h files pushed down into the objc/ subdirectory.
580 * Makefile.in (copy_headers): Corresponding changes.
581 * configure.in (AC_INIT): Corresponding changes.
582 * configure: Rebuilt.
583
5841998-09-30 Ben Elliston <bje@cygnus.com>
585 Jeff Law <law@cygnus.com>
586
587 * Makefile.in: Rewrite.
588
589 * configure.in: Likewise.
590
591 * configure: Regenerate.
592
593 * All .c files. Remove "objc" prefix when including objc header
594 files. Include tconfig.h, not ../tconfig.h.
595
596Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
597
598 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
599 (get_inner_array_type): Define.
600
6011998-09-21 Ben Elliston <bje@cygnus.com>
602
603 * New directory. Moved files from ../gcc/objc.
Note: See TracBrowser for help on using the repository browser.