Re: [PATCH 3/3] libc_elf_mips: specific auxiliary vector handling for MIPS

2011-05-02 Thread Carmelo AMOROSO
On 5/3/2011 1:42 AM, Kevin Cernekee wrote: > On Mon, May 2, 2011 at 9:44 AM, Carmelo AMOROSO > wrote: >> Extend aux vect handling for MIPS to retrieve DCache shape information >> and platform string. > > I had to add a (verbatim) copy of the SH Makefile.arch, for MIPS, in > order to get the new

Re: [PATCH 3/3] libc_elf_mips: specific auxiliary vector handling for MIPS

2011-05-02 Thread Kevin Cernekee
On Mon, May 2, 2011 at 9:44 AM, Carmelo AMOROSO wrote: > Extend aux vect handling for MIPS to retrieve DCache shape information > and platform string. I had to add a (verbatim) copy of the SH Makefile.arch, for MIPS, in order to get the new dl-support.c file added to the build. > +attribute_hidd

Re: [PATCH 3/3] libc_elf_mips: specific auxiliary vector handling for MIPS

2011-05-02 Thread Bernhard Reutner-Fischer
On 2 May 2011 18:44, Carmelo AMOROSO wrote: > diff --git a/libc/misc/elf/mips/dl-support.c b/libc/misc/elf/mips/dl-support.c > new file mode 100644 > index 000..a6d0664 > --- /dev/null > +++ b/libc/misc/elf/mips/dl-support.c > @@ -0,0 +1,27 @@ > +/* > + * Copyright (C) 2011 STMicroelectronics

[PATCH 3/3] libc_elf_mips: specific auxiliary vector handling for MIPS

2011-05-02 Thread Carmelo AMOROSO
Extend aux vect handling for MIPS to retrieve DCache shape information and platform string. Signed-off-by: Carmelo Amoroso --- libc/misc/elf/mips/dl-support.c| 27 +++ libc/sysdeps/linux/mips/bits/auxvect.h | 14 ++ 2 files changed, 41 insertions(+