diff mbox

[4/9] Dont support localised optimizations this helps to have a global -O level

Message ID 1446316381-5070-4-git-send-email-raj.khem@gmail.com
State New
Headers show

Commit Message

Khem Raj Oct. 31, 2015, 6:32 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 libpthread/nptl/pthread_mutex_timedlock.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/libpthread/nptl/pthread_mutex_timedlock.c b/libpthread/nptl/pthread_mutex_timedlock.c
index 04187f6..f56f6c5 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)