diff options
author | James Van Artsdalen <jrv@gnu.org> | 1993-01-05 08:56:35 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1993-01-05 08:56:35 +0000 |
commit | ad7c12b244480c93ec47e9a33ed84627792442cc (patch) | |
tree | c89f11ffc703491132bd211cf135a7c64a301730 | |
parent | b4226a3f981ec52f104dd664568d82d4ccbe01d2 (diff) | |
download | gcc-ad7c12b244480c93ec47e9a33ed84627792442cc.zip gcc-ad7c12b244480c93ec47e9a33ed84627792442cc.tar.gz gcc-ad7c12b244480c93ec47e9a33ed84627792442cc.tar.bz2 |
Use new file names for included m68k files.
From-SVN: r3099
-rw-r--r-- | gcc/config/m68k/m68k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 8e75d8e..498ee64 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -1635,7 +1635,7 @@ print_operand (file, op, letter) we want. This difference can be accommodated by using an assembler define such "LDnnn" to be either "Lnnn-LInnn-2.b", "Lnnn", or any other string, as necessary. This is accomplished via the ASM_OUTPUT_CASE_END - macro. See m68ksgs.h for an example; for versions without the bug. + macro. See m68k/sgs.h for an example; for versions without the bug. They also do not like things like "pea 1.w", so we simple leave off the .w on small constants. |