Commit 204fc550 by Rainer Orth Committed by Rainer Orth

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

From-SVN: r159671
parent a4389204
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment