svn commit: r338485 - head/lib/libelf

John Baldwin jhb at FreeBSD.org
Wed Sep 5 21:47:23 UTC 2018


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						\


More information about the svn-src-head mailing list