mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Add support for --no-rosegment option.
gold/
* options.h (General_options): Add --no-rosegment option.
This commit is contained in:
committed by
Cary Coutant
parent
f09db38094
commit
9a6c68caa9
@@ -1182,7 +1182,7 @@ class General_options
|
||||
|
||||
DEFINE_bool(rosegment, options::TWO_DASHES, '\0', false,
|
||||
N_("Put read-only non-executable sections in their own segment"),
|
||||
NULL);
|
||||
N_("Do not put read-only non-executable sections in their own segment"));
|
||||
|
||||
DEFINE_uint64(rosegment_gap, options::TWO_DASHES, '\0', -1U,
|
||||
N_("Set offset between executable and read-only segments"),
|
||||
|
||||
Reference in New Issue
Block a user