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: [PATCH] ld/emulparams/elf32_tic6x_le.sh: Skip OTHER_BSS_SECTIONS for "-r" option.


On Sat, Mar 21, 2015 at 11:20:04PM +0800, Chen Gang wrote:
>         * emulparams/elf32_tic6x_le.sh: Skip OTHER_BSS_SECTIONS for "-r"
>         option.

This looks OK, except

> +# For ld -r, skip OTHER_BSS_SECTIONS, or will cause multiple definition.
> +OTHER_BSS_SECTIONS="";
> +if [ "x${LD_FLAG}" != "xr" ]; then

this should test $RELOCATING instead of $LD_FLAG.

-- 
Alan Modra
Australia Development Lab, IBM


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