--- gcc/config/i860b.h 2018/04/24 17:51:32 1.1.1.1 +++ gcc/config/i860b.h 2018/04/24 18:04:20 1.1.1.3 @@ -1,5 +1,8 @@ #include "i860.h" +#undef TARGET_VERSION +#define TARGET_VERSION fprintf (stderr, " (i860, BSD)") + /* BSD UN*X systems use BSD STABS debugging info. */ #define DBX_DEBUGGING_INFO @@ -17,7 +20,7 @@ putc('\n', (f)); \ inside = FALSE; \ } \ - fprintf((f), "%s ", ASCII_DATA_ASM_OP); \ + fprintf((f), "\t%s ", ASCII_DATA_ASM_OP); \ } \ if ((p)[i] < 32 || (p)[i] == '\\' || (p)[i] == '"' || (p)[i] >= 127) { \ if (inside) { \