Use correct enum type for do_elf_stt_common.
[deliverable/binutils-gdb.git] / binutils / objcopy.c
index 06fcea3f8b6b17c282c57f658626a6d8961e57f2..76170cb35f29ef0fe7f3d09aaa02d11d3c6dd41a 100644 (file)
@@ -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;
This page took 0.023797 seconds and 4 git commands to generate.