diff options
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfc-internals.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5382696..a8c1f44 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2017-01-21 Gerald Pfeifer <gerald@pfeifer.com> + + * gfc-internals.texi (Symbol Versioning): Change references + to www.akkadia.org to https. + 2017-01-21 Jakub Jelinek <jakub@redhat.com> * gfortran.h (gfc_extract_int): Change return type to bool. Add diff --git a/gcc/fortran/gfc-internals.texi b/gcc/fortran/gfc-internals.texi index 8ef0e2f..cef61a7 100644 --- a/gcc/fortran/gfc-internals.texi +++ b/gcc/fortran/gfc-internals.texi @@ -761,11 +761,11 @@ Some relevant references: GNU @command{ld} manual} @item -@uref{http://www.akkadia.org/drepper/symbol-versioning, ELF Symbol +@uref{https://www.akkadia.org/drepper/symbol-versioning, ELF Symbol Versioning - Ulrich Depper} @item -@uref{http://www.akkadia.org/drepper/dsohowto.pdf, How to Write Shared +@uref{https://www.akkadia.org/drepper/dsohowto.pdf, How to Write Shared Libraries - Ulrich Drepper (see Chapter 3)} @end itemize |