X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tools%2Fadd-cfi.i386.awk;h=d05037de1846a530cc9802580b9fa268b15a785d;hb=07616721f1fa6cb215ffbef23441cae80412484f;hp=9162e3096d65a082b8518d287296583871c380e2;hpb=1b0c9cd099e80a7557eb4ae36efb1897f7202a02;p=musl diff --git a/tools/add-cfi.i386.awk b/tools/add-cfi.i386.awk index 9162e309..d05037de 100644 --- a/tools/add-cfi.i386.awk +++ b/tools/add-cfi.i386.awk @@ -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