diff options
author | rie <none@none> | 2008-03-19 22:37:49 -0700 |
---|---|---|
committer | rie <none@none> | 2008-03-19 22:37:49 -0700 |
commit | 2722387f30847b828b57ba9ca59d2b47ee9244ec (patch) | |
tree | b784c8c4a92df871d71f31a2c778ba2d0e5735ff /usr/src/pkgdefs/SUNWtoo | |
parent | 811fc8e17e28618ca5149abc18f576709fc5875b (diff) | |
download | illumos-gate-2722387f30847b828b57ba9ca59d2b47ee9244ec.tar.gz |
PSARC/2008/198: elfwrap - wrap data in an ELF file
6675591 elfwrap - wrap data in an ELF file
Diffstat (limited to 'usr/src/pkgdefs/SUNWtoo')
-rw-r--r-- | usr/src/pkgdefs/SUNWtoo/prototype_com | 1 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWtoo/prototype_i386 | 3 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWtoo/prototype_sparc | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/pkgdefs/SUNWtoo/prototype_com b/usr/src/pkgdefs/SUNWtoo/prototype_com index 7c5a1df96f..10530e37d7 100644 --- a/usr/src/pkgdefs/SUNWtoo/prototype_com +++ b/usr/src/pkgdefs/SUNWtoo/prototype_com @@ -50,6 +50,7 @@ d none usr/bin 755 root bin f none usr/bin/ctags 555 root bin f none usr/bin/exstr 555 root bin f none usr/bin/elfsign 555 root bin +f none usr/bin/elfwrap 555 root bin l none usr/bin/gcore=../../usr/lib/isaexec f none usr/bin/ldd 555 root bin f none usr/bin/od 555 root bin diff --git a/usr/src/pkgdefs/SUNWtoo/prototype_i386 b/usr/src/pkgdefs/SUNWtoo/prototype_i386 index 83f416c03a..5d089ade1a 100644 --- a/usr/src/pkgdefs/SUNWtoo/prototype_i386 +++ b/usr/src/pkgdefs/SUNWtoo/prototype_i386 @@ -54,14 +54,15 @@ f none usr/bin/i86/plimit 555 root bin f none usr/bin/i86/strings 555 root bin f none usr/bin/i86/truss 555 root bin d none usr/bin/amd64 755 root bin +f none usr/bin/amd64/elfwrap 555 root bin f none usr/bin/amd64/gcore 555 root bin +f none usr/bin/amd64/ld 755 root bin f none usr/bin/amd64/ldd 555 root bin f none usr/bin/amd64/plimit 555 root bin f none usr/bin/amd64/pvs 555 root bin f none usr/bin/amd64/strings 555 root bin f none usr/bin/amd64/truss 555 root bin d none usr/ccs/bin/amd64 755 root bin -f none usr/bin/amd64/ld 755 root bin s none usr/ccs/bin/amd64/ld=../../../bin/amd64/ld f none usr/lib/ld/map.noexdata 444 root bin d none usr/lib/ld/amd64 755 root bin diff --git a/usr/src/pkgdefs/SUNWtoo/prototype_sparc b/usr/src/pkgdefs/SUNWtoo/prototype_sparc index 97088cb8a3..f2829cdcc7 100644 --- a/usr/src/pkgdefs/SUNWtoo/prototype_sparc +++ b/usr/src/pkgdefs/SUNWtoo/prototype_sparc @@ -53,14 +53,15 @@ f none usr/bin/sparcv7/gcore 555 root bin f none usr/bin/sparcv7/strings 555 root bin f none usr/bin/sparcv7/truss 555 root bin d none usr/bin/sparcv9 755 root bin -f none usr/bin/sparcv9/ldd 555 root bin +f none usr/bin/sparcv9/elfwrap 555 root bin f none usr/bin/sparcv9/gcore 555 root bin +f none usr/bin/sparcv9/ld 755 root bin +f none usr/bin/sparcv9/ldd 555 root bin f none usr/bin/sparcv9/plimit 555 root bin f none usr/bin/sparcv9/pvs 555 root bin f none usr/bin/sparcv9/strings 555 root bin f none usr/bin/sparcv9/truss 555 root bin d none usr/ccs/bin/sparcv9 755 root bin -f none usr/bin/sparcv9/ld 755 root bin s none usr/ccs/bin/sparcv9/ld=../../../bin/sparcv9/ld d none usr/lib/ld/sparcv9 755 root bin f none usr/lib/ld/sparcv9/map.above4G 444 root bin |