mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 10:59:21 +00:00
scripts/xldd: fix debug output layout
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
baba086806
commit
05a3ceff5a
@ -268,7 +268,7 @@ do_process_file() {
|
|||||||
for n in "${search_rpath[@]}" "${needed_search_path[@]}"; do
|
for n in "${search_rpath[@]}" "${needed_search_path[@]}"; do
|
||||||
do_trace ": - '%s'\n" "${n}"
|
do_trace ": - '%s'\n" "${n}"
|
||||||
done
|
done
|
||||||
do_trace ": end search path"
|
do_trace ": end search path\n"
|
||||||
|
|
||||||
for n in $( "${readelf}" -d "${file}" \
|
for n in $( "${readelf}" -d "${file}" \
|
||||||
|"${grep}" -E '\(NEEDED\)' \
|
|"${grep}" -E '\(NEEDED\)' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user