]> git.pld-linux.org Git - packages/kernel-tools.git/blame - kernel-tools-binutils2.35.patch
- added binutils2.35 patch (adjust Makefile for nm output change); release 3
[packages/kernel-tools.git] / kernel-tools-binutils2.35.patch
CommitLineData
c66e687f
JB
1--- linux-5.7/tools/lib/traceevent/plugins/Makefile.orig 2020-06-01 01:49:15.000000000 +0200
2+++ linux-5.7/tools/lib/traceevent/plugins/Makefile 2020-07-27 17:00:03.592989940 +0200
3@@ -197,7 +197,7 @@
4 xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
5 if [ "$$symbol_type" = "U W" ];then \
6 (echo '{'; \
7- $(NM) -u -D $1 | awk 'NF>1 {print "\t"$$2";"}' | sort -u;\
8+ $(NM) -u -D $1 | awk 'NF>1 {gsub("@.*", "", $$2); print "\t"$$2";"}' | sort -u;\
9 echo '};'; \
10 ) > $2; \
11 else \
This page took 0.127822 seconds and 4 git commands to generate.