]>
Commit | Line | Data |
---|---|---|
c9e214e5 AM |
1 | 2003-12-29 Paul Brook <[email protected]> |
2 | ||
3 | * gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs. | |
4 | * gas/doc/c-arm.texi: Document them. | |
5 | ||
6 | 2003-23-12 Paul Brook <[email protected]> | |
7 | ||
8 | * config/tc-arm.c (arm_archs): Add armv6. | |
9 | * doc/c-arm.texi: Document -march=armv6. | |
10 | ||
11 | 2003-12-20 Nick Clifton <[email protected]> | |
12 | ||
13 | * config/tc-ppc.c (md_apply_fix3): Handle the case where a | |
14 | .byte directive generates a pc-relative relocation. | |
15 | ||
16 | 2003-12-19 Nick Clifton <[email protected]> | |
17 | Andreas Schwab <[email protected]> | |
18 | ||
19 | * messages.c (as_perror): Save errno around library calls. | |
20 | * input-file.c [BFD_ASSEMBLER]: Set the BFD error to | |
21 | bfd_error_system_call before each call to as_perror. | |
22 | (input_file_open): Simplify the error reporting code to just use | |
23 | as_perror(). | |
24 | * output-file.c (output_file_create) [BFD_ASSEMBLER]: Set the BFD | |
25 | error to bfd_error_system_call before calling as_perror. | |
26 | (output_file_close) [BFD_ASSEMBLER]: Likewise. | |
27 | (output_file_append) [BFD_ASSEMBLER]: Likewise. | |
28 | * listing.c (listing_print) [BFD_ASSEMBLER]: Likewise. | |
29 | ||
30 | 2003-12-19 Kazuhiro Inaoka <[email protected]> | |
31 | ||
32 | Add m32r-linux and PIC support. Add new ABI that uses RELA. | |
33 | * configure.in: Add m32r-linux targets. | |
34 | * configure: Regenerate. | |
35 | * config/tc-m32r.c (md_parse_option): Add -KPIC option. | |
36 | (tc_gen_reloc): Added. | |
37 | (debug_sym, md_estimate_size_before_relax, md_convert_frag, | |
38 | md_pcrel_from_section, m32r_fix_adjustable): Changed for PIC. | |
39 | * config/tc-m32r.h (tc_gen_reloc, EXTERN_FORCE_RELOC): Undefined. | |
40 | (TC_HANDLES_FX_DONE, TC_FIX_ADJUSTABLE, TC_RELOC_RTSYM_LOC_FIXUP): | |
41 | Defined. | |
42 | * doc/c-m32r.texi: Document -KPIC option. | |
43 | * NEWS: Mention the support m32r Linux and PIC. | |
44 | ||
45 | 2003-12-18 Nick Clifton <[email protected]> | |
46 | ||
47 | * input-file.c (input_file_open): Remove call to stat(). | |
48 | Add a check for getc() failing, and catch the case where the | |
49 | failure is due to an attempt to read a directory. | |
50 | ||
51 | 2003-12-18 Richard Sandiford <[email protected]> | |
52 | ||
53 | * config/tc-mips.c (mips_need_elf_addend_fixup): Delete. | |
54 | (md_apply_fix3): Remove bfd_install_relocation workarounds. | |
55 | (tc_gen_reloc): Likewise. Factor handling of pc-relative relocations | |
56 | and treat fx_addnumber as relative to the relocation address. | |
57 | ||
58 | 2003-12-18 Richard Sandiford <[email protected]> | |
59 | ||
60 | * config/tc-mips.c (s_change_section): When parsing the MIPS-specific | |
61 | .section syntax, map SHT_MIPS_DWARF to SHT_PROGBITS. | |
62 | ||
63 | 2003-12-17 Mark Mitchell <[email protected]> | |
64 | ||
65 | * config/tc-arm.c (arm_archs): Change "armv6" to "armv6j". | |
66 | * doc/c-arm.texi (ARM Options): Likewise. | |
67 | ||
68 | 2003-12-17 Nick Clifton <[email protected]> | |
69 | ||
70 | * config/tc-m32r.c (error_explicit_parallel_conflicts): Rename | |
71 | to 'ignore_parallel_conflicts'. | |
72 | (md_longopts): Change option names as well. | |
73 | (md_parse_option): Separate the warn_explicit and ignore | |
74 | parallel conflicts options. | |
75 | (md_show_usage): Update descriptions of these options. | |
76 | (first_writes_to_seconds_operands): Do not run this check if | |
77 | ignoring parallel conflicts. | |
78 | (assemble_two_insns): Remove code that checked | |
79 | error_explicit_parallel_conflicts. | |
80 | * doc/c-m32r.texi: Update descriptions of the options. | |
81 | ||
82 | 2003-12-16 Dmitry Semyonov <[email protected]> | |
83 | ||
84 | * tc-arm.c (do_adr): Do not adjust pc by -8 if TE_WINCE is | |
85 | defined. | |
86 | (do_adrl): Likewise. | |
87 | ||
88 | 2003-12-15 Christian Groessler <[email protected]> | |
89 | ||
90 | * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere. | |
91 | (ctrl_table): Add "flags" keyword and some comments. | |
92 | (flag_table): Convert to uppercase. | |
93 | (get_flags_operand): Be case insensitive. | |
94 | (get_interrupt_operand): Be case insensitive. Support notation | |
95 | where the inperrupt arguments are separated by commas. | |
96 | (get_operands): Check whether get_flags_operand consumed all | |
97 | arguments. Return failure if get_ctrl_operand didn't recognize a | |
98 | valid control register. | |
99 | (get_specific): Add case CLASS_CTRL: Test for valid control | |
100 | register for ldctlb opcode. | |
101 | (build_bytes): Check for valid control registers. | |
102 | ||
103 | 2003-12-15 Nick Clifton <[email protected]> | |
104 | ||
105 | * config/obj-aout.c (obj_crawl_symbol_chain): Skip defined | |
106 | symbols which resolve to symbolic values. | |
107 | ||
108 | 2003-12-13 Alan Modra <[email protected]> | |
109 | ||
110 | * config/obj-elf.c: Convert to C90, remove unneeded prototypes and | |
111 | casts. Formatting. | |
112 | * config/obj-elf.h: Remove PARAMS. | |
113 | ||
114 | * read.c (s_lcomm_internal): Make global. | |
115 | * read.h (s_lcomm_internal): Declare. | |
116 | * config/obj-elf.c (elf_pseudo_table): Handle lcomm. | |
117 | (obj_elf_lcomm): New function. | |
118 | ||
119 | 2003-12-13 Alan Modra <[email protected]> | |
120 | ||
121 | * read.c: Remove unneeded prototypes. | |
122 | (s_comm): Split out code to.. | |
123 | (s_comm_internal): ..here. Tidy error returns. Rearrange so that | |
124 | "name" from input line may be used in more places. Merge code | |
125 | testing for valid size from elf_common. Merge code from | |
126 | s_lcomm_internal. Call comm_parse_extra. | |
127 | (bss_alloc): New function, split out of s_lcomm_internal and | |
128 | elf_common. | |
129 | (parse_align): Likewise. | |
130 | (s_lcomm_internal): Rewrite. | |
131 | (s_lcomm, s_lcomm_bytes): Use s_comm_internal. | |
132 | * read.h (bss_alloc, parse_align, s_comm_internal): Declare. | |
133 | * config/obj-elf.c (elf_common): Split out code to.. | |
134 | (elf_common_parse): ..here. Remove code common to s_comm_internal, | |
135 | parse_align and bss_alloc. Rearrange and Tidy. | |
136 | * config/tc-alpha.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Define. | |
137 | ||
138 | 2003-12-10 Zack Weinberg <[email protected]> | |
139 | ||
140 | * tc-ppc.c (md_assemble): Rewrite comment about optional operands | |
141 | to indicate that 'all or none' is also handled. Pluralize a | |
142 | word in another comment. | |
143 | ||
144 | 2003-12-10 Paul Brook <[email protected]> | |
145 | ||
146 | * config/tc-arm.c (FPU_MAVERICK): Define. | |
147 | (FPU_ARCH_MAVERICK): Define. | |
148 | (arm_float_abi): Define. | |
149 | (mfloat_abi_opt): New variable. | |
150 | (md_begin): Use them. | |
151 | (arm_opts): Add msoft-float and mhard-float. | |
152 | (arm_cpus): Use FPU_ARCH_MAVERICK. | |
153 | (arm_fpus): Add maverick. | |
154 | (arm_float_abis): Add. | |
155 | (arm_parse_float_abi): New function. | |
156 | (arm_long_options): Add mfloat-abi. | |
157 | * doc/as.texinfo: Document -mfloat-abi=. | |
158 | * doc/c-arm.text: Ditto. Menution -fpu=maverick. | |
159 | ||
160 | 2003-12-09 Paul Brook <[email protected]> | |
161 | ||
162 | * config/tc-arm.c (do_umaal): Fix typo. | |
163 | ||
164 | 2003-12-06 Kazu Hirata <[email protected]> | |
165 | ||
166 | * dwarf2dbg.c: Convert to ISO-C. | |
167 | * write.c: Likewise. | |
168 | * write.h: Likewise. | |
169 | ||
170 | 2003-12-06 Richard Sandiford <[email protected]> | |
171 | ||
172 | * config/tc-mips.c (macro): Switch misordered call to frag_grow() | |
173 | and setting of tc_fr_offset. | |
174 | ||
175 | 2003-12-05 Ricardo Anguiano <[email protected]> | |
176 | Mark Mitchell <[email protected]> | |
177 | Richard Earnshaw <[email protected]> | |
178 | ||
179 | Add V6 support. | |
180 | * config/tc-arm.c (ARM_EXT_V6): New macro. | |
181 | (ARM_ARCH_V6): Likewise. | |
182 | (SHIFT_IMMEDIATE): Likewise. | |
183 | (SHIFT_LSL_OR_ASR_IMMEDIATE): Likewise. | |
184 | (SHIFT_ASR_IMMEDIATE): Likewise. | |
185 | (SHIFT_LSL_IMMMEDIATE): Likewise. | |
186 | (do_cps): New function. | |
187 | (do_cpsi): Likewise. | |
188 | (do_ldrex): Likewise. | |
189 | (do_pkhbt): Likewise. | |
190 | (do_pkhtb): Likewise. | |
191 | (do_qadd16): Likewise. | |
192 | (do_rev): Likewise. | |
193 | (do_rfe): Likewise. | |
194 | (do_sxtah): Likewise. | |
195 | (do_sxth): Likewise. | |
196 | (do_setend): Likewise. | |
197 | (do_smlad): Likewise. | |
198 | (do_smlald): Likewise. | |
199 | (do_smmul): Likewise. | |
200 | (do_ssat): Likewise. | |
201 | (do_usat): Likewise. | |
202 | (do_srs): Likewise. | |
203 | (do_ssat16): Likewise. | |
204 | (do_usat16): Likewise. | |
205 | (do_strex): Likewise. | |
206 | (do_umaal): Likewise. | |
207 | (do_cps_mode): Likewise. | |
208 | (do_cps_flags): Likewise. | |
209 | (do_endian_specifier): Likewise. | |
210 | (do_pkh_core): Likewise. | |
211 | (do_sat): Likewise. | |
212 | (do_sat16): Likewise. | |
213 | (insns): Add V6 instructions. | |
214 | (do_t_cps): New function. | |
215 | (do_t_cpy): Likewise. | |
216 | (do_t_setend): Likewise. | |
217 | (THUMB_CPY): New macro. | |
218 | (tinsns): Add V6 instructions. | |
219 | (decode_shift): Handle V6 restricted-shift options. | |
220 | (thumb_mov_compare): Support CPY. | |
221 | (arm_cores): Add arm1136js and arm1136jfs. | |
222 | (arm_archs): Add armv6. | |
223 | (arm_fpus): Add arm1136jfs. | |
224 | * doc/c-arm.texi (ARM Options): Mention arm1136js, arm1136jfs, and | |
225 | armv6 options. | |
226 | ||
227 | 2003-12-06 Christian Groessler <[email protected]> | |
228 | ||
229 | * config/tc-z8k.c (parse_reg): Be case insensitive when checking | |
230 | register names. | |
231 | (get_ctrl_operand): Be case insensitive when checking ctrl names. | |
232 | ||
233 | 2003-12-05 Nick Clifton <[email protected]> | |
234 | ||
235 | * config/tc-sh.c (md_show_usage): Fix compilation errors | |
236 | introduced by the previous delta. | |
237 | ||
238 | 2003-12-03 Alexandre Oliva <[email protected]> | |
239 | ||
240 | * config/tc-sh.c: Add support for sh4a and no-fpu variants. | |
241 | * testsuite/gas/sh/basic.exp: Call tests for sh4a. | |
242 | * testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s, | |
243 | err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d, | |
244 | sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s: | |
245 | New files, tests for sh4a and related variants. | |
246 | ||
247 | 2003-12-05 Michael Snyder <[email protected]> | |
248 | ||
249 | * config/tc-sh.c (md_show_usage): Mention new -isa options. | |
250 | * doc/c-sh.texi: Document new -isa options. | |
251 | * doc/c-sh64.texi: Ditto. | |
252 | * NEWS: Mention new support for sh4a. | |
253 | ||
254 | 2003-12-03 H.J. Lu <[email protected]> | |
255 | ||
256 | * config/tc-alpha.c (s_alpha_end): Don't crash if there is no | |
257 | matching .ent. | |
258 | ||
259 | 2003-12-04 Alan Modra <[email protected]> | |
260 | ||
261 | * tc.h (md_pcrel_from): Don't declare if defined as a macro. | |
262 | ||
263 | 2003-12-03 Kazuhiro Inaoka <[email protected]> | |
264 | ||
265 | * config/tc-m32r.h : Add support for new machine m32r2. | |
266 | * config/tc-m32r.c : Likewise. | |
267 | Add new command line switches and directives to allow endian-ness | |
268 | to be selected and some warnings to be turned into errors. | |
269 | (line_separator_chars) : Use '!'. | |
270 | * doc/c-m32r.texi: Document new switches and directives. | |
271 | * NEWS: Mention new support. | |
272 | ||
273 | 2003-12-03 Dave Airlie <[email protected]> | |
274 | ||
275 | * configure.in: Likewise. | |
276 | * configure: Regenerate. | |
277 | * config/tc-vax.c (md_shortopts): Add 'Q'. | |
278 | (md_parse_option): Ignore 'Q' for now. | |
279 | ||
280 | 2003-12-02 Kazu Hirata <[email protected]> | |
281 | ||
282 | * messages.c: Convert to ISO-C. | |
283 | * obj.h: Likewise. | |
284 | * output-file.c: Likewise. | |
285 | * output-file.h: Likewise. | |
286 | * sb.c: Likewise. | |
287 | * sb.h: Likewise. | |
288 | * stabs.c: Likewise. | |
289 | * subsegs.c: Likewise. | |
290 | * subsegs.h: Likewise. | |
291 | * tc.h: Likewise. | |
292 | ||
293 | 2003-12-02 Kazu Hirata <[email protected]> | |
294 | ||
295 | * config/obj-elf.c: Remove ARGSUSED. | |
296 | ||
297 | 2003-12-02 Alan Modra <[email protected]> | |
298 | ||
299 | * Makefile.am: Run "make dep-am". | |
300 | * Makefile.in: Regenerate. | |
301 | ||
302 | 2003-11-30 Kazu Hirata <[email protected]> | |
303 | ||
304 | * symbols.c: Convert to ISO-C. | |
305 | * symbols.h: Likewise. | |
306 | ||
307 | 2003-11-28 Christian Groessler <[email protected]> | |
308 | ||
309 | * config/tc-z8k.c: Convert to ISO-C. | |
310 | * config/tc-z8k.h: Likewise. | |
311 | ||
312 | 2003-11-27 Kazu Hirata <[email protected]> | |
313 | ||
314 | * read.c: Convert to ISO-C. | |
315 | * read.h: Likewise. | |
316 | ||
317 | 2003-11-27 Nick Clifton <[email protected]> | |
318 | ||
319 | * config/tc-sh.c (sh_elf_cons): If md_cons_align is defined | |
320 | call it to make sure that the constants that are going to be | |
321 | emitted are correctly aligned. | |
322 | ||
323 | 2003-11-27 Alexandre Oliva <[email protected]> | |
324 | ||
325 | * config/tc-frv.c (md_pcrel_from_section): Don't adjust when | |
326 | referencing symbol in a different section. | |
327 | ||
328 | 2003-11-26 Christian Groessler <[email protected]> | |
329 | ||
330 | * config/tc-z8k.c (s_segm): Fix indentation. | |
331 | (md_apply_fix3): Likewise. | |
332 | (cc_names): Add alias names for the names generated by the | |
333 | disassembler. | |
334 | (get_cc_operand): Be case insensitive. | |
335 | (get_operands): Improve error handling for cc operands. | |
336 | (check_operand): Not used, remove. | |
337 | (md_assemble): Remove unused variable prev_opcode. Skip | |
338 | whitespace until end-of-line only. Restore *op_end after call to | |
339 | hash_find. | |
340 | ||
341 | 2003-11-26 Nick Clifton <[email protected]> | |
342 | ||
343 | * config/tc-h8300.c (get_operand): Allow er4-er7 for ldm/stm | |
344 | instructions on the H8SX. | |
345 | ||
346 | 2003-11-25 Kazu Hirata <[email protected]> | |
347 | ||
348 | * config/tc-h8300.c (h8_exp): Remove. | |
349 | ||
350 | 2003-11-25 Asgari Jinia <[email protected]> | |
351 | ||
352 | * config/tc-h8300.c (md_assemble): Check operands validity for | |
353 | ldm/stm. | |
354 | (get_operand): Check register pair's validity as per technical | |
355 | note TN-H8*-193A/E from Renesas for H8s and for H8Sx manual. | |
356 | ||
357 | 2003-11-24 Kazu Hirata <[email protected]> | |
358 | ||
359 | * listing.c: Convert to ISO-C. | |
360 | * listing.h: Likewise. | |
361 | * macro.c: Likewise. | |
362 | * macro.h: Likewise. | |
363 | ||
364 | 2003-11-24 Jakub Jelinek <[email protected]> | |
365 | ||
366 | * app.c (do_scrub_chars): Add PUT (ch) and ch = GET () | |
367 | when transitioning from states 14 or 15 to 0 or 1. | |
368 | ||
369 | 2003-11-23 Kazu Hirata <[email protected]> | |
370 | ||
371 | * hash.c: Convert to ISO-C. | |
372 | * hash.h: Likewise. | |
373 | * input-file.c: Likewise. | |
374 | * input-file.h: Likewise. | |
375 | * input-scrub.c: Likewise. | |
376 | * itbl-ops.c: Likewise. | |
377 | * itbl-ops.h: Likewise. | |
378 | ||
379 | 2003-11-23 Kazu Hirata <[email protected]> | |
380 | ||
381 | * config/tc-h8300.c (Hmode): Make it global. | |
382 | (Smode): Likewise. | |
383 | (Nmode): Likewise. | |
384 | (SXmode): Likewise. | |
385 | ||
386 | 2003-11-22 Kazu Hirata <[email protected]> | |
387 | ||
388 | * ehopt.c: Convert to ISO-C. | |
389 | * emul.h: Likewise. | |
390 | * expr.c: Likewise. | |
391 | * expr.h: Likewise. | |
392 | * flonum-copy.c: Likewise. | |
393 | * flonum-mult.c: Likewise. | |
394 | * flonum.h: Likewise. | |
395 | * frags.c: Likewise. | |
396 | * frags.h: Likewise. | |
397 | ||
398 | 2003-11-22 Alan Modra <[email protected]> | |
399 | ||
400 | * doc/c-ppc.texi (PowerPC-Pseudo): Add section. | |
401 | ||
402 | * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22. | |
403 | ||
404 | 2003-11-21 Kazu Hirata <[email protected]> | |
405 | ||
406 | * ecoff.c: Convert to ISO-C. | |
407 | * ecoff.h: Likewise. | |
408 | ||
409 | 2003-11-22 Alan Modra <[email protected]> | |
410 | ||
411 | * config/tc-ppc.c (parse_cpu): New function, broken out from.. | |
412 | (md_parse_option): ..here. | |
413 | (ppc_setup_opcodes): New function, broken out from.. | |
414 | (md_begin): ..here. | |
415 | (ppc_machine): Implement .machine pseudo op. | |
416 | ||
417 | 2003-11-20 Kazu Hirata <[email protected]> | |
418 | ||
419 | * depend.c: Convert to ISO-C. | |
420 | * dwarf2dbg.c: Likewise. | |
421 | * dwarf2dbg.h: Likewise. | |
422 | ||
423 | 2003-11-20 Kazu Hirata <[email protected]> | |
424 | ||
425 | * app.c: Convert to ISO-C. | |
426 | * as.h: Likewise. | |
427 | * atof-generic.c: Likewise. | |
428 | * bignum-copy.c: Likewise. | |
429 | * bignum.h: Likewise. | |
430 | * cgen.c: Likewise. | |
431 | * cgen.h: Likewise. | |
432 | * cond.c: Likewise. | |
433 | ||
434 | 2003-11-20 DJ Delorie <[email protected]> | |
435 | ||
436 | * config/tc-sh64.c (shmedia_frob_section): Only frob elf32 | |
437 | sections. | |
438 | ||
439 | 2003-11-19 Kazu Hirata <[email protected]> | |
440 | ||
441 | * config/tc-h8300.c: Make some functions and global | |
442 | variables static appropriately. | |
443 | ||
444 | 2003-11-19 Kazu Hirata <[email protected]> | |
445 | ||
446 | * config/obj-ieee.c: Remove duplicate prototypes. | |
447 | * config/tc-h8300.c: Likewise. | |
448 | ||
449 | 2003-11-19 Kazu Hirata <[email protected]> | |
450 | ||
451 | * config/tc-h8300.c: Convert to ISO-C. | |
452 | * config/tc-h8300.h: Likewise. | |
453 | ||
454 | 2003-11-19 Kazu Hirata <[email protected]> | |
455 | ||
456 | * config/tc-mcore.h: Remove prototypes already in tc.h. | |
457 | * config/tc-tic4x.c: Likewise. | |
458 | ||
459 | 2003-11-19 Kazu Hirata <[email protected]> | |
460 | ||
461 | * config/tc-arc.c: Remove a local prototype of atof_ieee. | |
462 | * config/tc-ip2k.c: Likewise. | |
463 | * config/tc-iq2000.c: Likewise. | |
464 | * config/tc-tic30.c: Remove a comment. | |
465 | ||
466 | 2003-11-19 Bob Wilson <[email protected]> | |
467 | ||
468 | * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add | |
469 | call to dwarf2_emit_insn. | |
470 | ||
471 | 2003-11-18 Maciej W. Rozycki <[email protected]> | |
472 | ||
473 | * config/tc-mips.c (macro): Handle new macros: "lca" and "dlca" | |
474 | for loading addresses using CALL relocations. | |
475 | Don't emit CALL relocations when a base register is used. | |
476 | ||
477 | 2003-11-15 Maciej W. Rozycki <[email protected]> | |
478 | ||
479 | * config/tc-mips.c: Formatting fixes. | |
480 | ||
481 | 2003-11-14 Ben Elliston <[email protected]> | |
482 | ||
483 | * config/tc-arm.c (arm_elf_change_section): Not static. | |
484 | ||
485 | 2003-11-13 Nick Clifton <[email protected]> | |
486 | ||
487 | * tc-arm.c (mapping_state): New function. Emit a mapping | |
488 | symbol if necessary. | |
489 | (arm_elf_change_section): New function. Intercept section | |
490 | changes and generate mapping symbols. | |
491 | (s_bss): Likewise. | |
492 | (s_arm_elf_cons): Likewise. | |
493 | (opcode_select): Choose the correct mapping state. | |
494 | (md_assemble): Likewise. | |
495 | * tc-arm.h (md_elf_section_change_hook): Define. | |
496 | * doc/c-arm.texi (ARM Mapping Symbols): New node. | |
497 | * NEWS: Mention new feature. | |
498 | ||
499 | 2003-11-12 Daniel Jacobowitz <[email protected]> | |
500 | ||
501 | * Makefile.am (install, install-info, RECURSIVE_TARGETS): Define. | |
502 | * doc/Makefile.am (install-info): Define. | |
503 | ||
504 | * aclocal.m4: Regenerate. | |
505 | * Makefile.in: Regenerate. | |
506 | * doc/Makefile.in: Regenerate. | |
507 | ||
508 | 2003-11-11 Dmitry Semyonov <[email protected]> | |
509 | ||
510 | * configure.in: Add support for arm-wince-pe target. | |
511 | * configure: Regenerate. | |
512 | ||
513 | 2003-11-11 Jan Hubicka <[email protected]> | |
514 | ||
515 | * config/tc-i386.c (tc_i386_fix_adjustable): | |
516 | ||
517 | 2003-11-10 Alan Modra <[email protected]> | |
518 | ||
519 | * config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop. | |
520 | ||
521 | 2003-11-10 Alan Modra <[email protected]> | |
522 | ||
523 | * README: Update bug report address. Move bug reporting info to | |
524 | binutils/README. | |
525 | ||
526 | 2003-11-07 Christian Groessler <[email protected]> | |
527 | ||
528 | * doc/c-z8k.texi: Document command-line options. Fix byte | |
529 | register names. Document '.z8001' and '.z8002' directives. | |
530 | Extend addressing modes documentation. | |
531 | ||
532 | 2003-11-07 Jonathan R. Grant <[email protected]> | |
533 | ||
534 | * input-file.c (input_file_open): Use "No such file" error | |
535 | message. | |
536 | ||
537 | 2003-11-06 Pete Gonzalez <[email protected]> | |
538 | ||
539 | * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'. | |
540 | (rn_table, iwmmxt_table, cp_table, cn_table, fn_table, sn_table, | |
541 | dn_table, mav_mvf_table, mac_mvd_table, mav_mvfx_table, | |
542 | mav_mvax_table, mav_dspc_table): Initialise new field. | |
543 | (insert_reg_alias): Initialise new field. | |
544 | (md_pseudo_table): Add "unreq" entry. | |
545 | (s_unreq): New function: Undo the effects of a previous .req. | |
546 | * doc/c-arm.texi: Document new pseudo op. | |
547 | * NEWS: Mention new feature. | |
548 | ||
549 | 2003-11-06 Bruno Rohee <[email protected]> | |
550 | ||
551 | * config/obj-vms.c: Fix "the the" typo. | |
552 | * doc/c-arm.texi: Likewise. | |
553 | ||
554 | 2003-11-06 Nick Clifton <[email protected]> | |
555 | ||
556 | * config/obj-vms.c: Convert to ISO-C. | |
557 | ||
558 | 2003-11-05 Alan Modra <[email protected]> | |
559 | ||
560 | * config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF. | |
561 | ||
562 | 2003-10-31 Christian Groessler <[email protected]> | |
563 | ||
564 | * config/tc-i860.c (md_pcrel_from): Fix typo in comment. | |
565 | ||
566 | 2003-10-29 Phil Edwards <[email protected]> | |
567 | ||
568 | * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks, | |
569 | ppc-*-vxworks, ppc-*-windiss): Remove separate outdated stanzas. | |
570 | (*-*-vxworks, *-*-windiss): Use common stanzas, all ELF. | |
571 | * configure: Regenerated. | |
572 | ||
573 | 2003-10-27 Kazu Hirata <[email protected]> | |
574 | ||
575 | * ChangeLog: Fix typos. | |
576 | * ChangeLog-9295: Likewise. | |
577 | * as.c: Fix comment typos. | |
578 | * as.h: Likewise. | |
579 | * atof-generic.c: Likewise. | |
580 | * bit_fix.h: Likewise. | |
581 | * frags.h: Likewise. | |
582 | * hash.c: Likewise. | |
583 | * input-file.c: Likewise. | |
584 | * input-scrub.c: Likewise. | |
585 | * itbl-ops.c: Likewise. | |
586 | * itbl-parse.y: Likewise. | |
587 | * listing.c: Likewise. | |
588 | * macro.h: Likewise. | |
589 | * read.c: Likewise. | |
590 | * sb.c: Likewise. | |
591 | * sb.h: Likewise. | |
592 | * symbols.c: Likewise. | |
593 | * symbols.h: Likewise. | |
594 | ||
595 | 2003-10-27 Stephane Carrez <[email protected]> | |
596 | ||
597 | * config/tc-m68hc11.c: Convert to ISO C90. | |
598 | * config/tc-m68hc11.h: Likewise. | |
599 | ||
600 | 2003-10-26 Kazu Hirata <[email protected]> | |
601 | ||
602 | * doc/c-sh64.texi: Fix a typo. | |
603 | ||
604 | 2003-10-26 Kazu Hirata <[email protected]> | |
605 | ||
606 | * doc/c-alpha.texi: Fix typos. | |
607 | * doc/c-ia64.texi: Likewise. | |
608 | * doc/c-mmix.texi: Likewise. | |
609 | * doc/c-sh64.texi: Likewise. | |
610 | * doc/c-xtensa.texi: Likewise. | |
611 | * doc/internals.texi: Likewise. | |
612 | ||
613 | 2003-10-24 H.J. Lu <[email protected]> | |
614 | ||
615 | * config/obj-elf.c (obj_elf_change_section): Allow SHF_ALLOC | |
616 | for .interp, .strtab and .symtab. Use specified section | |
617 | attributes. | |
618 | ||
619 | 2003-10-22 Andreas Schwab <[email protected]> | |
620 | H.J. Lu <[email protected]> | |
621 | Jim Wilson <[email protected]> | |
622 | ||
623 | * config/tc-ia64.c (update_qp_mutex): New. | |
624 | (note_register_values): Properly handle one of PRs in compare | |
625 | is PR0. Don't add a mutex relation for .and.orcm/.or.andcm. | |
626 | Clear mutex relation for .none/.unc. Don't clear mutex relation | |
627 | on predicated compare. | |
628 | ||
629 | 2003-10-21 Wouter van Heyst <[email protected]> | |
630 | ||
631 | * config/tc-arm.c (all_reg_maps): Correct text describing Maverick | |
632 | register requirements. | |
633 | (md_begin): Remove F_SOFT_FLOAT if enabling MAVERICK FP. | |
634 | ||
635 | 2003-10-21 Peter Barada <[email protected]> | |
636 | Bernardo Innocenti <[email protected]> | |
637 | ||
638 | * config/tc-m68k.c: Add MCF528x (MCFv4) support. | |
639 | * config/m68k-parse.h: Likewise. | |
640 | * NEWS: Mention the new support. | |
641 | * doc/c-m68k.texi: Document new processor selection switch. | |
642 | ||
643 | 2003-10-19 Thiemo Seufer <[email protected]> | |
644 | ||
645 | * config/tc-mips.c (normalize_constant_expr): New function to fix sign | |
646 | extensions broken by gas' expression evaluation of constants. | |
647 | (check_absolute_expr): Use it. | |
648 | (mips_ip): Likewise. | |
649 | ||
650 | 2003-10-18 Hans-Peter Nilsson <[email protected]> | |
651 | ||
652 | Generate BFD_RELOC_MMIX_PUSHJ_STUBBABLE for PUSHJ when possible. | |
653 | * doc/c-mmix.texi (MMIX-Opts): Document --no-pushj-stubs and | |
654 | --no-stubs. | |
655 | * config/tc-mmix.c: Include limits.h. Expand on mmix_relax_table | |
656 | comment. | |
657 | (expand_op, mmix_next_semicolon_is_eoln): Fix head comment. | |
658 | (pushj_stubs): New variable. | |
659 | (OPTION_NOPUSHJSTUBS, STATE_PUSHJSTUB, PUSHJSTUB_MIN) | |
660 | (PUSHJSTUB_MAX): New macros. | |
661 | (md_longopts): New options "--no-pushj-stubs" and synonym | |
662 | "--no-stubs". | |
663 | (mmix_relax_table): Handle new entry for STATE_PUSHJSTUB. | |
664 | (md_parse_option): Handle OPTION_NOPUSHJSTUBS. | |
665 | (md_estimate_size_before_relax): Modify STATE_PUSHJ state for | |
666 | PUSHJ stub relaxation. | |
667 | (md_convert_frag): Handle STATE_PUSHJSTUB. | |
668 | (md_apply_fix3): Handle BFD_RELOC_MMIX_PUSHJ_STUBBABLE. | |
669 | (tc_gen_reloc): Ditto. | |
670 | (mmix_md_relax_frag): Handle PUSHJ stub relaxation. | |
671 | * config/tc-mmix.h (TC_SEGMENT_INFO_TYPE): Define. | |
672 | (struct mmix_segment_info_type): New. | |
673 | ||
674 | 2003-10-17 Paul Dale <[email protected]> | |
675 | Bernardo Innocenti <[email protected]> | |
676 | ||
677 | * config/tc-m68k.c (make_pcrel_absolute): Enforce | |
678 | PC-relative jumps with --pcrel. | |
679 | (md_convert_frag_1): Likewise. | |
680 | (md_create_long_jump): Likewise. | |
681 | ||
682 | 2003-10-17 Shrinivas Atre <[email protected]> | |
683 | ||
684 | * config/tc-h8300.c (PSIZE): Correct for Normal mode. | |
685 | (get_operand): Accept both 16 bit 32 bit registers as pointer | |
686 | registers, when operating in Normal mode. | |
687 | (fix_operand_size): Make default address size 16 for Normal mode. | |
688 | ||
689 | 2003-10-17 Ian Lance Taylor <[email protected]> | |
690 | ||
691 | * config/tc-arm.c (do_iwmmxt_byte_addr): Reject control | |
692 | registers. | |
693 | (do_iwmmxt_word_addr): With a control register, reject conditional | |
694 | execution and reject a non-word size. | |
695 | ||
696 | 2003-10-16 Peter Bergner <[email protected]> | |
697 | ||
698 | * configure.in: Set em=linux for ppc-*-linux-gnu* target. | |
699 | * configure: Regenerate. | |
700 | ||
701 | 2003-10-15 Alan Modra <[email protected]> | |
702 | ||
703 | * doc/as.texinfo (Align): Correct list of byte targets. | |
704 | ||
705 | 2003-10-15 Thiemo Seufer <[email protected]> | |
706 | ||
707 | * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro): | |
708 | Fix indentation. Better error message. | |
709 | ||
710 | 2003-10-14 Bob Wilson <[email protected]> | |
711 | ||
712 | * config/tc-xtensa.c (xtensa_create_property_segments): Remove bfd | |
713 | argument in call to xtensa_get_property_section_name. Formatting. | |
714 | ||
715 | 2003-10-11 Kaz Kojima <[email protected]> | |
716 | ||
717 | * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra | |
718 | parenthesis. | |
719 | ||
720 | 2003-10-11 Kaz Kojima <[email protected]> | |
721 | ||
722 | * config/tc-sh.c: Convert to ISO C90. Remove unnecessary | |
723 | prototypes and casts. | |
724 | * config/tc-sh.h: Likewise. | |
725 | * config/tc-sh64.c: Likewise. | |
726 | * config/tc-sh64.h: Likewise. | |
727 | ||
728 | 2003-10-08 Dave Brolley <[email protected]> | |
729 | ||
730 | * config/tc-frv.c (fr550_check_insn_acc_range): New function. | |
731 | (fr550_check_acc_range): New function. | |
732 | (md_assemble): Call fr550_check_acc_range. | |
733 | ||
734 | 2003-10-08 Dave Brolley <[email protected]> | |
735 | ||
736 | * config/tc-frv.c: Handle DEFAULT_CPU_FR550. | |
737 | (md_parse_option): Handle OPTION_CPU==fr550. | |
738 | (md_show_usage): Document fr550. | |
739 | ||
740 | 2003-10-08 Philippe De Muyter <[email protected]> | |
741 | ||
742 | * as.c (use_gnu_debug_info_extensions) : New variable. | |
743 | (parse_args) : Accept new --gstabs+ option, and set | |
744 | `use_gnu_debug_info_extensions'. | |
745 | (show_usage) : Document --gstabs+ option. | |
746 | * as.h (use_gnu_debug_info_extensions) : New extern declaration. | |
747 | * stabs.c (stabs_generate_asm_file) : If | |
748 | `use_gnu_debug_info_extensions' is set, add the compilation | |
749 | directory to the stabs debug info. | |
750 | * doc/as.texinfo : Document --gstabs+ option. | |
751 | * NEWS: Mention new feature. | |
752 | ||
753 | 2003-10-06 Matt Thomas <[email protected]> | |
754 | ||
755 | Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and | |
756 | assembler syntax. | |
757 | ||
758 | * tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]" | |
759 | register names. Change all "defined (TE_LINUX)" to | |
760 | "(defined (TE_LINUX) || defined (TE_NETBSD))". | |
761 | ||
762 | * tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target. | |
763 | Remove NetBSD's use of LABELS_WITHOUT_COLONS. | |
764 | ||
765 | 2003-10-06 Robert Millan <[email protected]> | |
766 | ||
767 | * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet. | |
768 | * configure: Regenerate. | |
769 | ||
770 | 2003-10-05 Nick Clifton <[email protected]> | |
771 | ||
772 | * as.c (parse_args): Revert patch to change handling of -f | |
773 | option. Its behaviour is mandated by the POSIX 2 spec. | |
774 | ||
775 | 2003-10-04 Christian Groessler <[email protected]> | |
776 | ||
777 | * tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness. | |
778 | (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases. | |
779 | (md_pcrel_from): This function now gets called. Supply return | |
780 | value. | |
781 | ||
782 | 2003-10-04 Nick Clifton <[email protected]> | |
783 | ||
784 | * as.c: Convert to ISO C90. | |
785 | ||
786 | 2003-10-04 Nick Clifton <[email protected]> | |
787 | ||
788 | * as.c (std_shortopts): Remove 'f'. | |
789 | (std_longopts): Add 'f'. Doing this prevents -f<foo> being | |
790 | acecpted as an alias for -f. | |
791 | ||
792 | 2003-10-04 Danny Smith <[email protected]> | |
793 | ||
794 | * config/obj-coff.c (obj_coff_section [BEF_ASSEMBLER]): | |
795 | Make 'r' mean readonly data. | |
796 | ||
797 | 2003-10-01 Thiemo Seufer <[email protected]> | |
798 | ||
799 | * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro): | |
800 | Unbreak overflow checks. | |
801 | ||
802 | 2003-10-01 Chris Demetriou <[email protected]> | |
803 | ||
804 | * config/tc-mips.c (s_cpreturn): Correct errors in comment. | |
805 | ||
806 | 2003-10-01 Thiemo Seufer <[email protected]> | |
807 | ||
808 | * config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension | |
809 | tests. | |
810 | (load_register): Likewise. | |
811 | (macro): Likewise. | |
812 | ||
813 | 2003-09-30 Chris Demetriou <[email protected]> | |
814 | ||
815 | * config/tc-mips.c (mips_ip): Capitalize first word of | |
816 | existing condition code warning, and add condition code | |
817 | warnings for .ps instructions, and for bc1any[24][tf]. | |
818 | ||
819 | 2003-09-30 Chris Demetriou <[email protected]> | |
820 | ||
821 | * NEWS: Mention support for MIPS64 Release 2. | |
822 | ||
823 | 2003-09-30 Chris Demetriou <[email protected]> | |
824 | ||
825 | * NEWS: Add an indication of the cutoff for 2.14. | |
826 | ||
827 | 2003-09-30 Chris Demetriou <[email protected]> | |
828 | ||
829 | * configure.in (mipsisa64r2, mipsisa64r2el, mipsisa64r2*): New CPUs. | |
830 | * configure: Regenerate. | |
831 | * config/tc-mips.c (imm2_expr): New variable. | |
832 | (md_assemble, mips16_ip): Initialize imm2_expr. | |
833 | (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2. | |
834 | (macro_build): Handle +A, +B, +C, +E, +F, +G, and +H format operands. | |
835 | (macro): Handle M_DEXT and M_DINS. | |
836 | (validate_mips_insn): Handle +E, +F, +G, +H, and +I format operands. | |
837 | (mips_ip): Likewise. | |
838 | (OPTION_MIPS64R2): New define. | |
839 | (md_longopts): New entry for -mips64r2 (OPTION_MIPS64R2). | |
840 | OPTION_ASE_BASE): Increase to compensate for OPTION_MIPS64R2. | |
841 | (md_parse_option): Handle OPTION_MIPS64R2. | |
842 | (s_mipsset): Handle setting "mips64r2" ISA. | |
843 | (mips_cpu_info_table): Add mips64r2. | |
844 | (md_show_usage): Document -mips64r2 option. | |
845 | * doc/as.texinfo: Docuemnt -mips64r2 option. | |
846 | * doc/c-mips.texi: Likewise. | |
847 | ||
848 | 2003-09-27 John David Anglin <[email protected]> | |
849 | ||
850 | * config/tc-hppa.c (pa_ip): Check for invalid 64-bit conditions. | |
851 | ||
852 | 2003-09-26 Matt Thomas <[email protected]> | |
853 | ||
854 | * config/tc-vax.c (md_shortopts): Fix a typo. Remove 'K'. | |
855 | (OPTION_PIC): Define. | |
856 | (md_longopts): Add "pic" option. | |
857 | (md_parse_option): Change 'K' to OPTION_PIC. | |
858 | ||
859 | 2003-09-23 Alan Modra <[email protected]> | |
860 | ||
861 | * config/obj-elf.c (obj_elf_change_section): Adjust for | |
862 | _bfd_elf_get_sec_type_attr changes. Allow SHF_MERGE and SHF_STRINGS | |
863 | to be set when defaults are not. Don't set attr from defaults if | |
864 | old_sec. | |
865 | ||
866 | 2003-09-18 Thiemo Seufer <[email protected]> | |
867 | ||
868 | * config/tc-mips.c (macro_build_ldst_constoffset): Don't silently | |
869 | truncate values which won't fit im 32 bits. | |
870 | (load_register): Likewise. | |
871 | (macro): Likewise. | |
872 | ||
873 | 2003-09-17 Dmitry Diky <[email protected]> | |
874 | ||
875 | * config/tc-msp430.c (MAX_OP_LEN): Set to 256. | |
876 | (msp430_operands): Remove redundant l2[16] within switch-case. | |
877 | ||
878 | 2003-09-16 Ralf Corsepius <[email protected]> | |
879 | ||
880 | * configure.in: Handle arm-*-rtems* and thumb-*rtems*. | |
881 | * configure: Regenerate. | |
882 | ||
883 | 2003-09-14 Thiemo Seufer <[email protected]> | |
884 | ||
885 | * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): Remove. | |
886 | (macro_build_ldst_constoffset): Sign-extend 32-bit constants. Change | |
887 | the function prototype. | |
888 | (load_register): Likewise. Simplify the checks for sign-extended | |
889 | constants. | |
890 | (macro): Likewise. Fix code generation for 64-bit address constants | |
891 | outside the 32-bit compatibility space. Adjust | |
892 | macro_build_ldst_constoffset calls. | |
893 | (s_cprestore): Adjust macro_build_ldst_constoffset call. | |
894 | ||
895 | 2003-09-11 Bob Wilson <[email protected]> | |
896 | ||
897 | * config/tc-xtensa.c (insn_labels, free_insn_labels, saved_insn_labels, | |
898 | literal_syms): New global variables. | |
899 | (xtensa_define_label, add_target_symbol, xtensa_find_label, | |
900 | map_over_defined_symbols, is_loop_target_label, | |
901 | xtensa_mark_target_fragments, xtensa_move_frag_symbol, | |
902 | xtensa_move_frag_symbols, defined_symbols, branch_targets): Delete. | |
903 | (xtensa_begin_directive): Call md_flush_pending_output. Move symbols | |
904 | from insn_labels to saved_insn_labels when entering a literal region. | |
905 | (xtensa_end_directive): Call md_flush_pending_output. Restore | |
906 | insn_labels list when leaving a literal region. | |
907 | (xtensa_literal_position): Call xtensa_clear_insn_labels. | |
908 | (xtensa_literal_pseudo): Add check to disallow .literal inside a | |
909 | literal region. Move insn_labels to saved_insn_labels and then restore | |
910 | insn_labels on exit. | |
911 | (xg_add_branch_and_loop_targets): Replace add_target_symbol calls with | |
912 | code to set is_loop_target or is_branch_target flag on the symbol | |
913 | (xtensa_create_literal_symbol): Call xtensa_add_literal_sym. | |
914 | (xtensa_add_literal_sym, xtensa_add_insn_label, | |
915 | xtensa_clear_insn_labels): New functions. | |
916 | (xtensa_move_labels): Remove old_frag and old_offset arguments. Add | |
917 | loops_ok argument. Rewrite to use insn_labels list instead of | |
918 | calling xtensa_find_label and to check the is_loop_target flag on | |
919 | symbols when loops_ok is false. | |
920 | (xtensa_frob_label): Remove call to xtensa_define_label. Add call | |
921 | to either xtensa_add_literal_sym or xtensa_add_insn_label. Adjust | |
922 | call to xtensa_move_labels. Propagate is_branch_target and | |
923 | is_loop_target flags from symbols to frags. | |
924 | (xtensa_flush_pending_output): Call xtensa_clear_insn_labels. | |
925 | (md_assemble): Use xtensa_move_labels with loops_ok = FALSE when | |
926 | aligning a loop instruction. Adjust call to xtensa_move_labels for | |
927 | aligning entry instructions. Add call to xtensa_clear_insn_labels. | |
928 | (xtensa_end): Remove call to xtensa_mark_target_fragments. | |
929 | (xtensa_move_literals): Replace xtensa_move_frag_symbols call with | |
930 | code to use new literal_syms list. | |
931 | * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and | |
932 | is_branch_target flags. | |
933 | ||
934 | 2003-09-09 Bob Wilson <[email protected]> | |
935 | ||
936 | * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove | |
937 | "move_labels" argument and corresponding call to xtensa_move_labels. | |
938 | (md_assemble): Add a separate call to xtensa_move_labels and remove | |
939 | argument for call to xtensa_mark_literal_pool_location. | |
940 | (xtensa_literal_position, xtensa_switch_to_literal_fragment): Fix | |
941 | calls to xtensa_mark_literal_pool_location. | |
942 | (xtensa_create_local_symbol): Delete and inline the code into... | |
943 | (xtensa_create_literal_symbol): ...here. | |
944 | (xtensa_frob_label): Combine conditionals. | |
945 | (expression_maybe_register, xtensa_symbol_new_hook, | |
946 | fix_new_exp_in_seg): Use symbol_get_tc. | |
947 | ||
948 | 2003-09-09 Bob Wilson <[email protected]> | |
949 | ||
950 | * config/tc-xtensa.c (xtensa_literal_pseudo): Remove code for | |
951 | combining identical literals. | |
952 | (expression_maybe_register): Remove call to find_lit_sym_translation. | |
953 | (is_duplicate_expression, cache_literal, is_duplicate_literal, | |
954 | add_lit_sym_translation, find_lit_sym_translation): Delete. | |
955 | ||
956 | 2003-09-07 Nick Clifton <[email protected]> | |
957 | ||
958 | * doc/as.texinfo (Comments): Comment character for PPC is #. | |
959 | ||
960 | 2003-09-06 Stephane Carrez <[email protected]> | |
961 | ||
962 | PR savannah/4358: | |
963 | * config/tc-m68hc11.c (s_m68hc11_relax): Use 2 for size to avoid | |
964 | overflow complain. | |
965 | ||
966 | 2003-09-05 Richard Sandiford <[email protected]> | |
967 | ||
968 | * config/tc-frv.c (md_pcrel_from_section): Heed TC_FORCE_RELOCATION. | |
969 | ||
970 | 2003-09-04 Nick Clifton <[email protected]> | |
971 | ||
972 | * config/tc-v850.c (set_machine): Accept v850e1 machine number. | |
973 | (md_pseudo_table): Add .v850e1 pseudo op. | |
974 | (md_show_usage): Document -mv850e1 switch. | |
975 | (md_parse_option): Accept -mv850e1 switch. | |
976 | (md_begin): Allow TARGET_CPU to be v850e1. | |
977 | * doc/c-v850.texi: Document -mv850e1 switch and .v850e1 pseudo op. | |
978 | * NEWS: Mention support for v850e1. | |
979 | ||
980 | 2003-09-04 Alan Modra <[email protected]> | |
981 | ||
982 | * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing | |
983 | ppc_cpu selection rather than replacing. | |
984 | (ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu. | |
985 | (md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash. | |
986 | ||
987 | 2003-09-03 Robert Millan <[email protected]> | |
988 | ||
989 | * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu | |
990 | triplet. | |
991 | * configure: Regenerate. | |
992 | ||
993 | 2003-09-02 Daniel Jacobowitz <[email protected]> | |
994 | ||
995 | * configure.in: Update AC_PREREQ to 2.57. Use AC_CONFIG_FILES | |
996 | and AC_CONFIG_COMMANDS instead of the three-argument AC_OUTPUT. | |
997 | Specify AC_CONFIG_AUX_DIR. | |
998 | * aclocal.m4: Regenerated with aclocal-1.7. | |
999 | * configure: Regenerated with autoconf 2.57. | |
1000 | * Makefile.in, doc/Makefile.in: Regenerated with automake-1.7. | |
1001 | ||
1002 | 2003-08-29 Jakub Jelinek <[email protected]> | |
1003 | ||
1004 | * dw2gencfi.c (cfi_pseudo_table): Add cfi_window_save. | |
1005 | (dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save. | |
1006 | (output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK | |
1007 | nor tc_cfi_emit_pcrel_expr are defined. | |
1008 | (output_fde): Use tc_cfi_emit_pcrel_expr if available and | |
1009 | DIFF_EXPR_OK is not defined. | |
1010 | * config/tc-sparc.h (TARGET_USE_CFIPOP): Define. | |
1011 | (tc_cfi_frame_initial_instructions, tc_regname_to_dw2regnum, | |
1012 | tc_cfi_emit_pcrel_expr): Define. | |
1013 | (sparc_cfi_frame_initial_instructions, sparc_regname_to_dw2regnum, | |
1014 | sparc_cfi_emit_pcrel_expr): New prototypes. | |
1015 | (sparc_cie_data_alignment): New decl. | |
1016 | (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Define. | |
1017 | * config/tc-sparc.c: Include dw2gencfi.h. | |
1018 | (sparc_cie_data_alignment): New variable. | |
1019 | (md_begin): Initialize it. | |
1020 | (sparc_cfi_frame_initial_instructions): New function. | |
1021 | (sparc_regname_to_dw2regnum): Likewise. | |
1022 | (sparc_cfi_emit_pcrel_expr): Likewise. | |
1023 | * doc/as.texinfo: Document .cfi_window_save. | |
1024 | ||
1025 | * config/tc-sparc.c (s_common): Cast last argument to long and | |
1026 | change format string to shut up warning. | |
1027 | ||
1028 | 2003-08-25 Jason Eckhardt <[email protected]> | |
1029 | ||
1030 | * doc/c-i860.texi: Update text about relocatable address expansions. | |
1031 | ||
1032 | 2003-08-24 Jason Eckhardt <[email protected]> | |
1033 | ||
1034 | * config/tc-i860.c (md_assemble): Use isrc2 from the original | |
1035 | instruction when expanding E_ADDR. | |
1036 | ||
1037 | 2003-08-21 Nick Clifton <[email protected]> | |
1038 | ||
1039 | * po/tr.po: Updated Turkish translation. | |
1040 | ||
1041 | 2003-08-20 Alan Modra <[email protected]> | |
1042 | ||
1043 | * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and | |
1044 | PPC_OPCODE_RFMCI to -m440 selected ppc_cpu. | |
1045 | ||
1046 | 2003-08-19 Nick Clifton <[email protected]> | |
1047 | ||
1048 | * config/tc-arm.c (cp_address_required_here): Add code to handle | |
1049 | unindexed addressing mode. | |
1050 | ||
1051 | 2003-08-19 Alan Modra <[email protected]> | |
1052 | ||
1053 | * config/tc-ppc.c (md_parse_option): Handle -m440. | |
1054 | (md_show_usage): Add -m440. | |
1055 | (md_apply_fix3): Warning fix. | |
1056 | * doc/c-ppc.texi: Document -m440. | |
1057 | ||
1058 | 2003-08-16 Benjamin Kalytta <[email protected]> | |
1059 | ||
1060 | * read.c (s_print): Check for NULL. | |
1061 | ||
1062 | 2003-08-16 Alan Modra <[email protected]> | |
1063 | ||
1064 | * write.c (fixup_segment): When handling an expression involving | |
1065 | the subtraction of two symbols in the same segment, don't clear | |
1066 | fx_pcrel except for TC_M68K. | |
1067 | ||
1068 | 2003-08-14 Alan Modra <[email protected]> | |
1069 | ||
1070 | * config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLER | |
1071 | code. | |
1072 | * config/tc-i386.c: Likewise. | |
1073 | (RELOC_ENUM): Don't define. Replace throughout with enum. | |
1074 | ||
1075 | * dep-in.sed: Remove libintl.h. Ignore include/fopen-*.h | |
1076 | * Makefile.am (POTFILES.in): Unset LC_COLLATE. | |
1077 | Run "make dep-am". | |
1078 | * Makefile.in: Regenerate. | |
1079 | ||
1080 | 2003-08-08 Andreas Schwab <[email protected]> | |
1081 | ||
1082 | * config/tc-m68k.h (TARGET_USE_CFIPOP) | |
1083 | (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT) | |
1084 | (tc_regname_to_dw2regnum, tc_cfi_frame_initial_instructions): | |
1085 | Define. | |
1086 | * config/tc-m68k.c: Include "dw2gencfi.h". | |
1087 | (tc_m68k_regname_to_dw2regnum) | |
1088 | (tc_m68k_frame_initial_instructions): New functions. | |
1089 | ||
1090 | 2003-08-08 Dmitry Diky <[email protected]> | |
1091 | ||
1092 | * config/tc-msp430.c: Add xW42 and xE42 parts. Sort MPU list | |
1093 | according to gcc order. | |
1094 | ||
1095 | 2003-08-07 Jason Eckhardt <[email protected]> | |
1096 | ||
1097 | * config/tc-i860.c (i860_check_label): New function. | |
1098 | * config/tc-i860.h (i860_check_label): New prototype. | |
1099 | (tc_check_label): Define macro as i860_check_label. | |
1100 | ||
1101 | 2003-08-06 Jason Eckhardt <[email protected]> | |
1102 | ||
1103 | * config/tc-i860.c (s_align_wrapper): New function and prototype. | |
1104 | (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove | |
1105 | surrounding OBJ_ELF ifdef, and re-format slightly. | |
1106 | * doc/c-i860.texi: Document the special .align syntax available | |
1107 | in Intel mode. | |
1108 | ||
1109 | 2003-08-06 Jason Eckhardt <[email protected]> | |
1110 | ||
1111 | * config/tc-i860.c (i860_handle_align): New function. | |
1112 | * config/tc-i860.h (HANDLE_ALIGN): Define macro. | |
1113 | (MAX_MEM_FOR_RS_ALIGN_CODE): Define macro. | |
1114 | ||
1115 | 2003-08-06 Jason Eckhardt <[email protected]> | |
1116 | ||
1117 | * config/tc-i860.c (i860_process_insn): Check that instructions | |
1118 | with their dual-bit set are 8-byte aligned. | |
1119 | ||
1120 | 2003-08-06 Nick Clifton <[email protected]> | |
1121 | ||
1122 | * po/fr.po: Updated French translation. | |
1123 | ||
1124 | 2003-08-05 Jason Eckhardt <[email protected]> | |
1125 | ||
1126 | * config/tc-i860.c (i860_process_insn): Don't handle dual-bit | |
1127 | setting during flop argument parsing. Instead, do it after | |
1128 | instruction is fully parsed. | |
1129 | ||
1130 | 2003-08-05 Jason Eckhardt <[email protected]> | |
1131 | ||
1132 | * doc/c-i860.texi: Mention that .dual, .enddual, and .atmp | |
1133 | directives are only available in Intel syntax mode. | |
1134 | ||
1135 | 2003-08-05 Jason Eckhardt <[email protected]> | |
1136 | ||
1137 | * config/tc-i860.c (s_dual): Accept .dual directive only in | |
1138 | the Intel syntax mode. | |
1139 | (s_enddual): Likewise for .enddual. | |
1140 | (s_atmp): Likewise for .atmp. | |
1141 | ||
1142 | 2003-08-04 Alan Modra <[email protected]> | |
1143 | ||
1144 | * config/tc-i386.c (i386_intel_operand): Always call i386_index_check | |
1145 | for memory operands. Pass the full operand_string to i386_index_check. | |
1146 | ||
1147 | 2003-08-01 Jason Eckhardt <[email protected]> | |
1148 | ||
1149 | * config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences. | |
1150 | (target_intel_syntax): Declare variable. | |
1151 | (OPTION_INTEL_SYNTAX): Declare macro. | |
1152 | (md_longopts): Add option -mintel-syntax. | |
1153 | (md_parse_option): Set target_intel_syntax. | |
1154 | (md_show_usage): Add -mintel-syntax usage. | |
1155 | (md_begin): Set reg_prefix based on target_intel_syntax. | |
1156 | (i860_process_insn): Skip register prefix only if there is one. | |
1157 | Parse relocatable expressions in either Intel or AT&T syntax based | |
1158 | on target_intel_syntax instead of the SYNTAX_SVR4 macro. | |
1159 | * doc/c-i860.texi: Document -mintel-syntax option and give blurb | |
1160 | about the differences in syntax. | |
1161 | ||
1162 | 2003-08-01 Dmitry Diky <[email protected]> | |
1163 | ||
1164 | * config/tc-msp430.c (msp430_srcoperand): Extend 'push' bug workaround | |
1165 | to all arches. | |
1166 | ||
1167 | 2003-07-30 J"orn Rennecke <[email protected]> | |
1168 | ||
1169 | * config/tc-sh.c (md_assemble): For branches, check & update | |
1170 | valid_arch here. | |
1171 | ||
1172 | 2003-07-30 Jason Eckhardt <[email protected]> | |
1173 | ||
1174 | * config/tc-i860.c: Convert to ISO C90. | |
1175 | ||
1176 | 2003-07-30 Rainer Orth <[email protected]> | |
1177 | ||
1178 | * read.c (s_space): Revert 2003-07-28 change. | |
1179 | ||
1180 | 2003-07-30 Alan Modra <[email protected]> | |
1181 | ||
1182 | * config/obj-elf.c (obj_elf_change_section): Allow "x" for .note*. | |
1183 | ||
1184 | 2003-07-29 Alan Modra <[email protected]> | |
1185 | ||
1186 | * config/tc-sh.c (tc_gen_reloc): Test for R_SH_IND12W only when ELF. | |
1187 | ||
1188 | 2003-07-29 Jakub Jelinek <[email protected]> | |
1189 | ||
1190 | * config/tc-ppc.c (md_apply_fix3): Fix check for lq insns. | |
1191 | ||
1192 | 2003-07-28 H.J. Lu <[email protected]> | |
1193 | ||
1194 | * config/obj-elf.c (obj_elf_section_type): Also accept "note". | |
1195 | ||
1196 | 2003-07-28 Rainer Orth <[email protected]> | |
1197 | ||
1198 | * read.c (s_space): Don't warn about .space 0. | |
1199 | ||
1200 | 2003-07-28 Rainer Orth <[email protected]> | |
1201 | ||
1202 | * config/tc-mips.c (mips_flag_pdr): Define. | |
1203 | (md_begin) [OBJ_ELF]: Use it to control .pdr creation. | |
1204 | (s_mips_end) [OBJ_ELF]: Likewise. | |
1205 | (md_longopts) [OBJ_ELF]: Define OPTION_PDR, OPTION_NO_PDR. | |
1206 | (md_parse_option) [OBJ_ELF]: Handle them. | |
1207 | (md_show_usage) [OBJ_ELF]: Document -mpdr, -mno-pdr. | |
1208 | ||
1209 | * doc/c-mips.texi (MIPS Opts): Document -mpdr, -mno-pdr. | |
1210 | * doc/as.texinfo (Overview) [MIPS]: Likewise. | |
1211 | ||
1212 | 2003-07-25 H.J. Lu <[email protected]> | |
1213 | ||
1214 | * config/obj-elf.c (obj_elf_change_section): Update | |
1215 | elf_section_type and elf_section_flags only when they are | |
1216 | specified. | |
1217 | ||
1218 | 2003-07-25 H.J. Lu <[email protected]> | |
1219 | ||
1220 | * config/obj-elf.c (obj_elf_change_section): Always set section | |
1221 | type and flags. | |
1222 | ||
1223 | 2003-07-25 H.J. Lu <[email protected]> | |
1224 | ||
1225 | * config/obj-elf.c (special_sections): Removed. | |
1226 | (obj_elf_change_section): Call _bfd_elf_get_sec_type_attr. Set | |
1227 | elf_section_type and elf_section_flags. | |
1228 | (elf_frob_file): Set SHT_GROUP. | |
1229 | ||
1230 | * config/obj-elf.h (obj_sec_set_private_data): New. | |
1231 | ||
1232 | * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): Removed. | |
1233 | * config/tc-ia64.h: Likewise. | |
1234 | * config/tc-m32r.h: Likewise. | |
1235 | * config/tc-m68hc11.h: Likewise. | |
1236 | * config/tc-mcore.h: Likewise. | |
1237 | * config/tc-mips.h: Likewise. | |
1238 | * config/tc-ppc.h: Likewise. | |
1239 | * config/tc-sh64.h: Likewise. | |
1240 | * config/tc-v850.h: Likewise. | |
1241 | * config/tc-xtensa.h: Likewise. | |
1242 | ||
1243 | * config/tc-v850.h (SHF_V850_GPREL): Removed. | |
1244 | (SHF_V850_EPREL): Likewise. | |
1245 | (SHF_V850_R0REL): Likewise. | |
1246 | ||
1247 | * subsegs.c (subseg_get): Call obj_sec_set_private_data if it | |
1248 | is defined. | |
1249 | ||
1250 | 2003-07-24 Stephane Carrez <[email protected]> | |
1251 | ||
1252 | * config/tc-m68hc11.h (DWARF2_ADDR_SIZE): Use 32-bit address for | |
1253 | debugging symbols so that we handle page memory correctly. | |
1254 | ||
1255 | 2003-07-24 Nick Clifton <[email protected]> | |
1256 | ||
1257 | * po/fr.po: Updated French translation. | |
1258 | ||
1259 | 2003-07-23 Daniel Jacobowitz <[email protected]> | |
1260 | ||
1261 | * config/tc-arm.c (arm_archs): Add iwmmxt. | |
1262 | ||
1263 | 2003-07-22 H.J. Lu <[email protected]> | |
1264 | ||
1265 | * read.c (do_parse_cons_expression): Mark nbytes unused to | |
1266 | silence gcc. | |
1267 | ||
1268 | 2003-07-22 Alexandre Oliva <[email protected]> | |
1269 | ||
1270 | * config/tc-h8300.c (get_specific): No PCREL8 encoding for bsr/bc | |
1271 | or bsr/bs. | |
1272 | ||
1273 | * config/tc-h8300.c (md_assemble): Make sure characters after | |
1274 | slash and dot are lower-case. | |
1275 | ||
1276 | 2003-07-17 Nick Clifton <[email protected]> | |
1277 | ||
1278 | * po/es.po: New Spanish translation. | |
1279 | * po/tr.po: New Turkish translation. | |
1280 | * po/opcodes.pot: Regenerate. | |
1281 | ||
1282 | 2003-07-16 Alan Modra <[email protected]> | |
1283 | ||
1284 | * dwarf2dbg.c (get_frag_fix): Revert 2001-11-15 change. | |
1285 | (generic_dwarf2_emit_offset): Don't define function when | |
1286 | TC__DWARF2_EMIT_OFFSET is defined. | |
1287 | ||
1288 | 2003-07-15 Richard Sandiford <[email protected]> | |
1289 | ||
1290 | * config/tc-mips.c (hilo_interlocks): True for CPU_RM7000. | |
1291 | (mips_cpu_info_table): Add rm7000 and rm9000 entries. | |
1292 | * doc/c-mips.texi: Document -march=rm9000. | |
1293 | ||
1294 | 2003-07-15 Alan Modra <[email protected]> | |
1295 | ||
1296 | * config/tc-v850.c (md_assemble): When no reloc, create pcrel fixups | |
1297 | only for V850_OPERAND_DISP operands. | |
1298 | ||
1299 | 2003-07-15 Alan Modra <[email protected]> | |
1300 | ||
1301 | * frags.c (frag_more): Move segment checks to.. | |
1302 | (frag_alloc_check): ..here. New function. | |
1303 | (frag_append_1_char): Call frag_alloc_check. | |
1304 | ||
1305 | 2003-07-14 Nick Clifton <[email protected]> | |
1306 | ||
1307 | * po/tr.po: Update with latest version. | |
1308 | * po/POTFILES.in: Regenerate. | |
1309 | * po/gas.pot: Regenerate. | |
1310 | * configure: Regenerate. | |
1311 | ||
1312 | 2003-07-14 Nick Clifton <[email protected]> | |
1313 | ||
1314 | * config/tc-ip2k.c: Remove inclusion of <ctype.h> | |
1315 | * config/tc-tic4x.c: Replace inclusion of <ctype.h> with | |
1316 | "safe-ctype.h" and update use of macros. | |
1317 | * Makefile.am: Update dependencies. | |
1318 | * Makefile.in: Regenerate. | |
1319 | ||
1320 | 2003-07-11 Alan Modra <[email protected]> | |
1321 | ||
1322 | * po/gas.pot: Regenerate. | |
1323 | ||
1324 | 2003-07-10 Jakub Jelinek <[email protected]> | |
1325 | ||
1326 | * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define always. | |
1327 | (TARGET_USE_CFIPOP, tc_cfi_frame_initial_instructions, | |
1328 | tc_regname_to_dw2regnum, DWARF2_DEFAULT_RETURN_COLUMN, | |
1329 | DWARF2_CIE_DATA_ALIGNMENT): Define. | |
1330 | (ppc_cfi_frame_initial_instructions, tc_ppc_regname_to_dw2regnum): New | |
1331 | prototypes. | |
1332 | (ppc_cie_data_alignment): Declare. | |
1333 | * config/tc-ppc.c: Include dw2gencfi.h. | |
1334 | (ppc_cie_data_alignment): Define. | |
1335 | (md_begin): Initialize ppc_cie_data_alignment. | |
1336 | (ppc_cfi_frame_initial_instructions, tc_ppc_regname_to_dw2regnum): New | |
1337 | functions. | |
1338 | * config/tc-s390.h (DWARF2_LINE_MIN_INSN_LENGTH): Define always. | |
1339 | (TARGET_USE_CFIPOP, tc_cfi_frame_initial_instructions, | |
1340 | tc_regname_to_dw2regnum, DWARF2_DEFAULT_RETURN_COLUMN, | |
1341 | DWARF2_CIE_DATA_ALIGNMENT): Define. | |
1342 | (s390_cfi_frame_initial_instructions, tc_s390_regname_to_dw2regnum): | |
1343 | New prototypes. | |
1344 | (s390_cie_data_alignment): Declare. | |
1345 | * config/tc-s390.c: Include dw2gencfi.h. | |
1346 | (s390_cie_data_alignment): Define. | |
1347 | (md_begin): Initialize s390_cie_data_alignment. | |
1348 | (s390_cfi_frame_initial_instructions, tc_s390_regname_to_dw2regnum): | |
1349 | New functions. | |
1350 | ||
1351 | 2003-07-10 Alexandre Oliva <[email protected]> | |
1352 | ||
1353 | 2002-12-12 Alexandre Oliva <[email protected]> | |
1354 | * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Don't define to zero. | |
1355 | 2001-05-09 Alexandre Oliva <[email protected]> | |
1356 | * configure.in (am33_2.0, mn10300-*-linux*): Added. | |
1357 | * configure: Rebuilt. | |
1358 | * config/tc-mn10300.h (TARGET_FORMAT) [TE_LINUX]: Define to | |
1359 | elf32-am33lin. | |
1360 | * config/tc-mn10300.c (md_begin) [TE_LINUX]: Choose AM33/2.0 | |
1361 | by default. | |
1362 | ||
1363 | 2003-07-09 Alexandre Oliva <[email protected]> | |
1364 | ||
1365 | 2003-02-25 Alexandre Oliva <[email protected]> | |
1366 | * config/tc-mn10300.c (mn10300_check_fixup): Set GOT_PCREL type | |
1367 | for subtracts from GLOBAL_OFFSET_TABLE that could not be | |
1368 | simplified. | |
1369 | 2002-07-18 Alexandre Oliva <[email protected]> | |
1370 | * config/tc-mn10300.c (mn10300_check_fixup): Accept subtracts that | |
1371 | could not be simplified. | |
1372 | (tc_gen_reloc): Turn an absolute fx_subsy into part of fx_offset. | |
1373 | 2001-11-04 Alexandre Oliva <[email protected]> | |
1374 | * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't adjust | |
1375 | BDF_RELOC_MN10300_GOT32. | |
1376 | * config/tc-mn10300.c (mn10300_fix_adjustable): If | |
1377 | TC_RELOC_RTSYM_LOC_FIXUP doesn't hold, it's not adjustable. | |
1378 | 2001-05-09 Alexandre Oliva <[email protected]> | |
1379 | * config/tc-mn10300.c (mn10300_parse_name): Don't return a | |
1380 | symbol if we know its value. | |
1381 | 2001-05-09 Alexandre Oliva <[email protected]> | |
1382 | * config/tc-mn10300.h (GLOBAL_OFFSET_TABLE_NAME): Remove | |
1383 | duplicate underscore prefix. | |
1384 | 2001-05-09 Alexandre Oliva <[email protected]> | |
1385 | * config/tc-mn10300.c (mn10300_parse_name): Store relocation | |
1386 | type in X_md, not X_add_number. Zero X_add_number. | |
1387 | (mn10300_check_fixup): Extract relocation type from X_md. | |
1388 | * config/tc-mn10300.h: Update comment. | |
1389 | 2001-04-14 Alexandre Oliva <[email protected]> | |
1390 | * config/tc-mn10300.h (O_GOTOFF, O_PLT, O_GOT): Replace with... | |
1391 | (O_PIC_reloc): this. | |
1392 | * config/tc-mn10300.c (mn10300_PIC_related_p): Use it. | |
1393 | (mn10300_check_fixup): Likewise. | |
1394 | (mn10300_parse_name): Set X_add_number to relocation type. | |
1395 | * config/tc-mn10300.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME, | |
1396 | TC_RELOC_RTSYM_LOC_FIXUP, md_parse_name, TC_CONS_FIX_NEW, | |
1397 | O_GOTOFF, O_PLT, O_GOT): Define. | |
1398 | * config/tc-mn10300.c (mn10300_PIC_related_p): New fn. | |
1399 | (mn10300_check_fixup): New fn. | |
1400 | (md_assemble): Call it. Check for PIC-related relocs. | |
1401 | (mn10300_cons_fix_new): Likewise. New fn. | |
1402 | (mn10300_end_of_match): New fn. | |
1403 | (mn10300_md_parse_name_cont): New fn. | |
1404 | ||
1405 | 2003-07-09 Alexandre Oliva <[email protected]> | |
1406 | ||
1407 | 2000-05-25 Alexandre Oliva <[email protected]> | |
1408 | * config/tc-mn10300.c (mn10300_insert_operand): Negate negative | |
1409 | accumulator's shift. | |
1410 | 2000-05-08 Alexandre Oliva <[email protected]> | |
1411 | * config/tc-mn10300.c (md_relax_table, md_convert_frag, | |
1412 | md_assemble, md_estimate_size_before_relax): Handle fbCC. | |
1413 | 2000-04-20 Alexandre Oliva <[email protected]> | |
1414 | * config/tc-mn10300.c (HAVE_AM33): Redefine in terms of | |
1415 | HAVE_AM33_2. | |
1416 | 2000-04-03 Alexandre Oliva <[email protected]> | |
1417 | * config/tc-mn10300.c (md_pseudo_table): Use AM33_2 constant. | |
1418 | (HAVE_AM33): Match AM33_2 too. | |
1419 | (HAVE_AM33_2): New macro. | |
1420 | (md_assemble): Use it. Match 2.0 registers only if HAVE_AM33_2. | |
1421 | 2000-04-01 Alexandre Oliva <[email protected]> | |
1422 | * config/tc-mn10300.c (md_pseudo_table): Added `am33_2'. | |
1423 | (float_registers, double_registers): New variables. | |
1424 | (float_register_name, double_register_name): New functions. | |
1425 | (md_assemble): Recognize FP registers. Implement FMT_D3. | |
1426 | (mn10300_insert_operand): Support FP registers. | |
1427 | ||
1428 | 2003-07-08 Chris Demetriou <[email protected]> | |
1429 | ||
1430 | * config/tc-mips.c (mips_validate_fix): Do not warn about branch | |
1431 | target being a global symbol if not compiling SVR4 PIC code. | |
1432 | ||
1433 | 2003-07-07 Nick Clifton <[email protected]> | |
1434 | ||
1435 | * doc/c-m32r.texi (M32R-Directives): New node. Document the | |
1436 | .high, .shigh and .low directives. | |
1437 | ||
1438 | 2003-07-07 Richard Sandiford <[email protected]> | |
1439 | ||
1440 | * config/tc-h8300.c (h8300sxnmode): Add prototype. | |
1441 | (DSYMMODE): Remove. | |
1442 | (parse_exp): Replace expressionS argument with a h8_op. Parse the | |
1443 | operand size as well. | |
1444 | (skip_colonthing): Remove unused expression argument. Tighten checks | |
1445 | for 2-digit sizes. | |
1446 | (colonmod24): Remove. | |
1447 | (get_mova_operands): Combine calls to parse_exp and skip_colonthing. | |
1448 | (get_operand): Likewise. Use the standard code to read the size of | |
1449 | pc-relative operands. | |
1450 | (fix_operand_size): Include the size-guessing logic that used to be | |
1451 | in colonmod24 and get_operand. Don't apply dd:2 optimizations to | |
1452 | offsets with a symbolic component. | |
1453 | ||
1454 | 2003-07-04 Nick Clifton <[email protected]> | |
1455 | ||
1456 | * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Use ARRAY_SIZE | |
1457 | macro to compute size of selected register name array. | |
1458 | ||
1459 | 2003-07-01 Martin Schwidefsky <[email protected]> | |
1460 | ||
1461 | * config/tc-s390.c (md_parse_option): Add cpu type z990. | |
1462 | (md_begin): Add minimal cpu type logic for instructions with different | |
1463 | binary format depending on the cpu. | |
1464 | (md_assemble): Remove check for minimal cpu. | |
1465 | (s390_insert_operand): Add support for long displacements. | |
1466 | (md_gather_operands): Likewise. | |
1467 | (tc_s390_fix_adjustable): Likewise. | |
1468 | (tc_s390_force_relocation): Likewise. | |
1469 | (md_apply_fix3): Likewise. | |
1470 | ||
1471 | 2003-06-30 Chris Demetriou <[email protected]> | |
1472 | ||
1473 | * config/tc-mips.c (s_mipsset): Implement -march= handling | |
1474 | differently. | |
1475 | ||
1476 | 2003-06-30 Thiemo Seufer <[email protected]> | |
1477 | ||
1478 | * config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessary | |
1479 | prototypes and casts. Replace PTR with void *. Reformat. | |
1480 | * config/tc-mips.h: Likewise. | |
1481 | ||
1482 | 2003-06-30 Alan Modra <[email protected]> | |
1483 | ||
1484 | * config/tc-ia64.c (note_register_values): Warning fix. | |
1485 | * config/tc-mips.c (append_insn): Likewise. | |
1486 | ||
1487 | 2003-06-29 Thiemo Seufer <[email protected]> | |
1488 | ||
1489 | * config/tc-mips.c (mips_set_options,mips_opts): Support for | |
1490 | .set arch=FOO. | |
1491 | (file_mips_arch): Rename mips_arch. | |
1492 | (mips_arch_info,mips_tune_info): Remove. | |
1493 | (hilo_interlocks,gpr_interlocks,cop_interlocks): Use mips_opts.arch. | |
1494 | (mips_cpu_info_from_arch): New function. | |
1495 | (md_begin): Use file_mips_arch. | |
1496 | (macro_build,macro,mips_ip): Use mips_opts.arch. | |
1497 | (mips_set_architecture): Init file_mips_arch and mips_opts.arch. | |
1498 | (mips_after_parse_args): Remove mips_arch_info and mips_tune_info. | |
1499 | Use file_mips_arch. | |
1500 | (s_mipsset): Support for .set arch=FOO. | |
1501 | (mips_cpu_info_table): Fix typo. | |
1502 | ||
1503 | 2003-06-26 H.J. Lu <[email protected]> | |
1504 | ||
1505 | * config/tc-i386.c (md_assemble): Declare "exp" before "if". | |
1506 | ||
1507 | 2003-06-25 Richard Sandiford <[email protected]> | |
1508 | ||
1509 | * config/tc-h8300.c (get_specific): Allow ':8' to be used for | |
1510 | unsigned 8-bit operands. | |
1511 | ||
1512 | 2003-06-24 Nick Clifton <[email protected]> | |
1513 | ||
1514 | * read.c (s_comm): Change error message to assume an unsigned size | |
1515 | has been passed to .comm. | |
1516 | * config/tc-sparc.c (s_common): Likewise. | |
1517 | * write.c (write_contents): Replace 'unsigned long' with | |
1518 | 'addressT' and 'long' with offsetT in order to allow computations | |
1519 | with very large values to work for 64-bit addressed targets. | |
1520 | (relax_and_size_all_segments): Likewise. | |
1521 | (relax_frag): Likewise. | |
1522 | (relax_segment): Likewise. | |
1523 | ||
1524 | 2003-06-23 Mark Mitchell <[email protected]> | |
1525 | ||
1526 | * config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots. | |
1527 | ||
1528 | 2003-06-23 H.J. Lu <[email protected]> | |
1529 | ||
1530 | * gas/config/tc-i386.c (md_assemble): Support Intel Precott New | |
1531 | Instructions. | |
1532 | ||
1533 | * gas/config/tc-i386.h (CpuPNI): New. | |
1534 | (CpuUnknownFlags): Add CpuPNI. | |
1535 | ||
1536 | 2003-06-23 <[email protected]> | |
1537 | ||
1538 | * config/tc-ia64.c (pseudo_func): Add ABI constants for linux, | |
1539 | freebsd, openvms, and nsk (non-stop kernel). | |
1540 | ||
1541 | 2003-06-22 Jason Thorpe <[email protected]> | |
1542 | ||
1543 | * config/tc-ns32k.c (md_begin): Initialize inst_hash_table after | |
1544 | all locals have been declared. | |
1545 | ||
1546 | 2003-06-21 Thiemo Seufer <[email protected]> | |
1547 | ||
1548 | * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): Remove | |
1549 | special handling for n32 ABI. | |
1550 | (macro): Likewise. | |
1551 | ||
1552 | 2003-06-19 Thiemo Seufer <[email protected]> | |
1553 | ||
1554 | * config/tc-mips.c (s_cpsetup,s_cprestore,s_cpreturn): Revert | |
1555 | 2003-06-11 change. | |
1556 | ||
1557 | 2003-06-19 Christian Groessler <[email protected]> | |
1558 | ||
1559 | * config/tc-z8k.c (parse_reg): Invalid registers generate an error | |
1560 | now, not only a warning. Add some more checks to detect invalid | |
1561 | registers. | |
1562 | (get_operand): For CLASS_IR remember register size in mode struct. | |
1563 | (get_specific): Handle new CLASS_IRO type. Add register size | |
1564 | checks for CLASS_IR and CLASS_IRO. | |
1565 | (md_apply_fix3): Fix undefined usage of buf. | |
1566 | ||
1567 | 2003-06-19 Alan Modra <[email protected]> | |
1568 | ||
1569 | * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect. | |
1570 | (ppc_change_csect): Add align param. Align frag at start of csect. | |
1571 | (ppc_section, ppc_named_section): Adjust ppc_change_csect calls. | |
1572 | (ppc_frob_section): Align vma. | |
1573 | ||
1574 | 2003-06-18 Jakub Jelinek <[email protected]> | |
1575 | ||
1576 | * dw2gencfi.c (EH_FRAME_ALIGNMENT): Define if not defined. | |
1577 | (output_cie): Don't pad. | |
1578 | (output_fde): Add align argument. Pad to align if not 0. | |
1579 | (cfi_finish): Set .eh_frame alignment to EH_FRAME_ALIGNMENT. | |
1580 | Pad just last FDE to EH_FRAME_ALIGNMENT. | |
1581 | ||
1582 | 2003-06-18 Martin Schwidefsky <[email protected]> | |
1583 | ||
1584 | * config/tc-s390.c (init_default_arch): Make current_mode_mask | |
1585 | dependent on s390_arch_size and current_cpu dependent on | |
1586 | current_mode_mask. | |
1587 | ||
1588 | 2003-06-18 Svein E. Seldal <[email protected]> | |
1589 | ||
1590 | * configure.in: Add c4x as an architecture variant to tic4x. | |
1591 | * configure: Regenerate. | |
1592 | * Makefile.in: Regenerate. | |
1593 | * doc/Makefile.in: Regenerate. | |
1594 | ||
1595 | 2003-06-18 Alan Modra <[email protected]> | |
1596 | ||
1597 | * config/tc-ppc.c (ppc_elf_suffix): Don't remove symbols other than | |
1598 | ".TOC." from PPC64_TOC relocs. | |
1599 | ||
1600 | 2003-06-17 Alan Modra <[email protected]> | |
1601 | ||
1602 | * config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs. | |
1603 | ||
1604 | 2003-06-16 Thiemo Seufer <[email protected]> | |
1605 | ||
1606 | * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN, | |
1607 | ADDRESS_LOAD_INSN,ADDRESS_STORE_INSN): New macros. | |
1608 | (macro_build_ldst_constoffset,load_address,macro,s_cpsetup, | |
1609 | s_cprestore,s_cpadd): Use them. | |
1610 | ||
1611 | 2003-06-16 Hans-Peter Nilsson <[email protected]> | |
1612 | ||
1613 | * configure.in: Add specific case for cris-*-linux-gnu* with | |
1614 | em=linux. | |
1615 | * configure: Regenerate. | |
1616 | * config/tc-cris.c (DEFAULT_CRIS_AXIS_LINUX_GNU): New macro, TRUE | |
1617 | if TE_LINUX defined, else FALSE. | |
1618 | (bfd_boolean demand_register_prefix): Set default from | |
1619 | DEFAULT_CRIS_AXIS_LINUX_GNU. | |
1620 | (symbols_have_leading_underscore): Similar. | |
1621 | * config/tc-cris.h (LOCAL_LABELS_DOLLAR): Define to 1. | |
1622 | ||
1623 | 2003-06-13 Richard Earnshaw <[email protected]> | |
1624 | ||
1625 | * tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA. | |
1626 | (FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF, | |
1627 | FPU_ARCH_FPA for AOUT. | |
1628 | (md_begin): Don't try to guess the floating point architecture from | |
1629 | the CPU if the OS ABI (Linux, NetBSD) mandates a particular form. | |
1630 | ||
1631 | 2003-06-13 Robert Millan <[email protected]> | |
1632 | ||
1633 | * configure.in: Add i386-netbsd-gnu target. | |
1634 | * configure: Regenerate. | |
1635 | ||
1636 | 2003-06-12 Tom Tromey <[email protected]> | |
1637 | ||
1638 | * doc/as.texinfo (Comm): Added @node. Moved before CFI | |
1639 | directives node. | |
1640 | ||
1641 | 2003-06-12 Richard Sandiford <[email protected]> | |
1642 | ||
1643 | * config/tc-mips.c (append_insn): In a compound relocation, take the | |
1644 | field width from the final (outermost) operator. | |
1645 | ||
1646 | 2003-06-11 Richard Henderson <[email protected]> | |
1647 | ||
1648 | * dw2gencfi.c (struct cfi_escape_data): New. | |
1649 | (cfi_add_CFA_nop): Remove. | |
1650 | (CFI_escape, dot_cfi_escape): New. | |
1651 | (dot_cfi): Remove nop. | |
1652 | (cfi_pseudo_table): Remove nop; add escape. | |
1653 | (output_cfi_insn): Likewise. | |
1654 | (select_cie_for_fde): Stop on escape. | |
1655 | * dw2gencfi.h (cfi_add_CFA_nop): Remove. | |
1656 | * read.c, read.h (do_parse_cons_expression): New. | |
1657 | * doc/as.texinfo (.cfi_escape): New. | |
1658 | ||
1659 | 2003-06-11 Thiemo Seufer <[email protected]> | |
1660 | ||
1661 | * config/tc-mips.c (s_cpsetup): Use mips_frame_reg instead of SP. | |
1662 | (s_cprestore): Likewise. | |
1663 | (s_cpreturn): Likewise. | |
1664 | ||
1665 | 2003-06-11 Thiemo Seufer <[email protected]> | |
1666 | ||
1667 | * config/tc-mips.c (tc_gen_reloc): Initialize retval amd reloc | |
1668 | with zeros. | |
1669 | ||
1670 | 2003-06-11 Thiemo Seufer <[email protected]> | |
1671 | ||
1672 | * config/tc-mips.c (md_pcrel_from): Return actual pcrel address. | |
1673 | (md_apply_fix3): Ignore non-special relocations. Remove superfluous | |
1674 | exceptions from size assert. Remove most of the addend fixup | |
1675 | specialcasing. Remove value, use valP directly. simplify fx_addnumber | |
1676 | handling. Remove zero addend specialcases. | |
1677 | (tc_gen_reloc): Use appropriate value for reloc2 addend. Remove | |
1678 | the addend fixup specialcase. | |
1679 | * config/tc-mips.h (MD_APPLY_SYM_VALUE): Define as 0. | |
1680 | ||
1681 | 2003-06-11 Thiemo Seufer <[email protected]> | |
1682 | ||
1683 | * write.c (write_relocs): Use xcalloc. Fix relocs initialization | |
1684 | in the RELOC_EXPANSION_POSSIBLE case. | |
1685 | ||
1686 | 2003-06-11 Alan Modra <[email protected]> | |
1687 | ||
1688 | * config/tc-i960.c (line_comment_chars): Add '#'. | |
1689 | * config/tc-mn10200.c (tc_gen_reloc): Don't ignore fx_subsy. | |
1690 | ||
1691 | 2003-06-11 H.J. Lu <[email protected]> | |
1692 | ||
1693 | * po/Make-in (DESTDIR): New. | |
1694 | (install-data-yes): Support $(DESTDIR). | |
1695 | (uninstall): Likewise. | |
1696 | ||
1697 | 2003-06-11 Alan Modra <[email protected]> | |
1698 | ||
1699 | * Makefile.am: Run "make dep-am". | |
1700 | * Makefile.in: Regenerate. | |
1701 | * po/POTFILES.in: Regenerate. | |
1702 | ||
1703 | 2003-06-10 Doug Evans <[email protected]> | |
1704 | ||
1705 | * cgen.c (gas_cgen_finish_insn): CGEN_INSN_RELAX renamed to | |
1706 | CGEN_INSN_RELAXED. | |
1707 | * config/tc-fr30.c (md_estimate_size_before_relax): Ditto. | |
1708 | * config/tc-m32r.c (md_estimate_size_before_relax): Ditto. | |
1709 | * config/tc-openrisc.c (md_estimate_size_before_relax): Ditto. | |
1710 | ||
1711 | 2003-06-10 Alan Modra <[email protected]> | |
1712 | Gary Hade <[email protected]> | |
1713 | ||
1714 | * config/tc-ppc.c (md_assemble): Handle PPC_OPERAND_DQ. | |
1715 | (md_apply_fix3): Special case lq insn. | |
1716 | ||
1717 | 2003-06-10 Richard Sandiford <[email protected]> | |
1718 | ||
1719 | * config/tc-h8300.c (get_rtsl_operands): Accept unbracketed register | |
1720 | lists. Allow single-register ranges. | |
1721 | ||
1722 | 2003-06-10 Richard Sandiford <[email protected]> | |
1723 | ||
1724 | * config/tc-h8300.c (h8300sxnmode): New. | |
1725 | (md_pseudo_table): Add .h8300sxn entry. | |
1726 | ||
1727 | 2003-06-09 H.J. Lu <[email protected]> | |
1728 | ||
1729 | * NEWS: Updated for the new -n option for the i386 assembler. | |
1730 | ||
1731 | * config/tc-i386.c (optimize_align_code): New. | |
1732 | (md_shortopts): Add 'n'. | |
1733 | (md_parse_option): Handle 'n'. | |
1734 | (md_show_usage): Add '-n'. | |
1735 | ||
1736 | * config/tc-i386.h (optimize_align_code): Declared. | |
1737 | (md_do_align): Optimize code alignment only if optimize_align_code | |
1738 | is not 0. | |
1739 | ||
1740 | * doc/as.texinfo: Add the new -n option. | |
1741 | ||
1742 | * doc/c-i386.texi: Document the new -n option. | |
1743 | ||
1744 | 2003-06-07 Richard Henderson <[email protected]> | |
1745 | ||
1746 | * doc/as.texinfo: Document .cfi_rel_offset. | |
1747 | ||
1748 | * dw2gencfi.c (struct cfa_save_data, cfa_save_stack): New. | |
1749 | (cfi_add_CFA_offset): Detect invalid offsets. | |
1750 | (cfi_add_CFA_remember_state): Save cur_cfa_offset. | |
1751 | (cfi_add_CFA_restore_state): Restore it. | |
1752 | (CFI_rel_offset): New. | |
1753 | (cfi_pseudo_table): Add it. | |
1754 | (dot_cfi): Handle it. | |
1755 | ||
1756 | 2003-06-07 H.J. Lu <[email protected]> | |
1757 | ||
1758 | * app.c (do_scrub_chars): Add states 14 and 15 to handle | |
1759 | predicate for ia64. | |
1760 | ||
1761 | 2003-06-05 Michael Snyder <[email protected]> | |
1762 | ||
1763 | * config/tc-h8sx.c (get_specific): Distinguish h8h from h8s ops. | |
1764 | (build_bytes): Ditto. | |
1765 | ||
1766 | 2003-06-05 Richard Sandiford <[email protected]> | |
1767 | ||
1768 | * config/tc-h8sx.c (DMODE): Remove. | |
1769 | (colonmod24): Don't choose a default if the operand is a 16-bit | |
1770 | constant integer. | |
1771 | (fix_operand_size): New function. | |
1772 | (md_assemble): Use it to choose between @(d:2, ERn) and @(d:16,ERn). | |
1773 | Adjust @(d:2,ERn) operands before choosing the specific opcodes. | |
1774 | ||
1775 | 2003-06-05 Michal Ludvig <[email protected]> | |
1776 | ||
1777 | * dw2gencfi.c (cfi_add_CFA_insn, cfi_add_CFA_insn_reg) | |
1778 | (cfi_add_CFA_insn_reg_reg, cfi_add_CFA_insn_reg_offset): New. | |
1779 | (cfi_add_CFA_offset, cfi_add_CFA_def_cfa) | |
1780 | (cfi_add_CFA_register, cfi_add_CFA_def_cfa_register) | |
1781 | (cfi_add_CFA_def_cfa_offset): Use cfi_add_CFA_insn_*(). | |
1782 | (cfi_add_CFA_restore, cfi_add_CFA_undefined) | |
1783 | (cfi_add_CFA_same_value, cfi_add_CFA_remember_state) | |
1784 | (cfi_add_CFA_restore_state, cfi_add_CFA_nop): New. | |
1785 | (cfi_pseudo_table): New directives .cfi_return_column, | |
1786 | .cfi_restore, .cfi_undefined, .cfi_same_value, | |
1787 | .cfi_remember_state, .cfi_restore_state, .cfi_nop. | |
1788 | (dot_cfi, output_cfi_insn): Handle new directives. | |
1789 | * dw2gencfi.h (cfi_add_CFA_restore, cfi_add_CFA_undefined) | |
1790 | (cfi_add_CFA_same_value, cfi_add_CFA_remember_state) | |
1791 | (cfi_add_CFA_restore_state, cfi_add_CFA_nop): New prototypes. | |
1792 | ||
1793 | 2003-06-04 Richard Henderson <[email protected]> | |
1794 | ||
1795 | * dw2gencfi.c (output_cfi_insn): Fix typo for negative offsets. | |
1796 | ||
1797 | * dw2gencfi.c (cfi_finish): Set .eh_frame read-only. | |
1798 | ||
1799 | 2003-06-04 Richard Henderson <[email protected]> | |
1800 | ||
1801 | * config/tc-alpha.c (s_alpha_usepv): New. | |
1802 | (md_pseudo_table): Add it. | |
1803 | (alpha_cfi_frame_initial_instructions): New. | |
1804 | * config/tc-alpha.h (TARGET_USE_CFIPOP): New. | |
1805 | (tc_cfi_frame_initial_instructions): New. | |
1806 | * doc/c-alpha.texi: Document .usepv. | |
1807 | ||
1808 | 2003-06-04 Jakub Jelinek <[email protected]> | |
1809 | ||
1810 | * as.c (show_usage): Document --execstack and --noexecstack. | |
1811 | (parse_args): Add --execstack and --noexecstack. | |
1812 | (main): Create .note.GNU-stack section if --execstack or | |
1813 | --noexecstack was given on comand line, set its SHF_EXECINSTR bit. | |
1814 | * as.h (flag_execstack, flag_noexecstack): New. | |
1815 | ||
1816 | 2003-06-03 Chris Demetriou <[email protected]> | |
1817 | ||
1818 | * config/tc-mips.c: (OPTION_ARCH_BASE, OPTION_ASE_BASE) | |
1819 | (OPTION_COMPAT_ARCH_BASE, OPTION_FIX_BASE) | |
1820 | (OPTION_MISC_BASE): New defines. | |
1821 | (OPTION_BREAK, OPTION_CONSTRUCT_FLOATS, OPTION_EB, OPTION_EL) | |
1822 | (OPTION_ELF_BASE, OPTION_FIX_VR4122, OPTION_FP32, OPTION_FP64) | |
1823 | (OPTION_GP32, OPTION_GP64, OPTION_M3900, OPTION_M4010, OPTION_M4100) | |
1824 | (OPTION_M4650, OPTION_M7000_HILO_FIX, OPTION_MARCH, OPTION_MDMX) | |
1825 | (OPTION_MEMBEDDED_PIC, OPTION_MIPS1, OPTION_MIPS16, OPTION_MIPS2) | |
1826 | (OPTION_MIPS3, OPTION_MIPS32, OPTION_MIPS32R2, OPTION_MIPS3D) | |
1827 | (OPTION_MIPS4, OPTION_MIPS5, OPTION_MIPS64) | |
1828 | (OPTION_MNO_7000_HILO_FIX, OPTION_MTUNE, OPTION_NO_CONSTRUCT_FLOATS) | |
1829 | (OPTION_NO_FIX_VR4122, OPTION_NO_M3900, OPTION_NO_M4010) | |
1830 | (OPTION_NO_M4100, OPTION_NO_M4650, OPTION_NO_MDMX, OPTION_NO_MIPS16) | |
1831 | (OPTION_NO_MIPS3D, OPTION_NO_RELAX_BRANCH, OPTION_RELAX_BRANCH) | |
1832 | (OPTION_TRAP): Redefine in terms of new defines. | |
1833 | (md_longopts): Reorder entries. | |
1834 | ||
1835 | 2003-05-14 Michael Snyder <[email protected]> | |
1836 | From Bernd Schmidt <[email protected]> | |
1837 | and Michael Snyder <[email protected]> | |
1838 | and Alexandre Oliva <[email protected]> | |
1839 | * config/tc-h8300.c: Add insns and addressing modes for h8300sx. | |
1840 | * config/tc-h8300.h: Ditto. | |
1841 | ||
1842 | 2003-06-03 Nick Clifton <[email protected]> | |
1843 | ||
1844 | * tc-v850.c (tc-gen_reloc): Translate BFD_RELOC_32 into | |
1845 | BFD_RELOC_32_PCREL if the reloc is pc-relative. Do this | |
1846 | before calling bfd_reloc_type_lookup. | |
1847 | ||
1848 | 2003-06-02 Alan Modra <[email protected]> | |
1849 | ||
1850 | * read.c (emit_expr): Set dot_value. | |
1851 | * dw2gencfi.c (output_fde): Remove pcrel reloc hack. | |
1852 | ||
1853 | 2003-06-02 Alan Modra <[email protected]> | |
1854 | ||
1855 | * macro.c (sub_actual): Don't lose string if it turns out that | |
1856 | &string wasn't an arg. | |
1857 | ||
1858 | 2003-05-31 Richard Henderson <[email protected]> | |
1859 | ||
1860 | * dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc. | |
1861 | (cfi_finish): Set flag_traditional_format around .eh_frame data. | |
1862 | ||
1863 | 2003-05-29 Richard Henderson <[email protected]> | |
1864 | ||
1865 | * config/tc-alpha.c (alpha_cur_ent_sym): Remove. | |
1866 | (all_frame_data, plast_frame_data, cur_frame_data): New. | |
1867 | (s_alpha_ent): Record data for dwarf2 cfi. | |
1868 | (s_alpha_end, s_alpha_mask, s_alpha_frame, s_alpha_prologue): Likewise. | |
1869 | (alpha_elf_md_end): Emit dwarf2 cfi for ecoff unwind directives. | |
1870 | * config/tc-alpha.h (md_end): New. | |
1871 | (DWARF2_DEFAULT_RETURN_COLUMN): New. | |
1872 | (DWARF2_CIE_DATA_ALIGNMENT): New. | |
1873 | ||
1874 | 2003-05-29 Nick Clifton <[email protected]> | |
1875 | ||
1876 | * configure.in: Add i386-*-freebsd* entry. | |
1877 | * configure: Regenerate. | |
1878 | ||
1879 | 2003-05-29 Kazuhiro Inaoka <[email protected]> | |
1880 | ||
1881 | * config/tc-m32r.c: Amend comment to refer to Renesas | |
1882 | ||
1883 | 2003-05-27 Richard Henderson <[email protected]> | |
1884 | ||
1885 | * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the | |
1886 | symbol_create call. | |
1887 | (current_location): Use symbol_temp_new_now. | |
1888 | * stabs.c (s_stab_generic): Use symbol_temp_new. | |
1889 | * symbols.c (temp_label_name): Remove. | |
1890 | (symbol_temp_new, symbol_temp_make): Use FAKE_LABEL_NAME. | |
1891 | ||
1892 | 2003-05-27 Richard Henderson <[email protected]> | |
1893 | ||
1894 | * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch. | |
1895 | * as.c (main): Always call cfi_finish. | |
1896 | * config/tc-i386.c (x86_dwarf2_return_column): New. | |
1897 | (x86_cie_data_alignment): New. | |
1898 | (md_begin): Set them. | |
1899 | (tc_x86_cfi_init): Remove. | |
1900 | (tc_x86_regname_to_dw2regnum): Fix 32-bit register numbers; | |
1901 | return int, not unsigned long; don't as_bad here. | |
1902 | (tc_x86_frame_initial_instructions): Streamline; use | |
1903 | updated api. | |
1904 | * config/tc-i386.h (tc_cfi_init): Remove. | |
1905 | (DWARF2_DEFAULT_RETURN_COLUMN): New. | |
1906 | (DWARF2_CIE_DATA_ALIGNMENT): New. | |
1907 | ||
1908 | 2003-05-27 Richard Henderson <[email protected]> | |
1909 | ||
1910 | * symbols.c (temp_label_name): New. | |
1911 | (symbol_temp_new, symbol_temp_new_now, symbol_temp_make): New. | |
1912 | (symbol_set_value_now): New. | |
1913 | * symbols.h: Prototype them. | |
1914 | * dwarf2dbg.c: Use them. | |
1915 | (fake_label_name, symbol_new_now, set_symbol_value_now): Remove. | |
1916 | ||
1917 | 2003-05-23 Jason Eckhardt <[email protected]> | |
1918 | ||
1919 | * config/tc-i860.c (target_xp): Declare variable. | |
1920 | (OPTION_XP): Declare macro. | |
1921 | (md_longopts): Add option -mxp. | |
1922 | (md_parse_option): Set target_xp. | |
1923 | (md_show_usage): Add -mxp usage. | |
1924 | (i860_process_insn): Recognize XP registers bear, ccr, p0-p3. | |
1925 | (md_assemble): Don't try expansions if XP_ONLY is set. | |
1926 | * doc/c-i860.texi: Document -mxp option and i860XP support. | |
1927 | ||
1928 | 2003-05-23 Eric Christopher <[email protected]> | |
1929 | ||
1930 | * config/tc-mips.c (macro_build_jalr): Warning patrol. | |
1931 | ||
1932 | 2003-05-22 Thiemo Seufer <[email protected]> | |
1933 | ||
1934 | * config/tc-mips.c (append_insn): Use actual relocation size for new | |
1935 | fixp's. Don't relax overflow checking for partial_inplace relocations. | |
1936 | Use the actual relocation type in combined relocs, not just the type | |
1937 | of the first one. | |
1938 | (macro_build_jalr): Use actual relocation size for new fix. | |
1939 | (s_cpsetup, s_gpdword): Likewise. | |
1940 | ||
1941 | 2003-05-22 Thiemo Seufer <[email protected]> | |
1942 | ||
1943 | * config/tc-mips.c (macro): Don't use uninitialized tempreg. | |
1944 | ||
1945 | 2003-05-22 Nick Clifton <[email protected]> | |
1946 | ||
1947 | * config/tc-xstormy16.c (md_pcrel_from_section): Do not produce | |
1948 | section relative offsets for relocs that will not be based on the | |
1949 | section symbol. | |
1950 | (xstormy16_md_apply_fix3): Remove previous patch to this | |
1951 | function. | |
1952 | ||
1953 | 2003-05-07 Eric Christopher <[email protected]> | |
1954 | ||
1955 | * config/tc-mips.c (mips_abicalls): New variable. | |
1956 | (md_parse_option): Use. | |
1957 | (s_option): Ditto. | |
1958 | (s_abicalls): Ditto. | |
1959 | (mips_elf_final_processing): Set EF_MIPS_PIC and | |
1960 | EF_MIPS_CPIC dependent on above. | |
1961 | ||
1962 | 2003-05-21 John David Anglin <[email protected]> | |
1963 | ||
1964 | * tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'. | |
1965 | ||
1966 | 2003-05-21 Nick Clifton <[email protected]> | |
1967 | ||
1968 | * config/obj-elf.c: Include dwarf2dbg.h. | |
1969 | (elf_pseudo_tab): Add .file and .loc. | |
1970 | * config/tc-arc.c (md_pseudo_table): Remove .file and .loc. | |
1971 | * config/tc-arm.c: Likewise. | |
1972 | * config/tc-h8300.c: Likewise. | |
1973 | * config/tc-hppa.c: Likewise. | |
1974 | * config/tc-ia64.c: Likewise. | |
1975 | * config/tc-m68hc11.c: Likewise. | |
1976 | * config/tc-m68k.c: Likewise. | |
1977 | * config/tc-mmix.c: Likewise. | |
1978 | * config/tc-mn10300.c: Likewise. | |
1979 | * config/tc-ppc.c: Likewise. | |
1980 | * config/tc-sh.c: Likewise. | |
1981 | * config/tc-sparc.c: Likewise. | |
1982 | * config/tc-v850.c: Likewise. | |
1983 | * config/tc-frv.c: Likewise, and remove redundant inclusion of | |
1984 | dwarf2dbg.h. | |
1985 | * config/tc-ip2k.c: Likewise. | |
1986 | * config/tc-iq2000.c: Likewise. | |
1987 | * config/tc-xstormy16.c: Likewise. | |
1988 | * config/tc-xtensa.c: Likewise. | |
1989 | * Makefile.am: Regenerate dependencies. | |
1990 | * Makefile.in: Regenerate. | |
1991 | * aclocal.m4: Regenerate. | |
1992 | * config.in: Regenerate. | |
1993 | * configure: Regenerate. | |
1994 | * po/POTFILES.in: Regenerate. | |
1995 | * po/gas.pot: Regenerate. | |
1996 | ||
1997 | 2003-05-21 Nick Clifton <[email protected]> | |
1998 | ||
1999 | * dw2gencfi.c (cfi_get_label): Use symbol_make for non | |
2000 | BFD_ASSEMBLER targets. | |
2001 | (cfi_startproc): Change type of saved_seg and cfi_seg to segT. | |
2002 | (dot_cfi_endproc): Only call bfd_set_section_flags for targets | |
2003 | defining BFD_ASSEMBLER. | |
2004 | ||
2005 | 2003-05-20 Michal Ludvig <[email protected]> | |
2006 | ||
2007 | * as.c (main): Remove tc_cfi_init(). | |
2008 | * dw2gencfi.c (cfi_parse_arg): Allow regnames beginning | |
2009 | with '%'. | |
2010 | (cfi_pseudo_table): Add "cfi_register" entry. | |
2011 | (cfi_make_insn): Handle CFA_register. | |
2012 | (cfi_output_insn): Ditto. | |
2013 | (dot_cfi): Ditto. | |
2014 | (cfi_get_label): Add 'simple' modifier to .cfi_startproc. | |
2015 | (dot_cfi_endproc): Reuse already emitted CIEs. | |
2016 | * testsuite/gas/cfi/cfi-i386.d: New pattern. | |
2017 | * testsuite/gas/cfi/cfi-x86-64.d: Ditto. | |
2018 | ||
2019 | 2003-05-20 Nick Clifton <[email protected]> | |
2020 | ||
2021 | * config/tc-xstormy16.c: Include dwarf2dbg.h. | |
2022 | (md_pseudo_table): Add entries for .loc and .line. | |
2023 | ||
2024 | 2003-05-20 Alan Modra <[email protected]> | |
2025 | ||
2026 | * dw2gencfi.c (cfi_parse_arg): Only use tc_regname_to_dw2regnum if | |
2027 | defined. | |
2028 | (dot_cfi_endproc): Avoid C99 construct. | |
2029 | ||
2030 | 2003-05-20 Michal Ludvig <[email protected]> | |
2031 | ||
2032 | * dw2gencfi.c, dw2gencfi.h: New files. | |
2033 | * config/tc-i386.c (tc_x86_cfi_init): New function. | |
2034 | * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines. | |
2035 | * as.c (parse_args): Set verbose flag on --verbose. | |
2036 | (main): Call tc_cfi_init()/cfi_finish(). | |
2037 | * as.h (verbose): New external variable. | |
2038 | * read.c (pobegin): Insert CFI pops to the list. | |
2039 | * symbols.c (local_symbol_make): Make symbol external. | |
2040 | * symbols.h (local_symbol_make): New prototype. | |
2041 | * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am". | |
2042 | * Makefile.in: Regenerate. | |
2043 | * doc/as.texinfo: Added node "CFI directives" with description of | |
2044 | all implemented .cfi_* directives. | |
2045 | * doc/Makefile.in: Regenerate. | |
2046 | * po/POTFILES.in: Regenerate. | |
2047 | ||
2048 | 2003-05-19 Svein E. Seldal <[email protected]> | |
2049 | ||
2050 | * config/tc-tic4x.c (md_assemble): Added support for one-line parallel | |
2051 | insns. | |
2052 | * config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition | |
2053 | ||
2054 | 2003-05-18 Jason Eckhardt <[email protected]> | |
2055 | ||
2056 | * config/tc-i860.c (i860_process_insn): Initialize fc after | |
2057 | each opcode mismatch. | |
2058 | ||
2059 | 2003-05-16 Kelley Cook <[email protected]> | |
2060 | ||
2061 | * configure.in: Accept i[3-7]86 variants. | |
2062 | * configure: Regenerate. | |
2063 | ||
2064 | 2003-05-15 Thiemo Seufer <[email protected]> | |
2065 | ||
2066 | * config/tc-mips.h: Fix comment formatting. | |
2067 | ||
2068 | 2003-05-13 Hans-Peter Nilsson <[email protected]> | |
2069 | ||
2070 | * read.c (old_buffer, old_input, old_limit): Remove variables. | |
2071 | (read_a_source_file): Delete label contin. | |
2072 | <handling #APP/#NO_APP>: Use an "sb" to push #APP expansion into | |
2073 | input as with macros, instead of in separate old_* variables. | |
2074 | Zero-terminate string being scrubbed. | |
2075 | ||
2076 | 2003-05-12 Nick Clifton <[email protected]> | |
2077 | ||
2078 | * config/tc-xstormy16.c (skipping_fptr): New local variable. | |
2079 | (md_assemble): Reset skipping_fptr. | |
2080 | (md_operand): If @fptr() is followed by a minus sign, set | |
2081 | skipping_fptr and ignore the fptr. If skipping_fptr is set and an | |
2082 | @fptr is detected, ignore it and reset skipping_fptr. | |
2083 | ||
2084 | 2003-05-11 Jason Eckhardt <[email protected]> | |
2085 | ||
2086 | * config/tc-i860.c (MAX_FIXUPS): Define. | |
2087 | (struct i860_fi fi[]): New struct. | |
2088 | (struct i860_it the_insn): Add above as member and move fields | |
2089 | exp, reloc, pcrel and fup into i860_fi. | |
2090 | (md_assemble): Replace all instances of exp, reloc, pcrel | |
2091 | and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup. | |
2092 | Add a loop to possibly emit multiple fix-ups for each insn. | |
2093 | (i860_process_insn): Likewise. | |
2094 | (i860_get_expression): Likewise. | |
2095 | (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality. | |
2096 | ||
2097 | 2003-05-09 Martin Schwidefsky <[email protected]> | |
2098 | ||
2099 | * config/tc-s390.c (s390_target_format): Always call init_default_arch. | |
2100 | ||
2101 | 2003-05-07 H.J. Lu <[email protected]> | |
2102 | ||
2103 | * config/tc-ia64.c (alias_hash): New. | |
2104 | (alias_name_hash): New. | |
2105 | (secalias_hash): New. | |
2106 | (secalias_name_hash): New. | |
2107 | (md_pseudo_table): Add "secalias". | |
2108 | (md_begin): Initialize alias_hash, alias_name_hash, | |
2109 | secalias_hash and secalias_name_hash. | |
2110 | (struct alias): New. | |
2111 | (dot_alias): Implement .alias and .secalias directives. | |
2112 | (do_alias): New. | |
2113 | (ia64_adjust_symtab): New. | |
2114 | (do_secalias): New. | |
2115 | (ia64_frob_file): New. | |
2116 | ||
2117 | * config/tc-ia64.h (ia64_adjust_symtab): New. | |
2118 | (tc_adjust_symtab): Defined. | |
2119 | (ia64_frob_file): New. | |
2120 | (tc_frob_file): Defined. | |
2121 | ||
2122 | 2003-05-07 Dmitry Diky <[email protected]> | |
2123 | ||
2124 | * tc-msp430.c: Add missing lines to known cpus list. | |
2125 | ||
2126 | 2003-05-06 Alexandre Oliva <[email protected]> | |
2127 | ||
2128 | * configure.in (MIPS_DEFAULT_ABI): AC_DEFINE. | |
2129 | * config/tc-mips.c (mips_after_parse_args): Set mips_abi to it. | |
2130 | * config.in, configure: Rebuilt. | |
2131 | ||
2132 | 2003-05-05 H.J. Lu <[email protected]> | |
2133 | ||
2134 | * config/tc-mips.c (tc_gen_reloc): Add addend just once if | |
2135 | howto->partial_inplace is false. | |
2136 | ||
2137 | 2003-05-05 Daniel Jacobowitz <[email protected]> | |
2138 | ||
2139 | * config/tc-mips.c (mips_need_elf_addend_fixup): Remove | |
2140 | symbol_used_in_reloc_p check. | |
2141 | (md_apply_fix3): Remove check for howto->pcrel_offset. | |
2142 | ||
2143 | 2003-05-03 H.J. Lu <[email protected]> | |
2144 | ||
2145 | * config/obj-elf.c (obj_elf_parse_section_letters): Make it a | |
2146 | fatal error for unknown section attribute. | |
2147 | ||
2148 | * config/tc-alpha.c (alpha_elf_section_letter): Return -1 for | |
2149 | unknown section attribute. | |
2150 | * config/tc-ia64.c (ia64_elf_section_letter): Likewise. | |
2151 | * config/tc-ppc.c (ppc_section_letter): Likewise. | |
2152 | ||
2153 | * config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'. | |
2154 | (ia64_elf_section_type): Accept "unwind". | |
2155 | ||
2156 | 2003-05-02 H.J. Lu <[email protected]> | |
2157 | ||
2158 | * read.h (demand_copy_string): New. | |
2159 | ||
2160 | * config/tc-alpha.c (demand_copy_string): Removed. | |
2161 | ||
2162 | 2003-05-02 Michael Snyder <[email protected]> | |
2163 | ||
2164 | * write.h (FAKE_LABEL_NAME): Allow override | |
2165 | (for targets that like eg. a leading dot in a local label). | |
2166 | ||
2167 | 2003-05-02 Nick Clifton <[email protected]> | |
2168 | ||
2169 | * config/tc-xstormy16.c (xstormy16_md_apply_fix3): Do not bias the | |
2170 | addend with the symbol's value for pc-relative relocations against | |
2171 | a defined symbol - this will be done automatically. | |
2172 | ||
2173 | 2003-05-01 H.J. Lu <[email protected]> | |
2174 | ||
2175 | * config/obj-elf.c (obj_elf_type): Accept "notype" and | |
2176 | "STT_NOTYPE". | |
2177 | ||
2178 | 2003-05-01 H.J. Lu <[email protected]> | |
2179 | ||
2180 | * config/tc-ia64.h (tc_canonicalize_section_name): New. | |
2181 | ||
2182 | * config/obj-elf.c (obj_elf_section_name): Call | |
2183 | tc_canonicalize_section_name if it is defined. | |
2184 | ||
2185 | 2003-05-01 H.J. Lu <[email protected]> | |
2186 | ||
2187 | * config/tc-ia64.c (ia64_check_label): New. | |
2188 | * config/tc-ia64.h (tc_check_label): New. | |
2189 | ||
2190 | * read.c (read_a_source_file): Call tc_check_label after | |
2191 | creating a user-defined label if defined. | |
2192 | ||
2193 | 2003-05-02 Alan Modra <[email protected]> | |
2194 | ||
2195 | * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b, | |
2196 | -be and split strings to below 509 bytes in length. | |
2197 | ||
2198 | 2003-05-01 Christian Groessler <[email protected]> | |
2199 | ||
2200 | * expr.h: Fix comments in operatorT typedef. | |
2201 | * config/tc-z8k.c: Add 2003 to copyright message. | |
2202 | Fold s_segm() and s_unseg() into one function s_segm(parm) which | |
2203 | decides by the parameter. | |
2204 | (md_begin): Don't set linkrelax. Only set Z8002 default if no | |
2205 | command line argument was given to select the intended | |
2206 | architecure. | |
2207 | (get_interrupt_operand): Warn if NOP type code is emitted. | |
2208 | (newfix): New parameter 'size', forward it to 'fix_new_exp'. | |
2209 | (apply_fix): Call newfix with additional 'size' parameter. | |
2210 | (build_bytes): Remove unused variable 'nib'. Detect overflow in | |
2211 | 4 bit immediate arguments. | |
2212 | (md_longopts): Add 'linkrelax' option. | |
2213 | (md_parse_option): Adapt to new s_segm function. Set 'linkrelax' | |
2214 | variable when 'linkrelax' command line option is specified. | |
2215 | (md_show_usage): Display 'linkrelax' option. | |
2216 | (md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8. Add cases | |
2217 | R_CALLR and R_REL16. | |
2218 | * config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD. | |
2219 | ||
2220 | 2003-04-30 H.J. Lu <[email protected]> | |
2221 | ||
2222 | * config/tc-ia64.c (ia64_number_to_chars): New function pointer. | |
2223 | (ia64_float_to_chars): Likewise. | |
2224 | (dot_byteorder): Set target_big_endian, ia64_number_to_chars | |
2225 | and ia64_float_to_chars by tc_segment_info_data.endian from | |
2226 | the current segment if byteorder == -1. | |
2227 | (md_begin): Call dot_byteorder to set target_big_endian. | |
2228 | (md_atof): Call ia64_float_to_chars to convert floating point. | |
2229 | (ia64_float_to_chars_bigendian): New function. | |
2230 | (ia64_float_to_chars_littleendian): Likewise. | |
2231 | (ia64_elf_section_change_hook): Likewise. | |
2232 | ||
2233 | * config/tc-ia64.h (ia64_number_to_chars): New. | |
2234 | (md_number_to_chars): Changed to (*ia64_number_to_chars) | |
2235 | (ia64_elf_section_change_hook): New. | |
2236 | (md_elf_section_change_hook): Defined. | |
2237 | (ia64_segment_info_type): New struct. | |
2238 | (TC_SEGMENT_INFO_TYPE): Defined. | |
2239 | ||
2240 | 2003-04-30 H.J. Lu <[email protected]> | |
2241 | ||
2242 | * config/tc-ia64.c (md_section_align): Deleted. | |
2243 | ||
2244 | * config/tc-ia64.h (SUB_SEGMENT_ALIGN): New. | |
2245 | (md_section_align): New. | |
2246 | ||
2247 | 2003-04-30 H.J. Lu <[email protected]> | |
2248 | ||
2249 | * config/tc-ia64.c (stmt_float_cons): Fix alignment for real10 | |
2250 | and add real16. | |
2251 | (md_pseudo_table): Add "xreal16", "xreal16.ua", "real16" and | |
2252 | "real16.ua". | |
2253 | (md_atof): Add 6 byte padding of zero for real16. | |
2254 | ||
2255 | 2003-04-29 Nick Clifton <[email protected]> | |
2256 | ||
2257 | * config/obj-elf.c (obj_elf_symver): Skip whitespace before the | |
2258 | start of a version name. | |
2259 | ||
2260 | 2003-04-28 Chris Demetriou <[email protected]> | |
2261 | ||
2262 | * configure.in (mips-*-*n*bsd*): Replace with... | |
2263 | (mips-*-netbsd*, mips-*-openbsd*): These. | |
2264 | * configure: Regenerate. | |
2265 | ||
2266 | 2003-04-28 H.J. Lu <[email protected]> | |
2267 | ||
2268 | * config/tc-hppa.c (hppa_symbol_chars): New. | |
2269 | * config/tc-hppa.h (tc_symbol_chars): Likewise. | |
2270 | ||
2271 | 2003-04-26 Thiemo Seufer <[email protected]> | |
2272 | ||
2273 | * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again. | |
2274 | ||
2275 | 2003-04-25 Chris Demetriou <[email protected]> | |
2276 | ||
2277 | * NEWS: Belatedly mention support for MIPS32 Release 2. | |
2278 | ||
2279 | 2003-04-24 Eric Christopher <[email protected]> | |
2280 | ||
2281 | * config/tc-mips.c (nopic_need_relax): Revert previous | |
2282 | change. | |
2283 | ||
2284 | 2003-04-24 Dhananjay Deshpande <[email protected]> | |
2285 | ||
2286 | * config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New | |
2287 | * config/tc-h8300.c (dwarf2dbg.h): Include | |
2288 | (md_pseudo_table): Handle .loc and .file | |
2289 | (md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER. | |
2290 | * Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets. | |
2291 | * Makefile.in: Regenerate. | |
2292 | ||
2293 | 2003-04-24 Dhananjay Deshpande <[email protected]> | |
2294 | ||
2295 | * config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New. | |
2296 | (md_pseudo_table): Add h8300hn, h8300sn. | |
2297 | * config/tc-h8300.h (COFF_MAGIC): Handle h8300hn, h8300sn. | |
2298 | * doc/c-h8300.texi : Add documentation for new machine directives. | |
2299 | ||
2300 | 2003-04-24 Nick Clifton <[email protected]> | |
2301 | ||
2302 | * config/tc-ppc.c (ppc_symbol_chars): Define. | |
2303 | * config/tc-ppc.h (tc_symbol_chars): Define. | |
2304 | ||
2305 | 2003-04-23 J"orn Rennecke <[email protected]> | |
2306 | ||
2307 | * config/tc-sh.c: Amend comment to refer to SuperH. | |
2308 | * config/tc-sh.h: Likewise. | |
2309 | (LISTING_HEADER): Amend to refer to SuperH. | |
2310 | * config/tc-sh64.c: Change comment to refer to SuperH. | |
2311 | * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH. | |
2312 | * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH. | |
2313 | * doc/c-sh.texi: Amend to refer to SuperH. | |
2314 | Add SuperH architecture documentation references. | |
2315 | * doc/c-sh64.texi: Change to refer to SuperH. | |
2316 | ||
2317 | 2003-04-23 H.J. Lu <[email protected]> | |
2318 | ||
2319 | * app.c (do_scrub_chars): More checks for valid labels. | |
2320 | ||
2321 | 2003-04-22 H.J. Lu <[email protected]> | |
2322 | ||
2323 | * app.c (do_scrub_chars): Check for valid label. | |
2324 | ||
2325 | 2003-04-22 Kazuhiro Inaoka <[email protected]> | |
2326 | ||
2327 | * doc/as.texinfo: Replace references to Mitsubishi M32R with | |
2328 | references to Renesas M32R. | |
2329 | * doc/c-m32r.texi: Likewise. | |
2330 | ||
2331 | 2003-04-21 Richard Henderson <[email protected]> | |
2332 | ||
2333 | * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers. | |
2334 | (out_file_list): Assign non-null filename after generating error. | |
2335 | ||
2336 | 2003-04-18 Jakub Jelinek <[email protected]> | |
2337 | ||
2338 | * ehopt.c (check_eh_frame): For aug_size == 0 | |
2339 | in state_seeing_aug_size state skip the state_skipping_aug | |
2340 | state. | |
2341 | ||
2342 | 2003-04-15 Rohit Kumar Srivastava <[email protected]> | |
2343 | ||
2344 | * doc/c-h8300.texi: Replace occurrances of 'Hitachi' with | |
2345 | 'Renesas'. | |
2346 | * doc/c-h8500.texi: Likewise. | |
2347 | * doc/c-sh.texi: Likewise. | |
2348 | * doc/c-sh64.texi: Likewise. | |
2349 | * doc/h8.texi: Likewise. | |
2350 | * config/tc-h8300.c: Likewise. | |
2351 | * config/tc-h8300.h: Likewise. | |
2352 | * config/tc-h8500.c: Likewise. | |
2353 | * config/tc-h8500.h: Likewise. | |
2354 | * config/tc-sh.c: Likewise. | |
2355 | * config/tc-sh.h: Likewise. | |
2356 | * config/tc-sh64.c: Likewise. | |
2357 | * config/tc-sh64.h: Likewise. | |
2358 | ||
2359 | 2003-04-10 Alexandre Oliva <[email protected]> | |
2360 | ||
2361 | * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New. | |
2362 | * config/tc-mips.c: Use signed add for n32 address arithmetic. | |
2363 | (append_insn): When filling delay slots with instructions | |
2364 | that have fixups that tc_gen_reloc might consider modifyable | |
2365 | in variant frags, start a new frag. | |
2366 | (load_address): Generate GOT_DISP with of without offset | |
2367 | depending on whether symbol is local. For -xgot, use | |
2368 | GOT_PAGE/GOT_OFST or GOT_HI16/GOT_LO16. | |
2369 | (macro) <M_DLA_AB, M_LA_AB>: Likewise. | |
2370 | <M_JAL_A>: In NewABI, use CALL16 or GOT_DISP for small got, | |
2371 | CALL_HI16/CALL_LO16 or GOT_PAGE/GOT_OFST for big got. | |
2372 | <ld_st>: In NewABI with small got, always use | |
2373 | GOT_PAGE/GOT_OFST, with the latter in the load/store | |
2374 | instruction. With big got, use GOT_HI16/GOT_LO16 or | |
2375 | GOT_PAGE/GOT_OFST. | |
2376 | (tc_gen_reloc): Adjust variant frags with GOT_DISP in NewABI. | |
2377 | Add tc_frag_data.tc_fr_offset to addends. Decay CALL16, | |
2378 | GOT_OFST and GOT_DISP to GOT_DISP in NewABI. | |
2379 | (md_convert_frag): Use memmove for safe copying of overlapping | |
2380 | regions. | |
2381 | ||
2382 | 2003-04-09 Stephane Carrez <[email protected]> | |
2383 | ||
2384 | * doc/c-m68hc11.texi (M68HC11-Opts): Document -m68hcs12, -mshort, | |
2385 | -mlong, -mshort-double and -mlong-double options; use table @code. | |
2386 | (M68HC11-Syntax): Update to document 68HC12 operands. | |
2387 | (M68HC11-Modifiers): New section for operand modifiers. | |
2388 | (M68HC11-Directives): New section for specific assembler directives. | |
2389 | (M68HC11-Branch): Fix Overfull hbox error. | |
2390 | ||
2391 | 2003-04-09 Alexandre Oliva <[email protected]> | |
2392 | ||
2393 | * config/tc-mips.c (macro): Add comments explaining the rationale | |
2394 | for Chris' change. | |
2395 | ||
2396 | 2003-04-09 Chris Demetriou <[email protected]> | |
2397 | ||
2398 | * config/tc-mips.c (macro): Put back `+ 0x8000' in test for 64-bit | |
2399 | constant address that Alexandre took out by accident. Reject | |
2400 | 64-bit addresses that are not sign extensions of 32 bits only if | |
2401 | we don't support 64-bit address constants. | |
2402 | ||
2403 | 2003-04-09 Alan Modra <[email protected]> | |
2404 | ||
2405 | * config/tc-ppc.c (md_apply_fix3): Generate ADDR16 relocs. | |
2406 | ||
2407 | 2003-04-08 Nick Clifton <[email protected]> | |
2408 | ||
2409 | * as.c (perform_an_assembly_pass): If using cgen, call | |
2410 | gas_cgen_begin. | |
2411 | * cgen.c (gas_cgen_begin): New function. If | |
2412 | flag_signed_overflow_ok is set call cgen_set_signed_overflow_ok | |
2413 | otherwise call cgen_clear_signed_overflow_ok. | |
2414 | * cgen.h: Prototype gas_cgen_begin. | |
2415 | ||
2416 | 2003-04-07 Thiemo Seufer <[email protected]> | |
2417 | ||
2418 | * write.c (write_relocs): Remove unused variable. | |
2419 | ||
2420 | 2003-04-06 Chris Demetriou <[email protected]> | |
2421 | ||
2422 | * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New. | |
2423 | (macro): Use new macro to decide whether to emit constant address | |
2424 | as 32 or 64 bits if addresses are 32-bit wide but registers are | |
2425 | 64-bit wide. | |
2426 | ||
2427 | 2003-04-05 Stephane Carrez <[email protected]> | |
2428 | ||
2429 | * config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define. | |
2430 | (M6811_OP_PAGE_ADDR): New internal define. | |
2431 | (get_operand): New modifier %page and %addr to obtain page and | |
2432 | address part of a far-function. | |
2433 | (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't | |
2434 | complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation | |
2435 | relocs. | |
2436 | (fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier. | |
2437 | (find_opcode): Add comment. | |
2438 | (md_estimate_size_before_relax): Force relocation of | |
2439 | STATE_UNDEXED_OFFSET types when the symbol is not absolute. | |
2440 | (tc_m68hc11_fix_adjustable): Check for BFD_RELOC_M68HC11_LO16 | |
2441 | instead of BFD_RELOC_LO16; temporarily make the BFD_RELOC_32 | |
2442 | on the symbol itself so that DWARF2 strings are merged correctly. | |
2443 | ||
2444 | 2003-04-04 Svein E. Seldal <[email protected]> | |
2445 | ||
2446 | * config/obj-coff.h (TARGET_FORMAT): Namespace cleanup, changed | |
2447 | default tic4x target format to 'coff2-tic4x'. | |
2448 | * config/tc-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/ and | |
2449 | s/c3x/tic3x/ | |
2450 | * config/tc-tic4x.h: Ditto | |
2451 | ||
2452 | 2003-04-03 Nick Clifton <[email protected]> | |
2453 | ||
2454 | * NEWS: Mention support for Xtensa architecture. | |
2455 | ||
2456 | 2003-04-02 Philip Blundell <[email protected]> | |
2457 | ||
2458 | * config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM. | |
2459 | ||
2460 | 2003-04-02 Chris Demetriou <[email protected]> | |
2461 | ||
2462 | * config/tc-mips.c (macro2): Adjust implementation of | |
2463 | M_ULH, M_ULHU, M_ULW, and M_ULD so that they work properly | |
2464 | in the case where the source and destination registers | |
2465 | are the same. | |
2466 | ||
2467 | 2003-04-01 Bob Wilson <[email protected]> | |
2468 | ||
2469 | * Makefile.am (CPU_TYPES): Add xtensa. | |
2470 | (TARGET_CPU_CFILES): Add config/tc-xtensa.c. | |
2471 | (TARGET_CPU_HFILES): Add config/tc-xtensa.h. | |
2472 | (xtensa-relax.o): New target. | |
2473 | Run "make dep-am". | |
2474 | * Makefile.in: Regenerate. | |
2475 | * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to | |
2476 | extra_objects for xtensa targets. | |
2477 | * configure: Regenerate. | |
2478 | * write.c (write_object_file): Add new md_post_relax_hook. | |
2479 | * config/tc-xtensa.c: New file. | |
2480 | * config/tc-xtensa.h: Likewise. | |
2481 | * config/xtensa-istack.h: Likewise. | |
2482 | * config/xtensa-relax.c: Likewise. | |
2483 | * config/xtensa-relax.h: Likewise. | |
2484 | * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi. | |
2485 | * doc/Makefile.in: Regenerate. | |
2486 | * doc/all.texi: Set new XTENSA variable. | |
2487 | * doc/as.texinfo: Set new Xtensa variable. Describe | |
2488 | Xtensa-specific options. Define line comment character for | |
2489 | Xtensa. Add Xtensa processors to list of ELF targets where | |
2490 | alignment is specified in bytes. Add new Xtensa-Dependent node. | |
2491 | Add acknowledgements for those contributing to the Xtensa port. | |
2492 | * doc/internals.texi: Describe new md_post_relax_hook. | |
2493 | * doc/c-xtensa.texi: New file. | |
2494 | ||
2495 | 2003-04-01 Nick Clifton <[email protected]> | |
2496 | Richard Earnshaw <[email protected]> | |
2497 | ||
2498 | * config/tc-arm.c: Remove presence of (r) and (tm) symbols. | |
2499 | (ARM_ARCH_IWMMXT): Simplify. | |
2500 | (insns): Place iwmmx instructions in correct place in table. | |
2501 | (arm_add_note): New function: Add a note entry to a .note section. | |
2502 | (md_begin): Make the default architecture be unknown. | |
2503 | Suppress the creation of an arm note section. | |
2504 | ||
2505 | 2003-03-26 Eric Christopher <[email protected]> | |
2506 | ||
2507 | * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN. | |
2508 | ||
2509 | 2003-03-25 Stan Cox <[email protected]> | |
2510 | Nick Clifton <[email protected]> | |
2511 | ||
2512 | Contribute support for Intel's iWMMXt chip - an ARM variant: | |
2513 | ||
2514 | * config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX, | |
2515 | WC_PREFIX, REG_TYPE_IWMMXT): New constants. | |
2516 | (enum wreg_type, enum iwmmxt_insn_type): New types. | |
2517 | (wr_register, wc_register, wcg_register): New macros. | |
2518 | (iwmmxt_table): New variable. | |
2519 | (wreg_required_here, do_iwmmxt_byte_addr, do_iwmmxt_tandc, | |
2520 | do_iwmmxt_tbcst, do_iwmmxt_textrc, do_iwmmxt_textrm, | |
2521 | do_iwmmxt_tinsr, do_iwmmxt_tmcr, do_iwmmxt_tmcrr, do_iwmmxt_tmia, | |
2522 | do_iwmmxt_tmovmsk, do_iwmmxt_tmrc, do_iwmmxt_tmrrc, | |
2523 | do_iwmmxt_torc, do_iwmmxt_waligni, do_iwmmxt_wmov, | |
2524 | do_iwmmxt_word_addr, do_iwmmxt_wrwr, do_iwmmxt_wrwrwcg, | |
2525 | do_iwmmxt_wrwrwr, do_iwmmxt_wshufh, do_iwmmxt_wzero, | |
2526 | cp_byte_address_offset, cp_byte_address_required_here, | |
2527 | check_iwmmxt_insn): New functions. | |
2528 | (asm_opcode_insns): Add iWMMXt instructions. | |
2529 | (md_begin): Set the mach value for iWMMXt targets. Create a note | |
2530 | section to identify iwmmxt binaries. | |
2531 | (md_apply_fix3): Handle BFD_RELOC_ARM_CP_OFF_IMM_S2. | |
2532 | * doc/c-arm.texi: Document the support for the iWMMXt. | |
2533 | * NEWS: Mention new support. | |
2534 | ||
2535 |