https://sourceware.org/bugzilla/show_bug.cgi?id=25878

--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #8)
> Another bug:
> 
> [hjl@gnu-cfl-2 pr26740]$ cat foo.S
>       .text
> lbasename:
>       .nop
> [hjl@gnu-cfl-2 pr26740]$ make foo.o
> gcc -B./ -m32 -g -Wa,--gdwarf-4 -c -o foo.o foo.S
> [hjl@gnu-cfl-2 pr26740]$ readelf -w foo.o | grep -A4 File
>  The File Name Table (offset 0x22):
>   Entry       Dir     Time    Size    Name
>   1   1       0       0       ccJZccC0.s
> 
>  Line Number Statements:
> [hjl@gnu-cfl-2 pr26740]$ 
> 
> It breaks debug info on foo.S.

This patch

https://sourceware.org/pipermail/binutils/2020-October/113744.html

fixed it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to