Skip to content

Commit

Permalink
Merge pull request #96 from zandrey/5.4-1.0.0-imx
Browse files Browse the repository at this point in the history
[linux-fslc-imx]: libtraceevent: Fix build with binutils 2.35
  • Loading branch information
otavio authored Aug 3, 2020
2 parents 57c4dc0 + d40fb1b commit 84b7307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/traceevent/plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ define do_generate_dynamic_list_file
xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
if [ "$$symbol_type" = "U W" ];then \
(echo '{'; \
$(NM) -u -D $1 | awk 'NF>1 {print "\t"$$2";"}' | sort -u;\
$(NM) -u -D $1 | awk 'NF>1 {sub("@.*", "", $$2); print "\t"$$2";"}' | sort -u;\
echo '};'; \
) > $2; \
else \
Expand Down

0 comments on commit 84b7307

Please sign in to comment.