]>
Commit | Line | Data |
---|---|---|
fa99fab2 L |
1 | 2008-12-23 H.J. Lu <[email protected]> |
2 | ||
3 | * config/tc-i386.c (match_template): Changed to return | |
4 | const template *. Handle i.swap_operand for 3 operands. | |
5 | (build_vex_prefix): Take const template *. Swap operand for | |
6 | 2-byte VEX prefix if possible. | |
7 | (md_assemble): Updated. | |
8 | (build_modrm_byte): Handle RegMem bit for SSE2AVX. | |
9 | ||
2b02f87c NC |
10 | 2008-12-23 Anatoly Sokolov <[email protected]> |
11 | ||
fa99fab2 L |
12 | * config/tc-avr.c (mcu_types): Add attiny87, attiny327, atmega4hvd, |
13 | atmega8hvd, atmega16hvb, atmega32hvb, atmega64c1, atmega16m1, | |
14 | atmega64m1, atmega32u6, atmega128rfa1, at90pwm81, at90scr100, | |
15 | m3000f, m3000s and m3001b devices. | |
16 | * doc/c-avr.texi: Likewise. | |
2b02f87c | 17 | |
0f88be7a NC |
18 | 2008-12-23 Nick Clifton <[email protected]> |
19 | ||
20 | * NEWS :Remove mention of STT_IFUNC support. | |
21 | * config/obj-elf.c (obj_elf_type): Remove STT_IFUNC support. | |
22 | * doc/as.texinfo: Remove mention of STT_IFUNC support. | |
23 | ||
d2b52762 HPN |
24 | 2008-12-21 Hans-Peter Nilsson <[email protected]> |
25 | ||
26 | * config/tc-cris.c (s_cris_dtpoff): New function. | |
27 | (md_pseudo_table): Add "dtpoffd". | |
28 | ||
30a55f88 L |
29 | 2008-12-20 H.J. Lu <[email protected]> |
30 | ||
31 | * config/tc-i386.c (parse_insn): Optimize ".s" handling. | |
32 | ||
b6169b20 L |
33 | 2008-12-20 H.J. Lu <[email protected]> |
34 | ||
35 | * config/tc-i386.c (_i386_insn): Add swap_operand. | |
36 | (parse_insn): Handle ".s". | |
37 | (match_template): Handle swap_operand. | |
38 | ||
39 | * doc/c-i386.texi: Document .s suffix. | |
40 | ||
5a00ea25 HPN |
41 | 2008-12-20 Hans-Peter Nilsson <[email protected]> |
42 | ||
43 | * config/tc-cris.c (cris_process_instruction): Handle | |
44 | BFD_RELOC_CRIS_32_IE, in the test whether the relocation fits. | |
45 | (get_3op_or_dip_prefix_op): Handle TLS/PIC decoration for the | |
46 | "double indirect" addressing mode. | |
47 | (cris_get_reloc_suffix): Add entry for :IE for BFD_RELOC_CRIS_32_IE. | |
48 | (cris_number_to_imm, tc_gen_reloc): Handle BFD_RELOC_CRIS_32_IE. | |
49 | ||
22e8c8e0 RW |
50 | 2008-12-18 Ralf Wildenhues <[email protected]> |
51 | ||
52 | * configure: Regenerate. | |
53 | ||
9bb97f00 L |
54 | 2008-12-08 H.J. Lu <[email protected]> |
55 | ||
56 | * config/tc-i386.c (build_modrm_byte): Remove an extra blank | |
57 | line. | |
58 | ||
2f3bb96a BE |
59 | 2008-12-04 Ben Elliston <[email protected]> |
60 | ||
61 | * config/tc-ppc.c (parse_cpu): Remove booke64 support. Update | |
62 | usage strings. | |
63 | (ppc_setup_opcodes): Likewise, remove booke64 support. | |
64 | * doc/c-ppc.texi (PowerPC-Opts): Remove -mbooke32 and -mbooke64. | |
65 | * doc/as.texinfo (Overview): Likewise. | |
66 | ||
4357ad34 NC |
67 | 2008-12-04 Nick Clifton <[email protected]> |
68 | ||
69 | * doc/as.texinfo (Type): Reword description of STT_IFUNC type. | |
70 | ||
e7c33416 NC |
71 | 2008-12-03 Nick Clifton <[email protected]> |
72 | ||
73 | * config/obj-elf.c (obj_elf_type): Add support for STT_IFUNC type. | |
74 | * doc/as.texinfo: Document new feature. | |
75 | * NEWS: Mention new feature. | |
76 | ||
b01ee69d KT |
77 | 2008-11-29 Kai Tietz <[email protected]> |
78 | ||
79 | * config/tc-i386.c (i386_target_format): For coff flavour in TE_PEP | |
80 | use "pe-i386" for 32-bit. | |
81 | ||
395e8345 JJ |
82 | 2008-11-28 Jakub Jelinek <[email protected]> |
83 | ||
84 | * Makefile.am (ehopt.o): Add struc-symbol.h. | |
85 | * Makefile.in: Regenerated. | |
86 | * ehopt.c: Include struc-symbol.h. | |
87 | (check_eh_frame): For very small O_constant DW_CFA_advance_loc4 | |
88 | create correct DW_CFA_advance_loc. Handle O_subtract only | |
89 | for code alignment factor 1, otherwise handle O_divide or | |
90 | O_right_shift of O_subtract and O_constant. | |
91 | (eh_frame_estimate_size_before_relax): Always divide by ca. | |
92 | (eh_frame_convert_frag): Likewise. | |
93 | ||
94 | 2008-11-28 John David Anglin <[email protected]> | |
95 | ||
96 | * dw2gencfi.c (output_cfi_insn): Scale DW_CFA_advance_loc1, | |
97 | DW_CFA_advance_loc2 and DW_CFA_advance_loc4 outputs. | |
98 | ||
3aa3176b TS |
99 | 2008-11-28 Joshua Kinard <[email protected]> |
100 | ||
101 | * config/tc-mips.c (hilo_interlocks): Handle CPU_R14000, CPU_R16000. | |
102 | (mips_cpu_info_table): Add r14000, r16000. | |
103 | * doc/c-mips.texi: Add entries for 14000, 16000. | |
104 | ||
0b9e228a SR |
105 | 2008-11-27 M R Swami Reddy <[email protected]> |
106 | ||
107 | * config/tc-cr16.h (GLOBAL_OFFSET_TABLE_NAME): Defined | |
108 | * config/tc-cr16.c (md_pseudo_table): Add "4byte" directive to | |
109 | md_pseudo_table and accept @c prefix, same as long directive. | |
110 | (cr16_cons_fix_new): Initialize rtype to BFD_RELOC_UNUSED. | |
111 | (tc_gen_reloc): Declare a variable of type bfd_reloc_code_real_type | |
112 | and set it for GOT related relocations. | |
113 | (md_undefined_symbol): Defined | |
114 | (process_label_constant): Added checks for GOT/got and cGOT/cGOT | |
115 | prefixes with constant label and set the appropriate relocation type. | |
116 | * doc/c-cr16.texi (cr16-operand specifiers): Add got/GOT and cgot/cGOT. | |
117 | ||
801fb795 DD |
118 | 2008-11-26 DJ Delorie <[email protected]> |
119 | ||
120 | * config/tc-m32c.c (md_pseudo_table): Add support for .loc et al. | |
121 | ||
911c9c13 DD |
122 | 2008-11-25 DJ Delorie <[email protected]> |
123 | ||
124 | * config/tc-m32c.c (md_convert_frag): Fix ADJNZ reloc math. | |
125 | ||
1fa3cd83 SA |
126 | 2008-11-21 Sterling Augustine <[email protected]> |
127 | ||
128 | * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Call | |
129 | xtensa_state_is_shared_or to allow multiple opcodes within a | |
130 | single FLIX bundle to write to these special states. | |
131 | ||
63cb8e5f HPN |
132 | 2008-11-19 Hans-Peter Nilsson <[email protected]> |
133 | ||
134 | * config/tc-cris.c (cris_number_to_imm): Apply S_SET_THREAD_LOCAL | |
135 | on symbols in TLS relocs. | |
136 | ||
793c5807 NC |
137 | 2008-11-19 Nick Clifton <[email protected]> |
138 | ||
139 | * doc/fdl.texi: Update to v1.3 | |
140 | * doc/as.texinfo: Change license to v1.3. | |
141 | ||
8e79c3df CM |
142 | 2008-11-18 Catherine Moore <[email protected]> |
143 | ||
144 | * config/tc-arm.c (neon_type_mask): Renumber. | |
145 | (type_chk_of_el_type): Handle F_F16. | |
146 | (neon_cvt_flavour): Recognize half-precision conversions. | |
147 | (do_neon_cvt): New shapes NS_QD and | |
148 | NS_DQ. Encode half-precision conversions. | |
149 | (do_neon_cvtt): Encode the T bit. | |
150 | (asm_opcode_insns): vcvt, vcvtt support. | |
151 | (arm_option_cpu_value): Add neon-fp16 support. | |
152 | ||
764c62eb NC |
153 | 2008-11-17 Nick Clifton <[email protected]> |
154 | ||
155 | * as.c (parse_args): Update copyright year. | |
156 | ||
4bc25101 NC |
157 | 2008-11-14 Mat Hostetter <[email protected]> |
158 | ||
159 | * read.c (emit_expr): Grow frag before filling it so that | |
160 | dot_value remains valid. | |
161 | ||
9b7132d3 NC |
162 | 2008-11-14 Peter Jansen <[email protected]> |
163 | ||
164 | PR 7026 | |
165 | * config/tc-arm.c: Ensure that all uses of as_bad have a | |
166 | formatting string. | |
167 | ||
18d7868b HPN |
168 | 2008-11-12 Hans-Peter Nilsson <[email protected]> |
169 | ||
bfa1b75c HPN |
170 | * config/tc-cris.c (cris_number_to_imm): Except for |
171 | BFD_RELOC_NONE, always set contents. Where previously this was | |
172 | skipped, set contents to 0. | |
173 | ||
cb26feec HPN |
174 | PR gas/7025 |
175 | * input-scrub.c (input_scrub_include_sb): Make the position | |
176 | after the input have defined contents, a 0 character. | |
177 | ||
f6ce267c HPN |
178 | * config/tc-cris.c (cris_relax_frag): Add missing case for |
179 | ENCODE_RELAX (STATE_COND_BRANCH_PIC, STATE_DWORD). | |
180 | ||
edba0af5 | 181 | PR gas/7020 |
18d7868b HPN |
182 | * read.c (read_a_source_file): Rearrange evaluation order when |
183 | looking for '=' to avoid conditional on undefined contents of | |
184 | input_line_pointer[1]. | |
185 | ||
a242dc0d AN |
186 | 2008-11-06 Adam Nemet <[email protected]> |
187 | ||
188 | * config/tc-mips.c (COP_INSN): Change logic to always return false | |
189 | for FP instructions. | |
190 | ||
620edafd CF |
191 | 2008-11-06 Chao-ying Fu <[email protected]> |
192 | ||
193 | * config/tc-mips.c (validate_mips_insn): Add case '1'. | |
194 | (mips_ip): Add case '1' to process sync type. | |
195 | ||
8a2a2dbb NC |
196 | 2008-11-06 Joel Sherrill <[email protected]> |
197 | ||
198 | * configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*. | |
199 | ||
6dc6b655 BW |
200 | 2008-11-04 Sterling Augustine <[email protected]> |
201 | ||
202 | * config/tc-xtensa.c (tinsn_check_arguments): Check for multiple | |
203 | writes to the same register. | |
204 | ||
19e8f41a BW |
205 | 2008-11-04 Sterling Augustine <[email protected]> |
206 | ||
207 | * config/tc-xtensa.c (xtensa_j_opcode): New. | |
208 | (xg_instruction_matches_option_term): Handle "FREEREG" option. | |
209 | (xg_build_to_insn): Likewise. Update renamed tls_reloc reference. | |
210 | (md_begin): Initialize xtensa_j_opcode. | |
211 | (md_assemble): Update renamed tls_reloc reference. Handle "j.l". | |
212 | (xg_assemble_vliw_tokens): Save free_reg info in the frag. | |
213 | (tinsn_immed_from_frag): Get free_reg info back out of the frag. | |
214 | (vinsn_to_insnbuf): Update renamed tls_reloc references. | |
215 | Distinguish extra argument for "FREEREG" from extra TLS argument. | |
216 | * config/tc-xtensa.h (struct xtensa_frag_type): Add free_reg field. | |
217 | * config/xtensa-istack.h (struct tinsn_struct): Rename tls_reloc | |
218 | field to extra_arg. | |
219 | * config/xtensa-relax.c (widen_spec_list): Add rules to relax "j.l". | |
220 | (build_transition): Handle "FREEREG" operand. | |
221 | * config/xtensa-relax.h (enum op_type): Add OP_FREEREG. | |
222 | ||
9447ff6d AM |
223 | 2008-10-31 Alan Modra <[email protected]> |
224 | ||
225 | * po/id.po: Update. | |
226 | ||
ed163775 MR |
227 | 2008-10-24 Maciej W. Rozycki <[email protected]> |
228 | ||
229 | * config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2 | |
230 | comment so that Broadcom SB-1 cores are in the MIPS64 section. | |
231 | ||
570685ad AM |
232 | 2008-10-21 Alan Modra <[email protected]> |
233 | ||
234 | * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast. | |
235 | * config/tc-ns32k.c (bit_fix_new): Likewise. | |
236 | * config/tc-m68k.c (md_begin): Likewise. | |
237 | * hash.c (hash_insert, hash_jam): Likewise. | |
238 | * symbols.c (symbol_create, local_symbol_make): Likewise. | |
239 | * frags.c (frag_alloc): Likewise. | |
240 | ||
8fc4ee9b AM |
241 | 2008-10-20 Jay Krell <[email protected]> |
242 | ||
243 | * config/bfin-parse.y: Use C style comments. | |
244 | * config/tc-bfin.c: Likewise. | |
245 | * config/tc-m68k.c: Likewise. | |
246 | * config/tc-mips.c: Likewise. | |
247 | ||
fbf3f584 L |
248 | 2008-10-12 H.J. Lu <[email protected]> |
249 | ||
250 | * config/tc-i386.c (processor_type): Moved to tc-i386.h. | |
251 | (cpu_arch_tune): Make it global. | |
252 | (cpu_arch_isa): Likewise. | |
253 | (cpu_arch_isa_flags): Likewise. | |
254 | (i386_align_code): Check fragP->tc_frag_data.isa, | |
255 | fragP->tc_frag_data.isa_flags and cpu_arch_tune instead of | |
256 | cpu_arch_isa, cpu_arch_isa_flags and cpu_arch_tune, | |
257 | respectively. | |
258 | ||
259 | * config/tc-i386.h (processor_type): Moved from tc-i386.c. | |
260 | (cpu_arch_tune): New. | |
261 | (cpu_arch_isa): Likewise. | |
262 | (cpu_arch_isa_flags): Likewise. | |
263 | (i386_tc_frag_data): Likewise. | |
264 | (TC_FRAG_TYPE): Likewise. | |
265 | (TC_FRAG_INIT): Likewise. | |
266 | ||
ccf8a69b BW |
267 | 2008-10-09 Bob Wilson <[email protected]> |
268 | ||
269 | * doc/as.texinfo (Pseudo Ops): Swap order of Comm and CFI menu entries. | |
270 | (Altmacro, Comm, Loc, Loc_mark_labels, List, MRI, PopSection, Sleb128): | |
271 | Moved into alphabetical order. | |
272 | ||
14082c76 | 273 | 2008-10-09 Bob Wilson <[email protected]> |
884f0d36 BW |
274 | |
275 | * doc/as.texinfo (Dot): Expand no-space-dir conditional to include | |
276 | a complete sentence. | |
277 | (Pseudo Ops): Put conditionals around Skip and Space menu entries. | |
278 | (Line): Remove conditional declaration of Ln node and section here. | |
279 | Put aout-bout description inside the no-line-dir conditional. | |
280 | (Skip, Space): Use a separate conditional for each node. | |
281 | ||
282 | 2008-10-09 Bob Wilson <[email protected]> | |
283 | ||
14082c76 BW |
284 | * doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around |
285 | menu entry for File; remove version-specific .file operands from menu | |
286 | description. Replace "LNS directives" menu entry with new entries | |
287 | for "Loc" and "Loc_mark_labels". | |
288 | (LNS directives): Split into separate nodes for each directive. | |
289 | (Loc): New node for .loc directive. Mention that this directive | |
290 | is for DWARF2 and add a missing article. | |
291 | (Loc_mark_labels): Likewise for .loc_mark_labels. | |
292 | (File): Change this node to describe both the default version and | |
293 | the DWARF2 version of .file. Move the no-file-dir conditional to | |
294 | include only the default version. | |
884f0d36 | 295 | |
ad5fec3b EB |
296 | 2008-10-09 Eric Botcazou <[email protected]> |
297 | ||
298 | * dw2gencfi.c (cfi_finish): Deal with md_fix_up_eh_frame. | |
299 | * config/tc-i386.h (md_fix_up_eh_frame): Define on Solaris. | |
300 | (i386_solaris_fix_up_eh_frame): Declare. | |
301 | * config/tc-i386.c (i386_solaris_fix_up_eh_frame): New function. | |
302 | ||
77cca80f NC |
303 | 2008-10-09 Nick Clifton <[email protected]> |
304 | ||
305 | PR 6944 | |
306 | * doc/as.texinfo (Dollar Local Labels): Correct description of | |
307 | dollar local labels to show that the colon suffix is still | |
308 | needed. | |
309 | ||
8cc9115f NC |
310 | 2008-10-08 Nick Clifton <[email protected]> |
311 | ||
312 | * configure.in (ALL_LINGUAS): Add "id". | |
313 | * configure: Regenerate. | |
314 | * po/id.po: New Indonesian translation. | |
315 | ||
97c4f2d9 L |
316 | 2008-10-07 H.J. Lu <[email protected]> |
317 | ||
318 | * read.c (pseudo_set): Don't allow global register symbol only | |
319 | if TC_GLOBAL_REGISTER_SYMBOL_OK is undefined. | |
320 | * symbols.c (S_SET_EXTERNAL): Likewise. | |
321 | ||
322 | * config/tc-mmix.h (TC_GLOBAL_REGISTER_SYMBOL_OK): Defined. | |
323 | ||
324 | * doc/internals.texi: Document TC_GLOBAL_REGISTER_SYMBOL_OK. | |
325 | ||
4d4175af BW |
326 | 2008-10-06 Bob Wilson <[email protected]> |
327 | ||
328 | * doc/as.texinfo (Local): New description of ELF .local directive. | |
329 | ||
7592cfd7 NC |
330 | 2008-10-06 Nick Clifton <[email protected]> |
331 | ||
332 | PR 6926 | |
333 | * read.c (get_line_sb): Renamed to get_non_macro_line_sb. | |
334 | (_find_end_of_line): Add extra parameter indicating if the line is | |
335 | inside a macro. If it is then do not allow the @ character to be | |
336 | treated as a line separator character. | |
337 | (read_a_source): Update use of _find_end_of_line. | |
338 | (find_end_of_line): Likewise. | |
339 | (s_irp): Update use of get_line_sb. | |
340 | (s_macro): Likewise. | |
341 | (do_repeat): Likewise. | |
342 | (get_line_sb): New function. Like the old version of get_line_sb | |
343 | except that it takes an extra parameter indicating whether the | |
344 | line is inside a macro. | |
345 | (get_macro_line_sb): New function. | |
346 | ||
cc99daad HPN |
347 | 2008-10-04 Hans-Peter Nilsson <[email protected]> |
348 | ||
349 | * config/tc-cris.c: Update all comments regarding explicit relocations | |
350 | to, besides PIC, also imply TLS or to say "relocation specifier" or | |
351 | similar. | |
352 | (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers. | |
353 | (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all | |
354 | callers. Also handle TLS relocs. | |
355 | (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size. | |
356 | Change all callers. Also handle TLS relocs. | |
357 | (tls): New constant. | |
358 | (cris_process_instruction): Check for non-PIC TLS relocations and | |
359 | adjust message when emitting error message about relocation not | |
360 | fitting. | |
361 | (get_autoinc_prefix_or_indir_op): Also check for relocation suffix | |
362 | when tls is true. | |
363 | (get_3op_or_dip_prefix_op): Ditto. | |
364 | (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs. | |
365 | ||
7e66d8ac KH |
366 | 2008-10-03 Kazu Hirata <[email protected]> |
367 | ||
368 | * listing.c (buffer_line): Open the source file with FOPEN_RB. | |
369 | Manually process line ends. | |
370 | ||
e144674a NC |
371 | 2008-09-30 Wesley W. Terpstra <[email protected]> |
372 | Nick Clifton <[email protected]> | |
373 | ||
374 | * config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as | |
375 | S_SET_STORAGE_CLASS. | |
376 | ||
377 | 2008-09-30 Wesley W. Terpstra <[email protected]> | |
378 | Nick Clifton <[email protected]> | |
379 | ||
380 | * coffgen.c (coff_write_symbols): Check to see if a symbol's flags | |
381 | do not match it class and if necessary update the class. | |
382 | (null_error_handler): New function. Suppresses the generation of | |
383 | bfd error messages. | |
384 | * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment. | |
385 | ||
782e11fd AM |
386 | 2008-09-30 Alan Modra <[email protected]> |
387 | ||
388 | * Makefile.am: Run "make dep-am". | |
389 | * Makefile.in: Regenerate. | |
390 | ||
c0cf08ad AM |
391 | 2008-09-29 Nick Clifton <[email protected]> |
392 | ||
393 | * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of | |
394 | tc_cfi_emit_pcrel_expr macro. | |
395 | ||
718a6fd8 SE |
396 | 2008-09-29 Peter O'Gorman <[email protected]> |
397 | Steve Ellcey <[email protected]> | |
398 | ||
399 | * configure: Regenerate for new libtool. | |
400 | * aclocal.m4: Ditto. | |
401 | * Makefile.in: Ditto. | |
402 | * doc/Makefile.in: Ditto. | |
403 | ||
c0a139c7 NC |
404 | 2008-09-29 Nick Clifton <[email protected]> |
405 | ||
406 | PR 6878 | |
407 | * app.c (do_scrub_chars): Only issue warnings about tick | |
408 | characters detected in symbol strings if hex ticks are supported. | |
409 | ||
410 | 2008-09-29 Nick Clifton <[email protected]> | |
411 | ||
412 | * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of | |
413 | tc_cfi_emit_pcrel_expr macro. | |
414 | ||
4f6d9c90 DJ |
415 | 2008-09-28 Daniel Jacobowitz <[email protected]> |
416 | ||
417 | * NEWS: Mention .cfi_val_encoded_addr. | |
418 | ||
2774199c EB |
419 | 2008-09-26 Eric Botcazou <[email protected]> |
420 | ||
421 | * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h. | |
422 | * Makefile.in (TARG_ENV_HFILES): Likewise. | |
423 | * configure.tgt (Solaris targets): Set em=solaris. | |
424 | * config/te-solaris.h: New file. | |
425 | ||
37b32935 JZ |
426 | 2008-09-26 Jie Zhang <[email protected]> |
427 | ||
428 | * config/bfin-parse.y (asm_1): Fix reduce/reduce conflicts. | |
429 | ||
f1c4cc75 RH |
430 | 2008-09-24 Richard Henderson <[email protected]> |
431 | ||
432 | * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default. | |
433 | (struct cfi_insn_data): Add ea member. | |
434 | (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New. | |
435 | (output_cfi_insn): Handle CFI_val_encoded_addr. | |
436 | (select_cie_for_fde): Don't match CFI_val_encoded_addr. | |
437 | * doc/as.texinfo (.cfi_val_encoded_addr): Document. | |
438 | ||
ead47374 AM |
439 | 2008-09-25 Alan Modra <[email protected]> |
440 | ||
441 | PR 6913 | |
442 | * listing.c (print_options): Don't call fprintf without format string. | |
443 | ||
9a97a5d7 AM |
444 | 2008-09-19 Alan Modra <[email protected]> |
445 | ||
5db484ff AM |
446 | * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic. |
447 | (TC_VALIDATE_FIX_SUB): Likewise. | |
448 | * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise. | |
449 | * config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise. | |
450 | * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise. | |
451 | * config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise. | |
452 | (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise. | |
453 | * config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise. | |
454 | * config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise. | |
455 | * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS, | |
456 | TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param. | |
457 | ||
9a97a5d7 AM |
458 | * write.c (md_register_arithmetic): Define. |
459 | (fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation. | |
460 | Modify error message when registers involved. | |
461 | (TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic. | |
462 | * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise. | |
463 | ||
55f8b826 AM |
464 | 2008-09-15 Alan Modra <[email protected]> |
465 | ||
466 | * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test. | |
467 | ||
455bde50 AM |
468 | 2008-09-15 Alan Modra <[email protected]> |
469 | ||
470 | * config/tc-frv.c (md_apply_fix): Use abs_section_sym for | |
471 | relocs with no symbol. | |
472 | * config/tc-mmix.c (md_assemble): Mark fake symbol on | |
473 | BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs. | |
474 | (mmix_md_end): Likewise mark mmix reg contents section symbol. | |
475 | ||
2cf402d6 AM |
476 | 2008-09-14 Chris Smith <[email protected]> |
477 | ||
478 | * config/tc-z80.c: Opcode generation of ld a,(bc) and ld a,(de) was | |
479 | broken, as the opcode of ld a,(de) was being emitted for both. | |
480 | ||
51add5c3 BW |
481 | 2008-09-12 Sterling Augustine <[email protected]> |
482 | ||
483 | * config/tc-xtensa.c (init_op_placement_info_table): Allow number of | |
484 | operands equal to MAX_INSN_ARGS. | |
485 | ||
d053aef8 JK |
486 | 2008-09-11 Jan Kratochvil <[email protected]> |
487 | ||
488 | * configure.in: Call AC_SYS_LARGEFILE. | |
489 | * config.in: Regenerate. | |
490 | * configure: Regenerate. | |
491 | ||
a08f0c75 PB |
492 | 2008-09-09 Peter Bergner <[email protected]> |
493 | ||
494 | * config/tc-ppc.c (ppc_setup_opcodes): Simplify POWER4/NOPOWER4 test. | |
495 | Remove POWER5 and POWER6 tests. | |
496 | ||
2b489661 DA |
497 | 2008-09-08 John David Anglin <[email protected]> |
498 | ||
499 | * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to | |
500 | number support for 32-bit targets. | |
501 | ||
6e33da12 TG |
502 | 2008-09-08 Tristan Gingold <[email protected]> |
503 | ||
504 | * NEWS: Add a marker for the 2.19 features. | |
505 | ||
3dd24306 DA |
506 | 2008-09-07 John David Anglin <[email protected]> |
507 | ||
ded49c3e DA |
508 | * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise |
509 | comment regarding use of difference expressions. | |
510 | (TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1. | |
511 | ||
3dd24306 DA |
512 | * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined. |
513 | (dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK. | |
514 | (dot_cfi_lsda, output_cie, output_fde): Likewise. | |
515 | * config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define. | |
516 | ||
a79558d9 RS |
517 | 2008-09-06 Richard Sandiford <[email protected]> |
518 | ||
519 | * config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define. | |
520 | ||
a6c24e68 NC |
521 | 2008-09-03 Nick Clifton <[email protected]> |
522 | ||
523 | * config/tc-i386.c (pe_lcomm_internal): New function. Allows the | |
524 | alignment field of the .lcomm directive to be optional. | |
525 | (pe_lcomm): New function. Pass pe_lcomm_internal to | |
526 | s_comm_internal. | |
527 | (md_pseudo_table): Implement .lcomm directive for COFF based | |
528 | targets. | |
529 | * doc/c-i386.texi (i386-Directives): New node. Used to document | |
530 | the .lcomm directive. | |
531 | ||
5ead15d9 DA |
532 | 2008-08-30 John David Anglin <[email protected]> |
533 | ||
534 | * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux | |
535 | and NetBSD. | |
536 | ||
c879dfc5 NC |
537 | 2008-08-29 Eric B. Weddington <[email protected]> |
538 | ||
539 | * config/tc-avr.c (mcu_types): Add atmega16u4. | |
540 | * doc/c-avr.texi: Likewise. | |
541 | ||
1ca35711 L |
542 | 2008-08-28 H.J. Lu <[email protected]> |
543 | ||
544 | * config/tc-ia64.c (CR_IIB0): New. | |
545 | (CR_IIB1): Likewise. | |
546 | (cr): Add cr.iib0 and cr.iib1. | |
547 | (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1. | |
548 | ||
fc0763e6 JB |
549 | 2008-08-28 Jan Beulich <[email protected]> |
550 | ||
551 | * config/tc-i386.c (md_assemble): Force number of displacement | |
552 | operands to zero when processing string instruction. | |
553 | (i386_index_check): Special-case string instruction operands. Don't | |
554 | fudge address prefix if there already was a memory operand. Fix | |
555 | error message to correctly reflect the addressing mode used. | |
556 | (i386_att_operand): Fix comment. | |
557 | (i386_intel_operand): Snapshot, clear, and restore base and index | |
558 | reg for each operand processed. Increment count of memory operands | |
559 | later. | |
560 | ||
6bba1048 DA |
561 | 2008-08-27 John David Anglin <[email protected]> |
562 | ||
563 | * config/tc-hppa.c (is_SB_relative): New macro. | |
564 | (fix_new_hppa): Remove $segrel$ marker. | |
565 | (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is | |
566 | segment relative. | |
567 | * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$. | |
568 | ||
a87af027 JB |
569 | 2008-08-27 Jan Beulich <[email protected]> |
570 | ||
571 | * config/tc-i386.c (check_string): Use register_prefix for error | |
572 | message. | |
573 | (process_operands): Likewise. | |
574 | ||
7da4f750 MM |
575 | 2008-08-26 Mark Mitchell <[email protected]> |
576 | ||
577 | * c-arm.texi: Add tutorial on ARM unwinding pseudo ops. | |
578 | ||
6429b084 JZ |
579 | 2008-08-26 Jie Zhang <[email protected]> |
580 | ||
581 | * config/bfin-parse.y (check_macfunc_option): Fix instruction | |
582 | mode checking. | |
583 | (asm_1): Check mode for 16-bit multiply instructions. | |
584 | ||
da594c4a AM |
585 | 2008-08-24 Alan Modra <[email protected]> |
586 | ||
587 | * configure.in: Update a number of obsolete autoconf macros. | |
588 | * configure: Regenerate. | |
589 | * aclocal.m4: Regenerate. | |
590 | ||
34857dd6 NC |
591 | 2008-08-22 Nick Clifton <[email protected]> |
592 | ||
593 | * config/tc-mcore.c (md_assemble): Increase length of name array | |
594 | to include terminating NUL. | |
595 | ||
fec82760 JZ |
596 | 2008-08-22 Jie Zhang <[email protected]> |
597 | ||
598 | * config/bfin-lex.l (NUMBER): Protect special `.'. | |
599 | ||
73e24c68 AM |
600 | 2008-08-22 Alan Modra <[email protected]> |
601 | ||
602 | * symbols.c (symbol_clone): Ensure clones are not external. | |
603 | ||
4e3b43ed AM |
604 | 2008-08-22 Alan Modra <[email protected]> |
605 | ||
606 | * config/tc-hppa.c (md_begin): Set BSF_KEEP for "dummy_symbol". | |
607 | ||
8c9b70b1 RH |
608 | 2008-08-21 Richard Henderson <[email protected]> |
609 | ||
610 | * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New. | |
611 | (output_cie, output_fde): Use it. | |
612 | (DWARF2_EH_FRAME_READ_ONLY): New. | |
613 | (cfi_finish): Use it. | |
614 | ||
615 | * config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit. | |
616 | (DWARF2_CIE_DATA_ALIGNMENT): Change sign. | |
617 | (DWARF2_EH_FRAME_READ_ONLY): New. | |
618 | * config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations | |
619 | from the results of DIFF_EXPR_OK manipulation. | |
620 | ||
c22a967f BW |
621 | 2008-08-21 Sterling Augustine <[email protected]> |
622 | ||
623 | * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64. | |
624 | ||
28dbbc02 BW |
625 | 2008-08-20 Bob Wilson <[email protected]> |
626 | ||
627 | * config/tc-xtensa.c (O_tlsfunc, O_tlsarg, O_tlscall): Define. | |
628 | (O_tpoff, O_dtpoff): Define. | |
629 | (suffix_relocs): Add entries for TLS suffixes. | |
630 | (xtensa_elf_cons): Check for invalid use of TLS relocations. | |
631 | (map_operator_to_reloc): Add is_literal parameter and use it to | |
632 | control translating TLS instruction relocations to the corresponding | |
633 | literal relocations. | |
634 | (xg_valid_literal_expression): Allow TLS operators. | |
635 | (xg_build_to_insn): Copy TLS operators from pseudo-instruction | |
636 | operands to generated literals. | |
637 | (xg_assemble_literal): Handle TLS operators. Update call to | |
638 | map_operator_to_reloc. | |
639 | (md_assemble): Handle CALLXn.TLS pseudo-instruction. | |
640 | (md_apply_fix): Handle TLS relocations. | |
641 | (emit_single_op): Handle TLS operators. | |
642 | (convert_frag_immed): Update call to map_operator_to_reloc. | |
643 | (vinsn_to_insnbuf): Emit relocations for TLS-related instructions. | |
644 | * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field. | |
645 | * config/xtensa-relax.c (append_literal_op): Add src_op parameter | |
646 | to initialize the op_data field of the BuildOp. | |
647 | (build_transition): Use it here to record the source operand | |
648 | corresponding to a generated literal. | |
649 | * config/xtensa-relax.h (build_op): Comment op_data use for literals. | |
4e3b43ed | 650 | |
41a7d9f3 L |
651 | 2008-08-20 H.J. Lu <[email protected]> |
652 | ||
653 | AVX Programming Reference (August, 2008) | |
654 | * config/tc-i386.c (CPU_FLAGS_AES_MATCH): New. | |
655 | (CPU_FLAGS_AVX_MATCH): Likewise. | |
656 | (CPU_FLAGS_32BIT_MATCH): Updated. | |
657 | (cpu_flags_match): Likewise. | |
658 | ||
76d12939 AM |
659 | 2008-08-20 Alan Modra <[email protected]> |
660 | ||
661 | PR 6848 | |
662 | * write.c (install_reloc): Check that reloc symbols have been | |
663 | written. | |
664 | (set_symtab): Mark symbols with BSF_KEEP. | |
665 | ||
e6a14101 L |
666 | 2008-08-18 H.J. Lu <[email protected]> |
667 | ||
668 | * config/tc-i386.c (i386_align_code): Fix a comment typo. | |
669 | ||
7357c5b6 AM |
670 | 2008-08-15 Alan Modra <[email protected]> |
671 | ||
672 | PR 6526 | |
673 | * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS. | |
674 | * Makefile.in: Regenerate. | |
675 | * aclocal.m4: Regenerate. | |
676 | * config.in: Regenerate. | |
677 | * configure: Regenerate. | |
678 | * doc/Makefile.in: Regenerate. | |
679 | ||
4e96a12e AM |
680 | 2008-08-14 Alan Modra <[email protected]> |
681 | ||
682 | * config/tc-tic4x.c (tic4x_operands_parse): Make static. | |
683 | ||
9e9a9798 BE |
684 | 2008-08-13 Ben Elliston <[email protected]> |
685 | ||
686 | * doc/as.texinfo (Align): Document the PowerPC behaviour. | |
687 | ||
5a49b8ac AM |
688 | 2008-08-13 Alan Modra <[email protected]> |
689 | ||
690 | * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c, | |
691 | config/obj-som.c, config/tc-alpha.c, config/tc-arm.c, config/tc-bfin.c, | |
692 | config/tc-bfin.h, config/tc-crx.c, config/tc-frv.c, config/tc-frv.h, | |
693 | config/tc-hppa.h, config/tc-i386.c, config/tc-i860.c, config/tc-i960.h, | |
694 | config/tc-ia64.c, config/tc-ia64.h, config/tc-m32c.c, config/tc-m32c.h, | |
695 | config/tc-m68k.c, config/tc-maxq.c, config/tc-s390.c, config/tc-s390.h, | |
696 | config/tc-sparc.c, config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h, | |
697 | config/tc-tic4x.c, config/tc-tic4x.h, config/tc-tic54x.c, | |
698 | config/tc-tic54x.h, config/tc-vax.c, doc/internals.texi: Banish PARAMS | |
699 | and PTR. Convert to ISO C. Delete unnecessary forward declarations. | |
700 | ||
db0bc284 AM |
701 | 2008-08-12 Alan Modra <[email protected]> |
702 | ||
703 | * config/tc-arm.c (s_unreq): Adjust hash_delete call. | |
704 | * config/tc-ia64.c (dot_rot): Likewise. | |
705 | ||
818236e5 AM |
706 | 2008-08-11 Alan Modra <[email protected]> |
707 | ||
708 | PR 6575 | |
709 | * hash.c: Expand PTR to void *. | |
710 | (hash_delete): Add "freeme" parameter. Call obstack_free. | |
711 | * hash.h: Expand PTR to void *. | |
712 | (hash_delete): Update prototype. | |
713 | * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash. | |
714 | * config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete | |
715 | call. | |
716 | (subsym_substitute): Likewise. | |
717 | * doc/internals.texi (hash_delete): Update. | |
718 | ||
7b21ac3f EW |
719 | 2008-08-08 Anatoly Sokolov <[email protected]> |
720 | ||
721 | * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51 | |
818236e5 AM |
722 | architectures. Reorganize list to put mcu types in correct |
723 | architectures and to order list same as in GCC. Use new ISA | |
724 | definitions in include/opcode/avr.h. | |
7b21ac3f EW |
725 | * doc/c-avr.texi: Add avr25, avr31, avr35, and avr51 architecture |
726 | descriptions. Reorganize descriptions to put mcu types in correct | |
727 | architectures and to order lists same as in GCC. | |
728 | ||
861fb55a DJ |
729 | 2008-08-08 Richard Sandiford <[email protected]> |
730 | Daniel Jacobowitz <[email protected]> | |
731 | ||
732 | * config/tc-mips.c (OPTION_CALL_NONPIC): New macro. | |
733 | (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32) | |
734 | (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG) | |
735 | (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1. | |
736 | (md_longopts): Add -call_nonpic. | |
737 | (md_parse_option): Handle OPTION_CALL_NONPIC. | |
738 | (md_show_usage): Add -call_nonpic. | |
739 | ||
532f93bd | 740 | 2008-08-08 Sterling Augustine <[email protected]> |
818236e5 | 741 | |
532f93bd BW |
742 | * config/tc-xtensa.c (exclude_section_from_property_tables): New. |
743 | (xtensa_create_property_segments): Use it. | |
744 | (xtensa_create_xproperty_segments): Likewise. | |
818236e5 | 745 | |
c3c36456 AM |
746 | 2008-08-08 Alan Modra <[email protected]> |
747 | ||
748 | * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change. | |
749 | ||
738e5348 RS |
750 | 2008-08-06 Richard Sandiford <[email protected]> |
751 | ||
752 | * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p) | |
753 | (lo16_reloc_p): New functions. | |
754 | (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to | |
755 | generalize relocation checks. | |
756 | (matching_lo_reloc): New function. | |
757 | (fixup_has_matching_lo_p): Use it. | |
758 | (mips16_mark_labels): Don't clobber a symbol's visibility. | |
759 | (append_insn): Use hi16_reloc_p and lo16_reloc_p. | |
760 | (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16. | |
761 | (md_apply_fix): Likewise. | |
762 | (mips16_percent_op): Add %got and %call16. | |
763 | (mips_frob_file): Use got16_reloc_p to generalize relocation checks. | |
764 | Use matching_lo_reloc. | |
765 | (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to | |
766 | generalize relocation checks. | |
767 | (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation | |
768 | checks. | |
769 | ||
6fd4f6cc DD |
770 | 2008-08-06 DJ Delorie <[email protected]> |
771 | ||
772 | * NEWS: Mention these changes. | |
773 | ||
774 | * config/tc-h8300.h (H_TICK_HEX): Define. | |
775 | * config/tc-h8300.c (OPTION_H_TICK_HEX): New. | |
776 | (md_longopts): Add "-h-tick-hex". | |
777 | (md_parse_option): Support it. | |
778 | * doc/c-h8300.texi (H8/300 Options): Document it. | |
779 | * doc/as.texinfo (Overview): Likewise. | |
818236e5 | 780 | |
6fd4f6cc DD |
781 | * config/tc-sh.h (H_TICK_HEX): Define. |
782 | * config/tc-sh.c (OPTION_H_TICK_HEX): New. | |
783 | (md_longopts): Add "-h-tick-hex". | |
784 | (md_parse_option): Support it. | |
785 | * doc/c-sh.texi (SH Options): Document it. | |
786 | * doc/c-sh64.texi (SH64 Options): Document it. | |
787 | * doc/as.texinfo (Overview): Likewise. | |
788 | ||
7cadeb2c AM |
789 | 2008-08-05 Alan Modra <[email protected]> |
790 | ||
791 | PR gas/6656 | |
792 | * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated | |
793 | debug info if we see compiler generated debug info. | |
794 | (dwarf2_directive_loc): Likewise. Remove redundant debug_type test. | |
795 | ||
413a266c AM |
796 | 2008-08-04 Alan Modra <[email protected]> |
797 | ||
798 | * dwarf2dbg.c: Remove superfluous forward function declarations. | |
799 | (DWARF2_FORMAT): Add section arg. | |
800 | (out_header): New function, split out from.. | |
801 | (out_debug_line): ..here. | |
802 | (out_debug_aranges): Use out_header. | |
803 | (out_debug_abbrev): Add info_seg and line_seg args. Use | |
804 | DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit. | |
805 | (out_debug_info): Use out_header. Output 8 byte DW_AT_stmt_list | |
806 | if line_seg is 64-bit. | |
807 | (dwarf2_finish): Adjust out_debug_abbrev call. | |
808 | * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg. | |
809 | * config/tc-mips.c (mips_dwarf2_format): Likewise. | |
810 | ||
323ee3f4 AM |
811 | 2008-08-04 Alan Modra <[email protected]> |
812 | ||
813 | * Makefile.am (POTFILES.in): Set LC_ALL=C. | |
814 | * Makefile.in: Regenerate. | |
815 | * po/POTFILES.in: Regenerate. | |
816 | ||
9b4e5766 PB |
817 | 2008-08-01 Peter Bergner <[email protected]> |
818 | ||
819 | * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags. | |
820 | Handle -mvsx and -mpower7. | |
821 | (md_show_usage): Document -mpower7 and -mvsx. | |
822 | * doc/as.texinfo (Target PowerPC): Document -mvsx. | |
823 | * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7. | |
824 | ||
38233209 PB |
825 | 2008-07-31 Peter Bergner <[email protected]> |
826 | ||
827 | * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions. | |
828 | <cell>: Likewise. | |
829 | ||
081ba1b3 AM |
830 | 2008-07-30 Michael J. Eager <[email protected]> |
831 | ||
832 | * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405. | |
833 | (md_show_usage): Likewise. | |
834 | ||
0af1713e AM |
835 | 2008-07-30 Alan Modra <[email protected]> |
836 | ||
837 | * messages.c, symbols.c, write.c: Silence gcc warnings. | |
838 | ||
2cfe26b6 AM |
839 | 2008-07-28 Ineiev <[email protected]> |
840 | ||
841 | * config/tc-i386.c (operand_type_check): Warning fix. | |
842 | ||
3c7b9897 AM |
843 | 2008-07-26 Michael Eager <[email protected]> |
844 | ||
845 | * doc/as.texinfo: Add description of single-precision attribute. | |
846 | ||
81fd73ed JZ |
847 | 2008-07-24 Jie Zhang <[email protected]> |
848 | ||
849 | * config/bfin-parse.y (asm_1): Error if plain symbol is used | |
850 | as load/store offset. | |
851 | ||
570de991 NC |
852 | 2008-07-22 Chao-ying Fu <[email protected]> |
853 | ||
854 | * config/tc-mips.c (mips_ip): Reset s to argsStart. | |
855 | ||
b4f42c96 JZ |
856 | 2008-07-22 Jie Zhang <[email protected]> |
857 | ||
858 | * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol. | |
859 | ||
cc189afc DD |
860 | 2008-07-21 DJ Delorie <[email protected]> |
861 | ||
862 | * config/tc-h8300.c (fix_operand_size): Use the default size | |
863 | specified by the .lbranch/.sbranch pseudos. | |
864 | ||
c54b5932 DD |
865 | 2008-07-18 DJ Delorie <[email protected]> |
866 | ||
867 | * config/tc-m32c.h (H_TICK_HEX): Define. | |
868 | * config/tc-m32c.c (OPTION_H_TICK_HEX): Define. | |
869 | (md_longopts): Add support for it. | |
870 | (md_parse_option): Likewise. | |
871 | * doc/as.texinfo (Overview): Add new m32c options. | |
872 | * doc/c-m32c.texi (M32C-Modifiers): Likewise | |
873 | ||
874 | * as.h: (enable_h_tick_hex): New. | |
875 | * app.c (enable_h_tick_hex): New. | |
876 | (LEX_IS_H): New. | |
877 | (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex. | |
878 | (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00 | |
879 | style hex constants and convert the input stream to 0x00 style. | |
880 | (do_scrub_chars): If a 'X style character constant is found after | |
881 | a symbol character (like you're or X'00), warn the user. | |
882 | ||
30c09090 RS |
883 | 2008-07-10 Richard Sandiford <[email protected]> |
884 | ||
885 | * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16. | |
886 | (mips_fix_adjustable): Likewise. | |
887 | (mips_frob_file_after_relocs): Likewise. | |
888 | ||
bfbba8e4 NS |
889 | 2008-07-08 Nathan Sidwell <[email protected]> |
890 | ||
891 | * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain | |
892 | about overriding an earlier setting. | |
893 | ||
b19e8a9b AN |
894 | 2008-07-07 Adam Nemet <[email protected]> |
895 | ||
896 | * config/tc-mips.c (NO_ISA_COP): New macro. | |
897 | (COP_INSN): New macro. | |
898 | (is_opcode_valid): Use them. | |
899 | (macro) <ld_st>: Use them. Don't accept coprocessor load store | |
900 | insns based on the ISA if CPU is NO_ISA_COP. | |
901 | <copz>: Likewise for coprocessor operations. | |
902 | ||
79947c54 CD |
903 | 2008-07-07 Paul Brook <[email protected]> |
904 | ||
905 | * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT | |
2cfe26b6 | 906 | relocations. |
79947c54 | 907 | |
9990da1d NC |
908 | 2008-07-07 Ralf Corsépius <[email protected]> |
909 | ||
910 | * configure.tgt: Add bfin-*-rtems*. | |
911 | ||
d62f07d0 AM |
912 | 2008-07-04 Alan Modra <[email protected]> |
913 | ||
914 | * config/tc-spu.c (md_apply_fix): Handle fully resolved | |
915 | BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16. | |
916 | ||
c8187e15 PB |
917 | 2008-06-25 Peter Bergner <[email protected]> |
918 | ||
919 | * config/tc-ppc.c (parse_cpu): Handle -m464. | |
920 | (md_show_usage): Likewise. | |
921 | ||
3bb06f78 EW |
922 | 2008-06-24 Eric B. Weddington <[email protected]> |
923 | ||
924 | Add support for ATtiny13A. | |
925 | * config/tc-avr.c (mcu_types): Add attiny13a. | |
926 | * doc/c-avr.texi: Likewise. | |
927 | ||
6afe8e98 AM |
928 | 2008-06-24 Bob Wilson <[email protected]> |
929 | Alan Modra <[email protected]> | |
930 | ||
931 | * write.c (relax_segment <rs_org>): Include current stretch | |
932 | value when calculating whether .org is backwards. | |
933 | ||
7a283e07 RW |
934 | 2008-06-17 Ralf Wildenhues <[email protected]> |
935 | ||
936 | * configure: Regenerate. | |
937 | ||
0146fc9d NC |
938 | 2008-06-17 Nick Clifton <[email protected]> |
939 | ||
940 | * app.c (do_scrub_chars): Do not UNGET an EOF value. | |
941 | ||
1afc8def HPN |
942 | 2008-06-16 Hans-Peter Nilsson <[email protected]> |
943 | ||
944 | PR gas/6607 | |
945 | * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to | |
946 | text_section. Do the "stepping backwards" test for text_section | |
947 | using unsigned operands. | |
948 | ||
fa452fa6 PB |
949 | 2008-06-13 Peter Bergner <[email protected]> |
950 | ||
951 | * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef. | |
952 | (ppc_insert_operand): Likewise. | |
953 | (ppc_machine): Likewise. | |
954 | * config/tc-ppc.h: #include "opcode/ppc.h" | |
955 | (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef. | |
956 | (ppc_cpu): Update extern decl. | |
957 | ||
bb35fb24 NC |
958 | 2008-06-12 Adam Nemet <[email protected]> |
959 | ||
960 | * config/tc-mips.c (validate_mips_insn): Handle field descriptors | |
961 | +x, +X, +p, +P, +s, +S. | |
962 | (mips_ip): Likewise. | |
963 | ||
dd3cbb7e NC |
964 | * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q. |
965 | (mips_ip): Likewise. | |
966 | (macro_build): Likewise. | |
967 | (CPU_HAS_SEQ): New macro. | |
968 | (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei. | |
969 | ||
e8568f6c EW |
970 | 2008-06-09 Eric B. Weddington <[email protected]> |
971 | ||
972 | * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device. | |
973 | * doc/c-avr.texi: Likewise. | |
974 | ||
83bd7402 NC |
975 | 2008-06-04 Nick Clifton <[email protected]> |
976 | ||
977 | * app.c (do_scrub_chars): Do not UNGET an EOF value. | |
978 | ||
cb19c032 L |
979 | 2008-06-03 H.J. Lu <[email protected]> |
980 | ||
981 | * config/tc-i386.c (set_sse_check): New. | |
982 | (md_pseudo_table): Add "sse_check". | |
983 | ||
4ecab7d4 PB |
984 | 2008-06-03 Paul Brook <[email protected]> |
985 | ||
986 | * config/tc-arm.c (do_t_rbit): Populate both rm fields. | |
987 | ||
0a903bab NC |
988 | 2008-05-30 Nick Clifton <[email protected]> |
989 | ||
990 | PR 5523 | |
991 | * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown | |
992 | relocs here. | |
993 | ||
b15591bb AN |
994 | 2008-05-29 Maxim Kuvyrkov <[email protected]> |
995 | ||
996 | * config/tc-mips.c (mips_cpu_info_table): Move records for | |
997 | ST Loongson-2E/2F processors to a better place. | |
998 | ||
95f283e8 L |
999 | 2008-05-23 H.J. Lu <[email protected]> |
1000 | ||
1001 | PR gas/6518 | |
1002 | * config/tc-i386.c (match_template): Report ambiguous operand | |
1003 | size, not invalid suffix when there is no match in Intel | |
1004 | syntax. | |
1005 | ||
c462b453 PB |
1006 | 2008-05-22 Paul Brook <[email protected]> |
1007 | ||
1008 | * config/tc-arm.c (parse_cond): Covert to lowercase before matching. | |
1009 | ||
7fac0536 NC |
1010 | 2008-05-21 I-Jui Sung <[email protected]> |
1011 | ||
1012 | * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE | |
1013 | compatible cores: fa526, fa626, fa626te, fa726te. | |
1014 | * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te, | |
1015 | fa726te} options. | |
1016 | ||
8944f3c2 AM |
1017 | 2008-05-14 Alan Modra <[email protected]> |
1018 | ||
1019 | * Makefile.am: Run "make dep-am". | |
1020 | * Makefile.in: Regenerate. | |
1021 | * doc/Makefile.in: Regenerate. | |
1022 | * po/POTFILES.in: Regenerate. | |
1023 | ||
35903be0 CM |
1024 | 2008-05-09 Catherine Moore <[email protected]> |
1025 | ||
1026 | * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs | |
1027 | with non-MIPS16 relocs. | |
1028 | ||
c41e87e3 CF |
1029 | 2008-05-09 Chao-ying Fu <[email protected]> |
1030 | ||
1031 | * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in | |
1032 | case that some characters append at the end of the name. | |
1033 | (mips_ip): Likewise. | |
1034 | (s_change_sec): Likewise. | |
1035 | (md_section_align): Likewise. | |
1036 | ||
51c8ebc1 BW |
1037 | 2008-05-07 Bob Wilson <[email protected]> |
1038 | ||
1039 | * config/tc-xtensa.c (xtensa_create_property_segments): Use | |
1040 | xtensa_make_property_section instead of xtensa_get_property_section. | |
1041 | (xtensa_create_xproperty_segments): Likewise. | |
1042 | ||
f1f8f695 L |
1043 | 2008-05-02 H.J. Lu <[email protected]> |
1044 | ||
1045 | * NEWS: Mention XSAVE, EPT and MOVBE. | |
1046 | ||
1047 | * config/tc-i386.c (cpu_arch): Add .movbe and .ept. | |
1048 | (md_show_usage): Add .movbe and .ept. | |
1049 | ||
1050 | * doc/c-i386.texi: Add movbe and ept to -march=. Document | |
1051 | .movbe and .ept. | |
1052 | ||
2b661f3d DM |
1053 | 2008-04-29 David S. Miller <[email protected]> |
1054 | ||
1055 | * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries. | |
1056 | ||
037b32b9 AN |
1057 | 2008-04-28 Adam Nemet <[email protected]> |
1058 | ||
1059 | * config/tc-mips.c (file_mips_soft_float, file_mips_single_float): | |
1060 | New statics. | |
1061 | (OPTION_ELF_BASE): Make room for new option macros. | |
1062 | (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT, | |
1063 | OPTION_DOUBLE_FLOAT): New option macros. | |
1064 | (md_longopts): Add msoft-float, mhard-float, msingle-float and | |
1065 | mdouble-float. | |
1066 | (md_parse_option): Handle OPTION_SINGLE_FLOAT, | |
1067 | OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT. | |
1068 | (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float | |
1069 | and -mdouble-float. | |
1070 | (struct mips_set_options): New fields soft_float and single_float. | |
1071 | (mips_opts): Initialized them. Add comment for each field | |
1072 | initializer. | |
1073 | (mips_after_parse_args): Set them based on file_mips_soft_float | |
1074 | and file_mips_single_float. | |
1075 | (s_mipsset): Add support for `.set softfloat', `.set hardfloat', | |
1076 | `.set singlefloat' and `.set doublefloat'. | |
1077 | (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER. | |
1078 | Handle single-float and soft-float instructions here. | |
1079 | (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER. | |
1080 | (is_opcode_valid_16): New function. | |
1081 | (mips16_ip): Use it instead of OPCODE_IS_MEMBER. | |
1082 | (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, | |
1083 | M_S_DOB>: Remove special-casing of r4650. | |
1084 | * doc/c-mips.texi (-march=): Add Octeon. | |
1085 | (MIPS Opts): Document -msoft-float and -mhard-float. Document | |
1086 | -msingle-float and -mdouble-float. | |
1087 | (MIPS floating-point): New section. Document `.set softfloat' and | |
1088 | `.set hardfloat'. Document `.set singlefloat' and `.set | |
1089 | doublefloat'. | |
1090 | ||
f04d18b7 DM |
1091 | 2008-04-25 David S. Miller <[email protected]> |
1092 | ||
1093 | * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set' | |
1094 | %asr aliases. | |
1095 | ||
1096 | * doc/c-sparc.texi: Consistently refer to architecture 'versions', | |
1097 | rather than occaisionally 'levels'. Consistently refer to Sun's | |
1098 | UNIX variant as SunOS, every version of Solaris is also SunOS. | |
1099 | Document new 'softint_clear' and 'softint_set' aliases. Clarify | |
1100 | which architecture versions support '%dcr', '%cq', and '%gl'. Add | |
1101 | section on 32-bit/64-bit opcode translations. | |
1102 | ||
fe4fa32c MF |
1103 | 2008-04-23 Mike Frysinger <[email protected]> |
1104 | ||
1105 | * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c. | |
1106 | (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h. | |
1107 | (obj-fdpicelf.o): Define. | |
1108 | * Makefile.in: Regenerate. | |
1109 | * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf. | |
1110 | (bfin-*-*): Delete. | |
1111 | (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux. | |
1112 | (bfin-*-uclinux*): New; set fmt to elf and em to linux. | |
1113 | * config/obj-fdpicelf.c: New. | |
1114 | * config/obj-fdpicelf.h: Likewise. | |
1115 | * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on | |
1116 | the OBJ_FDPIC_ELF define. | |
1117 | (OPTION_NOPIC): Define. | |
1118 | (md_longopts): Add mnopic and mno-fdpic. | |
1119 | (md_parse_option): Handle OPTION_NOPIC. | |
1120 | ||
6194aaab L |
1121 | 2008-04-23 Paolo Bonzini <[email protected]> |
1122 | ||
1123 | * aclocal.m4: Regenerate. | |
1124 | * configure: Regenerate. | |
1125 | ||
1a6b486f DM |
1126 | 2008-04-23 David S. Miller <[email protected]> |
1127 | ||
1128 | * config/tc-sparc.c (v9a_asr_table): Add missing | |
1129 | 'stick' and 'stick_cmpr', and document ordering rules | |
1130 | of table. | |
1131 | (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and | |
1132 | BFD_RELOC_SPARC_PC10. | |
1133 | * doc/c-sparc.texi: New section on Sparc constants. | |
1134 | Add documentation for %stick and %stick_cmpr. | |
1135 | ||
879d3736 NC |
1136 | 2008-04-22 David S. Miller <[email protected]> |
1137 | ||
1138 | * config/obj-elf.c (obj_elf_section_type): Add prototype | |
1139 | before obj_elf_section_word and add 'warn' arg. | |
1140 | (obj_elf_section_word): Add type pointer arg, and if no #SECTION | |
1141 | is matched, try checking for #SECTION_TYPE. | |
1142 | (obj_elf_section): Adjust for new args. | |
1143 | (obj_elf_type_name): New function. | |
1144 | (obj_elf_type): Call it, and accept STT_foo number strings | |
1145 | in .type statements as output by SunPRO compiler. | |
1146 | ||
81f8a913 L |
1147 | 2008-04-22 H.J. Lu <[email protected]> |
1148 | ||
1149 | * config/tc-i386.c (md_assemble): Don't check SSE instructions | |
1150 | if noavx is 0. | |
1151 | ||
c15295d5 DM |
1152 | 2008-04-18 David S. Miller <[email protected]> |
1153 | ||
1154 | * doc/c-sparc.texi: Add syntax section. | |
1155 | ||
eff014d9 L |
1156 | 2008-04-18 H.J. Lu <[email protected]> |
1157 | ||
1158 | * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap | |
1159 | REG and NDS for instructions with immediate operand. | |
1160 | ||
dae39acc L |
1161 | 2008-04-18 H.J. Lu <[email protected]> |
1162 | ||
1163 | * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for | |
1164 | FMA. | |
1165 | ||
739f7f82 DM |
1166 | 2008-04-16 David S. Miller <[email protected]> |
1167 | ||
1168 | * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics | |
1169 | and relocation generation. | |
1170 | (tc_gen_reloc): Likewise. | |
1171 | ||
52b5ca5b AS |
1172 | 2008-04-15 Andrew Stubbs <[email protected]> |
1173 | ||
1174 | * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4 | |
1175 | relocations are properly aligned, and not negative. | |
1176 | ||
a5f245b5 NC |
1177 | 2008-04-15 Khem Raj <[email protected]> |
1178 | ||
1179 | * doc/tc-arm.texi: Fix fnstart and fnend directive names. | |
1180 | ||
19a6653c AM |
1181 | 2008-04-14 Edmar Wienskoski <[email protected]> |
1182 | ||
1183 | * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to | |
1184 | accept e500mc instructions. | |
1185 | (md_show_usage): Document -me500mc. | |
1186 | ||
d5a35a55 NC |
1187 | 2008-04-11 Nick Clifton <[email protected]> |
1188 | ||
1189 | * listing.c (print_timestamp): Use localtime rather than | |
1190 | localtime_r since not all build environments provide the latter. | |
1191 | ||
daf50ae7 L |
1192 | 2008-04-10 H.J. Lu <[email protected]> |
1193 | ||
1194 | * NEWS: Mention -msse-check=[none|error|warning]. | |
1195 | ||
1196 | * config/tc-i386.c (sse_check): New. | |
1197 | (OPTION_MSSE_CHECK): Likewise. | |
1198 | (md_assemble): Check SSE instructions if needed. | |
1199 | (md_longopts): Add -msse-check. | |
1200 | (md_parse_option): Handle OPTION_MSSE_CHECK. | |
1201 | (md_show_usage): Show -msse-check=[none|error|warning]. | |
1202 | ||
1203 | * doc/c-i386.texi: Document -msse-check=[none|error|warning]. | |
1204 | ||
83f10cb2 NC |
1205 |