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 06fcea3..76170cb 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -221,7 +221,7 @@ static enum } do_debug_sections = nothing; /* Whether to generate ELF common symbols with the STT_COMMON type. */ -static enum bfd_link_discard do_elf_stt_common = unchanged; +static enum bfd_link_elf_stt_common do_elf_stt_common = unchanged; /* Whether to change the leading character in symbol names. */ static bfd_boolean change_leading_char = FALSE; |