cvs commit: src/include a.out.h src/sys/sys imgact_aout.h src/usr.sbin/btxld Makefile btxld.c elfh.c src/usr.sbin/crunch/crunchide exec_aout.c src/usr.sbin/kgzip elfhdr.c endian.h i386_a.out.h kgzcmp.c kgzld.c

David E. O'Brien obrien at FreeBSD.org
Tue Jun 22 10:05:40 PDT 2004


obrien      2004-06-22 17:05:39 UTC

  FreeBSD src repository

  Modified files:
    include              a.out.h 
    sys/sys              imgact_aout.h 
    usr.sbin/btxld       Makefile btxld.c elfh.c 
    usr.sbin/crunch/crunchide exec_aout.c 
    usr.sbin/kgzip       elfhdr.c kgzcmp.c kgzld.c 
  Removed files:
    usr.sbin/kgzip       endian.h i386_a.out.h 
  Log:
  Adjust the system endian and a.out headers to be more MI and cross-building
  friendly.  Use the systems headers rather than local versions.
  
  Reviewed by:    ru
  
  Revision  Changes    Path
  1.4       +2 -0      src/include/a.out.h
  1.21      +20 -18    src/sys/sys/imgact_aout.h
  1.11      +0 -1      src/usr.sbin/btxld/Makefile
  1.8       +42 -42    src/usr.sbin/btxld/btxld.c
  1.5       +52 -52    src/usr.sbin/btxld/elfh.c
  1.5       +1 -0      src/usr.sbin/crunch/crunchide/exec_aout.c
  1.4       +46 -46    src/usr.sbin/kgzip/elfhdr.c
  1.2       +0 -52     src/usr.sbin/kgzip/endian.h (dead)
  1.2       +0 -139    src/usr.sbin/kgzip/i386_a.out.h (dead)
  1.10      +23 -21    src/usr.sbin/kgzip/kgzcmp.c
  1.5       +2 -1      src/usr.sbin/kgzip/kgzld.c


More information about the cvs-src mailing list