From owner-freebsd-current Thu May 2 22:48:45 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA01412 for current-outgoing; Thu, 2 May 1996 22:48:45 -0700 (PDT) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA01396 for ; Thu, 2 May 1996 22:48:42 -0700 (PDT) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id LAA09847; Thu, 2 May 1996 11:25:34 -0700 (PDT) Message-Id: <199605021825.LAA09847@ref.tfs.com> Subject: Re: execve To: bde@zeta.org.au (Bruce Evans) Date: Thu, 2 May 1996 11:25:33 -0700 (PDT) From: "JULIAN Elischer" Cc: bde@zeta.org.au, chuckr@Glue.umd.edu, freebsd-current@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de, terry@lambert.org In-Reply-To: <199605020702.RAA00668@godzilla.zeta.org.au> from "Bruce Evans" at May 2, 96 05:02:15 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk [...] > struct. There would have to be declarations in files[.machine] to tell > config what to emit. E.g., > > kern_imgact.c standard TEXT_SET(execsw_set, aout_execsw) > > This is the same as now except the TEXT_SET() declaration is in > /sys/conf/files instead of in the individual file. The advantages > of this approach is that you're not limited to objects that can be > built as linker sets, and you can see all the possible and configured > objects in central places in the sources (in files[.machine] and in > the generated sources). > what about files that need to have multiple linker sets.. (there are a few) > Bruce >