Subject: Re: ldconfig and ld.aout_so on m68k ELF
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Steve Woodford <steve@mctavish.co.uk>
List: port-m68k
Date: 03/19/2001 22:11:12
On Tue, 20 Mar 2001, Izumi Tsutsui wrote:

> BTW, is there any easy way to disable only alternate path search
> on COMPAT_AOUT_M68K? (Just to remove all CHECK_ALT_* macros?)

Not that I'm aware of. As you say, just delete the macros.

> Only aoutm68k_stat.c (and aoutm68k_ioctl.c) are required
> for syscall ABI changes?

ISTR struct stat was the only affected structure. However, there are a
bunch of sysctls, particularly network/routing oriented which really
should be translated. At the time I did the code, it looked like rather a
lot of effort for only a small gain. ;-)

Cheers, Steve