OSDN Git Service

1998-09-21 Ben Elliston <bje@cygnus.com>
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Sep 1998 01:22:07 +0000 (01:22 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Sep 1998 01:22:07 +0000 (01:22 +0000)
commit8a7d0ecc89848fa1b5bd4af83609f07ee93d11e3
tree74295f11944f5c930aca90bb544749afb89e227c
parent6f52bf52570132d0a271a1c5b3990e051e6c5be3
1998-09-21  Ben Elliston  <bje@cygnus.com>
        * New directory.  Moved files from ../gcc/objc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22514 138bc75d-0d04-0410-961f-82ee72b054a4
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]