]> gcc.gnu.org Git - gcc.git/commitdiff
stabs-1.m: Allow section name to be quoted and assembly label to begin with '.LL'.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Tue, 21 Dec 2004 21:02:05 +0000 (22:02 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 21 Dec 2004 21:02:05 +0000 (21:02 +0000)
* objc.dg/stabs-1.m: Allow section name to be quoted and
assembly label to begin with '.LL'.

From-SVN: r92469

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

index 799c339fac8bd10167f3992baf1a12e4161e7e7a..046c528a0f658b08666943c67ca8a099819d1d4f 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 700b16ce54be67b8a2454aeb3c53f7e32ad80e57..bd2928036a454da354713fd304e70d413614503d 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" } } */
This page took 0.143742 seconds and 5 git commands to generate.