]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: mn10300: resolve syscalls dynamically
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jul 2021 06:05:06 +0000 (02:05 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 28 Nov 2021 06:01:50 +0000 (01:01 -0500)
commit9af706c919bc6bcc3b0838af0b750258c2351975
treeebdcd1dd1d097b4f4fc80cabd032d94b4337b02c
parentd485f8c7c2412382413419785d4371febd4eaeb1
sim: mn10300: 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/mn10300/mn10300.igen
sim/mn10300/mn10300_sim.h
sim/mn10300/op_utils.c