From a2e71304f358c5dbaf44e0b4c6fd343e8cd236e2 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 8 Jan 2020 13:20:44 -0600 Subject: fix incorrect escaping in add-cfi.*.awk scripts gawk 5 complains. --- tools/add-cfi.i386.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/add-cfi.i386.awk') 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 -- cgit v1.2.1