From 70b0f2789e93f253bec5cbd2986d0de023c1bdf4 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Fri, 8 Feb 2019 13:20:37 +0000 Subject: libc: Move setjmp to libc folder Now that setjmp() and longjmp() are compliant with the standard they can be moved with the other libc files. Change-Id: Iea3b91c34eb353ace5e171e72f331602d57774d5 Signed-off-by: Antonio Nino Diaz --- bl31/bl31.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'bl31') diff --git a/bl31/bl31.mk b/bl31/bl31.mk index 89f5896a..c9ba926c 100644 --- a/bl31/bl31.mk +++ b/bl31/bl31.mk @@ -31,7 +31,6 @@ BL31_SOURCES += bl31/bl31_main.c \ bl31/aarch64/runtime_exceptions.S \ bl31/bl31_context_mgmt.c \ common/runtime_svc.c \ - lib/aarch64/setjmp.S \ lib/cpus/aarch64/dsu_helpers.S \ plat/common/aarch64/platform_mp_stack.S \ services/arm_arch_svc/arm_arch_svc_setup.c \ -- cgit v1.2.3