From 254142a11df72092c2e381030884d07e5ada1133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 19 Nov 2020 09:00:34 +0200 Subject: Drop many cases of .previous directive use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since most assembly files are no longer concatenated together but built separately, section changes with .previous at the end of the files have become spurious. TEST=BUILD_TIMELESS Change-Id: I2970eed2b114a53475ba385eec4e97bb7ae7095c Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/47963 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/arch/arm/id.S | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/arm') diff --git a/src/arch/arm/id.S b/src/arch/arm/id.S index 3d3df9643a..a8f7a797f1 100644 --- a/src/arch/arm/id.S +++ b/src/arch/arm/id.S @@ -19,4 +19,3 @@ part: .globl __id_end __id_end: -.previous -- cgit v1.2.3