Hello!
On Mon, Sep 18, 2006 at 09:37:05PM +0200, Thomas Schwinge wrote:
> Please add a short snippet to i386/README-Drivers as well and then commit
> the whole lot; the ChangeLog addition should perhaps look like this:
well, I wondered whether or not to add it there, since it is not a
driver actu
On Sat, Sep 23, 2006 at 06:09:41PM +0200, Samuel Thibault wrote:
> Hi,
>
> Here is an "asm tidy" patch, that fixes some potentially
> optimization-sensitive bugs, or gives better optimizations. Can someone
> have a look before I commit?
Looks good to me.
--
Richard Braun
signature.asc
Descrip
Hi,
Here is an "asm tidy" patch, that fixes some potentially
optimization-sensitive bugs, or gives better optimizations. Can someone
have a look before I commit?
Samuel
[gnumach]/Changelog
2006-08-26 Samuel Thibault <[EMAIL PROTECTED]>
Asm tidy.
* i386/i386/fpe_linkage.c (disab
Follow-up Comment #1, bug #17647 (project hurd):
A short note: building the Debian glibc package (version 2.3.6.ds1-4) with
`-fstrict-aliasing' changed to `-fno-strict-aliasing' in HOST_CFLAGS in
debian/rules and removing the gcc-4.0 lines from debian/sysdeps/hurd.mk (i.e.
switch to the default G
Hi,
Thomas Schwinge, le Sat 23 Sep 2006 12:48:56 +0200, a écrit :
> + new_atime = *(time_value_t *) &tvp[0];
> + new_mtime = *(time_value_t *) &tvp[1];
Mmm, this might break sometime for whatever optimizing compiler reason
too. Why not stop using bogus casts, and rather use:
Index: sys
Hello!
On Tue, Sep 19, 2006 at 01:13:48PM -0400, Barry deFreese wrote:
> Applications that pass a NULL timeval struct to futimes (such as
> coreutils touch), futimes is supposed to set the current date/time
> which does not work properly.
I'd either suggest the following (ugly) fix:
#v+
--- futi