svn commit: r293187 - head/libexec/rtld-elf/amd64

Ed Maste emaste at FreeBSD.org
Tue Jan 5 02:21:58 UTC 2016


Author: emaste
Date: Tue Jan  5 02:21:57 2016
New Revision: 293187
URL: https://svnweb.freebsd.org/changeset/base/293187

Log:
  rtld: wrap a comment to 80 columns

Modified:
  head/libexec/rtld-elf/amd64/reloc.c

Modified: head/libexec/rtld-elf/amd64/reloc.c
==============================================================================
--- head/libexec/rtld-elf/amd64/reloc.c	Tue Jan  5 01:58:30 2016	(r293186)
+++ head/libexec/rtld-elf/amd64/reloc.c	Tue Jan  5 02:21:57 2016	(r293187)
@@ -228,8 +228,8 @@ reloc_non_plt(Obj_Entry *obj, Obj_Entry 
 			/*
 			 * These are deferred until all other relocations have
 			 * been done.  All we do here is make sure that the COPY
-			 * relocation is not in a shared library.  They are allowed
-			 * only in executable files.
+			 * relocation is not in a shared library.  They are
+			 * allowed only in executable files.
 			 */
 			if (!obj->mainprog) {
 				_rtld_error("%s: Unexpected R_X86_64_COPY "


More information about the svn-src-all mailing list