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