diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-08 17:09:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-08 17:11:07 -0700 |
commit | f9799aae8e51948c1d87fbe7249b3d76dcb4585d (patch) | |
tree | f0748f103959f87dfade8b56086d0216360954a2 /bfd/elfxx-sparc.c | |
parent | effaa0a1e8d63a7063e8c7b42fe1f9b98a4da2fe (diff) | |
download | fsf-binutils-gdb-f9799aae8e51948c1d87fbe7249b3d76dcb4585d.zip fsf-binutils-gdb-f9799aae8e51948c1d87fbe7249b3d76dcb4585d.tar.gz fsf-binutils-gdb-f9799aae8e51948c1d87fbe7249b3d76dcb4585d.tar.bz2 |
sparc: Remove a strayed comment
* elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Remove
a strayed comment.
Diffstat (limited to 'bfd/elfxx-sparc.c')
-rw-r--r-- | bfd/elfxx-sparc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elfxx-sparc.c b/bfd/elfxx-sparc.c index 0f2b7ad..9989f49 100644 --- a/bfd/elfxx-sparc.c +++ b/bfd/elfxx-sparc.c @@ -2735,8 +2735,6 @@ _bfd_sparc_elf_size_dynamic_sections (bfd *output_bfd, info->callbacks->minfo (_("%B: dynamic relocation in read-only section `%A'\n"), p->sec->owner, p->sec); } - - /* Not an error, just cut short the traversal. */ } } } |