On Mon, Mar 02, 2026 at 02:21:44PM +0000, Richard Earnshaw (foss) wrote: > gas for some time now has implemented the prefix char in .type as > > if ( *input_line_pointer == '#' > || *input_line_pointer == '@' > || *input_line_pointer == '"' > || *input_line_pointer == '%') > ++input_line_pointer; > > That is, it just skips it if there. Do we still use any ELF assemblers other > than gas?
At least Solaris assembler and LLVM assembler (the latter form gcn target).
Jakub
