aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Shen <shenhan@google.com>2015-07-23 15:52:22 -0700
committerHan Shen <shenhan@google.com>2015-07-23 15:56:33 -0700
commitcdb061674c044636465e52a8c989b9011f2ec8ac (patch)
treeb3c48ef5c025b391e27e9ca3e0a5bb8987945ef9 /gold/options.h
parentFix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host. (diff)
downloadbinutils-gdb-cdb061674c044636465e52a8c989b9011f2ec8ac.tar.gz
binutils-gdb-cdb061674c044636465e52a8c989b9011f2ec8ac.tar.bz2
binutils-gdb-cdb061674c044636465e52a8c989b9011f2ec8ac.zip
2015-07-23 Ian Coolidge <icoolidge@google.com>
Plumb --pic-veneer option for gold. gold/ChangeLog: * arm.cc (Reloc_stub::stub_type_for_reloc): Plumb to stub generation. * options.h (General_options): Add --pic-veneer option.
Diffstat (limited to 'gold/options.h')
-rw-r--r--gold/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/options.h b/gold/options.h
index f4da1280a65..641efee3a37 100644
--- a/gold/options.h
+++ b/gold/options.h
@@ -982,6 +982,10 @@ class General_options
N_("Do not create a position independent executable"),
false);
+ DEFINE_bool(pic_veneer, options::TWO_DASHES, '\0', false,
+ N_("Force PIC sequences for ARM/Thumb interworking veneers"),
+ NULL);
+
DEFINE_bool(pipeline_knowledge, options::ONE_DASH, '\0', false,
NULL, N_("(ARM only) Ignore for backward compatibility"));