aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/cpu-sh.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/cpu-sh.c b/bfd/cpu-sh.c
index afea21a..578ff08 100644
--- a/bfd/cpu-sh.c
+++ b/bfd/cpu-sh.c
@@ -117,9 +117,6 @@ sh_get_arch_from_bfd_mach (unsigned long mach)
else
i++;
- /* Machine not found. */
- BFD_FAIL();
-
return SH_ARCH_UNKNOWN_ARCH;
}
@@ -139,9 +136,6 @@ sh_get_arch_up_from_bfd_mach (unsigned long mach)
else
i++;
- /* Machine not found. */
- BFD_FAIL();
-
return SH_ARCH_UNKNOWN_ARCH;
}