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: Thu, 01 Sep 2022 14:59:18 +0000

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.


reply via email to

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