回复:gas couldn't handle comments leaved by C preprocessor properly
From:
address@hidden
Subject:
回复:gas couldn't handle comments leaved by C preprocessor properly
Date:
Mon, 04 Oct 2021 12:20:15 +0800
This is t_.s: (assemble code after CPP) # 0 "t.s" # 0 "<built-in>" # 0 "<command-line>" # 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 work properly, but gas 2.36.1 in APP Termux have same problem. I use GCC 10.2.0 from C4droid to work with binutils 2.36 from Termux and problem appeared again. *Yes, I exactly forget the case of input from pipe.