From: Ben Elliston Date: Thu, 26 Oct 2006 00:22:52 +0000 (+0000) Subject: * reloc.c (_bfd_relocate_contents): Remove explicit case 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49a184f6ad3b5827d58b55106c3f33f015d6aa5a;p=binutils-gdb.git * reloc.c (_bfd_relocate_contents): Remove explicit case 0. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 682cd1e2599..2d418333e65 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2006-10-26 Ben Elliston + * reloc.c (_bfd_relocate_contents): Remove explicit case 0. + * elf.c (bfd_section_from_shdr): Remove extraneous breaks. * targets.c (find_target): Remove extraneous break. diff --git a/bfd/reloc.c b/bfd/reloc.c index 3d40730d6e3..09b888f3d55 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1522,7 +1522,6 @@ _bfd_relocate_contents (reloc_howto_type *howto, switch (size) { default: - case 0: abort (); case 1: bfd_put_8 (input_bfd, x, location);