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