This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [PATCH] Fix sysdeps/powerpc/nofpu


Please make separate changes separate.  That means separate patches when
posting, and in the ChangeLog use separate paragraphs (blank line).

> 2005-10-11  Steven Munroe  <sjmunroe@us.ibm.com>
> 
> 	* sysdeps/powerpc/nofpu/fesetround.c: Add libm_hidden_def.

This is one paragraph for one change.  A blank line follows, since the next
changes are not directly related to this one.

> 	* sysdeps/powerpc/nofpu/getcontext.S: New file.
> 	* sysdeps/powerpc/nofpu/setcontext.S: New file.
> 	* sysdeps/powerpc/nofpu/swapcontext.S: New file.

This is another paragraph for another change.  These files are
linux-specific and should not be in that directory.  Instead make
sysdeps/unix/sysv/linux/powerpc/nofpu/ and put them there.
That should work without extra effort, but you should test it of course.


Thanks,
Roland


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