This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 3/8] 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: Mon, 16 Jul 2018 15:59:59 +0200
- Subject: [PATCH 3/8] S12Z: Remove inappropriate comment.
- References: <1531749604-17475-1-git-send-email-john@darrington.wattle.id.au>
* bfd/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 cda32f2..516a214 100644
--- a/bfd/elf32-s12z.c
+++ b/bfd/elf32-s12z.c
@@ -285,7 +285,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.1.4