aboutsummaryrefslogtreecommitdiff
path: root/opcodes/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1997-02-11Add r5900Gavin Romig-Koch1-0/+28
1996-12-29 * Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o.Fred Fish1-1/+1
* disassemble.c (ARCH_tic80): Define if ARCH_all is defined. (disassembler): Add bfd_arch_tic80 support to set disassemble to print_insn_tic80. * tic80-dis.c (print_insn_tic80): Add stub.
1996-12-28(Laying groundwork (that will be incrementally fleshed out) for TIc80 support)Fred Fish1-0/+36
* configure.in (arch in $selarchs): Add bfd_tic80_arch entry. * configure: Regenerate with autoconf. * tic80-dis.c: Add file. * tic80-opc.c: Add file.
1996-11-26 Add support for mips16 (16 bit MIPS implementation):Ian Lance Taylor1-0/+1
* mips16-opc.c: New file. * mips-dis.c: Include "elf-bfd.h" and "elf/mips.h". (mips16_reg_names): New static array. (print_insn_big_mips): Use print_insn_mips16 in 16 bit mode or after seeing a 16 bit symbol. (print_insn_little_mips): Likewise. (print_insn_mips16): New static function. (print_mips16_insn_arg): New static function. * mips-opc.c: Add jalx instruction. * Makefile.in (mips16-opc.o): New target. * configure.in: Use mips16-opc.o for bfd_mips_arch. * configure: Rebuild.
1996-10-03 * Makefile.in (ALL_MACHINES): Add mn10200-dis.o, mn10200-opc.o,Ian Lance Taylor1-1/+1
mn10300-dis.o, and mn10300-opc.o. Also add d10v and v850 files, with appropriate sanitization.
1996-10-03Grrr. The mn10200 and mn10300 are _not_ similar enough to easily supportJeff Law1-0/+4
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail.
1996-08-31 * v850-dis.c: New file. Skeleton for disassembler support.Jeff Law1-2/+2
* Makefile.in Remove v850 references, they're not needed here and they weren't being sanitized away. * configure.in: Add v850-dis.o when building v850 toolchains. * configure: Rebuilt. * disassemble.c (disassembler): Call v850 disassembler. Skeleton support for V850 disassembler.
1996-08-26Remove v850-opc.c from things-to-keepJ.T. Conklin1-1/+0
1996-08-20* Makefile.in (ALL_MACHINES): Add v850-opc.o.J.T. Conklin1-0/+39
* configure: (bfd_v850v_arch) Add new case. * configure.in: (bfd_v850_arch) Add new case. * v850-opc.c: New file.
1996-07-18start-sanitize-d10vMartin Hunt1-0/+36
Wed Jul 17 14:39:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * configure: (bfd_d10v_arch) Add new case. * configure.in: (bfd_d10v_arch) Add new case. * d10v-dis.c: New file. * d10v-opc.c: New file. * disassemble.c (disassembler) Add entry for d10v. end-sanitize-d10v
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law1-28/+0
1996-06-21Fri Jun 21 13:53:36 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-1/+1
* alpha-opc.c: New file. * alpha-opc.h: Remove. * alpha-dis.c: Complete rewrite to use new opcode table. * configure.in: For bfd_alpha_arch, use alpha-opc.o. * configure: Rebuild with autoconf 2.10. * Makefile.in (ALL_MACHINES): Add alpha-opc.o. (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not alpha-opc.h. (alpha-opc.o): New target.
1996-06-18 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argumentJeff Law1-0/+28
to just "mode". start-sanitize-h8s * disassemble.c (disassembler): Handle H8/S. * h8300-dis.c (print_insn_h8300s): New function for H8/S. end-sanitize-h8s Even more H8/S goo.
1996-06-18Tue Jun 18 15:08:54 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor1-0/+1
* makefile.vms: New file. * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
1996-06-08Kill r16/rce/acp stuff.Jim Wilson1-36/+0
1996-02-16fix up i960xl sanitizationIan Lance Taylor1-21/+0
1996-01-16Remove SH3e sanitization.Jim Wilson1-21/+0
1995-09-27mpw-make.in is out, mpw-make.sed is in.Stan Shebs1-1/+1
1995-09-04 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.Ian Lance Taylor1-0/+1
Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute host_makefile_frag or frags. * aclocal.m4: New file. * configure: Rebuild. * Makefile.in (INSTALL): Set to @INSTALL@. (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@. (INSTALL_DATA): Set to @INSTALL_DATA@. (AR): Set to @AR@. (AR_FLAGS): Set to rc rather than qc. (CC): Define as @CC@. (CFLAGS): Set to @CFLAGS@. (@host_makefile_frag@): Remove. (config.status): Remove dependency upon @frags@.
1995-08-07 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,Jeff Law1-0/+21
F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N. * sh-opc.h (sh_arg_type): Add new operand types. (sh_table): Add new opcodes from SH3E Floating Point ISA. sh3e stuff. Sanitized out for now.
1995-08-02 * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.Ian Lance Taylor1-0/+1
Clean up tables. * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff. (opcode): Remove. (print_insn_m68k): Change d to be const. Use m68k_numopcodes rather than numopcodes. Use m68k_opcodes rather than removed opcode function. Don't check F_ALIAS. (print_insn_arg): Change first parameter to be const char *. * Makefile.in (ALL_MACHINES): Add m68k-opc.o. (m68k-opc.o): New target. * configure.in: Build m68k-opc.o for bfd_m68k_arch. * configure: Rebuild.
1995-07-12Initial autoconfiscation; attempting also to remove use of bfd's sysdep.h file.Ken Raeburn1-2/+5
1995-07-04Sanitize arc stuff from Makefile.in.Ian Lance Taylor1-1/+1
1995-05-25Unsanitize SH3 support.Jim Wilson1-22/+0
1995-04-10always keep MPW support filesStan Shebs1-8/+2
1995-01-16 * configure.in: Add W65 support.Steve Chamberlain1-0/+2
* disassemble.c: Likewise. * w65-opc.h, w65-dis.c: New files.
1994-12-19don't sanitize arc files that have already been deletedKen Raeburn1-1/+1
1994-12-06Clean the sh3 stuff out the right way.Steve Chamberlain1-1/+1
1994-11-30Initial ARC support.David Edelsohn1-2/+36
1994-11-25remove sh3 stuff.Steve Chamberlain1-0/+24
1994-11-25Rename r16 files to rce, and fix some more .Sanitize typos.Michael Tiemann1-13/+13
1994-11-24*** empty log message ***Michael Tiemann1-2/+2
1994-11-24Fix .Sanitize scrips so that r16 is truly scrubbed out.Michael Tiemann1-0/+34
Also, report errors if any traces of sanitize remain after sanitizing.
1994-11-24Safely check in r16 targets for binutils.Michael Tiemann1-0/+8
1994-09-09keep arm filesKen Raeburn1-0/+2
1994-07-26i960xl changes (sanitized); keep ns32k-dis.cKen Raeburn1-0/+22
1994-06-30Elim dup of file namesStan Shebs1-3/+5
1994-06-16sparc v9 unsanitizationKen Raeburn1-52/+0
1994-06-08Tue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-7/+1
* mpw-config.in (target_arch): Compute from canonical target. (m68k, mips, powerpc, sparc): Add architectures. * mpw-make.in (disassemble.c.o): Add. (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
1994-06-05keep configure.batKen Raeburn1-0/+1
1994-04-29keep disassemble.cKen Raeburn1-0/+1
1994-03-14 * m68881-ext.c: Removed; no longer used.Ian Lance Taylor1-1/+0
* Makefile.in: Changed accordingly.
1994-01-22Added ppc-opc.c and ppc-dis.c.Ian Lance Taylor1-0/+2
1994-01-11Set lose_these_too correctlyStan Shebs1-3/+8
1994-01-03Mon Jan 3 11:44:29 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-2/+9
* mpw-config.in: New file, MPW version of configure.in. * mpw-make.in: New file, MPW version of Makefile.in. Mon Jan 3 12:54:35 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration bits.
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-07-20 * mips-opc.c: New file, containing opcode table fromJim Kingdon1-0/+1
../include/opcode/mips.h.
1993-07-15 * m88k-dis.c: New file, moved in from gdb and changed to use theIan Lance Taylor1-0/+1
new dis-asm.h disassembler interface. * Makefile.in (DIS_LIBS): Added m88k-dis.o. (m88k-dis.o): New target.
1993-06-08 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, withSteve Chamberlain1-0/+1
H8/300-H opcodes.