Commit ef137e0a by Richard Stallman

*** empty log message ***

From-SVN: r655
parent 1474c150
...@@ -1528,7 +1528,7 @@ do { union { float f; long l;} tem; \ ...@@ -1528,7 +1528,7 @@ do { union { float f; long l;} tem; \
fprintf (FILE, "\t.long 0x%x\n", tem.l); \ fprintf (FILE, "\t.long 0x%x\n", tem.l); \
} while (0) } while (0)
#endif /* not CROSS_COMPILER */ #endif /* not CROSS_COMPILE */
/* This is how to output an assembler line defining an `int' constant. */ /* This is how to output an assembler line defining an `int' constant. */
...@@ -1682,7 +1682,7 @@ do { union { float f; long l;} tem; \ ...@@ -1682,7 +1682,7 @@ do { union { float f; long l;} tem; \
u.i[0] = CONST_DOUBLE_HIGH (X); u.i[1] = CONST_DOUBLE_LOW (X); u.i[0] = CONST_DOUBLE_HIGH (X); u.i[1] = CONST_DOUBLE_LOW (X);
#endif #endif
#ifdef CROSS_COMPILER #ifdef CROSS_COMPILE
#define PRINT_OPERAND_PRINT_FLOAT(CODE, FILE) \ #define PRINT_OPERAND_PRINT_FLOAT(CODE, FILE) \
ASM_OUTPUT_FLOAT_OPERAND (FILE, u1.f); ASM_OUTPUT_FLOAT_OPERAND (FILE, u1.f);
#else #else
......
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