mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-07 06:15:43 +08:00
2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-breakpoint.c: Make result global.
This commit is contained in:
gdb/testsuite
@ -1,3 +1,7 @@
|
|||||||
|
2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
|
* gdb.python/py-breakpoint.c: Make result global.
|
||||||
|
|
||||||
2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Fix non-GNU make compatibility.
|
Fix non-GNU make compatibility.
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
int result = 0;
|
||||||
|
|
||||||
int multiply (int i)
|
int multiply (int i)
|
||||||
{
|
{
|
||||||
@ -33,7 +34,6 @@ int main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
int foo = 5;
|
int foo = 5;
|
||||||
int bar = 42;
|
int bar = 42;
|
||||||
int result = 0;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < 10; i++)
|
for (i = 0; i < 10; i++)
|
||||||
|
Reference in New Issue
Block a user