Commit 9734e80c by Matthias Klose Committed by Gerald Pfeifer

* extend.texi (Nested Functions): Update URL of Usenix paper.

From-SVN: r37807
parent cf77f15f
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment