OSDN Git Service

(ASM_OUTPUT_NEWLINE): Define new macro.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 1994 22:51:58 +0000 (22:51 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 1994 22:51:58 +0000 (22:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6422 138bc75d-0d04-0410-961f-82ee72b054a4

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 a757ebd..905c15b 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 c33830e..f53d0ad 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 4018996..d36b381 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 0fa1d82..f59f79d 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"