Removed obsolete intermediate threading layer.
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2010 09:35:50 +0000 (09:35 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2010 09:35:50 +0000 (09:35 +0000)
commit6ceebb84e2aea999ca8ef55f9e2ef1f5229f20cb
tree2af7479e59d3f37ae5035d563a34809a2b4036c7
parentf9d4a0a86fcd8c28937b559a06159ec824812830
Removed obsolete intermediate threading layer.
* thr.c: Use __gthread_objc_xxx functions directly instead of
__objc_thread_xxx ones.
* objc/thr.h: Removed prototypes of no longer existing
__objc_thread_xxx functions.
* Makefile.in: Removed thr-objc.lo.
* thr-dce.c: File removed.
* thr-decosf1.c: File removed.
* thr-irix.c: File removed.
* thr-mach.c: File removed.
* thr-objc.c: File removed.
* thr-os2.c: File removed.
* thr-posix.c: File removed.
* thr-pthreads.c: File removed.
* thr-rtems.c: File removed.
* thr-single.c: File removed.
* thr-solaris.c: File removed.
* thr-vxworks.c: File removed.
* thr-win32.c: File removed.
* README.threads: File removed.
* THREADS.MACH: File removed.
* THREADS: Updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163996 138bc75d-0d04-0410-961f-82ee72b054a4
20 files changed:
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/README.threads [deleted file]
libobjc/THREADS
libobjc/THREADS.MACH [deleted file]
libobjc/objc/thr.h
libobjc/thr-dce.c [deleted file]
libobjc/thr-decosf1.c [deleted file]
libobjc/thr-irix.c [deleted file]
libobjc/thr-mach.c [deleted file]
libobjc/thr-objc.c [deleted file]
libobjc/thr-os2.c [deleted file]
libobjc/thr-posix.c [deleted file]
libobjc/thr-pthreads.c [deleted file]
libobjc/thr-rtems.c [deleted file]
libobjc/thr-single.c [deleted file]
libobjc/thr-solaris.c [deleted file]
libobjc/thr-vxworks.c [deleted file]
libobjc/thr-win32.c [deleted file]
libobjc/thr.c