From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 655713858410 for ; Tue, 21 Dec 2021 00:01:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 655713858410 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 1BL00G0W026294; Mon, 20 Dec 2021 18:00:17 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 1BL00GNE026293; Mon, 20 Dec 2021 18:00:16 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 20 Dec 2021 18:00:16 -0600 From: Segher Boessenkool To: =?utf-8?B?0KTRkdC00LDRgCDQodGC0YDRi9C20L3RkdGeIChGaW9kYXIgU3RyeXpobmlv?= =?utf-8?Q?u=29?= Cc: Richard Earnshaw , gcc-help@gcc.gnu.org Subject: Re: Symbian: unalighned relocations for pointers-to-members Message-ID: <20211221000015.GY614@gate.crashing.org> References: <20211216033947.6ba586c6ca664cb651cc4cb1@mail.ru> <8f38d61e-f5c2-b9a1-b2d3-3bf5ee5cb4a4@foss.arm.com> <20211220223001.1991399a759aee9a780d1afb@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211220223001.1991399a759aee9a780d1afb@mail.ru> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, BODY_8BITS, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2021 00:01:19 -0000 On Mon, Dec 20, 2021 at 10:30:01PM +0300, Фёдар Стрыжнёў (Fiodar Stryzhniou) via Gcc-help wrote: > On Mon, 20 Dec 2021 15:37:26 +0000 > Richard Earnshaw wrote: > > I don't think I've seen a question about SymbianOS support in over 5 > > years, now, possibly longer. Given that SymbianOS itself was > > discontinued back around 2013 (8 years ago now), the GCC port has > > declined to the point where I suspect it's likely to get deprecated > > soon, due to lack of maintenance. > > There several configure problems but result is good. It just works. This is offtopic but can be continued in separate thread. Such things are never off-topic :-) Someone needs to do maintenance on the port. An important first step is to regularly (and at least semi-frequently) post testresults. That also shows everyone there is still some interest in the port, and importantly it shows what the current state is. Segher