OSDN Git Service

PR target/47935
[pf3gnuchains/gcc-fork.git] / gcc / doc / languages.texi
index 514cb08..df45c17 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2002 Free Software Foundation, Inc.
+@c Copyright (C) 2002, 2010 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
@@ -6,7 +6,7 @@
 @chapter Language Front Ends in GCC
 
 The interface to front ends for languages in GCC, and in particular
-the @code{tree} structure (@pxref{Trees}), was initially designed for
+the @code{tree} structure (@pxref{GENERIC}), was initially designed for
 C, and many aspects of it are still somewhat biased towards C and
 C-like languages.  It is, however, reasonably well suited to other
 procedural languages, and front ends for many such languages have been