[PATCH] acpcia: Makefile.am: include exconcat.c into libfwtsiasl build (LP: #1631354)

Colin King colin.king at canonical.com
Fri Oct 7 12:44:38 UTC 2016


From: Colin Ian King <colin.king at canonical.com>

We're missing the new exconcat in libfwtsiasl which means it is
picked up by fwts in libfwtsacpica instead, which ends up using
an uninitialized aliased AcpiGbl_OperandCache causing an
AE_NO_MEMORY while evaluating a constant string expression because
the cache was null. Fix this by adding in the missing source into
the iasl library.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpica/source/compiler/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/acpica/source/compiler/Makefile.am b/src/acpica/source/compiler/Makefile.am
index 6746488..cdcc5e2 100644
--- a/src/acpica/source/compiler/Makefile.am
+++ b/src/acpica/source/compiler/Makefile.am
@@ -185,6 +185,7 @@ libfwtsiasl_la_SOURCES = 			\
 	../components/dispatcher/dswload2.c 	\
 	../components/dispatcher/dsargs.c 	\
 	../components/dispatcher/dscontrol.c 	\
+	../components/executer/exconcat.c	\
 	../components/executer/exconvrt.c 	\
 	../components/executer/excreate.c 	\
 	../components/executer/exdump.c 	\
-- 
2.9.3




More information about the fwts-devel mailing list