diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-12 14:37:46 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-12 14:37:46 +0000 |
commit | ab874efd6bc48a36b79d5d054da943b31680a6f4 (patch) | |
tree | feb0610eebc6120ceb1ebeb61f1034fad930a91b | |
parent | 2139a88ac1920ac009f9216791ce14a312e078cc (diff) | |
download | gcc-ab874efd6bc48a36b79d5d054da943b31680a6f4.zip gcc-ab874efd6bc48a36b79d5d054da943b31680a6f4.tar.gz gcc-ab874efd6bc48a36b79d5d054da943b31680a6f4.tar.bz2 |
standards.texi (Standards): Update reference to Objective-C 2.0.
* doc/standards.texi (Standards): Update reference to
Objective-C 2.0.
From-SVN: r245375
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/standards.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 158a22d..34af015 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com> + * doc/standards.texi (Standards): Update reference to + Objective-C 2.0. + +2017-02-12 Gerald Pfeifer <gerald@pfeifer.com> + * doc/extend.texi (Named Address Spaces): sourceware.org now defaults to https. * doc/install.texi (Binaries): Ditto. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 6aa793e..9629b70 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -290,7 +290,7 @@ GCC has currently no support for non-fragile instance variables. The authoritative manual on Objective-C 2.0 is available from Apple: @itemize @item -@uref{https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} +@uref{https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} @end itemize For more information concerning the history of Objective-C that is |