diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-22 14:20:35 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-22 14:20:35 -0700 |
commit | 8c2b1ed8bbd20d35314c2a602b903159fa567ffb (patch) | |
tree | 4a9e06786fdb32c5558cdae218af3b4ff0b78af6 /config.h.in | |
parent | b5af9297d51a43f96c5be1bafab032184690dd6f (diff) | |
download | glibc-8c2b1ed8bbd20d35314c2a602b903159fa567ffb.tar.gz glibc-8c2b1ed8bbd20d35314c2a602b903159fa567ffb.tar.xz glibc-8c2b1ed8bbd20d35314c2a602b903159fa567ffb.zip |
ARM: Use movw/movt more when available
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 20c082586d..695ca35dc0 100644 --- a/config.h.in +++ b/config.h.in @@ -243,6 +243,9 @@ /* The ARM hard-float ABI is being used. */ #undef HAVE_ARM_PCS_VFP +/* The ARM movw/movt instructions using PC-relative relocs work right. */ +#define ARM_PCREL_MOVW_OK 0 + /* The pt_chown binary is being built and used by grantpt. */ #define HAVE_PT_CHOWN 0 |