m68k: replace gcc specific macros with ones from compiler.h
[sfrench/cifs-2.6.git] / arch / m68k / lib / muldi3.c
index 6459af5b2af0a9c312c8c04d1dfc2009e24c30a6..3fb05c698c41ebfb28e9101dde8bf6480cb17e52 100644 (file)
@@ -65,10 +65,10 @@ GNU General Public License for more details. */
     umul_ppmm (__w.s.high, __w.s.low, u, v);                           \
     __w.ll; })
 
-typedef         int SItype     __attribute__ ((mode (SI)));
-typedef unsigned int USItype   __attribute__ ((mode (SI)));
-typedef                 int DItype     __attribute__ ((mode (DI)));
-typedef int word_type __attribute__ ((mode (__word__)));
+typedef         int SItype     __mode(SI);
+typedef unsigned int USItype   __mode(SI);
+typedef                 int DItype     __mode(DI);
+typedef int word_type           __mode(__word__);
 
 struct DIstruct {SItype high, low;};