From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32444 invoked by alias); 4 Feb 2013 16:30:59 -0000 Received: (qmail 32431 invoked by uid 22791); 4 Feb 2013 16:30:56 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Feb 2013 16:30:50 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 938E02E455; Mon, 4 Feb 2013 11:30:49 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IyURbiSnjHEN; Mon, 4 Feb 2013 11:30:49 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4AC1C2E38F; Mon, 4 Feb 2013 11:30:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id BD139C3924; Mon, 4 Feb 2013 08:30:46 -0800 (PST) Date: Mon, 04 Feb 2013 16:30:00 -0000 From: Joel Brobecker To: Andreas Tobler Cc: gdb-patches@sourceware.org Subject: Re: [patch] revised FreeBSD PowerPC support Message-ID: <20130204163046.GC5265@adacore.com> References: <510C38DB.1020407@fgznet.ch> <20130203151153.GB5265@adacore.com> <510E8942.8020502@fgznet.ch> <510E9D77.9000305@fgznet.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <510E9D77.9000305@fgznet.ch> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2013-02/txt/msg00075.txt.bz2 > Just to make it clear, is the below ok? I see that I'm going to be the > first adding a copyright header :) It looks OK to me, except that I am wondering about the syntax used to write comments. Does "/* */" work in Makefiles? I would have thought you'd use #. > > Thanks, > Andreas > > config/powerpc/fbsd.mh > ---- > /* Native config information for GDB on PowerPC systems running FreeBSD. > > Copyright (C) 2013 Free Software Foundation, Inc. > > This file is part of GDB. > > This program is free software; you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by > the Free Software Foundation; either version 3 of the License, or > (at your option) any later version. > > This program is distributed in the hope that it will be useful, > but WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > GNU General Public License for more details. > > You should have received a copy of the GNU General Public License > along with this program. If not, see . */ > > NATDEPFILES= fbsd-nat.o fork-child.o inf-ptrace.o ppcfbsd-nat.o bsd-kvm.o > > LOADLIBES= -lkvm > > ---- -- Joel