cvs commit: src Makefile.inc1 src/usr.sbin/kgzip elfhdr.c endian.h i386_a.out.h kgzcmp.c

David O'Brien obrien at FreeBSD.org
Fri Mar 28 18:58:29 PST 2003


On Tue, Mar 11, 2003 at 03:45:43AM -0800, Ruslan Ermilov wrote:
> ru          2003/03/11 03:45:43 PST
>   Added files:
>     usr.sbin/kgzip       endian.h i386_a.out.h 
>   Log:
>   Convert kgzip(8) to be an i386 cross-tool.  This is needed for
>   cross-releasing i386 on different architectures.  This version
>   provides an i386 version of <a.out.h>, and handles endianness.
>   
>   Revision  Changes    Path

>   1.1       +52 -0     src/usr.sbin/kgzip/endian.h (new)
> http://cvsweb.freebsd.org/src/usr.sbin/kgzip/endian.h?rev=1.1
>   1.1       +139 -0    src/usr.sbin/kgzip/i386_a.out.h (new)
> http://cvsweb.freebsd.org/src/usr.sbin/kgzip/i386_a.out.h?rev=1.1

Back out the addition of endian.h now.  Use the <sys/endian.h> head and
stop duplicating it all over the tree.  I will take this to the TRB if I
have to.  I am also backing out your backout of my commit doing the same
of crunchide.  

Same for i386_a.out.h which is a duplication of sys/sys/imgact_aout.h.


More information about the cvs-src mailing list