Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Joerg Sonnenberger
On Sun, Dec 25, 2011 at 10:20:35AM +0900, Izumi Tsutsui wrote: > > On Sun, Dec 25, 2011 at 09:54:37AM +0900, Izumi Tsutsui wrote: > > > > On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote: > > > > > > > Log Message: > > > > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.

Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Izumi Tsutsui
> On Sun, Dec 25, 2011 at 09:54:37AM +0900, Izumi Tsutsui wrote: > > > On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote: > > > > > > Log Message: > > > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm > > > > > > and gcc45 > > > > > > for workaround of a possibl

Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Joerg Sonnenberger
On Sun, Dec 25, 2011 at 09:54:37AM +0900, Izumi Tsutsui wrote: > > On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote: > > > > > Log Message: > > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and > > > > > gcc45 > > > > > for workaround of a possible optimazati

Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Izumi Tsutsui
> On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote: > > > > Log Message: > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and > > > > gcc45 > > > > for workaround of a possible optimazation bug. > > > > > > Please make sure this only is applied if the active

Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Joerg Sonnenberger
On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote: > > > Log Message: > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and > > > gcc45 > > > for workaround of a possible optimazation bug. > > > > Please make sure this only is applied if the active CC is GCC. >

Re: CVS commit: src or a tale on NetBSD/usermode

2011-12-24 Thread Jean-Yves Migeon
On 22.12.2011 13:32, Reinoud Zandijk wrote: > I understand your confusion on this point. Its due to the way NetBSD/usermode > is build and why it is build that way. The main goals/features, for me at > least, and even though some were formulated allong the way, come back to: > > - it should behave

Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Izumi Tsutsui
> > Log Message: > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and gcc45 > > for workaround of a possible optimazation bug. > > Please make sure this only is applied if the active CC is GCC. Isn't this enough? --- .if defined(HAVE_GCC) && ${HAVE_GCC} == "45" && ${MACHINE_

Re: CVS commit: src/lib/libc/net

2011-12-24 Thread Joerg Sonnenberger
On Sat, Dec 24, 2011 at 04:59:00AM +, Izumi Tsutsui wrote: > Log Message: > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and gcc45 > for workaround of a possible optimazation bug. Please make sure this only is applied if the active CC is GCC. Joerg