From 9cc8e92b6c2445ef7664ba20d9cf94b49fdbb972 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 27 Sep 2015 13:45:17 +0200 Subject: program.ld: terminate ALIGN statement This fixes building with CONFIG_COVERAGE=y Change-Id: I5128ae0ef0d4f71e3ede7bcb3ee7ed7e265d1bb7 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11729 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/lib/program.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/program.ld') diff --git a/src/lib/program.ld b/src/lib/program.ld index ab3623997c..4c242319fb 100644 --- a/src/lib/program.ld +++ b/src/lib/program.ld @@ -69,7 +69,7 @@ #if ENV_RAMSTAGE && IS_ENABLED(CONFIG_COVERAGE) .ctors . : { - . = ALIGN(0x100) + . = ALIGN(0x100); __CTOR_LIST__ = .; KEEP(*(.ctors)); LONG(0); -- cgit v1.2.3