From 828c0124d089d2eff36c09bac4c6dcd23504f01a Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 24 Dec 2008 09:58:03 +0000 Subject: [PATCH] opcodes/ * Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files. * Makefile.in: Regenerate. --- opcodes/ChangeLog | 5 +++++ opcodes/Makefile.am | 14 ++++++++++++++ opcodes/Makefile.in | 14 ++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0063f435dd..b0dcbd0ada 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2008-12-24 Jan Kratochvil + + * Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files. + * Makefile.in: Regenerate. + 2008-12-12 Jon Beniston * Makefile.am: Add LM32 object files and dependencies. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index f8b5f856d1..d2ef46d187 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -123,6 +123,14 @@ CFILES = \ iq2000-dis.c \ iq2000-ibld.c \ iq2000-opc.c \ + lm32-asm.c \ + lm32-desc.c \ + lm32-desc.h \ + lm32-dis.c \ + lm32-ibld.c \ + lm32-opc.c \ + lm32-opc.h \ + lm32-opinst.c \ m32c-asm.c \ m32c-desc.c \ m32c-dis.c \ @@ -265,6 +273,12 @@ ALL_MACHINES = \ iq2000-dis.lo \ iq2000-ibld.lo \ iq2000-opc.lo \ + lm32-asm.lo \ + lm32-desc.lo \ + lm32-dis.lo \ + lm32-ibld.lo \ + lm32-opc.lo \ + lm32-opinst.lo \ m32c-asm.lo \ m32c-desc.lo \ m32c-dis.lo \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index d30f2c2930..d8b7bea1d8 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -364,6 +364,14 @@ CFILES = \ iq2000-dis.c \ iq2000-ibld.c \ iq2000-opc.c \ + lm32-asm.c \ + lm32-desc.c \ + lm32-desc.h \ + lm32-dis.c \ + lm32-ibld.c \ + lm32-opc.c \ + lm32-opc.h \ + lm32-opinst.c \ m32c-asm.c \ m32c-desc.c \ m32c-dis.c \ @@ -506,6 +514,12 @@ ALL_MACHINES = \ iq2000-dis.lo \ iq2000-ibld.lo \ iq2000-opc.lo \ + lm32-asm.lo \ + lm32-desc.lo \ + lm32-dis.lo \ + lm32-ibld.lo \ + lm32-opc.lo \ + lm32-opinst.lo \ m32c-asm.lo \ m32c-desc.lo \ m32c-dis.lo \ -- 2.34.1