diff options
author | Jeff Law <law@redhat.com> | 1998-03-20 22:56:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-03-20 22:56:01 +0000 |
commit | 25957cb0640f86ef0587dd4dc8e821d3233ec734 (patch) | |
tree | 700b076702a63eedaeb282211b0defff791cf564 | |
parent | fc609c6c69af25cac3fb399d818b53c3329170ae (diff) | |
download | gdb-25957cb0640f86ef0587dd4dc8e821d3233ec734.zip gdb-25957cb0640f86ef0587dd4dc8e821d3233ec734.tar.gz gdb-25957cb0640f86ef0587dd4dc8e821d3233ec734.tar.bz2 |
Sanitize away vu0 stuff unless --keep-r5900.
-rw-r--r-- | opcodes/Makefile.am | 2 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 57d484d..6c46cd4 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -291,7 +291,9 @@ mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h +start-sanitize-r5900 mips-opc.lo: vu0.h +end-sanitize-r5900 mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \ $(INCDIR)/dis-asm.h $(BFD_H) diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index bcd2008..39f4d0b 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -658,7 +658,9 @@ mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h +start-sanitize-r5900 mips-opc.lo: vu0.h +end-sanitize-r5900 mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \ $(INCDIR)/dis-asm.h $(BFD_H) |