S12Z: Remove inappropriate comment.

* elf32-s12z.c (s12z_elf_set_mach_from_flags): Remove comment.
This commit is contained in:
John Darrington 2018-07-24 12:58:42 +02:00 committed by Alan Modra
parent fe57a8c9f5
commit cd4d353f81
2 changed files with 5 additions and 1 deletions

View 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

View 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;
}