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