diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2005-07-13 17:27:39 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2005-07-13 10:27:39 -0700 |
commit | 709a840ac23951506d387e4ae96425a048eeaad7 (patch) | |
tree | 4ee78a2a6eb5eaa640b3b61369e363c9145f431e /gcc | |
parent | de227b237f5385783bdb236c035c5ab5d260b416 (diff) | |
download | gcc-709a840ac23951506d387e4ae96425a048eeaad7.zip gcc-709a840ac23951506d387e4ae96425a048eeaad7.tar.gz gcc-709a840ac23951506d387e4ae96425a048eeaad7.tar.bz2 |
tm.texi: Remove @xref{Cross-profiling}.
2005-07-13 H.J. Lu <hongjiu.lu@intel.com>
* doc/tm.texi: Remove @xref{Cross-profiling}.
From-SVN: r101979
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 622cec8..6465670 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-13 H.J. Lu <hongjiu.lu@intel.com> + + * doc/tm.texi: Remove @xref{Cross-profiling}. + 2005-07-13 Jeff Law <law@redhat.com> * fold-const.c (fold_binary): When comparing two simple ADDR_EXPR diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 5feacf5..834c5ea 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9281,7 +9281,7 @@ functions, access, mkdir and file locking with fcntl / F_SETLKW@. Defining @code{TARGET_POSIX_IO} will enable the test coverage code to use file locking when exiting a program, which avoids race conditions if the program has forked. It will also create directories at run-time -for cross-profiling. @xref{Cross-profiling}. +for cross-profiling. @end defmac @defmac MAX_CONDITIONAL_EXECUTE |