Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gdb add psim support



details:   https://anonhg.NetBSD.org/src/rev/8fa2e5990b01
branches:  trunk
changeset: 770240:8fa2e5990b01
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 09 02:03:30 2011 +0000

description:
add psim support

diffstat:

 tools/gdb/mknative-gdb |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1342185245ae -r 8fa2e5990b01 tools/gdb/mknative-gdb
--- a/tools/gdb/mknative-gdb    Sun Oct 09 02:03:19 2011 +0000
+++ b/tools/gdb/mknative-gdb    Sun Oct 09 02:03:30 2011 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-gdb,v 1.3 2011/09/26 02:36:20 christos Exp $
+#      $NetBSD: mknative-gdb,v 1.4 2011/10/09 02:03:30 christos Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/external/gpl3/gdb
@@ -130,6 +130,8 @@
                mkdir -p $_LIBSIM/arch/$MACHINE_ARCH
                write_c $_LIBSIM/arch/$MACHINE_ARCH/config.h \
                        <$_TMPDIR/sim/ppc/config.h
+               write_c $_LIBSIM/arch/$MACHINE_ARCH/build-config.h \
+                       <$_TMPDIR/sim/ppc/build-config.h
                write_c $_LIBSIM/arch/$MACHINE_ARCH/cconfig.h \
                        <$_TMPDIR/sim/common/cconfig.h
                ;;



Home | Main Index | Thread Index | Old Index