summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-30 21:45:06 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-30 21:45:06 +0000
commit35221383b6eab867211e61694ce157d35be3ea44 (patch)
treebf1a6d9bbee3fb1da61a8dc71864d970e36ec05f /gcc/doc
parentf458a0150d7927ef610efdf99f9d35e252731599 (diff)
downloadgcc-35221383b6eab867211e61694ce157d35be3ea44.tar.gz
* doc/sourcebuild.texi (Subdirectories): Document common
subdirectory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189988 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 43afa00c162..41388a07da9 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -176,6 +176,12 @@ those for other languages are not. @xref{Front End, ,
Anatomy of a Language Front End}, for details of the files in these
directories.
+@item common
+Source files shared between the compiler drivers (such as
+@command{gcc}) and the compilers proper (such as @file{cc1}). If an
+architecture defines target hooks shared between those places, it also
+has a subdirectory in @file{common/config}. @xref{Target Structure}.
+
@item config
Configuration files for supported architectures and operating
systems. @xref{Back End, , Anatomy of a Target Back End}, for