commit | e97198fdcdb7c86c70b85a0746d7a7ab5c87bbdf | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Jun 07 09:59:54 2022 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Tue Jun 07 09:59:54 2022 +0200 |
tree | 93f599d32ceead6c32b0eef0b8e2937e2d66e4bf | |
parent | f3cdb436240e3dea956b7824a6dba00512c53e16 [diff] |
[gdb] Allow frv::fr300 in selftests 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 abort in the FRV disassembler if the target bfd name is unknown.") in Januari 2017. Remove the skipping of frv::fr300. Tested on x86_64-linux.