commit | 055a3f27e8c704a459a84ef6deeadd06a4a55d23 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jun 30 20:30:43 2021 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Jul 01 20:38:07 2021 -0400 |
tree | 829e3b6af9bcef984e5e5054eadae517926d06f3 | |
parent | 33b477e1c7fc12b21934e5f8fa799c163a554b20 [diff] |
sim: m32r: fix virtual environment with Linux targets We don't want to handle Linux syscalls when in the virtual environment, just the user environment, so adjust the Linux traps logic to check for that specifically (instead of just skipping the operating environment). Also tweak some testcases to explicitly specify the environment they run under rather than relying on the default matching their needs. This gets the tests passing for all m32r targets.