This is the mail archive of the binutils@sourceware.org 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: link script PROVIDE bugfix


> A bugfix for expressions like "PROVIDE(sym=ADDR(sec))", and renaming of
> a link script shell var. ?I renamed because ${LARGE_SECTIONS} intervenes
> between .bss end syms and _end. ?Some caution is needed if using to
> define .bss syms.

This change breaks arm-none-eabi.
elf.sc (and other scripts based on it) already contain ${OTHER_END_SYMBOLS} 
right at the end of the script, as documented at the top of that file.

The later (older) occurance overrides the one you added, so __bss_start__ ends 
up at the wrong place. 

A quick grep though emulparams/ indicates some targets are using the old 
meaning.

Paul


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