> The one thing I find questionable about this patch is that it will set > mem_alias_set for the resulting MEMs to the TOC alias set. Is that > correct for memory not in the TOC?
I don't understand why the memory would not be in the TOC (but I discovered this TOC business while investigating the issue, nice invention ;-) Or rather I don't understand why this would be a problem with the patch if this was not already the case in the existing code. The main difference between VxWorks and the other ports is that you cannot create TOC entries manually, they are exclusively created by the linker; but that's it, if they are created properly, they work as for the other ports. -- Eric Botcazou