rpm/elfutils
jbj b178992ceb Fiddles to build on Red Hat 7.3.
CVS patchset: 6657
CVS date: 2003/03/07 03:01:20
2003-03-07 03:01:20 +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 Build with elfutils-0.76 internal, take 2. 2003-03-04 22:59:11 +00:00
libasm Revert c99 syntax in elfutils. 2003-03-06 00:57:54 +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 Revert c99 syntax in elfutils. 2003-03-06 00:57:54 +00:00
libdwarf Build with elfutils-0.76 internal, take 2. 2003-03-04 22:59:11 +00:00
libdwarf-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libebl Revert c99 syntax in elfutils. 2003-03-06 00:57:54 +00:00
libebl-po Re-fiddle elfutils-0.51 autocrap for rpm. 2002-10-22 23:54:26 +00:00
libelf Build with elfutils-0.76 internal, take 2. 2003-03-04 22:59:11 +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 Fiddles to build on Red Hat 7.3. 2003-03-07 03:01:20 +00:00
src Revert c99 syntax in elfutils. 2003-03-06 00:57:54 +00:00
tests Revert c99 syntax in elfutils. 2003-03-06 00:57:54 +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 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 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.