bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26169] --dependency-file generates dependencies on unnecessary s


From: roland at gnu dot org
Subject: [Bug ld/26169] --dependency-file generates dependencies on unnecessary shared libraries
Date: Wed, 09 Sep 2020 20:52:42 +0000

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

Roland McGrath <roland at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Roland McGrath <roland at gnu dot org> ---
This is working as intended.  64/libbar.so is examined by the link and its
contents are relevant to linking behavior.  If you e.g. change bar.c so it no
longer defines bar, and run make, then it will correctly rebuild bar.o and
64/libbar.so and correctly repeat the link of libfoo.so, which will now fail.

-- 
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]