mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
From Craig Silverstein: rename some option functions in preparation
for reworking option handling.
This commit is contained in:
@ -187,7 +187,7 @@ queue_middle_tasks(const General_options& options,
|
||||
gold_error(_("cannot mix -r with dynamic object %s"),
|
||||
(*input_objects->dynobj_begin())->name().c_str());
|
||||
if (!doing_static_link
|
||||
&& options.oformat() != General_options::OBJECT_FORMAT_ELF)
|
||||
&& options.oformat_enum() != General_options::OBJECT_FORMAT_ELF)
|
||||
gold_fatal(_("cannot use non-ELF output format with dynamic object %s"),
|
||||
(*input_objects->dynobj_begin())->name().c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user