* objcopy.c (copy_main): Initialize context variable.

This commit is contained in:
Kai Tietz
2013-02-15 14:25:34 +00:00
parent 91c2b899a6
commit 76d8cf45bb
2 changed files with 5 additions and 1 deletions

View File

@@ -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;