sim: frv: resolve syscalls dynamically
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jul 2021 06:08:47 +0000 (02:08 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 28 Nov 2021 06:08:25 +0000 (01:08 -0500)
commit96537189c92734cad48c95de00d3cd167ad7092d
treeeb53f643fa6274ce912470661bf53f6a45db93e3
parent9af706c919bc6bcc3b0838af0b750258c2351975
sim: frv: resolve syscalls dynamically

Avoid use of TARGET_<syscall> defines and rely on the callback layers
to resolve these dynamically so we can support multiple syscall layers
instead of assuming the newlib/libgloss numbers all the time.
sim/frv/traps.c