aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2016-12-30 15:07:15 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2016-12-30 15:07:15 +0000
commit54aecc5ad92c9f73b011f74d82068b9c6f4194d6 (patch)
treed9f536cde73883265eac8ef9ce9b0f2f6dc9111f /gcc
parent270ca283ffb2fb8ce7cfbb2e07a5edcf42b17592 (diff)
downloadgcc-54aecc5ad92c9f73b011f74d82068b9c6f4194d6.zip
gcc-54aecc5ad92c9f73b011f74d82068b9c6f4194d6.tar.gz
gcc-54aecc5ad92c9f73b011f74d82068b9c6f4194d6.tar.bz2
standards.texi (Standards): Remove broken reference to objc.toodarkpark.net and avoid list with now just...
* doc/standards.texi (Standards): Remove broken reference to objc.toodarkpark.net and avoid list with now just one item. From-SVN: r243975
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/standards.texi8
2 files changed, 6 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 517c505..dddf6b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-30 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/standards.texi (Standards): Remove broken reference to
+ objc.toodarkpark.net and avoid list with now just one item.
+
2016-12-29 Uros Bizjak <ubizjak@gmail.com>
PR target/78904
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 8a42365..b7c5e4e 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -261,14 +261,8 @@ works with the Apple/NeXT Objective-C runtime library.
There is no formal written standard for Objective-C or Objective-C++@.
The authoritative manual on traditional Objective-C (1.0) is
``Object-Oriented Programming and the Objective-C Language'':
-@itemize
-@item
@uref{http://www.gnustep.org/@/resources/@/documentation/@/ObjectivCBook.pdf}
-is the original NeXTstep document;
-@item
-@uref{http://objc.toodarkpark.net}
-is the same document in another format.
-@end itemize
+is the original NeXTstep document.
The Objective-C exception and synchronization syntax (that is, the
keywords @code{@@try}, @code{@@throw}, @code{@@catch},