diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-24 09:58:03 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-24 09:58:03 +0000 |
commit | 828c0124d089d2eff36c09bac4c6dcd23504f01a (patch) | |
tree | f2930e59ad7c8fb11c1c7fda3c4f2102a4572a9d /opcodes/Makefile.in | |
parent | 483620e86f09fcb4bc923c9f4b0c211e10efd334 (diff) | |
download | gdb-828c0124d089d2eff36c09bac4c6dcd23504f01a.zip gdb-828c0124d089d2eff36c09bac4c6dcd23504f01a.tar.gz gdb-828c0124d089d2eff36c09bac4c6dcd23504f01a.tar.bz2 |
opcodes/
* Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index d30f2c2..d8b7bea 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 \ |