From af5b71c248aea8a741fa28edb230c2e041f74783 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Thu, 6 Jul 2017 10:00:44 +0000 Subject: [PATCH] [arm] Fix warning in parsecpu.awk In awk, single quotes within a quoted string do not need escaping. The existing code causes awk to grumble in the build logs. * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes in quoted strings. From-SVN: r250016 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e9e88cc4d9..7ba5df35c9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-07-06 Richard Earnshaw + + * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes + in quoted strings. + 2017-07-06 Richard Earnshaw * config/arm/t-arm (GTM_H): Add arm-cpu.h. -- 2.30.2