diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2009-07-16 22:54:17 -0400 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2009-07-16 22:54:17 -0400 |
commit | 63a26b78580cf8ec8372cbf2f1c10bb3a86e3068 (patch) | |
tree | 4c83644d87634b75b8fab57d9c115bb48a9468be /gcc | |
parent | 3ac337c3f5dc3bfa06050983cb769a29b9506e8d (diff) | |
download | gcc-63a26b78580cf8ec8372cbf2f1c10bb3a86e3068.zip gcc-63a26b78580cf8ec8372cbf2f1c10bb3a86e3068.tar.gz gcc-63a26b78580cf8ec8372cbf2f1c10bb3a86e3068.tar.bz2 |
extend.texi (Nested Functions): Replace broken link with textual reference.
2009-07-16 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/extend.texi (Nested Functions): Replace broken link with
textual reference.
* doc/service.texi (Service): Remove broken link.
From-SVN: r149734
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 7 | ||||
-rw-r--r-- | gcc/doc/service.texi | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fed2a34..9a61ea7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-07-16 Sandra Loosemore <sandra@codesourcery.com> + + * doc/extend.texi (Nested Functions): Replace broken link with + textual reference. + * doc/service.texi (Service): Remove broken link. + 2009-07-16 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/40781 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 162d27f..2453bd8 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -451,10 +451,9 @@ does not refer to anything that has gone out of scope, you should be safe. GCC implements taking the address of a nested function using a technique -called @dfn{trampolines}. A paper describing them is available as - -@noindent -@uref{http://people.debian.org/~aaronl/Usenix88-lexic.pdf}. +called @dfn{trampolines}. This technique was described in +@cite{Lexical Closures for C++} (Thomas M. Breuel, USENIX +C++ Conference Proceedings, October 17-21, 1988). A nested function can jump to a label inherited from a containing function, provided the label was explicitly declared in the containing diff --git a/gcc/doc/service.texi b/gcc/doc/service.texi index 4cc2b70..7b57dc3 100644 --- a/gcc/doc/service.texi +++ b/gcc/doc/service.texi @@ -23,6 +23,3 @@ Look in the service directory for someone who might help you for a fee. The service directory is found at @uref{http://www.gnu.org/prep/service.html}. @end itemize - -For further information, see -@uref{http://gcc.gnu.org/faq.html#support}. |