diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-04 17:14:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-04 17:14:37 +0000 |
commit | 1e608f986c4f02941e9e59c00babc379cb7bfc6d (patch) | |
tree | be3d69fed6c5cf3f67c3e214fee01506fb86a192 /opcodes/Makefile.am | |
parent | 0bcb993b9f9ddf2dce0a3e137d42c027ac1edf70 (diff) | |
download | gdb-1e608f986c4f02941e9e59c00babc379cb7bfc6d.zip gdb-1e608f986c4f02941e9e59c00babc379cb7bfc6d.tar.gz gdb-1e608f986c4f02941e9e59c00babc379cb7bfc6d.tar.bz2 |
1999-09-04 Steve Chamberlain <sac@pobox.com>
* pj-opc.c: New file.
* pj-dis.c: New file.
* disassemble.c (disassembler): Handle bfd_arch_pj.
* configure.in: Handle bfd_pj_arch.
* Makefile.am: Rebuild dependencies.
(CFILES): Add pj-dis.c and pj-opc.c.
(ALL_MACHINES): Add pj-dis.lo and pj-opc.lo.
* configure, Makefile.in: Rebuild.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 71a1e99..60d17f6 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -70,6 +70,8 @@ CFILES = \ m10300-dis.c \ m10300-opc.c \ ns32k-dis.c \ + pj-dis.c \ + pj-opc.c \ ppc-dis.c \ ppc-opc.c \ sh-dis.c \ @@ -126,6 +128,8 @@ ALL_MACHINES = \ mips-dis.lo \ mips-opc.lo \ mips16-opc.lo \ + pj-dis.lo \ + pj-opc.lo \ ppc-dis.lo \ ppc-opc.lo \ ns32k-dis.lo \ @@ -334,6 +338,9 @@ m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \ sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \ opintl.h +pj-dis.lo: pj-dis.c $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h \ + $(BFD_H) $(INCDIR)/ansidecl.h +pj-opc.lo: pj-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/pj.h ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \ config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h \ |