svn commit: r338478 - in head: contrib/elftoolchain/elfcopy contrib/elftoolchain/libelf sys/sys

John Baldwin jhb at FreeBSD.org
Wed Sep 5 21:39:26 UTC 2018


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

                                                                            


More information about the svn-src-head mailing list