https://sourceware.org/bugzilla/show_bug.cgi?id=28157
--- Comment #2 from Fangrui Song <i at maskray dot me> --- (In reply to H.J. Lu from comment #1) > Created attachment 13571 [details] > A patch > > Please try this. I applied this patch. % cat /tmp/c/y.s call __free_hook .symver __free_hook, __free_hook@GLIBC.2.2.5, remove # for an undefined symbol, I believe `remove` is a no-op. % gas/as-new /tmp/c/y.s -o y.o /tmp/c/y.s: Assembler messages: /tmp/c/y.s: Internal error (Segmentation fault). Please report this bug. I don't know the underlying implementation but I wonder whether the defined single-@ `remove` case can share the same code with defined `@@@`. `@@ remove` is identical to `@@@`. -- You are receiving this mail because: You are on the CC list for the bug.