~ubuntu-branches/ubuntu/precise/binutils/precise-updates

« back to all changes in this revision

Viewing changes to opcodes/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-08-11 22:51:48 UTC
  • mfrom: (1.7.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811225148-y61bcrw1ukl0z2k2
Tags: 2.21.53.20110810-0ubuntu1
Snapshot, taken from the trunk 20110810.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-08-09  Chao-ying Fu  <fu@mips.com>
 
2
            Maciej W. Rozycki  <macro@codesourcery.com>
 
3
 
 
4
        * mips-dis.c (mips_arch_choices): Enable MCU for "mips32r2"
 
5
        and "mips64r2".
 
6
        (print_insn_args, print_insn_micromips): Handle MCU.
 
7
        * micromips-opc.c (MC): New macro.
 
8
        (micromips_opcodes): Add "aclr", "aset" and "iret".
 
9
        * mips-opc.c (MC): New macro.
 
10
        (mips_builtin_opcodes): Add "aclr", "aset" and "iret".
 
11
 
 
12
2011-08-09  Maciej W. Rozycki  <macro@codesourcery.com>
 
13
 
 
14
        * micromips-opc.c (MOD_mb, MOD_mc, MOD_md): Remove macros.
 
15
        (MOD_me, MOD_mf, MOD_mg, MOD_mhi, MOD_mj, MOD_ml): Likewise.
 
16
        (MOD_mm, MOD_mn, MOD_mp, MOD_mq, MOD_sp): Likewise.
 
17
        (WR_mb, RD_mc, RD_md, WR_md, RD_me, RD_mf, WR_mf): New macros.
 
18
        (RD_mg, WR_mhi, RD_mj, WR_mj, RD_ml, RD_mmn): Likewise.
 
19
        (RD_mp, WR_mp, RD_mq, RD_sp, WR_sp): Likewise.
 
20
        (WR_s): Update macro.
 
21
        (micromips_opcodes): Update register use flags of: "addiu",
 
22
        "addiupc", "addiur1sp", "addiur2", "addius5", "addiusp", "addu",
 
23
        "and", "andi", "beq", "beqz", "bne", "bnez", "di", "ei", "j",
 
24
        "jalr", "jalrs", "jr", "jraddiusp", "jrc", "lbu", "lhu", "li",
 
25
        "lui", "lw", "lwm", "mfhi", "mflo", "move", "movep", "not",
 
26
        "nor", "or", "ori", "sb", "sh", "sll", "srl", "subu", "sw",
 
27
        "swm" and "xor" instructions.
 
28
 
 
29
2011-08-05  David S. Miller  <davem@davemloft.net>
 
30
 
 
31
        * sparc-dis.c (v9a_ast_reg_names): Add "cps".
 
32
        (X_RS3): New macro.
 
33
        (print_insn_sparc): Handle '4', '5', and '(' format codes.
 
34
        Accept %asr numbers below 28.
 
35
        * sparc-opc.c (sparc_opcodes): Add entries for HPC and VIS3
 
36
        instructions.
 
37
 
1
38
2011-08-02  Quentin Neill  <quentin.neill@amd.com>
2
39
 
3
40
        * i386-dis.c (xop_table): Remove spurious bextr insn.