From 7d437dc1a284841dbe752054095bbc4277a85eb4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 25 Mar 2017 14:17:55 +0000 Subject: [PATCH] install.texi (Configuration): Update link to AIX ld. * doc/install.texi (Configuration) <--with-aix-soname>: Update link to AIX ld. From-SVN: r246474 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef8e27fa8d3..b8af4b6475c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-25 Gerald Pfeifer + + * doc/install.texi (Configuration) <--with-aix-soname>: + Update link to AIX ld. + 2017-03-25 Bernd Schmidt PR rtl-optimization/80160 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6aacbff969d..f165e119080 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1512,7 +1512,7 @@ linker does search for @samp{libNAME.so} before @samp{libNAME.a} library filenames with the @samp{-lNAME} linker flag. @anchor{AixLdCommand}For detailed information please refer to the AIX -@uref{http://www-01.ibm.com/support/knowledgecenter/search/%22the%20ld%20command%2C%20also%20called%20the%20linkage%20editor%20or%20binder%22,,ld +@uref{https://www.ibm.com/support/knowledgecenter/search/%22the%20ld%20command%2C%20also%20called%20the%20linkage%20editor%20or%20binder%22,,ld Command} reference. As long as shared library creation is enabled, upon: -- 2.30.2