This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 3/5] S12Z: Remove inappropriate comment.
- From: John Darrington <john at darrington dot wattle dot id dot au>
- To: binutils at sourceware dot org
- Cc: John Darrington <john at darrington dot wattle dot id dot au>
- Date: Tue, 24 Jul 2018 12:58:42 +0200
- Subject: [PATCH 3/5] S12Z: Remove inappropriate comment.
- References: <1532429924-29839-1-git-send-email-john@darrington.wattle.id.au>
* elf32-s12z.c (s12z_elf_set_mach_from_flags): Remove comment.
---
bfd/elf32-s12z.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bfd/elf32-s12z.c b/bfd/elf32-s12z.c
index 4b638e635c..a5a6dc59c2 100644
--- a/bfd/elf32-s12z.c
+++ b/bfd/elf32-s12z.c
@@ -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;
}
--
2.17.0