diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 1 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index d9d23df..fc02bb7 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -263,6 +263,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-march}=@var{architecture}[+@var{extension}@dots{}]] [@b{-mfpu}=@var{floating-point-format}] [@b{-mfloat-abi}=@var{abi}] + [@b{-meabi}=@var{ver}] [@b{-mthumb}] [@b{-EB}|@b{-EL}] [@b{-mapcs-32}|@b{-mapcs-26}|@b{-mapcs-float}| diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 23cd7bb..e871d28 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -228,6 +228,15 @@ The following values are recognized: and @code{hard}. +@cindex @code{-eabi=} command line option, ARM +@item -meabi=@var{ver} +This option specifies which EABI version the produced object files should +conform to. +The following values are recognised: +@code{gnu} +and +@code{3}. + @cindex @code{-EB} command line option, ARM @item -EB This option specifies that the output generated by the assembler should |