From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 327142AFFE for ; Mon, 4 Nov 2024 02:01:38 +0100 (CET) Received: (qmail 9294 invoked by uid 550); 4 Nov 2024 01:01:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com x-ms-reactions: disallow Received: (qmail 9250 invoked from network); 4 Nov 2024 01:01:32 -0000 Date: Sun, 3 Nov 2024 20:01:24 -0500 From: Rich Felker To: =?utf-8?B?44GL44GM44KE44GP44Gy44GL44KK?= <1486864380@qq.com> Cc: musl Message-ID: <20241104010123.GD10433@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] Does musl support FDPIC on targets other than SH? On Sun, Nov 03, 2024 at 03:52:31PM +0800, かがやくひかり wrote: > Does musl support FDPIC on targets other than SH, for example on ARM? At present, no, but the FDPIC implementation in musl is pretty much entirely arch-agnostic. Upstream GCC ARM-FDPIC introduced some bugs that need to be fixed, but that's not too hard, and if I remember right there's a work-in-progress ARM-FDPIC port for musl that could be polished up and merged if someone has the interest to help test and address any open questions/problems.