Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-25 Thread Matthias Scheler
On Tue, Mar 25, 2014 at 11:56:56AM -0400, Christos Zoulas wrote: > | > How does it fail? Segv? Syntax error? > | > | It complains about a lot missing links between nodes. All nodes need > | to have up, next and prev link. And it has code to automatically > | populate those. But for some reason the

Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-25 Thread Christos Zoulas
On Mar 25, 7:47am, t...@netbsd.org (Matthias Scheler) wrote: -- Subject: Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo | On Mon, Mar 24, 2014 at 11:20:04PM +, Christos Zoulas wrote: | > In article <20140324230302.1ad1...@cvs.netbsd.org>, | > Matthias Scheler wrote: | &g

Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-25 Thread Matthias Scheler
On Mon, Mar 24, 2014 at 11:20:04PM +, Christos Zoulas wrote: > In article <20140324230302.1ad1...@cvs.netbsd.org>, > Matthias Scheler wrote: > >Module Name: src > >Committed By:tron > >Date:Mon Mar 24 23:03:02 UTC 2014 > > > >Modified Files: > > src/gnu/usr.bin/texi

Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-24 Thread Christos Zoulas
In article <20140324230302.1ad1...@cvs.netbsd.org>, Matthias Scheler wrote: >Module Name: src >Committed By: tron >Date: Mon Mar 24 23:03:02 UTC 2014 > >Modified Files: > src/gnu/usr.bin/texinfo/makeinfo: Makefile > >Log Message: >Don't compile with fortification. It breaks makei

Re: CVS commit: src/gnu/usr.bin/send-pr

2012-12-21 Thread Thomas Klausner
Forgot to mention: Suggested by Bug Hunting. Thomas On Fri, Dec 21, 2012 at 09:40:18AM +, Thomas Klausner wrote: > Module Name: src > Committed By: wiz > Date: Fri Dec 21 09:40:18 UTC 2012 > > Modified Files: > src/gnu/usr.bin/send-pr: Makefile > > Log Message: > Set GNATS_AD

Re: CVS commit: src/gnu/dist/gcc4/libcpp

2012-11-25 Thread Alan Barrett
On Sun, 25 Nov 2012, Iain Hibbert wrote: Log Message: Teach gcc4.1's cpp about the magic __COUNTER__ macro, which returns a unique integer each time it is expanded. This code was written without reference to any other implementation of the same feature. out of interest, what code uses this? _

Re: CVS commit: src/gnu/dist/gcc4/libcpp

