Date: Tue, 5 Jan 2016 02:21:57 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r293187 - head/libexec/rtld-elf/amd64 Message-ID: <201601050221.u052LvpV037607@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601050221.u052LvpV037607>