From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29776 invoked by alias); 5 Jul 2009 19:15:49 -0000 Received: (qmail 29768 invoked by uid 22791); 5 Jul 2009 19:15:48 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_55,J_CHICKENPOX_93,RCVD_IN_DNSWL_LOW,RCVD_IN_JMF_BL,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hel.is.scarlet.be (HELO hel.is.scarlet.be) (193.74.71.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 05 Jul 2009 19:15:41 +0000 Received: from [172.17.1.10] (ip-81-11-241-34.dsl.scarlet.be [81.11.241.34]) by hel.is.scarlet.be (8.14.2/8.14.2) with ESMTP id n65JFZdf006411; Sun, 5 Jul 2009 21:15:36 +0200 Subject: Build error in 2009-06-30 patch, with fix From: Danny Backx Reply-To: danny.backx@scarlet.be To: gdb-patches Content-Type: text/plain Date: Sun, 05 Jul 2009 19:15:00 -0000 Message-Id: <1246821346.10857.3.camel@pavilion> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-DCC-scarlet.be-Metrics: hel 20001; Body=2 Fuz1=2 Fuz2=2 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00113.txt.bz2 The 2009-06-30 patch that adds i386-low.c doesn't appear to have added this file to the configure.srv for i*86-*-mingw32ce* . The patch below fixes this. Danny pavilion: {753} cvs diff configure.srv Index: configure.srv =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/configure.srv,v retrieving revision 1.42 diff -u -r1.42 configure.srv --- configure.srv 30 Jun 2009 16:35:25 -0000 1.42 +++ configure.srv 5 Jul 2009 19:13:09 -0000 @@ -63,7 +63,7 @@ ;; i[34567]86-*-mingw32ce*) srv_regobj=reg-i386.o - srv_tgtobj="win32-low.o win32-i386-low.o" + srv_tgtobj="win32-low.o win32-i386-low.o i386-low.o" srv_tgtobj="${srv_tgtobj} wincecompat.o" # hostio_last_error implementation is in win32-low.c srv_hostio_err_objs="" -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info