[arm] Fix warning in parsecpu.awk
authorRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 6 Jul 2017 10:00:44 +0000 (10:00 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 6 Jul 2017 10:00:44 +0000 (10:00 +0000)
commitaf5b71c248aea8a741fa28edb230c2e041f74783
treed2dce1f46cf9a20170ddea01dcfbde0f4fe53b59
parentad0f66e07bb3e0e9c61354be4405b3ed468d03b3
[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