mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
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
@ -1,3 +1,7 @@
|
||||
2015-05-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
|
||||
|
||||
2015-05-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
||||
|
||||
* MAINTAINERS: Add myself as s390 and s390x maintainer.
|
||||
|
@ -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…
Reference in New Issue
Block a user