OSDN Git Service

entered into RCS
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 1992 01:17:01 +0000 (01:17 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 1992 01:17:01 +0000 (01:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@827 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i860/bsd.h
gcc/config/m68k/amix.h

index 72b34f2..f031190 100644 (file)
@@ -17,7 +17,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) {                    \
index cc4242c..0943dbb 100644 (file)
@@ -98,7 +98,7 @@ do {                                                                  \
 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN)                         \
 {                                                              \
   register int sp = 0, lp = 0, ch;                             \
-  fprintf ((FILE), "%s ", BYTE_ASM_OP);                                \
+  fprintf ((FILE), "\t%s ", BYTE_ASM_OP);                              \
   do {                                                         \
     ch = (PTR)[sp];                                            \
     if (ch > ' ' && ! (ch & 0x80) && ch != '\\')               \
@@ -113,7 +113,7 @@ do {                                                                        \
       {                                                                \
        if ((sp % 10) == 0)                                     \
          {                                                     \
-           fprintf ((FILE), "\n%s ", BYTE_ASM_OP);             \
+           fprintf ((FILE), "\n\t%s ", BYTE_ASM_OP);           \
          }                                                     \
        else                                                    \
          {                                                     \