projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
033cd5f
)
* reloc.c (_bfd_relocate_contents): Remove explicit case 0.
author
Ben Elliston
<bje@au.ibm.com>
Thu, 26 Oct 2006 00:22:52 +0000
(
00:22
+0000)
committer
Ben Elliston
<bje@au.ibm.com>
Thu, 26 Oct 2006 00:22:52 +0000
(
00:22
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/reloc.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 682cd1e2599205506f12d744a17793a6a174092e..2d418333e65d7d9d4291f816fb10d678cdaa5326 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,5
+1,7
@@
2006-10-26 Ben Elliston <bje@au.ibm.com>
+ * 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 3d40730d6e316bfae38d332d4e7a15033c1a7459..09b888f3d5568a6efa279159c47b96e2f54b42ae 100644
(file)
--- 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);