Re: [PATCH FT32]: apply unbias to references to RAM symbols

2016-07-09 Thread Georg-Johann Lay
James Bowman schrieb: The FT32 binutils use a bias to distinguish between RAM and flash addresses. This fix adds an ASM_OUTPUT_SYMBOL_REF() that unbiases references to RAM symbols. Only references to RAM objects have the bias applied. Flash objects (that is, objects in ADDR SPACE 1) are not

[PATCH FT32]: apply unbias to references to RAM symbols

2016-07-08 Thread James Bowman
The FT32 binutils use a bias to distinguish between RAM and flash addresses. This fix adds an ASM_OUTPUT_SYMBOL_REF() that unbiases references to RAM symbols. Only references to RAM objects have the bias applied. Flash objects (that is, objects in ADDR SPACE 1) are not biased, so for these no