diff options
author | Richard Henderson <rth@twiddle.net> | 2010-07-27 10:25:28 -0700 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-07-29 08:32:27 +0200 |
commit | e167d46c7a2218b8445ff1686c7f0633c175891a (patch) | |
tree | 5d0fc9743f0c62be45fdb42b90218e4638670e88 /linux-user | |
parent | cf129f3a8eea76a34bc748762c31bbc27eabe540 (diff) |
Add more DT_* and AT_* constants to qemu's copy of elf.h.
Moving some PPC AT_* constants from elfload.c at the same time.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/elfload.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 5a0d3d41c9..2727222c3f 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -480,15 +480,6 @@ static uint32_t get_elf_hwcap(void) } /* - * We need to put in some extra aux table entries to tell glibc what - * the cache block size is, so it can use the dcbz instruction safely. - */ -#define AT_DCACHEBSIZE 19 -#define AT_ICACHEBSIZE 20 -#define AT_UCACHEBSIZE 21 -/* A special ignored type value for PPC, for glibc compatibility. */ -#define AT_IGNOREPPC 22 -/* * The requirements here are: * - keep the final alignment of sp (sp & 0xf) * - make sure the 32-bit value at the first 16 byte aligned position of |