From: Janis Johnson Date: Mon, 9 Sep 2002 18:26:40 +0000 (+0000) Subject: extend.texi (Statement Exprs): Fix broken link. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b73b1546e632d89232d8b58df211845a2dd91d1c;p=gcc.git extend.texi (Statement Exprs): Fix broken link. 2002-09-09 Janis Johnson * doc/extend.texi (Statement Exprs): Fix broken link. From-SVN: r56976 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c37f1f89d31..5b2a4632812 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-09 Janis Johnson + + * doc/extend.texi (Statement Exprs): Fix broken link. + 2002-09-09 Denis Chertykov * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index ec33daa020b..19c601de021 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -782,7 +782,7 @@ GCC implements taking the address of a nested function using a technique called @dfn{trampolines}. A paper describing them is available as @noindent -@uref{http://people.debian.org/~karlheg/Usenix88-lexic.pdf}. +@uref{http://people.debian.org/~aaronl/Usenix88-lexic.pdf}. A nested function can jump to a label inherited from a containing function, provided the label was explicitly declared in the containing