summaryrefslogtreecommitdiff
blob: 8da6d30168a56613d9bf217f8a75c581ec8846e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gcc-3.3.3/gcc/pie-ssp-chain.h.mps	2004-06-14 22:18:40.000000000 +0200
+++ gcc-3.3.3/gcc/pie-ssp-chain.h	2004-06-14 22:19:04.000000000 +0200
@@ -85,7 +85,7 @@
 #endif
 
 #ifdef HAVE_LD_PIE
-#define LINK_PIE_SPEC STD_PIE_TRIGGER( LNK_CHAIN_EXCLUDE( PIE_CHAIN_EXCLUDE(LINKSEC_PIE_LNK) ) ) " " OPP_PIE_TRIGGER() " " STD_RELRO_TRIGGER(LINKSEC_RELRO_LNK) " " OPP_RELRO_TRIGGER() " " STD_NOW_TRIGGER(LINKSEC_NOW_LNK) " " OPP_NOW_TRIGGER()
+#define LINK_PIE_SPEC STD_PIE_TRIGGER( LNK_CHAIN_EXCLUDE( PIE_CHAIN_EXCLUDE(LINKSEC_PIE_LNK) ) ) " " OPP_PIE_TRIGGER()
 #else
 #error we need ld w/ -pie support
 #endif