aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-30 17:29:42 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-30 17:29:42 -0600
commit674032e29ee8414efa58137913c1abe19c8627f7 (patch)
treed830e84ae56abaa64f990fc490ac5828fcb15e29
parente2b629d7783de8c7b8ed109018d27392920c63d5 (diff)
downloadgcc-674032e29ee8414efa58137913c1abe19c8627f7.zip
gcc-674032e29ee8414efa58137913c1abe19c8627f7.tar.gz
gcc-674032e29ee8414efa58137913c1abe19c8627f7.tar.bz2
* extend.texi: Bring back reference to trampoline paper.
From-SVN: r20146
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/extend.texi3
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fa6c161..4e7ebb2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+Sun May 31 00:27:47 1998 Jeffrey A Law (law@cygnus.com)
+
+ * extend.texi: Bring back reference to trampoline paper.
+
+Sun May 31 00:22:34 1998 Ulrich Drepper <drepper@cygnus.com>
+
+ * Makefile.in (USER_H): Add stdbool.h.
+ * ginclude/stdbool.h: New file.
+
Fri May 29 01:48:25 1998 Jeffrey A Law (law@cygnus.com)
* jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
diff --git a/gcc/extend.texi b/gcc/extend.texi
index a691162..a7c0766 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -366,7 +366,8 @@ does not refer to anything that has gone out of scope, you should be
safe.
GNU CC implements taking the address of a nested function using a
-technique called @dfn{trampolines}.
+technique called @dfn{trampolines}. A paper describing them is
+available as @samp{http://master.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