rpm/elfutils
jbj 3dcfeb3f9a Merge changes from rpm-4.2.1 development.
CVS patchset: 6959
CVS date: 2003/11/23 19:50:52
2003-11-23 19:50:52 +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 Resolve conflicts. 2003-05-20 14:02:12 +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 Prepare to build with external beecrypt-3.0.0. 2003-05-22 21:21:43 +00:00
libdwarf Resolve conflicts. 2003-05-20 14:02:12 +00:00
libdwarf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libebl Resolve conflicts. 2003-05-20 14:02:12 +00:00
libebl-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libelf Resolve conflicts. 2003-05-20 14:02:12 +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 Resolve conflicts. 2003-05-20 14:02:12 +00:00
src Prepare to build with external beecrypt-3.0.0. 2003-05-22 21:21:43 +00:00
tests Resolve conflicts. 2003-05-20 14:02:12 +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 Merge changes from rpm-4.2.1 development. 2003-11-23 19:50:52 +00:00
config.rpath Initial revision 2002-10-15 14:53:45 +00:00
config.sub Merge changes from rpm-4.2.1 development. 2003-11-23 19:50:52 +00:00
configure.ac Resolve conflicts. 2003-05-20 14:02:12 +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.