Ticket #527 (Fixed)Wed Oct 13 17:02:38 UTC 2021
cc 5.86: -apcs /softfp does not set SoftFP attribute (bit 13) on symbols
Reported by: | Stuart Swales (8827) | Severity: | Minor |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | Fixed |
Details by Stuart Swales (8827):
Whereas ObjAsm with -apcs /softfp does correctly set the SoftFP attribute on exported symbols.
At least the linker only warns about this mismatch!
Symbol attribute bit 13 is also not documented in DDE30b.Documents.DDE.CodeStds.AOF but it is in the DDE30b Desktop Tools PDF.
Changelog:
Modified by Stuart Swales (8827) Sun, October 31 2021 - 15:46:56 GMT
Thanks for decorating the exported symbols with SoftFP in cc 5.88 with -apcs /softfp. Fewer winges to worry about.
Modified by Sprow (202) Mon, November 01 2021 - 08:37:07 GMT
- Status changed from Open to Fixed
…might as well mark this closed then!
Modified by Stuart Swales (8827) Mon, November 01 2021 - 11:03:03 GMT
Yep, just checked that the AOF document has been updated too. Ta.