ARM EABI v3

Paul Brook paul@codesourcery.com
Tue Mar 23 18:57:00 GMT 2004


On Tuesday 23 March 2004 16:33, Paul Brook wrote:
> The patch below adds basic binutils support for AAELF (EABI v3).

And the corresponding gas documentation changes.

Paul

2004-23-02  Paul Brook  <paul@codesourcery.com>

	* doc/as.texinf <ARM>: Document -meabi.
	* doc/c-arm.texi: Ditto.

? as.info
Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.96
diff -u -p -r1.96 as.texinfo
--- as.texinfo	9 Jan 2004 02:34:04 -0000	1.96
+++ as.texinfo	23 Mar 2004 16:43:31 -0000
@@ -263,6 +263,7 @@ gcc(1), ld(1), and the Info entries for 
    [@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}|
Index: c-arm.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arm.texi,v
retrieving revision 1.26
diff -u -p -r1.26 c-arm.texi
--- c-arm.texi	29 Dec 2003 16:43:37 -0000	1.26
+++ c-arm.texi	23 Mar 2004 16:43:31 -0000
@@ -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



More information about the Binutils mailing list