From: Tom Wood Date: Wed, 7 Oct 1992 20:18:21 +0000 (+0000) Subject: New modules added to MOVE_ASM. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb8295452fb6fef079e7e05d371cf93c6031335c;p=gcc.git New modules added to MOVE_ASM. From-SVN: r2354 --- diff --git a/gcc/config/m88k/t-luna b/gcc/config/m88k/t-luna index 6c4cc2d6c48..79a0d087ebf 100644 --- a/gcc/config/m88k/t-luna +++ b/gcc/config/m88k/t-luna @@ -1,7 +1,8 @@ # Specify how to create the *.asm files MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ - moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm + moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \ + moveDI96x.asm $(MOVE_ASM): $(srcdir)/config/m88k-move.sh bash $(srcdir)/config/m88k-move.sh -no-tdesc diff --git a/gcc/config/m88k/t-m88k b/gcc/config/m88k/t-m88k index 9a4d27dc1e6..51475ed4ff2 100644 --- a/gcc/config/m88k/t-m88k +++ b/gcc/config/m88k/t-m88k @@ -1,7 +1,8 @@ # Specify how to create the *.asm files MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ - moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm + moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \ + moveDI96x.asm $(MOVE_ASM): $(srcdir)/config/m88k-move.sh $(srcdir)/config/m88k-move.sh diff --git a/gcc/config/m88k/t-sysv4 b/gcc/config/m88k/t-sysv4 index 59866593572..31910f19f91 100644 --- a/gcc/config/m88k/t-sysv4 +++ b/gcc/config/m88k/t-sysv4 @@ -1,7 +1,8 @@ # Specify how to create the *.asm files MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ - moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm + moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \ + moveDI96x.asm # Use the -abi option for version 03.00 syntax.