]> sourceware.org Git - newlib-cygwin.git/commit - winsup/utils/Makefile.in
Cygwin: ldd: Try harder to get dll names
authorMark Geisert <mark@maxrnd.com>
Thu, 15 Aug 2019 05:59:43 +0000 (22:59 -0700)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 15 Aug 2019 07:56:11 +0000 (09:56 +0200)
commite3ca53d9dbec803cd932884ffbbf4f77352603e5
tree836d899ce0afc045f269530b471337837517b2ac
parent3a929f27f8c3c870eb61518c9c12bf1834f84558
Cygwin: ldd: Try harder to get dll names

Borrow a trick from strace to lessen occurrences of "??? => ???" in ldd
output.  Specifically, if the module name isn't found in the usual place
in the mapped image, use the file handle we have to look up the name.
winsup/utils/Makefile.in
winsup/utils/ldd.cc
This page took 0.086259 seconds and 5 git commands to generate.