summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-04-21 19:05:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-04-22 15:35:22 -0700
commitd44eea03bb38f4e94dca40f7bf1b26bbb57271b0 (patch)
treea4fa2df7f14797b4a323d8ddc9dd851ca94986a1
parent13c0312b6922320d1b30f2ac5f3d1bcffbeb9ca0 (diff)
downloadgcc-hjl/pr67400/no-plt.tar.gz
Default to -fno-plthjl/pr67400/no-plt
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 67048db7c9b..2a730cf3b1e 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -1856,7 +1856,7 @@ Common Report Var(flag_pie,1) Negative(fPIC) Init(-1)
Generate position-independent code for executables if possible (small mode).
fplt
-Common Report Var(flag_plt) Init(1) Optimization
+Common Report Var(flag_plt) Init(0) Optimization
Use PLT for PIC calls (-fno-plt: load the address from GOT at call site).
fplugin=