diff ppc/gcc_fixes.h @ 1340:09b8fe0f0139 libavcodec

PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
author michaelni
date Fri, 04 Jul 2003 09:39:05 +0000
parents 80c46c310a91
children fd48c92213ae
line wrap: on
line diff
--- a/ppc/gcc_fixes.h	Thu Jul 03 23:29:00 2003 +0000
+++ b/ppc/gcc_fixes.h	Fri Jul 04 09:39:05 2003 +0000
@@ -13,15 +13,8 @@
 
 #ifdef CONFIG_DARWIN
 #define AVV(x...) (x)
-/* The Apple assembler shipped w/ gcc-3.3 knows about DCBZL, previous assemblers don't
-   We assume here that the Darwin GCC is from Apple.... */
-#if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
-#define NO_DCBZL
-#endif
 #else
 #define AVV(x...) {x}
-/* I don't think any non-Apple assembler knows about DCBZL */
-#define NO_DCBZL
 #if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)  
 
 /* This code was provided to me by Bartosch Pixa