aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-arm.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-01-10 22:22:56 +0000
committerNick Clifton <nickc@redhat.com>2000-01-10 22:22:56 +0000
commit550262c43d373d2b9e769233047d9d12e985f738 (patch)
treed8e94a689d1b281d98b953ec24e49c4fdc8ae24c /gas/doc/c-arm.texi
parent0decc84046705ac368e772da3825bd70194f3e0c (diff)
downloadgdb-550262c43d373d2b9e769233047d9d12e985f738.zip
gdb-550262c43d373d2b9e769233047d9d12e985f738.tar.gz
gdb-550262c43d373d2b9e769233047d9d12e985f738.tar.bz2
fixup ARM documentation
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r--gas/doc/c-arm.texi17
1 files changed, 14 insertions, 3 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 5a4c2b3..ff98d7f 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -66,7 +66,7 @@ Calling Standard.
@item -mapcs-float
This indicates the the floating point variant of the APCS should be
used. In this variant floating point arguments are passed in FP
-registers ratehr than integer registers.
+registers rather than integer registers.
@item -mapcs-reentrant
This indicates that the reentrant variant of the APCS should be used.
This variant supports position independent code.
@@ -102,8 +102,19 @@ the final release of the ARM-ELF specifications.
@cindex line comment character, ARM
@cindex ARM line comment character
-The presence of a @samp{#} and @samp{@@} on a line indicates the start of
-a comment that extends to the end of the current line.
+The presence of a @samp{@@} on a line indicates the start of a comment
+that extends to the end of the current line. If a @samp{#} appears as
+the first character of a line, the whole line is treated as a comment.
+
+@cindex line separator, ARM
+@cindex statement separator, ARM
+@cindex ARM line separator
+On ARM systems running the GNU/Linux operating system, @samp{;} can be
+used instead of a newline to separate statements.
+
+@cindex immediate character, ARM
+@cindex ARM immediate character
+Either @samp{#} or @samp{$} can be used to indicate immediate operands.
@cindex identifiers, ARM
@cindex ARM identifiers