From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61715 invoked by alias); 8 Nov 2016 14:37:58 -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 61423 invoked by uid 89); 8 Nov 2016 14:37:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*macro, alphabetically, risk X-HELO: mail-qk0-f196.google.com Received: from mail-qk0-f196.google.com (HELO mail-qk0-f196.google.com) (209.85.220.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Nov 2016 14:37:45 +0000 Received: by mail-qk0-f196.google.com with SMTP id 124so8206064qkh.1 for ; Tue, 08 Nov 2016 06:37:45 -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:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=fW36EFSGWRIgUCBAWZGrmqu8e35A6NqBk6Y8h9Q7ME4=; b=OWwZ11s/gU/bfWTih+05wqFtnxKAjpQJSb9SBVBO6ACkpgH5qQM6Vgi51U9ss4s9LN 8n8RVoYJ78RU57um8SiLSxh/tWfnY3fT9TdI/KPjaiZL0UO5ftn22Zi7zSP7rSRnAA2B CmXFs43v6ajeDTMOdWwi742cVOBVBRY+sdVCIZyuQakPww1NczfnnUrs822gTBMhzLnN eiP4ZNGfM3zOvp2qEyDd19QrUpsCv0PN7pKR7XcvuYorAwJFYSYsiqcp6KR7gk8lj1EZ BHQFxzr1bzIbC+Ye0M99Y7YFYiwru/K/+yrMHfFTKpUT1qiQwbhnvdYXYzemaAs9aWWc Ruww== X-Gm-Message-State: ABUngvcb/hWBBrVjD0pp/0QiMIjnqWZ8n9fXC13IfSbuf4xFKQgwmySnuzoJeiAFDaN3pkO8fVlF8eIUPgQuEg== X-Received: by 10.55.101.151 with SMTP id z145mr11917822qkb.35.1478615863549; Tue, 08 Nov 2016 06:37:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.149.55 with HTTP; Tue, 8 Nov 2016 06:37:43 -0800 (PST) In-Reply-To: References: From: Yao Qi Date: Tue, 08 Nov 2016 14:37:00 -0000 Message-ID: Subject: Re: [PATCH] Restore the order of file lists in features/Makefile To: "Maciej W. Rozycki" Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00166.txt.bz2 On Fri, Oct 28, 2016 at 3:52 PM, Maciej W. Rozycki wrote: > Expedite register and XML file lists used to be sorted alphabetically, > but they have recently kept diverging more and more from that order. > Using the alphabetic order improves legibility and reduces the risk of > merge conflicts, which is very high if new entries are added at the end > instead. > > gdb/ > * features/Makefile: Restore the alphabetic order of expedite > register and XML file lists. Could you add a line of comment on expedite register and XML files that they should be sorted alphabetically? Otherwise, patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)