This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [SH][PATCH] fix headers for new kernel headers


On Thu, Feb 26, 2009 at 5:28 AM, Kaz Kojima <kkojima@rr.iij4u.or.jp> wrote:
> Andrew Stubbs <ams@codesourcery.com> wrote:
>> This patch is a combination of the two patches, with fixes for my problems.
>
> Andrew, Sugioka-san, thanks for your patches and patience.
> The new patch is essentially ok. ÂI've modified it and its ChangeLog
> entry slightly for the copyright years of user.h and minor formatting
> changes.
>
> Uli, please approve the patch below.
>
> Regards,
> Â Â Â Âkaz
> --
> 2009-02-26 ÂAndrew Stubbs Â<ams@codesourcery.com>
> Â Â Â Â Â ÂSUGIOKA Toshinobu Â<sugioka@itonet.co.jp>
>
> Â Â Â Â* sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
> Â Â Â Âsys/ucontext.h and asm/elf.h. ÂInclude sys/user.h.
> Â Â Â Â* sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
> Â Â Â Âand asm/user.h. ÂInclude asm/ptrace.h.
> Â Â Â Â(PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
> Â Â Â ÂPTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
> Â Â Â ÂPTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
> Â Â Â ÂUndefine.
> Â Â Â Â(start_thread): Don't undefine.
> Â Â Â Â(elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
> Â Â Â ÂDefine.
>
> diff -uprN ORIG/libc/sysdeps/unix/sysv/linux/sh/sys/procfs.h LOCAL/libc/sysdeps/unix/sysv/linux/sh/sys/procfs.h
> --- ORIG/libc/sysdeps/unix/sysv/linux/sh/sys/procfs.h  2004-11-21 02:56:16.000000000 +0900
> +++ LOCAL/libc/sysdeps/unix/sysv/linux/sh/sys/procfs.h Â2009-02-26 19:43:41.000000000 +0900

Kaz, et al,

In order to ease the burden on the maintainer, in the future please
send patches at level -p1 rather than -p2.

Ryan S. Arnold (libc-alpha moderation staff)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]