Mention support for Xtensa architecture
[deliverable/binutils-gdb.git] / gas / macro.c
index 77dc067e58b01c349fa87d1a917b41632be87eae..469ca801f32101fc9e078dd5375fa429608c54e0 100644 (file)
@@ -222,8 +222,8 @@ buffer_and_nest (from, to, ptr, get_line)
            }
        }
 
-      /* Add a CR to the end and keep running.  */
-      sb_add_char (ptr, '\n');
+      /* Add the original end-of-line char to the end and keep running.  */
+      sb_add_char (ptr, more);
       line_start = ptr->len;
       more = get_line (ptr);
     }
This page took 0.024022 seconds and 4 git commands to generate.