From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11587 invoked by alias); 11 Jul 2003 14:07:49 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 11576 invoked from network); 11 Jul 2003 14:07:48 -0000 Received: from unknown (HELO mail.pathwayconnect.com) (142.179.181.72) by sources.redhat.com with SMTP; 11 Jul 2003 14:07:48 -0000 Received: (qmail 12982 invoked from network); 11 Jul 2003 14:08:06 -0000 Received: from unknown (HELO bluesteel.pathway.internal) (192.168.0.129) by 0 with SMTP; 11 Jul 2003 14:08:06 -0000 Subject: ARM_COFF_BUGFIX for wince [PATCH] From: Shaun Jackman To: binutils@sources.redhat.com Content-Type: text/plain Organization: Pathway Connectivity Message-Id: <1057932467.3202.152.camel@bluesteel.pathway> Mime-Version: 1.0 Date: Fri, 11 Jul 2003 14:07:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00212.txt.bz2 Just want to make sure this patch made it in. Cheers, Shaun * bfd/config.bfd: Add -DARM_COFF_BUGFIX to targ_cflags for arm-wince-pe. diff -ur binutils-2.14-/bfd/config.bfd binutils-2.14/bfd/config.bfd --- binutils-2.14-/bfd/config.bfd 2003-06-17 15:57:35.000000000 -0600 +++ binutils-2.14/bfd/config.bfd 2003-06-17 16:03:02.000000000 -0600 @@ -169,7 +169,7 @@ targ_defvec=armpe_little_vec targ_selvecs="armpe_little_vec armpe_big_vec armpei_little_vec armpei_big_vec" targ_underscore=no - targ_cflags=-DARM_WINCE + targ_cflags="-DARM_WINCE -DARM_COFF_BUGFIX" ;; arm-*-pe*) targ_defvec=armpe_little_vec