bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/29523] i686-w64-mingw32-objdump -WL returns incorrect file path


From: ralf.habacker at freenet dot de
Subject: [Bug gas/29523] i686-w64-mingw32-objdump -WL returns incorrect file paths
Date: Mon, 29 Aug 2022 08:43:26 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]