diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-14 10:00:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-03-14 10:00:46 +0000 |
commit | ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c (patch) | |
tree | 07b948c76c58ad1d728673591fa2e667c0dedf5a /gas/doc/c-tic54x.texi | |
parent | e2be70a0e109d8dcd4e01633bbf84636b51ad9e3 (diff) | |
download | gdb-ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c.zip gdb-ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c.tar.gz gdb-ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c.tar.bz2 |
PR gas/15212
* doc/c-arc.texi (ARC Directives): Use @code instead of @bullte
for table format.
* doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
to the @item directives.
(ARM-Neon-Alignment): Move to correct place in the document.
* doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
formatting.
* doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
@smallexample.
Diffstat (limited to 'gas/doc/c-tic54x.texi')
-rw-r--r-- | gas/doc/c-tic54x.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/doc/c-tic54x.texi b/gas/doc/c-tic54x.texi index 998c4a7..8a37316 100644 --- a/gas/doc/c-tic54x.texi +++ b/gas/doc/c-tic54x.texi @@ -1,4 +1,4 @@ -@c Copyright 2000, 2002, 2003, 2006, 2011 Free Software Foundation, Inc. +@c Copyright 2000-2013 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c TI TMS320C54X description by Timothy Wall, twall@cygnus.com @@ -109,7 +109,7 @@ In this example, x is replaced with SYM2; SYM2 is replaced with SYM1, and SYM1 is replaced with x. At this point, x has already been encountered and the substitution stops. -@smallexample @code +@smallexample .asg "x",SYM1 .asg "SYM1",SYM2 .asg "SYM2",x @@ -126,14 +126,14 @@ Substitution may be forced in situations where replacement might be ambiguous by placing colons on either side of the subsym. The following code: -@smallexample @code +@smallexample .eval "10",x LAB:X: add #x, a @end smallexample When assembled becomes: -@smallexample @code +@smallexample LAB10 add #10, a @end smallexample @@ -309,7 +309,7 @@ The @code{LDX} pseudo-op is provided for loading the extended addressing bits of a label or address. For example, if an address @code{_label} resides in extended program memory, the value of @code{_label} may be loaded as follows: -@smallexample @code +@smallexample ldx #_label,16,a ; loads extended bits of _label or #_label,a ; loads lower 16 bits of _label bacc a ; full address is in accumulator A |