| OLD | NEW |
| 1 2011-12-15 Nick Clifton <nickc@redhat.com> |
| 2 |
| 3 * cgen-asm.c (cgen_parse_signed_integer): Add code to handle the |
| 4 sign extension of negative values on a 64-bit host. |
| 5 * frv-asm.c: Regenerate. |
| 6 |
| 1 2011-12-13 Alan Modra <amodra@gmail.com> | 7 2011-12-13 Alan Modra <amodra@gmail.com> |
| 2 | 8 |
| 3 * ppc-opc.c (ISA_V2): Define and use for relevant BO field tests. | 9 * ppc-opc.c (ISA_V2): Define and use for relevant BO field tests. |
| 4 (valid_bo_pre_v2, valid_bo_post_v2): New functions, extracted from.. | 10 (valid_bo_pre_v2, valid_bo_post_v2): New functions, extracted from.. |
| 5 (valid_bo): ..here. When disassembling, accept either 'y' or 'at' | 11 (valid_bo): ..here. When disassembling, accept either 'y' or 'at' |
| 6 type encoding on second pass. | 12 type encoding on second pass. |
| 7 (powerpc_opcodes): Use ISA_V2 to enable branch insns rather than | 13 (powerpc_opcodes): Use ISA_V2 to enable branch insns rather than |
| 8 POWER4. | 14 POWER4. |
| 9 * ppc-dis.c (print_insn_powerpc): Delete dialect_orig. Instead | 15 * ppc-dis.c (print_insn_powerpc): Delete dialect_orig. Instead |
| 10 ignore deprecated on second pass. | 16 ignore deprecated on second pass. |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 | 814 |
| 809 For older changes see ChangeLog-2010 | 815 For older changes see ChangeLog-2010 |
| 810 | 816 |
| 811 | 817 |
| 812 Local Variables: | 818 Local Variables: |
| 813 mode: change-log | 819 mode: change-log |
| 814 left-margin: 8 | 820 left-margin: 8 |
| 815 fill-column: 74 | 821 fill-column: 74 |
| 816 version-control: never | 822 version-control: never |
| 817 End: | 823 End: |
| OLD | NEW |