Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2004 17:05:39 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200406221705.i5MH5dpw026878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406221705.i5MH5dpw026878>