This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 00/17] glibc port to ARC processors
- From: Vineet Gupta <Vineet dot Gupta1 at synopsys dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: "linux-snps-arc at lists dot infradead dot org" <linux-snps-arc at lists dot infradead dot org>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Sat, 7 Mar 2020 00:57:21 +0000
- Subject: Re: [PATCH v3 00/17] glibc port to ARC processors
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=synopsys.com; dmarc=pass action=none header.from=synopsys.com; dkim=pass header.d=synopsys.com; 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=iA7rkOu1uZqtOz5Be6vrs9R3oPSXqUBPBhJ679aTXfM=; b=PcrBCTwwmVw1oY/Tv+QlIdmw1fgEkceb//ffFR3EXNFvkW6cWshgVhm7XzyIcFcF59b3VV0uKfTSAQHZRj9aqztOofvoH3nDKMsF6FUYENyA8vJjLt0Ajh0eM8vShy5x7+5AeJq33WytqtsgbIYbRyxEmh4s5PO6W5s5zyK7PILh6AgSK1WToncwq6a8lbEMd/Ykx2vZJxggxIS5mgzS58Wn3bAPpwqgrgJVTYsrMsLKzOQxqQRliS/DUxfiTjKwFDhCu3Dqh7esuVpr+KR4QiVXw9mESQ8Ia44XdYTN1KZ4G4pgY2FlRdRvkN9u/sFUk7XSwoH8ED9LxruMXaIvNg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QsPWUMqGfkxsqR2TG1wqrd6t8G3pxCeZ3nxIN9S87Yx16/9fazKzSWFUNbzfRBfuUioO1ImURvbNZSijOr1BRtOyjOA+HCJNWPF0D9q9hqfNylS9LYSz1OfT6S9WV6sy/rKq0yDqbRLC6lvO7D5ezkYITn9eX8D5NM8QVEeBYcF3w5hHPzZjOr7+0UC4aHkfzuh3KBA9KoPPzWN3HZVqonTPyb9II7ARj3g3b6uzCYFKYCuOOFaRJGTSzHQsR/3/KSYGfiWVUp+xXqVKHXPyjCSClt3vzc6mgEUUPVSABY43Ll0HdJHYUAWbHaXdpF1YlfIekuGDHlyu2MmD5qK01A==
- References: <20200306182419.13945-1-vgupta@synopsys.com> <alpine.DEB.2.21.2003070020370.26274@digraph.polyomino.org.uk>
On 3/6/20 4:21 PM, Joseph Myers wrote:
> Please give details of what the entries would be for
> <https://sourceware.org/glibc/wiki/ABIList> and
ARC
* 32-bit, hard-float, LE: /lib/ld-linux-arc.so.2
* 32-bit, soft-float, LE: /lib/ld-linux-arc.so.2
(soft-float ABI is compatible with hardware-float builds in terms of calling
convention, register-file etc)
> <https://sourceware.org/glibc/wiki/PortStatus> for this port that you
> intend to add once the port is in.
Last time I checked, static-pie doesn't work for ARC either ATM. There's nothing
else ARC specific, which needs calling out there.