Commit 3a0d22dd by Michael Meissner

*** empty log message ***

From-SVN: r1047
parent d83dd29a
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
for the CPUs below! for the CPUs below!
(E.g. WE32100, i960, IBM360.) */ (E.g. WE32100, i960, IBM360.) */
#if defined (__GNUC__) && !defined (NO_ASM)
/* We sometimes need to clobber "cc" with gcc2, but that would not be /* We sometimes need to clobber "cc" with gcc2, but that would not be
understood by gcc1. Use cpp to avoid major code duplication. */ understood by gcc1. Use cpp to avoid major code duplication. */
#if __GNUC__ < 2 #if __GNUC__ < 2
...@@ -80,8 +82,6 @@ ...@@ -80,8 +82,6 @@
#define __AND_CLOBBER_CC , "cc" #define __AND_CLOBBER_CC , "cc"
#endif /* __GNUC__ < 2 */ #endif /* __GNUC__ < 2 */
#if defined (__GNUC__) && !defined (NO_ASM)
#if defined (__a29k__) || defined (___AM29K__) #if defined (__a29k__) || defined (___AM29K__)
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
__asm__ ("add %1,%4,%5 __asm__ ("add %1,%4,%5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment