Re: mtvec question
andrew@...
I have been bitten by this, too, but I have little in the way of advice. There are various software approaches to reduce the likelihood of encountering this problem, even if the programmer forgets to insert the alignment directive. The first one that comes to mind is to put a trap handler in its own ELF section so that the linker script can forcibly align them. Unfortunately, sometimes the best you can do with these nitty-gritty low-level systems programming issues is: "don't fuck up". Debugging them is inherently painful. On Thu, Jun 18, 2020 at 6:22 PM Joe Xie <joxie@...> wrote:
|
|