aboutsummaryrefslogtreecommitdiff
path: root/opcodes/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-537/+0
1999-02-11 * Makefile.in: Rebuild.Doug Evans1-3/+3
1999-02-10fix sanitization of m32r-desc.c,m32r-desc.h,m32r-ibld.c,m32r-opinst.cDoug Evans1-1/+1
1999-02-10 * i960c-asm.c,i960c-dis.c,i960c-opc.c,i960c-opc.h: Delete.Doug Evans1-5/+8
* i960-dis.c (print_insn_i960): Rename from print_insn_i960_orig. * Makefile.am: Remove references to them. (HFILES): Add fr30-desc.h,m32r-desc.h. (CFILES): Add fr30-desc.c,fr30-ibld.c,m32r-desc.c,m32r-ibld.c, m32r-opinst.c. (ALL_MACHINES): Update. * configure.in: Redo handling of cgen_files. (bfd_i960_arch): Delete i960c-*.lo files. * configure: Regenerate. * cgen-asm.c (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC. (hash_insn_array): Rewrite. * cgen-dis.c (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC. (hash_insn_array): Rewrite. * cgen-opc.c (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC. (cgen_lookup_insn,cgen_get_insn_operands): Define here. (cgen_lookup_get_insn_operands): Ditto. * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerate. * m32r-asm.c,m32r-dis.c,m32r-opc.c,m32r-opc.h: Regenerate. * po/POTFILES.in: Rebuild. * po/opcodes.pot: Rebuild. * Makefile.am (fr30 cgen dependencies): Add new files. (m32r cgen dependencies): Add new files. (CGENFILES): Update for opcode table reorg. (run-cgen): Pass $(extrafiles). (stamp-m32r): Set extrafiles to "opinst". * cgen-opc.in: Delete. * cgen-ibld.in: New file. * cgen-asm.in: Include @prefix@-desc.h. (insert_1,insert_normal,insert_insn_normal): Moved to cgen-ibld.in. * cgen-dis.in: Include @prefix@-desc.h. (fill_cache,extract_1,extract_normal,extract_insn_normal): Moved to cgen-ibld.in. * cgen.sh: Accept new arg to handle generation of opinst file. Generate arch-desc.[ch],arch-opinst.c,arch-ibld.c files.
1999-02-05 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.Ian Lance Taylor1-1/+0
Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to AC_PROG_INSTALL. * acconfig.h: Remove. * configure: Rebuild with current autoconf/automake. * aclocal.m4: Likewise. * config.in: Likewise. * Makefile.in: Likewise.
1999-02-05s/sanitize-m32rx/sanitize-cygnus/Doug Evans1-9/+13
1999-02-01Remove v850e sanitizationNick Clifton1-29/+0
1999-01-26am33 is now kept with --keep-cygnus.Jeff Law1-30/+1
1999-01-11 * fr30-opc.c: Regenerate.Doug Evans1-36/+4
Plus remove fr30 sanitization.
1998-12-18sanitization fix.Felix Lee1-0/+17
1998-12-13for bfd:Gavin Romig-Koch1-0/+28
* archures.c,bfd-in2.h (bfd_mach_mips4121): New. * cpu-mips.c: Added vr4121. * elf32-mips.c (elf_mips_mach): Same. (_bfd_mips_elf_final_write_processing): Same. for gas: * config/tc-mips.c (mips_4121): New. (md_begin,mips_ip,md_longopts,md_parse_option): Add vr4121. for gcc: * config/mips/mips.c (override_options): Add vr4121. * config/mips/t-vr4xxx (MULTILIB_MATCHES): Same. for include/elf: * mips.h (E_MIPS_MACH_4121): New. for include/opcode: * mips.h (INSN_4121): New. for opcodes: * mips-dis.c (set_mips_isa_type): Add bfd_mach_mips4121. (_print_insn_mips): Same. * mips-opc.c: Add vr4121. for sim/mips: * configure.in,mips.igen,vr.igen: Add vr4121. * configure: Rebuilt.
1998-12-08i960 cgen simulator support.Jim Wilson1-0/+4
* Makefile.am (CFILES): Add i960c-asm, i960c-dis.c, i960c-opc.c. (ALL_MACHINES): Add i960c-asm.lo, i960c-dis.lo, i960-opc.lo. start-sanitize-cygnus (CLEANFILES): Add stamp-i960. (I960_DEPS): Define. (i960c-opc.h, i960c-opc.c, i960c-asm.c, i960c-dis.c, stamp-i960): New makefile rules. end-sanitize-cygnus (i960-asm.lo, i960c-dis.lo, i960c-opc.lo): New Makefile rules. * Makefile.in: Rebuilt. * configure.in (bfd_i960_arch): Add i960c-opc.lo, i960-asm.o, i960-dis.c to ta. * i960-dis.c (print_insn_i960): Rename to print_insn_i960_orig. * i960c-asm.c, i960c-dis.c, i960c-opc.c, i960c-opc.h: New files.
1998-11-06redo fr30 sanitizationDoug Evans1-5/+36
1998-11-06temporarily sanitize fr30Doug Evans1-4/+5
1998-11-05Added fr30-asm.c fr30-dis.c fr30-opc.c fr30-opc.hDave Brolley1-2/+6
1998-09-10Sanitize out Nortel 750 sprsMichael Meissner1-0/+30
1998-08-31remove armelf sanitization.Catherine Moore1-27/+0
1998-08-20check for mentions of sanitized filesIan Lance Taylor1-4/+14
1998-08-18 * mips-opc.c: Insert contents of vu0.h, rather than including it.Ian Lance Taylor1-8/+0
* vu0.h: Remove. * Makefile.am: Rebuild dependencies. * Makefile: Rebuild.
1998-08-12sanitize-vr5400 -> sanitize-cygnus, for 98r2Ken Raeburn1-9/+9
1998-08-10 * arm-dis.c (print_insn_big_arm): Check for thumb symbolCatherine Moore1-0/+28
attributes. (print_insn_little_arm): Likewise.
1998-07-24remove d30v sanitizationIan Lance Taylor1-36/+2
1998-06-26 * configure.in: For bfd_vax_arch, build vax-dis.lo.Ian Lance Taylor1-0/+1
* Makefile.am: Rebuild dependencies. (CFILES): Add vax-dis.c. (ALL_MACHINES): Add vax-dis.lo. * aclocal.m4: Rebuild with current libtool. * configure, Makefile.in: Rebuild. Fri Jun 26 12:03:20 1998 Klaus Kaempf <kkaempf@progis.de> * vax-dis.c: New file, from work by Pauline Middelink <middelin@polyware.iaf.nl>. * disassemble.c (ARCH_vax): Define if ARCH_all. (disassembler): Add case for ARCH_vax. * makefile.vms: Support compilation on vms/vax.
1998-06-24 * mn10300-dis.c (print_insn_mn10300): 0xf9 opcode prefix specifiesJeff Law1-1/+1
3 byte instructions. (disassemble): Handle new instruction formats FMT_D6, FMT_D7, FMT_D8 FMT_D9 and FMT_D10. Handle various new opcode flags for the am33.
1998-06-18tipoIan Lance Taylor1-1/+1
1998-06-17start-sanitize-am33Jeff Law1-0/+28
* m10300-opc.c (USP, SSP, MSP, PC, IMM4, EPSW, RN0, RM1): New operands for the am33. (mn10300_opcodes): Add new instructions from the am33. end-sanitize-am33 * m10300-opc.c (mn10300_opcodes): Change opcode for "syscall". Snapshot current work.
1998-05-06fix xgettext invocationIan Lance Taylor1-1/+1
1998-05-06fix gettext sanitizationIan Lance Taylor1-2/+2
1998-05-06add poIan Lance Taylor1-0/+1
1998-04-28Regernate aclocal.m4 and configure using latest tools (I hope!)Nick Clifton1-0/+25
1998-04-28add opintl.hIan Lance Taylor1-0/+1
1998-03-19 * vu0.h: New file with cop2/vu0 instructions.Jeff Law1-1/+9
* mips-opc.c: Include vu0.h. * mips-dis.c (print_insn_arg): Handle new args 0-9, +, -, %, K, &, J, Q, X, and U. (print_insn_mips): Do not emit a tab after an instruction if the first arg is an instruction completer (&). If the next arg is an escape character (%), then print the next arg verbatim. * Makefile.am (mips-opc.lo): Depend on vu0.h
1998-03-07Remove SH4 sanitation.Joern Rennecke1-32/+0
1998-03-03 * mips-dis.c (_print_insn_mips) : Handle bfd_mach_mips4320.Gavin Romig-Koch1-0/+28
* mips-opc.c ("mac","dmac") : Added 4320 insns.
1998-02-12 * cgen-opc.in: New file.Doug Evans1-1/+1
* 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.
1998-02-04add sanitization of m32rx PIPE attribute, redact can do this more cleanlyDoug Evans1-1/+3
1998-02-03Added m32rx sanitization.Nick Clifton1-0/+28
1998-02-03Mon Feb 2 19:22:15 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor1-0/+1
* tic30-dis.c: New file. * disassemble.c (disassembler): Add bfd_arch_tic30 case. * configure.in: Handle bfd_tic30_arch. * Makefile.am: Rebuild dependencies. (CFILES): Add tic30-dis.c (ALL_MACHINES): Add tic30-dis.lo. * configure, Makefile.in: Rebuild.
1998-01-28 * dvp-dis.c, dvp-opc.c: New files.Doug Evans1-2/+2
* configure.in: Compile them if bfd_dvp_arch, as well as mips. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. plus delete old txvu stuff
1998-01-28 * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.Jeff Law1-3/+3
Only recognize instructions for the current target_processor.
1998-01-16backout m32rx stuff, not ready to be checked inDoug Evans1-2/+0
1998-01-15(Temporarily) added m32r-asm.in and m32r-dis.in to the list of kept files.Nick Clifton1-0/+2
1998-01-14Remove cgen.sh, cgen-{asm,dis}.in from Things-to-keep, they'reDoug Evans1-3/+0
handled in Do-first.
1998-01-13 * Makefile.am: Add cgen support.Doug Evans1-0/+39
* Makefile.in: Regenerate. * configure.in: Add cgen support. * configure: Regenerate. * aclocal.m4: Regenerate. * cgen.sh, cgen-asm.in, cgen-dis.in: New files.
1998-01-05 * txvu-dis.c, txvu-opc.c: New files.Doug Evans1-0/+8
* configure.in: Compile them. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo. (txvu-dis.lo,txvu-opc.lo): Add rules for. * Makefile.in: Regenerate.
1997-12-22 * configure.in: Add txvu support.Doug Evans1-0/+28
* configure: Regenerate. * disassemble.c: Add txvu support.
1997-11-03make vr5400 disassembly work; fix bugs in some vr5400 insnsKen Raeburn1-1/+1
1997-10-29 * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp):Gavin Romig-Koch1-0/+28
Add tx49 insns and configury.
1997-10-28Duh. Check in the vr5400 stuff from the directory that doesn't haveKen Raeburn1-0/+28
it sanitized out this time...
1997-09-21Fixed sanitization bugs.Nick Clifton1-4/+0