OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libobjc/] [ChangeLog] - Blame information for rev 20

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.