From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99618 invoked by alias); 14 Mar 2017 12:17:37 -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 99603 invoked by uid 89); 14 Mar 2017 12:17:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-pg0-f66.google.com Received: from mail-pg0-f66.google.com (HELO mail-pg0-f66.google.com) (74.125.83.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Mar 2017 12:17:35 +0000 Received: by mail-pg0-f66.google.com with SMTP id g2so19688431pge.2 for ; Tue, 14 Mar 2017 05:17:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=04kVW1IladCndAsEn4/4crV04RLtrAtA25NhliO7eLM=; b=DCAzPQ62fzkmN6eIwiZqNWuCpAI+YDzBW5vnrJheqCrxblNxQWCUKaM30fM3Ij216u QVtWEVF8XKb634wpT9uPvk9TNLxz5boOas3kwN6B9qhbm/qSnADgDXAhu045xyy1EzLc T/9f4ADfV3lHGcjSRqY9kEssMfz/dopdWZwUwZXa0362BpSDZFIUt5l/e2xdQxOvK1T1 B38l2SnMtfGq23LZW7onqIQ3ekhnqOuG+eHhG8zsSG2GSoQPAb6GfPgn0I+/Cazqzoo3 mqZ0dcQ0WLRJyn8mJNCtPXFEaIFpF9UdWcsYRXC8RRsB+foaQD8F2dqtXbKQmakpMOX1 t+Xg== X-Gm-Message-State: AMke39nNisg07HuPf/AZjEan0NkvCWo0M+Nz9KUgsajnmC10FHLRm2Iyp1oXPgFf7cnNCw== X-Received: by 10.84.208.227 with SMTP id c32mr54487668plj.71.1489493854535; Tue, 14 Mar 2017 05:17:34 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-71-80.tyqh2.lon.bigpond.net.au. [58.160.71.80]) by smtp.gmail.com with ESMTPSA id s87sm38473225pfa.29.2017.03.14.05.17.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Mar 2017 05:17:33 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id A91A5CC5B2; Tue, 14 Mar 2017 22:47:29 +1030 (ACDT) Date: Tue, 14 Mar 2017 12:17:00 -0000 From: Alan Modra To: Tristan Gingold Cc: "H.J. Lu" , binutils Subject: Re: [Patch] ld: check for address space overflow Message-ID: <20170314121729.GM4983@bubble.grove.modra.org> References: <0C5EB7A7-DFB1-404C-A976-E96FC881B89A@adacore.com> <20170314101952.GL4983@bubble.grove.modra.org> <32FDC254-53F6-472C-887A-8FAED5D24CB7@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32FDC254-53F6-472C-887A-8FAED5D24CB7@adacore.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00204.txt.bz2 On Tue, Mar 14, 2017 at 11:50:27AM +0100, Tristan Gingold wrote: > > > On 14 Mar 2017, at 11:19, Alan Modra wrote: > > The new testcases need some tweaking too. Even after applying the > > above I'm left with: > > > > arm-aout +FAIL: section size overflow > > arm-coff +FAIL: section size overflow > > arm-epoc-pe +FAIL: section size overflow > > arm-pe +FAIL: section size overflow > > arm-symbianelf +FAIL: section size overflow > > arm-wince-pe +FAIL: section size overflow > > i386-linuxaout +FAIL: section size overflow > > i386-linuxaout +FAIL: section size overflow > > i386-lynxos +FAIL: section size overflow > > i386-netware +FAIL: section size overflow > > i586-aout +FAIL: section size overflow > > i686-pe +FAIL: section size overflow > > What is the host ? 32 bit or 64 bit ? 64 bit. x86_64-linux. -- Alan Modra Australia Development Lab, IBM