diff options
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index b5b9374..d9b7b26 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -254,7 +254,7 @@ and @item -meabi=@var{ver} This option specifies which EABI version the produced object files should conform to. -The following values are recognised: +The following values are recognized: @code{gnu}, @code{4} and @@ -358,7 +358,7 @@ For compatibility with older toolchains the assembler also accepts @cindex MOVW and MOVT relocations, ARM Relocations for @samp{MOVW} and @samp{MOVT} instructions can be generated by prefixing the value with @samp{#:lower16:} and @samp{#:upper16} -respectively. For example to load the 32-bit addresss of foo into r0: +respectively. For example to load the 32-bit address of foo into r0: @smallexample MOVW r0, #:lower16:foo |