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.
This commit is contained in:
Han Shen
2015-07-23 15:52:22 -07:00
parent d5cff5df74
commit cdb061674c
3 changed files with 15 additions and 3 deletions

View File

@@ -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"));