]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/i386/pr25993.c: Use @function as type specifier.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2010 15:03:26 +0000 (15:03 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2010 15:03:26 +0000 (15:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159671 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr25993.c

index a0740aac91a696ca25c6338fc924ac7e740a89d7..259ee77b691475d33b116a92da9c14e071e66b47 100644 (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.
index 17b40e534fc05c3ad1eeff6f4b88a2cb7cf71843..b079e257f6e1648c624904a58243a49507448b6a 100644 (file)
@@ -10,7 +10,7 @@ extern int func(void);
 #else
 .global func
 #endif
-.type func,%function
+.type func,@function
 .align 4
 func:
         ret