* objc.dg/stabs-1.m: Allow section name to be quoted and
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Dec 2004 21:02:05 +0000 (21:02 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Dec 2004 21:02:05 +0000 (21:02 +0000)
assembly label to begin with '.LL'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92469 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/stabs-1.m

index 799c339..046c528 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * objc.dg/stabs-1.m: Allow section name to be quoted and
+       assembly label to begin with '.LL'.
+
 2004-12-21  Janis Johnson  <janis187@us.ibm.com>
 
        * gcc.dg/vect/vect.exp
index 700b16c..bd29280 100644 (file)
@@ -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" } } */