From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97187 invoked by alias); 6 Oct 2017 09:29:46 -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 97170 invoked by uid 89); 6 Oct 2017 09:29:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:74.125.82.66, H*RU:74.125.82.66, H*r:sk:static. X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Oct 2017 09:29:44 +0000 Received: by mail-wm0-f66.google.com with SMTP id k4so6728864wmc.1 for ; Fri, 06 Oct 2017 02:29:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=YGCsCpxPkaJpfr07zzM44mVP0u6gNxoTdlQcj6nsBU0=; b=S3Zoesi5c2n+wTnsvkY6BfrXEwZZIhT7BSSMVHCNRP16cNTdqnAhnBDYdU8wVF2lFp MzBFaBGjzg1Zof33Qaa+BvfZQB/UqTOoDtfAYJw7NJgueVFnXVHS3Ke5CTBvVxwiaupB R8k7+A/pQqDoJmr6rBc2HzwmnO0SR+isBSVY27QjU32sV8hN/AxMIsFywZAueSX4ft/f rrO3sDMWOSyml9orT8eQ/Q2FI9rwyJ3tw2uOcQ/K7EhKnNBQRRxm0YCTTyL3t3QL+abP urJrBpJC+Z4D6HAiXCYSSUjnN55QgsCUwXJKDv8gS3+D/LOfsjbMCP++Hfkg8zR7iS0g ejjg== X-Gm-Message-State: AMCzsaU83RE5vFFnQB2I7x2LyAUhDqa9J1MgI21NCXe/FgKzl/ZAzbqE uXUJ+ifjF+ykKwdgIqi21hWmPw== X-Google-Smtp-Source: AOwi7QAuGEzTHppJ3ZpGu4x0VASEXzwq59/6SHqBGz6qyRXszNVqQ3TaGg4+5kHMg7SZEh237Qc1TQ== X-Received: by 10.28.12.65 with SMTP id 62mr1272526wmm.129.1507282182083; Fri, 06 Oct 2017 02:29:42 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id p95sm2296980wrc.53.2017.10.06.02.29.41 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 06 Oct 2017 02:29:41 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Kamil Rytarowski , gdb-patches@sourceware.org Subject: Re: [RFC] Replicate src dir in build dir References: <1505832159-23038-1-git-send-email-yao.qi@linaro.org> <0aca31f3-4604-5630-baba-0584bb9d5c65@redhat.com> <86y3p99uy3.fsf@gmail.com> <06499c43-88b6-06cd-b3d8-4964bbd3b58e@redhat.com> <86a81djoln.fsf@gmail.com> <33e5939d-b8c1-ae61-4910-7492f85fdba8@redhat.com> <113bf9ff-3a7a-0653-eae8-96a1462e2adf@gmx.com> Date: Fri, 06 Oct 2017 09:29:00 -0000 In-Reply-To: (Pedro Alves's message of "Tue, 3 Oct 2017 23:04:27 +0100") Message-ID: <86poa062v1.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: 2017-10/txt/msg00131.txt.bz2 Pedro Alves writes: > So it really sounds like we could zap it. Ideally that should be a > separate commit, with a gdb/NEWS entry change, and we'd drop > it everywhere it's mentioned, not just configure.tgt. > > "git grep knetbsd" finds hits in bfd and ld too, btw. I agree. It should be a separate commit or commits to drop it. --=20 Yao (=E9=BD=90=E5=B0=A7)