From: Jan Kratochvil Date: Fri, 12 Nov 2010 12:38:39 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74884f7bddd0cddf5d798f9ec6c5d8d8d19d6bfd;p=binutils-gdb.git gdb/ * spu-tdep.c (spu_catch_start): Fix compilation error typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2c413a34139..50062506a82 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-11-12 Jan Kratochvil + + * spu-tdep.c (spu_catch_start): Fix compilation error typo. + 2010-11-11 Phil Muldoon * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index 0e73d92d24f..5da00811500 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -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 */); }