2012-11-25 Thread Iain Hibbert
On Sat, 24 Nov 2012, Alan Barrett wrote: > Module Name: src > Committed By: apb > Date: Sat Nov 24 09:07:44 UTC 2012 > > Modified Files: > src/gnu/dist/gcc4/libcpp: init.c macro.c > src/gnu/dist/gcc4/libcpp/include: cpplib.h > > Log Message: > Teach gcc4.1's cpp about the magi

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-16 Thread John Nemeth
On Jan 3, 6:42pm, Mindaugas Rasiukevicius wrote: } Tom Spindler wrote: } > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: } > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: } > > > Linking against libstdc++ wastes space and time at runtime. } > > > } > >

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: > > > That's a fine idea, but, really, if you're concerned about space and > > > time at runtime, don't use C++ at all. > > > > Wasn't the mdocml(?) package suppossed to eliminate the need for > > groff in tools/ and/or

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Christos Zoulas
In article <20120813231935.ga21...@babymeat.com>, Tom Spindler wrote: >On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: >> Tom Spindler wrote: >> > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: >> > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. U

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Mindaugas Rasiukevicius
Tom Spindler wrote: > > > > That's a fine idea, but, really, if you're concerned about space and > > > > time at runtime, don't use C++ at all. > > > > > > Wasn't the mdocml(?) package suppossed to eliminate the need for > > > groff in tools/ and/or in base? > > > > Preferably, the elimination o

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Tom Spindler
On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: > Tom Spindler wrote: > > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > > > Linking against libstdc++ wastes space and time at ru

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Mindaugas Rasiukevicius
Tom Spindler wrote: > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > > Linking against libstdc++ wastes space and time at runtime. > > > > > > [...] > > > > > > I guess you are working on clang support

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Mon, Aug 13, 2012 at 02:22:30PM -0700, Tom Spindler wrote: > > > [...] > > > > > > I guess you are working on clang support, so leaking libsupc++ into > > > the build gets in your way. Please, instead of always linking > > > libstdc++ make it possible for a c++ program to express "i d

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Tom Spindler
On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > Linking against libstdc++ wastes space and time at runtime. > > > > [...] > > > > I guess you are working on clang support, so leaking libsupc++ into > > th

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > Linking against libstdc++ wastes space and time at runtime. > > [...] > > I guess you are working on clang support, so leaking libsupc++ into > the build gets in your way. Please, instead of always linking > libstdc++ mak

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Laight
On Fri, Aug 10, 2012 at 09:10:36PM +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > Linking against libstdc++ wastes space and time at runtime. > > On-demand paging will pull only the required parts in. As I said > earlier, the number of co

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > Linking against libstdc++ wastes space and time at runtime. On-demand paging will pull only the required parts in. As I said earlier, the number of constructors is basically irrelevant to matter. So yes, this just reduces the nu

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Valeriy E. Ushakov
On Fri, Aug 10, 2012 at 19:10:37 +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 08:32:16PM +0400, Valeriy E. Ushakov wrote: > > On Fri, Aug 10, 2012 at 17:04:09 +0200, Joerg Sonnenberger wrote: > > > > > On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > > > > On Fr

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
On Fri, Aug 10, 2012 at 08:32:16PM +0400, Valeriy E. Ushakov wrote: > On Fri, Aug 10, 2012 at 17:04:09 +0200, Joerg Sonnenberger wrote: > > > On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > > > On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > > > > > > > M

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Valeriy E. Ushakov
On Fri, Aug 10, 2012 at 17:04:09 +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > > On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > > > > > Module Name: src > > > Committed By: joerg > > > Date: Fri A

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > > > Module Name:src > > Committed By: joerg > > Date: Fri Aug 10 12:12:22 UTC 2012 > > > > Modified Files: > > src/gnu/usr.bin/

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Valeriy E. Ushakov
On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Fri Aug 10 12:12:22 UTC 2012 > > Modified Files: > src/gnu/usr.bin/groff: Makefile.inc [...] > > Log Message: > Don't link explicitly against libsupc++, just use the

Re: CVS commit: src/gnu/dist/groff/tmac

2012-06-10 Thread Thomas Klausner
On Sat, Jun 09, 2012 at 08:26:50PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Jun 10 00:26:50 UTC 2012 > > Modified Files: > src/gnu/dist/groff/tmac: doc-syms > > Log Message: > add libexecinfo Thank you, but not here please. It should be

Re: CVS commit: src/gnu/dist

2011-07-14 Thread Alan Barrett
On Fri, 15 Jul 2011, matthew green wrote: Log Message: Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile targets, to ensure that the associated commands do not run. This should prevent source files from being overwritten at build time by autoconf and friends. Fixes PR 45132.

re: CVS commit: src/gnu/dist

2011-07-14 Thread matthew green
> Module Name: src > Committed By: apb > Date: Thu Jul 14 17:29:43 UTC 2011 > > Modified Files: > src/gnu/dist/autoconf: Makefile.in > src/gnu/dist/gettext/gettext-runtime: Makefile.in > src/gnu/dist/gettext/gettext-runtime/libasprintf: Makefile.in > src/gnu/dist/

re: CVS commit: src/gnu/usr.bin/gcc4/arch/powerpc

2011-06-10 Thread matthew green
> Module Name: src > Committed By: matt > Date: Sat Jun 11 00:59:44 UTC 2011 > > Modified Files: > src/gnu/usr.bin/gcc4/arch/powerpc: configargs.h > > Log Message: > If compiled with -msoft-float, make the compiler emit soft float code > by default. are you the essense of evil.

