diff options
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 288aa52..14f6b96 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -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; |