]> sourceware.org Git - newlib-cygwin.git/commitdiff
2004-10-12 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Tue, 12 Oct 2004 14:17:08 +0000 (14:17 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 12 Oct 2004 14:17:08 +0000 (14:17 +0000)
bfd/
* elf32-arm.h: Support EABI version 4 objects.
binutils/
* readelf.c (decode_ARM_machine_flags): Support EABI version 4.
gas/
* config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
EF_ARM_EABI_VER4.
(arm_eabis): Ditto.
* doc/c-arm.texi: Document that we actually support -meabi=4, not
-meabi=3.
include/
* elf/arm.h (EF_ARM_EABI_VER4): Define.

include/ChangeLog
include/elf/arm.h

index a3cbebedd966cf0515f7e39276ffbe2fc26716dc..5f7d3687363e75a571f873f278d04879cbe17d6c 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Paul Brook  <paul@codesourcery.com>
+
+       * elf/arm.h (EF_ARM_EABI_VER4): Define.
+
 2004-10-08  Daniel Jacobowitz  <dan@debian.org>
 
        * elf/common.h (PT_SUNW_EH_FRAME): Define.
index 7b8030823ee867b3eba07c5c4806c019bed8e036..9055f622de115dcb8e0440fb22a0fc36248f50d1 100644 (file)
@@ -51,6 +51,7 @@
 #define EF_ARM_EABI_VER1     0x01000000
 #define EF_ARM_EABI_VER2     0x02000000
 #define EF_ARM_EABI_VER3     0x03000000
+#define EF_ARM_EABI_VER4     0x04000000
 
 /* Local aliases for some flags to match names used by COFF port.  */
 #define F_INTERWORK       EF_ARM_INTERWORK
This page took 0.035621 seconds and 5 git commands to generate.