* coff/arm.h (F_VFP_FLOAT): Define.

* elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.
This commit is contained in:
Richard Earnshaw
2002-01-16 11:35:18 +00:00
parent ccb74f4c74
commit a5db8fd97d
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* ARM COFF support for BFD.
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@ -50,6 +50,7 @@
#define F_APCS_26 (0x0400)
#define F_APCS_SET (0x0800)
#define F_SOFT_FLOAT (0x2000)
#define F_VFP_FLOAT (0x4000)
/* Bits stored in flags field of the internal_f structure */