Date: Wed, 5 Sep 2018 14:39:24 -0700 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r338478 - in head: contrib/elftoolchain/elfcopy contrib/elftoolchain/libelf sys/sys Message-ID: <147ea5a2-9652-b08e-5744-df748e3fea8d@FreeBSD.org> In-Reply-To: <201809052051.w85KpsCl064064@repo.freebsd.org> References: <201809052051.w85KpsCl064064@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/5/18 1:51 PM, John Baldwin wrote: > Author: jhb > Date: Wed Sep 5 20:51:53 2018 > New Revision: 338478 > URL: https://svnweb.freebsd.org/changeset/base/338478 > > Log: > Fix objcopy for little-endian MIPS64 objects. Bah, I forgot to include the hunk to add the new file to libelf's Makefile in the diff I sent to re@ and the diff I committed. I have the fix waiting for re@ approval, but in the meantime: Index: lib/libelf/Makefile =================================================================== --- lib/libelf/Makefile (revision 338478) +++ lib/libelf/Makefile (working copy) @@ -43,6 +43,7 @@ gelf_ehdr.c \ gelf_getclass.c \ gelf_fsize.c \ + gelf_mips64el.c \ gelf_move.c \ gelf_phdr.c \ gelf_rel.c \ -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?147ea5a2-9652-b08e-5744-df748e3fea8d>