Date: Wed, 5 Sep 2018 21:47:22 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r338485 - head/lib/libelf Message-ID: <201809052147.w85LlMf8090160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Wed Sep 5 21:47:22 2018 New Revision: 338485 URL: https://svnweb.freebsd.org/changeset/base/338485 Log: Add gelf_mips64el.c to the list of files to include in libelf. Missed in r338478. Pointy hat to: jhb Approved by: re (rgrimes) MFC after: 1 month Modified: head/lib/libelf/Makefile Modified: head/lib/libelf/Makefile ============================================================================== --- head/lib/libelf/Makefile Wed Sep 5 21:28:33 2018 (r338484) +++ head/lib/libelf/Makefile Wed Sep 5 21:47:22 2018 (r338485) @@ -43,6 +43,7 @@ SRCS= elf.c \ gelf_ehdr.c \ gelf_getclass.c \ gelf_fsize.c \ + gelf_mips64el.c \ gelf_move.c \ gelf_phdr.c \ gelf_rel.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809052147.w85LlMf8090160>