mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-05 06:14:25 +03:00
fix incorrect escaping in add-cfi.*.awk scripts
gawk 5 complains.
This commit is contained in:
parent
91e662d1d9
commit
a2e71304f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user