rpm/elfutils
jbj 0046c56cf8 - upgrade to elfutils-0.63.
CVS patchset: 5906
CVS date: 2002/11/30 21:07:08
2002-11-30 21:07:08 +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 Conflicts. 2002-11-30 19:10:05 +00:00
libasm Conflicts. 2002-11-30 19:10:05 +00:00
libasm-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libcpu Conflicts. 2002-11-30 19:10:05 +00:00
libdw - upgrade to elfutils-0.63. 2002-11-30 21:07:08 +00:00
libdwarf Conflicts. 2002-11-30 19:10:05 +00:00
libdwarf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libebl Orphans. 2002-11-30 19:23:16 +00:00
libebl-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libelf Orphans. 2002-11-30 19:23:16 +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 Conflicts. 2002-11-30 19:10:05 +00:00
src Conflicts. 2002-11-30 19:10:05 +00:00
tests Conflicts. 2002-11-30 19:10:05 +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 Clean up autocrud. 2002-10-15 18:32:05 +00:00
config.guess Re-enable libcpu and libasm. 2002-11-07 16:00:54 +00:00
config.rpath Initial revision 2002-10-15 14:53:45 +00:00
config.sub Re-enable libcpu and libasm. 2002-11-07 16:00:54 +00:00
configure.ac Conflicts. 2002-11-30 19:10:05 +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.