From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9506 invoked by alias); 15 Apr 2006 18:46:45 -0000 Received: (qmail 9498 invoked by uid 22791); 15 Apr 2006 18:46:45 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 15 Apr 2006 18:46:43 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FUpn7-0002fb-TP; Sat, 15 Apr 2006 14:46:42 -0400 Date: Sat, 15 Apr 2006 18:46:00 -0000 From: Daniel Jacobowitz To: Masaki MURANAKA Cc: gdb-patches@sourceware.org Subject: Re: m32r-elf target on MinGW. Message-ID: <20060415184641.GA10210@nevyn.them.org> Mail-Followup-To: Masaki MURANAKA , gdb-patches@sourceware.org References: <7ED1920F-290A-4576-8EBA-A506BC401274@monami-software.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7ED1920F-290A-4576-8EBA-A506BC401274@monami-software.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00203.txt.bz2 On Sun, Apr 16, 2006 at 01:47:18AM +0900, Masaki MURANAKA wrote: > Hello, > > This is a patch that enables to build m32r-elf target on MinGW host. > The base version of this patch is gdb-6.4. Two things: - Please use CVS HEAD to submit patches, not an older release. - Please use unified diff (diff -u, cvs diff -u). The patches you've posted are impossible to merge, because they have no context. > * m32r-rom.c: On MinGW, include winsock.h instead of socket.h I can't find a version of this file which includes socket.h. > * remote-m32r-sdi.c: On MinGW, include winsock.h instead of > socket.h. And calls WSAStartup(). Or this one. There've been a lot of mingw32 fixes since gdb 6.4; I don't think this patch is needed now. But it would be good if you could test HEAD. -- Daniel Jacobowitz CodeSourcery