diff options
author | Neil Booth <neil@gcc.gnu.org> | 2001-07-10 18:07:41 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-07-10 18:07:41 +0000 |
commit | baed53ac34be7516b226afc7ffd033e4aef3c67e (patch) | |
tree | 786e02c67ab5a90f748e9d731437e8df81065a11 /gcc/doc/tm.texi | |
parent | af5c573a6064b6d91abe3b40a8f51977898a7efb (diff) | |
download | gcc-baed53ac34be7516b226afc7ffd033e4aef3c67e.zip gcc-baed53ac34be7516b226afc7ffd033e4aef3c67e.tar.gz gcc-baed53ac34be7516b226afc7ffd033e4aef3c67e.tar.bz2 |
* tm.texi: Fix markup.
From-SVN: r43907
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6415c11..adf9870 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5982,8 +5982,7 @@ the character @samp{;} is treated as a logical line separator. @end table @deftypevr {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN -@end deftypevr -@deftypevr {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN +@deftypevrx {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN These target hooks are C string constants, describing the syntax in the assembler for grouping arithmetic expressions. If not overridden, they default to normal parentheses, which is correct for most assemblers. |