From 9a99299d552e486dfc1adaafaf5c5aa4b5abd1fc Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 30 Jul 2012 22:45:06 +0100 Subject: [PATCH] sourcebuild.texi (Subdirectories): Document common subdirectory. * doc/sourcebuild.texi (Subdirectories): Document common subdirectory. From-SVN: r189988 --- gcc/ChangeLog | 5 +++++ gcc/doc/sourcebuild.texi | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b26c17ff82c..b1d114c0c9d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-07-30 Joseph Myers + + * doc/sourcebuild.texi (Subdirectories): Document common + subdirectory. + 2012-07-30 John David Anglin PR middle-end/53823 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 43afa00c1629..41388a07da9a 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 -- 2.39.5