Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-10-07 | Added seven new instructions ld, ld2w, sac, sachi, slae, st and | Diego Novillo | 2 | -1/+19 | |
st2w for d10v. Created new testsuite for d10v to verify new instructions. | |||||
1999-10-05 | * fr30-asm.c,fr30-desc.h: Rebuild. | Doug Evans | 11 | -164/+1024 | |
* m32r-asm.c,m32r-desc.c,m32r-desc.h: Rebuild. Add m32rx support. * m32r-dis.c,m32r-ibld.c,m32r-opc.c,m32r-opc.h,m32r-opinst.c: Ditto. | |||||
1999-09-29 | Fix bit patterns of some load/store instructions to match latest docs. | Nick Clifton | 2 | -8/+13 | |
1999-09-23 | Remove accidental case duplication. | Jeff Law | 1 | -4/+0 | |
1999-09-23 | * hppa-dis.c (print_insn_hppa): Replace 'B', 'M', 'g' and 'l' with | Jeff Law | 2 | -11/+22 | |
cleaner code using completer prefixes. Add 'Y'. | |||||
1999-09-19 | * hppa-dis.c: (print_insn_hppa): Correct 'cJ', 'cc'. | Jeff Law | 2 | -12/+58 | |
1999-09-19 | * hppa-dis.c (extract_22): New function. | Jeff Law | 2 | -1/+13 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'J', 'K', and 'cc'. | Jeff Law | 2 | -0/+9 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'fe' and 'cJ'. | Jeff Law | 2 | -0/+15 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle '#', 'd', and 'cq'. | Jeff Law | 2 | -0/+39 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'm', 'h', '='. | Jeff Law | 2 | -0/+51 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'X' operand. | Jeff Law | 2 | -0/+7 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'B' operand. | Jeff Law | 2 | -0/+5 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'M' and 'L' operands. | Jeff Law | 2 | -0/+8 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'l' operand. | Jeff Law | 2 | -0/+5 | |
1999-09-19 | * hppa-dis.c (print_insn_hppa): Handle 'g' operand. | Jeff Law | 2 | -0/+7 | |
1999-09-18 | * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer. | Jeff Law | 2 | -1/+3 | |
1999-09-18 | * hppa-dis.c: (print_insn_hppa): Do output a space before a 'v' | Jeff Law | 2 | -1/+4 | |
operand. | |||||
1999-09-18 | * hppa-dis.c: (print_insn_hppa): Handle 'fX'. | Jeff Law | 2 | -0/+12 | |
1999-09-18 | * hppa-dis.c: (print_insn_hppa): Add missing break after | Jeff Law | 2 | -0/+4 | |
FP register case. | |||||
1999-09-18 | * hppa-dis.c: Finish constifying various completers, register | Jeff Law | 2 | -20/+23 | |
names, etc etc. | |||||
1999-09-14 | Fix problem with going to automake 2.14 | Michael Meissner | 3 | -2/+9 | |
1999-09-07 | * hppa-dis.c (print_insn_hppa): Escape '%' in output strings. | Jeff Law | 2 | -2/+4 | |
1999-09-07 | * hppa-dis.c (print_insn_hppa): Handle 'Z' argument. | Jeff Law | 2 | -4/+14 | |
1999-09-07 | Add patterns with correct names for mulu and muls instructions (mulu.w and ↵ | Nick Clifton | 2 | -0/+7 | |
muls.w) | |||||
1999-09-04 | 1999-09-04 Steve Chamberlain <sac@pobox.com> | Ian Lance Taylor | 8 | -170/+919 | |
* pj-opc.c: New file. * pj-dis.c: New file. * disassemble.c (disassembler): Handle bfd_arch_pj. * configure.in: Handle bfd_pj_arch. * Makefile.am: Rebuild dependencies. (CFILES): Add pj-dis.c and pj-opc.c. (ALL_MACHINES): Add pj-dis.lo and pj-opc.lo. * configure, Makefile.in: Rebuild. | |||||
1999-09-04 | 1999-09-04 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 2 | -2/+6 | |
* i386-dis.c (print_insn_i386): Set bytes_per_line to 7. | |||||
1999-08-31 | fix FSF address | Ian Lance Taylor | 1 | -1/+1 | |
1999-08-31 | * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31. | Richard Henderson | 2 | -4/+8 | |
1999-08-29 | * fr30-asm.c,fr30-desc.h,fr30-dis.c,fr30-ibld.c,fr30-opc.c: Rebuild. | Doug Evans | 12 | -250/+222 | |
* m32r-asm.c,m32r-desc.h,m32r-dis.c,m32r-ibld.c,m32r-opc.c: Rebuild. * m32r-opinst.c: Rebuild. | |||||
1999-08-29 | * hppa-dis.c (print_insn_hppa): Replace 'f' by 'v'. Prefix float | Jeff Law | 2 | -92/+97 | |
register args by 'f'. | |||||
1999-08-28 | * hppa-dis.c (print_insn_hppa): Add args q, %, !, and |. | Jeff Law | 2 | -0/+33 | |
1999-08-28 | * hppa-dis.c (MASK_10, read_write_names, add_compl_names, | Jeff Law | 2 | -2/+81 | |
extract_10U_store): New. (print_insn_hppa): Add new completers. | |||||
1999-08-28 | * hppa-dis.c (signed_unsigned_names,mix_half_names, | Jeff Law | 2 | -0/+36 | |
saturation_names): New. (print_insn_hppa): Add completer codes 'a', 'ch', 'cH', 'cS', and 'c*'. | |||||
1999-08-28 | * hppa-dis.c (print_insn_hppa): Place completers behind prefix 'c'. | Jeff Law | 2 | -16/+25 | |
1999-08-28 | Add missing '!' change. | Jeff Law | 1 | -0/+3 | |
1999-08-28 | * hppa-dis.c (print_insn_hppa): Add cases for '.', '~'. '$'. and '!' | Jeff Law | 2 | -0/+17 | |
1999-08-28 | * hppa-dis.c (print_insn_hppa): Look at next arg instead of bits | Jeff Law | 2 | -2/+7 | |
to decide to print a space. | |||||
1999-08-21 | Add AMD athlon support to x86 assembler and disassembler. | Alan Modra | 2 | -5/+9 | |
1999-08-11 | remove bigus code. | Nick Clifton | 2 | -38/+0 | |
1999-08-10 | From Wally Iimura <iimura@microunity.com>: | Ian Lance Taylor | 2 | -2/+12 | |
* dis-buf.c (buffer_read_memory): Rewrite expression to avoid overflow at end of address space. (generic_print_address): Use sprintf_vma. | |||||
1999-08-09 | rebuild with patched automake | Ian Lance Taylor | 1 | -1/+1 | |
1999-08-08 | * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to | Ian Lance Taylor | 3 | -50/+56 | |
MKDEP. Rebuild dependencies. * Makefile.in: Rebuild. | |||||
1999-08-06 | * hppa-dis.c (compare_cond_64_names, cmpib_cond_64_names, | Jeff Law | 2 | -6/+102 | |
add_cond_64_names, wide_add_cond_names, logical_cond_64_names, unit_cond_64_names, shift_cond_64_names, bb_cond_64_names): New. (print_insn_hppa): Add 64 bit condition completers. | |||||
1999-08-05 | * hppa-dis.c (print_insn_hppa): Change condition args to use | Jeff Law | 2 | -54/+77 | |
'?' prefix. | |||||
1999-07-28 | Fix oops. | Jeff Law | 1 | -0/+1 | |
1999-07-28 | * hppa-dis.c (print_insn_hppa): Remove unnecessary test in 'E' | Jeff Law | 2 | -5/+6 | |
code. | |||||
1999-07-22 | From Mark Elbrecht: | Ian Lance Taylor | 2 | -24/+5 | |
* configure.bat: Remove; obsolete. | |||||
1999-07-11 | * dis-buf.c: Add ATTRIBUTE_UNUSED as appropriate. | Ian Lance Taylor | 5 | -1208/+1375 | |
(generic_strcat_address): Add cast to avoid warning. * i386-dis.c: Initialize all structure fields to avoid warnings. Add ATTRIBUTE_UNUSED as appropriate. | |||||
1999-07-08 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -5/+15 | |
* sparc-dis.c (print_insn_sparc): Differentiate between addition and oring when guessing symbol for comment. |