From b4226a3f981ec52f104dd664568d82d4ccbe01d2 Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Tue, 5 Jan 1993 08:56:09 +0000 Subject: [PATCH] Change m68ksgs.h reference to m68k/sgs.h. From-SVN: r3098 --- gcc/config/m68k/amix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 8458ac808b4..567e45888d4 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Alter assembler syntax for fsgldiv and fsglmul. It is highly likely that this is a generic SGS m68k assembler dependency. - If so, it should eventually be handled in the m68ksgs.h ASM_OUTPUT_OPCODE + If so, it should eventually be handled in the m68k/sgs.h ASM_OUTPUT_OPCODE macro, like the other SGS assembler quirks. -fnf */ #define FSGLDIV_USE_S /* Use fsgldiv.s, not fsgldiv.x */ @@ -87,7 +87,7 @@ do { \ BSS_ASM_OP, (NAME), (SIZE), MAX ((ALIGN) / BITS_PER_UNIT, 4)); \ } while (0) -/* This definition of ASM_OUTPUT_ASCII is the same as the one in m68ksgs.h, +/* This definition of ASM_OUTPUT_ASCII is the same as the one in m68k/sgs.h, which has been overridden by the one in svr4.h. However, we can't use the one in svr4.h because the amix assembler croaks on some of the strings that it emits (such as .string "\"%s\"\n"). */ -- 2.30.2