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/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/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"

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

2010-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 21:15:54 UTC 2010 Modified Files: src/gnu/dist/groff/tmac: doc.tmac Log Message: Resolve disagreement between comment and code in favour of the comment, so that more than one .%U can be used. Found by Jukka Ruohonen. T

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

2010-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 21:15:54 UTC 2010 Modified Files: src/gnu/dist/groff/tmac: doc.tmac Log Message: Resolve disagreement between comment and code in favour of the comment, so that more than one .%U can be used. Found by Jukka Ruohonen. T

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

2010-02-22 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Feb 22 08:19:38 UTC 2010 Modified Files: src/gnu/dist/gdb6/gdb: amd64nbsd-tdep.c Log Message: Fix check for old trap frame layout. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gdb6/gdb/amd64nbsd-tdep

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

2010-02-22 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Feb 22 08:19:38 UTC 2010 Modified Files: src/gnu/dist/gdb6/gdb: amd64nbsd-tdep.c Log Message: Fix check for old trap frame layout. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gdb6/gdb/amd64nbsd-tdep

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