This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix another typo in sparc-sol2-nat.c


And I thought I had tested this file; it doesn't even compile :-(.
But now it does :-).

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* sparc-sol2-nat.c: Add missing '\'.

Index: sparc-sol2-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-sol2-nat.c,v
retrieving revision 1.3
diff -u -p -r1.3 sparc-sol2-nat.c
--- sparc-sol2-nat.c 3 Jan 2004 15:56:15 -0000 1.3
+++ sparc-sol2-nat.c 3 Jan 2004 18:13:35 -0000
@@ -48,7 +48,7 @@
    Note that a 32-bit GDB won't be able to debug a 64-bit target
    process using /proc on Solaris.  */
 
-#if (defined (__arch64__) ||
+#if (defined (__arch64__) || \
      (defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)))
 
 #include "sparc64-tdep.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]