* config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
[binutils.git] / gas / ChangeLog
blob5745a916106ade79fcdba1371848ef6bcdfa7ab6
1 2011-01-10  Nick Clifton  <nickc@redhat.com>
3         * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
4         part of the file.
6 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7             Glauber de Oliveira Costa  <glommer@gmail.com>
9         * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
10         .tlsdescseq directive.
11         * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
12         following a symbol.
13         (s_arm_tls_descseq): New directive.
14         (md_pseudo_table): Add it.
15         (encode_branch): Allow TLS_CALL relocs too.
16         (do_t_blx, do_t_branch23): Use encode_branch.
17         (reloc_names): Add tlsdesc and tlscall.
18         (md_apply_fix): Process tls desc relocations.
19         (tc_gen_reloc): Likewise.
20         (arm_fix_adjustable): Likewise.
22 2011-01-07  Quentin Neill  <quentin.neill@amd.com>
24         * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
26         * doc/c-i386.texi (i386-BMI): New section.
28 2011-01-06  Paul Koning  <ni1d@arrl.net>
30         * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
31         references to absolute addresses.
33 2011-01-05  DJ Delorie  <dj@redhat.com>
35         * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
36         instead of an RH_NEG32 one.
38 2011-01-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
40         * doc/c-i386.texi: Clarify --n32.
42 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
44         * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
45         integer registers in VEX.vvvv.  Check register-only source
46         operand when two source operands are swapped.  Properly update
47         destination when two source operands are swapped.
49 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
51         * gas.c (parse_args): Update copyright to 2011.
53 For older changes see ChangeLog-2010
55 Local Variables:
56 mode: change-log
57 left-margin: 8
58 fill-column: 74
59 version-control: never
60 End: