From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16832 invoked by alias); 12 May 2016 13:33: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 15899 invoked by uid 89); 12 May 2016 13:33:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:569 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f194.google.com Received: from mail-pf0-f194.google.com (HELO mail-pf0-f194.google.com) (209.85.192.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 12 May 2016 13:33:30 +0000 Received: by mail-pf0-f194.google.com with SMTP id g132so6445644pfb.3; Thu, 12 May 2016 06:33:30 -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=T/f+XH+f59KCyMiJMqgcMpQmuqQvzuAbyn6Y8G5662c=; b=lZLdxG39enO/H7xjO5NLXagFX5TZ/nMekS6HtJG8dt+G0NhIvlVdWdHvYJhRBACRkV pQ/zLjDGxdpUpzoGO8jt6EoR+SxSkA1ZrnpXcaYu8MwIPkeV+MHbF94SzGXkGTEYVCON rlofCe+N+MzKLB+A7YGmR7cP1PPj6oSpr6yn/BmQOxHEloy8Tpza4OUatTGPjh3Mzcuj t5BM5hqNAvyGBjnV0pX+rAoLkGgPfDmOS/46QzQeVptWNQ/ZkJP0UCgz1d+IJPCtlh7I l7Jydf89sFHqgJwh6kRMMCAcYvDF8+6k21dLFrwsa09bSTMpzx5o/7ltHLxQCbTH4mmn +EUQ== X-Gm-Message-State: AOPr4FVsjxy/3SHoaAcvgqsbArvaLSfuL7H4OoBH8exrGD/Iy5gzdU9BOPDZN65NZPC7sw== X-Received: by 10.98.18.11 with SMTP id a11mr14069128pfj.102.1463060007578; Thu, 12 May 2016 06:33:27 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id c25sm20043252pfd.67.2016.05.12.06.33.25 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 12 May 2016 06:33:26 -0700 (PDT) From: Yao Qi To: Jakub Sejdak Cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH] Add support for Phoenix-RTOS on ARM. References: <1463044658-19231-1-git-send-email-jakub.sejdak@phoesys.com> Date: Thu, 12 May 2016 13:33:00 -0000 In-Reply-To: (Jakub Sejdak's message of "Thu, 12 May 2016 11:21:11 +0200") Message-ID: <86y47fbdul.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/msg00197.txt.bz2 Jakub Sejdak writes: > Please regenerate configure files and import config.sub from GNU > config, as this patch depends on it. You can do it by yourself. Import config.sub and config.guess to gcc, and post the patch to gcc-patches mail list. GCC maintainers can pick it up, then you can sync the patch to binutils. > I didn't write a changelog entry, because I don't know who is allowed > to do it: patch sender or global maintainters. You can write the changelog entry. --=20 Yao (=E9=BD=90=E5=B0=A7)