Subject: Re: port-amiga/5782: cannot execute mc68020/sun3 binaries
To: None <marco@amisan.iss.infn.it>
From: Todd Vierling <tv@pobox.com>
List: netbsd-bugs
Date: 07/17/1998 11:07:44
On Fri, 17 Jul 1998 marco@amisan.iss.infn.it wrote:

: +#ifdef COMPAT_SUNOS
: +      {
: +        extern sunos_exec_aout_makecmds
: +        __P((struct proc *, struct exec_package *));
: +        if ((error = sunos_exec_aout_makecmds(p, epp)) == 0)
: +                return(0);
: +
: +      }
: +#endif

Sigh.  This is because machdep.c was pulled up to the release but no
attention was paid to the fact that this removed segment relies on
sys/kern/exec_aout.c (and a bunch of other m68k ports' machdep.c's) being
pulled up as well.  This patch is the Right Thing To Do for 1.3.x on all
m68k platforms (if it's not done this way already); -current should be fine. 

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)