summaryrefslogtreecommitdiff
path: root/common_sparc.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_sparc.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_sparc.h')
-rw-r--r--common_sparc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_sparc.h b/common_sparc.h
index cfd27f768..daa2e49b0 100644
--- a/common_sparc.h
+++ b/common_sparc.h
@@ -201,7 +201,7 @@ static __inline int blas_quickdivide(blasint x, blasint y){
REALNAME:;
#if defined(__linux__) && defined(__ELF__)
-#define GNUSTACK .section .note.GNU-stack,"",%progbits
+#define GNUSTACK .section .note.GNU-stack,"",@progbits
#else
#define GNUSTACK
#endif