mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 23:56:39 +00:00
* objcopy.c (copy_main): Initialize context variable.
This commit is contained in:
parent
91c2b899a6
commit
76d8cf45bb
@ -1,3 +1,7 @@
|
||||
2013-02-15 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* objcopy.c (copy_main): Initialize context variable.
|
||||
|
||||
2013-02-15 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/15033
|
||||
|
@ -3662,7 +3662,7 @@ copy_main (int argc, char *argv[])
|
||||
case OPTION_CHANGE_SECTION_VMA:
|
||||
{
|
||||
struct section_list * p;
|
||||
unsigned int context;
|
||||
unsigned int context = 0;
|
||||
const char *s;
|
||||
int len;
|
||||
char *name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user