summaryrefslogtreecommitdiff
path: root/common_x86_64.h
diff options
context:
space:
mode:
authorZhang Xianyi <traits.zhang@gmail.com>2013-09-22 09:37:59 +0800
committerZhang Xianyi <traits.zhang@gmail.com>2013-09-22 09:37:59 +0800
commit16eb780e13f00c75b55fa8c7b8a9278c62d123fb (patch)
treebfbd3588448cc179b26e2eebc50bb905c7242739 /common_x86_64.h
parenta746724e843c9b77a33e14602d019e9d6374adea (diff)
downloadopenblas-16eb780e13f00c75b55fa8c7b8a9278c62d123fb.tar.gz
openblas-16eb780e13f00c75b55fa8c7b8a9278c62d123fb.tar.bz2
openblas-16eb780e13f00c75b55fa8c7b8a9278c62d123fb.zip
Refs #262. Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1
Diffstat (limited to 'common_x86_64.h')
-rw-r--r--common_x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_x86_64.h b/common_x86_64.h
index 188903848..39e5a5eb1 100644
--- a/common_x86_64.h
+++ b/common_x86_64.h
@@ -374,7 +374,7 @@ REALNAME:
#define EPILOGUE \
.size REALNAME, .-REALNAME; \
- .section .note.GNU-stack,"",%progbits
+ .section .note.GNU-stack,"",@progbits
#endif