mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
unicore32: necessary modifications for other files to support unicore32
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
8b5d487d4d
commit
d2fbca9422
10 changed files with 202 additions and 14 deletions
2
elf.h
2
elf.h
|
@ -106,6 +106,8 @@ typedef int64_t Elf64_Sxword;
|
|||
#define EM_H8S 48 /* Hitachi H8S */
|
||||
#define EM_LATTICEMICO32 138 /* LatticeMico32 */
|
||||
|
||||
#define EM_UNICORE32 110 /* UniCore32 */
|
||||
|
||||
/*
|
||||
* This is an interim value that we will use until the committee comes
|
||||
* up with a final number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue