diff options
Diffstat (limited to 'binutils-2.22/gold/options.h')
-rw-r--r-- | binutils-2.22/gold/options.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils-2.22/gold/options.h b/binutils-2.22/gold/options.h index 5def1d5..45763cc 100644 --- a/binutils-2.22/gold/options.h +++ b/binutils-2.22/gold/options.h @@ -1004,6 +1004,12 @@ class General_options N_("Sort common symbols by alignment"), N_("[={ascending,descending}]")); + DEFINE_enum(sort_section, options::TWO_DASHES, '\0', "none", + N_("Sort sections by name. \'--no-text-reorder\'" + " will override \'--sort-section=name\' for .text"), + N_("[none,name]"), + {"none", "name"}); + DEFINE_uint(spare_dynamic_tags, options::TWO_DASHES, '\0', 5, N_("Dynamic tag slots to reserve (default 5)"), N_("COUNT")); |