aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Collapse)AuthorFilesLines
1996-06-20 * sparc-dis.c (print_insn_sparc): Remove unused local variable i.Ian Lance Taylor1-0/+4
Set imm_added_to_rs1 even if the source and destination register are not the same.
1996-06-19 * sparc-opc.c: Add some two operand forms of the wr instruction.Ian Lance Taylor1-0/+6
1996-06-18 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argumentJeff Law2-0/+37
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-18 * ppc-opc.c: Fix fcmpo opcode. From Sergei SteshenkoIan Lance Taylor1-0/+5
<sergei@msil.sps.mot.com>.
1996-06-18Tue Jun 18 15:08:54 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor3-0/+47
* 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 Wilson3-211/+0
1996-05-23Silence warnings from Solaris PowerPC ccMichael Meissner1-1/+20
1996-04-17 * saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.David Edelsohn2-1/+6
1996-04-11 * sparc-opc.c: Set F_FBR on floating point branch instructions.Ian Lance Taylor2-118/+123
Set F_FLOAT on other floating point instructions. PR 355.
1996-04-08Add 860 specific registersMichael Meissner1-0/+6
1996-04-08Use BFD_PICLIST.Ian Lance Taylor1-1/+3
1996-04-08 * configure.in: Permit --enable-shared to specify a list ofIan Lance Taylor3-9/+17
directories. * configure: Rebuild.
1996-04-06 * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates,Jeff Law1-0/+7
not "abs", which may be needed for the absolute in something like btst #0,@10:8. Print L_3 immediates separately from other immediates. Change ABSMOV reference to ABS8MEM. One day we'll actually disassemble btst #0,@10:8 correctly... But not yet. hmse.
1996-04-03 * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.David Edelsohn3-72/+161
(current_arch_mask): New static global. (compute_arch_mask): New static function. (print_insn_sparc): Delete sparc_v9_p. New static local current_mach. Resort opcode table if current_mach changes. Generalize "insn not supported" test. (compare_opcodes): Prefer supported opcodes to nonsupported ones. Delete test for v9/!v9. * sparc-opc.c (MASK_*): Use SPARC_OPCODE_ARCH_MASK. (v6notlet): Define. (brfc): Split into CBR and FBR for coprocessor/fp branches. (brfcx): Renamed to FBRX. (condfc): Renamed to CONDFC. Pass v6notlet to CBR (standard coprocessor mnemonics are not supported on the sparclet). (condf): Renamed to CONDF. (SLCBCC2): Delete F_ALIAS flag.
1996-03-31(COMMUTEOP,SLCBCC,SLCBCC2 macros): Make uppercase.David Edelsohn1-30/+30
1996-03-31 * sparc-opc.c (sparc_opcodes): rd must be 0 forDavid Edelsohn2-31/+40
mov foo,{%y,%psr,%wim,%tbr}. Support mov foo,%asrX.
1996-03-29 * Makefile.in (config.status): Depend upon BFD VERSION file, soIan Lance Taylor2-15/+22
that the shared library version number is set correctly.
1996-03-26 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. FromIan Lance Taylor3-32/+145
Miles Bader <miles@gnu.ai.mit.edu>. * configure: Rebuild.
1996-03-12 * configure: Rebuild with autoconf 2.8.Ian Lance Taylor1-0/+9
1996-03-05 * configure.in: Don't set SHLIB or SHLINK to an empty string,Ian Lance Taylor1-0/+6
since they appear as targets in Makefile.in. * configure: Rebuild.
1996-02-27 * mpw-make.sed: Edit out shared library support bits.Stan Shebs2-0/+18
1996-02-21 * sparc-opc.c (v8,v6notv9): Add MASK_SPARCLET.David Edelsohn3-114/+263
(sparc_opcode_archs): Add MASK_V8 to sparclet entry. (sparc_opcodes): Add sparclet insns. (sparclet_cpreg_table): New static local. (sparc_{encode,decode}_sparclet_cpreg): New functions. * sparc-dis.c (print_insn_sparc): Handle sparclet cpregs.
1996-02-19 * configure.in: Set and substitute SHLIB_DEP.Ian Lance Taylor1-0/+11
* configure: Rebuild. * Makefile.in (SHLIB_DEP): New variable. (LIBIBERTY_LISTS, BFD_LIST): New variables. (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If COMMON_SHLIB, add them to piclist with appropriate modifications. ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB here: just use piclist.
1996-02-19 * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.David Edelsohn1-0/+11
(print_insn_sparc): Rewrite v9/not-v9 tests. (compare_opcodes): Likewise. * sparc-opc.c (MASK_<ARCH>): Define. (v6,v7,v8,sparclite,v9,v9a): Redefine. (sparclet,v6notv9): Define. (sparc_opcode_archs): Delete member `conflicts'. Add `supported'. (sparc_opcodes): Delete F_NOTV9, use v6notv9 instead.
1996-02-16fix up i960xl sanitizationIan Lance Taylor2-29/+1
1996-02-15 * configure.in: Call AC_PROG_CC before configure.host.Ian Lance Taylor3-7/+30
* configure: Rebuild.
1996-02-15 * Makefile.in (SONAME): Remove leading ../bfd/ from $(SHLIB).Ian Lance Taylor2-7/+46
1996-02-15Wed Feb 14 19:01:27 1996 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor2-19/+71
* i386-dis.c (onebyte_has_modrm): New static array. (twobyte_has_modrm): New static array. (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
1996-02-12Undef PPC before useMichael Meissner1-0/+8
1996-02-07 * Makefile.in (SONAME): New variable.Ian Lance Taylor1-0/+14
($(SHLINK)): Make a link to the transformed name, as well. (stamp-tshlink): New target. (install): Skip stamp-tshlink during install.
1996-02-05 * i960-dis.c (mem): Add HX dcinva instruction.Ian Lance Taylor1-0/+7
(reg): Add HX instructions. start-sanitize-i960xl The HX instructions are the XL instructions, so this just involves arranges for them to not be sanitized. end-sanitize-i960xl
1996-02-05tipoIan Lance Taylor2-2/+2
1996-02-05 Support for building as a shared library, based on patches fromIan Lance Taylor4-27/+244
Alan Modra <alan@spri.levels.unisa.edu.au>: * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib. New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS, COMMON_SHLIB, SHLINK. * configure: Rebuild. * Makefile.in (ALLLIBS): New variable. (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables. (COMMON_SHLIB, SHLINK): New variables. (.c.o): If PICFLAG is set, compile twice, once PIC, once normal. (STAGESTUFF): Remove variable. (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB). (stamp-piclist, piclist): New targets. ($(SHLIB), $(SHLINK)): New targets. ($(OFILES)): Depend upon stamp-picdir. (disassemble.o): Build twice if PICFLAG is set. (MOSTLYCLEAN): Add pic/*.o. (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist. (distclean): Remove pic and stamp-picdir. (install): Install shared libraries. (stamp-picdir): New target.
1996-01-30 * dis-buf.c: Include "sysdep.h" before "dis-asm.h".Ian Lance Taylor1-0/+8
1996-01-25 * i386-dis.c (print_insn_i386): Only fetch the mod/reg/rm byteIan Lance Taylor1-0/+6
when necessary. From Ulrich Drepper <drepper@myware.rz.uni-karlsruhe.de>.
1996-01-25 * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced withDavid Edelsohn2-10/+50
sparc_num_opcodes. Update architecture enum values. * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname. (sparc_opcode_lookup_arch): New function. (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes. (sparc_opcodes): Add v9a shutdown insn.
1996-01-23 * sparc-dis.c (print_insn_sparc): Renamed from print_insn.David Edelsohn2-44/+25
If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode architecture. (print_insn_sparc64): Deleted. * disassemble.c (disassembler, case bfd_arch_sparc): Always use print_insn_sparc.
1996-01-22 * disassemble.c (disassembler, case bfd_arch_sparc): bfd_mach_sparc64David Edelsohn2-7/+18
renamed to bfd_mach_sparc_v9. Check for bfd_mach_sparc_v9a.
1996-01-22 * sparc-opc.c (architecture_pname): Add v9a.David Edelsohn2-54/+71
The actual insns haven't been added yet.
1996-01-16Remove SH3e sanitization.Jim Wilson2-33/+0
1996-01-12Fri Jan 12 14:35:58 1996 David Mosberger-Tang <davidm@AZStarNet.com>Ian Lance Taylor2-107/+138
* alpha-opc.h (alpha_insn_set): VAX floating point opcode was incorrectly defined as 0x16 when it should be 0x15. (FLOAT_FORMAT_MASK): function code is 11 bits, not just 7 bits! (alpha_insn_set): added cvtst and cvttq float ops. Also added excb (exception barrier) which is defined in the Alpha Architecture Handbook version 2. * alpha-dis.c (print_insn_alpha): Fixed special-case decoding for OPERATE_FORMAT_CODE type instructions. The bug caused mulq to be disassembled as or, for example.
1996-01-10 * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.Ian Lance Taylor1-0/+5
(_print_insn_mips): Change i from int to unsigned int.
1996-01-05Fix tlb for PowerPCMichael Meissner1-0/+5
1996-01-03Add Pentium Pro supportMichael Meissner2-20/+37
1995-12-15 * disassemble.c (disassembler): Use new bfd_big_endian macro.Ian Lance Taylor1-0/+4
1995-12-12 * Makefile.in (distclean): Remove stamp-h. From RonaldIan Lance Taylor1-0/+5
F. Guilmette <rfg@monkeys.com>.
1995-12-05 From David Mosberger-Tang <davidm@azstarnet.com>:Stan Shebs1-0/+6
* alpha-dis.c (print_insn_alpha): fixed decoding of cpys instruction.
1995-12-04* sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.J.T. Conklin3-10/+49
(sh_table): Added many SH3 opcodes. * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.
1995-12-01Fix subfc.,subfco,subco,subco. to be in the proper classificationsMichael Meissner1-0/+5
1995-11-27 * configure: Rebuild with autoconf 2.7.Ian Lance Taylor1-0/+4