Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-02-05 | * hppa-dis.c (print_insn_hppa): No space before 'H' operand. | Jeff Law | 1 | -13/+42 | |
Floating point format for 'H' operand is backwards from normal case (0 == double, 1 == single). For '4', '6', '7', '9', and '8' operands (fmpyadd and fmpysub), handle bizarre register translation correctly for single precision format. | |||||
1994-02-05 | * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F' | Jeff Law | 1 | -25/+38 | |
or 'I' operands if the next format specifier is 'M' (fcmp condition completer). | |||||
1993-07-21 | * hppa-dis.c: Move floating registers from reg_names to fp_reg_names. | Jim Kingdon | 1 | -35/+49 | |
(fput_fp_reg_r): Renamed from fput_reg_r. (fput_fp_reg): New function. (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate. | |||||
1993-07-21 | * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. | Jim Kingdon | 1 | -2/+5 | |
* hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD. | |||||
1993-07-20 | * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'. | Jim Kingdon | 1 | -0/+3 | |
1993-07-19 | * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n', | Jim Kingdon | 1 | -2/+8 | |
don't output a space. | |||||
1993-07-19 | * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad. | Jim Kingdon | 1 | -2/+3 | |
1993-06-15 | Changes from Jeff Law, law@cs.utah.edu: | Stu Grossman | 1 | -3/+3 | |
* hppa-dis.c: Fix typo. 'a' and 'd' were reversed. Do not print a space before the completers specified by 'a' and 'd'. | |||||
1993-06-11 | Lots of changes from Jeff Law for HPPA support: | Ken Raeburn | 1 | -0/+623 | |
Clean up cruft in opcode table; improve opcodes library disassembler; make gdb use opcodes library disassembler. |