From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29995 invoked by alias); 10 May 2016 08:45:32 -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 29967 invoked by uid 89); 10 May 2016 08:45:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=reminder, Hx-languages-length:1253 X-HELO: mail-vk0-f67.google.com Received: from mail-vk0-f67.google.com (HELO mail-vk0-f67.google.com) (209.85.213.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 10 May 2016 08:45:21 +0000 Received: by mail-vk0-f67.google.com with SMTP id s184so568033vkb.0 for ; Tue, 10 May 2016 01:45:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=fVbmcdyWxQnqs8FUHZXgUHthWqmqJo4KRXj3aih3B0g=; b=Uo5ggRb2wcFD3KPTPBp3tu/aCjLEyulf2/rb3Ik9p2m77VPvYfYunPQce6A0bgaTzE wg8vlBjS0vkEMmEafGtzF6ZX9JvIWfAsRsaYVw/2EaoNXRzQmSGU0iFgeOFls/cyXkAM 26yzkLy0crv5MnT3vqnHt/J5b4/qGBlgRaqO8aPRaycpi7pV+antBbR/0xH/BW7KH3Aq SUxvG3OalNvM9vomkRnOvRigKZKfAqz8Yk2w6xXayfXRjdlk6kp/4uGZDUo/mJcX9xdz 9nCPcne+4PIg6++tGSu2YE0U/Ro0fOl490uVz3d3fNseAVAxYZQ4Yf85tplMahoPU+Rc xWXQ== X-Gm-Message-State: AOPr4FVvlr5RzJaMNfjUmEosbkPX2yA4ZFBrT19F5QuR2+qpZuGuTJhA9Sldju+OhzMBkhbuXx/3hylSGwDnIA== MIME-Version: 1.0 X-Received: by 10.31.159.215 with SMTP id i206mr3488126vke.95.1462869919530; Tue, 10 May 2016 01:45:19 -0700 (PDT) Received: by 10.176.69.243 with HTTP; Tue, 10 May 2016 01:45:19 -0700 (PDT) In-Reply-To: <861t5bd4vi.fsf@gmail.com> References: <3561f390-ea41-2ee3-a5a9-d870429497c3@gmail.com> <861t5bd4vi.fsf@gmail.com> Date: Tue, 10 May 2016 08:45:00 -0000 Message-ID: Subject: Re: [PATCH v2] AndesTech NDS32 port From: Yan-Ting Lin To: Yao Qi Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2016-05/txt/msg00161.txt.bz2 Thanks for your reminder. We will submit another patch to do this after NDS32 gdb port is accepted. 2016-05-09 16:15 GMT+08:00 Yao Qi : > Yan-Ting Lin writes: > >> diff --git a/configure b/configure >> index 35f231e..67f71fa 100755 >> --- a/configure >> +++ b/configure >> @@ -3938,7 +3938,7 @@ case "${target}" in >> noconfigdirs=3D"$noconfigdirs gprof" >> ;; >> nds32*-*-*) >> - noconfigdirs=3D"$noconfigdirs gdb" >> + noconfigdirs=3D"$noconfigdirs" >> ;; >> nvptx*-*-*) >> noconfigdirs=3D"$noconfigdirs target-libssp target-libstdc++-v3 tar= get-libobjc" >> diff --git a/configure.ac b/configure.ac >> index 74bf58a..f7427b5 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -1274,7 +1274,7 @@ case "${target}" in >> noconfigdirs=3D"$noconfigdirs gprof" >> ;; >> nds32*-*-*) >> - noconfigdirs=3D"$noconfigdirs gdb" >> + noconfigdirs=3D"$noconfigdirs" >> ;; >> nvptx*-*-*) >> noconfigdirs=3D"$noconfigdirs target-libssp target-libstdc++-v3 tar= get-libobjc" > > top-level configure changes should be submitted to gcc-patches list. > Once it is approved there, you can commit it to gcc repository and sync > configure and configure.ac to binutils-gdb repository. > > -- > Yao (=E9=BD=90=E5=B0=A7)