diff options
author | Ian Lance Taylor <iant@google.com> | 2007-12-08 03:05:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-12-08 03:05:27 +0000 |
commit | bc2c67ffde4dd6cf884aa5fcb93e1fc8b3cb16a8 (patch) | |
tree | f67b9524da0b08c81daf5f660a1a91a46d196799 /gold/options.cc | |
parent | 2fcb970637fc082a6d12666ba9a15da15a16dd9d (diff) | |
download | gdb-bc2c67ffde4dd6cf884aa5fcb93e1fc8b3cb16a8.zip gdb-bc2c67ffde4dd6cf884aa5fcb93e1fc8b3cb16a8.tar.gz gdb-bc2c67ffde4dd6cf884aa5fcb93e1fc8b3cb16a8.tar.bz2 |
From Craig Silverstein: Fix error message, add this->.
Diffstat (limited to 'gold/options.cc')
-rw-r--r-- | gold/options.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/options.cc b/gold/options.cc index f5fc8da..20ddc6a 100644 --- a/gold/options.cc +++ b/gold/options.cc @@ -386,7 +386,7 @@ options::Command_line_options::options[] = "(default is none)"), N_("--compress-debug-sections=[none" ZLIB_STR "]"), TWO_DASHES, - &General_options::set_compress_debug_symbols), + &General_options::set_compress_debug_sections), GENERAL_NOARG('\0', "demangle", N_("Demangle C++ symbols in log messages"), NULL, TWO_DASHES, &General_options::set_demangle), GENERAL_NOARG('\0', "no-demangle", |