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