From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125950 invoked by alias); 16 May 2016 13:09:12 -0000 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 Received: (qmail 125937 invoked by uid 89); 16 May 2016 13:09:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_RHS_DOB autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f179.google.com Received: from mail-pf0-f179.google.com (HELO mail-pf0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 16 May 2016 13:09:01 +0000 Received: by mail-pf0-f179.google.com with SMTP id 206so67970527pfu.0 for ; Mon, 16 May 2016 06:09:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Ko1FHSL23a73tLUh9Iee5YT86ix9qku6GQStYjR03Sw=; b=coKdR0EiWHmCh30L/g2XNO2CCcL5D+WSrFjtw31sKuF93ezexa39Mvh4ZvFbWcv/VR ZMp/H+Uta6svblAQQrD7ZgNpS4Cr0gXLHyaaQT4t8T1t0kygNAu9SznrMhvPlpUKQyiq KbG6KQfARwoT21UO5g2NfCZpzbqH0HLTzOIBac+AVlA7SvnHU73YAE9UpMpdCk+kLTWZ gJD/Mk+VkmsWtMB1iHHaJoQSnGEfhDeNGnvsbkfZm+OHEj+ukdjECbk2EOkZ26bLaUUn mzxmLCLGj3eRYYyZhFEfOA0ZYiVXYyjOeTHNW25ZQbocKZ5jwmlJEyvGt5+9tJyZHmv+ XSMw== X-Gm-Message-State: AOPr4FWVhv1T+JkPtd5vVh0K9OITUBfbg9RiO2wZFIyCjrKOS4X4iVbNrYgaouJyQcrVQw== X-Received: by 10.98.29.16 with SMTP id d16mr45073529pfd.142.1463404139572; Mon, 16 May 2016 06:08:59 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id s23sm47408764pfj.86.2016.05.16.06.08.56 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 16 May 2016 06:08:58 -0700 (PDT) From: Yao Qi To: Jon Boden Cc: gdb-patches@sourceware.org Subject: Re: Patch for GNU/kFreeBSD References: <20160513205750.GA23358@ubuntubsd.org> Date: Mon, 16 May 2016 13:09:00 -0000 In-Reply-To: <20160513205750.GA23358@ubuntubsd.org> (Jon Boden's message of "Fri, 13 May 2016 22:57:50 +0200") Message-ID: <86k2iu9ml8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00248.txt.bz2 Jon Boden writes: > GDB 7.11 needs a tiny fix to build on GNU/kFreeBSD systems. Please can > you apply this? Hi, Thanks for the patch. Could you describe what is the build problem without your patch? You also need to regenerate configure file, and include the changes in the patch too. ChangeLog is needed as well. Please read https://sourceware.org/gdb/wiki/ContributionChecklist --=20 Yao (=E9=BD=90=E5=B0=A7)