From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9D4E3858D1E; Tue, 14 Feb 2023 21:11:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9D4E3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676409082; bh=1v8eSdueTi9fkZYUqld65dCxbkGdbnnBu5NojdJdwSc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UJtlseCZEquJ054b/FJUla+IFHmBlImkfZtKerYEoMDAJ+dRsDNIOC0xQrcdiRI+J au7hjBJrUL352pBXRyzD+irekGY95ktPbE3bmj2BmWYBRDy3c9e/S5k2ntlhwdb3RD VkhU6deigLn8b33NluLSsBwNemUfkt4S4U6PyL/o= From: "zach-gcc at cs dot stanford.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108779] AARCH64 should add an option to change TLS register location to support EL1/EL2/EL3 system registers Date: Tue, 14 Feb 2023 21:11:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: zach-gcc at cs dot stanford.edu X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ktkachov at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108779 --- Comment #5 from zach-gcc at cs dot stanford.edu --- Thanks for the quick response, I've tried it out and it looks good to me!=