forked from Imagelibrary/binutils-gdb
aarch64-pe support for LD, GAS and BFD
Allows aarch64-pe to be targeted natively, not having to use objcopy to convert it from ELF to PE. Based on initial work by Jedidiah Thompson Co-authored-by: Jedidiah Thompson <wej22007@outlook.com> Co-authored-by: Zac Walker <zac.walker@linaro.org>
This commit is contained in:
committed by
Zac Walker
parent
740a19d914
commit
c60b380679
@@ -191,6 +191,8 @@ coff_swap_filehdr_in (bfd * abfd, void * src, void * dst)
|
||||
|
||||
#ifdef COFF_IMAGE_WITH_PE
|
||||
# define coff_swap_filehdr_out _bfd_XXi_only_swap_filehdr_out
|
||||
#elif defined COFF_WITH_peAArch64
|
||||
# define coff_swap_filehdr_out _bfd_XX_only_swap_filehdr_out
|
||||
#elif defined COFF_WITH_pex64
|
||||
# define coff_swap_filehdr_out _bfd_pex64_only_swap_filehdr_out
|
||||
#elif defined COFF_WITH_pep
|
||||
|
||||
Reference in New Issue
Block a user