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]

[committed, PATCH] sparc: Remove a strayed comment


	* elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Remove
	a strayed comment.
---
 bfd/ChangeLog     | 5 +++++
 bfd/elfxx-sparc.c | 2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2d1af3a1e5..01fb9f43ee 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
 2017-10-08  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Remove
+	a strayed comment.
+
+2017-10-08  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* elfxx-tilegx.c (tilegx_elf_finish_dynamic_sections): Set
 	this_hdr.sh_entsize only if section size > 0.
 
diff --git a/bfd/elfxx-sparc.c b/bfd/elfxx-sparc.c
index 0f2b7ad53e..9989f49639 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.  */
 		}
 	    }
 	}
-- 
2.13.6


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