]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
opcodes/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 24 Dec 2008 09:58:03 +0000 (09:58 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 24 Dec 2008 09:58:03 +0000 (09:58 +0000)
* Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files.
* Makefile.in: Regenerate.

opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in

index 0063f435ddca54ad6b7ac9da9d11a7564e40ff30..b0dcbd0adab48ddb50c01d358cde5ebda394fd1d 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files.
+       * Makefile.in: Regenerate.
+
 2008-12-12  Jon Beniston <jon@beniston.com>
 
        * Makefile.am: Add LM32 object files and dependencies.
index f8b5f856d102ec4ae4f40f1414aee18e1fbecb94..d2ef46d187b153ba8d2d24e48d3dcc67ab4cee0e 100644 (file)
@@ -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 \
index d30f2c2930cc84e00b643c39a29d8e68c08c0856..d8b7bea1d8520447fedcce45d638c725ff5b6d84 100644 (file)
@@ -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 \