aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/arm-features.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-03-18 15:00:44 -0700
committerRoland McGrath <roland@hack.frob.com>2013-03-18 15:02:44 -0700
commit6bcae14685204da833b3451e0636eb346b639d67 (patch)
tree1143569a92773f1fe9da9c43711badef23442252 /ports/sysdeps/arm/arm-features.h
parent0e2b9cdde7def82bc7c2df5b0fae323825b222a3 (diff)
downloadglibc-6bcae14685204da833b3451e0636eb346b639d67.zip
glibc-6bcae14685204da833b3451e0636eb346b639d67.tar.gz
glibc-6bcae14685204da833b3451e0636eb346b639d67.tar.bz2
ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_REGISTER.
Diffstat (limited to 'ports/sysdeps/arm/arm-features.h')
-rw-r--r--ports/sysdeps/arm/arm-features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/arm-features.h b/ports/sysdeps/arm/arm-features.h
index 5104ba3..336b690 100644
--- a/ports/sysdeps/arm/arm-features.h
+++ b/ports/sysdeps/arm/arm-features.h
@@ -53,4 +53,7 @@
# define ARM_BX_ALIGN_LOG2 2
#endif
+/* An OS-specific arm-features.h file may define ARM_NO_INDEX_REGISTER to
+ indicate that the two-register addressing modes must never be used. */
+
#endif /* arm-features.h */