diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-12-21 22:02:05 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-12-21 21:02:05 +0000 |
commit | 697290b71d18569ef60fe446a689e74270457ab4 (patch) | |
tree | ac47420faca728bbe79e7f84bf7b3d56be57ecfc /gcc | |
parent | b4830636f847d9e1707198a4de2fe760d468ead9 (diff) | |
download | gcc-697290b71d18569ef60fe446a689e74270457ab4.zip gcc-697290b71d18569ef60fe446a689e74270457ab4.tar.gz gcc-697290b71d18569ef60fe446a689e74270457ab4.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/objc.dg/stabs-1.m | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 799c339..046c528 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/objc.dg/stabs-1.m b/gcc/testsuite/objc.dg/stabs-1.m index 700b16c..bd29280 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" } } */ |