patches/glibc/2.7/270-sh-fix-procfs.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 22 20:50:10 2008 +0000 (2008-10-22)
changeset 962 2ba4393e0441
child 969 05b5926fc5cb
permissions -rw-r--r--
Make Super-H finally compile a complete (C-only) toolchain:
- new, un-tested patches
- an sh4 sample to work on, and to try to reproduce later.

/trunk/patches/glibc/2.7/250-sh-chop-linux-version.patch | 49 49 0 0 ++
/trunk/patches/glibc/2.7/240-sh-lowlevellock-asm.patch | 56 56 0 0 +++
/trunk/patches/glibc/2.7/270-sh-fix-procfs.patch | 11 11 0 0 +
/trunk/patches/glibc/2.7/280-sh-fix-kernel-heders-location.patch | 23 23 0 0 +
/trunk/patches/glibc/2.7/260-sh-syscall-error-path.patch | 26 26 0 0 +
/trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 311 311 0 0 ++++++++++++++
/trunk/samples/sh4-unknown-linux-gnu/reported.by | 3 3 0 0 +
7 files changed, 479 insertions(+)
     1 --- a/sysdeps/unix/sysv/linux/sh/sys/procfs.h
     2 +++ b/sysdeps/unix/sysv/linux/sh/sys/procfs.h
     3 @@ -29,7 +29,6 @@
     4  #include <sys/types.h>
     5  #include <sys/ucontext.h>
     6  #include <sys/user.h>
     7 -#include <asm/elf.h>
     8 
     9  __BEGIN_DECLS
    10 
    11