Author: toshok
Date: 2005-04-11 21:44:27 -0400 (Mon, 11 Apr 2005)
New Revision: 42815
Modified:
trunk/debugger/ChangeLog
trunk/debugger/configure.in
Log:
2005-04-11 Chris Toshok <[EMAIL PROTECTED]>
* configure.in: fix the AM_CONDITIONAL for BFD_TARGET_X86_64,
which (for some unknown reason) was causing the debugger to
configure in support for x86_64 on ubuntu 5.04 (on a p4).
Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog 2005-04-12 01:02:22 UTC (rev 42814)
+++ trunk/debugger/ChangeLog 2005-04-12 01:44:27 UTC (rev 42815)
@@ -1,5 +1,11 @@
2005-04-11 Chris Toshok <[EMAIL PROTECTED]>
+ * configure.in: fix the AM_CONDITIONAL for BFD_TARGET_X86_64,
+ which (for some unknown reason) was causing the debugger to
+ configure in support for x86_64 on ubuntu 5.04 (on a p4).
+
+2005-04-11 Chris Toshok <[EMAIL PROTECTED]>
+
* classes/TargetBinaryAccess.cs: new file, move the base class
stuff out of TargetBinaryReader here, as well as TargetBlob.
Modified: trunk/debugger/configure.in
===================================================================
--- trunk/debugger/configure.in 2005-04-12 01:02:22 UTC (rev 42814)
+++ trunk/debugger/configure.in 2005-04-12 01:44:27 UTC (rev 42815)
@@ -68,7 +68,7 @@
)
AM_CONDITIONAL(BFD_TARGET_POWERPC, test x$bfd_target = xpowerpc)
-AM_CONDITIONAL(BFD_TARGET_X86_64, test x$bfd_target=x86_64)
+AM_CONDITIONAL(BFD_TARGET_X86_64, test x$bfd_target= xx86_64)
AM_CONDITIONAL(PLATFORM_X86_64, test x$platform = xx86_64)
AM_CONDITIONAL(PLATFORM_POWERPC, test x$platform = xpowerpc)
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches