mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* objcopy.c (copy_main): Initialize context variable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user