public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [obv] spu-tdep.c: Compilation error regression
@ 2010-11-12 12:43 Jan Kratochvil
  2010-11-12 13:28 ` Phil Muldoon
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kratochvil @ 2010-11-12 12:43 UTC (permalink / raw)
  To: gdb-patches; +Cc: Phil Muldoon

Hi,

recent check-in
http://sourceware.org/ml/gdb-cvs/2010-11/msg00051.html
7d5a91474a0cdb796031ddc25aa0d107be6eb39d
2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
[...]
        * breakpoint.c
        (create_breakpoint_sal): Take a new parameter called internal.
        Call set_breakpoint_number with internal parameter.  Do not
        mention internal breakpoints.  All callers updated.
        (create_breakpoint): Ditto.
[...]

broke --enable-targets=all compilation incl. regression testing:

spu-tdep.c: In function ‘spu_catch_start’:
spu-tdep.c:1899:27: error: expected statement before ‘)’ token

Checked in as obvious.


Regards,
Jan


http://sourceware.org/ml/gdb-cvs/2010-11/msg00055.html

--- src/gdb/ChangeLog	2010/11/11 14:11:49	1.12305
+++ src/gdb/ChangeLog	2010/11/12 12:38:38	1.12306
@@ -1,3 +1,7 @@
+2010-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* spu-tdep.c (spu_catch_start): Fix compilation error typo.
+
 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
 
 	* python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
--- src/gdb/spu-tdep.c	2010/11/11 14:11:52	1.63
+++ src/gdb/spu-tdep.c	2010/11/12 12:38:39	1.64
@@ -1896,7 +1896,7 @@
 		     0 /* ignore_count */,
 		     AUTO_BOOLEAN_FALSE /* pending_break_support */,
 		     NULL /* ops */, 0 /* from_tty */, 1 /* enabled */,
-		     0 /* internal  */););
+		     0 /* internal  */);
 }
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [obv] spu-tdep.c: Compilation error regression
  2010-11-12 12:43 [obv] spu-tdep.c: Compilation error regression Jan Kratochvil
@ 2010-11-12 13:28 ` Phil Muldoon
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Muldoon @ 2010-11-12 13:28 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: gdb-patches

Jan Kratochvil <jan.kratochvil@redhat.com> writes:

> Hi,
>
> recent check-in
> http://sourceware.org/ml/gdb-cvs/2010-11/msg00051.html
> 7d5a91474a0cdb796031ddc25aa0d107be6eb39d
> 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
> [...]
>         * breakpoint.c
>         (create_breakpoint_sal): Take a new parameter called internal.
>         Call set_breakpoint_number with internal parameter.  Do not
>         mention internal breakpoints.  All callers updated.
>         (create_breakpoint): Ditto.
> [...]
>
> broke --enable-targets=all compilation incl. regression testing:
>
> spu-tdep.c: In function ‘spu_catch_start’:
> spu-tdep.c:1899:27: error: expected statement before ‘)’ token
>
> Checked in as obvious.


Ugh, sorry for not catching that. 

Thanks

Phil

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-12 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-12 12:43 [obv] spu-tdep.c: Compilation error regression Jan Kratochvil
2010-11-12 13:28 ` Phil Muldoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).