Commit 8ca83838 by Neil Booth

* tm.texi: Fix markup.

From-SVN: r43857
parent 17b53c33
...@@ -5981,11 +5981,13 @@ If you do not define this macro, the default is that only ...@@ -5981,11 +5981,13 @@ If you do not define this macro, the default is that only
the character @samp{;} is treated as a logical line separator. the character @samp{;} is treated as a logical line separator.
@end table @end table
@deftypevar {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN @deftypevr {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN
@deftypevar {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN @end deftypevr
@deftypevr {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN
These target hooks are C string constants, describing the syntax in the These target hooks are C string constants, describing the syntax in the
assembler for grouping arithmetic expressions. If not overridden, they assembler for grouping arithmetic expressions. If not overridden, they
default to normal parentheses, which is correct for most assemblers. default to normal parentheses, which is correct for most assemblers.
@end deftypevr
These macros are provided by @file{real.h} for writing the definitions These macros are provided by @file{real.h} for writing the definitions
of @code{ASM_OUTPUT_DOUBLE} and the like: of @code{ASM_OUTPUT_DOUBLE} and the like:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment