aboutsummaryrefslogtreecommitdiff
path: root/opcodes/.Sanitize
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-02-12 03:13:21 +0000
committerDoug Evans <dje@google.com>1998-02-12 03:13:21 +0000
commitab0bd0493ad0dbb544fec8f46b03a0887c594bec (patch)
tree704bb265a3b05386c9228931a03cd0a8e706e3e9 /opcodes/.Sanitize
parente0bd6e186c1523ae7c8e9719d4b3bf84c590d76b (diff)
downloadgdb-ab0bd0493ad0dbb544fec8f46b03a0887c594bec.zip
gdb-ab0bd0493ad0dbb544fec8f46b03a0887c594bec.tar.gz
gdb-ab0bd0493ad0dbb544fec8f46b03a0887c594bec.tar.bz2
* cgen-opc.in: New file.
* cgen.sh: Translate @ARCH@. Cat cgen-opc.in into @arch@-opc.c. * Makefile.am (CGENFILES): Add cgen-opc.in. * Makefile.in: Regenerate. * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain. (cgen_hw_lookup): Make result const. * cgen-dis.in (*): Use PTR instead of void *. (print_insn): Delete unused vars `i', `syntax'. * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r--opcodes/.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index b53c650..9cd333c 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -15,7 +15,7 @@
Do-first:
-cygnus_files="cgen.sh cgen-asm.in cgen-dis.in"
+cygnus_files="cgen.sh cgen-asm.in cgen-dis.in cgen-opc.in"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
keep_these_too="${cygnus_files} ${keep_these_too}"