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