(ASM_OUTPUT_NEWLINE): Define new macro.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 24 Jan 1994 22:51:58 +0000 (14:51 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 24 Jan 1994 22:51:58 +0000 (14:51 -0800)
From-SVN: r6422

gcc/config/mips/bsd-5.h
gcc/config/mips/mips-5.h
gcc/config/mips/svr3-5.h
gcc/config/mips/svr4-5.h

index a757ebdad50962ea0843b817fc3da33f80e9f0cf..905c15b438cb947c4f45b26817682b1e646a00a2 100644 (file)
@@ -58,4 +58,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define MD_STARTFILE_PREFIX "/bsd43/usr/lib/cmplrs/cc/"
 #define MD_EXEC_PREFIX "/bsd43/usr/lib/cmplrs/cc/"
 
+/* Some RISCOS assemblers misassemble \n in a .ascii,
+   so we use \X0A instead.  */
+#define ASM_OUTPUT_NEWLINE(STREAM) \
+  fputs ("\\X0A", (STREAM));
+
 #include "mips/mips.h"
index c33830eb62516dd7fc5ee498369f67cadef7e819..f53d0ad9fb435948a5269586ad0515a40da72175 100644 (file)
@@ -29,4 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s crtn.o%s}}"
 
+/* Some RISCOS assemblers misassemble \n in a .ascii,
+   so we use \X0A instead.  */
+#define ASM_OUTPUT_NEWLINE(STREAM) \
+  fputs ("\\X0A", (STREAM));
+
 #include "mips/mips.h"
index 40189965e7c6c4de0c35b76d0154e9ce60f4e652..d36b381d757d3cedc6606d89a7cea136d3aa9d26 100644 (file)
@@ -80,4 +80,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Generate calls to memcpy, etc., not bcopy, etc.  */
 #define TARGET_MEM_FUNCTIONS
 
+/* Some RISCOS assemblers misassemble \n in a .ascii,
+   so we use \X0A instead.  */
+#define ASM_OUTPUT_NEWLINE(STREAM) \
+  fputs ("\\X0A", (STREAM));
+
 #include "mips/mips.h"
index 0fa1d825612350d25e981a4206d694a24826490d..f59f79d2de75e67615f559bcd8ec3cc8a5295b04 100644 (file)
@@ -79,4 +79,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Generate calls to memcpy, etc., not bcopy, etc.  */
 #define TARGET_MEM_FUNCTIONS
 
+/* Some RISCOS assemblers misassemble \n in a .ascii,
+   so we use \X0A instead.  */
+#define ASM_OUTPUT_NEWLINE(STREAM) \
+  fputs ("\\X0A", (STREAM));
+
 #include "mips/mips.h"