This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
PATCH: trivial tidyup in bfd/reloc.c
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: binutils at sourceware dot org
- Date: Thu, 26 Oct 2006 10:22:16 +1000
- Subject: PATCH: trivial tidyup in bfd/reloc.c
Committed as obvious. I don't think this is too contentious. ;-)
Ben
2006-10-26 Ben Elliston <bje@au.ibm.com>
* reloc.c (_bfd_relocate_contents): Remove explicit case 0.
Index: reloc.c
===================================================================
RCS file: /cvs/src/src/bfd/reloc.c,v
retrieving revision 1.158
diff -u -p -r1.158 reloc.c
--- reloc.c 25 Oct 2006 06:49:20 -0000 1.158
+++ reloc.c 26 Oct 2006 00:21:17 -0000
@@ -1522,7 +1522,6 @@ _bfd_relocate_contents (reloc_howto_type
switch (size)
{
default:
- case 0:
abort ();
case 1:
bfd_put_8 (input_bfd, x, location);