--- gcc/config/m68k/tower-as.h 2018/04/24 18:20:58 1.1.1.3 +++ gcc/config/m68k/tower-as.h 2018/04/24 18:28:11 1.1.1.4 @@ -23,7 +23,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include "m68k/tower.h" @@ -180,7 +181,7 @@ the Free Software Foundation, 675 Mass A { 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"); } /* This is how to output an insn to push a register on the stack. It need not be very fast code. */