forked from Imagelibrary/binutils-gdb
sim: nltvals: unify common syscall tables
Since libgloss provides a default syscall table for arches, use that to provide the default syscall table for ports. Only the exceptions need to be enumerated now with the common logic as the default.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-04-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (NL_TARGET): Delete.
|
||||
|
||||
2021-04-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_HARDWARE): Delete first two args.
|
||||
|
||||
@@ -44,9 +44,6 @@ SIM_EXTRA_CFLAGS = @sim_extra_cflags@
|
||||
|
||||
SIM_EXTRA_CLEAN = m32r-clean
|
||||
|
||||
# This selects the m32r newlib/libgloss syscall definitions.
|
||||
NL_TARGET = -DNL_TARGET_m32r
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
||||
arch = m32r
|
||||
|
||||
Reference in New Issue
Block a user