diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2000-08-14 09:02:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2000-08-14 09:02:45 +0000 |
commit | 0ac658b8b77144c360571702f7dbcda4f11839a1 (patch) | |
tree | 1a4857dc2322691e1370a41783323da6166fec7c /gas/doc | |
parent | d73e9da0ebdfa540f1883590d42d12ce6611cd83 (diff) | |
download | gdb-0ac658b8b77144c360571702f7dbcda4f11839a1.zip gdb-0ac658b8b77144c360571702f7dbcda4f11839a1.tar.gz gdb-0ac658b8b77144c360571702f7dbcda4f11839a1.tar.bz2 |
* doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index ee3112d..10c8042 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -51,7 +51,7 @@ This option specifies that only Thumb instructions should be assembled. This option specifies that any Arm or Thumb instruction should be assembled. @cindex @code{-mfpa} command line option, ARM -@item -mfpa @var{[10|11]} +@item -mfpa @code{[10|11]} This option specifies the floating point architecture in use on the target processor. @@ -69,7 +69,7 @@ This option specifies that the output generated by the assembler should be marked as supporting interworking. @cindex @code{-mapcs} command line option, ARM -@item -mapcs @var{[26|32]} +@item -mapcs @code{[26|32]} This option specifies that the output generated by the assembler should be marked as supporting the indicated version of the Arm Procedure. Calling Standard. @@ -180,7 +180,7 @@ example: @end smallexample @cindex @code{code} directive, ARM -@item .code @var{[16|32]} +@item .code @code{[16|32]} This directive selects the instruction set being generated. The value 16 selects Thumb, with the value 32 selecting ARM. |