* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.

This commit is contained in:
Doug Evans 2014-06-06 15:41:09 -07:00
parent 829155c9ad
commit 6da01dbef2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-06-06 Doug Evans <dje@google.com>
* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2014-06-06 Pedro Alves <palves@redhat.com>
* gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)

View File

@ -44,7 +44,7 @@ init_ss (struct ss *s, int a, int b)
void
foo (int x, struct ss ss)
{
return; /* break-here */
x = ss.a.m; /* break-here */
}
int