Date: Thu, 6 Jun 2019 02:58:11 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348715 - stable/12/lib/libelftc Message-ID: <201906060258.x562wBPC051645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Thu Jun 6 02:58:11 2019 New Revision: 348715 URL: https://svnweb.freebsd.org/changeset/base/348715 Log: MFC r348444: libelftc: Add MLINKS. Modified: stable/12/lib/libelftc/Makefile Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libelftc/Makefile ============================================================================== --- stable/12/lib/libelftc/Makefile Thu Jun 6 01:32:00 2019 (r348714) +++ stable/12/lib/libelftc/Makefile Thu Jun 6 02:58:11 2019 (r348715) @@ -38,6 +38,19 @@ MAN+= elftc.3 \ elftc_string_table_create.3 \ elftc_version.3 +MLINKS+= \ + elftc_bfd_find_target.3 elftc_bfd_target_class.3 \ + elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \ + elftc_bfd_find_target.3 elftc_bfd_target_flavor.3 \ + elftc_bfd_find_target.3 elftc_bfd_target_machine.3 \ + elftc_string_table_create.3 elftc_string_table_destroy.3 \ + elftc_string_table_create.3 elftc_string_table_from_section.3 \ + elftc_string_table_create.3 elftc_string_table_image.3 \ + elftc_string_table_create.3 elftc_string_table_insert.3 \ + elftc_string_table_create.3 elftc_string_table_lookup.3 \ + elftc_string_table_create.3 elftc_string_table_remove.3 \ + elftc_string_table_create.3 elftc_string_table_to_string.3 + # This same hack is in lib/libelf/Makefile and usr.bin/readelf/Makefile # We need to link against the correct version of these files. One # solution is to include ../../sys in the include path. This causes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906060258.x562wBPC051645>