From 254142a11df72092c2e381030884d07e5ada1133 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki 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/x86/id.S | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/x86/id.S') diff --git a/src/arch/x86/id.S b/src/arch/x86/id.S index 798b25d1f1..a7b4be7aa8 100644 --- a/src/arch/x86/id.S +++ b/src/arch/x86/id.S @@ -25,4 +25,3 @@ part: .globl __id_end __id_end: -.previous -- cgit v1.2.3