From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96626 invoked by alias); 18 Jun 2018 15:32:34 -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 96615 invoked by uid 89); 18 Jun 2018 15:32:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_PASS autolearn=no version=3.3.2 spammy=changelogs, guidance, ChangeLogs, H*f:sk:b121f2e X-HELO: sessmg23.ericsson.net Received: from sessmg23.ericsson.net (HELO sessmg23.ericsson.net) (193.180.251.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Jun 2018 15:32:32 +0000 Received: from ESESSMB503.ericsson.se (Unknown_Domain [153.88.183.121]) by sessmg23.ericsson.net (Symantec Mail Security) with SMTP id CD.18.22015.D80D72B5; Mon, 18 Jun 2018 17:32:29 +0200 (CEST) Received: from ESESSMB502.ericsson.se (153.88.183.163) by ESESSMB503.ericsson.se (153.88.183.164) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Mon, 18 Jun 2018 17:32:29 +0200 Received: from NAM02-SN1-obe.outbound.protection.outlook.com (153.88.183.157) by ESESSMB502.ericsson.se (153.88.183.163) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Mon, 18 Jun 2018 17:32:28 +0200 Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [142.133.60.240] (192.75.88.130) by BYAPR15MB2390.namprd15.prod.outlook.com (2603:10b6:a02:8c::30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.863.19; Mon, 18 Jun 2018 15:32:25 +0000 Subject: Re: [PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1 To: Joseph Myers , Simon Marchi CC: , References: <20180615004309.29913-1-simon.marchi@polymtl.ca> From: Simon Marchi Message-ID: <949541be-6789-6bc4-52da-667b25601f31@ericsson.com> Date: Mon, 18 Jun 2018 15:32:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-ClientProxiedBy: SN4PR0201CA0068.namprd02.prod.outlook.com (2603:10b6:803:20::30) To BYAPR15MB2390.namprd15.prod.outlook.com (2603:10b6:a02:8c::30) X-MS-PublicTrafficType: Email X-MS-Office365-Filtering-Correlation-Id: b694511a-9045-4a88-2919-08d5d530b215 X-MS-TrafficTypeDiagnostic: BYAPR15MB2390: X-Exchange-Antispam-Report-Test: UriScan:; X-MS-Exchange-SenderADCheck: 1 X-Forefront-PRVS: 0707248B64 Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Jun 2018 15:32:25.8952 (UTC) X-MS-Exchange-CrossTenant-Network-Message-Id: b694511a-9045-4a88-2919-08d5d530b215 X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 92e84ceb-fbfd-47ab-be52-080c6b87953f X-MS-Exchange-Transport-CrossTenantHeadersStamped: BYAPR15MB2390 X-OriginatorOrg: ericsson.com X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00460.txt.bz2 On 2018-06-18 11:12 AM, Joseph Myers wrote: > On Fri, 15 Jun 2018, Simon Marchi wrote: > >> - include: I'll need more precise guidance on how to sync > > If a file in include/ is present in both trees (apart from ChangeLogs), it > should also have the same contents. However, each tree has some headers > of its own in include/ and there's no need to copy such headers from one > tree to the other. > Ok, thanks. I submitted a patch that does that: https://sourceware.org/ml/binutils/2018-06/msg00223.html Simon