]>
Commit | Line | Data |
---|---|---|
635fb38d AM |
1 | 2011-02-10 Alan Modra <[email protected]> |
2 | ||
3 | * doc/as.texinfo (Overview): Add missing markup around Blackfin | |
4 | and PowerPC options. | |
5 | ||
b8b738ac AM |
6 | 2011-02-10 Alan Modra <[email protected]> |
7 | ||
8 | * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC. | |
9 | * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options. | |
10 | (Overview <Target PowerPC options>): Add a number of missing options. | |
11 | * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation. | |
12 | ||
2dde1948 L |
13 | 2011-02-08 H.J. Lu <[email protected]> |
14 | ||
15 | PR gas/6957 | |
16 | * config/tc-i386.c (i386_align_code): Use f32_patt when tuning | |
17 | for i686. | |
18 | ||
a586129e L |
19 | 2011-02-08 H.J. Lu <[email protected]> |
20 | ||
21 | * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags | |
22 | for ISA extensions. | |
23 | (md_parse_option): Likewise. | |
24 | ||
98d23bef BS |
25 | 2011-02-04 Bernd Schmidt <[email protected]> |
26 | ||
27 | * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic". | |
28 | * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic". | |
29 | (TIC6X Options): Don't mention "-matomic". | |
30 | * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete. | |
31 | (md_longopts): Remove corresponding entries. | |
32 | (md_parse_option): Don't handle them. | |
33 | (md_show_usage): Don't document them. | |
34 | (tic6x_atomic): Delete variable. | |
35 | (tic6x_update_features): Always copy tic6x_arch_enable to | |
36 | tic6x_features. | |
37 | (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC. | |
38 | (s_tic6x_atomic, s_tic6x_noatomic): Remove functions. | |
39 | (md_pseudo_table): Remove ".atomic" and ".noatomic". | |
40 | ||
a22429b9 NC |
41 | 2011-01-31 Nick Clifton <[email protected]> |
42 | ||
43 | * write.c (write_contents): Include output file name and bfd error | |
44 | value when reporting the inability to write to the output file. | |
45 | * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align | |
46 | frag that has a non-zero fill value. | |
47 | ||
eb6fae19 DD |
48 | 2011-01-27 DJ Delorie <[email protected]> |
49 | ||
50 | * config/tc-rx.c (md_convert_frag): If we can't compute the target | |
51 | address, zero out the values stored in the object file to make | |
52 | objdump's output consistent. | |
53 | ||
ca19b261 KT |
54 | 2011-01-26 Kai Tietz <[email protected]> |
55 | ||
56 | * config/tc-i386.c (md_begin): Set for x64 windows COFF target | |
57 | x86_dwarf2_return_column to 32. | |
58 | ||
b37a4e79 NC |
59 | 2011-01-20 Nick Clifton <[email protected]> |
60 | ||
61 | PR gas/12384 | |
62 | * config/tc-h8300.c (constant_fits_width_p): Use correct type for | |
63 | comparison. | |
64 | ||
6ac88ef3 L |
65 | 2011-01-18 H.J. Lu <[email protected]> |
66 | ||
67 | * write.c (compress_debug): Return if section size is smaller | |
68 | than 32 bytes. | |
69 | ||
24a2d04d L |
70 | 2011-01-18 H.J. Lu <[email protected]> |
71 | ||
72 | PR gas/12409 | |
73 | * write.c (compress_debug): Return if section size is 0. | |
74 | ||
4a58c4bd NC |
75 | 2011-01-18 Mingfeng Wu <[email protected]> |
76 | ||
77 | * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible | |
78 | cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te. | |
79 | * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te, | |
80 | fmp626} options. | |
81 | ||
7c31ae13 NC |
82 | 2011-01-18 Nick Clifton <[email protected]> |
83 | ||
84 | PR gas/12390 | |
85 | * doc/all.texi: Add NS32K | |
86 | * doc/as.texinfo: Remove target specific details of which | |
87 | characters act as comment initiators and statement separators into | |
88 | individual target specific files. | |
89 | * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of | |
90 | the hash character at the start of a line. | |
91 | * doc/c-arm.texi (ARM-Chars): Likewise. | |
92 | * doc/c-avr.texi (AVR-Chars): Likewise. | |
93 | * doc/c-d10v.texi (D10V-Chars): Likewise. | |
94 | * doc/c-d30v.texi (D30V-Chars): Likewise. | |
95 | * doc/c-mmix.texi (MMIX-Chars): Likewise. | |
96 | * doc/c-s390.texi (s390 characters): Likewise. | |
97 | * doc/c-sh.texi (SH-Chars): Likewise. | |
98 | * doc/c-sh64.texi (SH64-Chars): Likewise. | |
99 | * doc/c-sparc.texi (SPARC-Chars): Likewise. | |
100 | * doc/c-tic6x.texi (TIC6X Syntax): Likewise. | |
101 | * doc/c-xtensa.texi (Xtensa Syntax): Likewise. | |
102 | * doc/c-z80.texi (Z80-Chars): Likewise. | |
103 | * doc/c-z8k.texi (Z8000-Chars): Likewise. | |
104 | * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character. | |
105 | * doc/c-arc.texi (ARC-Chars): Fill in this subsection. | |
106 | * doc/c-bfin.texi (Blackfin Syntax): Document line comment and | |
107 | line separator characters. | |
108 | * doc/c-cr16.texi (CR16 Syntax): Likewise. | |
109 | * doc/c-i386.texi (i386-Chars): Likewise. | |
110 | * doc/c-i860.texi (i860-Chars): Likewise. | |
111 | * doc/c-i960.texi (i960-Chars): Likewise. | |
112 | * doc/c-ip2k.texi (IP2K-Chars): Likewise. | |
113 | * doc/c-lm32.texi (LM32-Chars): likewise. | |
114 | * doc/c-m32c.texi (M32C-Chars): Likewise. | |
115 | * doc/c-m68hc11.texi (M68HC11-syntax): Likewise. | |
116 | * doc/c-m68k.texi (M68K-Chars): Likewise. | |
117 | * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise. | |
118 | * doc/c-msp430.texi (MSP430-Chars): Likewise. | |
119 | * doc/c-mt.texi (MT-Chars): Likewise. | |
120 | * doc/c-ns32k.texi (NS32K-Chars): Likewise. | |
121 | * doc/c-pj.texi (PJ-Chars): Likewise. | |
122 | * doc/c-ppc.texi (PowerPC-Chars): Likewise. | |
123 | * doc/c-rx.texi (RX-Chars): Likewise. | |
124 | * doc/c-score.texi (SCORE-Chars): Likewise. | |
125 | * doc/c-tic54x.texi (TIC54X-Chars): Likewise. | |
126 | * doc/c-v850.texi (V850-Chars): Likewise. | |
127 | * doc/c-vax.texi (VAX-Chars): Likewise. | |
128 | * doc/c-xc16x.texi (xc16x-Chars): Likewise. | |
129 | ||
2a2a0f38 QN |
130 | 2011-01-17 Quentin Neill <[email protected]> |
131 | ||
132 | * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS. | |
133 | ||
134 | * doc/c-i386.texi (i386-TBM): New section. | |
135 | ||
862be3fb L |
136 | 2011-01-16 H.J. Lu <[email protected]> |
137 | ||
138 | * config/tc-i386.c (disallow_64bit_disp): Renamed to ... | |
139 | (disallow_64bit_reloc): This. | |
140 | (md_assemble): Don't check movabs for x32 mode here. | |
141 | (i386_target_format): Updated. | |
142 | (tc_gen_reloc): Check if 64bit relocations are allowed. | |
143 | ||
7f56bc95 L |
144 | 2011-01-15 H.J. Lu <[email protected]> |
145 | ||
146 | * config/tc-i386.c (disallow_64bit_disp): New. | |
147 | (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with | |
148 | X86_64_ABI/X86_64_X32_ABI. | |
149 | (md_assemble): Don't allow movabs with relocation in x32 mode. | |
150 | (i386_target_format): Updated. | |
151 | ||
570561f7 L |
152 | 2011-01-14 H.J. Lu <[email protected]> |
153 | ||
154 | * config/tc-i386.c (OPTION_N32): Renamed to ... | |
155 | (OPTION_X32): This. | |
156 | (md_longopts): Replace n32 with x32. | |
157 | (md_parse_option): Updated. | |
158 | (md_show_usage): Likewise. | |
159 | ||
4a22cb7c | 160 | * doc/c-i386.texi: Replace --n32 with --x32. |
570561f7 | 161 | |
c95354ed MX |
162 | 2011-01-11 Mingjie Xing <[email protected]> |
163 | ||
164 | * config/tc-mips.c (mips_ip): Update error messages. Take an | |
165 | unadjusted offset for "+c" argument. | |
166 | ||
7af8ed2d NC |
167 | 2011-01-10 Nick Clifton <[email protected]> |
168 | ||
169 | * config/tc-i386.c (x86_elf_abi): Only define for targets that use | |
170 | it. | |
171 | ||
cdf9ccec NC |
172 | 2011-01-10 Nick Clifton <[email protected]> |
173 | ||
174 | * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only | |
175 | part of the file. | |
176 | ||
0855e32b NS |
177 | 2011-01-10 Nathan Sidwell <[email protected]> |
178 | Glauber de Oliveira Costa <[email protected]> | |
179 | ||
180 | * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and | |
181 | .tlsdescseq directive. | |
182 | * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc | |
183 | following a symbol. | |
184 | (s_arm_tls_descseq): New directive. | |
185 | (md_pseudo_table): Add it. | |
186 | (encode_branch): Allow TLS_CALL relocs too. | |
187 | (do_t_blx, do_t_branch23): Use encode_branch. | |
188 | (reloc_names): Add tlsdesc and tlscall. | |
189 | (md_apply_fix): Process tls desc relocations. | |
190 | (tc_gen_reloc): Likewise. | |
191 | (arm_fix_adjustable): Likewise. | |
192 | ||
87973e9f QN |
193 | 2011-01-07 Quentin Neill <[email protected]> |
194 | ||
195 | * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS. | |
196 | ||
197 | * doc/c-i386.texi (i386-BMI): New section. | |
198 | ||
12505806 PK |
199 | 2011-01-06 Paul Koning <[email protected]> |
200 | ||
201 | * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative | |
202 | references to absolute addresses. | |
203 | ||
9689e3a3 DD |
204 | 2011-01-05 DJ Delorie <[email protected]> |
205 | ||
206 | * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression | |
207 | instead of an RH_NEG32 one. | |
208 | ||
35cc6a0b L |
209 | 2011-01-05 Jonathan Wakely <[email protected]> |
210 | ||
211 | * doc/c-i386.texi: Clarify --n32. | |
212 | ||
f12dc422 L |
213 | 2011-01-04 H.J. Lu <[email protected]> |
214 | ||
215 | * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit | |
216 | integer registers in VEX.vvvv. Check register-only source | |
217 | operand when two source operands are swapped. Properly update | |
218 | destination when two source operands are swapped. | |
219 | ||
0db46eb4 L |
220 | 2011-01-01 H.J. Lu <[email protected]> |
221 | ||
222 | * gas.c (parse_args): Update copyright to 2011. | |
223 | ||
5b326c3e | 224 | For older changes see ChangeLog-2010 |
08d56133 NC |
225 | \f |
226 | Local Variables: | |
227 | mode: change-log | |
228 | left-margin: 8 | |
229 | fill-column: 74 | |
230 | version-control: never | |
231 | End: |