S12Z: Remove inappropriate comment.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Jul 2018 10:58:42 +0000 (12:58 +0200)
committerAlan Modra <amodra@gmail.com>
Fri, 27 Jul 2018 01:58:59 +0000 (11:28 +0930)
* elf32-s12z.c (s12z_elf_set_mach_from_flags): Remove comment.

bfd/ChangeLog
bfd/elf32-s12z.c

index a7dfe1a..7d31449 100644 (file)
@@ -1,3 +1,7 @@
+2018-07-27  John Darrington  <john@darrington.wattle.id.au>
+
+       * elf32-s12z.c (s12z_elf_set_mach_from_flags): Remove comment.
+
 2018-07-26  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc64_elf_size_stubs): Use a ppc_stub_long_branch_r2off
index 4b638e6..a5a6dc5 100644 (file)
@@ -248,7 +248,7 @@ s12z_info_to_howto_rel (bfd *abfd,
 static bfd_boolean
 s12z_elf_set_mach_from_flags (bfd *abfd)
 {
-  bfd_default_set_arch_mach (abfd, bfd_arch_s12z, 0); // bfd_mach_s12z);
+  bfd_default_set_arch_mach (abfd, bfd_arch_s12z, 0);
 
   return TRUE;
 }