diff options
author | Tom Wood <wood@gnu.org> | 1992-10-07 20:18:21 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-10-07 20:18:21 +0000 |
commit | eb8295452fb6fef079e7e05d371cf93c6031335c (patch) | |
tree | 6fa410ec936a65122429fc232ccb73274a051e1b | |
parent | ee759b212b6c54a46dff2959f6faa29834d17749 (diff) | |
download | gcc-eb8295452fb6fef079e7e05d371cf93c6031335c.zip gcc-eb8295452fb6fef079e7e05d371cf93c6031335c.tar.gz gcc-eb8295452fb6fef079e7e05d371cf93c6031335c.tar.bz2 |
New modules added to MOVE_ASM.
From-SVN: r2354
-rw-r--r-- | gcc/config/m88k/t-luna | 3 | ||||
-rw-r--r-- | gcc/config/m88k/t-m88k | 3 | ||||
-rw-r--r-- | gcc/config/m88k/t-sysv4 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gcc/config/m88k/t-luna b/gcc/config/m88k/t-luna index 6c4cc2d..79a0d08 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 9a4d27d..51475ed 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 5986659..31910f1 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. |