Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2013-03-12 23:19:05 +0400
committercvs2svn <>2013-03-12 23:19:05 +0400
commit0e3bd1f2f4b3707ee588688f10be75dd8f848436 (patch)
tree8aa557d4ba61e9eb1ac158cb4fc9808a85800149 /include/opcode/arm.h
parent3e52e50c027acada72e4a98451f1dda1b7566029 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20130301
snapshot-20130301'. Sprout from gdb_7_6-branch 2013-03-12 19:18:58 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_6-branch'.' Cherrypick from master 2013-02-28 19:18:40 UTC Yufeng Zhang <Yufeng.Zhang@arm.com> 'include/opcode/': include/ChangeLog include/dwarf2.h include/elf/ChangeLog include/elf/common.h include/opcode/ChangeLog include/opcode/arm.h include/opcode/nios2.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'include/opcode/arm.h')
-rw-r--r--include/opcode/arm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/opcode/arm.h b/include/opcode/arm.h
index 851fd3c85..1ac38a06f 100644
--- a/include/opcode/arm.h
+++ b/include/opcode/arm.h
@@ -81,7 +81,6 @@
#define FPU_VFP_EXT_ARMV8 0x00020000 /* FP for ARMv8. */
#define FPU_NEON_EXT_ARMV8 0x00010000 /* Neon for ARMv8. */
#define FPU_CRYPTO_EXT_ARMV8 0x00008000 /* Crypto for ARMv8. */
-#define CRC_EXT_ARMV8 0x00004000 /* CRC32 for ARMv8. */
/* Architectures are the sum of the base and extensions. The ARM ARM (rev E)
defines the following: ARMv3, ARMv3M, ARMv4xM, ARMv4, ARMv4TxM, ARMv4T,
@@ -190,7 +189,6 @@
#define FPU_ARCH_NEON_VFP_ARMV8 ARM_FEATURE(0, FPU_NEON_ARMV8 | FPU_VFP_ARMV8)
#define FPU_ARCH_CRYPTO_NEON_VFP_ARMV8 \
ARM_FEATURE(0, FPU_CRYPTO_ARMV8 | FPU_NEON_ARMV8 | FPU_VFP_ARMV8)
-#define ARCH_CRC_ARMV8 ARM_FEATURE(0, CRC_EXT_ARMV8)
#define FPU_ARCH_ENDIAN_PURE ARM_FEATURE (0, FPU_ENDIAN_PURE)