mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
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.
|
||||
|
||||
@@ -22,9 +22,6 @@ SIM_EXTRA_DEPS = $(CGEN_INCLUDE_DEPS) $(srcdir)/../../opcodes/lm32-desc.h \
|
||||
|
||||
SIM_EXTRA_CLEAN = lm32-clean
|
||||
|
||||
# This selects the lm32 newlib/libgloss syscall definitions.
|
||||
NL_TARGET = -DNL_TARGET_lm32
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
||||
arch = lm32
|
||||
|
||||
Reference in New Issue
Block a user