diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-07-05 15:47:22 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-07-05 15:47:22 +0100 |
commit | 22e9e2018ea810b016d4cf294753cc93599bb4cd (patch) | |
tree | 72bf64e7e9bec5314ba4c200846dce689a2f0381 /gcc | |
parent | 50b04185042881d21f0c856d9f5b0de4ccf72ffc (diff) | |
download | gcc-22e9e2018ea810b016d4cf294753cc93599bb4cd.zip gcc-22e9e2018ea810b016d4cf294753cc93599bb4cd.tar.gz gcc-22e9e2018ea810b016d4cf294753cc93599bb4cd.tar.bz2 |
sourcebuild.texi (Config Fragments): Use @comma{} in cross-reference to section title.
* sourcebuild.texi (Config Fragments): Use @comma{} in
cross-reference to section title.
From-SVN: r84115
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ea7301..b66acf5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-05 Joseph S. Myers <jsm@polyomino.org.uk> + + * sourcebuild.texi (Config Fragments): Use @comma{} in + cross-reference to section title. + 2004-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * tree-cfg.c (verify_expr): Use CHECK_OK in binary case. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 400634b..901c0c2 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -211,7 +211,7 @@ particular build machine. The file @file{config.host} is used to handle configuration specific to the particular host machine. (In general, these should only be used for features that cannot reasonably be tested in Autoconf feature tests.) -@xref{System Config, , The @file{config.build}, @file{config.host}, +@xref{System Config, , The @file{config.build}@comma{} @file{config.host}@comma{} and @file{config.gcc} Files}, for details of the contents of these files. @item Each language subdirectory has a file |