https://sourceware.org/bugzilla/show_bug.cgi?id=29523
Ralf Habacker <ralf.habacker at freenet dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ld |gas
--- Comment #3 from Ralf Habacker <ralf.habacker at freenet dot de> ---
The issue seems to be caused by the assembler as running:
$ cd ~/test-binutils/build
$ i686-w64-mingw32-gcc -C ../test.c -o test.o -g
$ objdump -WL test.o | grep "^/.*test.c:$"
/home/<user>/test-binutils/build/test.c:
shows that the incorrect path is already present in the object file.
--
You are receiving this mail because:
You are on the CC list for the bug.