testsuite: Fix up * quoting in glob strings
authorJakub Jelinek <jakub@redhat.com>
Thu, 15 Dec 2022 13:15:27 +0000 (14:15 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 15 Dec 2022 13:16:20 +0000 (14:16 +0100)
commit4a1648084137f515eddd5dc087d5dfbf360a5bfa
tree0da0ac9f5854621a9ed5bbe9493bc5f47e96a1f5
parent9cf9f3c7629d768d940d9f87cddcd616bb0449e0
testsuite: Fix up * quoting in glob strings

\* wasn't enough, we need \\* and for ObjC it wasn't done at all.

2022-12-15  Jakub Jelinek  <jakub@redhat.com>

* lib/target-supports.exp (check_compile): Further quoting
fixes for /* Assembly, /* ObjC and (* Modula-2 *) checks.
gcc/testsuite/lib/target-supports.exp