xref: /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/te-armeabi.h (revision 3d8817e467ea46cf4772788d6804dd293abfb01a)
1 /* The EABI requires the use of VFP.  */
2 #define FPU_DEFAULT FPU_ARCH_VFP_V2
3 #define EABI_DEFAULT EF_ARM_EABI_VER4
4 
5 #define LOCAL_LABELS_DOLLAR 1
6 #define LOCAL_LABELS_FB 1
7 
8 #include "obj-format.h"
9