From 8413e8167a21a922bbf99660165bb091e71bf1c0 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 30 May 2018 14:48:45 -0700 Subject: [PATCH] test: add test for subsections via symbols Add a test for subsections via symbols. Signed-off-by: H. Peter Anvin --- test/subsection.asm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/subsection.asm b/test/subsection.asm index eb0f05d7..f0a1fa03 100644 --- a/test/subsection.asm +++ b/test/subsection.asm @@ -5,13 +5,13 @@ ; %pragma output subsections_via_symbols - + bits 32 global foo, bar, quux %define baz Lbaz - + foo: jmp foo jmp bar @@ -35,5 +35,3 @@ quux: jmp bar jmp baz jmp quux - -