* gcc.target/i386/pr25993.c: Use @function as type specifier.

From-SVN: r159671
This commit is contained in:
Rainer Orth 2010-05-21 15:03:26 +00:00 committed by Rainer Orth
parent a438920433
commit 204fc5505c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-05-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/pr25993.c: Use @function as type specifier.
2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
* g++.dg/other/const3.C: New test.

View File

@ -10,7 +10,7 @@ extern int func(void);
#else
.global func
#endif
.type func,%function
.type func,@function
.align 4
func:
ret