]>
Commit | Line | Data |
---|---|---|
7f56bc95 L |
1 | 2011-01-15 H.J. Lu <[email protected]> |
2 | ||
3 | * config/tc-i386.c (disallow_64bit_disp): New. | |
4 | (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with | |
5 | X86_64_ABI/X86_64_X32_ABI. | |
6 | (md_assemble): Don't allow movabs with relocation in x32 mode. | |
7 | (i386_target_format): Updated. | |
8 | ||
570561f7 L |
9 | 2011-01-14 H.J. Lu <[email protected]> |
10 | ||
11 | * config/tc-i386.c (OPTION_N32): Renamed to ... | |
12 | (OPTION_X32): This. | |
13 | (md_longopts): Replace n32 with x32. | |
14 | (md_parse_option): Updated. | |
15 | (md_show_usage): Likewise. | |
16 | ||
4a22cb7c | 17 | * doc/c-i386.texi: Replace --n32 with --x32. |
570561f7 | 18 | |
c95354ed MX |
19 | 2011-01-11 Mingjie Xing <[email protected]> |
20 | ||
21 | * config/tc-mips.c (mips_ip): Update error messages. Take an | |
22 | unadjusted offset for "+c" argument. | |
23 | ||
7af8ed2d NC |
24 | 2011-01-10 Nick Clifton <[email protected]> |
25 | ||
26 | * config/tc-i386.c (x86_elf_abi): Only define for targets that use | |
27 | it. | |
28 | ||
cdf9ccec NC |
29 | 2011-01-10 Nick Clifton <[email protected]> |
30 | ||
31 | * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only | |
32 | part of the file. | |
33 | ||
0855e32b NS |
34 | 2011-01-10 Nathan Sidwell <[email protected]> |
35 | Glauber de Oliveira Costa <[email protected]> | |
36 | ||
37 | * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and | |
38 | .tlsdescseq directive. | |
39 | * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc | |
40 | following a symbol. | |
41 | (s_arm_tls_descseq): New directive. | |
42 | (md_pseudo_table): Add it. | |
43 | (encode_branch): Allow TLS_CALL relocs too. | |
44 | (do_t_blx, do_t_branch23): Use encode_branch. | |
45 | (reloc_names): Add tlsdesc and tlscall. | |
46 | (md_apply_fix): Process tls desc relocations. | |
47 | (tc_gen_reloc): Likewise. | |
48 | (arm_fix_adjustable): Likewise. | |
49 | ||
87973e9f QN |
50 | 2011-01-07 Quentin Neill <[email protected]> |
51 | ||
52 | * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS. | |
53 | ||
54 | * doc/c-i386.texi (i386-BMI): New section. | |
55 | ||
12505806 PK |
56 | 2011-01-06 Paul Koning <[email protected]> |
57 | ||
58 | * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative | |
59 | references to absolute addresses. | |
60 | ||
9689e3a3 DD |
61 | 2011-01-05 DJ Delorie <[email protected]> |
62 | ||
63 | * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression | |
64 | instead of an RH_NEG32 one. | |
65 | ||
35cc6a0b L |
66 | 2011-01-05 Jonathan Wakely <[email protected]> |
67 | ||
68 | * doc/c-i386.texi: Clarify --n32. | |
69 | ||
f12dc422 L |
70 | 2011-01-04 H.J. Lu <[email protected]> |
71 | ||
72 | * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit | |
73 | integer registers in VEX.vvvv. Check register-only source | |
74 | operand when two source operands are swapped. Properly update | |
75 | destination when two source operands are swapped. | |
76 | ||
0db46eb4 L |
77 | 2011-01-01 H.J. Lu <[email protected]> |
78 | ||
79 | * gas.c (parse_args): Update copyright to 2011. | |
80 | ||
5b326c3e | 81 | For older changes see ChangeLog-2010 |
08d56133 NC |
82 | \f |
83 | Local Variables: | |
84 | mode: change-log | |
85 | left-margin: 8 | |
86 | fill-column: 74 | |
87 | version-control: never | |
88 | End: |