From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id 8B669384D166; Tue, 7 Jun 2022 07:59:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B669384D166 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb] Allow frv::fr300 in selftests X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: f3cdb436240e3dea956b7824a6dba00512c53e16 X-Git-Newrev: e97198fdcdb7c86c70b85a0746d7a7ab5c87bbdf Message-Id: <20220607075957.8B669384D166@sourceware.org> Date: Tue, 7 Jun 2022 07:59:57 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2022 07:59:57 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De97198fdcdb7= c86c70b85a0746d7a7ab5c87bbdf commit e97198fdcdb7c86c70b85a0746d7a7ab5c87bbdf Author: Tom de Vries Date: Tue Jun 7 09:59:54 2022 +0200 [gdb] Allow frv::fr300 in selftests =20 In skip_arch in gdb/selftest-arch.c we skip architecture fr300 because = of PR20946, but the PR has been fixed by commit 0ae60c3ef45 ("Prevent an a= bort in the FRV disassembler if the target bfd name is unknown.") in Januari 20= 17. =20 Remove the skipping of frv::fr300. =20 Tested on x86_64-linux. Diff: --- gdb/selftest-arch.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gdb/selftest-arch.c b/gdb/selftest-arch.c index 33d7875c120..9e99098783e 100644 --- a/gdb/selftest-arch.c +++ b/gdb/selftest-arch.c @@ -28,12 +28,6 @@ namespace selftests { =20 static bool skip_arch (const char *arch) { - if (strcmp ("fr300", arch) =3D=3D 0) - { - /* PR 20946 */ - return true; - } - if (strcmp ("powerpc:EC603e", arch) =3D=3D 0 || strcmp ("powerpc:e500mc", arch) =3D=3D 0 || strcmp ("powerpc:e500mc64", arch) =3D=3D 0