From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113148 invoked by alias); 28 Jan 2016 11:20:41 -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 113131 invoked by uid 89); 28 Jan 2016 11:20:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=qiyaoltcgmailcom, qiyaoltc@gmail.com X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 28 Jan 2016 11:20:39 +0000 Received: by mail-wm0-f68.google.com with SMTP id 128so870767wmz.3 for ; Thu, 28 Jan 2016 03:20:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DoGKscSzvny03isgLvd9k1Hi9oufqghFX4v8vvfHcPE=; b=gdclFaqPBzh7Lkic1C+qwd4ESlbIm23r6JHCrD4mN1wFhZLqwUo85JVwJMBkLgWTPL M7Esm3RAgklP86rghqhHxBA/MoYtJaYZ424Bibjqmm3XrYmfanXb4YfLtJWY4TIk2rDV N/vwnNZb/uvC4l/oRmXBWh1adYkihMJIYmOpx4pn5aoLZvIBoNzK7pJ04SdGwVxDUpSY g85/7p3vB/Pkl8nX4YkM60mmHtUujHTsnpccvdFzRnclqZN50cwNj5HxTmu1XQwaa8eG UoGGYN9VSHWBoi7iLUpi05dd3LROGSB+Pfw2sqJ7dY7H+RlAeSg0JUBfB6A/1As8pEkO dJww== X-Gm-Message-State: AG10YOQ+QqLjqLl1K6TOznPbSi6etIo534RbaVT6p6AGr42FZABgKzhpRebF/mHqMhBEN7GaMdSsx1vOdOuChA== MIME-Version: 1.0 X-Received: by 10.194.240.234 with SMTP id wd10mr2802904wjc.129.1453980036281; Thu, 28 Jan 2016 03:20:36 -0800 (PST) Received: by 10.28.211.1 with HTTP; Thu, 28 Jan 2016 03:20:36 -0800 (PST) In-Reply-To: <864mdyq9st.fsf@gmail.com> References: <864mdyq9st.fsf@gmail.com> Date: Thu, 28 Jan 2016 11:20:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] [libiberty] Sync with upstream gcc. From: Iain Buclaw To: Yao Qi Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00690.txt.bz2 On 28 January 2016 at 11:26, Yao Qi wrote: > Iain Buclaw writes: > >> This patch to syncs libiberty with upstream gcc. >> >> Only additions are recent improvements to the dlang demangler, and >> support for new features of the upcoming release. Will follow up with >> a patch for the demangling tests on gdb's side. > > Hi Iain, > The "obvious rule" can apply to the changes like this, so you can commit it. > Hi Yao, Thanks. Is there any reference to the "obvious rule", or is it an unwritten one? :-) Iain