From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30360 invoked by alias); 19 Feb 2020 07:19:59 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 30349 invoked by uid 89); 19 Feb 2020 07:19:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:385 X-HELO: mail-pf1-f196.google.com Received: from mail-pf1-f196.google.com (HELO mail-pf1-f196.google.com) (209.85.210.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Feb 2020 07:19:57 +0000 Received: by mail-pf1-f196.google.com with SMTP id p14so12046689pfn.4 for ; Tue, 18 Feb 2020 23:19:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=YUkLekA9l2qKfMm+g+TyyM/tndCvdwGFHY5NRsDLwK8=; b=aZ1P8A6P2phz+CBdt+KXwTIK36uFyz2RLhl1mIwAfYbD3X5pii9vwPW9dSsnjkmayf IOxgrTBshGu8zcNh2ixvgroDggnPp6w+2JVrJUyBKVMWDZ0XH6W5GHFU94Lnw0BNAXWI 6zVVgmczP2KViHtlgjfa9bzEE7WM6DadsWBQHuuwc8yBtLjbn3hpdfC/VUl0DWk6YlNP vbWfBsGMMwmkIiQ03vMGxZMGyYODctN9TRdQmyiExVnSxhD/VwZyXIJCMYuUBc2yKKip pABFtMMheJkN4N2YNtkygOEQ8PopgAt9QdT7RIohTZ0TbiQD1ttJjWMrbOIoSADm0C31 lYTw== Return-Path: Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id u13sm1282245pjn.29.2020.02.18.23.19.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Feb 2020 23:19:55 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id CE1538ADF5; Wed, 19 Feb 2020 17:49:50 +1030 (ACDT) Date: Wed, 19 Feb 2020 07:19:00 -0000 From: Alan Modra To: Christophe Lyon Cc: Tamar Christina , binutils , nd Subject: Re: [PATCH] Add support for non-contiguous memory regions Message-ID: <20200219071950.GP5570@bubble.grove.modra.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00446.txt.bz2 On Fri, Feb 14, 2020 at 02:53:55PM +0100, Christophe Lyon wrote: > Here are the updated patches. Wrong set of patches? elfnn-aarch64.c, elf32-metag.c, and elf32-nios2.c won't compile with these patches applied. All due to missing "struct bfd_link_info *info;" in build_one_stub. -- Alan Modra Australia Development Lab, IBM