From d52f85d16e0c1165274dd43ad6e9fd25740a4ee8 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 26 Feb 2017 09:39:11 +0800 Subject: [PATCH] add back missing ELF symbols reported in #766 --- qemu/include/elf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu/include/elf.h b/qemu/include/elf.h index 61dd1fb9..b56c20a1 100644 --- a/qemu/include/elf.h +++ b/qemu/include/elf.h @@ -126,11 +126,15 @@ /* Bits present in AT_HWCAP for Sparc. */ #define HWCAP_SPARC_VIS3 0x00020000 +/* Bits present in AT_HWCAP for PowerPC. */ +#define PPC_FEATURE_ARCH_2_06 0x00000100 + /* Symbolic values for the entries in the auxiliary table put on the initial stack */ #define AT_PLATFORM 15 /* string identifying CPU for optimizations */ #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ - +#define AT_DCACHEBSIZE 19 /* data cache block size */ +#define AT_ICACHEBSIZE 20 /* instruction cache block size */ /* * 68k ELF relocation types