From 386e9fe63fef23415cc41bb325b1f19eb3d8184c Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Tue, 6 Feb 2007 06:44:01 +0000 Subject: [PATCH] added patch to make bochs work with gdb 6.5 --- src/misc/bochs-2.2.6-build.sh | 1 + src/misc/bochs-2.2.6-gdbstub-ENN.patch | 29 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/misc/bochs-2.2.6-gdbstub-ENN.patch diff --git a/src/misc/bochs-2.2.6-build.sh b/src/misc/bochs-2.2.6-build.sh index 6c07a98..a8a44e3 100755 --- a/src/misc/bochs-2.2.6-build.sh +++ b/src/misc/bochs-2.2.6-build.sh @@ -21,6 +21,7 @@ cat $PINTOSDIR/src/misc/bochs-2.2.6-triple-fault.patch | patch -p1 cat $PINTOSDIR/src/misc/bochs-2.2.6-solaris-tty.patch | patch -p1 cat $PINTOSDIR/src/misc/bochs-2.2.6-page-fault-segv.patch | patch -p1 cat $PINTOSDIR/src/misc/bochs-2.2.6-paranoia.patch | patch -p1 +cat $PINTOSDIR/src/misc/bochs-2.2.6-gdbstub-ENN.patch | patch -p1 if test "`uname -s`" = "SunOS"; then cat $PINTOSDIR/src/misc/bochs-2.2.6-solaris-link.patch | patch -p1 fi diff --git a/src/misc/bochs-2.2.6-gdbstub-ENN.patch b/src/misc/bochs-2.2.6-gdbstub-ENN.patch new file mode 100644 index 0000000..88a8145 --- /dev/null +++ b/src/misc/bochs-2.2.6-gdbstub-ENN.patch @@ -0,0 +1,29 @@ +--- bochs-2.2.6/gdbstub.cc 2006-01-17 12:15:29.000000000 -0500 ++++ bochs-2.2.6-patched/gdbstub.cc 2007-02-06 23:04:51.095523904 -0500 +@@ -515,7 +515,7 @@ + } + else + { +- put_reply("ENN"); ++ put_reply("Eff"); + } + } + break; +@@ -761,7 +761,7 @@ + } + else + { +- put_reply("ENN"); ++ put_reply("Eff"); + } + break; + +@@ -782,7 +782,7 @@ + } + else + { +- put_reply("ENN"); ++ put_reply("Eff"); + } + break; + -- 2.30.2