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

                                                                            
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to