Use correct enum type for do_elf_stt_common.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 11 Jun 2016 13:09:06 +0000 (06:09 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 14 Jun 2016 18:40:44 +0000 (11:40 -0700)
binutils/ChangeLog:

* objcopy.c (do_elf_stt_common): Use correct type.

binutils/ChangeLog
binutils/objcopy.c

index ff8161a1b4193a041921237387c016989198a1c9..e8e80b364f6b093f94da68a366e7ac7cd9a9271c 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-14  John Baldwin  <jhb@FreeBSD.org>
+
+       * objcopy.c (do_elf_stt_common): Use correct type.
+
 2016-06-14  Alan Modra  <amodra@gmail.com>
 
        * ar.c: Expand uses of bfd_my_archive.
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.027694 seconds and 4 git commands to generate.