CVS commit: src/tools/gdb

2023-08-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 20 02:30:58 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: gdb/mknative: Preset yes to rename(2) checks It must be better to have this workaround here, rather than in external. (Thanks uwe@ for suggestion!)

CVS commit: src/tools/gdb

2023-08-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 20 02:30:58 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: gdb/mknative: Preset yes to rename(2) checks It must be better to have this workaround here, rather than in external. (Thanks uwe@ for suggestion!)

CVS commit: src/tools/gdb

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:54:11 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Drop working dir for mknative from generated files Migrate -I${.OBJDIR}/.native/include from CPPFLAGS to CCADDFLAGS for this purpose. No

CVS commit: src/tools/gdb

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:54:11 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Drop working dir for mknative from generated files Migrate -I${.OBJDIR}/.native/include from CPPFLAGS to CCADDFLAGS for this purpose. No

CVS commit: src/tools/gdb

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:35:09 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Sprinkle --enable-obsolete for ia64 :( To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tools/gdb/Makefile Please note

CVS commit: src/tools/gdb

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:35:09 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Sprinkle --enable-obsolete for ia64 :( To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tools/gdb/Makefile Please note

CVS commit: src/tools/gdb

2023-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 15 19:56:07 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: override the override To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/tools/gdb/Makefile Please note that diffs are not

CVS commit: src/tools/gdb

2023-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 15 19:56:07 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: override the override To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/tools/gdb/Makefile Please note that diffs are not

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 22:41:34 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: backout previous; cross build needs native gmp To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tools/gdb/Makefile Please

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 22:41:34 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: backout previous; cross build needs native gmp To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tools/gdb/Makefile Please

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 16:45:26 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: fix cross-gdb To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/tools/gdb/Makefile Please note that diffs are not public

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 16:45:26 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: fix cross-gdb To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/tools/gdb/Makefile Please note that diffs are not public

CVS commit: src/tools/gdb

2023-07-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 31 17:09:59 UTC 2023 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: mknative support for gdb-13.2 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/tools/gdb/Makefile cvs rdiff -u

CVS commit: src/tools/gdb

2023-07-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 31 17:09:59 UTC 2023 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: mknative support for gdb-13.2 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/tools/gdb/Makefile cvs rdiff -u

CVS commit: src/tools/gdb

2023-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 8 09:47:21 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: Set ac_cv_func_sigprocmask=yes as the symbol renaming confuses the configure script on architectures that don't provide a compatibilty symbol, e.g.

CVS commit: src/tools/gdb

2023-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 8 09:47:21 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: Set ac_cv_func_sigprocmask=yes as the symbol renaming confuses the configure script on architectures that don't provide a compatibilty symbol, e.g.

CVS commit: src/tools/gdb

2019-06-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jun 21 07:05:02 UTC 2019 Modified Files: src/tools/gdb: README.mknative Log Message: Update to working instructions. thx mrg for the build_install suggestion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tools/gdb

2019-06-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jun 21 07:05:02 UTC 2019 Modified Files: src/tools/gdb: README.mknative Log Message: Update to working instructions. thx mrg for the build_install suggestion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tools/gdb

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:28:32 UTC 2019 Modified Files: src/tools/gdb: Makefile Log Message: force libexpat since the autoconfig test are not cross-compile friendly (they try to link with /usr/lib/libexpat.so in the compiler invocation).

CVS commit: src/tools/gdb

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:28:32 UTC 2019 Modified Files: src/tools/gdb: Makefile Log Message: force libexpat since the autoconfig test are not cross-compile friendly (they try to link with /usr/lib/libexpat.so in the compiler invocation).

CVS commit: src/tools/gdb

2019-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 1 17:02:59 UTC 2019 Modified Files: src/tools/gdb: Makefile Log Message: Disable mpfr to make MKCROSSGDB work again. The problem is that the default (auto) finds the mpfr library in tools, but then when it tries to

CVS commit: src/tools/gdb

2019-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 1 17:02:59 UTC 2019 Modified Files: src/tools/gdb: Makefile Log Message: Disable mpfr to make MKCROSSGDB work again. The problem is that the default (auto) finds the mpfr library in tools, but then when it tries to

CVS commit: src/tools/gdb

2019-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 29 01:56:06 UTC 2019 Modified Files: src/tools/gdb: mknative-gdb Log Message: adjust for gdb-8.3 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tools/gdb/mknative-gdb Please note that diffs are not

CVS commit: src/tools/gdb

2019-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 29 01:56:06 UTC 2019 Modified Files: src/tools/gdb: mknative-gdb Log Message: adjust for gdb-8.3 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tools/gdb/mknative-gdb Please note that diffs are not

Re: CVS commit: src/tools/gdb

2009-12-15 Thread Masao Uebayashi
I changed other instances too. OK to check in? Masao Index: gnu/dist/gdb6/sim/mips/Makefile.in === RCS file: /cvsroot/src/gnu/dist/gdb6/sim/mips/Makefile.in,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 Makefile.in ---

Re: CVS commit: src/tools/gdb

2009-12-15 Thread enami tsugutomo
Index: gnu/dist/gdb6/sim/mips/Makefile.in === RCS file: /cvsroot/src/gnu/dist/gdb6/sim/mips/Makefile.in,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 Makefile.in --- gnu/dist/gdb6/sim/mips/Makefile.in2 Jul 2006

Re: CVS commit: src/tools/gdb

2009-12-15 Thread Masao Uebayashi
Hm, it may be simpler to remove `cd ../igen $(MAKE)' except the ../igen/igen target. Ah, now I see this is also a simple race... This works for me. Masao Index: gnu/dist/gdb6/sim/mips/Makefile.in === RCS file:

Re: CVS commit: src/tools/gdb

2009-12-15 Thread Christos Zoulas
On Dec 15, 5:03pm, uebay...@tombi.co.jp (Masao Uebayashi) wrote: -- Subject: Re: CVS commit: src/tools/gdb | I changed other instances too. OK to check in? | I think so. christos

Re: CVS commit: src/tools/gdb

2009-12-14 Thread Masao Uebayashi
Log Message: disable only parallel make. @@ -11,7 +11,7 @@ MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q} -.MAKEFLAGS: -B # XXX otherwise fails with itable.c / interp.c build +.NOTPARALLEL:# XXX otherwise fails with itable.c / interp.c build ALL_TARGET= all-gdb

Re: CVS commit: src/tools/gdb

2009-12-14 Thread Masao Uebayashi
I made it work using Makefile.gmakehost too. I don't know what those NetBSD_DISABLED_* mean. I found it's clearly mentioned in cvs log: revision 1.3 date: 2007/01/12 13:24:30; author: skrll; state: Exp; lines: +4 -0 branches: 1.3.4; Deal with lex and yacc