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] SH Kernel compatibility


Andrew Stubbs <ams@codesourcery.com> wrote:
> Here's an updated version of this patch. This one has proper copyright 
> year updates and a properly formed ChangeLog.
> 
> Please apply this patch, if it's OK.

Perhaps our posts were crossing.  Could you see

  http://sourceware.org/ml/libc-alpha/2009-02/msg00034.html

already?
Plus one minor nit, it'd be better to adjust the indentation
of struct user_fpu_struct so to match other struct definitions
in procfs.h like as:

struct user_fpu_struct
  {
    unsigned long fp_regs[16];
    unsigned long xfp_regs[16];
    unsigned long fpscr;
    unsigned long fpul;
  };

Sorry for not noticing this earlier.

Regards,
	kaz


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