Add NOMIPS16 to last commit (will be in gcc-patches@ message).
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Oct 2007 08:39:58 +0000 (08:39 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Oct 2007 08:39:58 +0000 (08:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129032 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.target/mips/pr33635-1.c

index 44a804e..34251e4 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-mips-options "-mabi=64 -O2" } */
 
-long double __powitf2 (long double x, int m)
+NOMIPS16 long double __powitf2 (long double x, int m)
 {
   long double y = x;
   while (m >>= 1)