From: Eric Botcazou Date: Tue, 21 Dec 2004 21:02:05 +0000 (+0100) Subject: stabs-1.m: Allow section name to be quoted and assembly label to begin with '.LL'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=697290b71d18569ef60fe446a689e74270457ab4;p=gcc.git stabs-1.m: Allow section name to be quoted and assembly label to begin with '.LL'. * objc.dg/stabs-1.m: Allow section name to be quoted and assembly label to begin with '.LL'. From-SVN: r92469 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 799c339fac8..046c528a0f6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-12-21 Eric Botcazou + + * objc.dg/stabs-1.m: Allow section name to be quoted and + assembly label to begin with '.LL'. + 2004-12-21 Janis Johnson * gcc.dg/vect/vect.exp diff --git a/gcc/testsuite/objc.dg/stabs-1.m b/gcc/testsuite/objc.dg/stabs-1.m index 700b16ce54b..bd2928036a4 100644 --- a/gcc/testsuite/objc.dg/stabs-1.m +++ b/gcc/testsuite/objc.dg/stabs-1.m @@ -15,4 +15,4 @@ } @end -/* { dg-final { scan-assembler ".text\n\t.stabs.*100,0,0,(\\.)?Letext\[0-9\]*\n(\\.)?Letext" } } */ +/* { dg-final { scan-assembler ".text\"?\n\t.stabs.*100,0,0,(\\.)?L?Letext\[0-9\]*\n(\\.)?L?Letext" } } */