forked from Imagelibrary/binutils-gdb
[gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.
Keep gold consistent with bfd erratum-fixing option names, so as to ease life in Makefile/scripts. gold/ * options.h (--fix-cortex-a53-843419): Rename option. * aarch64.cc (AArch64_relobj::do_count_local_symbols): Use renamed option. (AArch64_relobj::scan_sections_for_stubs): Use renamed option.
This commit is contained in:
@@ -802,9 +802,10 @@ class General_options
|
||||
N_("(ARM only) Fix binaries for Cortex-A8 erratum."),
|
||||
N_("(ARM only) Do not fix binaries for Cortex-A8 erratum."));
|
||||
|
||||
DEFINE_bool(fix_cortex_a53, options::TWO_DASHES, '\0', false,
|
||||
N_("(AArch64 only) Scan and fix binaries for Cortex-A53 errata."),
|
||||
N_("(AArch64 only) Do not scan for Cortex-A53 errata."));
|
||||
DEFINE_bool(fix_cortex_a53_843419, options::TWO_DASHES, '\0', false,
|
||||
N_("(AArch64 only) Scan binaries for Cortex-A53 errata 843419."),
|
||||
N_("(AArch64 only) Do not scan binaries for Cortex-A53 "
|
||||
"errata 843419."));
|
||||
|
||||
DEFINE_bool(fix_arm1176, options::TWO_DASHES, '\0', true,
|
||||
N_("(ARM only) Fix binaries for ARM1176 erratum."),
|
||||
|
||||
Reference in New Issue
Block a user