mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-breakpoint.c: Make result global.
This commit is contained in:
@@ -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>
|
||||
|
||||
Fix non-GNU make compatibility.
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
int result = 0;
|
||||
|
||||
int multiply (int i)
|
||||
{
|
||||
@@ -33,7 +34,6 @@ int main (int argc, char *argv[])
|
||||
{
|
||||
int foo = 5;
|
||||
int bar = 42;
|
||||
int result = 0;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 10; i++)
|
||||
|
||||
Reference in New Issue
Block a user