]> git.ipfire.org Git - thirdparty/gcc.git/commit - libobjc/libobjc.def
1998-09-21 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje@cygnus.com>
Mon, 21 Sep 1998 01:22:07 +0000 (01:22 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 21 Sep 1998 01:22:07 +0000 (11:22 +1000)
commit88e17b57eb71b79759e59d68883ce797d00488fb
tree74295f11944f5c930aca90bb544749afb89e227c
parent2325c774f8fdb0cabad328aba994a8224bb1c021
1998-09-21  Ben Elliston  <bje@cygnus.com>
        * New directory.  Moved files from ../gcc/objc.

From-SVN: r22514
44 files changed:
libobjc/ChangeLog [new file with mode: 0644]
libobjc/NXConstStr.h [new file with mode: 0644]
libobjc/NXConstStr.m [new file with mode: 0644]
libobjc/Object.h [new file with mode: 0644]
libobjc/Object.m [new file with mode: 0644]
libobjc/Protocol.h [new file with mode: 0644]
libobjc/Protocol.m [new file with mode: 0644]
libobjc/archive.c [new file with mode: 0644]
libobjc/class.c [new file with mode: 0644]
libobjc/encoding.c [new file with mode: 0644]
libobjc/encoding.h [new file with mode: 0644]
libobjc/gc.c [new file with mode: 0644]
libobjc/hash.c [new file with mode: 0644]
libobjc/hash.h [new file with mode: 0644]
libobjc/init.c [new file with mode: 0644]
libobjc/libobjc.def [new file with mode: 0644]
libobjc/libobjc_entry.c [new file with mode: 0644]
libobjc/linking.m [new file with mode: 0644]
libobjc/makefile.dos [new file with mode: 0644]
libobjc/misc.c [new file with mode: 0644]
libobjc/nil_method.c [new file with mode: 0644]
libobjc/objc-api.h [new file with mode: 0644]
libobjc/objc-list.h [new file with mode: 0644]
libobjc/objc.h [new file with mode: 0644]
libobjc/objects.c [new file with mode: 0644]
libobjc/runtime.h [new file with mode: 0644]
libobjc/sarray.c [new file with mode: 0644]
libobjc/sarray.h [new file with mode: 0644]
libobjc/selector.c [new file with mode: 0644]
libobjc/sendmsg.c [new file with mode: 0644]
libobjc/thr-dce.c [new file with mode: 0644]
libobjc/thr-decosf1.c [new file with mode: 0644]
libobjc/thr-irix.c [new file with mode: 0644]
libobjc/thr-mach.c [new file with mode: 0644]
libobjc/thr-os2.c [new file with mode: 0644]
libobjc/thr-posix.c [new file with mode: 0644]
libobjc/thr-pthreads.c [new file with mode: 0644]
libobjc/thr-single.c [new file with mode: 0644]
libobjc/thr-solaris.c [new file with mode: 0644]
libobjc/thr-vxworks.c [new file with mode: 0644]
libobjc/thr-win32.c [new file with mode: 0644]
libobjc/thr.c [new file with mode: 0644]
libobjc/thr.h [new file with mode: 0644]
libobjc/typedstream.h [new file with mode: 0644]