rpm/elfutils
jbj 5e12066479 - update to elfutils-0.56.
- have debug sub-subpackage use external, not internal, elfutils.

CVS patchset: 5863
CVS date: 2002/11/15 18:01:47
2002-11-15 18:01:47 +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 Initial revision 2002-11-13 19:45:07 +00:00
libasm Re-enable libcpu and libasm. 2002-11-07 16:00:54 +00:00
libasm-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libcpu Ignore generated files. 2002-11-08 22:48:30 +00:00
libdwarf Re-enable libcpu and libasm. 2002-11-07 16:00:54 +00:00
libdwarf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libebl Sanity. 2002-11-12 19:58:00 +00:00
libebl-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libelf Elfutils fiddles fo fix striptofile. 2002-11-12 20:09:04 +00:00
libelf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libltdl Ignore generated files. 2002-11-08 22:48:30 +00:00
m4 Initial revision 2002-10-22 22:52:08 +00:00
po - update to elfutils-0.56. 2002-11-15 18:01:47 +00:00
src Clean up autocrud. 2002-10-15 18:32:05 +00:00
tests Initial revision 2002-11-13 19:45:07 +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 Re-enable libcpu and libasm. 2002-11-07 16:00:54 +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 Resolve conflicts. 2002-11-13 19:57:19 +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.