Enable variable-length arrays on arm64.

arm64-gen.c: Implement gen_vla_sp_save, gen_vla_sp_restore, gen_vla_alloc.
tests/Makefile: Run vla_test on arm64.
This commit is contained in:
Edmund Grimley Evans
2015-10-31 11:04:52 +00:00
parent 35e715a1e3
commit f4082851ea
2 changed files with 12 additions and 5 deletions

View File

@ -41,8 +41,7 @@ endif
ifeq ($(TARGETOS),Darwin)
TESTS := $(filter-out hello-exe test3 $(BTESTS),$(TESTS))
endif
ifeq ($(ARCH),i386)
else ifneq ($(ARCH),x86-64)
ifeq (,$(filter arm64 i386 x86-64,$(ARCH)))
TESTS := $(filter-out vla_test-run,$(TESTS))
endif
ifeq ($(CONFIG_arm_eabi),yes)