aboutsummaryrefslogtreecommitdiff
path: root/gold/options.h
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2017-08-03 22:44:21 -0700
committerCary Coutant <ccoutant@gmail.com>2017-08-03 22:44:44 -0700
commit223b97ba9d9d1aa61bf22058f637c779c7621e6f (patch)
tree3af745fa58b4561cab85b74d849c58dc873056f6 /gold/options.h
parenta30d3a7990e73c54e0bab9933e48989376770162 (diff)
downloadfsf-binutils-gdb-223b97ba9d9d1aa61bf22058f637c779c7621e6f.zip
fsf-binutils-gdb-223b97ba9d9d1aa61bf22058f637c779c7621e6f.tar.gz
fsf-binutils-gdb-223b97ba9d9d1aa61bf22058f637c779c7621e6f.tar.bz2
Add --no-relax option.
gold/ * options.h (General_options): Set a non-NULL second help string argument for relax to allow --no-relax.
Diffstat (limited to 'gold/options.h')
-rw-r--r--gold/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/options.h b/gold/options.h
index 7be15a5..6b45f64 100644
--- a/gold/options.h
+++ b/gold/options.h
@@ -1164,7 +1164,8 @@ class General_options
N_("Generate relocatable output"), NULL);
DEFINE_bool(relax, options::TWO_DASHES, '\0', false,
- N_("Relax branches on certain targets"), NULL);
+ N_("Relax branches on certain targets"),
+ N_("Do not relax branches"));
DEFINE_string(retain_symbols_file, options::TWO_DASHES, '\0', NULL,
N_("keep only symbols listed in this file"), N_("FILE"));