]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 a7dfe1a73a0a97777486a62905b48c9bb83398e3..7d3144999b2940fab87b7c6cdb4414be7eea34e5 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 4b638e635cd03eb1b47b9690288987d59c3cd851..a5a6dc59c2c412650b3a49a0b4742e6a37d68087 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;
 }