diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:29 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:29 +0200 |
commit | 866eb9c90a9112d702c41d921f9534ab4f396031 (patch) | |
tree | 04a07c03b7e0313efe47e051df0bc206b678e400 /libraries/libelf/README | |
parent | 548e75676c56547acde6c2b5a8388ecd616fa37a (diff) |
libraries/libelf: Added to 12.2 repository
Diffstat (limited to 'libraries/libelf/README')
-rw-r--r-- | libraries/libelf/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libelf/README b/libraries/libelf/README new file mode 100644 index 0000000000000..7bc623f6979c6 --- /dev/null +++ b/libraries/libelf/README @@ -0,0 +1,4 @@ +Libelf lets you read, modify or create ELF files in an +architecture-independent way. The library takes care of +size and endian issues, e.g. you can process a file for +SPARC processors on an Intel-based system.
\ No newline at end of file |