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 src/tools/gdb/mknative-gdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/tools/gdb/mknative-gdb.old

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 external/gpl3/gdb in order to
build dependent libraries correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tools/gdb/README.mknative

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.13 -r1.14 src/tools/gdb/mknative-gdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/tools/gdb/mknative-gdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/tools/gdb/mknative-gdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 domain; they are subject to the
copyright notices on the relevant files.



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 of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tools/gdb/mknative-gdb
cvs rdiff -u -r0 -r1.1 src/tools/gdb/mknative-gdb.old

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 rdiff -u -r1.31 -r1.32 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.30 -r1.31 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/tools/gdb/Makefile
cvs rdiff -u -r1.6 -r1.7 src/tools/gdb/mknative-gdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 implement those internally with
 and  and those internal headers are used
by other internal headers *before* they get a chance to be intercepted
(where the __STDC_ macros are defined).

Another way to fix this is to move the inclusion of the other headers
in  and  outside multiple inclusion protection.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/gdb

2016-01-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 26 17:48:31 UTC 2016

Modified Files:
src/tools/gdb: Makefile

Log Message:
use EXTERNAL_GDB_SUBDIR


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 are not public domain; they are subject to the
copyright notices on the relevant files.



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 domain; they are subject to the
copyright notices on the relevant files.



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 domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/gdb

2012-10-01 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Oct  1 19:27:04 UTC 2012

Modified Files:
src/tools/gdb: Makefile

Log Message:
At last on some linux distros, gmake is needed to build the cross-gdb.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 -u -r1.4 -r1.5 src/tools/gdb/README.mknative
cvs rdiff -u -r1.2 -r1.3 src/tools/gdb/mknative-gdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.