* extend.texi (Nested Functions): Update URL of Usenix paper.
authorMatthias Klose <doko@cs.tu-berlin.de>
Mon, 27 Nov 2000 23:58:36 +0000 (23:58 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 27 Nov 2000 23:58:36 +0000 (23:58 +0000)
From-SVN: r37807

gcc/ChangeLog
gcc/extend.texi

index c600e69c615757aef4f8d723aaa9fa02fc9f4690..8381122af5a6670ea6a4854a9b6e87d8a648327f 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-27  Matthias Klose  <doko@cs.tu-berlin.de>
+
+       * extend.texi (Nested Functions): Update URL of Usenix paper.
+
 2000-11-27  Mark Mitchell  <mark@codesourcery.com>
 
        * function.c (free_after_compilation): Clear x_clobber_return_insn.
index 0efab127c21565ab92bc47d6403b1243891e5fac..1cf3a74b3632a1db1470addf1ac31d8a1a6426de 100644 (file)
@@ -420,7 +420,7 @@ safe.
 
 GNU CC implements taking the address of a nested function using a
 technique called @dfn{trampolines}.   A paper describing them is
-available as @uref{http://master.debian.org/~karlheg/Usenix88-lexic.pdf}.
+available as @uref{http://people.debian.org/~karlheg/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