This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: elf.sc questions.


On Wed, Feb 26, 2003 at 08:40:27PM -0800, Matt Thomas wrote:
> Except that for vax, I really want:
> 
>   ${CREATE_SHLIB-${RELOCATING+. = ${DATA_ADDR-ALIGN(${MAXPAGESIZE})};}}
>   ${CREATE_SHLIB+${RELOCATING+. = 
>   ${SHLIB_DATA_ADDR-ALIGN(${MAXPAGESIZE})};}}
> 
> What I really want is each psection to start on a 64KB boundary.  But I'm at
> a loss on how to acccomplish this.
> 
> Any ideas?

Doesn't the following in emulparams/vax.sh work?

MAXPAGESIZE=0x10000
DATA_ADDR="ALIGN (${MAXPAGESIZE})"
SHLIB_DATA_ADDR="ALIGN (${MAXPAGESIZE})"

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]