OSDN Git Service

* extend.texi (Nested Functions): Update URL of Usenix paper.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2000 23:58:36 +0000 (23:58 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2000 23:58:36 +0000 (23:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37807 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/extend.texi

index c600e69..8381122 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 0efab12..1cf3a74 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