--- gcc/config/i860v3.h 2018/04/24 17:51:37 1.1.1.1 +++ gcc/config/i860v3.h 2018/04/24 17:59:58 1.1.1.3 @@ -103,7 +103,7 @@ extern char *current_function_original_n fprintf ((FILE), "\"\n"); \ bytes_in_chunk = 0; \ } \ - fprintf ((FILE), "%s\t%d\n", ASM_BYTE_OP, ch); \ + fprintf ((FILE), "\t%s\t%d\n", ASM_BYTE_OP, ch); \ } \ else \ { \ @@ -125,14 +125,14 @@ extern char *current_function_original_n #undef CTORS_SECTION_ASM_OP -#define CTORS_SECTION_ASM_OP "\t.section\t.ctors,\"x\"\n" +#define CTORS_SECTION_ASM_OP ".section\t.ctors,\"x\"" #undef DTORS_SECTION_ASM_OP -#define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"x\"\n" +#define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\"" /* Add definitions to support the .tdesc section as specified in the svr4 ABI for the i860. */ -#define TDESC_SECTION_ASM_OP "\t.section\t.tdesc" +#define TDESC_SECTION_ASM_OP ".section\t.tdesc" #undef EXTRA_SECTIONS #define EXTRA_SECTIONS in_const, in_ctors, in_dtors, in_tdesc