m68k: replace gcc specific macros with ones from compiler.h
[sfrench/cifs-2.6.git] / arch / m68k / lib / ashrdi3.c
index e6565a3ee2c37065949cd92eed8deeb78c709f33..5837b1dd33343f8ffc5682f7e1064d01ac467724 100644 (file)
@@ -18,10 +18,10 @@ GNU General Public License for more details. */
 
 #define BITS_PER_UNIT 8
 
-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;};