Add objc to the gcc-4.1.2.
authorHasso Tepper <hasso@dragonflybsd.org>
Mon, 30 Jun 2008 11:22:39 +0000 (11:22 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Mon, 30 Jun 2008 11:22:39 +0000 (11:22 +0000)
commitb52d95930f9c03ffaddebfd49d3a1b3de7746b92
tree157466a2c8f028cb6457cc47dba25653d7984dd5
parent6610fcc61a75498c7bc12d38db64dbe46b03b509
Add objc to the gcc-4.1.2.
50 files changed:
contrib/gcc-4.1/gcc/objc/README [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/lang-specs.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-act.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-act.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-lang.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-tree.def [new file with mode: 0644]
contrib/gcc-4.1/libobjc/ChangeLog [new file with mode: 0644]
contrib/gcc-4.1/libobjc/NXConstStr.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/Object.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/Protocol.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/README [new file with mode: 0644]
contrib/gcc-4.1/libobjc/README.threads [new file with mode: 0644]
contrib/gcc-4.1/libobjc/THREADS [new file with mode: 0644]
contrib/gcc-4.1/libobjc/THREADS.MACH [new file with mode: 0644]
contrib/gcc-4.1/libobjc/archive.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/class.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/encoding.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/exception.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/gc.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/hash.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/hash_compat.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/init.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/libobjc.def [new file with mode: 0644]
contrib/gcc-4.1/libobjc/libobjc_entry.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/linking.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/misc.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/nil_method.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/NXConstStr.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/Object.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/Protocol.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/encoding.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/hash.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc-api.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc-decls.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc-list.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/runtime.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/sarray.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/thr.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/typedstream.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objects.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/sarray.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/selector.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/sendmsg.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-dce.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-objc.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-posix.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-pthreads.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-single.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr.c [new file with mode: 0644]