* gcc.target/i386/pr25993.c: Use @function as type specifier.
From-SVN: r159671
This commit is contained in:
parent
a438920433
commit
204fc5505c
@ -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.
|
||||
|
@ -10,7 +10,7 @@ extern int func(void);
|
||||
#else
|
||||
.global func
|
||||
#endif
|
||||
.type func,%function
|
||||
.type func,@function
|
||||
.align 4
|
||||
func:
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user