Add documentation for the MIPS assembler's -march=from-abi command line option
[binutils-gdb.git] / gprofng / doc / gp-macros.texi
blobf4bd4236245fcb46999e2f666c56cbb89b0c4971
1 @c -- Macro definitions -------------------------------------------------------
2 @c
3 @c Since only letters can be used, we use capitalization to distinguish
4 @c different words.
5 @c ----------------------------------------------------------------------------
6 @macro CollectApp{}
7 @command{gprofng collect app}
8 @end macro
10 @macro DisplayHTML{}
11 @command{gprofng display html}
12 @end macro
14 @macro DisplayText{}
15 @command{gprofng display text}
16 @end macro
18 @macro DisplaySRC{}
19 @command{gprofng display src}
20 @end macro
22 @macro Archive{}
23 @command{gprofng archive}
24 @end macro
26 @macro Driver{}
27 @command{gprofng}
28 @end macro
30 @macro ProductName{}
31 gprofng
32 @end macro
34 @macro ToolName{}
35 @command{gprofng}
36 @end macro
38 @macro IndexSubentry{label, string}
39 @c -- @cindex \label\ @subentry \string\
40 @cindex \label\, \string\
41 @end macro
43 @macro vspace {lines}
44 @sp \lines\
45 @end macro
47 @c -- For some reason ending this macro with @noindent does not work out well.
49 @macro OptionHeader {lines, option, description}
50 @sp \lines\
51 @noindent
52 @code{\option\} @ @emph{\description\}
53 @c -- @sp 1
54 @end macro
56 @macro gcctabopt{body}
57 @code{\body\}
58 @end macro
60 @macro ManPageStart{headername}
61 @ifclear man
62 @sp 1
63 @noindent @b{\headername\}
64 @indentedblock
65 @end ifclear
66 @end macro
68 @macro ManPageEnd{}
69 @ifclear man
70 @end indentedblock
71 @end ifclear
72 @end macro