Subject: Re: Changes to libexec/ld.aout_so/arch/sparc/md.c
To: Matt Thomas <matt@3am-software.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-sparc
Date: 01/17/2000 10:39:24
On Sat, 15 Jan 2000, Matt Thomas wrote:

> You need to include the iflush code if RTLD is defined or a cross-built 
> ld.aout_so will be wrong.

Right.

These patches do

#ifndef CROSS_LINKER
	iflush(where)
#endif

So they should be fine for a cross-built ld.aout_so (CROSS_LINKER is only
defined during the building of ld as a cross_linker AFAIK).

Take care,

Bill