From 5c3f2e374aabc4254ed8f2287c348b895100ec42 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 2 Sep 2018 00:31:10 +0000 Subject: [PATCH] * doc/standards.texi (Standards): Update Objective-C reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264038 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/standards.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9864c31bff4f..bb492bf31f4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-02 Gerald Pfeifer + + * doc/standards.texi (Standards): Update Objective-C reference. + 2018-09-01 Gerald Pfeifer * doc/install.texi (Prerequisites): Update link for MPC. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index a9e7133071f5..bde233ecdaad 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -294,7 +294,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/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} +@uref{https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} @end itemize For more information concerning the history of Objective-C that is -- 2.47.2