Re: 回复:gas couldn't handle comments leaved by C preprocessor properly

2021-10-04 Thread Alan Modra
On Mon, Oct 04, 2021 at 12:20:15PM +0800, lhq...@126.com wrote: > This is t_.s: (assemble code after CPP) > # 0 "t.s" I don't see how the above first line of the file would produce the results you see, or be fixed by your patch. It seems likely to me that you have some sort of binutils build prob

回复:gas couldn't handle comments leaved by C preprocessor properly

2021-10-03 Thread lhq...@126.com
This is t_.s: (assemble code after CPP)# 0 "t.s"# 0 ""# 0 ""# 1 "t.s" .arch armv8-a .file "t.c" .text .section .rodata .align 3.LC0: .string " START "..    I have try every means to confirm if it is a bug rather than a mistake I have made. I found that gas 2.29 in APP C4droid wo