From 15b8a5709655b7f64e0c25f4cbf34887134cfed9 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Wed, 23 Feb 2011 15:13:08 -0800 Subject: tccpp: treat gas comments in .S files as raw text, not tokens --- tests/asmtest.S | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/asmtest.S') diff --git a/tests/asmtest.S b/tests/asmtest.S index 7f204cf..d4d83ad 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -1,3 +1,4 @@ +# gas comment with ``gnu'' style quotes /* some directive tests */ -- cgit v1.3.1