Lib.pm: Add file_architecture command.
authorRichard Jones <rjones@trick.home.annexia.org>
Tue, 28 Jul 2009 16:55:35 +0000 (17:55 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 29 Jul 2009 09:16:06 +0000 (10:16 +0100)
commit1f65b900f0f17a700035dea9a76b910504f4507c
tree7c204de9a25bdeb1e72653f466dbbeedc4948d1a
parent7cbd1bbdd5e613561ea7227081f7ddd666b98ee0
Lib.pm: Add file_architecture command.

This command detects the architecture of some types of binaries,
libraries, kernel modules and initrd images.
16 files changed:
.gitignore
images/Makefile.am
images/README-binfiles [new file with mode: 0644]
images/bin-i586-dynamic [new file with mode: 0755]
images/bin-sparc-dynamic [new file with mode: 0755]
images/bin-win32.exe [new file with mode: 0755]
images/bin-win64.exe [new file with mode: 0755]
images/bin-x86_64-dynamic [new file with mode: 0755]
images/lib-i586.so [new file with mode: 0755]
images/lib-sparc.so [new file with mode: 0755]
images/lib-win32.dll [new file with mode: 0755]
images/lib-win64.dll [new file with mode: 0755]
images/lib-x86_64.so [new file with mode: 0755]
perl/lib/Sys/Guestfs/Lib.pm
perl/t/500-lib-load.t [new file with mode: 0644]
perl/t/510-lib-file-arch.t [new file with mode: 0644]