mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-16 23:06:48 +08:00
Put size and endianness in parameters.
This commit is contained in:
@ -794,6 +794,9 @@ Input_objects::add_object(Object* obj)
|
||||
gold_exit(false);
|
||||
}
|
||||
|
||||
set_parameters_size_and_endianness(target->get_size(),
|
||||
target->is_big_endian());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user