Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-10 | work around locale problems for case insensitivity | Nick Clifton | 5 | -160/+296 | |
2001-10-09 | fix z8k assembly and disassembly | Nick Clifton | 2 | -8/+13 | |
2001-10-09 | fix encoding & decoding of DSP single data transfer instructions | Nick Clifton | 3 | -13/+21 | |
2001-10-09 | Fix compile time warnings in cgen-generated files | Nick Clifton | 24 | -409/+488 | |
2001-10-08 | * opcodess/arm-opc.h (arm_opcodes): Add cirrus insns. | Aldy Hernandez | 3 | -0/+112 | |
* opcodes/arm-dis.c (print_insn_arm): Add 'I' case. | |||||
2001-10-03 | Regenerate configure to include the gettext.m4 change. Update | Alan Modra | 3 | -6/+12 | |
opcodes/po/POTFILES.in | |||||
2001-10-02 | * Makefile.am (Makefile): Depend on bfd/configure.in | Alan Modra | 3 | -98/+132 | |
Run "make dep-am" * Makefile.in: Regenerate. | |||||
2001-09-30 | 2001-09-30 John Healy <jhealy@redhat.com> | John Healy | 2 | -3/+9 | |
* cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits calls to cgen_get_insn_value and cgen_put_insn_value calls. (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call. | |||||
2001-09-30 | * Makefile.am: Update dependencies with "make dep-am". | Hans-Peter Nilsson | 3 | -39/+56 | |
* Makefile.in: Regenerate. | |||||
2001-09-26 | * arc-dis.c: Formatting fixes. | Alan Modra | 2 | -36/+52 | |
(my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE. | |||||
2001-09-21 | * arc-dis.c: Don't include <ctype.h>. | Alan Modra | 4 | -3/+6 | |
* openrisc-desc.c: Likewise. * openrisc-ibld.c: Likewise. | |||||
2001-09-20 | oops - forgot to check for clean 64 bit build - fix compile time warning | Nick Clifton | 1 | -2/+2 | |
2001-09-20 | Fix compile time warnings | Nick Clifton | 23 | -1234/+1360 | |
2001-09-19 | Fix compile time warning messages | Nick Clifton | 10 | -59/+117 | |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 11 | -41/+63 | |
2001-09-18 | s390 assembler improvements and testsuite | Nick Clifton | 8 | -1715/+1137 | |
2001-09-14 | Fix VXA mask bits | Nick Clifton | 2 | -2/+6 | |
2001-09-04 | * i386-dis.c (grps): Don't print the implicit al/ax/eax register | Alan Modra | 2 | -8/+13 | |
for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns. | |||||
2001-08-31 | 2001-08-31 Eric Christopher <echristo@redhat.com> | Eric Christopher | 2 | -12/+16 | |
Jason Eckhardt <jle@redhat.com> * mips-dis.c: Add support for bfd_mach_mipsisa32 and bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k, bfd_mach_mips64. | |||||
2001-08-31 | * tic54x-opc.c: Add default initializers to avoid warnings. | Andreas Jaeger | 4 | -361/+370 | |
* arc-opc.c: Include "sysdep.h" to get stdio.h as include file. * arc-ext.c: Likewise. | |||||
2001-08-28 | * m68hc11-dis.c: Add missing prototypes. | Andreas Jaeger | 1 | -1/+9 | |
(forgotten in last checkin) | |||||
2001-08-28 | * ppc-opc.c (icbt): Order correctly. | Matthew Green | 2 | -2/+6 | |
2001-08-27 | * ppc-opc.c (DS): Add PPC_OPERAND_DS flag. | Alan Modra | 2 | -8/+40 | |
(LS): Define. (insert_ds): Complain if not a multiple of 4. (XSYNC): Define. (XSYNC_MASK): Define. (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev", "slbmfee". Modify "sync" to use XSYNC_MASK and LS. | |||||
2001-08-26 | * h8500-opc.h: Add default initializers to h8500_table to shut up | Andreas Jaeger | 2 | -534/+539 | |
GCC warnings. | |||||
2001-08-26 | For include/opcode: | Andreas Jaeger | 14 | -61/+165 | |
* d30v.h: Fix declaration of reg_name_cnt. * d10v.h: Fix declaration of d10v_reg_name_cnt. * arc.h: Add prototypes from opcodes/arc-opc.c. For opcodes: * tic54x-dis.c: Add unused attributes where needed. * z8k-dis.c (output_instr): Add unused attribute. * h8300-dis.c: Add missing prototypes. (bfd_h8_disassemble): Make static. * cris-dis.c: Add missing prototype. * h8500-dis.c: Likewise. * m68hc11-dis.c: Likewise. * pj-dis.c: Likewise. * tic54x-dis.c: Likewise. * v850-dis.c: Likewise. * vax-dis.c: Likewise. * w65-dis.c: Likewise. * z8k-dis.c: Likewise. * d10v-dis.c: Add missing prototype. (dis_long): Remove unused variable. (dis_2_short): Likewise. * sh-dis.c: Add missing prototypes. * v850-opc.c: Likewise. Add unused attributes where needed. * ns32k-dis.c: Add missing prototypes. (bit_extract_simple): Remove unused variable. | |||||
2001-08-23 | * opcodes/s390-opc.c: Add "low or high" and "not low or high" | Andreas Jaeger | 3 | -20/+39 | |
branch instructions for gcc 3.0. * opcodes/s390-opc.txt: Likewise. | |||||
2001-08-21 | * mips-dis.c: Add missing prototypes. | Andreas Jaeger | 2 | -163/+192 | |
* a29k-dis.c: Likewise. * arc-dis.c: Likewise. * ia64-opc.c: Likewise. | |||||
2001-08-21 | * i960-dis.c: Add parameters for prototypes | Andreas Jaeger | 5 | -61/+100 | |
(ctrl): Add unused attributes. (cobr): Likewise. (put_abs): Likewise. * mips-dis.c: Add missing prototypes. * a29k-dis.c: Likewise. * arc-dis.c: Likewise. * ia64-opc.c: Likewise. * s390-dis.c: Add missing prototypes. (init_disasm): Remove unused attribute since the parameter is used. | |||||
2001-08-16 | Add support for MIPS R1[02]000 performance counter opcodes. | Thiemo Seufer | 2 | -4/+15 | |
2001-08-16 | * mips-opc.c: R3900s can support all branch likely INSN_MACROs where | Jonathan Larmour | 2 | -18/+23 | |
the corresponding non-likely insn is in MIPS I. | |||||
2001-08-13 | * mcore-dis.c: Fix formatting. | Kazu Hirata | 5 | -117/+119 | |
* mips-dis.c: Likewise. * pj-dis.c: Likewise. * z8k-dis.c: Likewise. | |||||
2001-08-12 | * cgen-ibld.in (extract_normal): Match type of VALUE and MASK | Richard Henderson | 18 | -138/+624 | |
to *VALUEP. Regenerate all cgen files. | |||||
2001-08-10 | * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32 | Richard Sandiford | 3 | -4/+10 | |
argument. * mips-opc.c (G6): Undefine. (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro as the first "move" alternative. | |||||
2001-08-10 | * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes | Andreas Jaeger | 3 | -182/+177 | |
to build warnings. * configure: Regenerate. | |||||
2001-08-10 | Revert 2001-08-08 changes. | Alan Modra | 2 | -79/+76 | |
2001-08-09 | * dis-buf.c (generic_strcat_address): Add missing prototype. | Alan Modra | 2 | -0/+9 | |
#if 0 the functions as it is unused. | |||||
2001-08-08 | * ppc.h (struct powerpc_operand): New field `reloc'. | Alan Modra | 2 | -72/+85 | |
* ppc-opc.c: Include "bfd.h". (powerpc_operands): Add new field for reloc type. | |||||
2001-08-07 | * mips-dis.c (print_insn_arg): Don't use software integer registers | Thiemo Seufer | 2 | -19/+31 | |
for coprocessor registers. (_print_insn_mips): Get distinction between old ABI and new ABI right. | |||||
2001-08-01 | Cleanups for z8k target | Nick Clifton | 3 | -32/+50 | |
2001-07-29 | * i386-dis.c: Fix formatting. | Kazu Hirata | 2 | -60/+61 | |
2001-07-28 | * i386-dis.c: Change formatting conventions for architecture | Alan Modra | 2 | -50/+127 | |
i386:intel to better match the format of various intel i386 assemblers, like nasm, tasm or masm. | |||||
2001-07-25 | * d10v-dis.c: Fix formatting. | Kazu Hirata | 3 | -171/+179 | |
* d30v-dis.c: Likewise. | |||||
2001-07-24 | Update dependencies with "make dep-am". | Alan Modra | 3 | -13/+20 | |
2001-07-24 | * alpha-dis.c: Fix formatting. | Kazu Hirata | 5 | -116/+121 | |
* cris-dis.c: Likewise. * m10300-dis.c: Likewise. * tic54x-dis.c: Likewise. | |||||
2001-07-24 | * m68k-dis.c: Fix formatting. | Kazu Hirata | 4 | -81/+85 | |
* pj-dis.c: Likewise. * z8k-dis.c: Likewise. | |||||
2001-07-23 | * s390-dis.c: Fix formatting. | Kazu Hirata | 2 | -148/+174 | |
2001-07-21 | 2001-07-21 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -4/+9 | |
* mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s into the rest of the surrounding definitions. | |||||
2001-07-18 | * i386-dis.c (grps): Print l or w suffix, and require mem modrm | Alan Modra | 2 | -9/+14 | |
for lgdt, lidt, sgdt, sidt. | |||||
2001-07-16 | 2001-07-13 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -3/+7 | |
* arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR. | |||||
2001-07-12 | 2001-07-12 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -0/+117 | |
* cgen-asm.in: Include "xregex.h" always to enable the libiberty regex support. (@arch@_cgen_build_insn_regex): New routine from Graydon. (@arch@_cgen_assemble_insn): Add Graydon's code to use regex to verify if it is worth parsing the insn as insn "x". Also update error message when insn is not a recognized format of the insn vs when the insn is completely unrecognized. |