diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-19 01:11:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-19 01:11:31 +0000 |
commit | 062b7c0c141b6d28a037c6acf3a822539e701827 (patch) | |
tree | 4af97845103b6dee808f365f1f366cfbd8e8a078 /gas/doc/c-tic54x.texi | |
parent | efeae3db62cde77fe11a1dc4e04d04303ad34dee (diff) | |
download | gdb-062b7c0c141b6d28a037c6acf3a822539e701827.zip gdb-062b7c0c141b6d28a037c6acf3a822539e701827.tar.gz gdb-062b7c0c141b6d28a037c6acf3a822539e701827.tar.bz2 |
* doc/c-alpha.texi: Fix typos.
* doc/c-arm.texi: Likewise.
* doc/c-d10v.texi: Likewise.
* doc/c-i370.texi: Likewise.
* doc/c-i960.texi: Likewise.
* doc/c-ia64.texi: Likewise.
* doc/c-mmix.texi: Likewise.
* doc/c-ns32k.texi: Likewise.
* doc/c-pdp11.texi: Likewise.
* doc/c-pj.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-sparc.texi: Likewise.
* doc/c-tic54x.texi: Likewise.
* doc/c-v850.texi: Likewise.
* doc/c-vax.texi: Likewise.
* doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/c-tic54x.texi')
-rw-r--r-- | gas/doc/c-tic54x.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/doc/c-tic54x.texi b/gas/doc/c-tic54x.texi index 52079d6..500f278 100644 --- a/gas/doc/c-tic54x.texi +++ b/gas/doc/c-tic54x.texi @@ -618,7 +618,7 @@ equivalent of those, and the structure offset is adjusted accordingly. @code{.field} and @code{.string} are also allowed; the size of @code{.field} is one bit, and @code{.string} is considered to be one word in size. Only element descriptors, structure/union tags, -@code{.align} and conditioanl assembly directies are allowed within +@code{.align} and conditional assembly directives are allowed within @code{.struct}/@code{.endstruct}. @code{.align} aligns member offsets to word boundaries only. @var{ssize}, if provided, will always be assigned the size of the structure. @@ -650,7 +650,7 @@ Starting offset for the union is always zero. @cindex @code{usect} directive, C54X @item [@var{symbol}] .usect "@var{section_name}", @var{size}, [,[@var{blocking_flag}] [,@var{alignment_flag}]] -Reserve space for variables in a named, uninitialzed section (similar to +Reserve space for variables in a named, uninitialized section (similar to .bss). @code{.usect} allows definitions sections independent of .bss. @var{symbol} points to the first location reserved by this allocation. The symbol may be used as a variable name. @var{size} is the allocated @@ -692,7 +692,7 @@ If the number of arguments passed the macro invocation exceeds the number of parameters defined, the last parameter is assigned the string equivalent of all remaining arguments. If fewer arguments are given than parameters, the missing parameters are assigned empty strings. To -include a comma in an argument, you must enclose the agument in quotes. +include a comma in an argument, you must enclose the argument in quotes. @cindex subsym builtins, C54X @cindex C54X subsym builtins @@ -764,4 +764,4 @@ Returns the reference point of the structure or union represented by The following symbols are recognized as memory-mapped registers: @table @code -@end table
\ No newline at end of file +@end table |