mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
S12Z: Remove inappropriate comment.
* elf32-s12z.c (s12z_elf_set_mach_from_flags): Remove comment.
This commit is contained in:
parent
fe57a8c9f5
commit
cd4d353f81
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user