mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-27 03:54:29 +00:00
* ldlang.c (open_output): Change local variable desired_endian
from int to enum bfd_endian.
This commit is contained in:
parent
ff65f4f015
commit
1b69a0bfca
12
ld/ChangeLog
12
ld/ChangeLog
@ -1,3 +1,15 @@
|
||||
1999-09-12 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* ldlang.c (open_output): Change local variable desired_endian
|
||||
from int to enum bfd_endian.
|
||||
|
||||
* emulparams/arm_epoc_pe.sh: Define SUBSYSTEM and
|
||||
INITIAL_SYMBOL_CHAR.
|
||||
* emulparams/armpe.sh: Likewise.
|
||||
* emulparams/morepe.sh: Likewise.
|
||||
* emulparams/ppcpe.sh: Likewise.
|
||||
* emulparams/i386pe.sh (SUBSYSTEM): Define as PE_DEF_SUBSYSTEM.
|
||||
|
||||
Fri Sep 10 00:22:50 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* emulparms/elf64hppa.sh (LIB_PATH): Define.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user