Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 1996 23:17:58 -0700 (PDT)
From:      "JULIAN Elischer" <julian@ref.tfs.com>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        terry@lambert.org, chuckr@Glue.umd.edu, freebsd-current@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de
Subject:   Re: execve
Message-ID:  <199605020617.XAA08744@ref.tfs.com>
In-Reply-To: <199605020550.PAA30427@godzilla.zeta.org.au> from "Bruce Evans" at May 2, 96 03:50:29 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> OTOH, it would be easy to change config to emit:
> 
> static const struct execsw aout_execsw = { exec_aout_imgact, "a.out" };
> static const struct execsw elf_execsw = { exec_elf_imgact, "ELF" };
> const struct linker_set execsw_set = {
> 	2,
> 	{
> 		{ (caddr_t)&aout_execsw },
> 		{ (caddr_t)&elf_execsw },
> 		NULL
> 	}
> };
> 
but you'd have to educate config about every kind of linker set and
adding a new one would require changing config....
yuk
> Bruce
> 




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