Check if RTLD_SAVESPACE_SSE is aligned to 32 bytes
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 11 May 2012 18:50:11 +0000 (11:50 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 11 May 2012 18:50:11 +0000 (11:50 -0700)
ChangeLog
sysdeps/x86_64/dl-trampoline.S

index 8c88f8179754d479359191bec88f56b29341f6e1..dcc28d5da7306552cecd3e77fc66e78f8ce92262 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
+       is 32-byte aligned.
+
 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
 
        [BZ #11837]
index 7691662867ab0da1596ededa745109dfb45345c8..6185ba4876738ec99ea3f7b5fcb5e70bec9bf811 100644 (file)
 #include <sysdep.h>
 #include <link-defines.h>
 
+#if (RTLD_SAVESPACE_SSE % 32) != 0
+# error RTLD_SAVESPACE_SSE must be aligned to 32 bytes
+#endif
+
        .text
        .globl _dl_runtime_resolve
        .type _dl_runtime_resolve, @function