diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-05-04 23:42:26 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-05-04 23:42:26 +0000 |
commit | edeab219efd52db0c6d95eaddc714283b4d7f9ed (patch) | |
tree | c452b263494bf5f9c328e952f0fee747e3aa4561 /gcc | |
parent | ff2ce160cb3b6f74269e2a1808146e5e86d4bd77 (diff) | |
download | gcc-edeab219efd52db0c6d95eaddc714283b4d7f9ed.zip gcc-edeab219efd52db0c6d95eaddc714283b4d7f9ed.tar.gz gcc-edeab219efd52db0c6d95eaddc714283b4d7f9ed.tar.bz2 |
Regenerate.
From-SVN: r173402
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 3e9720a..68d1bb0 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -7289,7 +7289,7 @@ for the file format in use is appropriate. @deftypefn {Target Hook} void TARGET_ASM_OUTPUT_SOURCE_FILENAME (FILE *@var{file}, const char *@var{name}) Output COFF information or DWARF debugging information which indicates that filename @var{name} is the current source file to the stdio stream @var{file}. - + This target hook need not be defined if the standard form of output for the file format in use is appropriate. @end deftypefn |