forked from Imagelibrary/binutils-gdb
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:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user