diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-12-29 18:32:47 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-12-29 18:32:47 +0000 |
commit | 8108ad8e84adfc81545fa802d1869ebb65fa7732 (patch) | |
tree | aecf67c9a6260188b43645d62b257f26ae0b3d77 /gas | |
parent | a77a9fefcf7641773dbc585f636890feb7814b06 (diff) | |
download | gdb-8108ad8e84adfc81545fa802d1869ebb65fa7732.zip gdb-8108ad8e84adfc81545fa802d1869ebb65fa7732.tar.gz gdb-8108ad8e84adfc81545fa802d1869ebb65fa7732.tar.bz2 |
* doc/internals.texi (tc_conditional_pseudoop,
TC_LINKRELAX_FIXUP): Fix typos.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/internals.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5608bea..dbdad6c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-12-29 Hans-Peter Nilsson <hp@bitrange.com> + + * doc/internals.texi (tc_conditional_pseudoop, + TC_LINKRELAX_FIXUP): Fix typos. + 2000-12-28 Richard Henderson <rth@redhat.com> * write.c (subsegs_finish): Fix thinko last change -- don't diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index fb3dc6b..fa99bc6 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 |