From f43fafc68071ff646a5f1b0f21f0641e5cd085fa Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Thu, 20 Jan 2011 02:00:50 -0800 Subject: accept multiple comma separated symbols for .globl/.global directives, like gas does --- tests/asmtest.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/asmtest.S b/tests/asmtest.S index 3e34455..0ffb9e7 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -196,6 +196,11 @@ call *%eax call *0x1000 call func1 +.global L5,L6 + +L5: +L6: + lcall $0x100, $0x1000 jmp 0x1000 -- cgit v1.3.1