From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 590113858D33; Tue, 14 Feb 2023 20:05:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 590113858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676405124; bh=qp0SMdtimmuO1Q9/ZmNZZ1Lp7piRixSVSD/m7wZEBJ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ccq3vV6Kg7zXQkLbPfGyAMNpk/D6SJkln7ZqjS18LCo/RA0JHIm5CVsCbbvHZ74jt zGC5IF8EmgEKFN/v/zmcW5UmYghe7Zf201U76wMQ3LI9PmLDfiUztg2mBtyu/9qKJO bPtXb+31IlQ2QRjOzuWS/HMia5TQZ94hqqpzsdVg= From: "pinskia at gcc dot gnu.org" 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 20:05:24 +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: pinskia at gcc dot gnu.org 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 #4 from Andrew Pinski --- (In reply to ktkachov from comment #3) > Created attachment 54459 [details] > Candidate patch >=20 > Patch that implements -mtp=3D similar to clang if you have the capability= to > try it out My only comment is for the testcase, don't use .x for the common source. In many other parts of the testsuite, .x is used for dejagnu commands for that file.=