From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19127 invoked by alias); 4 Feb 2003 13:53:10 -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 19120 invoked from network); 4 Feb 2003 13:53:10 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 4 Feb 2003 13:53:10 -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 IAA05914; Tue, 4 Feb 2003 08:42:50 -0500 Received: from dash ([192.168.20.37]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id IAA06263; Tue, 4 Feb 2003 08:53:08 -0500 Message-ID: <006901c2cc55$07e5eab0$2a00a8c0@dash> From: "Kris Warkentin" To: "Kris Warkentin" , "Eli Zaretskii" Cc: References: <004c01c2cc52$56dddb80$2a00a8c0@dash> Subject: Re: patch to add QNX NTO i386 support Date: Tue, 04 Feb 2003 13:53:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0066_01C2CC2B.1E9115C0" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00111.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_0066_01C2CC2B.1E9115C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 371 > > I don't know if these patches will be accepted by The Powers That Be, but > > if they will, you need to update gdb/config/djgpp/fnchange.lst to take > > care of file-name clashes on 8+3 filesystems. > > Doh! I remember reading that in the coding guidelines too. It must have > slipped my mind. I'll look into it right away. Okay, here's the patch. cheers, Kris ------=_NextPart_000_0066_01C2CC2B.1E9115C0 Content-Type: application/octet-stream; name="fnchange.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="fnchange.diff" Content-length: 2437 *** 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= *** 79,84 ****=0A= --- 79,85 ----=0A= @V@/gdb/armnbsd-nat.c @V@/gdb/armnbd-nat.c=0A= @V@/gdb/armnbsd-tdep.c @V@/gdb/armnbd-tdep.c=0A= @V@/gdb/c-exp.tab.c @V@/gdb/c-exp_tab.c=0A= + @V@/gdb/config/tm-qnxnto.h @V@/gdb/config/tm-qnx.h=0A= @V@/gdb/config/alpha/alpha-osf1.mh @V@/gdb/config/alpha/alphosf1.mh=0A= @V@/gdb/config/alpha/alpha-osf2.mh @V@/gdb/config/alpha/alphosf2.mh=0A= @V@/gdb/config/alpha/alpha-osf3.mh @V@/gdb/config/alpha/alphosf3.mh=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= *** 159,164 ****=0A= --- 161,167 ----=0A= @V@/gdb/mipsnbsd-tdep.c @V@/gdb/mipsnbtdep.c=0A= @V@/gdb/ns32knbsd-nat.c @V@/gdb/ns32nb-nat.c=0A= @V@/gdb/ns32knbsd-tdep.c @V@/gdb/ns32nb-tdep.c=0A= + @V@/gdb/nto-procfs.c @V@/gdb/nto-proc.c=0A= @V@/gdb/objc-exp.tab.c @V@/gdb/objc-exp_tab.c=0A= @V@/gdb/osf-share/cma_stack_int.h @V@/gdb/osf-share/cma_stkint.h=0A= @V@/gdb/p-exp.tab.c @V@/gdb/p-exp_tab.c=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= ***************=0A= *** 187,192 ****=0A= --- 192,198 ----=0A= @V@/gdb/remote-vx960.c @V@/gdb/rmt-vx960.c=0A= @V@/gdb/remote-vxmips.c @V@/gdb/rmt-vxmips.c=0A= @V@/gdb/remote-vxsparc.c @V@/gdb/rmt-vxsparc.c=0A= + @V@/gdb/ser-ntopty.c @V@/gdb/sr-ntopty.c=0A= @V@/gdb/sparclet-rom.c @V@/gdb/splet-rom.c=0A= @V@/gdb/sparclet-stub.c @V@/gdb/splet-stub.c=0A= @V@/gdb/sparcnbsd-nat.c @V@/gdb/spnb-nat.c=0A= ------=_NextPart_000_0066_01C2CC2B.1E9115C0--