This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: support for FreeBSD and GNU/FreeBSD


On Thu, Jul 04, 2002 at 08:03:40PM +0200, Bruno Haible wrote:
> Here is a patch to add support for the executable and shared library format
> that the FreeBSD kernel understands. It is a variant of ELF with a special
> "brand" label in the first 16 bytes of the object. Without a kernel patch
> or an (unreliable and privilege requiring) kernel customization, the kernel
> will only accept for execution objects carry this "brand" label.

This isn't 100% accurate.  For dynamic binaries, the branding is not
required and the kernel will "accept" (load and run) them fine.

For static binaries this is true.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]