From ec025e6bd596ab51cd0e3e4c5f9f949be84b275f Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 5 Dec 1996 22:18:21 +0000 Subject: Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG * priv.h (mach_host_elf_machine): New prototype. * hostarch.c: Include "priv.h". --- exec/ChangeLog | 5 +++++ exec/hostarch.c | 2 +- exec/priv.h | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/exec/ChangeLog b/exec/ChangeLog index c8abbad4..51decc65 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG + + * priv.h (mach_host_elf_machine): New prototype. + * hostarch.c: Include "priv.h". + Mon Nov 18 17:45:48 1996 Thomas Bushnell, n/BSG * exec.c (load_section): If ANYWHERE, then make sure ADDR starts diff --git a/exec/hostarch.c b/exec/hostarch.c index d8466969..2bb9d11f 100644 --- a/exec/hostarch.c +++ b/exec/hostarch.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with the GNU Hurd; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - +#include "priv.h" #include #include #include diff --git a/exec/priv.h b/exec/priv.h index 115c858a..a89858ce 100644 --- a/exec/priv.h +++ b/exec/priv.h @@ -125,6 +125,8 @@ struct execdata } info; }; +error_t mach_host_elf_machine (host_t, Elf32_Half *); + void finish (struct execdata *, int dealloc_file_port); void check_hashbang (struct execdata *e, -- cgit v1.2.3