CVS commit: src/tools/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 21:27:31 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: Don't bother with gdbserver for archs that don't build it. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/tools/gdb

2020-10-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 9 23:48:42 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb.old Log Message: Correct target directory; src/external/gpl3/gdb.old not gdb. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tools/gdb

2020-10-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 9 23:44:46 UTC 2020 Modified Files: src/tools/gdb: README.mknative Log Message: Nowadays, mknative-gdb puts files into external/gpl3/gdb/lib, instead of external/gpl3/gdb/bin/gdb. Also, we need to nbmake-MACHINE in

CVS commit: src/tools/gdb

2020-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:53:17 UTC 2020 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: grab the gdbserver version To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tools/gdb/Makefile cvs rdiff -u

CVS commit: src/tools/gdb

2020-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 23 23:21:29 UTC 2020 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: Add gdbserver To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tools/gdb/Makefile cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tools/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:54:31 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: put gnulib stuff under gnulib/ because things import "gnulib/config.h" To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/tools/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:09:18 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: remove obsolete To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/gdb/mknative-gdb Please note that diffs are not

CVS commit: src/tools/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:05:34 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: refine To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tools/gdb/mknative-gdb Please note that diffs are not public

CVS commit: src/tools/gdb

2020-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 02:14:49 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Added Files: src/tools/gdb: mknative-gdb.old Log Message: Save the mknative-gdb for 8.3 and prepare the mknative-gdb for 10.x To generate a diff

CVS commit: src/tools/gdb

2017-11-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 04:24:35 UTC 2017 Modified Files: src/tools/gdb: Makefile Log Message: we want no-iconv for the tools build, but we want iconv for mknative. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/tools/gdb

2017-11-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 03:33:01 UTC 2017 Modified Files: src/tools/gdb: Makefile Log Message: Changes for gdb-8.0.1 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/tools/gdb/Makefile Please note that diffs are not

CVS commit: src/tools/gdb

2017-11-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 28 22:25:17 UTC 2017 Modified Files: src/tools/gdb: Makefile Log Message: Adjust to gdb-8.0.1 which uses c++ XXX: quoting of variables that contain paths and versions is broken. To generate a diff of this commit: cvs

CVS commit: src/tools/gdb

2017-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 1 12:23:09 UTC 2017 Modified Files: src/tools/gdb: Makefile Log Message: --disable-nls does not work in gdb subdir, so add am_cv_func_iconv=no to configure env. Fixes build on FreeBSD. To generate a diff of this

CVS commit: src/tools/gdb

2016-10-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 16 04:37:42 UTC 2016 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: pass GDB_MACHINE_ARCH to mknative-gdb and use that as the subdir. obtain GDB_MACHINE_ARCH from the new gdb Makefile.gdb_arch. To

CVS commit: src/tools/gdb

2016-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 14 14:41:59 UTC 2016 Modified Files: src/tools/gdb: Makefile Log Message: Fix the host build of aarch64 with clang To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tools/gdb/Makefile Please note that

CVS commit: src/tools/gdb

2016-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 12 18:43:40 UTC 2016 Modified Files: src/tools/gdb: Makefile Log Message: Define __STDC_{LIMIT,CONSTANT,FORMAT}_MACROS in CXXFLAGS. The problem is that the gnulib interception of and does not really work because we

CVS commit: src/tools/gdb

2015-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 16 09:14:53 UTC 2015 Modified Files: src/tools/gdb: Makefile Log Message: handle gdb-7.9.1 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/tools/gdb/Makefile Please note that diffs are not public

CVS commit: src/tools/gdb

2015-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 16 09:17:49 UTC 2015 Modified Files: src/tools/gdb: Makefile Log Message: add double quotes for consistency To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/tools/gdb/Makefile Please note that diffs

CVS commit: src/tools/gdb

2015-08-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 15 21:12:28 UTC 2015 Modified Files: src/tools/gdb: Makefile Log Message: for now, use gdb.old. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tools/gdb/Makefile Please note that diffs are not public

CVS commit: src/tools/gdb

2013-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 18:58:37 UTC 2013 Modified Files: src/tools/gdb: mknative-gdb Log Message: more files needed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tools/gdb/mknative-gdb Please note that diffs are not

CVS commit: src/tools/gdb

2012-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 9 15:15:58 UTC 2012 Modified Files: src/tools/gdb: Makefile Log Message: Disable the sim on mips for next person running gdb7 mknative. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/tools/gdb

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 19:46:12 UTC 2011 Modified Files: src/tools/gdb: mknative-gdb Log Message: mkdir the proper sim dirs! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tools/gdb/mknative-gdb Please note that diffs

CVS commit: src/tools/gdb

2011-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 9 02:03:32 UTC 2011 Modified Files: src/tools/gdb: mknative-gdb Log Message: add psim support To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tools/gdb/mknative-gdb Please note that diffs are not

CVS commit: src/tools/gdb

2011-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 26 02:36:20 UTC 2011 Modified Files: src/tools/gdb: Makefile README.mknative mknative-gdb Log Message: mknative for gdb7 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tools/gdb/Makefile cvs rdiff

CVS commit: src/tools/gdb

2010-05-08 Thread Hans Rosenfeld
Module Name:src Committed By: hans Date: Sat May 8 23:18:44 UTC 2010 Modified Files: src/tools/gdb: Makefile Log Message: Fix tools build on Solaris with MKCROSSGDB=YES. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tools/gdb/Makefile Please note

CVS commit: src/tools/gdb

2009-12-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Dec 14 08:51:31 UTC 2009 Modified Files: src/tools/gdb: Makefile Log Message: Disable parallel build, which always fails at compiling itable.c / interp.c. Only affect MKCROSSGDB=yes. To generate a diff of this commit: cvs

CVS commit: src/tools/gdb

2009-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 14:13:17 UTC 2009 Modified Files: src/tools/gdb: Makefile Log Message: disable only parallel make. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tools/gdb/Makefile Please note that diffs are