diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-04 23:42:26 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-04 23:42:26 +0000 |
commit | 7afe6404ec5637a476c4e6db35222a7ae41d1b77 (patch) | |
tree | c452b263494bf5f9c328e952f0fee747e3aa4561 /gcc/doc | |
parent | 15b474a23cd2d4b7f40c34838e3d1321946fee2b (diff) | |
download | gcc-7afe6404ec5637a476c4e6db35222a7ae41d1b77.tar.gz |
Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-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 3e9720ab4fc..68d1bb0b4d8 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 |