This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Properly split arm-pe / arm-wince-pe. (take 2.1)


Nick Clifton wrote:

ld/ChangeLog


2006-08-15 Pedro Alves <pedro_alves@portugalmail.pt>


(...)


    * configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows
    CE targets.


(...)


Approved and applied. Thanks for doing this!


Looks like the above part of the patch went for a ride into nowhere land :)

Here it goes again. Please re-review, and commit.

Cheers,
Pedro Alves

---


ld/ChangeLog


2006-08-21 Pedro Alves <pedro_alves@portugalmail.pt>

     * configure.tgt: Set targ_emul to arm_wince_pe for ARM
     Windows CE targets.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.191
diff -u -p -r1.191 configure.tgt
--- configure.tgt	4 Aug 2006 13:13:56 -0000	1.191
+++ configure.tgt	21 Aug 2006 22:50:02 -0000
@@ -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 ;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]