mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.
This commit is contained in:
parent
dc0b6aa05a
commit
57da97f58c
@ -6,12 +6,15 @@
|
||||
* ldlang.c (lang_size_sections_1): Leave non-alloc sections with
|
||||
default lma equal to vma. Warn on backward movement of dot.
|
||||
|
||||
2006-08-22 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* configure.tgt: Set targ_emul to arm_wince_pe for ARM
|
||||
Windows CE targets.
|
||||
|
||||
2006-08-22 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* Makefile.am: Split arm-wince into its own emulation.
|
||||
* Makefile.in: Regenerate.
|
||||
* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows
|
||||
CE targets.
|
||||
* pe-dll.c : Define PE_ARCH_arm_wince.
|
||||
(pe_detail_list): Add PE_ARCH_arm_wince case.
|
||||
(make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases.
|
||||
|
@ -37,7 +37,7 @@ alpha*-*-openbsd*) targ_emul=elf64alpha
|
||||
arc-*-elf*) targ_emul=arcelf
|
||||
;;
|
||||
arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
arm-*-wince) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
arm-wince-pe | arm-*-wince) targ_emul=arm_wince_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
arm-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
|
||||
armeb-*-aout) targ_emul=armaoutb ;;
|
||||
|
Loading…
Reference in New Issue
Block a user