From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23518 invoked by alias); 28 Jul 2017 17:37:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22568 invoked by uid 89); 28 Jul 2017 17:37:18 -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,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:455 X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Jul 2017 17:37:15 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v6SHatNP004606; Fri, 28 Jul 2017 12:36:56 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id v6SHasuw004595; Fri, 28 Jul 2017 12:36:54 -0500 Date: Fri, 28 Jul 2017 17:37:00 -0000 From: Segher Boessenkool To: Sebastian Huber Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] [PowerPC/RTEMS] Add 64-bit support using ELFv2 ABI Message-ID: <20170728173653.GB13471@gate.crashing.org> References: <20170725122521.10857-1-sebastian.huber@embedded-brains.de> <20170726175619.GP13471@gate.crashing.org> <4518ab10-1391-5d3b-4b7e-af1e502d0919@embedded-brains.de> <20170727195739.GX13471@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg01931.txt.bz2 On Fri, Jul 28, 2017 at 10:29:21AM +0200, Sebastian Huber wrote: > Would you mind having a look at: > > https://gcc.gnu.org/ml/gcc/2017-07/msg00196.html > > Is the small data area no longer supported by GCC for 64-bit PowerPC? Yes, I'm looking at it, it takes a bit longer. Currently we do not support sdata with ELFv2 in GCC; the question is if we should. Will let you know soon. Segher