summaryrefslogtreecommitdiff
path: root/libpthread/nptl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-16 20:58:59 -0700
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-09 07:50:59 +0100
commit8e43a1a143b506e391ba5ba988d1d0e88ce9364f (patch)
tree2fbe10afca989b130ece8088a8d32c6e891a0221 /libpthread/nptl
parent4904b4f317c7250107925ff47f38fc31b4aaaddd (diff)
Do not support localised optimizations this helps to have a global -O level
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r--libpthread/nptl/pthread_mutex_timedlock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_mutex_timedlock.c b/libpthread/nptl/pthread_mutex_timedlock.c
index 04187f6de..f56f6c55e 100644
--- a/libpthread/nptl/pthread_mutex_timedlock.c
+++ b/libpthread/nptl/pthread_mutex_timedlock.c
@@ -28,7 +28,9 @@
* error: can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
*/
int
+#ifndef __OPTIMIZE__
attribute_optimize("Os")
+#endif
pthread_mutex_timedlock (
pthread_mutex_t *mutex,
const struct timespec *abstime)