diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
commit | c17ae8a24ed279ed7e58af6fe08ead6e0600a74a (patch) | |
tree | 220fffa12f57b6549e7540f80cde55391f3bdbb5 /opcodes/Makefile.am | |
parent | 909272ee76c4915692763a3dde6b4b1dc21fc166 (diff) | |
download | gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.zip gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.gz gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.bz2 |
Remove a29k support.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 8e97665..5352b0e 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -47,7 +47,6 @@ HFILES = \ # C source files that correspond to .o's. CFILES = \ - a29k-dis.c \ alpha-dis.c \ alpha-opc.c \ arc-dis.c \ @@ -182,7 +181,6 @@ CFILES = \ z8kgen.c ALL_MACHINES = \ - a29k-dis.lo \ alpha-dis.lo \ alpha-opc.lo \ arc-dis.lo \ @@ -574,8 +572,6 @@ dep-am: DEP # DO NOT DELETE THIS LINE -- mkdep uses it. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |