aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1993-01-05 08:56:35 +0000
committerJames Van Artsdalen <jrv@gnu.org>1993-01-05 08:56:35 +0000
commitad7c12b244480c93ec47e9a33ed84627792442cc (patch)
treec89f11ffc703491132bd211cf135a7c64a301730 /gcc
parentb4226a3f981ec52f104dd664568d82d4ccbe01d2 (diff)
downloadgcc-ad7c12b244480c93ec47e9a33ed84627792442cc.zip
gcc-ad7c12b244480c93ec47e9a33ed84627792442cc.tar.gz
gcc-ad7c12b244480c93ec47e9a33ed84627792442cc.tar.bz2
Use new file names for included m68k files.
From-SVN: r3099
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/m68k.c2
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.