rpm/elfutils
jbj 1359f248a3 splint fiddles.
CVS patchset: 6797
CVS date: 2003/04/30 20:04:58
2003-04-30 20:04:58 +00:00
..
doc Initial revision 2002-10-22 22:52:08 +00:00
intl Clean up autocrud. 2002-10-15 18:32:05 +00:00
lib Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
libasm Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
libasm-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libcpu Build with elfutils-0.76 internal, take 2. 2003-03-04 22:59:11 +00:00
libdw Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
libdwarf Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
libdwarf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libebl Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
libebl-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libelf Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
libelf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libltdl Resurrect configure and Makefile.in. 2002-11-27 01:10:45 +00:00
m4 Initial revision 2002-10-22 22:52:08 +00:00
po Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched. 2003-03-20 23:42:05 +00:00
src Revert c99 syntax in elfutils. 2003-03-06 00:57:54 +00:00
tests Make peace with automake-1.7.3. 2003-03-23 00:36:13 +00:00
.cvsignore - resurrect genhdlist "greased lightning" pathway for now. 2002-10-23 20:34:52 +00:00
ABOUT-NLS Initial revision 2002-10-15 14:53:45 +00:00
AUTHORS Initial revision 2002-10-15 14:53:45 +00:00
COPYING Initial revision 2002-10-15 14:53:45 +00:00
ChangeLog Initial revision 2002-10-15 14:53:45 +00:00
GPG-KEY Initial revision 2002-10-22 22:52:08 +00:00
INSTALL Initial revision 2002-10-15 14:53:45 +00:00
Makefile.am Conflicts. 2002-11-30 19:10:05 +00:00
NEWS Initial revision 2002-10-15 14:53:45 +00:00
NOTES Initial revision 2002-10-22 22:52:08 +00:00
README Initial revision 2002-10-15 14:53:45 +00:00
THANKS Initial revision 2002-10-15 14:53:45 +00:00
TODO Initial revision 2002-10-15 14:53:45 +00:00
autogen.sh automake before autoconf. 2003-03-04 23:35:23 +00:00
config.guess splint fiddles. 2003-04-30 20:04:58 +00:00
config.rpath Initial revision 2002-10-15 14:53:45 +00:00
config.sub splint fiddles. 2003-04-30 20:04:58 +00:00
configure.ac Build with elfutils-0.76 internal, take 2. 2003-03-04 22:59:11 +00:00
depcomp Initial revision 2002-10-15 14:53:45 +00:00
elfutils.spec Initial revision 2002-11-07 13:14:30 +00:00
elfutils.spec.in Initial revision 2002-10-22 22:52:08 +00:00
install-sh Initial revision 2002-10-15 14:53:45 +00:00
mkinstalldirs Initial revision 2002-10-15 14:53:45 +00:00
splint.rc Mostly tasteful/consistent splint annotations for libelf. 2002-11-05 23:00:34 +00:00

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.