Return ELF_CLASS_BOTH by default
* elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
This commit is contained in:
parent
6604eb5f40
commit
aa9f728672
2 changed files with 5 additions and 2 deletions
|
@ -82,8 +82,7 @@ elf_class (int mach)
|
|||
case EM_NONE:
|
||||
return ELF_CLASS_BOTH;
|
||||
default:
|
||||
error (_("Unknown machine type: %d\n"), mach);
|
||||
return ELF_CLASS_UNKNOWN;
|
||||
return ELF_CLASS_BOTH;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue