diff options
author | Paul Brook <paul@codesourcery.com> | 2004-03-23 23:05:52 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-03-23 23:05:52 +0000 |
commit | d507cf36a6e8dd590757a05889cd9f2c1dd9aba5 (patch) | |
tree | b81eeb7d994cc02d9639fea1325460a7eda5d7b2 /gas/doc | |
parent | cb19ec34f51c0010b13a00221787e7363deb26ed (diff) | |
download | gdb-d507cf36a6e8dd590757a05889cd9f2c1dd9aba5.zip gdb-d507cf36a6e8dd590757a05889cd9f2c1dd9aba5.tar.gz gdb-d507cf36a6e8dd590757a05889cd9f2c1dd9aba5.tar.bz2 |
* bfd/elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
* binutils/readelf.c (decode_ARM_machine_flags): Add EABI v3.
* gas/config/tc-arm.c (meabi_flags): New variable.
(arm_parse_eabi): New function.
(md_begin): Set flags for EABI v3.
(arm_eabis): Add.
(arm_long_opts): Add meabi.
* include/elf/arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
* doc/as.texinf <ARM>: Document -meabi.
* doc/c-arm.texi: Ditto.
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 |