btxld: port build tool from freebsd
commit289f2bd5a32d8f4079bd89c47d455584ed395cb1
authorToomas Soome <tsoome@me.com>
Sat, 24 Oct 2015 21:49:01 +0000 (25 00:49 +0300)
committerToomas Soome <tsoome@me.com>
Mon, 18 Jul 2016 05:41:27 +0000 (18 08:41 +0300)
tree8c3d9ba5b6a3974fa584bb98dbfab4f82d989fe5
parente6c5dc1f5bb1c84d70ed16180a46c8f12df22718
btxld: port build tool from freebsd

btxld is internal tool to build loader programs.

illumos issue #6698
14 files changed:
exception_lists/copyright
exception_lists/cstyle
exception_lists/hdrchk
usr/src/Makefile.master
usr/src/pkg/manifests/developer-build-onbld.mf
usr/src/tools/Makefile
usr/src/tools/btxld/Makefile [new file with mode: 0644]
usr/src/tools/btxld/btx.h [new file with mode: 0644]
usr/src/tools/btxld/btxld.8 [new file with mode: 0644]
usr/src/tools/btxld/btxld.c [new file with mode: 0644]
usr/src/tools/btxld/elfh.c [new file with mode: 0644]
usr/src/tools/btxld/elfh.h [new file with mode: 0644]
usr/src/tools/btxld/imgact_aout.h [new file with mode: 0644]
usr/src/tools/btxld/version.c [new file with mode: 0644]