X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tools%2Fadd-cfi.x86_64.awk;h=7e1513d643a5df4f70c5262c293592695dda95c9;hb=6f3ead0ae16deb9f0004b275e29a276c9712ee3c;hp=bbc90daa3198abe260241e760c97925106684270;hpb=4e6b8eee7755a5aa7f866d0d0cd290653fd87a31;p=musl diff --git a/tools/add-cfi.x86_64.awk b/tools/add-cfi.x86_64.awk index bbc90daa..7e1513d6 100644 --- a/tools/add-cfi.x86_64.awk +++ b/tools/add-cfi.x86_64.awk @@ -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