mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
opcodes/
* Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files. * Makefile.in: Regenerate.
This commit is contained in:
parent
483620e86f
commit
828c0124d0
@ -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.
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user