From d507cf36a6e8dd590757a05889cd9f2c1dd9aba5 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 23 Mar 2004 23:05:52 +0000 Subject: * 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 : Document -meabi. * doc/c-arm.texi: Ditto. --- gas/doc/as.texinfo | 1 + gas/doc/c-arm.texi | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'gas/doc') diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index d9d23dff59..fc02bb729d 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 23cd7bb3fe..e871d2821b 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 -- cgit v1.2.1