mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
* reloc.c (_bfd_relocate_contents): Remove explicit case 0.
This commit is contained in:
parent
033cd5fdcd
commit
49a184f6ad
@ -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.
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user