This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
recompile with -fPIC for hand-written asm
- From: Cheng Fei Phung <feiphung at hotmail dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Wed, 4 Mar 2020 02:18:48 +0000
- Subject: recompile with -fPIC for hand-written asm
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=T43qreAl/WDcezCKCrS9FRIpfygE54Bl321I8cSjNms=; b=UNahtm3cWFpPeWQvrE6FdBYZOUyxWtsIygQeSjifL+NPiU2bcGswwTMEWahYkfIWaet1aYYU3Y+0pThMJUrw13alk1h5SqgOd4mVmf2fvAM8VrEBDVEYK251clqEwdHxVfphXGrtv/z5XrsE/o1rS5xIA+yr2pjrvyer67icMAtT+l6e2FhDUyBlNL8Wo+ZABd7D50WXTZ5ZIINAxy5u5KKcl01n0cQo9FQ79WvJ//DhVHUmMI0dQrWVpI91pO8nHRJC3GuKndoweS0iKwJez0CAOKf1vVyFmqoCKlU/Qf8vlErZiQBbjpjf46pgIB2NDx58YLttWCNa/74dpE3IpQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NNqH576PATEC0fylUGwGs58wU8L+rbEfgAubAfNMbKVw3dT1SHOnwRPpKpMX+fjUqHFVWqh4X3oAh7y+dJGwPJOLZbgiz3VRxYnbRiIROEOv3XTp5eEuhRcALrP5PBE0PR30Tro5Jt8TyUyYPIG94q1BEICAf4x+9xhm0bWkic3PHQiiZO2TRVrVPbCwwuy8Ihg0kqILphHAgnpj6fnj8vQ9/0ApCIYmz9QXEE/4pwovX5Qqqg1EtcbataL6fZ9m6D/epRYOKZpOWtLaDPbQC/y6+MGpUMI9jFyqKF8RJGg5XbvTNKlX/E10QvBD3TbMbXLTQKm7np7C/q0uXkMzrg==
Hi binutils developers,
For https://stackoverflow.com/a/46493456 , is
The recompile with -fPIC part of the error message is bogus for hand-written asm; a bug for ld ?