aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-07-30 22:45:06 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2012-07-30 22:45:06 +0100
commit9a99299d552e486dfc1adaafaf5c5aa4b5abd1fc (patch)
treebf1a6d9bbee3fb1da61a8dc71864d970e36ec05f /gcc
parent62d3d3d431f50118ec01c5960fa44c942eb94b39 (diff)
downloadgcc-9a99299d552e486dfc1adaafaf5c5aa4b5abd1fc.zip
gcc-9a99299d552e486dfc1adaafaf5c5aa4b5abd1fc.tar.gz
gcc-9a99299d552e486dfc1adaafaf5c5aa4b5abd1fc.tar.bz2
sourcebuild.texi (Subdirectories): Document common subdirectory.
* doc/sourcebuild.texi (Subdirectories): Document common subdirectory. From-SVN: r189988
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/sourcebuild.texi6
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3b26c17..b1d114c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-30 Joseph Myers <joseph@codesourcery.com>
+
+ * doc/sourcebuild.texi (Subdirectories): Document common
+ subdirectory.
+
2012-07-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/53823
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 43afa00..41388a0 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