From 9734e80cade2a318334a7b3f83ec787d07df80c4 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 27 Nov 2000 23:58:36 +0000 Subject: [PATCH] * extend.texi (Nested Functions): Update URL of Usenix paper. From-SVN: r37807 --- gcc/ChangeLog | 4 ++++ gcc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c600e69c615..8381122af5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-27 Matthias Klose + + * extend.texi (Nested Functions): Update URL of Usenix paper. + 2000-11-27 Mark Mitchell * function.c (free_after_compilation): Clear x_clobber_return_insn. diff --git a/gcc/extend.texi b/gcc/extend.texi index 0efab127c21..1cf3a74b363 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -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 -- 2.30.2