Date: Tue, 18 Apr 2000 09:23:15 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> To: obrien@FreeBSD.org Cc: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/binutils/bfd elf.c src/sys/sys elf_common.h imgact_elf.h src/sys/kern imgact_elf.c src/sys/i386/linux linux_sysvec.c src/sys/svr4 svr4_sysvec.c src/usr.bin/brandelf Makefile brandelf.1 brandelf.c ... Message-ID: <38FC8BF3.4ED6A0DC@cup.hp.com> References: <200004180239.TAA03852@freefall.freebsd.org> <20000418082650.D95371@lucifer.bart.nl> <20000417235910.A976@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote: > > On Tue, Apr 18, 2000 at 08:26:51AM +0200, Jeroen Ruigrok van der Werven wrote: > > Got any references on this? > > http://www.sco.com/developer/gabi/ch4.eheader.html > http://www.netbsd.org/Documentation/kernel/elf-notes.html For completeness: Note that padding depends on whether it's an ELF-32 or ELF-64 file. Both documents assume ELF-32, which has 4 bytes alignment/padding. ELF-64 has 8 bytes alignment/padding. FYI, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38FC8BF3.4ED6A0DC>