Add support for TBM instructions.
[binutils.git] / gas / ChangeLog
blob6d2768b4c981ae214c51c07931af368daf0772f5
1 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
3         * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
5         * doc/c-i386.texi (i386-TBM): New section.
7 2011-01-16  H.J. Lu  <hongjiu.lu@intel.com>
9         * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
10         (disallow_64bit_reloc): This.
11         (md_assemble): Don't check movabs for x32 mode here.
12         (i386_target_format): Updated.
13         (tc_gen_reloc): Check if 64bit relocations are allowed.
15 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
17         * config/tc-i386.c (disallow_64bit_disp): New.
18         (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
19         X86_64_ABI/X86_64_X32_ABI.
20         (md_assemble): Don't allow movabs with relocation in x32 mode.
21         (i386_target_format): Updated.
23 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
25         * config/tc-i386.c (OPTION_N32): Renamed to ...
26         (OPTION_X32): This.
27         (md_longopts): Replace n32 with x32.
28         (md_parse_option): Updated.
29         (md_show_usage): Likewise.
31         * doc/c-i386.texi: Replace --n32 with --x32.
33 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
35         * config/tc-mips.c (mips_ip): Update error messages.  Take an
36         unadjusted offset for "+c" argument.
38 2011-01-10  Nick Clifton  <nickc@redhat.com>
40         * config/tc-i386.c (x86_elf_abi): Only define for targets that use
41         it.
43 2011-01-10  Nick Clifton  <nickc@redhat.com>
45         * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
46         part of the file.
48 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
49             Glauber de Oliveira Costa  <glommer@gmail.com>
51         * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
52         .tlsdescseq directive.
53         * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
54         following a symbol.
55         (s_arm_tls_descseq): New directive.
56         (md_pseudo_table): Add it.
57         (encode_branch): Allow TLS_CALL relocs too.
58         (do_t_blx, do_t_branch23): Use encode_branch.
59         (reloc_names): Add tlsdesc and tlscall.
60         (md_apply_fix): Process tls desc relocations.
61         (tc_gen_reloc): Likewise.
62         (arm_fix_adjustable): Likewise.
64 2011-01-07  Quentin Neill  <quentin.neill@amd.com>
66         * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
68         * doc/c-i386.texi (i386-BMI): New section.
70 2011-01-06  Paul Koning  <ni1d@arrl.net>
72         * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
73         references to absolute addresses.
75 2011-01-05  DJ Delorie  <dj@redhat.com>
77         * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
78         instead of an RH_NEG32 one.
80 2011-01-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
82         * doc/c-i386.texi: Clarify --n32.
84 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
86         * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
87         integer registers in VEX.vvvv.  Check register-only source
88         operand when two source operands are swapped.  Properly update
89         destination when two source operands are swapped.
91 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
93         * gas.c (parse_args): Update copyright to 2011.
95 For older changes see ChangeLog-2010
97 Local Variables:
98 mode: change-log
99 left-margin: 8
100 fill-column: 74
101 version-control: never
102 End: