From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8454 invoked by alias); 4 Feb 2003 20:12:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8446 invoked from network); 4 Feb 2003 20:12:40 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 4 Feb 2003 20:12:40 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id PAA27569; Tue, 4 Feb 2003 15:02:19 -0500 Received: from dash ([192.168.20.42]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA19286; Tue, 4 Feb 2003 15:12:38 -0500 Message-ID: <001601c2cc8a$0da1b5d0$2a00a8c0@dash> From: "Kris Warkentin" To: "Eli Zaretskii" Cc: References: <004c01c2cc52$56dddb80$2a00a8c0@dash> <006901c2cc55$07e5eab0$2a00a8c0@dash> <7263-Tue04Feb2003215610+0200-eliz@is.elta.co.il> Subject: Re: patch to add QNX NTO i386 support Date: Tue, 04 Feb 2003 20:12:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0013_01C2CC60.242E3550" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00134.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C2CC60.242E3550 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 713 > > Okay, here's the patch. > > Thanks. > > However, I don't understand why did you include some of the files in > fnchange.lst: AFAICS they don't create any conflicts. For example: > > > + @V@/gdb/config/tm-qnxnto.h @V@/gdb/config/tm-qnx.h > > There's no other file in the gdb/config/ directory whose name will > clash with tm-qnxnto.h after truncation to 8+3 limits. That would be a lack of understanding on my part. I assumed we needed to give aliases for any filename longer than 8+3. You're saying we just need to be conscious of the autoconversion dos stuff. In that case, probably the only ones I'd need to look at would be the remote-qnx* and the tm-i386nto.h. Revised patch attached. cheers, Kris ------=_NextPart_000_0013_01C2CC60.242E3550 Content-Type: application/octet-stream; name="fnchange.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="fnchange.diff" Content-length: 1111 *** src.orig/gdb/config/djgpp/fnchange.lst Fri Jan 31 15:43:54 2003=0A= --- src/gdb/config/djgpp/fnchange.lst Tue Feb 4 08:46:56 2003=0A= ***************=0A= *** 90,95 ****=0A= --- 91,97 ----=0A= @V@/gdb/config/i386/nm-i386v4.h @V@/gdb/config/i386/nm-v4.h=0A= @V@/gdb/config/i386/nm-i386v42mp.h @V@/gdb/config/i386/nm-v42mp.h=0A= @V@/gdb/config/i386/tm-i386mk.h @V@/gdb/config/i386/tm-mk.h=0A= + @V@/gdb/config/i386/tm-i386nto.h @V@/gdb/config/i386/tm-nto.h=0A= @V@/gdb/config/i386/tm-i386sol2.h @V@/gdb/config/i386/tm-sol2.h=0A= @V@/gdb/config/i386/tm-i386v42mp.h @V@/gdb/config/i386/tm-v42mp.h=0A= @V@/gdb/config/i386/xm-i386mach.h @V@/gdb/config/i386/xm-mach.h=0A= ***************=0A= *** 174,179 ****=0A= --- 177,184 ----=0A= @V@/gdb/remote-est.c @V@/gdb/rmt-est.c=0A= @V@/gdb/remote-mips.c @V@/gdb/emt-mips.c=0A= @V@/gdb/remote-mm.c @V@/gdb/emt-mm.c=0A= + @V@/gdb/remote-nto.c @V@/gdb/rmt-nto.c=0A= + @V@/gdb/remote-nto-i386.c @V@/gdb/rmt-n386.c=0A= @V@/gdb/remote-nrom.c @V@/gdb/rmt-nrom.c=0A= @V@/gdb/remote-rdi.c @V@/gdb/rmt-rdi.c=0A= @V@/gdb/remote-rdp.c @V@/gdb/rmt-rdp.c=0A= ------=_NextPart_000_0013_01C2CC60.242E3550--