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