mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
* archive.cc (Library_base::should_include_member): Pull in object
from archive if it defines the entry symbol. * parameters.cc (Parameters::entry): New function. * parameters.h (class Parameters): Declare entry. * output.h (class Output_file_header): Remove entry_ field. * output.cc (Output_file_header::Output_file_header): Remove entry parameter. Change all callers. (Output_file_header::entry): Use parameters->entry. * gold.cc (queue_middle_tasks): Likewise. * plugin.cc (Plugin_hook::run): Likewise.
This commit is contained in:
@ -134,6 +134,10 @@ class Parameters
|
||||
return debug_;
|
||||
}
|
||||
|
||||
// Return the name of the entry symbol.
|
||||
const char*
|
||||
entry() const;
|
||||
|
||||
// A convenience routine for combining size and endianness. It also
|
||||
// checks the HAVE_TARGET_FOO configure options and dies if the
|
||||
// current target's size/endianness is not supported according to
|
||||
|
Reference in New Issue
Block a user