This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [patch] Add visible flag to breakpoints.


On Thursday, November 11, 2010 3:36:21 pm Phil Muldoon wrote:
> So committed, thanks

This change introduces a small typo in the spu-tdep.c file which prevents the 
gdb from compiling if --target=spu is enabled. The attached patch fixes this 
issue. Ok to apply?

Regards
Ken
ChangeLog:

2010-11-12  Ken Werner  <ken.werner@de.ibm.com>

	* spu-tdep.c (spu_catch_start): Fix typo.


Index: gdb/spu-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/spu-tdep.c,v
retrieving revision 1.63
diff -p -u -r1.63 spu-tdep.c
--- gdb/spu-tdep.c	11 Nov 2010 14:11:52 -0000	1.63
+++ gdb/spu-tdep.c	12 Nov 2010 12:37:49 -0000
@@ -1896,7 +1896,7 @@ spu_catch_start (struct objfile *objfile
 		     0 /* ignore_count */,
 		     AUTO_BOOLEAN_FALSE /* pending_break_support */,
 		     NULL /* ops */, 0 /* from_tty */, 1 /* enabled */,
-		     0 /* internal  */););
+		     0 /* internal  */);
 }
 
 

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