https://sourceware.org/bugzilla/show_bug.cgi?id=29523
--- Comment #6 from Ralf Habacker <ralf.habacker at freenet dot de> --- (In reply to Ralf Habacker from comment #5) The object file generated from the related source file with $ cd ~/src/test-binutils/build $ i686-w64-mingw32-gcc -c -o test.o ~/src/test-binutils/test.c -g shows a filename located in the working directory from which the compiler has bee run $ objdump -WL test.o | grep test.c test.c: /home/<user>/src/test-binutils/build/test.c: test.c 4 0x3c x test.c 4 0x45 x test.c 5 0x4a x test.c 6 0x56 x test.c 7 0x5b x test.c - 0x5d -- You are receiving this mail because: You are on the CC list for the bug.