Re: CVS commit: src/gnu/dist/gcc4/gcc

2011-05-13 Thread Iain Hibbert
On Sat, 7 May 2011, Christos Zoulas wrote: > Add a no_stack_protector function attribute to localize the effect > of disabling stack protection on a function-by-function level, as > opposed to per source file. how should we enable use of this, is the patch below ok or should it have additional re

Re: CVS commit: src/gnu/dist/texinfo/makeinfo

2011-05-11 Thread Christos Zoulas
In article <20110511232046.eec3d17...@cvs.netbsd.org>, Joerg Sonnenberger wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: joerg >Date: Wed May 11 23:20:46 UTC 2011 > >Modified Files: > src/gnu/dist/texinfo/makeinfo: sectioning.c > >Log Message: >Fix two rather obviousbuffe

re: CVS commit: src/gnu/dist/gcc4/gcc/config/rs6000

2011-02-26 Thread matthew green
> Module Name: src > Committed By: matt > Date: Fri Feb 25 22:36:10 UTC 2011 > > Modified Files: > src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h > > Log Message: > Explicitly make sure TARGET_SECURE_PLT is defined correctly rather than > relying on HAVE_AS_REL16 from "auto-host.h"

Re: CVS commit: src/gnu/lib/libgcc4

2009-12-08 Thread Masao Uebayashi
> Log Message: > Switch to new style only if is explicitly set. ^^ I meant to mention ${MKNATIVE_LIBGCC_NEW} here. Masao -- Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-28 Thread enami tsugutomo
> The above is defining a global symbol that referes to the middle of > a struct, not setting a memory location to the address of the it. Do you mean lwp0.l_addr may vary during execution? enami.

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-28 Thread David Laight
On Sat, Nov 28, 2009 at 08:29:43AM +0900, enami tsugutomo wrote: > > > i wonder if we can re-add proc0paddr, defined to be = lwp0.l_addr > > > at some point in main, to help this work with older gdb? > > > > > > this seems like a worth-while change since it's part of bsd-kvm.c. > > > > would need

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-27 Thread enami tsugutomo
> > i wonder if we can re-add proc0paddr, defined to be = lwp0.l_addr > > at some point in main, to help this work with older gdb? > > > > this seems like a worth-while change since it's part of bsd-kvm.c. > > would need to be in md code since L_ADDR needs to come from assym.h. > > .glob

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-27 Thread David Laight
On Fri, Nov 27, 2009 at 12:45:18AM -0800, Matt Thomas wrote: > > > i wonder if we can re-add proc0paddr, defined to be = lwp0.l_addr > > at some point in main, to help this work with older gdb? > > > > this seems like a worth-while change since it's part of bsd-kvm.c. > > would need to be in md

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-27 Thread Matt Thomas
On Nov 26, 2009, at 11:47 PM, matthew green wrote: > > Module Name:src > Committed By: enami > Date: Fri Nov 27 02:51:15 UTC 2009 > > Modified Files: > src/gnu/dist/gdb6/gdb: bsd-kvm.c > > Log Message: > Lookup lwp0.l_addr instead of proc0paddr to

re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-26 Thread matthew green
Module Name: src Committed By:enami Date:Fri Nov 27 02:51:15 UTC 2009 Modified Files: src/gnu/dist/gdb6/gdb: bsd-kvm.c Log Message: Lookup lwp0.l_addr instead of proc0paddr to locate PCB. hmmm.. i wonder if we can re-add proc0paddr, defin

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-26 Thread enami tsugutomo
> Module Name: src > Committed By: enami > Date: Fri Nov 27 02:51:15 UTC 2009 > > Modified Files: > src/gnu/dist/gdb6/gdb: bsd-kvm.c > > Log Message: > Lookup lwp0.l_addr instead of proc0paddr to locate PCB. I wonder if it is better to keep proc0paddr in kernel as a pointer to PCB

