mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Check ELF binaries for machine type and endianness.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2274 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
70ead43412
commit
9042c0e20d
10 changed files with 44 additions and 15 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#define TARGET_HAS_ICE 1
|
||||
|
||||
#define ELF_MACHINE EM_MIPS
|
||||
|
||||
#include "config.h"
|
||||
#include "mips-defs.h"
|
||||
#include "cpu-defs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue