stabs-1.m: Allow assembly label to begin with a dot ('.').
[gcc/testsuite/ChangeLog] 2004-12-17 Ziemowit Laski <zlaski@apple.com> * objc.dg/stabs-1.m: Allow assembly label to begin with a dot ('.'). From-SVN: r92328
This commit is contained in:
parent
6b6c8106ab
commit
5429f07f64
@ -1,3 +1,8 @@
|
||||
2004-12-17 Ziemowit Laski <zlaski@apple.com>
|
||||
|
||||
* objc.dg/stabs-1.m: Allow assembly label to begin
|
||||
with a dot ('.').
|
||||
|
||||
2004-12-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.c-torture/execute/20041213-1.c: Move...
|
||||
|
@ -15,4 +15,4 @@
|
||||
}
|
||||
@end
|
||||
|
||||
/* { dg-final { scan-assembler ".text\n\t.stabs.*100,0,0,Letext\[0-9\]*\nLetext" } } */
|
||||
/* { dg-final { scan-assembler ".text\n\t.stabs.*100,0,0,(\\.)?Letext\[0-9\]*\n(\\.)?Letext" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user