Fix testcase for architectures that use .srodata

gcc/testsuite:

	* gcc.dg/pr25521.c: Fix testcase for architectures that use .srodata.
This commit is contained in:
Yixuan Chen 2022-11-18 08:47:11 -07:00 committed by Jeff Law
parent 92905f614e
commit acc205eff4

View file

@ -7,4 +7,4 @@
const volatile int foo = 30;
/* { dg-final { scan-assembler "\\.rodata" } } */
/* { dg-final { scan-assembler "\\.s\?rodata" } } */