Re: CVS commit: src/gnu

2009-11-13 Thread Simon Burge
Izumi Tsutsui wrote: > > On Fri, Nov 13, 2009 at 06:46:07PM +0900, Izumi Tsutsui wrote: > > > Indeed, it doesn't use libbfd but just GPLv2'ed. > > > As you said we should move only mdsetimage and dbsym into external/gpl3. > > > > Do we need that for any non-elf targets? > > If not, porting to Fre

Re: CVS commit: src/gnu

2009-11-13 Thread Izumi Tsutsui
> On Fri, Nov 13, 2009 at 06:46:07PM +0900, Izumi Tsutsui wrote: > > Indeed, it doesn't use libbfd but just GPLv2'ed. > > As you said we should move only mdsetimage and dbsym into external/gpl3. > > Do we need that for any non-elf targets? > If not, porting to FreeBSD's libelf might be an option.

Re: CVS commit: src/gnu

2009-11-13 Thread Nick Hudson
On Thursday 12 November 2009 22:03:57 r...@fdy2.demon.co.uk wrote: > >On Thursday 12 November 2009 20:24:05 r...@fdy2.demon.co.uk wrote: > >> Nick Hudson wrote: > >> >Module Name:src > >> >Committed By: skrll > >> >Date: Sun Nov 8 15:25:10 UTC 2009 > >> > > >> >Modified Files: > >>

Re: CVS commit: src/gnu

2009-11-13 Thread Izumi Tsutsui
> >> >src/gnu/usr.sbin/ncdcs: Makefile ncdcs.8 ncdcs.c > >> > > >> >Log Message: > >> >Remove binutils 2.16 crossover build files. > >> > >> Please could ncdcs be restored, it isn't part of binutils and is > >> needed for NetBSD/ibmnws. > >> > >> Robert Swindells > > > >ncdcs is still avail

Re: CVS commit: src/gnu

2009-11-13 Thread Martin Husemann
On Fri, Nov 13, 2009 at 06:46:07PM +0900, Izumi Tsutsui wrote: > Indeed, it doesn't use libbfd but just GPLv2'ed. > As you said we should move only mdsetimage and dbsym into external/gpl3. Do we need that for any non-elf targets? If not, porting to FreeBSD's libelf might be an option. Martin

Re: CVS commit: src/gnu

2009-11-12 Thread rjs
>On Thursday 12 November 2009 20:24:05 r...@fdy2.demon.co.uk wrote: >> Nick Hudson wrote: >> >Module Name:src >> >Committed By: skrll >> >Date: Sun Nov 8 15:25:10 UTC 2009 >> > >> >Modified Files: >> >src/gnu/lib: Makefile >> >src/gnu/usr.bin: Makefile >> >Removed

Re: CVS commit: src/gnu

2009-11-12 Thread Nick Hudson
On Thursday 12 November 2009 20:24:05 r...@fdy2.demon.co.uk wrote: > Nick Hudson wrote: > >Module Name:src > >Committed By: skrll > >Date: Sun Nov 8 15:25:10 UTC 2009 > > > >Modified Files: > >src/gnu/lib: Makefile > >src/gnu/usr.bin: Makefile > >Removed Files: > >

Re: CVS commit: src/gnu

2009-11-12 Thread David Young
On Thu, Nov 12, 2009 at 08:24:05PM +, r...@fdy2.demon.co.uk wrote: > Please could ncdcs be restored, it isn't part of binutils and is > needed for NetBSD/ibmnws. It's in src/external/, now. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/gnu

2009-11-12 Thread rjs
Nick Hudson wrote: >Module Name:src >Committed By: skrll >Date: Sun Nov 8 15:25:10 UTC 2009 > >Modified Files: >src/gnu/lib: Makefile >src/gnu/usr.bin: Makefile >Removed Files: [snip] >src/gnu/usr.sbin/ncdcs: Makefile ncdcs.8 ncdcs.c > >Log Message: >Remo