aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-02-28 23:02:58 +0100
committerMartin Liska <marxin@gcc.gnu.org>2017-02-28 22:02:58 +0000
commit9453ba0a0e7aa578d2b4ad61862efe0d3d52c567 (patch)
treed296b8501149a7c9fd67f9a5c4ad934feb703f93 /gcc/config
parent6a825afe90080c1c187cacc6d6a90d322c1d9e7d (diff)
downloadgcc-9453ba0a0e7aa578d2b4ad61862efe0d3d52c567.zip
gcc-9453ba0a0e7aa578d2b4ad61862efe0d3d52c567.tar.gz
gcc-9453ba0a0e7aa578d2b4ad61862efe0d3d52c567.tar.bz2
Introduce =<number> for couple of options.
2017-02-28 Martin Liska <mliska@suse.cz> * c.opt: Replace space with tabular for options of <number> type. 2017-02-28 Martin Liska <mliska@suse.cz> * common.opt: Replace space with tabular for options of <number> type. * config/i386/i386.opt: Show <number> value for -mlarge-data-threshold. * opts.c (print_filtered_help): Do not display number in hexadecimal format. From-SVN: r245789
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/i386.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt
index 36251ab..9384e29 100644
--- a/gcc/config/i386/i386.opt
+++ b/gcc/config/i386/i386.opt
@@ -272,7 +272,7 @@ Branches are this expensive (1-5, arbitrary units).
mlarge-data-threshold=
Target RejectNegative Joined UInteger Var(ix86_section_threshold) Init(DEFAULT_LARGE_SECTION_THRESHOLD)
-Data greater than given threshold will go into .ldata section in x86-64 medium model.
+-mlarge-data-threshold=<number> Data greater than given threshold will go into .ldata section in x86-64 medium model.
mcmodel=
Target RejectNegative Joined Enum(cmodel) Var(ix86_cmodel) Init(CM_32)