mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
* ldlang.c (open_output): Change local variable desired_endian
from int to enum bfd_endian.
This commit is contained in:
@ -1638,7 +1638,7 @@ open_output (name)
|
||||
if (command_line.endian != ENDIAN_UNSET)
|
||||
{
|
||||
const bfd_target * target;
|
||||
int desired_endian;
|
||||
enum bfd_endian desired_endian;
|
||||
|
||||
/* Get the chosen target. */
|
||||
target = bfd_search_for_target (get_target, (void *) output_target);
|
||||
|
Reference in New Issue
Block a user