diff options
Diffstat (limited to 'gold/options.h')
-rw-r--r-- | gold/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/options.h b/gold/options.h index 216620a806..1a25b7b070 100644 --- a/gold/options.h +++ b/gold/options.h @@ -1109,6 +1109,9 @@ class General_options DEFINE_uint64(Ttext, options::ONE_DASH, '\0', -1U, N_("Set the address of the text segment"), N_("ADDRESS")); + DEFINE_bool(no_toc_optimize, options::TWO_DASHES, '\0', false, + N_("(PowerPC64 only) Don't optimize TOC code sequences"), NULL); + DEFINE_set(undefined, options::TWO_DASHES, 'u', N_("Create undefined reference to SYMBOL"), N_("SYMBOL")); |