aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/doc/gcc.texi
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-04-17 21:03:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-04-17 21:03:23 +0000
commit6d67f69487dbdfa8b603b82d8bd8314ec7c16b8a (patch)
tree5fe8b25843e2a335b0bb3410998d4b4363031e4a /contrib/gcc/doc/gcc.texi
parentaf77c5286d520d95a947e71bc051d8fad0554350 (diff)
downloadsrc-6d67f69487dbdfa8b603b82d8bd8314ec7c16b8a.tar.gz
src-6d67f69487dbdfa8b603b82d8bd8314ec7c16b8a.zip
Remove libobjc and other Objective-C related components, as these are
extremely outdated, and not used by anything in the base system. Silence from: current@
Notes
Notes: svn path=/head/; revision=220755
Diffstat (limited to 'contrib/gcc/doc/gcc.texi')
-rw-r--r--contrib/gcc/doc/gcc.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gcc/doc/gcc.texi b/contrib/gcc/doc/gcc.texi
index 47e5d5e1364c..26e9590a898c 100644
--- a/contrib/gcc/doc/gcc.texi
+++ b/contrib/gcc/doc/gcc.texi
@@ -129,7 +129,6 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
* C Implementation:: How GCC implements the ISO C specification.
* C Extensions:: GNU extensions to the C language family.
* C++ Extensions:: GNU extensions to the C++ language.
-* Objective-C:: GNU Objective-C runtime features.
* Compatibility:: Binary Compatibility
* Gcov:: @command{gcov}---a test coverage program.
* Trouble:: If you have trouble using GCC.
@@ -154,7 +153,6 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
@include invoke.texi
@include implement-c.texi
@include extend.texi
-@include objc.texi
@include compat.texi
@include gcov.texi
@include trouble.texi