提交 a2e71304 编写于 作者: W Will Dietz 提交者: Rich Felker

fix incorrect escaping in add-cfi.*.awk scripts

gawk 5 complains.
上级 91e662d1
......@@ -81,7 +81,7 @@ function adjust_sp_offset(delta) {
in_function = 0
}
}
/^\.type [a-zA-Z0-9_]+,\@function/ {
/^\.type [a-zA-Z0-9_]+,@function/ {
functions[substr($2, 1, length($2)-10)] = 1
}
# not interested in assembler directives beyond this, just pass them through
......
......@@ -76,7 +76,7 @@ function adjust_sp_offset(delta) {
in_function = 0
}
}
/^\.type [a-zA-Z0-9_]+,\@function/ {
/^\.type [a-zA-Z0-9_]+,@function/ {
functions[substr($2, 1, length($2)-10)] = 1
}
# not interested in assembler directives beyond this, just pass them through
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册