Merge remote branch 'origin/develop' into bulldozer
authorwernsaar <wernsaar@googlemail.com>
Sun, 1 Dec 2013 09:53:39 +0000 (10:53 +0100)
committerwernsaar <wernsaar@googlemail.com>
Sun, 1 Dec 2013 09:53:39 +0000 (10:53 +0100)
1  2 
common_x86_64.h

diff --cc common_x86_64.h
@@@ -378,14 -376,6 +378,14 @@@ REALNAME
          .size  REALNAME, .-REALNAME; \
          .section .note.GNU-stack,"",@progbits
  
-         .section .note.GNU-stack,"",%progbits
 +#else
 +
 +#define EPILOGUE \
 +        .size  REALNAME, .-REALNAME; \
++        .section .note.GNU-stack,"",@progbits
 +
 +#endif
 +
  
  #endif