Fix Bochs build with recent GCC.
authorRuss Ross <russ@dixie.edu>
Thu, 25 Aug 2011 03:40:10 +0000 (20:40 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 25 Aug 2011 03:41:51 +0000 (20:41 -0700)
bochs-2.2.6 failed to compile with the latest version of gcc.  This commit
fixes the problem

src/misc/bochs-2.2.6-build.sh
src/misc/bochs-2.2.6-namespace.patch [new file with mode: 0644]

index a8a44e301eedbf6a1088829c0318a82d5a126834..1007fbe086ac643214990802de4d6247cfea6a21 100755 (executable)
@@ -22,6 +22,7 @@ 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
+cat $PINTOSDIR/src/misc/bochs-2.2.6-namespace.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-namespace.patch b/src/misc/bochs-2.2.6-namespace.patch
new file mode 100644 (file)
index 0000000..5f03814
--- /dev/null
@@ -0,0 +1,10 @@
+--- bochs-2.2.6/bx_debug/symbols.cc    2011-08-19 11:04:11.760139836 -0600
++++ bochs-2.2.6-patched/bx_debug/symbols.cc    2011-08-19 11:04:04.980139837 -0600
+@@ -92,6 +92,7 @@
+ #endif
+ using namespace std;
++namespace std { using namespace __gnu_cxx; }
+ struct symbol_entry_t
+ {