diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-07-07 17:42:16 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-07-07 17:42:16 -0400 |
commit | 531d389df19d39a50c6fea0f4ba1a42cf01a09bc (patch) | |
tree | ab034901d0493dddc8b62a2507fb48317bff1d95 | |
parent | c145e33de6701a03c9725039fed4ad17e32b8b18 (diff) | |
download | gcc-531d389df19d39a50c6fea0f4ba1a42cf01a09bc.zip gcc-531d389df19d39a50c6fea0f4ba1a42cf01a09bc.tar.gz gcc-531d389df19d39a50c6fea0f4ba1a42cf01a09bc.tar.bz2 |
(FUNCTION_EXTRA_EPILOGUE): Fix typo in last change.
From-SVN: r7674
-rw-r--r-- | gcc/config/m68k/mot3300.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index f20a18e..0de7163 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -1,7 +1,7 @@ -/* Definitions of target machine for GNU compiler. - SysV68 Motorola 3300 Delta Series +/* Definitions of target machine for GNU compiler, + SysV68 Motorola 3300 Delta Series. Copyright (C) 1987, 1993, 1994 Free Software Foundation, Inc. - Written by Abramo and Roberto Bagnara (bagnara@dipisa.di.unipi.it) + Coptributed by Abramo and Roberto Bagnara (bagnara@dipisa.di.unipi.it) based on Alex Crain's 3B1 definitions. This file is part of GNU CC. @@ -108,7 +108,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ { extern int current_function_returns_pointer; \ if ((current_function_returns_pointer) && \ ! find_equiv_reg (0, get_last_insn (), 0, 0, 0, 8, Pmode)) \ - asm_fprintf (FILE, "\tmovl %Rd0,%Ra0\n"); } + asm_fprintf (FILE, "\tmov.l %Rd0,%Ra0\n"); } #undef FUNCTION_PROFILER #define FUNCTION_PROFILER(FILE, LABEL_NO) \ |