This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 3/8] S12Z: Remove inappropriate comment.


* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]