X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=elf.h;h=f8dea7c7c333abaf4560f8009a9da72f3256ed2b;hb=HEAD;hp=4baf2c7b2c7a53408de1354da2856c9f11d85c7d;hpb=df9fc8189f1f7a1e510db98d89af1491feb5cb56;p=qemu diff --git a/elf.h b/elf.h index 4baf2c7..f8dea7c 100644 --- a/elf.h +++ b/elf.h @@ -119,6 +119,8 @@ typedef int64_t Elf64_Sxword; */ #define EM_S390_OLD 0xA390 +#define EM_XILINX_MICROBLAZE 0xBAAB + /* This is the info that is needed to parse the dynamic section of the file */ #define DT_NULL 0 #define DT_NEEDED 1 @@ -1079,7 +1081,7 @@ typedef struct elf64_shdr { #define EI_CLASS 4 #define EI_DATA 5 #define EI_VERSION 6 -#define EI_OSABI 7 +#define EI_OSABI 7 #define EI_PAD 8 #define ELFOSABI_NONE 0 /* UNIX System V ABI */