diff options
author | James Van Artsdalen <jrv@gnu.org> | 1993-01-05 08:56:09 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1993-01-05 08:56:09 +0000 |
commit | b4226a3f981ec52f104dd664568d82d4ccbe01d2 (patch) | |
tree | c25e3e08a8fe99d288fb99b72ad1c253bcadcaf7 /gcc | |
parent | ac223acdf8a2eac4d677841f66265d0598ea5421 (diff) | |
download | gcc-b4226a3f981ec52f104dd664568d82d4ccbe01d2.zip gcc-b4226a3f981ec52f104dd664568d82d4ccbe01d2.tar.gz gcc-b4226a3f981ec52f104dd664568d82d4ccbe01d2.tar.bz2 |
Change m68ksgs.h reference to m68k/sgs.h.
From-SVN: r3098
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/amix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 8458ac8..567e458 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"). */ |