process DT_RELR relocations in ldso-startup/static-pie
[musl] / tools / add-cfi.x86_64.awk
index bbc90da..7e1513d 100644 (file)
@@ -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