[arm] Fix warning in parsecpu.awk
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 10 Jul 2017 09:39:12 +0000 (09:39 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Mon, 10 Jul 2017 09:39:12 +0000 (09:39 +0000)
commit1ff62510e0d3d35889cc4744340923d58297eab9
tree252345c78f56a58dd66ac47daff217de3d637a70
parent92383fee5c764578927b7a3f559c50c28ad395f4
[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.

(really commit it this time)...

From-SVN: r250092
gcc/ChangeLog
gcc/config/arm/parsecpu.awk