summaryrefslogtreecommitdiff
path: root/gas/doc/internals.texi
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-12-29 18:32:47 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-12-29 18:32:47 +0000
commit3e5cefcdca634cd85c6f14373a871fe0ac52cdc4 (patch)
treeedd3b7648ce808eed518a28b6e813ca59dd83be0 /gas/doc/internals.texi
parent263fa17ee3b662d88bef2b85f3ec92600f05e95a (diff)
downloadbinutils-redhat-3e5cefcdca634cd85c6f14373a871fe0ac52cdc4.tar.gz
* doc/internals.texi (tc_conditional_pseudoop,
TC_LINKRELAX_FIXUP): Fix typos.
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r--gas/doc/internals.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index fb3dc6bfd2..fa99bc6182 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -889,7 +889,7 @@ pseudo-ops which are specific to the CPU.
If this macro is defined, GAS will call it with a @code{pseudo_typeS} argument.
It should return non-zero if the pseudo-op is a conditional which controls
whether code is assembled, such as @samp{.if}. GAS knows about the normal
-conditional pseudo-ops,and you should normally not have to define this macro.
+conditional pseudo-ops, and you should normally not have to define this macro.
@item comment_chars
@cindex comment_chars
@@ -1189,7 +1189,7 @@ If you define this macro, and the global variable @samp{linkrelax} is set
@samp{.align} directive will cause extra space to be allocated. The linker can
then discard this space when relaxing the section.
-@item TC_LINKRELAX_FIXUP ($var{segT})
+@item TC_LINKRELAX_FIXUP (@var{segT})
@cindex TC_LINKRELAX_FIXUP
If defined, this macro allows control over whether fixups for a
given section will be processed when the @var{linkrelax} variable is