Date: Fri, 28 Mar 2003 18:58:22 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/usr.sbin/kgzip elfhdr.c endian.h i386_a.out.h kgzcmp.c Message-ID: <20030329025822.GA37827@dragon.nuxi.com> In-Reply-To: <200303111145.h2BBjh5T025767@repoman.freebsd.org> References: <200303111145.h2BBjh5T025767@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030329025822.GA37827>