Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2013-01-03 Thread Joerg Sonnenberger
On Mon, Dec 31, 2012 at 10:08:18AM +, David Laight wrote:
 On Mon, Dec 31, 2012 at 03:00:42AM +0100, Joerg Sonnenberger wrote:
  On Sun, Dec 30, 2012 at 08:16:59PM +, David Laight wrote:
   Module Name:  src
   Committed By: dsl
   Date: Sun Dec 30 20:16:59 UTC 2012
   
   Modified Files:
 src/external/gpl3/gcc/dist/gcc/config/i386: i386.c
   
   Log Message:
   No need to check both TARGET_64BIT and ix86_preferred_stack_boundary = 
   64,
   if the former is true the latter is also true.
  
  At least in terms of documentation, this is a regression. TARGET_64BIT
  implies the presence of SSE support and that's somewhat independent of
  the separate preferred stack boundary
 
 Eh? TARGET_64BIT forces ix86_preferred_stack_boundary = 64.
 The fact that it also implies SSE support is relevant.

Only as default value, not if explicitly overriden?

Joerg


Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2013-01-03 Thread David Laight
On Thu, Jan 03, 2013 at 03:46:08PM +0100, Joerg Sonnenberger wrote:
   
   At least in terms of documentation, this is a regression. TARGET_64BIT
   implies the presence of SSE support and that's somewhat independent of
   the separate preferred stack boundary
  
  Eh? TARGET_64BIT forces ix86_preferred_stack_boundary = 64.
  The fact that it also implies SSE support is relevant.
 
 Only as default value, not if explicitly overriden?

It won't let you override to a lower value.

David

-- 
David Laight: da...@l8s.co.uk


Re: CVS commit: src/external/cddl/osnet/sys/sys

2013-01-03 Thread David Laight
On Thu, Jan 03, 2013 at 04:42:55PM +, David Laight wrote:
 Module Name:  src
 Committed By: dsl
 Date: Thu Jan  3 16:42:55 UTC 2013
 
 Modified Files:
   src/external/cddl/osnet/sys/sys: random.h
 
 Log Message:
 Use cprgn_fast() not rnd_extract_data().
 The latter isn't in any header files any more.

It should be noted that this breaks builds with rump.
I've NFI how to resolve the missing dependency on rumpns_cprng_fast().

David

-- 
David Laight: da...@l8s.co.uk


Re: CVS commit: src/external/cddl/osnet/sys/sys

2013-01-03 Thread Antti Kantee

On 03.01.2013 17:59, David Laight wrote:

On Thu, Jan 03, 2013 at 04:42:55PM +, David Laight wrote:

Module Name:src
Committed By:   dsl
Date:   Thu Jan  3 16:42:55 UTC 2013

Modified Files:
src/external/cddl/osnet/sys/sys: random.h

Log Message:
Use cprgn_fast() not rnd_extract_data().
The latter isn't in any header files any more.


It should be noted that this breaks builds with rump.


It also breaks in all other cases.  That's what committing broken 
changes does.



I've NFI how to resolve the missing dependency on rumpns_cprng_fast().


Wild idea: spell rng correctly.


Re: CVS commit: src/usr.bin/mail

2013-01-03 Thread Christos Zoulas
In article 20130104015455.d9d3e17...@cvs.netbsd.org,
Christos Zoulas source-changes-d@NetBSD.org wrote:
-=-=-=-=-=-

Module Name:   src
Committed By:  christos
Date:  Fri Jan  4 01:54:55 UTC 2013

Modified Files:
   src/usr.bin/mail: mime_attach.c

Log Message:
PR/47396: Steffen: mail(1) may falsely use quoted-printable for files with
embedded NULs

Log message fixed on cvs.

christos