From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31435 invoked by alias); 18 Feb 2004 20:15:33 -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 31394 invoked from network); 18 Feb 2004 20:15:30 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 18 Feb 2004 20:15:30 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i1IKFNQT000304; Wed, 18 Feb 2004 21:15:23 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i1IKFMja000469; Wed, 18 Feb 2004 21:15:22 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i1IKFMdC000466; Wed, 18 Feb 2004 21:15:22 +0100 (CET) Date: Wed, 18 Feb 2004 20:15:00 -0000 Message-Id: <200402182015.i1IKFMdC000466@elgar.kettenis.dyndns.org> From: Mark Kettenis To: eliz@elta.co.il CC: gdb-patches@sources.redhat.com In-reply-to: <9178-Wed18Feb2004205142+0200-eliz@elta.co.il> Subject: Re: [PATCH] Add preliminary OpenBSD/amd64 support References: <200402181746.i1IHkDdE049173@elgar.kettenis.dyndns.org> <9178-Wed18Feb2004205142+0200-eliz@elta.co.il> X-SW-Source: 2004-02/txt/msg00529.txt.bz2 Date: Wed, 18 Feb 2004 20:51:42 +0200 From: "Eli Zaretskii" Sender: halo1@zahav.net.il CC: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on elgar.kettenis.dyndns.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 > Date: Wed, 18 Feb 2004 18:46:13 +0100 (CET) > From: Mark Kettenis > > * amd64obsd-tdep.c, amd64obsd-nat.c: New files. Nag, nag. These two files need an entry in fnchange.lst. Thanks for the reminder. I committed the attached patch. Mark Index: ChangeLog from Mark Kettenis * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c". Index: config/djgpp/fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.66 diff -u -p -r1.66 fnchange.lst --- config/djgpp/fnchange.lst 19 Jan 2004 04:36:57 -0000 1.66 +++ config/djgpp/fnchange.lst 18 Feb 2004 20:10:59 -0000 @@ -69,6 +69,8 @@ @V@/gdb/amd64fbsd-tdep.c @V@/gdb/a64fb-tdep.c @V@/gdb/amd64nbsd-nat.c @V@/gdb/a64nb-nat.c @V@/gdb/amd64nbsd-tdep.c @V@/gdb/a64nb-tdep.c +@V@/gdb/amd64obsd-nat.c @V@/gdb/a64ob-nat.c +@V@/gdb/amd64obsd-tdep.c @V@/gdb/a64ob-tdep.c @V@/gdb/alphabsd-nat.c @V@/gdb/alphb-nat.c @V@/gdb/alphabsd-tdep.c @V@/gdb/alphb-tdep.c @V@/gdb/alphanbsd-tdep.c @V@/gdb/alphnb-tdep.c