Commit 616ea7ac by Uros Bizjak

* scripts/extract_symvers: Escape [ and ] brackets.

From-SVN: r143333
parent 26d5bf5b
......@@ -53,7 +53,7 @@ export LANG
tmp=extract.$$
${readelf} ${lib} |\
sed -e 's/ [<other>: [A-Fa-f0-9]*] //' -e '/\.dynsym/,/^$/p;d' |\
sed -e 's/ \[<other>: [A-Fa-f0-9]*\] //' -e '/\.dynsym/,/^$/p;d' |\
egrep -v ' (LOCAL|UND) ' |\
awk '{ if ($4 == "FUNC" || $4 == "NOTYPE")
printf "%s:%s\n", $4, $8;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment