Re: [Qemu-devel] [PATCH v2 3/6] tcg-arm: Use qemu_getauxval

2013-10-17 Thread Peter Maydell
On 10 September 2013 23:07, Richard Henderson wrote: > Allow host detection on linux systems without glibc 2.16 or later. > > Signed-off-by: Richard Henderson > --- > include/elf.h| 22 ++ > tcg/arm/tcg-target.c | 15 ++- > 2 files changed, 28 insertions(+

[Qemu-devel] [PATCH v2 3/6] tcg-arm: Use qemu_getauxval

2013-09-10 Thread Richard Henderson
Allow host detection on linux systems without glibc 2.16 or later. Signed-off-by: Richard Henderson --- include/elf.h| 22 ++ tcg/arm/tcg-target.c | 15 ++- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/include/elf.h b/include/elf.h index