diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-01 18:42:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-01 18:42:39 +0000 |
commit | 117733ad8d37ddea7f82fb98d3c091e48682724b (patch) | |
tree | 361230e1a23d8cbc49d526d3cc2a7a1683228009 /opcodes | |
parent | f79feb23c0a2c77eeb79509696fd27b0df6aded7 (diff) | |
download | gdb-117733ad8d37ddea7f82fb98d3c091e48682724b.zip gdb-117733ad8d37ddea7f82fb98d3c091e48682724b.tar.gz gdb-117733ad8d37ddea7f82fb98d3c091e48682724b.tar.bz2 |
make it work with recent sparc changes
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index e7eae02..e0588ed 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -25,12 +25,14 @@ Things-to-keep: ChangeLog Makefile.in configure.in +dis-buf.c h8500-dis.c h8500-opc.h i386-dis.c m68881-ext.c m68k-dis.c mips-dis.c +sparc-dis.c sparc-opc.c z8k-dis.c z8k-opc.h @@ -53,7 +55,7 @@ else fi -v9dirty="sparc-pinsn.c" +v9dirty="sparc-dis.c" if ( echo $* | grep keep\-v9 > /dev/null ) ; then echo Keeping v9 in ${v9dirty} |