diff options
Diffstat (limited to 'gdb/selftest-arch.c')
-rw-r--r-- | gdb/selftest-arch.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/selftest-arch.c b/gdb/selftest-arch.c index 33d7875..9e99098 100644 --- a/gdb/selftest-arch.c +++ b/gdb/selftest-arch.c @@ -28,12 +28,6 @@ namespace selftests { static bool skip_arch (const char *arch) { - if (strcmp ("fr300", arch) == 0) - { - /* PR 20946 */ - return true; - } - if (strcmp ("powerpc:EC603e", arch) == 0 || strcmp ("powerpc:e500mc", arch) == 0 || strcmp ("powerpc:e500mc64", arch) == 0 |