This project is a fork of the libelf-compat.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/libelf-compat.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerlancethepants@gmail.com
last changeWed, 15 Aug 2012 14:01:49 +0000 (15 10:01 -0400)
content tags
add:
README
Fundamental design decision:

- the sizes of external and internal types are assumed to be the same.
  This leaves byte ordering aside.  While assuming this the code can be
  greatly simplified and speed increases.  Since no change violating this
  assumption is in sight this is believed to be a worthwhile optimization.

- the ABI of the backend modules is not guaranteed.  Really, not guarantee
  whatsoever.  We are enforcing this in the code.  The modules and their
  users must match.  No third-party EBL module are supported or allowed.
  The only reason there are separate modules is to not have the code for
  all architectures in all the binaries.
shortlog
2012-08-15 Gregor Richardsmake install fixes.master
2012-08-15 Gregor RichardsAdding a CC setting so that CROSS_COMPILE is universal.
2012-08-15 rofl0rlast bunch of fixes
2012-08-15 rofl0ruse gelf.h in current dir
2012-08-15 rofl0rfirst set of fixes
2012-08-15 rofl0rmove directory structure
2012-08-15 rofl0rnew Makefile
2012-08-15 rofl0rmove makefiles
2012-08-15 rofl0radd gitignore
2012-08-15 rofl0rremove anything except libelf
2012-08-15 rofl0rimport elfutils-0.152
heads
11 years ago master