]>
Commit | Line | Data |
---|---|---|
d110d6a2 JB |
1 | 2005-03-23 Jim Blandy <[email protected]> |
2 | ||
3 | * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding | |
4 | attributes properly. | |
5 | ||
ed84e695 NC |
6 | 2005-03-23 Mike Frysinger <[email protected]> |
7 | Nick Clifton <[email protected]> | |
8 | ||
9 | * configure.tgt: Accept any C library to accompany a GNU Linux | |
10 | implementation, not just the GNU C library. | |
11 | * configure.in: Likewise. | |
12 | * configure: Regenerate. | |
13 | ||
4d5f9b2a NC |
14 | 2005-03-23 Nick Clifton <[email protected]> |
15 | ||
16 | * config/tc-tic30.c: Convert to ISO C90 formatting. | |
17 | * config/tc-tic30.h: Convert to ISO C90 formatting. | |
18 | * config/tc-pdp11.c: Convert to ISO C90 formatting. | |
19 | * config/atof-vax.c: Convert to ISO C90 formatting. | |
20 | ||
704803a9 MR |
21 | 2005-03-21 Maciej W. Rozycki <[email protected]> |
22 | ||
23 | * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16 | |
24 | relocations correctly as well. | |
25 | (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16 | |
26 | relocations in mergeable sections section-relative either. | |
27 | ||
6e2a91a3 BW |
28 | 2005-03-21 Bob Wilson <[email protected]> |
29 | ||
30 | * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. | |
31 | ||
3d063691 NC |
32 | 2005-03-21 Nick Clifton <[email protected]> |
33 | ||
1a66a017 NC |
34 | * config/tc-sh.c (sh_elf_final_processing): Fix compile time |
35 | warning by providing a prototype for sh_symbian_find_elf_flags. | |
36 | ||
3d063691 NC |
37 | * cgen.c (gas_cgen_parse_operand): Fix typo introduced by |
38 | previous delta. | |
39 | ||
6f19c13c AM |
40 | 2005-03-21 Alan Modra <[email protected]> |
41 | ||
42 | * configure.tgt: Handle setting of bfd_gas for fmt=multi targets | |
43 | along with other formats that set bfd_gas. Remove unnecessary | |
44 | setting of bfd_gas. Delete strongarm cases in generic_target | |
45 | switch. | |
46 | ||
bd17c2c3 AM |
47 | 2005-03-21 Alan Modra <[email protected]> |
48 | ||
49 | PR gas/780 | |
50 | * config/tc-m68k.c (TRUNC, SEXT): Define. | |
51 | (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above. | |
52 | (m68k_ip): Truncate or sign extend expressions as appropriate. | |
53 | (get_num): Likewise. | |
54 | (md_apply_fix3): Use SEXT. | |
55 | ||
ec91a2c2 AM |
56 | 2005-03-21 Alan Modra <[email protected]> |
57 | ||
58 | * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c. | |
59 | (OBJ_FORMAT_HFILES): Prune config/obj-vms.h. | |
60 | (obj-vms.o): Delete rule. | |
61 | Run "make dep-am". | |
62 | * Makefile.in: Regenerate. | |
63 | * aclocal.m4: Regenerate. | |
64 | * doc/Makefile.in: Regenerate. | |
65 | * po/POTFILES.in: Regenerate. | |
66 | ||
238d258f NC |
67 | 2005-03-18 C Jaiprakash <[email protected]> |
68 | ||
69 | * config/tc-m68k.c (m68k_elf_final_processing): Set file specific | |
70 | flag for coldfire v4e. | |
71 | ||
30f725a1 BW |
72 | 2005-03-17 Bob Wilson <[email protected]> |
73 | ||
74 | * config/tc-xtensa.c (xg_apply_tentative_value): Rename to | |
75 | xg_apply_fix_value and return a value to indicate success. | |
76 | (md_pcrel_from): Skip check of fx_done. Return 0 if not PC-relative. | |
77 | (xtensa_force_relocation): Remove checks for VTABLE relocs. | |
78 | (xtensa_validate_fix_sub): New. | |
79 | (xtensa_fix_adjustable): Remove check for external or weak symbols. | |
80 | (tc_gen_reloc): Move code to handle difference of symbols and code to | |
81 | apply tentative fix values to ... | |
82 | (md_apply_fix3): ...here. Enable standard overflow checks for simple | |
83 | 8, 16, and 32 bit relocations. Apply fixes for slot-specific | |
84 | relocations when linkrelax flag is not set. | |
85 | * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype. | |
86 | (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define. | |
87 | ||
a724f0f4 JB |
88 | 2005-03-17 Jan Beulich <[email protected]> |
89 | ||
90 | * config/tc-i386.c (i386_scale): Beautify error message. | |
91 | (Intel syntax comments): Update. | |
92 | (struct intel_parser_s): Add fields in_offset, in_bracket, and | |
93 | next_operand. | |
94 | (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1): | |
95 | Remove declarations. | |
96 | (intel_bracket_expr): Declare. | |
97 | (i386_intel_operand): Initialize new intel_parser fields. Wrap most | |
98 | of the function body in a loop allowing to split an operand into two. | |
99 | Replace calls to malloc and checks of it returning non-NULL with | |
100 | calls to xmalloc/xstrdup. | |
101 | (intel_expr): SHORT no longer handled here. Add comment indicating | |
102 | comparison ops need implementation. | |
103 | (intel_e04, intel_e04_1): Combine, replace recursion with loop. | |
104 | Check right operand of - does not specify a register when parsing | |
105 | the address of a memory reference. | |
106 | (intel_e05, intel_e05_1): Combine, replace recursion with loop. | |
107 | Check operands do not specify a register when parsing the address of | |
108 | a memory reference. | |
109 | (intel_e06, intel_e06_1): Likewise. | |
110 | (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also | |
111 | handle SHORT as well as unary + and -. Don't accept : except for | |
112 | segment overrides or in direct far jump/call insns. | |
113 | (intel_brack_expr): New. | |
114 | (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use | |
115 | intel_brack_expr. | |
116 | (intel_e11): Replace chain of if/else-if by switch, alloing fall- | |
117 | through in certain cases. Use intel_brack_expr. Add new diagnostics. | |
118 | Allow symbolic constants as register scale value. | |
119 | (intel_get_token): Replace call to malloc and check of return value | |
120 | with call to xmalloc. Change handling for FLAT to match MASM's. | |
121 | (intel_putback_token): Don't try to back up/free current token if | |
122 | that is T_NIL. | |
123 | ||
deeaaff8 DJ |
124 | 2005-03-16 Daniel Jacobowitz <[email protected]> |
125 | ||
126 | * configure.tgt: Set emulation for arm-*-eabi*. | |
127 | * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT. | |
128 | * config/te-armeabi.h: New file. | |
129 | * config/te-armlinuxeabi.h (EABI_DEFAULT): Define. | |
130 | * config/te-symbian.h: Include "te-armeabi.h". | |
131 | ||
199fea98 NC |
132 | 2005-03-16 Nick Clifton <[email protected]> |
133 | ||
134 | * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a | |
135 | local variable in case it is clobbered by the setjmp. | |
136 | ||
1ad12f97 NC |
137 | 2005-03-16 Nick Clifton <[email protected]> |
138 | Ben Elliston <[email protected]> | |
139 | ||
569acd2c | 140 | * configure.in (werror): New switch: Add -Werror to the |
1ad12f97 | 141 | compiler command line. Enabled by default. Disable via |
569acd2c | 142 | --disable-werror. |
1ad12f97 NC |
143 | * configure: Regenerate. |
144 | ||
a5324a3e NC |
145 | 2005-03-16 Nick Clifton <[email protected]> |
146 | ||
147 | * config/obj-coff.h: Convert to ISO C90 formatting. | |
148 | * config/obj-coff.c: Convert to ISO C90 formatting. | |
149 | ||
b05fe5cf ZW |
150 | 2005-03-15 Zack Weinberg <[email protected]> |
151 | ||
152 | * config/tc-arm.c (do_mla): Rename to do_mlas, take second | |
153 | is_mls parameter; do not diagnose Rm==Rd when is_mls. | |
154 | (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width) | |
155 | (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions. | |
156 | (insns): Add ARMv6T2 instructions: | |
157 | bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht. | |
158 | (arm_archs): Add V6T2 variants. | |
159 | ||
957d91c1 NC |
160 | 2005-03-15 Nick Clifton <[email protected]> |
161 | ||
162 | * NEWS: Add cutoff for changes in 2.16 release. | |
163 | ||
43c3ab55 JB |
164 | 2005-03-15 Jan Beulich <[email protected]> |
165 | ||
166 | * expr.c (operand): Merge handling of unary + into that for unary | |
167 | -, !, and ~. | |
168 | ||
5862107c EC |
169 | 2005-03-14 Eric Christopher <[email protected]> |
170 | ||
171 | * config/tc-mips.c: Include dw2gencfi.h. | |
172 | (mips_cfi_frame_initial_instructions): New. | |
173 | * config/tc-mips.h (TARGET_USE_CFIPOP): Define. | |
174 | (tc_cfi_frame_initial_instructions): Ditto. | |
175 | (DWARF2_DEFAULT_RETURN_COLUMN): Ditto. | |
176 | (DWARF2_CIE_DATA_ALIGNMENT): Ditto. | |
177 | * Makefile.am: Update dependencies. | |
178 | * Makefile.in: Regenerate. | |
179 | ||
729ae8d2 AM |
180 | 2005-03-15 Alan Modra <[email protected]> |
181 | ||
182 | * po/es.po: Commit new Spanish translation. | |
183 | ||
882cb63e AM |
184 | 2005-03-14 Alan Modra <[email protected]> |
185 | ||
186 | * po/tr.po: Commit new Turkish translation. | |
187 | ||
885fc257 ZW |
188 | 2005-03-12 Zack Weinberg <[email protected]> |
189 | ||
190 | * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe, | |
191 | wfi, yield. | |
192 | ||
e330299e DJ |
193 | 2005-03-11 Daniel Jacobowitz <[email protected]> |
194 | ||
195 | * config-gas.com: Mark vax-vms as obsolete. | |
196 | * configure.in: Remove fmt=vms support. | |
197 | * config.in: Regenerate. | |
198 | * configure: Regenerate. | |
199 | * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove. | |
200 | ||
0fa77c95 BW |
201 | 2005-03-10 Bob Wilson <[email protected]> |
202 | ||
203 | * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot | |
204 | when checking if xg_resolve_literals needs to be called. | |
205 | * config/tc-xtensa.h: Fix spelling typo in a comment. | |
206 | ||
4962e196 JB |
207 | 2005-03-10 Jan Beulich <[email protected]> |
208 | ||
209 | * config/tc-tic54x.h (tic54x_macro_info): Change parameter type. | |
210 | * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand- | |
211 | crafted structure declarations with the types from macro.h. | |
212 | ||
4184909a RS |
213 | 2005-03-09 Richard Sandiford <[email protected]> |
214 | ||
215 | * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp' | |
216 | for -mno-shared optimization. | |
217 | ||
7d8e00cf RS |
218 | 2005-03-09 Richard Sandiford <[email protected]> |
219 | ||
220 | * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros. | |
221 | (MAX_NOPS): Bump to 4. | |
222 | (mips_fix_vr4130): New variable. | |
223 | (nops_for_vr4130): New function. | |
224 | (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use | |
225 | nops_for_vr4130 if working around VR4130 errata. | |
226 | (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros. | |
227 | (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130. | |
228 | (md_parse_option): Handle them. | |
229 | (md_show_usage): Print them. | |
230 | * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130. | |
231 | ||
dc36a61f RS |
232 | 2005-03-09 Richard Sandiford <[email protected]> |
233 | ||
234 | * config/tc-mips.c (append_insn): Remove cop_interlocks test from | |
235 | branch delay code. | |
236 | ||
7d10b47d RS |
237 | 2005-03-09 Richard Sandiford <[email protected]> |
238 | ||
239 | * config/tc-mips.h (mips_flush_pending_output): Delete. | |
240 | (mips_emit_delays): Declare. | |
241 | (md_flush_pending_output): Use mips_emit_delays. | |
242 | * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget | |
243 | the previous instructions. | |
244 | (md_begin, append_insn, md_parse_option): Update callers. | |
245 | (mips_emit_delay): Remove parameter. Move INSNS != 0 code to | |
246 | start_noreorder. | |
247 | (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword) | |
248 | (s_gpdword): Update callers. | |
249 | (start_noreorder, end_noreorder): New functions. | |
250 | (macro, macro2, mips16_macro, s_mipsset): Use them instead of | |
251 | manipulating mips_opts or prev_nop_frag directly. | |
252 | (mips_flush_pending_output): Delete. | |
253 | ||
404a8071 RS |
254 | 2005-03-09 Richard Sandiford <[email protected]> |
255 | ||
256 | * config/tc-mips.c (mips_move_labels): New function, taken from... | |
257 | (append_insn, mips_emit_delays): ...here. | |
258 | ||
71400594 RS |
259 | 2005-03-09 Richard Sandiford <[email protected]> |
260 | ||
261 | * config/tc-mips.c (MAX_NOPS): New macro. | |
262 | (history): Resize to 1 + MAX_NOPS. | |
263 | (fix_vr4120_class): New enumeration. | |
264 | (vr4120_conflicts): New variable. | |
265 | (init_vr4120_conflicts): New function. | |
266 | (md_begin): Call it. | |
267 | (insn_uses_reg): Constify first argument. | |
268 | (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence) | |
269 | (nops_for_insn_or_target): New functions. | |
270 | (append_insn): Use the new nops_for_* functions instead of inline | |
271 | delay checks. Generalize prev_nop_frag handling to handle an | |
272 | arbitrary history length. Insert nops into the history buffer | |
273 | once the number of nops in prev_nop_frag is fixed. | |
274 | (emit_delays): Use nops_for_insn instead of inline delay checks. | |
275 | ||
9b91f544 RS |
276 | 2005-03-09 Richard Sandiford <[email protected]> |
277 | ||
278 | * config/tc-mips.c (append_insn): Remove now-redundant nops != 0 | |
279 | check from branch delay code. Remove unnecessary check for branches. | |
280 | ||
1e915849 RS |
281 | 2005-03-09 Richard Sandiford <[email protected]> |
282 | ||
283 | * config/tc-mips.c (dummy_opcode): Delete. | |
284 | (nop_insn, mips16_nop_insn): New variables. | |
285 | (NOP_INSN): New macro. | |
286 | (insn_length, create_insn, install_insn, move_insn, add_fixed_insn) | |
287 | (add_relaxed_insn, insert_into_history, emit_nop): New functions. | |
288 | (md_begin): Initialize nop_insn and mips16_nop_insn. | |
289 | (append_insn): Use the new emit_nop function to add nops, recording | |
290 | them in the history buffer. Use add_fixed_insn or add_relaxed_insn | |
291 | to reserve room for the instruction and install_insn to install the | |
292 | final form. Use insert_into_history to record the instruction in | |
293 | the history buffer. Use move_insn to do delay slot filling. | |
294 | (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro. | |
295 | (macro_build, mips16_macro_build, macro_build_lui, mips_ip) | |
296 | (mips16_ip): Use create_insn to initialize mips_cl_insns. | |
297 | ||
bf12938e RS |
298 | 2005-03-09 Richard Sandiford <[email protected]> |
299 | ||
300 | * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND) | |
301 | (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New. | |
302 | (insn_uses_reg, reg_needs_delay, append_insn, macro_build) | |
303 | (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip) | |
304 | (mips16_ip): Use the new macros instead of explicit masks and shifts. | |
305 | ||
a38419a5 RS |
306 | 2005-03-09 Richard Sandiford <[email protected]> |
307 | ||
308 | * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p | |
309 | and extended_p fields with a single fixed_p field. | |
310 | (append_insn, mips_no_prev_insn): Adjust accordingly. | |
311 | ||
2fa15973 RS |
312 | 2005-03-09 Richard Sandiford <[email protected]> |
313 | ||
314 | * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with | |
315 | a single mips16_absolute_jump_p bit. | |
316 | (append_insn): Adjust accordingly. | |
317 | ||
47e39b9d RS |
318 | 2005-03-09 Richard Sandiford <[email protected]> |
319 | ||
320 | * config/tc-mips.h (mips_cl_insn): Move definition to... | |
321 | * config/tc-mips.c (mips_cl_insn): ...here. Add new fields: | |
322 | frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p | |
323 | and extended_p. | |
324 | (history): New variable. | |
325 | (prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag) | |
326 | (prev_insn_where, prev_insn_reloc_type, prev_insn_fixp) | |
327 | (prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended) | |
328 | (prev_prev_insn_unreordered): Delete. | |
329 | (reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays) | |
330 | (macro_start): Replace uses of prev_insn* with the equivalent history[] | |
331 | field. | |
332 | ||
399132af DJ |
333 | 2005-03-08 Daniel Jacobowitz <[email protected]> |
334 | ||
335 | * doc/Makefile.am: Update as.info dependencies. | |
336 | * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated. | |
337 | ||
338 | 2005-03-08 Jan Beulich <[email protected]> | |
fffeaa5f JB |
339 | |
340 | * doc/as.texinfo: Add sentence to indicate redefining a macro is an | |
341 | error, and point to .purgem documentation if someone really needs | |
342 | re-definitions. | |
343 | * NEWS: Mention macro redefinition is now an error. | |
344 | ||
9b505842 JB |
345 | 2005-03-08 Jan Beulich <[email protected]> |
346 | ||
347 | * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was | |
348 | emitted to. Add more precise diagnostics for non-fitting insns based | |
349 | on that. Eliminate now superfluous special casing of MLX. Clear out | |
350 | slot information when dropping an insn. | |
351 | ||
ef6a2b41 JB |
352 | 2005-03-08 Jan Beulich <[email protected]> |
353 | ||
354 | * config/tc-ia64.c (parse_section_name): Rename to... | |
355 | (cross_section): In addition to separating the name from the rest of | |
356 | the arguments, also carry out the operation. | |
357 | (dot_xdata): Use cross_section. | |
358 | (dot_float_cons): Likewise. | |
359 | (dot_xstringer): Likewise. | |
360 | (dot_xdata_ua): Likewise. | |
361 | (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons. | |
362 | ||
06647dfd AM |
363 | 2005-03-05 Alan Modra <[email protected]> |
364 | ||
365 | * po/gas.pot: Regenerate. | |
366 | ||
bbe506e8 TS |
367 | 2005-03-04 David Daney <[email protected]> |
368 | ||
369 | * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp' | |
370 | instead of '_gp' for -mno-shared optimization. | |
371 | (s_cpload): Ditto. | |
372 | (s_abicalls): Document it in the comment. | |
373 | (md_show_usage): Document the -mno-shared option. | |
374 | ||
aed1a261 RS |
375 | 2005-03-04 Richard Sandiford <[email protected]> |
376 | ||
377 | * config/tc-mips.c (mips_set_options): Add sym32 field. | |
378 | (mips_opts): Initialize it. | |
379 | (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide. | |
380 | (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES. | |
381 | (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros. | |
382 | (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES | |
383 | when deciding whether to use a symbolic %highest/%higher expansion. | |
384 | (macro): Likewise. Remove o64/n32 linux hack. Always use | |
385 | ADDRESS_ADD*_INSN for address addition in the expansion of "dla" | |
386 | and "la". Handle constants separately from symbolic expressions in | |
387 | the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES | |
388 | and using load_register to load the high part of the address. | |
389 | (OPTION_MSYM32, OPTION_NO_MSYM32): New macros. | |
390 | (OPTION_ELF_BASE): Bump by 2. | |
391 | (md_longopts): Add entries for -msym32 and -mno-sym32. | |
392 | (md_parse_option): Handle them. | |
393 | (usage): Document them. | |
394 | (s_mipsset): Handle ".set sym32" and ".set nosym32". | |
395 | (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of | |
396 | HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp". | |
397 | * doc/c-mips.texi: Document ".set sym32", ".set nosym32", | |
398 | -msym32 and -mno-sym32. | |
399 | ||
6caf9ef4 TS |
400 | 2005-03-03 Thiemo Seufer <[email protected]> |
401 | ||
402 | * config/tc-mips.c (load_address): Implement GP optimization | |
403 | for 64bit address space non-PIC. Fix formatting. | |
404 | (macro): Likewise. Simplify code. | |
405 | (md_parse_option): Don't bail out if -G 0 is set for PIC code. | |
406 | (mips_after_parse_args): Simplify code. | |
407 | ||
406a7f05 NC |
408 | 2005-03-03 Nick Clifton <[email protected]> |
409 | ||
fbacee5b NC |
410 | * expr.c (operand): Remove redundant code enclosed by #ifdef |
411 | RELAX_PAREN_GROUPING....#endif. | |
412 | ||
77ccfee5 NC |
413 | * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the |
414 | reloc is the difference of two symbols defined in the same | |
415 | section. | |
416 | ||
406a7f05 NC |
417 | * config/tc-iq2000.c (line_comment_chars): Include the # character |
418 | as otherwise this breaks #APP/#NO_APP processing. | |
419 | ||
2f12d57f RR |
420 | 2005-03-03 Ramana Radhakrishnan <[email protected]> |
421 | ||
422 | * config/tc-arc.c(md_assemble): Remove dead code for handling | |
423 | immediate indexing of ld and st . | |
424 | ||
3f98094e DJ |
425 | 2005-03-02 Daniel Jacobowitz <[email protected]> |
426 | Joseph Myers <[email protected]> | |
427 | ||
428 | * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi, | |
429 | %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel. | |
430 | (parse_relocation): Check for a word break after a relocation | |
431 | operator. | |
432 | (md_apply_fix3): Handle TLS relocations, and mark thread-local | |
433 | symbols. | |
434 | ||
ab1e9ef7 AM |
435 | 2005-03-02 Alan Modra <[email protected]> |
436 | ||
437 | * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks. | |
438 | ||
bb14f524 JB |
439 | 2005-03-02 Jan Beulich <[email protected]> |
440 | ||
441 | * as.c (main): Use unlink_if_ordinary instead of unlink. | |
442 | * messages.c (as_fatal): Likewise. | |
443 | ||
c4a530c5 JB |
444 | 2005-03-02 Jan Beulich <[email protected]> |
445 | ||
446 | * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15 | |
447 | accesses. | |
448 | (parse_register): Allow cr8...15 in all modes. | |
449 | ||
167c3097 JB |
450 | 2005-03-02 Jan Beulich <[email protected]> |
451 | ||
452 | * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE | |
453 | etc. like normal symbol references (T_ID). | |
454 | ||
71ba24a1 AM |
455 | 2005-03-02 Alan Modra <[email protected]> |
456 | ||
457 | * symbols.c (fb_label_name): Fix silly thinko in last change. | |
458 | ||
a76903bf AM |
459 | 2005-03-02 Alan Modra <[email protected]> |
460 | ||
9d0e75cb AM |
461 | * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack. |
462 | * config/tc-m68k.h (TARGET_WORD_SIZE): Delete. | |
463 | ||
a76903bf AM |
464 | * symbols.c (fb_label_name): Allow an augend of 2 for mmix. |
465 | ||
466 | 2005-03-01 Ramana Radhakrishnan <[email protected]> | |
b15c27d7 RR |
467 | |
468 | PR gas/708 | |
a76903bf | 469 | * config/tc-arc.c (md_assemble): Initialize suffix for extension |
b15c27d7 | 470 | suffixes also. |
b15c27d7 | 471 | |
c9dea48b AM |
472 | 2005-03-01 Alan Modra <[email protected]> |
473 | ||
c7f17d46 AM |
474 | * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion. |
475 | ||
c9dea48b AM |
476 | * as.h (assert): Warning fix. |
477 | * expr.c (expr): Correct assertion. | |
478 | * read.c (s_comm_internal): Remove assertion. | |
479 | * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER. | |
480 | (fixup_segment): Remove assertion. | |
481 | * config/tc-dlx.c (machine_ip): Remove untrue assertions. | |
482 | (md_apply_fix3): Likewise. | |
483 | * config/tc-i370.c (md_begin): Correct assertion. | |
484 | (i370_macro): Warning fix for assertion. | |
485 | ||
44f2f9d2 AM |
486 | 2005-03-01 Alan Modra <[email protected]> |
487 | ||
488 | * configure.in (AC_C_BIGENDIAN): Invoke. | |
489 | * configure: Regenerate. | |
490 | * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof | |
491 | host variable to set string header size. | |
492 | * config/obj-aout.c (obj_header_append): Don't use host structs. | |
493 | (obj_symbol_to_chars): Likewise. | |
494 | (obj_emit_strings): Likewise. Use the passed in output pointer. | |
495 | * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE. | |
496 | * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size, | |
497 | not sizeof host struct. | |
498 | (obj_header_append, obj_symbol_to_chars): Don't use host structs. | |
499 | (obj_emit_strings): Likewise. | |
500 | * config/obj-bout.h (EXEC_BYTES_SIZE): Define. | |
501 | (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of | |
502 | sizeof host struct. | |
503 | (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using | |
504 | sizeof host struct. | |
505 | (host_number_to_chars): Define. | |
506 | * config/obj-hp300.c (hp300_header_append): Don't use sizeof | |
507 | host internal struct to set header sizes. | |
508 | * config/tc-i960.c (md_number_to_field): Warning fix. | |
509 | (md_ri_to_chars): Use host byte order. | |
510 | (get_cdisp, md_apply_fix3): Warning fix. | |
055d1eb0 | 511 | * config/tc-m68k.c (md_assemble): Don't use sizeof host short. |
44f2f9d2 | 512 | |
802a113d NC |
513 | 2005-02-28 Ramana Radhakrishnan <[email protected]> |
514 | ||
515 | * doc/c-arc.texi: Update documentation about ARC's extension | |
516 | instructions. | |
517 | ||
e5f129ad SS |
518 | 2005-02-27 Svein E. Seldal <[email protected]> |
519 | ||
520 | * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail | |
521 | address for myself. | |
522 | ||
2132e3a3 AM |
523 | 2005-02-23 Alan Modra <[email protected]> |
524 | ||
525 | * cgen.c: Warning fixes. | |
526 | * config/tc-arc.c: Likewise. | |
527 | * config/tc-arm.c: Likewise. | |
528 | * config/tc-avr.c: Likewise. | |
529 | * config/tc-d10v.c: Likewise. | |
530 | * config/tc-d30v.c: Likewise. | |
531 | * config/tc-frv.c: Likewise. | |
532 | * config/tc-frv.h: Likewise. | |
533 | * config/tc-h8300.c: Likewise. | |
534 | * config/tc-h8500.c: Likewise. | |
535 | * config/tc-i370.c: Likewise. | |
536 | * config/tc-i960.c: Likewise. | |
537 | * config/tc-ia64.c: Likewise. | |
538 | * config/tc-ip2k.c: Likewise. | |
539 | * config/tc-m68hc11.c: Likewise. | |
540 | * config/tc-maxq.c: Likewise. | |
541 | * config/tc-mcore.c: Likewise. | |
542 | * config/tc-mips.c: Likewise. | |
543 | * config/tc-msp430.c: Likewise. | |
544 | * config/tc-pj.c: Likewise. | |
545 | * config/tc-ppc.c: Likewise. | |
546 | * config/tc-ppc.h: Likewise. | |
547 | * config/tc-s390.c: Likewise. | |
548 | * config/tc-sh.c: Likewise. | |
549 | * config/tc-sh64.c: Likewise. | |
550 | * config/tc-tic4x.c: Likewise. | |
551 | * config/tc-tic80.c: Likewise. | |
552 | * config/tc-v850.c: Likewise. | |
553 | * config/tc-vax.c: Likewise. | |
554 | * config/tc-w65.c: Likewise. | |
555 | * config/tc-xstormy16.c: Likewise. | |
556 | * config/tc-z8k.c: Likewise. | |
557 | ||
ee3c9814 CM |
558 | 2005-02-22 Catherine Moore <[email protected]> |
559 | ||
560 | * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test. | |
561 | * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate. | |
562 | ||
9b2f1d35 EC |
563 | 2005-02-22 Eric Christopher <[email protected]> |
564 | ||
565 | * config/tc-mips.c (struct proc): Change isym to | |
566 | func_sym. New member func_end_sym. | |
567 | (s_mips_ent): Update. | |
568 | (s_mips_end): Ditto. Add code to compute function size. | |
569 | ||
b7712f8d AM |
570 | 2005-02-22 Alan Modra <[email protected]> |
571 | ||
572 | * read.c: Warning fixes. | |
573 | * config/obj-elf.c: Likewise. | |
574 | ||
58e2ea4d MR |
575 | 2005-02-22 Maciej W. Rozycki <[email protected]> |
576 | ||
577 | * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before | |
578 | emitting insn. | |
579 | ||
ebe372c1 L |
580 | 2005-02-21 H.J. Lu <[email protected]> |
581 | ||
582 | * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with | |
583 | SEC_COFF_SHARED. | |
584 | ||
585 | * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with | |
586 | SEC_TIC54X_BLOCK. | |
587 | (demand_empty_rest_of_line): Likewise. | |
588 | (tic54x_sblock): Likewise. | |
589 | (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK. | |
590 | ||
cc1bc22a AM |
591 | 2005-02-21 Alan Modra <[email protected]> |
592 | ||
593 | * read.c (address_bytes): New function. | |
594 | (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes. | |
595 | (potable): Add "dc.a". | |
596 | (cons_worker): Handle "dc.a". | |
597 | * doc/internals.texi (TC_ADDRESS_BYTES): Document. | |
598 | ||
ac4528d2 AM |
599 | 2005-02-21 Alan Modra <[email protected]> |
600 | ||
601 | * input-file.c (input_file_open): Rearrange to avoid warning. | |
602 | ||
b5682e56 AM |
603 | 2005-02-19 Alan Modra <[email protected]> |
604 | ||
605 | * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete. | |
606 | * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test. | |
607 | * doc/internals.texi (TC_EQUAL_IN_INSN): Delete. | |
608 | ||
8fc2e39e TS |
609 | 2005-02-18 Thiemo Seufer <[email protected]> |
610 | ||
611 | * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at | |
612 | uses after .set noat. | |
613 | (load_address): Likewise. | |
614 | (macro): Likewise. Don't try to avoid $at use by sacrificing | |
615 | the target register before it is stored, it won't work. | |
616 | ||
744b6414 JW |
617 | 2005-02-17 James E Wilson <[email protected]> |
618 | ||
619 | * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we | |
620 | see an instruction that specifies a template. | |
621 | ||
30eb9c17 AM |
622 | 2005-02-18 Alan Modra <[email protected]> |
623 | ||
624 | * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function. | |
625 | * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings. | |
626 | * config/tc-tic80.c (build_insn): Init insn[1] to silence warning. | |
627 | ||
91d777ee L |
628 | 2005-02-17 H.J. Lu <[email protected]> |
629 | ||
630 | * NEWS: Mention "-mhint.b=[ok|warning|error]". | |
631 | ||
632 | * config/tc-ia64.c (md): Add hint_b. | |
633 | (emit_one_bundle): Handle md.hint_b for "hint". | |
634 | (md_parse_option): Accepted "-mhint.b=[ok|warning|error]". | |
635 | (md_show_usage): Add "-mhint.b=[ok|warning|error]". | |
636 | (ia64_init): Set md.hint_b to error. | |
637 | (md_assemble): Handle md.hint_b for "hint.b". | |
638 | ||
639 | * doc/as.texinfo: Add "-mhint.b=[ok|warning|error]". | |
640 | * doc/c-ia64.texi: Likewise. | |
641 | ||
f17c130b AM |
642 | 2005-02-17 Alan Modra <[email protected]> |
643 | ||
644 | * tc.h (struct relax_type, relax_typeS): Move from here.. | |
645 | * as.h: ..to here. Make rlx_forward and rlx_backward an offsetT. | |
646 | * ecoff.c (ecoff_new_file): Add appfile param. | |
647 | * ecoff.h (ecoff_new_file): Likewise. | |
648 | * itbl-lex.h: New file. | |
649 | * itbl-lex.l: Include itbl-lex.h. | |
650 | * itbl-parse.y: Likewise. | |
651 | (insntbl_line, yyparse, yylex): Move to itbl-lex.h. | |
652 | * read.c (s_app_file_string): Mark appfile possibly unused. | |
653 | * subsegs.c (seg_not_empty_p): Make sec possibly unused. | |
654 | * subsegs.h (struct seg_info_trash): Delete. | |
655 | (seg_info): Use segment_info_type instead. | |
656 | * config/obj-coff.c (struct filename_list): Make filename const char *. | |
657 | * config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file. | |
658 | * config/obj-elf.c (elf_file_symbol): Similarly. | |
659 | * config/tc-a29k.c (md_apply_fix3): Make val a valueT. Don't use | |
660 | signed right shift. | |
661 | * config/tc-arc.c (md_operand): Warning fix. | |
662 | * config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF. | |
663 | (md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF. | |
664 | * config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while. | |
665 | * config/tc-frv.c (frv_force_relocation): Warning fix. | |
666 | * config/tc-m68k.c (md_parse_option): Delete unused var. | |
667 | * config/tc-mcore.c (mylog2): Rename from log2 throughout. | |
668 | * config/tc-sparc.c: Likewise. | |
669 | (s_common): Warning fix. | |
670 | * config/tc-mips.c (append_insn): Use unsigned long long expressions. | |
671 | * config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from | |
672 | addressT. | |
673 | * config/tc-s390.c (s390_insn): Delete test of unsigned >= 0. | |
674 | * config/tc-sh.c (sh_cfi_frame_initial_instructions, | |
675 | sh_regname_to_dw2regnum): Only define for OBJ_ELF. | |
676 | * config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER. | |
677 | (tic4x_do_align): Use TIC_NOP_OPCODE. | |
678 | * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE. | |
679 | * config/tc-vax.c: Include netinet/in.h. | |
680 | (tc_headers_hook): Formatting. | |
681 | * config/tc-xstormy16.c (md_pcrel_from_section): Correct parens. | |
682 | ||
26b810ce JB |
683 | 2005-02-17 Jan Beulich <[email protected]> |
684 | ||
685 | * config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when | |
686 | parsing inN, locN, outN. Set 'idx' to offset register number starts | |
687 | at. Don't handle numbers with leading zeroes or beyond 95. Remove | |
688 | pointless cast. | |
689 | ||
b8285c27 TS |
690 | 2005-02-16 Thiemo Seufer <[email protected]> |
691 | ||
692 | * config/tc-mips.c (load_address): Fix formatting. | |
693 | (macro): Don't use AT if .set noat is in effect. Fix formatting. | |
694 | Catch macros which are unexpandable without AT. Remove duplicate | |
695 | zeroing of used_at. | |
696 | (macro2): Remove duplicate zeroing of used_at. | |
697 | ||
4df6ce47 AM |
698 | 2005-02-16 Alan Modra <[email protected]> |
699 | ||
700 | * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather | |
701 | than zero. | |
702 | ||
d6f16593 | 703 | 2005-02-15 Nigel Stephens <[email protected]> |
4df6ce47 | 704 | Maciej W. Rozycki <[email protected]> |
d6f16593 MR |
705 | |
706 | * config/tc-mips.c (reloc_needs_lo_p): Handle | |
707 | BFD_RELOC_MIPS16_HI16_S. | |
708 | (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16. | |
709 | (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S | |
710 | and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow | |
711 | complaints on. | |
712 | (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S, | |
713 | BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants. | |
714 | Call my_getSmallExpression() to parse percent operators. | |
715 | (percent_op_match, mips_percent_op): Separate definitions. | |
716 | (mips16_percent_op): Define percent operators for the MIPS16 mode. | |
717 | (parse_relocation): Handle the MIPS16 mode using | |
718 | mips16_percent_op. | |
719 | (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16, | |
720 | BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16. | |
721 | ||
7b347e43 JB |
722 | 2005-02-15 Jan Beulich <[email protected]> |
723 | ||
724 | * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type | |
725 | instead of explicitly dealing with the translation; exclude | |
726 | relocations that are already pcrel, however. | |
727 | ||
a66d2bb7 JB |
728 | 2005-02-15 Jan Beulich <[email protected]> |
729 | ||
730 | * config/tc-ia64.c: Include limits.h (if available). | |
731 | (gr_values[0]): Set path to INT_MAX. | |
732 | (dot_reg_val): Don't allow changing value of r0. Limit range of | |
733 | general registers at r127. | |
734 | (specify_resource): Default resource index is -1. Don't set resource | |
735 | index (in case IA64_RS_RSE) without setting the specific flag. | |
736 | (note_register_values): Check operand is O_constant before tracking | |
737 | input value of moves. Add tracking for dep.z with constant inputs. | |
738 | (print_dependency): Resource index of specific resource may be zero. | |
739 | (check_dependencies): Likewise. | |
740 | ||
4b09e828 JB |
741 | 2005-02-15 Jan Beulich <[email protected]> |
742 | ||
743 | * config/tc-ia64.c (parse_operands): New local variables reg1, reg2, | |
744 | reg_class. Check operands and emit diagnostics for illegal use of | |
745 | registers. | |
746 | ||
0ca3e455 JB |
747 | 2005-02-15 Jan Beulich <[email protected]> |
748 | ||
749 | * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize | |
750 | new variables type, suffix, and width. Handle | |
751 | BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case. | |
752 | Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add | |
753 | FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in | |
754 | FUNC_DTP_RELATIVE case. Return incoming relocation type if | |
755 | BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning | |
756 | if unable to translate relocation type, using the new variables. | |
757 | ||
2fac3d48 JB |
758 | 2005-02-15 Jan Beulich <[email protected]> |
759 | ||
760 | * config/tc-ia64.h (ia64_symbol_chars): Declare. | |
761 | (ty_symbol_chars): Define. | |
762 | * config/tc-ia64.c (ia64_symbol_chars): Define. | |
763 | ||
2f6d622e JB |
764 | 2005-02-15 Jan Beulich <[email protected]> |
765 | ||
766 | * config/tc-ia64.c (ia64_parse_name): Only update next character if | |
767 | input_line_pointer was advanced. | |
768 | ||
28013b5c KK |
769 | 2005-02-14 Kaz Kojima <[email protected]> |
770 | ||
771 | * config/tc-sh.c (md_apply_fix3): Add parentheses around & | |
772 | within |. | |
773 | ||
f1dab70d JB |
774 | 2005-02-13 Jan Beulich <[email protected]> |
775 | ||
776 | * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn. | |
777 | (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default | |
778 | indicator. | |
779 | (ia64_init): Set md.detect_dv. | |
780 | (ia64_start_line): New static variable warned. Warn only once when | |
781 | encountering explicit stops in automatic mode. | |
782 | * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx. | |
783 | * NEWS: Mention new default mode. | |
784 | ||
20b36a95 JB |
785 | 2005-02-13 Jan Beulich <[email protected]> |
786 | ||
787 | * config/tc-ia64.c (dot_rot): Add comment that name strings should | |
788 | be freed when wiping out previous state. Canonicalize names before | |
789 | use. Free name string when detecting redefinition. | |
790 | (dot_pred_rel): Call generic expression parser to process arguments. | |
791 | Handle O_register case for individual predicates and O_subtract for | |
792 | ranges. | |
793 | (ia64_parse_name): Canonicalize name before looking it up in dynamic | |
794 | register hash. | |
795 | (ia64_canonicalize_symbol_name): Strip off all trailing # characters. | |
796 | Warn if multiple found, issue error if resulting symbol name has zero | |
797 | length. | |
798 | (dot_alias): Canonicalize name before use. | |
799 | ||
07450571 L |
800 | 2005-02-11 H.J. Lu <[email protected]> |
801 | ||
802 | * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning | |
803 | and 0 for error. | |
804 | (in_procedure): Return -1 for warning. | |
805 | (in_prologue): Likewise. | |
806 | (in_body): Likewise. | |
807 | ||
01b91374 L |
808 | 2005-02-11 H.J. Lu <[email protected]> |
809 | ||
ac4528d2 | 810 | * config/tc-ia64.c (dot_xdata): Undo the last change. |
01b91374 L |
811 | (dot_float_cons): Likewise. |
812 | (dot_xstringer): Likewise. | |
813 | (dot_xdata_ua): Likewise. | |
814 | (dot_float_cons_ua): Likewise. | |
815 | ||
970d6792 L |
816 | 2005-02-11 H.J. Lu <[email protected]> |
817 | ||
818 | * NEWS: Mention "-munwind-check=[warning|error]". | |
819 | ||
820 | * config/tc-ia64.c (md): Add unwind_check. | |
821 | (unwind_diagnostic): New. | |
822 | (in_procedure): Call unwind_diagnostic when a directive isn't | |
823 | in procedure. | |
824 | (in_prologue): Call unwind_diagnostic when a directive isn't in | |
825 | prologue. | |
826 | (in_body): Call unwind_diagnostic when a directive isn't in | |
827 | body region. | |
828 | (dot_endp): Set md.unwind_check to error before calling | |
829 | in_procedure and restore it after. When the name is missing or | |
830 | couldn't be found, use the one from the last .proc if | |
831 | md.unwind_check isn't error. Warn if md.unwind_check is | |
832 | warning. | |
833 | (md_parse_option): Handle "-munwind-check=[warning|error]". | |
834 | (md_show_usage): Add "-munwind-check=[warning|error]". | |
835 | (ia64_init): Set md.unwind_check to warning. | |
836 | ||
837 | * doc/as.texinfo: Add "-munwind-check=[none|warning|error]". | |
838 | * doc/c-ia64.texi: Likewise. | |
839 | ||
16a48f83 JB |
840 | 2005-02-11 Jan Beulich <[email protected]> |
841 | ||
842 | * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME. | |
843 | (LEX_QM): Likewise. | |
844 | (ia64_parse_name): New third parameter. | |
845 | (md_parse_name): Pass third argument. | |
846 | * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name. | |
847 | (md_operand): Handling of '@'-prefixed symbols moved from here... | |
848 | (ia64_parse_name): ...to here. | |
849 | ||
a911c10a JB |
850 | 2005-02-11 Jan Beulich <[email protected]> |
851 | ||
852 | * config/tc-ia64.c (md): Remove last_groups and group_idx. | |
853 | (errata_nop_necessary_p): Remove declaraction and definition. | |
854 | (emit_one_bundle): Don't call errata_nop_necessary_p. Don't | |
855 | update md.group_idx. Don't reset md.last_groups. | |
856 | ||
b3f19c14 JB |
857 | 2005-02-11 Jan Beulich <[email protected]> |
858 | ||
859 | * config/tc-ia64.c (parse_section_name): Handle non-quoted first | |
860 | argument. | |
861 | (dot_xdata): Free section name after use. | |
862 | (dot_float_cons): Likewise. | |
863 | (dot_xstringer): Likewise. | |
864 | (dot_xdata_ua): Likewise. | |
865 | (dot_float_cons_ua): Likewise. | |
866 | (md_pseudo_table): Add xdata16 and xdata16.ua. | |
867 | ||
5cb53c21 L |
868 | 2005-02-10 H.J. Lu <[email protected]> |
869 | ||
870 | * doc/all.texi: Add IA64. | |
871 | * doc/as.texinfo: Likewise. | |
872 | ||
873 | * doc/c-ia64.texi: Fix typos. | |
874 | ||
620b81c1 JB |
875 | 2005-02-10 Julian Brown <[email protected]> |
876 | ||
877 | * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to | |
878 | BFD_RELOC_UNUSED. | |
879 | (do_t_push_pop): Likewise. | |
880 | (md_assemble): Likewise. | |
881 | (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make | |
882 | BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE. | |
883 | (create_unwind_entry): Output dependency on the required personality | |
884 | routines. | |
885 | testsuite/gas/arm/unwind.d: Alter expected output to include | |
886 | dependency on __aeabi_unwind_cpp_pr[01]. | |
887 | ||
4ee4d249 NS |
888 | 2005-02-07 Nathan Sidwell <[email protected]> |
889 | ||
890 | * as.h (seg_not_empty_p): Return int, not bfd_boolean. | |
891 | * subsegs.c (seg_not_empty_p): Likewise. | |
892 | ||
9f5083a4 NC |
893 | 2005-02-07 Inderpreet Singh <[email protected]> |
894 | ||
895 | * config/tc-maxq.c (md_estimate_size_before_relax): Correct the | |
4df6ce47 | 896 | relative jump calculation. |
9f5083a4 NC |
897 | <md_convert_frag) : Likewise. |
898 | <output_disp): Likewise. | |
899 | ||
aaac53f5 HPN |
900 | 2005-02-07 Hans-Peter Nilsson <[email protected]> |
901 | ||
902 | * write.c (write_object_file): Recognize warning-symbol construct | |
903 | and skip object- and target- handling for the second symbol. | |
904 | ||
05ee4b0f JB |
905 | 2005-02-02 Jan Beulich <[email protected]> |
906 | ||
907 | * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed | |
908 | designators along with quoted ones. Free copy of quoted designator | |
909 | when done. | |
910 | ||
65ec77d2 BE |
911 | 2005-02-01 Ben Elliston <[email protected]> |
912 | ||
913 | * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c, | |
914 | config/obj-ieee.c, config/obj-som.c, config/obj-vms.c, | |
915 | config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c, | |
916 | config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c, | |
917 | config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c, | |
918 | config/tc-i370.c, config/tc-i386.c, config/tc-i960.c, | |
919 | config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h, | |
920 | config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c, | |
921 | config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c, | |
922 | config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c, | |
923 | config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c, | |
924 | config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c, | |
925 | config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove | |
926 | #if 0'd code throughout. | |
927 | ||
d342277e NC |
928 | 2005-01-31 Nick Clifton <[email protected]> |
929 | ||
930 | * as.c (parse_args): Bump copyright date reported by --version to | |
931 | 2005. | |
932 | ||
d6486796 NC |
933 | 2005-01-31 Nick Clifton <[email protected]> |
934 | ||
935 | * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos | |
936 | and vax-vms. | |
937 | ||
ca3bc58f JB |
938 | 2005-01-31 Jan Beulich <[email protected]> |
939 | ||
940 | * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything | |
941 | that can end with .endr in that case. Make requiring/permitting | |
942 | pseudo-ops without leading dot closer to the logic in read.c serving | |
943 | the same purpose. | |
944 | (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be | |
945 | ignored. | |
946 | ||
057f53c1 JB |
947 | 2005-01-31 Jan Beulich <[email protected]> |
948 | ||
949 | * macro.c (do_formals): Adjust to no longer accept empty parameter | |
950 | names. | |
951 | (define_macro): Adjust to no longer accept empty macro name, garbage | |
952 | following the parameters, or macros that were previously defined. | |
953 | * read.c (s_bad_end): Declare. | |
954 | (potable): Add endm. Handler for endr and endm is s_bad_end. | |
955 | (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm | |
956 | and .endr. | |
957 | * read.h (s_bad_endr): Remove. | |
958 | ||
d3156ecc JB |
959 | 2005-01-31 Jan Beulich <[email protected]> |
960 | ||
961 | * config/tc-ia64.c (parse_operands): Parse all specified operands, | |
962 | immediately discarding (but counting) those exceeding the maximum | |
963 | possible amount. Track whether output and input operand counts ever | |
964 | matched, and use this to better indicate which of the operands/ | |
965 | operand types was wrong; specifically don't default to pointing to | |
966 | the first operand. | |
967 | ||
75e09913 JB |
968 | 2005-01-31 Jan Beulich <[email protected]> |
969 | ||
970 | * config/tc-ia64.c (unwind): Remove proc_end (now an automatic | |
971 | variable in dot_endp). Add body and insn. Make prologue, | |
972 | prologue_mask, body, and insn bitfields. | |
973 | (fixup_unw_records): Remove spurious new-lines from end of diagnostic | |
974 | messages. | |
975 | (in_procedure, in_prologue, in_body): New. | |
976 | (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save, | |
977 | dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata, | |
978 | dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb, | |
979 | dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p, | |
980 | dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi, | |
981 | dot_personality): Use the appropriate one of the above. | |
982 | (dot_proc): Clear unwind.proc_start; set to current location only if | |
983 | none of the entry points were valid. Check for non-zero-length entry | |
984 | point names. Check that entry points aren't defined, yet. Clear | |
985 | unwind.prologue, unwind.body, and unwind.insn. | |
986 | (dot_body): Call in_procedure. Check that first directive in procedure | |
987 | had no insns emitted before. Set unwind.body. | |
988 | (dot_prologue): Call in_procedure. Check that not already in prologue. | |
989 | Check that first directive in procedure had no insns emitted before. | |
990 | Clear unwind.body. | |
991 | (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero- | |
992 | length entry point names. Check that entry points became defined. | |
993 | (md_assemble): Set unwind.insn once unwind.proc_start is defined. | |
994 | ||
f4660e2c JB |
995 | 2005-01-31 Jan Beulich <[email protected]> |
996 | ||
997 | * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state | |
998 | before actually using it. Don't generate an error in manual bundling | |
999 | mode when looking at an insn requiring slot 2 but not yet at slot 2. | |
1000 | Don't generate an error in manual bundling mode when looking at an | |
1001 | insn required to be last in its group but the required slot hasn't | |
1002 | been reached, yet. Allow conversion from MII to MI;I for bundle | |
1003 | consisting of only 2 insns with the stop between them. Suppress | |
1004 | various meaningless errors resulting from detecting earlier ones. | |
1005 | ||
60b9a617 JB |
1006 | 2005-01-31 Jan Beulich <[email protected]> |
1007 | ||
1008 | * config/tc-ia64.c (parse_operands): Also handle alloc without first | |
1009 | input being ar.pfs. | |
1010 | ||
7af0dfc7 CG |
1011 | 2005-01-28 Christian Groessler <[email protected]> |
1012 | ||
1013 | * config/tc-z8k.c (md_assemble): Improve error detection. | |
1014 | ||
f7e323d5 JB |
1015 | 2005-01-28 Jan Beulich <[email protected]> |
1016 | ||
1017 | * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space | |
1018 | for personality routine pointer only if there is one. | |
1019 | (ia64_convert_frag): Likewise. | |
1020 | (generate_unwind_image): Likewise. | |
1021 | ||
f87a1e0c CG |
1022 | 2005-01-27 Christian Groessler <[email protected]> |
1023 | ||
1024 | * config/tc-z8k.c (INSERT): Remove, not used anywhere. | |
1025 | (md_apply_fix3): Make relative branches out of range an error | |
1026 | instead of a warning. Display correct line number for out of | |
1027 | range branches/calls/memory accesses. | |
1028 | ||
c6cb92c5 NS |
1029 | 2005-01-27 Nathan Sidwell <[email protected]> |
1030 | ||
1031 | * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when | |
1032 | to emit .debug_line and other debug sections. | |
1033 | * as.h (seg_not_empty_p): Declare. | |
1034 | * subsegs.c (seg_not_empty_p): New predicate. | |
1035 | ||
e8093792 AC |
1036 | 2005-01-27 Andrew Cagney <[email protected]> |
1037 | ||
1038 | * configure: Regenerate to track ../gettext.m4 change. | |
1039 | ||
09124b3f JB |
1040 | 2005-01-27 Jan Beulich <[email protected]> |
1041 | ||
1042 | * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx". | |
1043 | ||
1044 | 2005-01-27 Jan Beulich <[email protected]> | |
97762d08 JB |
1045 | |
1046 | * config/tc-ia64.c (emit_one_bundle): Add late resolution of move | |
1047 | to/from application registers dynamic insns. | |
1048 | (md_assemble): Defer resolution of move to/from application registers | |
1049 | dynamic insns when they can be issued on either the I- or M-units. | |
1050 | ||
90219bd0 AO |
1051 | 2005-01-25 Alexandre Oliva <[email protected]> |
1052 | ||
1053 | * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such. | |
1054 | 2004-12-10 Alexandre Oliva <[email protected]> | |
1055 | * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support. | |
1056 | 2004-11-10 Alexandre Oliva <[email protected]> | |
1057 | * cgen.c (gas_cgen_parse_operand): Handle | |
1058 | CGEN_PARSE_OPERAND_SYMBOLIC. | |
1059 | * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations. | |
1060 | (frv_force_relocation): Likewise. Fix handling of PIC | |
1061 | relocations. | |
1062 | (md_apply_fix3): Likewise. | |
1063 | ||
59c871b4 BE |
1064 | 2005-01-21 Ben Elliston <[email protected]> |
1065 | ||
1066 | * as.h: Remove #if 0'd code. | |
1067 | * atof-generic.c (atof_generic): Likewise. | |
1068 | * ecoff.c (ecoff_directive_frame): Likewise. | |
1069 | * frags.h (FRAG_APPEND_1_CHAR): Likewise. | |
1070 | * itbl-ops.c (itbl_add_reg): Likewise. | |
1071 | * listing.c (calc_hex): Likewise. | |
1072 | * read.c (MASK_CHAR): Likewise. | |
1073 | * subsegs.c (subsegs_print_statistics): Likewise. | |
1074 | * symbols.c (indent): Likewise. | |
1075 | * write.c (write_relocs): Likewise. | |
1076 | (write_object_file): Likewise. | |
1077 | (relax_frag): Likewise. | |
1078 | ||
fb767913 NC |
1079 | 2005-01-20 Nick Clifton <[email protected]> |
1080 | ||
1081 | * as.c (std_longopts): Add an entry for "--a" in order to prevent | |
1082 | getopt_long_only() from considering -a as an abbreviation for | |
1083 | --alternate. | |
1084 | (parse_args): Fix the parsing of -a=<file>. | |
1085 | ||
c556cc9c AM |
1086 | 2005-01-20 Alan Modra <[email protected]> |
1087 | ||
1088 | PR gas/684 | |
1089 | * read.c (s_incbin): Adjust default count for skip. Check validity | |
1090 | of count and skip rigorously. | |
1091 | ||
9c6ed8e6 FF |
1092 | 2005-01-19 Fred Fish <[email protected]> |
1093 | ||
1094 | * config/tc-mips.c (dummy_opcode): Add init for new struct member. | |
1095 | ||
e5604d79 RS |
1096 | 2005-01-19 Richard Sandiford <[email protected]> |
1097 | ||
1098 | * read.c (convert_to_bignum): New function, split out from... | |
1099 | (emit_expr): ...here. Handle the case where X_add_number is | |
1100 | positive and the input value is negative. | |
1101 | (output_big_sleb128): Fix setting of continuation bit. Check whether | |
1102 | the final byte needs to be sign-extended. Fix size-shrinking loop. | |
1103 | (emit_leb128_expr): When generating a signed leb128, see whether the | |
1104 | sign of an O_constant's X_add_number matches the sign of the input | |
1105 | value. Use a bignum if not. | |
1106 | ||
e38bc3b5 NC |
1107 | 2005-01-17 Andrew Stubbs <[email protected]> |
1108 | ||
1109 | * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to | |
1110 | arch_sh_up in order to match the external name and make the | |
1111 | testsuite's job easier. | |
1112 | ||
df227444 L |
1113 | 2005-01-14 H.J. Lu <[email protected]> |
1114 | ||
4df6ce47 | 1115 | PR 659 |
df227444 L |
1116 | * config/tc-i386.c (i386_scale): Disallow 0 scale. |
1117 | ||
b8b80cf7 NC |
1118 | 2005-01-12 Nick Clifton <[email protected]> |
1119 | ||
1120 | * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing | |
1121 | ignored_arguments array. | |
1122 | ||
324007b9 L |
1123 | 2005-01-10 H.J. Lu <[email protected]> |
1124 | ||
1125 | * write.c (write_object_file): Disallow a symbol equated to | |
1126 | common symbol. | |
1127 | ||
5c4504f7 NC |
1128 | 2005-01-10 Inderpreet Singh <[email protected]> |
1129 | ||
1130 | * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and | |
1131 | bfd_mach_maxq20. | |
1132 | (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20. | |
1133 | (maxq_target): New function: Set the machine type. | |
1134 | ||
4e7fd91e PB |
1135 | 2005-01-06 Paul Brook <[email protected]> |
1136 | ||
1137 | * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS. | |
1138 | (md_begin): Handle TE_VXWORKS for FP defaults. | |
1139 | (md_apply_fix3): Correct rela offsets. | |
1140 | (elf32_arm_target_format): Add VxWorks targets. | |
1141 | ||
ea3eed15 PB |
1142 | 2005-01-06 Paul Brook <[email protected]> |
1143 | ||
1144 | * configure.tgt: Set em=vxworks for *-*-vxworks. | |
1145 | * config/te-vxworks.h: New File. | |
1146 | ||
5dc1606f PB |
1147 | 2005-01-06 Paul Brook <[email protected]> |
1148 | ||
1149 | * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s. | |
1150 | ||
18af0b39 NC |
1151 | 2005-01-04 Dmitry Diky <[email protected]> |
1152 | ||
1153 | * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for | |
1154 | global label. | |
1155 | ||
196e8040 JW |
1156 | 2005-01-03 David Mosberger <[email protected]> |
1157 | ||
1158 | * config/tc-ia64.c (md): Add member "loc_directive_seen". | |
1159 | (dot_loc): New function. | |
1160 | (md_pseudo_table): Add entry to map .loc to dot_loc(). | |
1161 | (emit_one_bundle): Only call dwarf2_gen_line_info() if we have | |
1162 | seen a .loc directive or we're generating DWARF2 debug info for | |
1163 | assembly source. | |
1164 | ||
a207757e AM |
1165 | 2004-12-29 Alan Modra <[email protected]> |
1166 | ||
1167 | PR gas/619 | |
1168 | * read.c (s_comm_internal): Don't zero end of name until size | |
1169 | expression has been parsed. | |
1170 | ||
71d7ecf2 MM |
1171 | 2004-12-25 Marek Michalkiewicz <[email protected]> |
1172 | ||
1173 | * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2. | |
1174 | ||
30c62922 TL |
1175 | 2004-12-23 Tomer Levi <[email protected]> |
1176 | ||
1177 | * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch' | |
1178 | case). | |
1179 | ||
14ee9f48 ILT |
1180 | 2004-12-22 Ian Lance Taylor <[email protected]> |
1181 | ||
1182 | * configure.tgt: New. | |
1183 | * configure.in: Move setting of cpu_type, fmt, etc., to | |
1184 | configure.tgt. | |
1185 | * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add | |
1186 | $(srcdir)/configure.tgt. | |
1187 | * configure, Makefile.in: Rebuild. | |
1188 | ||
750bce0e | 1189 | 2004-12-22 Klaus Rudolph <[email protected]> |
4df6ce47 | 1190 | |
750bce0e NC |
1191 | * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and |
1192 | R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD | |
1193 | instructions. | |
1194 | (avr_offset_expression): New function to parse offsets for LDI | |
1195 | instructions. | |
1196 | (avr_operand): Use it. | |
1197 | (md_apply_fix3): Generate the relocs. | |
1198 | ||
9d2be1ee JR |
1199 | 2004-12-16 Andrew Stubbs <[email protected]> |
1200 | ||
1201 | * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing | |
1202 | BFD_RELOC_SH_IMMS10BY8 relocation. | |
1203 | ||
1204 | * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather | |
1205 | than just ignoring bad code. | |
1206 | ||
1e50d24d RS |
1207 | 2004-12-16 Richard Sandiford <[email protected]> |
1208 | ||
1209 | * config/tc-v850.c (handle_lo16): New function. | |
1210 | (v850_reloc_prefix): Use it to check lo(). | |
1211 | (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET. | |
1212 | ||
2fbd2a87 NC |
1213 | 2004-12-14 P.J. Darcy <[email protected]> |
1214 | ||
1215 | * configure.in: Add s390x-ibm-tpf support. | |
1216 | * configure: Regenerate. | |
1217 | ||
7a6d0b32 JB |
1218 | 2004-12-15 Jan Beulich <[email protected]> |
1219 | ||
1220 | * config/obj-elf.c (obj_elf_change_section): Only set type and | |
1221 | attributes on new sections. Emit warning when type of re-declared | |
1222 | section doesn't match. | |
1223 | ||
5b9d23c6 JB |
1224 | 2004-12-15 Jan Beulich <[email protected]> |
1225 | ||
1226 | * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so | |
1227 | '.cfi_startproc simple' doesn't inherit the old value. | |
1228 | ||
dcb45a06 JB |
1229 | 2004-12-15 Jan Beulich <[email protected]> |
1230 | ||
1231 | * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation | |
1232 | to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf | |
1233 | generation to emit a factored offset. | |
1234 | ||
aa6975fb ILT |
1235 | 2004-12-10 Ian Lance Taylor <[email protected]> |
1236 | ||
6943caf0 ILT |
1237 | * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset |
1238 | which is too large in the case of NO_PIC without 64-bit | |
1239 | addresses. | |
1240 | ||
aa6975fb ILT |
1241 | * config/tc-mips.c (mips_in_shared): New static variable. |
1242 | (macro_build_lui): Permit "_gp" if !mips_in_shared. | |
1243 | (md_longopts): Add -mshared and -mno-shared. | |
1244 | (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED. | |
1245 | (s_cpload): Implement !mips_in_shared case. | |
1246 | (s_cpsetup): Likewise. | |
1247 | * doc/c-mips.texi (MIPS Opts): Document -mno-shared. | |
1248 | * NEWS: Mention -mno-shared. | |
1249 | ||
be1b2b4b PB |
1250 | 2004-12-09 Paul Brook <[email protected]> |
1251 | ||
1252 | * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation | |
1253 | for function start. | |
1254 | ||
9a92f48d ILT |
1255 | 2004-12-09 Ian Lance Taylor <[email protected]> |
1256 | ||
dd22970f ILT |
1257 | * config/tc-mips.c (append_insn): If we emit a nop during a relax |
1258 | sequence, increase the size of the sequence. | |
1259 | ||
9a92f48d ILT |
1260 | * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to |
1261 | use CPU_RM9000. | |
1262 | ||
b617dc20 BE |
1263 | 2004-12-07 Ben Elliston <[email protected]> |
1264 | ||
1265 | * read.c (s_align): Use an align_limit temporary to allay a GCC | |
1266 | signed/unsigned comparison warning. | |
1267 | ||
c820d418 MM |
1268 | 2004-12-01 Mark Mitchell <[email protected]> |
1269 | ||
1270 | * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h. | |
1271 | * configure.in: Use it for arm*-*-linux-gnueabi*. | |
1272 | * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT. | |
1273 | * config/te-armlinuxeabi.h: New file. | |
1274 | * Makefile.in: Regenerated. | |
1275 | * aclocal.m4: Likewise. | |
1276 | * configure: Likewise. | |
4df6ce47 | 1277 | * doc/Makefile.in: Regenerated. |
c820d418 | 1278 | |
2b0210eb BW |
1279 | 2004-12-02 Bob Wilson <[email protected]> |
1280 | ||
1281 | * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set. | |
1282 | (xtensa_restore_emit_state): Likewise. | |
1283 | ||
9ebd302d AM |
1284 | 2004-12-02 Alan Modra <[email protected]> |
1285 | ||
1286 | * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER. | |
1287 | (s_align): Use it. | |
1288 | ||
32118081 NC |
1289 | 2004-11-30 Tero Niemela <[email protected]> |
1290 | ||
1291 | * Makefile.am: Change LOCALEDIR to $(datadir)/share. | |
1292 | * Makefile.in: Regenerate. | |
1293 | ||
3f414718 TL |
1294 | 2004-11-29 Tomer Levi <[email protected]> |
1295 | ||
9ebd302d AM |
1296 | * config/tc-crx.c: Major code cleanup. Remove unused variables and |
1297 | functions, give functions a meaningful name, add comments. | |
1298 | (check_range): New function - Replace operand size calculation | |
3f414718 TL |
1299 | with range checking. |
1300 | (assemble_insn): Update Algorithm, improve error issuing. | |
9ebd302d | 1301 | (enum op_err): New. |
3f414718 TL |
1302 | (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation |
1303 | handling. | |
1304 | ||
a7498ae6 NC |
1305 | 2004-11-29 Kazuhiro Inaoka <[email protected]> |
1306 | ||
1307 | * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte | |
1308 | miss between different section in the same module. | |
1309 | (tc_gen_reloc): Likewise. | |
1310 | ||
5c54fd37 NC |
1311 | 2004-11-25 Theodore A. Roth <[email protected]> |
1312 | ||
1313 | * gas/config/tc-avr.c (mcu_types): Add support for atmega165, | |
1314 | atmega325, atmega3250, atmega645 and atmega6450. | |
1315 | ||
37edbb65 JB |
1316 | 2004-11-25 Jan Beulich <[email protected]> |
1317 | ||
1318 | * config/tc-i386.c (optimize_imm): Adjust immediates to only those | |
1319 | permissible for the selected instruction suffix. | |
1320 | (process_suffix): For DefaultSize instructions, suppressing the | |
1321 | guessing of a 'q' suffix if the instruction doesn't support it is | |
1322 | pointless, because only an 'l' suffix can be guessed in this place. | |
1323 | ||
5515a510 NC |
1324 | 2004-11-24 Nick Clifton <[email protected]> |
1325 | ||
1326 | * config/tc-iq2000.c: Remove support for IQ10 processor. | |
1327 | Convert to ISO C90 formatting. | |
1328 | * config/tc-iq2000.h: Likewise. | |
1329 | ||
dae1b34e NC |
1330 | 2004-11-23 Nick Clifton <[email protected]> |
1331 | ||
1332 | * config/tc-mn10300.c (md_relax_table): More fixes to the offsets | |
1333 | in this table. They should be correct now. | |
1334 | ||
5c6af06e JB |
1335 | 2004-11-23 Jan Beulich <[email protected]> |
1336 | ||
1337 | * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to | |
1338 | indicate the MMX extensions added by both SSE and 3DNow!A. | |
1339 | (Cpu3dnowA): Declare. | |
1340 | (CpuUnknownFlags): Update. | |
1341 | * config/tc-i386.c (cpu_sub_arch_name): Declare. | |
1342 | (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do | |
1343 | neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies | |
1344 | 3DNow!. Athlon additionally implies 3DNow!A. Several new | |
1345 | entries (those starting with a dot are for sub-arch specification). | |
1346 | (set_cpu_arch): Handle sub-arch specifications. | |
1347 | (parse_insn): Distinguish between instructions not supported because | |
1348 | of insufficient CPU features and because of 64-bit mode. | |
1349 | * doc/c-i386.texi: Describe enhanced .arch directive. | |
1350 | ||
d9740523 BW |
1351 | 2004-11-22 Bob Wilson <[email protected]> |
1352 | ||
1353 | * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow. | |
1354 | ||
3120ef82 BW |
1355 | 2004-11-22 Bob Wilson <[email protected]> |
1356 | ||
1357 | * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section | |
1358 | without a corresponding .debug_info section. | |
1359 | ||
d190d046 HPN |
1360 | 2004-11-22 Hans-Peter Nilsson <[email protected]> |
1361 | ||
1362 | * read.c (potable): Add "error" and "warning". | |
1363 | (s_errwarn): New function. | |
1364 | * read.h (s_errwarn): Declare. | |
1365 | * doc/as.texinfo (Error, Warning): Document .error and .warning. | |
1366 | ||
5519f6ea NC |
1367 | 2004-11-22 Nick Clifton <[email protected]> |
1368 | ||
1369 | * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to | |
1370 | c_dot_file_symbol. | |
1371 | ||
f5c7edf4 AM |
1372 | 2004-11-19 Alan Modra <[email protected]> |
1373 | ||
1374 | * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes, | |
1375 | struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h. | |
1376 | ||
a4528eeb AM |
1377 | 2004-11-19 Alan Modra <[email protected]> |
1378 | ||
1379 | * config/obj-coff.c (c_dot_file_symbol): Add "app" param. | |
1380 | (coff_adjust_symtab): Adjust call. | |
1381 | (crawl_symbols): Likewise. | |
1382 | * config/obj-coff.h (c_dot_file_symbol): Add "app" param. | |
1383 | (obj_app_file): Adjust. | |
1384 | ||
444bf5f3 NC |
1385 | 2004-11-18 Inderpreet Singh <[email protected]> |
1386 | ||
1387 | * configure.in: Enable bfd_assember for the MAXQ port. | |
1388 | * configure: Regenerate. | |
1389 | ||
a1ace8d8 | 1390 | 2004-11-12 Bob Wilson <[email protected]> |
88ac794e | 1391 | Sterling Augustine <[email protected]> |
a1ace8d8 BW |
1392 | |
1393 | * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if | |
1394 | there is a conflict. | |
1395 | (check_t1_t2_reads_and_writes): Check for both reads and writes to | |
1396 | interfaces that are related as determined by xtensa_interface_class_id. | |
1397 | ||
30e857fc NC |
1398 | 2004-11-12 Nick Clifton <[email protected]> |
1399 | ||
1400 | * config/tc-mn10300.c (md_relax_table): Fix off by one negative | |
1401 | offsets for conditional branches. | |
1402 | ||
a67517f4 BW |
1403 | 2004-11-11 Bob Wilson <[email protected]> |
1404 | ||
1405 | * config/tc-xtensa.c (MAX_IMMED6): Change value to 65. | |
1406 | ||
1d19a770 BW |
1407 | 2004-11-10 Bob Wilson <[email protected]> |
1408 | ||
1409 | * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if | |
1410 | relaxing at the end of a loop. Don't mark frags as UNREACHABLE or | |
1411 | MAYBE_UNREACHABLE. | |
1412 | (relax_frag_immed): Update call to update_next_frag_state. | |
1413 | ||
c04f5787 AM |
1414 | 2004-11-10 Alan Modra <[email protected]> |
1415 | ||
1416 | * obj.h (struct format_ops <app_file>): Add int param. | |
1417 | * read.h (s_app_file_string): Likewise. | |
1418 | * read.c (s_app_file_string): Likewise. | |
1419 | (s_app_file): Adjust s_app_file_string call. | |
1420 | * config/tc-mips.c (s_mips_file): Likewise. | |
1421 | * config/obj-coff.h (obj_app_file): Add app param. | |
1422 | * config/obj-ecoff.h (obj_app_file): Likewise. | |
1423 | * config/obj-multi.h (obj_app_file): Likewise. | |
1424 | * config/obj-elf.h (elf_file_symbol): Likewise. | |
1425 | * config/obj-elf.c (elf_file_symbol): Only emit one file symbol | |
1426 | if called for # preprocessor lines. | |
1427 | ||
a77a9021 L |
1428 | 2004-11-08 H.J. Lu <[email protected]> |
1429 | ||
1430 | PR 528 | |
1431 | * symbols.c (resolve_symbol_value): Convert weak symbols only | |
1432 | for Windows PECOFF. | |
1433 | (symbol_equated_reloc_p): Don't equate weaks when relocating | |
1434 | only for Windows PECOFF. | |
1435 | ||
aea44f62 TL |
1436 | 2004-11-08 Tomer Levi <[email protected]> |
1437 | ||
1438 | * config/tc-crx.c (print_insn): Check and set insn_addr. | |
1439 | * config/tc-crx.h (md_frag_check): Define. | |
1440 | ||
7499d566 NC |
1441 | 2004-11-08 Inderpreet Singh <[email protected]> |
1442 | Vineet Sharma <[email protected]> | |
1443 | ||
1444 | * configure.in: Add support for new target maxq-coff. | |
1445 | * configure: Regenerate. | |
1446 | * NEWS: Mention new support. | |
1447 | * config/tc-maxq.c: New file. | |
1448 | * config/tc-maxq.h: New file. | |
1449 | * config/obj-coff.h: Add support for maxq-coff. | |
1450 | ||
977cdf5a NC |
1451 | 2004-11-08 Aaron W. LaFramboise <[email protected]> |
1452 | ||
1453 | * symbols.c (any_external_name): Define. | |
a77a9021 | 1454 | (resolve_symbol_value): Convert weak symbols. |
977cdf5a NC |
1455 | (S_SET_EXTERNAL): Support any_external_name. |
1456 | (S_SET_NAME): Qualify parameter const. | |
316f3bf8 | 1457 | (symbol_equated_reloc_p): Equate to weaks when relocating. |
977cdf5a NC |
1458 | * symbols.h (S_SET_NAME): Qualfiy parameter const. |
1459 | * tc.h (any_external_name): Declare. | |
1460 | * config/obj-coff.c ("coff/pe.h"): Include for BFD | |
1461 | assemblers also. | |
1462 | (weak_is_altname): Declare and define. | |
1463 | (weak_name2altname): Same. | |
1464 | (weak_altname2name): Same. | |
1465 | (weak_uniquify): Same. | |
1466 | (weak_altprefix): Define. | |
1467 | (obj_coff_weak): Change .weak syntax and handling. | |
1468 | (coff_frob_symbol): Fix PE weak symbol alternates. | |
1469 | * config/obj-coff.h (USE_UNIQUE): Define. | |
1470 | * config/tc-i386.c (md_apply_fix3): Assume weak symbols | |
1471 | are in another segment. | |
1472 | (tc_gen_reloc): Remove broken addend hack. | |
1473 | doc/as.texinfo: Update. | |
1474 | ||
34e41783 BW |
1475 | 2004-11-05 Sterling Augustine <[email protected]> |
1476 | ||
1477 | * config/tc-xtensa.c (total_frag_text_expansion): New. | |
1478 | (md_estimate_size_before_relax): Use it. | |
1479 | (find_address_of_next_align_frag): Likewise. | |
1480 | ||
dcd46b4e TL |
1481 | 2004-11-05 Tomer Levi <[email protected]> |
1482 | ||
1483 | * config/tc-crx.c: Rename argument types. | |
1484 | (processing_arg_number): Rename to 'cur_arg_num'. | |
1485 | (get_number_of_bits): Rename to 'set_operand_size'. | |
1486 | (get_operandtype): Rename to 'parse_operand', totally rewrite. | |
1487 | (set_cons_rparams): Rename to 'set_operand', totally rewrite. | |
1488 | (set_indexmode_parameters): Remove function, integrate its code into | |
1489 | 'set_operand'. | |
1490 | (set_operand_size): Get rid of 'Operand Number' function parameter - | |
1491 | use global variable 'cur_arg_num' instead. | |
1492 | Use a local 'argument' pointer to reference the current argument. | |
1493 | (parse_operand): Likewise. | |
1494 | (set_operand): Likewise. | |
1495 | (process_label_constant): Likewise. | |
1496 | ||
9456465c BW |
1497 | 2004-11-04 Bob Wilson <[email protected]> |
1498 | ||
1499 | * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs. | |
1500 | (add_section_rename): Delete. Inlined into... | |
1501 | (build_section_rename): ...here. Use xstrdup instead of strdup. | |
1502 | (xtensa_section_rename): Drop "const" from argument and return types. | |
1503 | (md_show_usage): Indent to match show_usage(). | |
1504 | * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs. | |
1505 | (tc_canonicalize_section_name): Define. | |
1506 | (md_elf_section_rename): Remove unused macro. | |
1507 | * doc/as.texinfo (Overview): Document Xtensa --rename-section option. | |
1508 | * doc/c-xtensa.texi (Xtensa Options): Likewise. | |
1509 | (Frame Directive): Delete. | |
1510 | ||
7f266840 DJ |
1511 | 2004-11-04 Daniel Jacobowitz <[email protected]> |
1512 | ||
1513 | * configure.in: Remove arm-*-oabi and thumb-*-oabi. | |
1514 | * config/tc-arm.c (target_oabi): Delete. | |
1515 | (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks. | |
1516 | (arm_opts): Remove moabi. | |
1517 | * doc/as.texinfo (Overview): Remove documentation of -moabi. | |
1518 | * doc/c-arm.texi (ARM Options): Likewise. | |
1519 | * configure: Regenerated. | |
1520 | ||
ae57792d HPN |
1521 | 2004-11-04 Hans-Peter Nilsson <[email protected]> |
1522 | ||
1523 | * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED | |
1524 | DEFAULT_CRIS_ARCH. Handle crisv32-*-linux-gnu* like | |
1525 | cris-*-linux-gnu* and crisv32-*-* like cris-*-*. | |
1526 | * configure: Regenerate. | |
1527 | * config/tc-cris.c (enum cris_archs): New. | |
1528 | (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg) | |
1529 | (cris_insn_ver_valid_for_arch): New functions. | |
1530 | (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10. | |
1531 | (cris_arch): New variable. | |
1532 | (md_pseudo_table): New pseudo .arch. | |
1533 | (err_for_dangerous_mul_placement): Initialize according to | |
1534 | DEFAULT_CRIS_ARCH. | |
1535 | (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH. | |
1536 | All users changed. | |
1537 | (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON) | |
1538 | (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32) | |
1539 | (BRANCH_WF_V32, BRANCH_WB_V32): New. | |
1540 | (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after | |
1541 | use in md_cris_relax_table. | |
1542 | (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32, | |
1543 | STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC. | |
1544 | Update and improve head comment. | |
1545 | (OPTION_PIC): Define in terms of previous option, OPTION_US. | |
1546 | (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar. | |
1547 | (OPTION_ARCH): New. | |
1548 | (md_longopts): New option --march=... | |
1549 | (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New | |
1550 | macros. | |
1551 | (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH. | |
1552 | (HANDLE_RELAXABLE): New macro. | |
1553 | (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common | |
1554 | cases. Check for weak symbols and assume not relaxable. Handle | |
1555 | STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON, | |
1556 | STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not | |
1557 | fragP->fr_symbol. | |
1558 | (md_convert_frag): Handle STATE_COND_BRANCH_V32, | |
1559 | STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC. | |
1560 | (cris_create_short_jump): Adjust for CRISv32. | |
5664e9a7 | 1561 | (cris_relax_frag): Handle new states. |
ae57792d HPN |
1562 | (md_create_long_jump): Ditto. Emit error for common_v10_v32. |
1563 | (md_begin): Define symbols "..asm.arch.cris.v32", | |
1564 | "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and | |
1565 | "..asm.arch.cris.any_v0_v10". Use cris_insn_ver_valid_for_arch | |
1566 | when entering opcode table entry points. | |
1567 | (md_assemble): Adjust branch handling for CRISv32. Handle LAPC | |
1568 | relaxation. In fix_new_exp call for main insn, pass 1 for pcrel | |
1569 | parameter for 8, 16 and 32-bit pc-relative insns and LAPC. | |
1570 | (cris_process_instruction): Initialize out_insnp->insn_type to | |
1571 | CRIS_INSN_NONE, not CRIS_INSN_NORMAL. | |
1572 | <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New | |
1573 | cases. | |
1574 | <case 'm'>: Check that modified_char == '.'. | |
1575 | <invalid operands>: Consume the rest of the line. | |
1576 | When operands don't match, skip over subsequent insns with | |
1577 | non-matching version specifier but same mnemonic. | |
1578 | <immediate constant, case SIZE_SPEC_REG>: Immediate operands for | |
1579 | special registers in CRISv32 are always 32 bit long. | |
1580 | <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>: | |
1581 | New cases. | |
1582 | (get_gen_reg): Only recognize "PC" when followed by "+]" for v32 | |
1583 | and compatible. Recognize "ACR" for v32, unless followed by "+". | |
1584 | (get_spec_reg): Consider cris_arch when looking up register. | |
1585 | (get_autoinc_prefix_or_indir_op): Don't recognize assignment for | |
1586 | v32 or compatible. | |
1587 | (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'. | |
1588 | (cris_get_expression): Restore input_line_pointer if failing "early". | |
1589 | (get_flags): Consider cris_arch and recognize flags accordingly. | |
1590 | (branch_disp): Adjust for CRISv32. | |
1591 | (gen_cond_branch_32): Similar. Emit error for common_v10_v32. | |
1592 | (cris_number_to_imm): Use as_bad_where, not as_bad. Remove | |
1593 | related FIXME. Don't insist on BFD_RELOC_32_PCREL fixup to be | |
1594 | resolved. Don't enter zeros in object file for | |
1595 | BFD_RELOC_32_PCREL. | |
1596 | <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16> | |
1597 | <case BFD_RELOC_CRIS_SIGNED_8>: New case. | |
1598 | (md_parse_option): Break out "return 1". | |
1599 | <OPTION_ARCH> New case. | |
1600 | (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET> | |
1601 | <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8> | |
1602 | <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16> | |
1603 | <case BFD_RELOC_32_PCREL>: New cases. | |
1604 | Addends for non-zero fx_pcrel are too in fx_offset. | |
1605 | (md_show_usage): Show --march=<arch>. | |
1606 | (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET. | |
1607 | (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too. | |
1608 | (s_syntax) <struct syntaxes>: Properly constify member operand. | |
1609 | * config/tc-cris.h (TARGET_MACH): Define. | |
1610 | (cris_mach): Declare. | |
1611 | * doc/as.texinfo (Overview) <CRIS>: Add --march=... | |
1612 | * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols. | |
1613 | (CRIS-Opts): Document --march=... | |
1614 | (CRIS-Pseudos): Document .arch. | |
1615 | ||
9306ca4a JB |
1616 | 2004-11-04 Jan Beulich <[email protected]> |
1617 | ||
1618 | * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when | |
1619 | intel syntax and no register prefix, allow $ in symbol names when | |
1620 | intel syntax. | |
1621 | (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX. | |
1622 | (intel_float_operand): Add fourth return value indicating math control | |
1623 | operations. Make classification more precise. | |
1624 | (md_assemble): Complain if memory operand of mov[sz]x has no size | |
1625 | specified. | |
1626 | (parse_insn): Translate word operands to floating point instructions | |
1627 | operating on integers as well as control instructions to short ones | |
1628 | as expected by AT&T syntax. Translate 'd' suffix to short one only for | |
1629 | floating point instructions operating on non-integer operands. | |
1630 | (match_template): Remove fldcw special case. Adjust q-suffix handling | |
1631 | to permit it on fild/fistp/fisttp in AT&T mode. | |
1632 | (process_suffix): Don't guess DefaultSize insns' suffix from | |
1633 | stackop_size for certain floating point control instructions. Guess | |
1634 | suffix for branch and [ls][gi]dt based on flag_code. Split error | |
1635 | messages for Intel and AT&T syntax, and make the condition more strict | |
1636 | for the former. Adjust suppressing of generation of operand size | |
1637 | overrides. | |
1638 | (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE, | |
1639 | OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add | |
1640 | more error checking. | |
1641 | * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR | |
1642 | SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines. | |
1643 | ||
2b4f075a HPN |
1644 | 2004-11-03 Hans-Peter Nilsson <[email protected]> |
1645 | ||
1646 | * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare | |
1647 | md_short_jump_size, md_long_jump_size. | |
1648 | * write.c [!WORKING_DOT_WORD]: Ditto. | |
1649 | * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const | |
1650 | qualifier. | |
1651 | * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't | |
1652 | declare. | |
1653 | * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop | |
1654 | const qualifier in these definitions. | |
1655 | * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c, | |
1656 | config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto. | |
1657 | ||
ddbc47ac NC |
1658 | 2004-11-02 Nick Clifton <[email protected]> |
1659 | ||
1660 | * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file | |
1661 | table before deciding to produce a .debug_line section to match up | |
1662 | with a user provided .debug_info section. | |
1663 | ||
3ad3f5ad TL |
1664 | 2004-10-28 Tomer Levi <[email protected]> |
1665 | ||
1666 | * config/tc-crx.c (getreg_image): Bug fix, a return value was | |
1667 | mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases. | |
1668 | ||
c815a616 TL |
1669 | 2004-10-27 Tomer Levi <[email protected]> |
1670 | ||
1671 | * config/tc-crx.c: Remove global variable 'post_inc_mode'. | |
1672 | (get_flags): New function. | |
c04f5787 AM |
1673 | (get_number_of_bits): Edit comments, update numeric values to |
1674 | supported sizes. | |
1675 | (process_label_constant): Don't support the colon | |
1676 | format (SYMBOL:[s|m|l]). | |
c815a616 TL |
1677 | (set_cons_rparams): Support argument type 'arg_rbase'. |
1678 | (get_operandtype): Bug fix in 'rbase' operand type parsing. | |
1679 | (handle_LoadStor): Bug fix, first handle post-increment mode. | |
c04f5787 AM |
1680 | (getreg_image): Remove redundant code, update according to latest |
1681 | CRX spec. | |
c815a616 | 1682 | (print_constant): Bug fix relate to 3-word instructions. |
c04f5787 | 1683 | (assemble_insn): Bug fix, when matching instructions, verify also |
c815a616 TL |
1684 | instruction type (not only mnemonic). |
1685 | Add various error checking. | |
1686 | (preprocess_reglist): Support HI/LO and user registers. | |
1687 | ||
ed7af9f9 L |
1688 | 2004-10-25 David Mosberger-Tang <[email protected]> |
1689 | ||
c04f5787 | 1690 | * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value |
ed7af9f9 L |
1691 | in an epilogue directive go negative. |
1692 | ||
ac025970 L |
1693 | 2004-10-25 H.J. Lu <[email protected]> |
1694 | ||
1695 | PR 474 | |
1696 | * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use | |
1697 | after reporting template error during manual bundling. Reported | |
1698 | by Michael Dupont, [email protected]. | |
1699 | ||
a394c00f NC |
1700 | 2004-10-25 Daniel Jacobowitz <[email protected]> |
1701 | ||
1702 | * Makefile.am: Run dep-am. | |
1703 | * aclocal.m4: Regenerate with automake 1.9.2. | |
1704 | * Makefile.in: Regenerate with automake 1.9.2. | |
1705 | * doc/Makefile.in: Likewise. | |
1706 | ||
1707 | * config/tc-arm.c: Include "dw2gencfi.h". | |
1708 | (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions): | |
1709 | New functions. | |
1710 | * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN) | |
1711 | (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum) | |
1712 | (tc_cfi_frame_initial_instructions): Define. | |
1713 | (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions): | |
1714 | Add prototypes. | |
1715 | ||
23d83918 TL |
1716 | 2004-10-21 Tomer Levi <[email protected]> |
1717 | ||
1718 | * config/tc-crx.c (assemble_insn): Check unsigned immediate | |
1719 | operands validity. | |
1720 | Update coprocessor id to be unsigned immediate. | |
1721 | ||
bb41ade5 AM |
1722 | 2004-10-18 Aaron W. LaFramboise <[email protected]> |
1723 | ||
1724 | * config/tc-i386.c (O_secrel): Delete. | |
1725 | (tc_pe_dwarf2_emit_offset): New function. | |
1726 | * config/tc-i386.h (O_secrel): Define as O_md1. | |
1727 | (TC_DWARF2_EMIT_OFFSET): Define. | |
1728 | ||
87e62348 NC |
1729 | 2004-10-18 Nick Clifton <[email protected]> |
1730 | ||
1731 | * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and | |
1732 | ignore @fptr() directives for 4-byte fixups. | |
1733 | ||
3c55da70 AM |
1734 | 2004-10-15 Alan Modra <[email protected]> |
1735 | ||
1736 | * Makefile.am: Run "make dep-am" | |
1737 | * Makefile.in: Regenerate. | |
1738 | ||
40e7b7b9 BW |
1739 | 2004-10-14 Bob Wilson <[email protected]> |
1740 | ||
1741 | * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive): | |
1742 | Remove comments about placement of literal pools. | |
1743 | (Literal Directive): Update description of literal placement. | |
1744 | (Literal Prefix Directive): Remove statement that this does not apply | |
1745 | to absolute-mode literals. Describe new section naming scheme. | |
1746 | ||
b08b5071 BW |
1747 | 2004-10-12 Bob Wilson <[email protected]> |
1748 | ||
1749 | * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq. | |
1750 | (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode, | |
1751 | is_windowed_return_opcode): Delete. | |
1752 | (xtensa_frob_label): Use get_subseg_target_freq. | |
1753 | (md_assemble): Inline call to is_entry_opcode. | |
1754 | (xtensa_handle_align): Inline call to get_frag_is_literal. | |
1755 | (relaxation_requirements): Inline call to is_jx_opcode. | |
1756 | (emit_single_op): Inline call to is_movi_opcode. | |
1757 | (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn, | |
1758 | get_frag_is_no_transform, is_entry_opcode, and | |
1759 | set_frag_is_specific_opcode. Use get_subseg_total_freq. | |
1760 | (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags, | |
1761 | xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed): | |
1762 | Inline calls to get_frag_is_no_transform. | |
1763 | (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode. | |
1764 | (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and | |
1765 | get_frag_is_no_transform. | |
1766 | (convert_frag_immed_finish_loop): Inline calls to get_expression_value | |
1767 | and set_frag_is_no_transform. | |
1768 | (get_expression_value): Delete. | |
1769 | (subseg_map struct): Rename cur_total_freq to total_freq. Rename | |
1770 | cur_target_freq to target_freq. | |
1771 | (get_subseg_info): Split out code to create a new map entry into ... | |
1772 | (add_subseg_info): ... this new function. | |
1773 | (get_last_insn_flags): Check if get_subseg_info succeeded. | |
1774 | (set_last_insn_flags): Call add_subseg_info if needed. | |
1775 | (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New. | |
1776 | (xtensa_reorder_segments): Compute last_sec while counting sections. | |
1777 | Remove call to get_last_sec. | |
1778 | (get_last_sec): Delete. | |
1779 | (cache_literal_section): Inline call to retrieve_literal_seg and its | |
1780 | callees, seg_present and add_seg_list. | |
1781 | (retrieve_literal_seg, seg_present, add_seg_list): Delete. | |
1782 | (get_frag_is_insn, get_frag_is_no_transform, | |
1783 | set_frag_is_specific_opcode, set_frag_is_no_transform): Delete. | |
1784 | * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15. | |
1785 | ||
7fa3d080 BW |
1786 | 2004-10-12 Bob Wilson <[email protected]> |
1787 | ||
1788 | * config/tc-xtensa.c: Use ISO C90 formatting. | |
1789 | * config/tc-xtensa.h: Likewise. | |
1790 | * config/xtensa-istack.h: Likewise. | |
1791 | * config/xtensa-relax.c: Likewise. | |
1792 | * config/xtensa-relax.h: Likewise. | |
1793 | ||
8cb51566 PB |
1794 | 2004-10-12 Paul Brook <[email protected]> |
1795 | ||
1796 | * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to | |
1797 | EF_ARM_EABI_VER4. | |
1798 | (arm_eabis): Ditto. | |
1799 | * doc/c-arm.texi: Document that we actually support -meabi=4, not | |
1800 | -meabi=3. | |
1801 | ||
653cfe85 BW |
1802 | 2004-10-08 Bob Wilson <[email protected]> |
1803 | ||
1804 | * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index | |
1805 | entries. | |
1806 | (Acknowledgements): Use "GAS" instead of AS variable. | |
1807 | ||
d2b2c203 DJ |
1808 | 2004-10-08 Daniel Jacobowitz <[email protected]> |
1809 | ||
1810 | * config/tc-i386.c: Include "elf/x86-64.h". | |
1811 | (i386_elf_section_type): New function. | |
1812 | * config/tc-i386.h (md_elf_section_type): Define. | |
1813 | (i386_elf_section_type): New prototype. | |
1814 | ||
e80e0390 NC |
1815 | 2004-10-08 Linus Nielsen Feltzing <[email protected]> |
1816 | ||
1817 | * config/m68k-parse.h (enum m68k_register): New control register, | |
1818 | MBAR2 (for MCF5249) | |
1819 | * config/tc-m68k.c: Correct control register set for MCF5249. | |
1820 | ||
43cd72b9 | 1821 | 2004-10-07 Bob Wilson <[email protected]> |
85a5ac80 | 1822 | Sterling Augustine <[email protected]> |
43cd72b9 BW |
1823 | |
1824 | * config/tc-xtensa.c (absolute_literals_supported): New global flag. | |
1825 | (UNREACHABLE_MAX_WIDTH): Define. | |
1826 | (XTENSA_FETCH_WIDTH): Delete. | |
1827 | (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end, | |
1828 | prefer_const16, prefer_l32r): New global variables. | |
1829 | (LIT4_SECTION_NAME): Define. | |
1830 | (lit4_state struct): Add lit4_seg_name and lit4_seg fields. | |
1831 | (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define. | |
1832 | (frag_flags struct): New. | |
c04f5787 | 1833 | (xtensa_block_info struct): Move from tc-xtensa.h. Add flags field. |
43cd72b9 BW |
1834 | (subseg_map struct): Add cur_total_freq and cur_target_freq fields. |
1835 | (bitfield, bit_is_set, set_bit, clear_bit): Define. | |
1836 | (MAX_FORMATS): Define. | |
1837 | (op_placement_info struct, op_placement_table): New. | |
1838 | (O_pltrel, O_hi16, O_lo16): Define. | |
1839 | (directiveE enum): Rename directive_generics to directive_transform. | |
1840 | Delete directive_relax. Add directive_schedule, | |
1841 | directive_absolute_literals, and directive_last_directive. | |
1842 | (directive_info): Rename "generics" to "transform". Delete "relax". | |
1843 | Add "schedule" and "absolute-literals". | |
1844 | (directive_state): Adjust entries to match changes in directive_info. | |
1845 | (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h. | |
1846 | (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode, | |
1847 | xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New. | |
1848 | (xtensa_j_opcode, xtensa_rsr_opcode): Delete. | |
1849 | (align_only_targets, software_a0_b_retw_interlock, | |
1850 | software_avoid_b_j_loop_end, maybe_has_b_j_loop_end, | |
1851 | software_avoid_short_loop, software_avoid_close_loop_end, | |
1852 | software_avoid_all_short_loops, specific_opcode): Delete. | |
1853 | (warn_unaligned_branch_targets): New. | |
1854 | (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop, | |
1855 | workaround_close_loop_end, workaround_all_short_loops): Default FALSE. | |
1856 | (option_[no_]link_relax, option_[no_]transform, | |
1857 | option_[no_]absolute_literals, option_warn_unaligned_targets, | |
1858 | option_prefer_l32r, option_prefer_const16, option_target_hardware): | |
1859 | New enum values. | |
1860 | (option_[no_]align_only_targets, option_literal_section_name, | |
1861 | option_text_section_name, option_data_section_name, | |
1862 | option_bss_section_name, option_eb, option_el): Delete. | |
1863 | (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals, | |
1864 | warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax, | |
1865 | and target-hardware. Delete entries for [no-]target-align-only, | |
1866 | literal-section-name, text-section-name, data-section-name, and | |
1867 | bss-section-name. | |
1868 | (md_parse_option): Handle new options and remove old ones. Accept but | |
1869 | ignore [no-]density options. Warn for [no-]generics and [no-]relax | |
1870 | and treat them as [no-]transform. | |
1871 | (md_show_usage): Add new options and remove old ones. | |
1872 | (xtensa_setup_hw_workarounds): New. | |
1873 | (md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add | |
1874 | "long", "short", "loc" and "frequency" entries. | |
1875 | (use_generics): Rename to ... | |
1876 | (use_transform): ... this function. Add past_xtensa_end check. | |
1877 | (use_longcalls): Add past_xtensa_end check. | |
1878 | (code_density_available, can_relax): Delete. | |
1879 | (do_align_targets): New. | |
1880 | (get_directive): Accept dashes in directive names. Warn about | |
1881 | [no-]generics and [no-]relax directives and treat them as | |
c04f5787 | 1882 | [no-]transform. |
43cd72b9 BW |
1883 | (xtensa_begin_directive): Call md_flush_pending_output only for some |
1884 | directives. Check for directives inside instruction bundles. Warn | |
1885 | about deprecated ".begin literal" usage. Warn and ignore [no-]density | |
1886 | directives. Handle new directives. Check generating_literals flag | |
1887 | for literal_prefix. | |
1888 | (xtensa_end_directive): Check for directives inside instruction | |
1889 | bundles. Warn and ignore [no-]density directives. Handle new | |
1890 | directives. Call xtensa_set_frag_assembly_state. | |
1891 | (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc, | |
1892 | xtensa_dwarf2_emit_insn): New. | |
1893 | (xtensa_literal_position): Call md_flush_pending_output. Do not check | |
1894 | use_literal_section flag. | |
1895 | (xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute | |
1896 | literals. Use xtensa_elf_cons to parse the expression. | |
1897 | (xtensa_literal_prefix): Do not check use_literal_section. Support | |
1898 | ".lit4" sections for absolute literals. Change prefix convention to | |
1899 | replace ".text" (or ".t" in a linkonce section). No need to call | |
1900 | subseg_set. | |
1901 | (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New. | |
1902 | (expression_end): Handle closing braces and colons. | |
1903 | (PLT_SUFFIX, plt_suffix): Delete. | |
1904 | (expression_maybe_register): Use new xtensa-isa.h functions. Use | |
1905 | xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16 | |
1906 | and O_hi16 expressions as well. | |
1907 | (tokenize_arguments): Handle closing braces and colons. | |
1908 | (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible" | |
1909 | operands and paired register syntax. | |
1910 | (get_invisible_operands): New. | |
1911 | (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use | |
1912 | new xtensa-isa.h functions. | |
1913 | (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New. | |
1914 | (xg_translate_idioms): Check if inside bundle. Use use_transform. | |
1915 | Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density | |
1916 | instructions. Use xtensa_translate_zero_immed. | |
1917 | (operand_is_immed, operand_is_pcrel_label): Delete. | |
1918 | (get_relaxable_immed): Use new xtensa-isa.h functions. | |
1919 | (get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h | |
1920 | functions. | |
1921 | (xtensa_print_insn_table, print_vliw_insn): New. | |
1922 | (is_direct_call_opcode): Use new xtensa-isa.h functions. | |
1923 | (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode, | |
1924 | is_branch_or_jump_opcode): Delete. | |
1925 | (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New. | |
1926 | (opnum_to_reloc, reloc_to_opnum): Delete. | |
1927 | (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new | |
1928 | xtensa-isa.h functions. Operate on one slot of an instruction. | |
1929 | (xtensa_insnbuf_set_immediate_field, is_negatable_branch, | |
1930 | xg_get_insn_size): Delete. | |
1931 | (xg_get_build_instr_size): Use xg_get_single_size. | |
1932 | (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to | |
1933 | xg_build_widen_table. Use xg_get_single_size. | |
1934 | (xg_get_max_narrow_insn_size): Delete. | |
1935 | (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size, | |
1936 | xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use | |
1937 | xg_get_single_size. | |
1938 | (xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and | |
1939 | OP_OPERAND_LOW16U. Check xg_valid_literal_expression. | |
1940 | (xg_expand_to_stack, xg_expand_narrow): Update calls to | |
1941 | xg_build_widen_table. Use xg_get_single_size. | |
1942 | (xg_immeds_fit): Use new xtensa-isa.h functions. Update call to | |
1943 | xg_check_operand. | |
1944 | (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and | |
1945 | treat weak symbols conservatively. | |
1946 | (xg_check_operand): Use new xtensa-isa.h functions. | |
1947 | (is_dnrange): Delete. | |
1948 | (xg_assembly_relax): Inline previous calls to tinsn_copy. | |
1949 | (xg_finish_frag): Specify separate relax states for the frag and slot0. | |
1950 | (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new | |
1951 | xtensa-isa.h functions. | |
1952 | (xg_instruction_matches_option_term, xg_instruction_matches_or_options, | |
1953 | xg_instruction_matches_options): New. | |
1954 | (xg_instruction_matches_rule): Handle O_register expressions. Call | |
1955 | xg_instruction_matches_options. | |
1956 | (transition_rule_cmp): New. | |
1957 | (xg_instruction_match): Update call to xg_build_simplify_table. | |
1958 | (xg_build_token_insn): Record loc fields. | |
1959 | (xg_simplify_insn): Check is_specific_opcode field and | |
1960 | density_supported flag. | |
1961 | (xg_expand_assembly_insn): Skip checking code_density_available. Use | |
1962 | new xtensa-isa.h functions. Call use_transform instead of can_relax. | |
1963 | (xg_assemble_literal): Add error handling for O_big. Call | |
1964 | record_alignment. Handle O_pltrel. | |
1965 | (xg_valid_literal_expression): New. | |
1966 | (xg_assemble_literal_space): Add slot parameter. Remove call to | |
1967 | set_expr_symbol_offset. Add call to record_alignment. Update call to | |
1968 | xg_finish_frag. | |
1969 | (xg_emit_insn): Delete. | |
1970 | (xg_emit_insn_to_buf): Add format parameter. Update calls to | |
1971 | xg_add_opcode_fix and xtensa_insnbuf_to_chars. | |
1972 | (xg_add_opcode_fix): Change opcode parameter to tinsn and add format | |
1973 | and slot parameters. Handle new "alternate" relocations for absolute | |
1974 | literals and CONST16 instructions. Check for bad uses of O_lo16 and | |
1975 | O_hi16. Use new xtensa-isa.h functions. | |
1976 | (xg_assemble_tokens): Delete. | |
1977 | (is_register_writer): Use new xtensa-isa.h functions. | |
1978 | (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of | |
1979 | old-style RSR from LCOUNT. | |
1980 | (next_frag_opcode): Delete. | |
1981 | (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size, | |
1982 | update_next_frag_state): New. | |
1983 | (update_next_frag_nop_state): Delete. | |
1984 | (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop. | |
1985 | (xtensa_mark_literal_pool_location): Check use_literal_section flag and | |
1986 | the state of the absolute-literals directive. Add calls to | |
1987 | record_alignment and xtensa_set_frag_assembly_state. Call | |
1988 | xtensa_switch_to_non_abs_literal_fragment instead of | |
1989 | xtensa_switch_to_literal_fragment. | |
1990 | (build_nop): New. | |
1991 | (assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars. | |
1992 | (get_expanded_loop_offset): Change check for undefined opcode to an | |
1993 | assertion. | |
1994 | (xtensa_set_frag_assembly_state, relaxable_section, | |
1995 | xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets, | |
1996 | xtensa_find_unaligned_loops, xg_apply_tentative_value): New. | |
1997 | (md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1. | |
1998 | Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes. | |
1999 | Call init_op_placement_info_table and xtensa_set_frag_assembly_state. | |
2000 | (xtensa_init_fix_data): New. | |
2001 | (xtensa_frob_label): Reset label symbol to the current frag. Check | |
2002 | do_align_targets and generating_literals flag. Propagate frequency | |
2003 | info to new alignment frag. Call xtensa_set_frag_assembly_state. | |
2004 | (xtensa_unrecognized_line): New. | |
2005 | (xtensa_flush_pending_output): Check if inside a bundle. Add a call | |
2006 | to xtensa_set_frag_assembly_state. | |
2007 | (error_reset_cur_vinsn): New. | |
2008 | (md_assemble): Remove check for literal frag. Remove call to | |
2009 | istack_init. Call use_transform instead of use_generics. Parse | |
2010 | explicit instruction format specifiers. Move code for | |
2011 | a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call | |
2012 | error_reset_cur_vinsn on errors. Add call to get_invisible_operands. | |
2013 | Add dwarf2_where call. Remote automatic alignment for ENTRY | |
2014 | instructions. Move call to xtensa_clear_insn_labels to the end. | |
2015 | Rearrange to handle bundles. | |
2016 | (xtensa_cons_fix_new): Delete. | |
2017 | (xtensa_handle_align): New. | |
2018 | (xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove | |
2019 | assignment to is_no_density field. | |
2020 | (md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc | |
2021 | instead of reloc_to_opnum. Handle "alternate" relocations. | |
2022 | (xtensa_force_relocation, xtensa_check_inside_bundle, | |
2023 | xtensa_elf_section_change_hook): New. | |
2024 | (xtensa_symbol_new_hook): Delete. | |
2025 | (xtensa_fix_adjustable): Check for difference of symbols with an | |
2026 | offset. Check for external and weak symbols. | |
2027 | (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs. | |
2028 | (md_estimate_size_before_relax): Return expansion for the first slot. | |
2029 | (tc_gen_reloc): Handle difference of symbols by producing | |
2030 | XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference | |
2031 | into the output. Handle new XTENSA_SLOT*_OP relocs by storing the | |
2032 | tentative values into the output when linkrelax is set. | |
2033 | (XTENSA_PROP_SEC_NAME): Define. | |
2034 | (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags. | |
2035 | Create literal tables only if using literal sections. Create new | |
2036 | property tables instead of old instruction tables. Check for unaligned | |
2037 | branch targets and loops. | |
2038 | (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes, | |
2039 | new_resource_table, clear_resource_table, resize_resource_table, | |
2040 | resources_available, reserve_resources, release_resources, | |
2041 | opcode_funcUnit_use_unit, opcode_funcUnit_use_stage, | |
2042 | resources_conflict, xg_find_narrowest_format, relaxation_requirements, | |
2043 | bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New. | |
2044 | (xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end | |
2045 | flag. Update checks for workaround options. Call | |
2046 | xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns. | |
2047 | (xtensa_cleanup_align_frags): Add special case for branch targets. | |
2048 | Check for and mark unreachable frags. | |
2049 | (xtensa_fix_target_frags): Remove use of align_only_targets flag. | |
2050 | Use RELAX_LOOP_END_BYTES in special case for negatable branch at the | |
2051 | end of a zero-overhead loop body. | |
2052 | (frag_can_negate_branch): Handle instructions with multiple slots. | |
2053 | Use new xtensa-isa.h functions | |
2054 | (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range, | |
2055 | xtensa_mark_zcl_first_insns): New. | |
2056 | (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if | |
2057 | transformations are disabled. | |
2058 | (next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle | |
2059 | multislot instructions. | |
2060 | (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags): | |
2061 | Likewise. Also error if transformations are disabled. | |
2062 | (unrelaxed_frag_max_size): New. | |
2063 | (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new | |
2064 | xtensa-isa.h functions. | |
2065 | (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use | |
2066 | xtensa_opcode_is_loop instead of is_loop_opcode. | |
2067 | (get_text_align_power): Replace as_fatal with assertion. | |
2068 | (get_text_align_fill_size): Iterate instead of using modulus when | |
2069 | use_nops is false. | |
2070 | (get_noop_aligned_address): Assert that this is for a machine-dependent | |
2071 | RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop, | |
2072 | xg_get_single_size, and frag_format_size. | |
2073 | (get_widen_aligned_address): Rename to ... | |
2074 | (get_aligned_diff): ... this function. Add max_diff parameter. | |
2075 | Remove handling of rs_align/rs_align_code frags. Use | |
2076 | next_frag_format_size, get_text_align_power, get_text_align_fill_size, | |
2077 | next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff | |
2078 | and pass it back to caller. | |
2079 | (xtensa_relax_frag): Use relax_frag_loop_align. Add code for new | |
2080 | RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, | |
2081 | RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen. | |
2082 | (relax_frag_text_align): Rename to ... | |
2083 | (relax_frag_loop_align): ... this function. Assume loops can only be | |
2084 | in the first slot of an instruction. | |
2085 | (relax_frag_add_nop): Use assemble_nop instead of constructing an OR | |
2086 | instruction. Remove call to frag_wane. | |
2087 | (relax_frag_narrow): Rename to ... | |
2088 | (relax_frag_for_align): ... this function. Extend to handle | |
2089 | RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with | |
2090 | RELAX_NARROW for the first slot. | |
2091 | (find_address_of_next_align_frag, bytes_to_stretch): New. | |
2092 | (future_alignment_required): Use find_address_of_next_align_frag and | |
2093 | bytes_to_stretch. Look ahead to subsequent frags to make smarter | |
2094 | alignment decisions. | |
2095 | (relax_frag_immed): Add format, slot, and estimate_only parameters. | |
2096 | Check if transformations are enabled for b_j_loop_end workaround. | |
2097 | Use new xtensa-isa.h functions and handle multislot instructions. | |
2098 | Update call to xg_assembly_relax. | |
2099 | (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE, | |
2100 | RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP | |
2101 | frag types. | |
2102 | (convert_frag_narrow): Add segP, format and slot parameters. Call | |
2103 | convert_frag_immed for branch instructions. Adjust calls to | |
2104 | tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use | |
2105 | xg_get_single_size and xg_get_single_format. | |
2106 | (convert_frag_fill_nop): New. | |
2107 | (convert_frag_immed): Add format and slot parameters. Handle multislot | |
2108 | instructions and use new xtensa-isa.h functions. Update calls to | |
2109 | tinsn_immed_from_frag and xg_assembly_relax. Check if transformations | |
2110 | enabled for b_j_loop_end workaround. Use build_nop instead of | |
2111 | assemble_nop. Check is_specific_opcode flag. Check for unreachable | |
2112 | frags. Use xg_get_single_size. Handle O_pltrel. | |
2113 | (fix_new_exp_in_seg): Remove check for old plt flag. | |
2114 | (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and | |
2115 | xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check | |
2116 | for loop opcode to an assertion. Mark all frags up to the end of the | |
2117 | loop as not transformable. | |
2118 | (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info. | |
2119 | (get_subseg_info): New. | |
2120 | (xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null | |
2121 | check for dest_seg. | |
2122 | (xtensa_switch_to_literal_fragment): Rewrite to handle absolute | |
2123 | literals and use xtensa_switch_to_non_abs_literal_fragment otherwise. | |
2124 | (xtensa_switch_to_non_abs_literal_fragment): New. | |
2125 | (cache_literal_section): Add is_code parameter and pass it through to | |
2126 | retrieve_literal_seg. | |
2127 | (retrieve_literal_seg): Add is_code parameter and use it to set the | |
2128 | flags on the literal section. Handle case where head parameter is 0. | |
2129 | (get_frag_is_no_transform, set_frag_is_specific_opcode, | |
2130 | set_frag_is_no_transform): New. | |
2131 | (xtensa_create_property_segments): Add end_property_function parameter | |
2132 | and pass it through to add_xt_block_frags. Call bfd_get_section_flags | |
2133 | and skip SEC_DEBUGGING and !SEC_ALLOC sections. | |
2134 | (xtensa_create_xproperty_segments, section_has_xproperty): New. | |
2135 | (add_xt_block_frags): Add end_property_function parameter and call it | |
2136 | if it is non-zero. Call xtensa_frag_flags_init. | |
2137 | (xtensa_frag_flags_is_empty, xtensa_frag_flags_init, | |
2138 | get_frag_property_flags, frag_flags_to_number, | |
2139 | xtensa_frag_flags_combinable, xt_block_aligned_size, | |
2140 | xtensa_xt_block_combine, add_xt_prop_frags, | |
2141 | init_op_placement_info_table, opcode_fits_format_slot, | |
2142 | xg_get_single_size, xg_get_single_format): New. | |
2143 | (istack_push): Inline call to tinsn_copy. | |
2144 | (tinsn_copy): Delete. | |
2145 | (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and | |
2146 | CONST16 opcodes. Handle O_big, O_illegal, and O_absent. | |
2147 | (tinsn_has_complex_operands): Handle O_hi16 and O_lo16. | |
2148 | (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h | |
2149 | functions. Handle invisible operands. | |
2150 | (tinsn_to_slotbuf): New. | |
2151 | (tinsn_check_arguments): Use new xtensa-isa.h functions. | |
2152 | (tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn, | |
2153 | vinsn_from_chars, and xg_free_vinsn. | |
2154 | (tinsn_from_insnbuf): New. | |
2155 | (tinsn_immed_from_frag): Add slot parameter and handle multislot | |
2156 | instructions. Handle symbol differences. | |
2157 | (get_num_stack_text_bytes): Use xg_get_single_size. | |
2158 | (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes, | |
2159 | xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register, | |
2160 | get_expr_register, set_expr_symbol_offset_diff): New. | |
2161 | * config/tc-xtensa.h (MAX_SLOTS): Define. | |
2162 | (xtensa_relax_statesE): Move from tc-xtensa.c. Add | |
2163 | RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS, | |
2164 | RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and | |
2165 | RELAX_NONE types. | |
2166 | (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c. | |
2167 | (xtensa_frag_type struct): Add is_assembly_state_set, | |
2168 | use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode, | |
2169 | is_align, is_text_align, alignment, and is_first_loop_insn fields. | |
2170 | Replace is_generics and is_relax fields by is_no_transform field. | |
2171 | Delete is_text and is_longcalls fields. Change text_expansion and | |
2172 | literal_expansion to arrays of MAX_SLOTS entries. Add arrays of | |
2173 | per-slot information: literal_frags, slot_subtypes, slot_symbols, | |
2174 | slot_sub_symbols, and slot_offsets. Add fr_prev field. | |
2175 | (xtensa_fix_data struct): New. | |
2176 | (xtensa_symfield_type struct): Delete plt field. | |
2177 | (xtensa_block_info struct): Move definition to tc-xtensa.h. Add | |
2178 | forward declaration here. | |
2179 | (xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec. | |
2180 | (XTENSA_SECTION_RENAME): Undefine. | |
2181 | (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT, | |
2182 | tc_unrecognized_line, md_do_align, md_elf_section_change_hook, | |
2183 | HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define. | |
2184 | (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete. | |
2185 | (unit_num_copies_func, opcode_num_units_func, | |
2186 | opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New. | |
2187 | (resource_table struct): New. | |
2188 | * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10. | |
2189 | (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype, | |
2190 | literal_space, symbol, sub_symbol, offset, and literal_frag fields. | |
2191 | (tinsn_copy): Delete prototype. | |
2192 | (vliw_insn struct): New. | |
2193 | * config/xtensa-relax.c (insn_pattern_struct): Add options field. | |
2194 | (widen_spec_list): Add option conditions for density and boolean | |
2195 | instructions. Add expansions using CONST16 and conditions for using | |
2196 | CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for | |
2197 | predicted branches. | |
2198 | (simplify_spec_list): Add option conditions for density instructions. | |
2199 | Add entry for NOP instruction. | |
2200 | (append_transition): Add cmp function pointer parameter and use it to | |
2201 | insert the new entry in order. | |
2202 | (operand_function_LOW16U, operand_function_HI16U): New. | |
2203 | (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle | |
2204 | OP_OPERAND_LOW16U and OP_OPERAND_HI16U. | |
2205 | (enter_opname, split_string): Use xstrdup instead of strdup. | |
2206 | (init_insn_pattern): Initialize new options field. | |
2207 | (clear_req_or_option_list, clear_req_option_list, | |
2208 | clone_req_or_option_list, clone_req_option_list, parse_option_cond): | |
2209 | New. | |
2210 | (parse_insn_pattern): Parse option conditions. | |
2211 | (transition_applies): New. | |
2212 | (build_transition): Use new xtensa-isa.h functions. Fix incorrectly | |
2213 | swapped last arguments in calls to append_constant_value_condition. | |
2214 | Call clone_req_option_list. Add warning about invalid opcode. | |
2215 | Handle LOW16U and HI16U function names. | |
2216 | (build_transition_table): Add cmp parameter and use it in calls to | |
2217 | append_transition. Use new xtensa-isa.h functions. Check | |
2218 | transition_applies before adding entries. | |
2219 | (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and | |
2220 | pass it through to build_transition_table. | |
2221 | * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList, | |
2222 | ReqOption, transition_cmp_fn): New types. | |
2223 | (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U. | |
2224 | (transition_rule struct): Add options field. | |
2225 | * doc/as.texinfo (Overview): Update Xtensa options. | |
2226 | * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density, | |
2227 | --[no-]relax, and --[no-]generics options. Update descriptions of | |
2228 | --text-section-literals and --[no-]longcalls. Add | |
2229 | --[no-]absolute-literals and --[no-]transform. | |
2230 | (Xtensa Syntax): Add description of syntax for FLIX instructions. | |
2231 | Remove use of "generic" and "specific" terminology for opcodes. | |
2232 | (Xtensa Registers): Generalize the syntax description to include | |
2233 | user-defined register files. | |
2234 | (Xtensa Automatic Alignment): Update. | |
2235 | (Xtensa Branch Relaxation): Mention limitation of unconditional jumps. | |
2236 | (Xtensa Call Relaxation): Linker can now remove most of the overhead. | |
2237 | (Xtensa Directives): Remove confusing rules about precedence. | |
2238 | (Density Directive, Relax Directive): Delete. | |
2239 | (Schedule Directive): New. | |
2240 | (Generics Directive): Rename to ... | |
2241 | (Transform Directive): ... this node. | |
2242 | (Literal Directive): Update for absolute literals. Missing | |
2243 | literal_position directive is now an error. | |
2244 | (Literal Position Directive): Update for absolute literals. | |
2245 | (Freeregs Directive): Delete. | |
2246 | (Absolute Literals Directive): New. | |
2247 | (Frame Directive): Minor editing. | |
2248 | * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf): | |
2249 | Update dependencies. | |
2250 | * Makefile.in: Regenerate. | |
2251 | ||
6e1304d8 RS |
2252 | 2004-10-07 Richard Sandiford <[email protected]> |
2253 | ||
2254 | * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp | |
2255 | to build the second and third fixups for a composite relocation. | |
2256 | (macro_read_relocs): New function. | |
2257 | (macro_build): Use it. | |
2258 | (s_cpsetup): Pass all three composite relocation codes to macro_build. | |
2259 | Simplify fragging code accordingly. | |
2260 | (s_gpdword): Use fix_new rather than fix_new_exp for the second part | |
2261 | of the composite relocation. Set fx_tcbit in both fixups. | |
2262 | ||
b1dca8ee RS |
2263 | 2004-10-07 Richard Sandiford <[email protected]> |
2264 | ||
2265 | * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs. | |
2266 | (md_apply_fix3): Don't treat composite relocs as done. | |
2267 | ||
89658e52 NC |
2268 | 2004-10-07 Jan Beulich <[email protected]> |
2269 | ||
2270 | * macro.c (macro_expand_body): When ELF, use .LL rather than LL as | |
2271 | prefix for symbol names generated from the LOCAL macro directive. | |
2272 | ||
289040ca NC |
2273 | * dw2gencfi.c (select_cie_for_fde): When separating CIE out from |
2274 | FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc. | |
2275 | ||
48c9f030 NC |
2276 | 2004-10-07 Tomer Levi <[email protected]> |
2277 | ||
2278 | * config/tc-crx.c (preprocess_reglist): Handle Co-processor | |
c04f5787 | 2279 | Special registers. |
5c5054ab | 2280 | (md_assemble): Add error checking for Co-Processor instructions. |
48c9f030 NC |
2281 | (get_cinv_parameters): Add 'b' option to invalidate the |
2282 | branch-target cache. | |
2283 | ||
7ed4c4c5 NC |
2284 | 2004-10-05 Paul Brook <[email protected]> |
2285 | ||
2286 | * config/tc-arm.c (unwind): New variable. | |
2287 | (vfp_sp_encode_reg): New function. | |
2288 | (vfp_sp_reg_required_here): Use it. | |
2289 | (vfp_sp_reg_list, vfp_dp_reg_list): Remove. | |
2290 | (vfp_parse_reg_list): New function. | |
2291 | (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind, | |
2292 | s_arm_unwind_personality, s_arm_unwind_personalityindex, | |
2293 | s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp, | |
2294 | s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New | |
2295 | functions. | |
2296 | (md_pseudo_table): Add them. | |
2297 | (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg. | |
2298 | (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto. | |
2299 | (set_section, add_unwind_adjustsp, flush_pending_unwind, | |
2300 | finish_unwind_opcodes, start_unwind_section, create_unwind_entry, | |
2301 | require_hashconst, add_unwind_opcode): New functions. | |
ab1e9ef7 | 2302 | * doc/c-arm.texi: Document unwinding opcodes. |
7ed4c4c5 NC |
2303 | * NEWS: Mention the new feature. |
2304 | ||
04ca8703 EC |
2305 | 2004-10-04 Eric Christopher <[email protected]> |
2306 | ||
2307 | * config/tc-mips.c (md_apply_fix3): Remove erroneous assert. | |
2308 | ||
7c1d0959 L |
2309 | 2004-10-01 H.J. Lu <[email protected]> |
2310 | ||
2311 | * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for | |
2312 | TLS relocations. | |
2313 | * config/tc-s390.c (md_apply_fix3): Likewise. | |
2314 | * config/tc-sparc.c (md_apply_fix3): Likewise. | |
2315 | ||
40a18ebd NC |
2316 | 2004-10-01 Paul Brook <[email protected]> |
2317 | ||
2318 | * config/tc-arm.c (arm_elf_section_type): New function. | |
2319 | (arm_elf_change_section): Set section link for exidx sections. | |
2320 | * config/tc-arm.h (arm_elf_section_type): Add prototype. | |
2321 | (md_elf_section_type): Define. | |
2322 | ||
14127cc4 NC |
2323 | 2004-10-01 Bill Farmer <[email protected]> |
2324 | ||
2325 | * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB | |
2326 | instruction's offset. | |
2327 | ||
b7c92712 NC |
2328 | 2004-10-01 Adam Nemet <[email protected]> |
2329 | ||
2330 | * (TARGET_FORMAT): Remove LynxOS COFF definition. | |
2331 | ||
65555e64 AM |
2332 | 2004-10-01 Ravi Ramaseshan <[email protected]> |
2333 | ||
2334 | * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an | |
2335 | asymbol *, instead use symbol_get_bfdsym. | |
2336 | ||
9fe0b840 NC |
2337 | 2004-09-30 Linus Nielsen Feltzing <[email protected]> |
2338 | ||
2339 | * config/tc-m68k.c (select_control_regs): Add mcf5249. | |
2340 | ||
0dd132b6 NC |
2341 | 2004-09-30 Paul Brook <[email protected]> |
2342 | ||
2343 | * config/tc-arm.c (do_smi, do_nop): New functions. | |
2344 | (insns): Add ARMv6ZK instructions. | |
2345 | (md_apply_fix3): Handle BFD_RELOC_ARM_SMI. | |
2346 | (tc_gen_reloc): Ditto. | |
2347 | (arm_cpus): Add mpcore and arm1176. | |
2348 | (arm_archs): Add armv6{k,z,zk}. | |
2349 | * doc/c-arm.texi: Document new cores and architectures. | |
2350 | ||
a737bd4d NC |
2351 | 2004-09-30 Nick Clifton <[email protected]> |
2352 | ||
2353 | * config/tc-arm.c: Use ISO C90 formatting. | |
2354 | ||
3631a3c8 NC |
2355 | 2004-09-30 Vladimir Ivanov <[email protected]> |
2356 | ||
a737bd4d | 2357 | * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN |
3631a3c8 NC |
2358 | as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or |
2359 | REG_TYPE_MVDX is expected. | |
2360 | ||
d5f0cf92 AM |
2361 | 2004-09-29 Marc Bevand <[email protected]> |
2362 | ||
2363 | * doc/c-i386.texi (i386-Mnemonics): Fix typo. | |
2364 | ||
9f9a069e JW |
2365 | 2004-09-21 James E Wilson <[email protected]> |
2366 | ||
2367 | * config/tc-ia64.c (ENCODED_PSP_OFFSET): New. | |
2368 | (output_rp_psprel, output_pfs_psprel, output_preds_psprel, | |
2369 | output_spill_base, output_unat_psprel, output_lc_psprel, | |
2370 | output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel, | |
2371 | output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel, | |
2372 | output_spill_psprel_p): Use it. | |
2373 | ||
4b778c88 TL |
2374 | 2004-09-20 Tomer Levi <[email protected]> |
2375 | ||
c04f5787 | 2376 | * config/tc-crx.c (handle_LoadStor): New function. |
04ca8703 | 2377 | Handle load/stor unique instructions before parsing. |
4b778c88 | 2378 | |
eb043451 PB |
2379 | 2004-09-17 Paul Brook <[email protected]> |
2380 | ||
2381 | * config/tc-arm.c (s_arm_rel31): New funciton. | |
2382 | (md_pseudo_table): Add .rel31. | |
04ca8703 | 2383 | (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2, |
eb043451 PB |
2384 | BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31. |
2385 | (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2. | |
2386 | (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2. | |
2387 | (arm_parse_reloc): Add (target2). | |
2388 | ||
8ea2b00f AM |
2389 | 2004-09-17 Alan Modra <[email protected]> |
2390 | ||
2391 | * Makefile.am: Run "make dep-am". | |
2392 | * Makefile.in: Regenerate. | |
2393 | * aclocal.m4: Regenerate. | |
2394 | * configure: Regenerate. | |
2395 | * doc/Makefile.in: Regenerate. | |
2396 | * po/POTFILES.in: Regenerate. | |
2397 | * po/gas.pot: Regenerate. | |
2398 | ||
7e1792e0 HPN |
2399 | 2004-09-14 Hideki IWAMOTO <[email protected]> |
2400 | ||
2401 | * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif. | |
2402 | [!LLONG_MAX]: Ditto. | |
2403 | ||
9c504268 PB |
2404 | 2004-09-13 Paul Brook <[email protected]> |
2405 | ||
2406 | * config/tc-arm.c: Rename RELABS to TARGET1. | |
2407 | ||
2159ac21 AM |
2408 | 2004-09-13 Alan Modra <[email protected]> |
2409 | ||
2410 | * messages.c (as_internal_value_out_of_range): Cast values passed | |
2411 | to as_bad_where or as_warn_where to proper type. | |
2412 | ||
23794b24 MM |
2413 | 2004-09-11 Theodore A. Roth <[email protected]> |
2414 | ||
2415 | * config/tc-avr.c: Add support for | |
2416 | atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128. | |
2417 | ||
e9fad691 AM |
2418 | 2004-09-09 Alan Modra <[email protected]> |
2419 | ||
2420 | * dw2gencfi.c (select_cie_for_fde): When separating CIE out | |
2421 | from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc. | |
2422 | ||
10b016c2 PB |
2423 | 2004-09-08 Paul Brook <[email protected]> |
2424 | ||
2425 | * config/obj-elf.c (obj_elf_section_type): Handle init_array, | |
2426 | fini_array and preinit_array section types. | |
2427 | * config/tc-ia64.c (ia64_elf_section_type): Remove init_array | |
2428 | and fini_array. | |
2429 | * doc/as.texinfo: Document extra section types. | |
2430 | ||
e5a52504 MM |
2431 | 2004-09-02 Mark Mitchell <[email protected]> |
2432 | ||
2433 | * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h. | |
2434 | * Makefile.in: Regenerated. | |
2435 | * configure.in: Set em for arm*-*-symbianelf*. | |
2436 | * configure: Regenerated. | |
2437 | * config/tc-arm.c (elf32_arm_target_format): Use Symbian target | |
2438 | vectors when appropriate. | |
2439 | * config/te-symbian.h: New file. | |
2440 | ||
42851540 NC |
2441 | 2004-09-03 Tomer Levi <[email protected]> |
2442 | ||
2443 | * config/tc-crx.c (gettrap): Exception vector can be case | |
2444 | insensitive. | |
04ca8703 | 2445 | (process_label_constant): Fix a 32-bit displacement bug in branch |
42851540 NC |
2446 | instructions. |
2447 | (get_operandtype) : Bug fix, wrong operand was used. | |
04ca8703 | 2448 | (process_label_constant): Initialize relocation type to |
42851540 NC |
2449 | BFD_RELOC_NONE |
2450 | ||
8783612f RE |
2451 | 2004-09-01 Richard Earnshaw < [email protected]> |
2452 | ||
2453 | * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s | |
2454 | for synthesizable cores. | |
2455 | ||
1ff4677c RE |
2456 | * doc/c-arm.texi (ARM Options): Document canonical names of CPUs. |
2457 | ||
b18c562e NC |
2458 | 2004-08-25 Dmitry Diky <[email protected]> |
2459 | ||
2460 | * config/tc-msp430.c: Clean-up the code. | |
2461 | (md_relax_table): New relax table. | |
2462 | (mcu_types): Sort MCU types. | |
2463 | (md_pseudo_table): Add .profiler pseudo handler. | |
2464 | (pow2value): New function. | |
2465 | (msp430_profiler): New function. | |
2466 | (msp430_operands): Add new insns handlers. | |
2467 | (msp430_srcoperand): Add register operand handler, allow complex | |
2468 | expressions. | |
2469 | (md_estimate_size_before_relax): Rewritten. | |
2470 | (md_convert_frag): Rewritten. | |
2471 | (msp430_relax_frag): New function. | |
2472 | * config/tc-msp430.h (md_relax_frag): define macro | |
2473 | * doc/c-msp430.texi: Update information. | |
2474 | ||
8f94ae4d NC |
2475 | 2004-08-24 Nick Clifton <[email protected]> |
2476 | ||
2477 | * as.c (std_shortopts): Allow -g to take an optional argument. | |
2478 | (parse_args): Pass any switch starting with -g on to the backend | |
2479 | for parsing. | |
2480 | ||
e51dace8 MM |
2481 | 2004-08-18 Mark Mitchell <[email protected]> |
2482 | ||
2483 | * configure.in (arm*-*-symbianelf*): New target. | |
2484 | (arm*-*-eabi*): Likewise. | |
2485 | * configure: Regenerated. | |
2486 | ||
f7870c8d TS |
2487 | 2004-08-18 Thiemo Seufer <[email protected]> |
2488 | * config/tc-mips.c (append_insn): Handle delay slots in branch likely | |
2489 | correctly. | |
2490 | ||
d6afba4b JJ |
2491 | 2004-08-18 Jakub Jelinek <[email protected]> |
2492 | ||
2493 | * config/tc-ia64.c (start_unwind_section): Add linkonce_empty | |
2494 | argument, don't do anything if current section is not | |
2495 | .gnu.linkonce.t.* and linkonce_empty is set. | |
2496 | (generate_unwind_image, dot_endp): Adjust callers, call | |
2497 | start_unwind_section (*, 1) if nothing will be put into the | |
2498 | section. | |
2499 | ||
329e276d NC |
2500 | 2004-08-17 Nick Clifton <[email protected]> |
2501 | ||
2502 | * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition. | |
2503 | (show_usage): Add -g. | |
2504 | (std_longopts): Add --gen-debug. Alpha sort the table. | |
2505 | (parse_args): Print an error message if a switch is not handled. | |
2506 | Handle the -g switch, calling md_debug_format_selector() if | |
2507 | necessary. | |
2508 | * NEWS: Mention new feature. | |
2509 | * doc/as.texinfo: Document new switch. | |
2510 | * doc/internals.texi: Document behaviour of md_parse_option. | |
04ca8703 | 2511 | |
329e276d NC |
2512 | * config/tc-arm.c (md_parse_option): Do not issue an error message |
2513 | if the switch is not recognised. | |
2514 | * config/tc-m68k.c (md_parse_option): Likewise. | |
2515 | * config/tc-pdp11.c (md_parse_option): Likewise. | |
2516 | * config/tc-v850.c (md_parse_option): Likewise. | |
2517 | ||
2518 | * as.h: Fix up formatting. | |
2519 | * tc.h: Likewise. | |
2520 | ||
4101eec8 NC |
2521 | 2004-08-16 Nick Clifton <[email protected]> |
2522 | ||
2766e5e4 NC |
2523 | * macro.c (macro_set_alternate): Use ISO C90 formatting. |
2524 | ||
4101eec8 NC |
2525 | * configure.in: Sort architecture based tables alphabetically. |
2526 | * configure: Regenerate. | |
2527 | ||
80f846b6 AM |
2528 | 2004-08-16 Alan Modra <[email protected]> |
2529 | ||
2530 | * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace | |
2531 | { "cc", 68 }, with { "cr", 70 }. | |
2532 | ||
caa32fe5 NC |
2533 | 2004-08-13 Jan Beulich <[email protected]> |
2534 | Nick Clifton <[email protected]> | |
2535 | ||
2536 | * as.c: Add and handle new --alternate command line option. | |
2537 | * macro.c (macro_set_alternate): New. | |
2538 | * macro.h (macro_set_alternate): Declare. | |
2539 | * read.c: Add and handle new .altmacro and .noaltmacro directives. | |
2540 | * doc/as.texinfo: Document new command line option and pseudo-ops | |
2541 | as well as insert documentation originating from gasp about | |
2542 | alternate macro syntax. | |
2543 | * NEWS: Mention new command line option and pseudo-ops. | |
2544 | ||
b2221023 MM |
2545 | 2004-08-10 Mark Mitchell <[email protected]> |
2546 | ||
2547 | * expr.c (operand): Handle the "~", "-", and "!" operators applied | |
2548 | to bignums. | |
2549 | ||
db6579d4 PB |
2550 | 2004-08-06 Paul Brook <[email protected]> |
2551 | ||
2552 | * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc): | |
2553 | Handle new relocations. | |
2554 | * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations. | |
2555 | ||
e750405d BW |
2556 | 2004-08-05 Bob Wilson <[email protected]> |
2557 | ||
2558 | * write.c (relax_segment): Use was_address instead of address when | |
2559 | setting fr_fix field for align frag due to backwards .org. | |
2560 | ||
1d70c7fb AO |
2561 | 2004-07-29 Alexandre Oliva <[email protected]> |
2562 | ||
2563 | Introduce SH2a support. | |
2564 | 2004-02-24 Corinna Vinschen <[email protected]> | |
2565 | * config/tc-sh.c (get_specific): Change arch_sh2a_up to | |
2566 | arch_sh2a_nofpu_up. | |
2567 | 2004-02-24 Corinna Vinschen <[email protected]> | |
2568 | * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling. | |
2569 | 2004-02-20 Corinna Vinschen <[email protected]> | |
2570 | * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition | |
2571 | to end of conditional expression. | |
2572 | 2004-02-20 Corinna Vinschen <[email protected]> | |
2573 | * config/tc-sh.c: Add sh2a-nofpu support. | |
2574 | 2003-12-29 DJ Delorie <[email protected]> | |
2575 | * tc-sh.c: Add sh2a support. | |
2576 | (parse_reg): Add tbr. | |
2577 | (parse_at): Support @@(disp,tbr). | |
2578 | (get_specific): Support sh2a opcodes. | |
2579 | (insert4): New, for 4 byte relocs. | |
2580 | (build_Mytes): Support sh2a opcodes. | |
2581 | (md_apply_fix3_Mytes): Support sh2a opcodes. | |
2582 | 2003-12-02 Michael Snyder <[email protected]> | |
2583 | * config/tc-sh.c (md_parse_option): Handle sh2a. | |
2584 | (sh_elf_final_processing): Ditto. | |
2585 | ||
e7fbc2bf JT |
2586 | 2004-07-27 Jason Thorpe <[email protected]> |
2587 | ||
2588 | * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd" | |
2589 | for TE_NetBSD. | |
2590 | ||
9232bbb0 AM |
2591 | 2004-07-27 Alan Modra <[email protected]> |
2592 | ||
2593 | * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big. | |
2594 | (ppc_arch): Expand comment. | |
2595 | ||
670ec21d NC |
2596 | 2004-07-27 Tomer Levi <[email protected]> |
2597 | ||
2598 | * config/tc-crx.c: Support evaluating the difference between two | |
2599 | symbols. | |
2600 | * config/tc-crx.h: Likewise. | |
2601 | ||
406f8ff9 | 2602 | 2004-07-26 H.J. Lu <[email protected]> |
38ce5b11 L |
2603 | |
2604 | * config/tc-ia64.c (start_unwind_section): Set the linked-to | |
2605 | section. | |
2606 | (ia64_elf_section_change_hook): Set the linked-to section for | |
2607 | SHT_IA_64_UNWIND. | |
2608 | ||
c05e9f04 NC |
2609 | 2004-07-26 Dmitry Diky <[email protected]> |
2610 | ||
2611 | * config/tc-msp430.c: Add new subtargets: msp430x1610, | |
2612 | msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437, | |
2613 | msp430xG438, msp430xG439. | |
2614 | ||
e9863d7f DJ |
2615 | 2004-07-25 Daniel Jacobowitz <[email protected]> |
2616 | ||
2617 | * doc/as.texinfo (Section, PushSection): Correct documentation | |
2618 | for ELF. | |
2619 | ||
543613e9 | 2620 | 2004-07-21 Jan Beulich <[email protected]> |
20f0a1fc NC |
2621 | |
2622 | * config/tc-i386.c (optimize_imm): Adjust immediates to only those | |
2623 | permissible for the selected instruction suffix. | |
2624 | (match_template): Don't permit 64-bit general purpose operands in | |
2625 | 32-bit mode. | |
2626 | (finalize_imm): Permit 64-bit immediates. | |
2627 | (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode | |
2628 | specially except for the width of the used base and/or index | |
2629 | registers. For 32-bit displacements, use sign-extended | |
2630 | relocations only when using 64-bit addressing. | |
2631 | Force zero displacement on rip-relative addressing when there is | |
2632 | no other displacement. | |
2633 | (i386_index_check): Don't treat 32-bit addressing in 64-bit mode | |
2634 | specially except for the width of the used base and/or index | |
2635 | registers. | |
2636 | (parse_register): Disallow Reg64 registers in 32-bit mode. | |
2637 | ||
543613e9 NC |
2638 | * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q' |
2639 | suffix if the instruction doesn't support it. | |
04ca8703 | 2640 | |
01a3f561 MR |
2641 | 2004-07-20 Maciej W. Rozycki <[email protected]> |
2642 | ||
2643 | * config/tc-mips.c (append_insn): Handle constant expressions with | |
2644 | no associated relocation. | |
2645 | (mips_ip): Cancel the expression after use for the Q format | |
2646 | specifier. | |
2647 | (parse_relocation): Return no relocation for unsupported | |
2648 | operators. | |
2649 | (my_getSmallExpression): Return no relocation if no relocation | |
2650 | operators are used. | |
2651 | ||
e12904d2 DA |
2652 | 2004-07-19 John David Anglin <[email protected]> |
2653 | ||
2654 | * config/obj-som.c (adjust_stab_sections): Add prototype. | |
2655 | (obj_som_compiler, obj_som_version, obj_som_copyright, | |
2656 | adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments. | |
2657 | * config/tc-hppa.c (update_subspace): Likewise. | |
2658 | (is_defined_subspace): Amplify comment. | |
2659 | * config/obj-som.h (som_frob_file): Add prototype. | |
2660 | ||
90c1602c L |
2661 | 2004-07-19 Christopher Faylor <[email protected]> |
2662 | H.J. Lu <[email protected]> | |
2663 | ||
2664 | * subsegs.c (section_symbol): Don't create a new segment when | |
2665 | existing segment is undefined. | |
2666 | ||
f263249b RE |
2667 | 2004-07-16 Richard Earnshaw <[email protected]> |
2668 | ||
2669 | * config/tc-arm.c: Include include/opcode/arm.h. | |
2670 | (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete. | |
2671 | (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete. | |
2672 | (FPU_ARCH_*): Delete. | |
2673 | * Makefile.am: Update dependencies. | |
2674 | * Makefile.in: Regenerate. | |
2675 | ||
152c65b9 NC |
2676 | 2004-07-15 Nick Clifton <[email protected]> |
2677 | ||
2678 | * configure.in: Accept armbe as a big-endian arm configuration. | |
2679 | * configure: Regenerate. | |
2680 | ||
0477af35 NC |
2681 | 2004-07-13 Thomas Nystrom <[email protected]> |
2682 | ||
2683 | * config/tc-i386.c (T_SHIFTOP): New constant. | |
2684 | (intel_e05_1): Handle '&', '|' and T_SHIFTOP. | |
2685 | (intel_el1): Handle '~'. | |
2686 | (intel_get_token): Handle '<>', '&', '|' and '~'. | |
2687 | ||
2688 | 2004-07-13 Nick Clifton <[email protected]> | |
2689 | ||
2690 | (md_assemble): Remove spurious newline from end of as_bad error | |
2691 | message. | |
2692 | (intel_e05_1): Likewise. | |
2693 | (intel_e11): Likewise. | |
2694 | (intel_match_token): Likewise. | |
2695 | ||
31302357 AS |
2696 | 2004-07-11 Andreas Schwab <[email protected]> |
2697 | ||
2698 | * config/tc-m68k.c: Convert to C90. Remove redundant | |
2699 | declarations. Indentation fixup. | |
2700 | [M68KCOFF]: Include "obj-coff.h" instead of declaring | |
2701 | obj_coff_section ourselves. | |
04ca8703 | 2702 | |
549f748d JW |
2703 | 2004-07-09 James E Wilson <[email protected]> |
2704 | ||
2705 | * config/tc-ia64.c (default_big_endian): New. | |
2706 | (dot_byteorder, md_begin): Use it. | |
2707 | (md_parse_option): Set it. | |
04ca8703 | 2708 | |
1a320fbb NC |
2709 | 2004-07-09 Nick Clifton <[email protected]> |
2710 | ||
2711 | * configure.in: Change sh-sybmian-elf to sh-*-symbianelf. | |
2712 | * configure: Regenerate. | |
2713 | * NEWS: Change sh-sybmian-elf to sh-*-symbianelf. | |
2714 | * config/tc-sh.c (sh_elf_final_processing): Use renamed version of | |
2715 | sh_find_elf_flags if necessary. | |
2716 | ||
de7e6852 RS |
2717 | 2004-07-08 Richard Sandiford <[email protected]> |
2718 | ||
2719 | * config/tc-mips.c (mips_fix_adjustable): If the full addend is | |
2720 | going to be split into more than one in-place addend, return 0 | |
2721 | for relocations against mergeable sections. Associate comments | |
2722 | with code. | |
2723 | ||
1fe1f39c NC |
2724 | 2004-07-07 Tomer Levi <[email protected]> |
2725 | ||
2726 | * Makefile.am (CPU_TYPES): Add crx. | |
2727 | (TARGET_CPU_CFILES): Add config/tc-crx.c. | |
2728 | (TARGET_CPU_HFILES): Add config/tc-crx.h. | |
2729 | (DEPTC_crx_elf): New target. | |
2730 | (DEPOBJ_crx_elf): Likewise. | |
2731 | (DEP_crx_elf): Likewise. | |
2732 | * Makefile.in: Regenerate. | |
2733 | * configure.in: Add crx* target. | |
2734 | * configure: Regenerate. | |
2735 | * config/tc-crx.c: New file. | |
2736 | * config/tc-crx.h: New file. | |
2737 | * NEWS: Mention new target. | |
2738 | ||
d9895649 NC |
2739 | 2004-07-06 Nick Clifton <[email protected]> |
2740 | ||
85fbca6a | 2741 | * config.in: Undefine TARGET_SYMBIAN by default. |
c04f5787 AM |
2742 | * configure.in: |
2743 | * configure: Regenerate. Add sh-symbian-elf target. If | |
2744 | selected define TARGET_SYMBIAN. | |
2745 | * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target | |
2746 | format if TARGET_SYMBIAN has been defined. | |
04ca8703 | 2747 | |
e7bd9ea0 NC |
2748 | * output-file.c (output_file_create): Report the target format |
2749 | chosen when bfd_openw reports that it is invalid. | |
2750 | ||
d9895649 NC |
2751 | * config/obj-coff.c (coff_pseudo_table): Only define the weak |
2752 | pseudo for BFD based assemblers. | |
2753 | ||
871ec896 JR |
2754 | 2004-07-05 Andrew Stubbs <[email protected]> |
2755 | ||
2756 | gas: | |
2757 | * config/tc-sh.c (md_assemble): Change isspace to ISSPACE. | |
2758 | (md_parse_option): Remove redundant -isa testing. | |
2759 | Make bfd_arch variable const. | |
2760 | (md_show_usage): Make bfd_arch variable const. | |
2761 | ||
5a9ff93d JW |
2762 | 2004-07-03 James E Wilson <[email protected]> |
2763 | ||
2764 | * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr. | |
2765 | * config/tc-ia64.h (md_frag_check): Define. | |
2766 | ||
c87db184 CF |
2767 | 2004-07-03 Aaron W. LaFramboise <[email protected]> |
2768 | ||
2769 | * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak | |
2770 | externals. | |
2771 | * doc/as.texinfo (Weak): Document PE weak symbols. | |
2772 | ||
3b91255e RS |
2773 | 2004-07-03 Richard Sandiford <[email protected]> |
2774 | ||
2775 | * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro. | |
2776 | (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS. | |
2777 | (mips_frob_file): Rework so that only a single pass through the | |
2778 | relocs is needed. Allow %lo()s to have higher offsets than their | |
2779 | corresponding %hi()s or %got()s. | |
2780 | ||
310ea308 NC |
2781 | 2004-07-02 Nick Clifton <[email protected]> |
2782 | ||
2783 | * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not | |
2784 | allow values which have come from undefined symbols. | |
2785 | Always consider this fixup to have been processed as a reloc | |
2786 | cannot be generated for it. | |
2787 | ||
09b935ac AM |
2788 | 2004-07-02 Alan Modra <[email protected]> |
2789 | ||
2790 | * frags.h (struct frag): Add has_code and insn_addr fields. | |
2791 | * write.c (cvt_frag_to_fill): Invoke md_frag_check. | |
2792 | * config/tc-ppc.c (md_assemble): Check and set insn_addr. | |
2793 | * config/tc-ppc.h (md_frag_check): Define. | |
2794 | ||
4d1cd5c7 MR |
2795 | 2004-06-28 Maciej W. Rozycki <[email protected]> |
2796 | ||
2797 | * doc/Makefile.am (info): Rename goal to... | |
2798 | (info-local): ... this, to preserve implicit dependencies. | |
2799 | * doc/Makefile.in: Regenerate with automake 1.8.5. | |
2800 | ||
097f809a NC |
2801 | 2004-06-25 Kazuhiro Inaoka <[email protected]> |
2802 | ||
2803 | * config/tc-m32r.c (md_convert_frag): Changed for @PLT. | |
2804 | (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT. | |
2805 | (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT. | |
2806 | (tc_gen_reloc): Likewise. | |
2807 | (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT. | |
2808 | (m32r_parse_name): Likewise. | |
2809 | (m32r_cgen_parse_fix_exp): Likewise. | |
2810 | * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT. | |
2811 | (O_PIC_reloc): Likewise. | |
2812 | (TC_CGEN_PARSE_FIX_EXP): Likewise.. | |
2813 | * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP | |
2814 | for @GOTOFF, @GOT, @PLT. | |
2815 | ||
bb82af9f NC |
2816 | 2004-06-21 Jan Beulich <[email protected]> |
2817 | ||
2818 | * gas/symbols.c: While discarding ordinary local absolute symbols | |
2819 | when --strip-local-absolute is in effect, retain file symbols. | |
2820 | ||
990ae22a AS |
2821 | 2004-06-20 Andreas Schwab <[email protected]> |
2822 | ||
2823 | * config/tc-m68k.c (mri_chip): Replace current_chip, not augment. | |
2824 | (md_parse_option): Likewise. | |
2825 | ||
32137342 NC |
2826 | 2004-06-17 Jan Beulich <[email protected]> |
2827 | ||
2828 | * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT. | |
2829 | * config/te-netware.h: New file. | |
2830 | * config/te-ppcnw.h: Delete: Obsolete. | |
2831 | * configure.in: Eliminate ill NetWare targets. Make generic | |
2832 | NetWare target use proper emulation. | |
2833 | * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add | |
2834 | reference to new te-netware.h. | |
2835 | * configure: Regenerate. | |
2836 | * Makefile.in: Regenerate. | |
2837 | ||
f84d8e26 MS |
2838 | 2004-06-15 Martin Schwidefsky <[email protected]> |
2839 | ||
2840 | * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned | |
2841 | comparison in .insn pseudo operation. | |
2842 | ||
587aac4e AM |
2843 | 2004-06-15 Alan Modra <[email protected]> |
2844 | ||
2845 | * config/obj-coff.c (coff_adjust_section_syms): Use | |
2846 | bfd_get_section_size instead of bfd_get_section_size_before_reloc. | |
2847 | (coff_frob_section): Likewise. | |
2848 | * config/tc-mips.c (md_apply_fix3): Likewise. | |
2849 | * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size. | |
2850 | (elf_frob_file_after_relocs): Likewise. | |
2851 | ||
2337eb33 DA |
2852 | 2004-06-10 John David Anglin <[email protected]> |
2853 | ||
b8fc22bc DA |
2854 | * config/tc-hppa.c (log2): Rename to exact_log2. |
2855 | (pa_next_subseg): Delete unused function. | |
2856 | (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED. | |
2857 | (create_new_subspace): Likewise. | |
2858 | ||
2337eb33 DA |
2859 | Bug gas/213 |
2860 | * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake | |
2861 | labels. Fix warning. | |
2862 | ||
53cb0362 DD |
2863 | 2004-05-28 DJ Delorie <[email protected]> |
2864 | ||
2865 | * config/tc-mn10300.h (tc_fix_adjustable): Define. | |
2866 | * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug | |
2867 | or non-merged symbols. | |
2868 | ||
888a75be L |
2869 | 2004-05-28 H.J. Lu <[email protected]> |
2870 | ||
2871 | * config/tc-ia64.c (remove_marked_resource): Save, clear and | |
2872 | restore the old slot when inserting srlz.i/srlz.d. | |
2873 | ||
f6f9408f JR |
2874 | 2004-05-28 Andrew Stubbs <[email protected]> |
2875 | ||
2876 | * Makefile.am: Regenerate dependecies. | |
2877 | * Makefile.in: Regenerate. | |
2878 | * config/tc-sh.c (valid_arch): Make unsigned. | |
2879 | (preset_target_arch): Likewise. | |
2880 | (md_begin): Use new architecture flags system. | |
2881 | (get_specific): Likewise. | |
2882 | (assemble_ppi): Likewise. | |
2883 | (md_assemble): Likewise. Also fix error check for bad opcodes. | |
2884 | (md_parse_option): Likewise. Also generate -isa values according | |
2885 | to the table in bfd/cpu-sh.c instead of just constants. Also | |
2886 | allow <arch>-up ISA variants. | |
2887 | (sh_elf_final_processing): Replace if-else chain with a call to | |
2888 | sh_find_elf_flags(). | |
2889 | * testsuite/gas/sh/arch: New directory. | |
2890 | * testsuite/gas/sh/arch/arch.exp: New test script. | |
2891 | * testsuite/gas/sh/arch/arch_expected.txt: New file. | |
2892 | * testsuite/gas/sh/arch/sh.s: New file. | |
2893 | * testsuite/gas/sh/arch/sh2.s: New file. | |
2894 | * testsuite/gas/sh/arch/sh-dsp.s: New file. | |
2895 | * testsuite/gas/sh/arch/sh2e.s: New file. | |
2896 | * testsuite/gas/sh/arch/sh3-nommu.s: New file. | |
2897 | * testsuite/gas/sh/arch/sh3.s: New file. | |
2898 | * testsuite/gas/sh/arch/sh3-dsp.s: New file. | |
2899 | * testsuite/gas/sh/arch/sh3e.s: New file. | |
2900 | * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file. | |
2901 | * testsuite/gas/sh/arch/sh4-nofpu.s: New file. | |
2902 | * testsuite/gas/sh/arch/sh4.s: New file. | |
2903 | * testsuite/gas/sh/arch/sh4a-nofpu.s: New file. | |
2904 | * testsuite/gas/sh/arch/sh4al-dsp.s: New file. | |
2905 | * testsuite/gas/sh/arch/sh4a.s: New file. | |
2906 | ||
580b9172 NC |
2907 | 2004-05-28 Peter Barada <[email protected]> |
2908 | ||
2909 | * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing | |
2910 | with zero offset into mode 2 addressing to save a word. | |
2911 | ||
652ca075 L |
2912 | 2004-05-27 H.J. Lu <[email protected]> |
2913 | ||
2914 | * config/tc-ia64.c (ar_is_in_integer_unit): Removed. | |
2915 | (ar_is_only_in_integer_unit): New. | |
2916 | (ar_is_only_in_memory_unit): New. | |
2917 | (generate_unwind_image): Silence gcc on 32bit host. | |
2918 | (md_assemble): Use ar_is_only_in_integer_unit instead of | |
2919 | ar_is_in_integer_unit. Check AR access. | |
2920 | ||
60fed2d3 NC |
2921 | 2004-05-27 Peter Barada <[email protected]> |
2922 | ||
2923 | * config/tc-m68k.c (md_begin): Sort the opcode table into | |
2924 | alphabetical order. | |
2925 | (m68k_compare_opcode): New function to do the sorting. | |
2926 | ||
be8c092b NC |
2927 | 2004-05-24 Peter Barada <[email protected]> |
2928 | ||
2929 | * config/m68k-parse.y(operand): Allow for MAC/EMAC mask | |
2930 | addressing on MIT style operands. | |
2931 | * config/m68k-parse.y(yylex): Allow '-&' for predecrement | |
2932 | w/mask addressing. | |
2933 | * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type | |
2934 | operands. | |
2935 | ||
1181c20e AM |
2936 | 2004-05-23 Alan Modra <[email protected]> |
2937 | ||
2938 | * expr.c (operand, operator): Don't reject '++' and '--'. | |
2939 | ||
20e56c33 RS |
2940 | 2004-05-20 Richard Sandiford <[email protected]> |
2941 | ||
2942 | * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16 | |
2943 | dwarf tables. | |
2944 | ||
04ca8703 | 2945 | 2004-05-17 Adam Nemet <[email protected]> |
b2d65c0b NC |
2946 | |
2947 | * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF. | |
2948 | * configure: Regenerate. | |
2949 | ||
0da76f83 NC |
2950 | 2004-05-13 Paul Brook <[email protected]> |
2951 | ||
2952 | * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries. | |
2953 | ||
4b363073 NC |
2954 | 2004-05-13 Joel Sherrill <[email protected]> |
2955 | ||
2956 | * configure.in (or32-*-rtems*): Switch to elf. | |
2957 | * configure: Regenerate. | |
2958 | ||
9598fbe5 NC |
2959 | 2004-05-13 Nick Clifton <[email protected]> |
2960 | ||
2961 | * po/fr.po: Updated French translation. | |
2962 | ||
22fe14ad NC |
2963 | 2004-05-11 Nick Clifton <[email protected]> |
2964 | ||
2965 | * doc/as.texinfo (Section): Document G and T flags to .section | |
2966 | directive. Document the extra arguments that the G flag | |
2967 | requires. Document the #tls flag. | |
2968 | ||
2969 | 2004-05-11 H.J. Lu <[email protected]> | |
2970 | ||
2971 | * subsegs.c (section_symbol): Create a new section symbol if | |
2972 | the existing one doesn't match. | |
2973 | * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol. | |
2974 | ||
532c738a RS |
2975 | 2004-05-07 Richard Sandiford <[email protected]> |
2976 | ||
2977 | * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120 | |
2978 | to cope with VR4181A errata MD(1) and MD(4). | |
2979 | ||
0503b355 BF |
2980 | 2004-05-07 Brian Ford <[email protected]> |
2981 | ||
2982 | * NEWS: Mention .secrel32 for pe[i]-i386. | |
2983 | ||
daeea990 AO |
2984 | 2004-05-07 Alexandre Oliva <[email protected]> |
2985 | ||
2986 | * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New. | |
2987 | (HANDLE_ALIGN): New. | |
2988 | ||
bfbdcf04 DJ |
2989 | 2004-05-06 Daniel Jacobowitz <[email protected]> |
2990 | ||
2991 | * Makefile.am (DIST_SUBDIRS): Define. | |
2992 | * aclocal.m4: Regenerate with automake 1.8.4. | |
2993 | * Makefile.in: Likewise. | |
2994 | * doc/Makefile.in: Likewise. | |
2995 | ||
5e819f9c JW |
2996 | 2004-05-06 David Mosberger-Tang <[email protected]> |
2997 | ||
2998 | * config/tc-ia64.c (dot_serialize): Declare. | |
2999 | (dot_serialize): New function. | |
3000 | (md_pseudo_table): Add ".serialize.data" and | |
3001 | ".serialize.instruction" directives. | |
3002 | ||
e5976317 NC |
3003 | 2004-05-06 Nick Clifton <[email protected]> |
3004 | ||
3005 | * messages (as_internal_value_out_of_range): Print a message about | |
3006 | a value being out of range. Be consistent about whether the | |
3007 | values are printed in decimal or hexadecimal. | |
3008 | (as_warn_value_out_of_range): Generate a warning message about an | |
3009 | out of range value. | |
3010 | (as_bad_value_out_of_range): Generate an error message about an | |
3011 | out of range value. | |
3012 | * as.h: Prototype the new functions. | |
3013 | * config/tc-alpha.c (insert_operand): Use new function. | |
3014 | * config/tc-arc.c (arc_insert_operand): Likewise. | |
3015 | * config/tc-mn10200.c (mn10200_insert_operand): Likewise. | |
3016 | * config/tc-mn10300.c (mn10300_insert_operand): Likewise. | |
3017 | * config/tc-ppc.c (ppc_insert_operand): Likewise. | |
3018 | * config/tc-s390.c (s390_insert_operand): Likewise. | |
3019 | * config/tc-v850.c (v850_insert_operand): Likewise. | |
3020 | ||
996991aa AO |
3021 | 2004-05-05 Alexandre Oliva <[email protected]> |
3022 | ||
3023 | * configure.in: Set em=linux for frv-*-*linux*. | |
3024 | * configure: Rebuilt. | |
3025 | * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if... | |
3026 | (frv_md_fdpic_enabled): New. | |
3027 | * config/tc-frv.c (frv_md_fdpic_enabled): New. | |
3028 | (DEFAULT_FDPIC): New. | |
3029 | (frv_flags): Use DEFAULT_FDPIC. | |
3030 | (frv_pic_flag): Likewise. | |
3031 | (OPTION_NOPIC): New. | |
3032 | (md_longopts): Add -mnopic. | |
3033 | (md_parse_option): Handle it. | |
3034 | (md_show_usage): Add -mfdpic and -mnopic. | |
3035 | ||
6b6e92f4 NC |
3036 | 2004-05-05 Peter Barada <[email protected]> |
3037 | ||
3038 | * config/tc-m68k.c: Add find_cf_chip to print list of valid | |
3039 | chips for invalid coldfire instructions, rename selectors | |
3040 | for ColdFire sub-variants, add 521x,5249,547x,548x and aliases, | |
3041 | add current_chip to track which chip is referred to(including save/restore), | |
3042 | use current_chip to select control registers, not current_arch. | |
3043 | (md_show_usage): Add new chips. | |
3044 | * doc/c-m68k.texi: Document new command line switches. | |
3045 | ||
6f079ae3 JJ |
3046 | 2004-05-05 Jakub Jelinek <[email protected]> |
3047 | ||
3048 | * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove. | |
3049 | (NOP_OPCODE): Define. | |
3050 | (s390_align_code): Remove prototype. | |
3051 | * tc-s390.c (s390_align_code): Remove. | |
3052 | ||
2d6ed997 L |
3053 | 2004-05-04 H.J. Lu <[email protected]> |
3054 | ||
3055 | * config/tc-ia64.c (make_unw_section_name): Removed. | |
3056 | (start_unwind_section): New function. | |
3057 | (generate_unwind_image): Take const segT instead of const | |
3058 | char *. | |
3059 | (dot_handlerdata): Adjusted. | |
3060 | (dot_endp): Likewise. | |
3061 | ||
b9f18452 L |
3062 | 2004-05-02 H.J. Lu <[email protected]> |
3063 | ||
3064 | * config/obj-elf.c (obj_elf_change_section): Allow the | |
3065 | ".note.GNU-stack" section has SHF_EXECINSTR. | |
3066 | ||
fafe6678 L |
3067 | 2004-05-02 H.J. Lu <[email protected]> |
3068 | ||
3069 | * config/obj-elf.c (get_section): Return bfd_boolean. | |
3070 | (obj_elf_change_section): Call bfd_get_section_by_name_if | |
3071 | instead of bfd_map_over_sections. | |
3072 | ||
86654c12 L |
3073 | 2004-04-30 H.J. Lu <[email protected]> |
3074 | ||
3075 | * config/obj-elf.c (get_section): New function. | |
3076 | (obj_elf_change_section): Support multiple sections with same | |
3077 | name. | |
3078 | ||
376eb240 NC |
3079 | 2004-04-30 Nick Clifton <[email protected]> |
3080 | ||
3081 | * config/tc-arm.c (create_register_alias): Fix typo checking for | |
3082 | case sensitive register aliases. | |
3083 | (co_proc_number): Use error message string in all_reg_maps[] | |
3084 | array. | |
3085 | (cp_reg_required_here): Likewise. | |
3086 | (fp_reg_required_here): Likewise. | |
3087 | ||
8a7140c3 NC |
3088 | 2004-04-29 Brian Ford <[email protected]> |
3089 | ||
3090 | * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags. | |
3091 | ||
3e722fb5 CD |
3092 | 2004-04-28 Chris Demetriou <[email protected]> |
3093 | ||
3094 | * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build) | |
3095 | (load_address, macro, mips_ip, md_parse_option) | |
3096 | (mips_force_relocation, mips_validate_fix, md_apply_fix3) | |
3097 | (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all | |
3098 | embedded-PIC handling, and update comments. | |
3099 | (SWITCH_TABLE): Remove. | |
3100 | * config/tc-mips.h (DIFF_EXPR_OK): Delete. | |
3101 | (enum mips_pic_level): Remove EMBEDDED_PIC. | |
3102 | (EXTERN_FORCE_RELOC): Remove embedded-PIC handling. | |
3103 | (TC_FORCE_RELOCATION): Update comment. | |
3104 | * ecoff.c (ecoff_build_lineno): Add comment about some code that | |
3105 | might be safe to remove now that MIPS embedded-PIC is gone. | |
3106 | ||
351e2b5a DA |
3107 | 2004-04-28 John David Anglin <[email protected]> |
3108 | ||
3109 | * config/obj-som.c (obj_som_init_stab_section): Add new arguments in | |
3110 | call to obj_set_subsection_attributes. | |
3111 | (obj_som_init_stab_section): Likewise. | |
3112 | * config/tc-hppa.c (default_subspace_dict): Add comdat field. | |
3113 | (pa_def_subspaces): Provide comdat default. | |
3114 | (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and | |
3115 | not SEC_IS_COMMON if section is comdat, common or dup_common. Update | |
3116 | calls to create_new_subspace and update_subspace to pass comdat flag. | |
3117 | (create_new_subspace, update_subspace): Add new comdat argument. Use | |
3118 | it in calls to obj_set_subsection_attributes. | |
3119 | * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter | |
3120 | and use of comdat, common and dup_comm parameters. | |
3121 | ||
f5842774 L |
3122 | 2004-04-26 H.J. Lu <[email protected]> |
3123 | ||
3124 | * config/obj-elf.c (obj_elf_change_section): Check if the old | |
3125 | group name is NULL before comparison. | |
3126 | ||
558fe4a7 CD |
3127 | 2004-04-23 Chris Demetriou <[email protected]> |
3128 | ||
3129 | * config/tc-mips.h (mips_dwarf2_addr_size): Prototype. | |
3130 | ||
81a21e38 TS |
3131 | 2004-04-23 Thiemo Seufer <[email protected]> |
3132 | ||
3133 | * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN. | |
3134 | ||
3135 | 2004-04-23 Chris Demetriou <[email protected]> | |
1ffcab4b CD |
3136 | |
3137 | * config/tc-mips.c (md_longopts): Remove -membedded-pic option. | |
3138 | (OPTION_MEMBEDDED_PIC): Remove. | |
3139 | (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL) | |
3140 | (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS) | |
3141 | (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64) | |
3142 | (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH) | |
3143 | (OPTION_ELF_BASE): Renumber. | |
3144 | (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling. | |
3145 | (md_show_usage): Remove mention of -membedded-pic. | |
3146 | * doc/as.texinfo: Remove mention of -membedded-pic. | |
3147 | ||
4d0d148d TS |
3148 | 2004-04-23 Thiemo Seufer <[email protected]> |
3149 | ||
3150 | * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove. | |
3151 | * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove | |
3152 | a.out support. | |
3153 | (md_begin, mips_ip, md_parse_option, s_change_sec, s_option, | |
3154 | s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of | |
3155 | USE_GLOBAL_POINTER_OPT. | |
3156 | ||
017315e4 TS |
3157 | 2004-04-22 Thiemo Seufer <[email protected]> |
3158 | ||
3159 | * config/tc-mips.c (macro): One more use of load_delay_nop. | |
3160 | ||
269137b2 TS |
3161 | 2004-04-22 Atsushi Nemoto <[email protected]> |
3162 | ||
3163 | * config/tc-mips.c (load_delay_nop): New function. | |
3164 | (load_address, macro): Use load_delay_nop() to build a nop | |
3165 | which can be omitted with gpr_interlocks. | |
3166 | ||
24772049 TS |
3167 | 2004-04-22 Thiemo Seufer <[email protected]> |
3168 | ||
3169 | * config/tc-mips.c (hilo_interlocks, gpr_interlocks, | |
3170 | cop_interlocks): Remove superfluous CPU entries. | |
3171 | ||
06516a5e PB |
3172 | 2004-04-22 Paul Brook <[email protected]> |
3173 | ||
3174 | * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4. | |
3175 | ||
fd99574b NC |
3176 | 2004-04-22 Peter Barada <[email protected]> |
3177 | ||
3178 | * NEWS: Added support for EMAC instructions and MAC/EMAC | |
3179 | Motorola syntax. | |
3180 | * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC | |
3181 | scale factor tokens, trailing_ampersand to mark mask addressing | |
3182 | for MAC/EMAC instructions. | |
3183 | * config/m68k-parse.y: Add options_ampersand clause, '<<', | |
3184 | '>>'. | |
3185 | (yylex): Handle '>', '<', and '&' following '+'. | |
3186 | * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire | |
04ca8703 | 3187 | architectures in archs[]. |
fd99574b NC |
3188 | (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing |
3189 | for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>' | |
3190 | respectively. | |
3191 | (m68k_ip): Handle trailing '&' on MAC/EMAC insns. | |
3192 | (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']' | |
3193 | cases. | |
3194 | Add EMAC operands to init_table[]. | |
3195 | ||
69b97547 NC |
3196 | 2004-04-22 Bruno De Bus <[email protected]> |
3197 | ||
3198 | * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED | |
3199 | state. | |
3200 | (TC_SEGMENT_INFO_TYPE): Define to enum mstate. | |
3201 | * config/tc-arm.c (enum mstate): Delete from here. | |
3202 | (mapping_state): Remove the static mapstate variable and instead | |
3203 | store the state in the segment. This allows a per-section mapping | |
3204 | state. Handle and ignore MAP_UNDEFINED states. | |
3205 | (arm_elf_change_section): Get the current mapping state from the | |
3206 | new section. | |
3207 | (s_ltorg): Set the mapping state to MAP_DATA. | |
3208 | (arm_cleanup): Use arm_elf_change_section to get the mapping state | |
3209 | for each pool as it is emitted. | |
3210 | ||
3211 | 2004-04-22 Nick Clifton <[email protected]> | |
3212 | ||
3213 | * config/tc-arm.h: Formatting tidy ups. | |
3214 | ||
7a7f4e42 CD |
3215 | 2004-04-20 Chris Demetriou <[email protected]> |
3216 | ||
3217 | * NEWS: Note that MIPS -membedded-pic option is deprecated. | |
3218 | ||
6482c264 NC |
3219 | 2004-04-20 DJ Delorie <[email protected]> |
3220 | ||
3221 | * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define. | |
3222 | * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32". | |
3223 | [TE_PE] (O_secrel): Define. | |
3224 | [TE_PE] (x86_pe_cons_fix_new): New. | |
3225 | [TE_PE] (pe_directive_secrel): Likewise. | |
3226 | (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL. | |
3227 | ||
5bf10039 EC |
3228 | 2004-04-19 Eric Christopher <[email protected]> |
3229 | ||
c04f5787 AM |
3230 | * config/tc-mips.c (mips_dwarf2_addr_size): Revert part |
3231 | of previous patch for fix in gcc. | |
5bf10039 | 3232 | |
77cd6497 JJ |
3233 | 2004-04-19 Jakub Jelinek <[email protected]> |
3234 | ||
3235 | * config/tc-xtensa.c (xg_assembler_literal): Fix a typo. | |
3236 | ||
b8861cfb NS |
3237 | 2004-04-19 Nathan Sidwell <[email protected]> |
3238 | ||
3239 | * read.c (do_align): Call md_flush_pending_output, if defined. | |
3240 | ||
f4c724fc AM |
3241 | 2004-04-16 Alan Modra <[email protected]> |
3242 | ||
3243 | * expr.c (operand): Correct checks for ++ and --. | |
3244 | ||
a4b6e8f6 L |
3245 | 2004-04-14 H.J. Lu <[email protected]> |
3246 | ||
3247 | * config/tc-generic.c: Add some comments. | |
3248 | ||
d766e8ec RS |
3249 | 2004-04-14 Richard Sandiford <[email protected]> |
3250 | ||
3251 | * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from | |
3252 | -{no-}mfix-vr4122-bugs. | |
3253 | * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs. | |
3254 | (append_insn, mips_emit_delays): Update accordingly. | |
3255 | (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122. | |
3256 | (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120. | |
3257 | (md_parse_option): Update after above changes. | |
3258 | (md_show_usage): Add -mfix-vr4120. | |
3259 | ||
ed9589d4 BW |
3260 | 2004-04-13 Bob Wilson <[email protected]> |
3261 | ||
3262 | * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use | |
3263 | of .section directive; add a reference to the ELF .subsection | |
3264 | directive. | |
3265 | ||
097dba13 NC |
3266 | 2004-04-13 Kazuhiro Inaoka <[email protected]> |
3267 | ||
3268 | * config/tc-m32r.c (md_assemble): Fixed infinite loop bug | |
3269 | in parallel. | |
3270 | ||
279500de TS |
3271 | 2004-04-11 Thiemo Seufer <[email protected]> |
3272 | ||
3273 | * Makefile.am: Remove mips from aout targets. | |
3274 | * Makefile.in: Regenerate. | |
3275 | * configure.in: Remove mips-dec-bsd* target. | |
3276 | * configure: Regenerate. | |
3277 | ||
b7d7dc63 AM |
3278 | 2004-04-07 Alan Modra <[email protected]> |
3279 | ||
3280 | PR 96 | |
3281 | * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields | |
3282 | to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64. | |
3283 | Update "mapping". Restrict some @ modifiers to 32 bit. | |
3284 | ||
f55629b8 KK |
3285 | 2004-04-01 Asgari Jinia <[email protected]> |
3286 | Dhananjay Deshpande <[email protected]> | |
3287 | ||
3288 | * config/tc-sh.c (dont_adjust_reloc_32): New variable. | |
3289 | (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when | |
3290 | dont_adjust_reloc_32 is set. | |
3291 | (md_longopts): Add option -renesas. | |
3292 | (md_parse_option, md_show_usage): Likewise. | |
3293 | * doc/c-sh.texi: Likewise. | |
3294 | ||
a7844384 NC |
3295 | 2004-04-01 Dave Korn <[email protected]> |
3296 | ||
3297 | * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for | |
3298 | hi16 and lo16 fixS structs. | |
3299 | (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in | |
3300 | exactly the same way as for RELOC_DLX_REL16. | |
3301 | (machine_ip): properly respect LO flag in the_insn and | |
3302 | output RELOC_DLX_LO16 rather than RELOC_DLX_16. | |
3303 | (md_apply_fix3): apply RELOC_DLX_LO16. | |
3304 | ||
6c71dbc4 SS |
3305 | 2004-03-30 Stan Shebs <[email protected]> |
3306 | ||
3307 | Remove long-obsolete MPW support. | |
3308 | * mpw-config.in, mpw-make.sed, mac-as.r: Remove files. | |
3309 | * configure.in: Remove mention of ppc-*-mpw* config. | |
3310 | * configure.in: Likewise. | |
3311 | ||
7cc69913 NC |
3312 | 2004-03-30 Nick Clifton <[email protected]> |
3313 | ||
3314 | * config/tc-arm.c (meabi_flags): Make its use conditional upon | |
3315 | OBJ_ELF being defined. | |
3316 | ||
53fbb48a AM |
3317 | 2004-03-27 Alan Modra <[email protected]> |
3318 | ||
3319 | * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code. | |
3320 | ||
d507cf36 PB |
3321 | 2004-03-23 Paul Brook <[email protected]> |
3322 | ||
3323 | * config/tc-arm.c (meabi_flags): New variable. | |
3324 | (arm_parse_eabi): New function. | |
3325 | (md_begin): Set flags for EABI v3. | |
3326 | (arm_eabis): Add. | |
3327 | (arm_long_opts): Add meabi. | |
ab1e9ef7 | 3328 | * doc/as.texinfo <ARM>: Document -meabi. |
d507cf36 PB |
3329 | * doc/c-arm.texi: Ditto. |
3330 | ||
88d65ad6 BW |
3331 | 2004-03-22 Bob Wilson <[email protected]> |
3332 | ||
3333 | * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal | |
3334 | tables even when use_literal_section flag is not set. | |
3335 | ||
13ef8878 AM |
3336 | 2004-03-22 Alan Modra <[email protected]> |
3337 | ||
3338 | * config/tc-sh.c: Remove trailing whitespace. | |
3339 | ||
1048a9ba HPN |
3340 | 2004-03-22 Hans-Peter Nilsson <[email protected]> |
3341 | ||
3342 | * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort, | |
3343 | --mul-bug-abort and the default behavior. | |
3344 | * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL. | |
3345 | (err_for_dangerous_mul_placement): New variable. | |
3346 | (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New | |
3347 | macros. | |
3348 | (md_cris_relax_table): Have placeholder for STATE_MUL. | |
3349 | (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort. | |
3350 | (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New | |
3351 | case doing nothing. | |
3352 | (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL, | |
3353 | STATE_BYTE)>: Ditto. | |
3354 | (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check | |
3355 | alignment and position of this frag, emit error message if | |
3356 | suspicious. | |
3357 | (md_assemble): For a multiply insn and when checking it, | |
3358 | transform the current frag into a special frag for that purpose. | |
3359 | (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case | |
3360 | OPTION_MULBUG_ABORT_ON>: Handle new options. | |
3361 | ||
a7877748 BW |
3362 | 2004-03-19 Bob Wilson <[email protected]> |
3363 | ||
3364 | * config/tc-xtensa.c (mark_literal_frags): New function. | |
3365 | (xtensa_move_literals): Call mark_literal_frags for all literal | |
3366 | segments, including init and fini literal segments. | |
3367 | (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec. | |
3368 | ||
9992270f DA |
3369 | 2004-03-19 John David Anglin <[email protected]> |
3370 | ||
3371 | * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type. | |
3372 | (pa_comm): Set BSF_OBJECT in symbol flags. | |
3373 | ||
6e1772d5 AM |
3374 | 2004-03-19 Alan Modra <[email protected]> |
3375 | ||
3376 | * Makefile.am: Run "make dep-am". | |
3377 | * Makefile.in: Regenerate. | |
3378 | * doc/Makefile.in: Regenerate. | |
3379 | * config.in: Regenerate. | |
3380 | * po/gas.pot: Regenerate. | |
3381 | ||
3e4caed2 NS |
3382 | 2004-03-18 Nathan Sidwell <[email protected]> |
3383 | ||
c95b35a9 NS |
3384 | * read.c (read_a_source_file): Use demand_empty_rest_of_line. |
3385 | (demand_empty_rest_of_line): Issue an error here. | |
3386 | (ignore_rest_of_line): Silently skip to end. | |
3387 | (demand_copy_string): Issue an error, not warning. | |
3388 | (equals): Likewise. | |
3389 | * config/obj-elf.c (obj_elf_section_name): Likewise. | |
3390 | (obj_elf_section): Likewise. | |
3391 | * config/tc-arc.c (arc_extoper): Remove bogus NULL checks. | |
3392 | (arc_extinst): Likewise. | |
3393 | * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line. | |
3394 | (dot_spill): Likewise. | |
3395 | (dot_unwabi): Likewise. | |
3396 | (dot_prologue): Likewise. | |
3397 | ||
3e4caed2 NS |
3398 | * expr.c (operand): Reject ++ and --. |
3399 | (operator): Likewise. | |
3400 | ||
2ce4cc60 KK |
3401 | 2004-03-17 Kaz Kojima <[email protected]> |
3402 | ||
3403 | * config/tc-sh.c: Include dw2gencfi.h. | |
3404 | (sh_cfi_frame_initial_instructions): New function. | |
3405 | (sh_regname_to_dw2regnum): Likewise. | |
3406 | * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of | |
3407 | file. | |
3408 | (TARGET_USE_CFIPOP): Define. | |
3409 | (tc_cfi_frame_initial_instructions): Likewise. | |
3410 | (tc_regname_to_dw2regnum): Likewise. | |
3411 | (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise. | |
3412 | * Makefile.am: Update dependencies. | |
3413 | * Makefile.in: Regenerate. | |
3414 | ||
9183ed4b AM |
3415 | 2004-03-17 Ralf Corsepius <[email protected]> |
3416 | ||
3417 | * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*. | |
3418 | * configure: Regenerate. | |
3419 | ||
00bbdfe7 BW |
3420 | 2004-03-12 Bob Wilson <[email protected]> |
3421 | ||
3422 | * read.c (s_leb128): Call md_flush_pending_output. | |
3423 | ||
0f10071e ML |
3424 | 2004-03-12 Michal Ludvig <[email protected]> |
3425 | ||
3426 | * config/tc-i386.c (output_insn): Handle PadLock instructions. | |
3427 | * config/tc-i386.h (CpuPadLock): New define. | |
3428 | (CpuUnknownFlags): Added CpuPadLock. | |
3429 | ||
84c84759 AS |
3430 | 2004-03-07 Andreas Schwab <[email protected]> |
3431 | ||
3432 | * doc/c-hppa.texi (HPPA Directives): Fix typo. | |
3433 | ||
6ec51dba RH |
3434 | 2004-03-07 Richard Henderson <[email protected]> |
3435 | ||
3436 | * dw2gencfi.c (output_cie): Align length to 4 byte boundary. | |
3437 | (cfi_finish): Likewise for fde. | |
3438 | ||
bae25f19 L |
3439 | 2004-03-05 H.J. Lu <[email protected]> |
3440 | ||
3441 | * config/tc-ia64.c (md_assemble): Properly handle NULL | |
3442 | align_frag. | |
3443 | (ia64_handle_align): Don't abort if failed to add a stop bit. | |
3444 | ||
ab509236 L |
3445 | 2004-03-04 H.J. Lu <[email protected]> |
3446 | ||
3447 | * Makefile.in: Regenerated. | |
3448 | * aclocal.m4: Likewise. | |
3449 | * configure: Likewise. | |
3450 | * doc/Makefile.in: Likewise. | |
3451 | ||
d9201763 L |
3452 | 2004-03-03 H.J. Lu <[email protected]> |
3453 | ||
3454 | * config/tc-ia64.c (dot_align): New. | |
3455 | (ia64_do_align): Make it static. | |
3456 | (md_pseudo_table): Use "dot_align" for "align". | |
3457 | (ia64_md_do_align): Don't set align_frag here. | |
3458 | (ia64_handle_align): Add a stop bit to the previous bundle if | |
3459 | needed. | |
3460 | ||
3461 | * config/tc-ia64.h (ia64_do_align): Removed. | |
3462 | ||
ae51a426 JR |
3463 | 2003-03-03 Andrew Stubbs <[email protected]> |
3464 | ||
3465 | * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and | |
3466 | -isa=sh4-nommu-nofpu options. Adjust help messages accordingly. | |
3467 | (sh_elf_final_processing): Output BFD type sh4_nofpu if that is | |
3468 | the most general type or the user specifically requested it. | |
3469 | (md_assemble): Add a new error message for when an instruction | |
3470 | is understood, but is not allowed due to an -isa option. | |
3471 | ||
9545c4ce L |
3472 | 2004-03-02 H.J. Lu <[email protected]> |
3473 | ||
3474 | * config/tc-ia64.c (align_frag): New. | |
3475 | (md_assemble): Set the tc_frag_data field in align_frag for | |
3476 | IA64_OPCODE_FIRST instructions. | |
3477 | (ia64_md_do_align): Set align_frag. | |
3478 | (ia64_handle_align): Add a stop bit if needed. | |
3479 | ||
3480 | * config/tc-ia64.h (TC_FRAG_TYPE): New. | |
3481 | (TC_FRAG_INIT): New. | |
3482 | ||
676a64f4 RS |
3483 | 2004-03-01 Richard Sandiford <[email protected]> |
3484 | ||
3485 | * config/tc-frv.c (fr400_audio): New variable. | |
3486 | (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450. | |
3487 | (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405. | |
3488 | (target_implements_insn_p): New function. | |
3489 | (md_assemble): Report an error if the processor doesn't implement | |
3490 | the instruction. | |
3491 | ||
bd337dde NC |
3492 | 2004-02-27 Kazuhiro Inaoka <[email protected]> |
3493 | ||
3494 | * config/tc-m32r.c (md_longopts): Added -no-bitinst option. | |
3495 | (md_parse_option): Ditto. | |
3496 | (OPTION_NO_SPECIAL_M32R): Added. | |
3497 | (md_show_usage): Document it. | |
3498 | (enable_speial_m32r): Changed a default value from 0 to 1. | |
3499 | * doc/c-m32r.texi: Document the -no-bitinst option. | |
3500 | ||
78878175 NC |
3501 | 2004-02-27 Nick Clifton <[email protected]> |
3502 | ||
3503 | * config/tc-sh.c (get_operand): Revert previous delta. | |
3504 | (tc_gen_reloc): Check for an unknown reloc type before processing | |
3505 | the addend. | |
3506 | ||
1d6d62a4 MS |
3507 | 2004-02-27 Hannes Reinecke <[email protected]> |
3508 | ||
3509 | * config/tc-s390.c (s390_insn): Correct range check for opcode in | |
3510 | .insn pseudo operation. | |
3511 | ||
4aa3e325 NC |
3512 | 2004-02-27 Anil Paranjpe <[email protected]> |
3513 | ||
3514 | * config/tc-sh.c (get_operand): In case of #Imm, check has been | |
3515 | added for wrong syntax. | |
3516 | ||
73369e65 EC |
3517 | 2004-02-26 Eric Christopher <[email protected]> |
3518 | ||
3519 | * config/tc-mips.c (mips_dwarf2_addr_size): New. | |
3520 | * config/tc-mips.h (DWARF2_ADDR_SIZE): Use. | |
3521 | ||
6a5709a5 JR |
3522 | 2004-02-26 Andrew Stubbs <[email protected]> |
3523 | ||
3524 | * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01 | |
3525 | nibble types to assembler. | |
3526 | ||
95385380 FF |
3527 | 2004-02-25 Fred Fish <[email protected]> |
3528 | ||
3529 | * config/tc-iq2000.c: Add missing \n\ in multiline string literal. | |
3530 | ||
b5e0fabd JW |
3531 | 2004-02-20 James E Wilson <[email protected]> |
3532 | ||
3533 | * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of | |
3534 | finalize_syms. | |
3535 | (fixup_unw_records): New arg before_relax. Pass to slot_index. | |
3536 | (ia64_estimate_size_before_relax): New. | |
3537 | (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment. | |
3538 | (generate_unwind_image): Pass 1 to fixup_unw_records. | |
3539 | * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare. | |
3540 | (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax. | |
3541 | ||
2f01ffbf JJ |
3542 | 2004-02-19 Jakub Jelinek <[email protected]> |
3543 | ||
3544 | * stabs.c (generate_asm_file): Avoid warning about use of | |
3545 | uninitialized variable. | |
3546 | ||
9c59842f JW |
3547 | 2004-02-18 David Mosberger <[email protected]> |
3548 | ||
3549 | * config/tc-ia64.c (ia64_flush_insns): In addition to prologue, | |
3550 | body, and endp, allow unwind records which do not have a "t" | |
3551 | (time/instruction) field. | |
3552 | ||
34920d91 NC |
3553 | 2004-02-17 Petko Manolov <[email protected]> |
3554 | ||
3555 | * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn. | |
3556 | (do_mav_dspsc_2): Likewise. | |
3557 | Fix accumulator registers move opcodes. | |
3558 | ||
4dde8e61 | 3559 | 2004-02-13 Hannes Reinecke <[email protected]> |
13ef8878 | 3560 | Jakub Jelinek <[email protected]> |
4dde8e61 AJ |
3561 | |
3562 | * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory. | |
3563 | ||
936cf02e JW |
3564 | 2004-02-10 Steve Ellcey <[email protected]> |
3565 | ||
3566 | * config/tc-ia64.h (ia64_frob_symbol): New declaration. | |
3567 | (tc_frob_symbol): New macro definition. | |
3568 | * config/tc-ia64.c (ia64_frob_symbol): New routine. | |
3569 | ||
e41f12f3 DJ |
3570 | 2004-02-09 Daniel Jacobowitz <[email protected]> |
3571 | ||
3572 | * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as | |
3573 | read-only. | |
3574 | ||
a8a3b3b2 NS |
3575 | 2004-02-09 Nathan Sidwell <[email protected]> |
3576 | ||
3577 | * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ... | |
3578 | (TC_CASE_SENSITIVE): ... this. | |
3579 | * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE. | |
3580 | * doc/internals.texi (TC_CASE_SENSITIVE): Document. | |
3581 | ||
c97b7ef6 JW |
3582 | 2004-02-06 James E Wilson <[email protected]> |
3583 | ||
3584 | * config/tc-ia64.c (dot_endp): Delete call to output_endp. | |
3585 | (generate_unwind_image): Re-add it here. | |
3586 | ||
e4475e39 NS |
3587 | 2004-02-06 Nathan Sidwell <[email protected]> |
3588 | ||
3589 | * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';' | |
3590 | * read.h (SKIP_WHITESPACE): Turn into an expression. | |
3591 | * read.c (read_a_source_file): A pseudo is removed by having a | |
3592 | NULL handler. | |
3593 | ||
5738bc24 JW |
3594 | 2004-02-05 James E Wilson <[email protected]> |
3595 | ||
3596 | * config/tc-ia64.c (output_endp): New. | |
3597 | (count_bits): Delete. | |
3598 | (ia64_flush_insns, process_one_record, optimize_unw_records): Handle | |
3599 | endp unwind records. | |
3600 | (fixup_unw_records): Handle endp unwind records. Delete code for | |
3601 | shortening prologue regions not followed by a body record. | |
3602 | (dot_endp): Call add_unwind_entry to emit endp unwind record. | |
3603 | * config/tc-ia64.h (unw_record_type): Add endp. | |
3604 | ||
d6e78c11 JW |
3605 | 2004-02-03 James E Wilson <[email protected]> |
3606 | ||
3607 | * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to | |
3608 | fill padding bytes with zeroes. | |
3609 | (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that | |
3610 | sets unwind_record slot_number and slot_frag fields. | |
3611 | ||
f6a22291 MR |
3612 | 2004-02-02 Maciej W. Rozycki <[email protected]> |
3613 | ||
3614 | * config/tc-mips.c (add_got_offset_hilo): New function. | |
3615 | (macro): Use load_register() and add_got_offset_hilo() to load | |
3616 | constants instead of hardcoding code sequences throughout. | |
3617 | ||
127cab00 L |
3618 | 2004-01-28 H.J. Lu <[email protected]> |
3619 | ||
3620 | * config/tc-ia64.c (emit_one_bundle): Add proper indentation. | |
3621 | ||
6358301e NC |
3622 | 2004-01-26 Bernardo Innocenti <[email protected]> |
3623 | ||
3624 | * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially, | |
3625 | like m68k-elf. | |
3626 | * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead | |
3627 | of hard-coded test for TARGET_OS=elf. | |
3628 | ||
c8978940 CD |
3629 | 2004-01-24 Chris Demetriou <[email protected]> |
3630 | ||
3631 | * config/tc-mips.c (hilo_interlocks): Change definition | |
3632 | so that MIPS32, MIPS64 and later ISAs are included, along with | |
3633 | the already-included machines. Update comments. | |
3634 | ||
c3ba240c DJ |
3635 | 2004-01-23 Daniel Jacobowitz <[email protected]> |
3636 | ||
3637 | * config/tc-arm.c (tc_gen_reloc): Improve error message for | |
3638 | undefined local labels. | |
3639 | ||
e864ceca RS |
3640 | 2004-01-23 Richard Sandiford <[email protected]> |
3641 | ||
3642 | * config/tc-mips.c (load_address, macro): Update comments about | |
3643 | NewABI GP relaxation. | |
3644 | ||
67c0d1eb RS |
3645 | 2004-01-23 Richard Sandiford <[email protected]> |
3646 | ||
3647 | * config/tc-mips.c (macro_build): Remove place and counter arguments. | |
3648 | (mips_build_lui, macro_build_ldst_constoffset): Likewise. | |
3649 | (mips16_macro_build, macro_build_jalr): Remove counter argument. | |
3650 | (set_at, load_register, load_address, move_register): Likewise. | |
3651 | (load_got_offset, add_got_offset): Likewise. | |
3652 | Update all calls and tidy accordingly. | |
3653 | ||
584892a6 RS |
3654 | 2004-01-23 Richard Sandiford <[email protected]> |
3655 | ||
3656 | * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument. | |
3657 | (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities. | |
3658 | (RELAX_USE_SECOND): Bump to 0x10000. | |
3659 | (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags. | |
3660 | (mips_macro_warning): New variable. | |
3661 | (md_assemble): Wrap macro expansion in macro_start() and macro_end(). | |
3662 | (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise. | |
3663 | (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use | |
3664 | of RELAX_ENCODE. | |
3665 | (append_insn): Update mips_macro_warning.sizes. | |
3666 | (macro_start, macro_warning, macro_end): New functions. | |
3667 | (macro_build): Don't emit warnings here. | |
3668 | (macro_build_lui, md_estimate_size_before_relax): ...or here. | |
3669 | (md_convert_frag): Check for cases where one macro alternative | |
3670 | needs a warning and the other doesn't. Emit a warning if the | |
3671 | longer sequence was chosen. | |
3672 | ||
4d7206a2 RS |
3673 | 2004-01-23 Richard Sandiford <[email protected]> |
3674 | ||
3675 | * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove. | |
3676 | * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of | |
3677 | the first sequence, the size of the second sequence, and a flag | |
3678 | that says whether we should warn. | |
3679 | (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete. | |
3680 | (RELAX_FIRST, RELAX_SECOND): New. | |
3681 | (mips_relax): New variable. | |
3682 | (relax_close_frag, relax_start, relax_switch, relax_end): New fns. | |
3683 | (append_insn): Remove "place" argument. Use mips_relax.sequence | |
3684 | rather than "place" to check whether we're expanding the second | |
3685 | alternative of a relaxable macro. Remove redundant check for | |
3686 | branch relaxation. If generating a normal insn, and there | |
3687 | is not enough room in the current frag, call relax_close_frag() | |
3688 | to close it. Update mips_relax.sizes[]. Emit fixups for the | |
3689 | second version of a relaxable macro. Record the first relaxable | |
3690 | fixup in mips_relax. Remove tc_gen_reloc workaround. | |
3691 | (macro_build): Remove all uses of "place". Use mips_relax.sequence | |
3692 | in the same way as in append_insn. | |
3693 | (mips16_macro_build): Remove "place" argument. | |
3694 | (macro_build_lui): As for macro_build. Don't drop the add_symbol | |
3695 | when generating the second version of a relaxable macro. | |
3696 | (load_got_offset, add_got_offset): New functions. | |
3697 | (load_address, macro): Use new relaxation machinery. Remove | |
3698 | tc_gen_reloc workarounds. | |
3699 | (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second | |
3700 | version of a relaxable macro is needed. Return -RELAX_SECOND if the | |
3701 | first version is needed. | |
3702 | (tc_gen_reloc): Remove relaxation handling. | |
3703 | (md_convert_frag): Go through the fixups for a relaxable macro and | |
3704 | mark those that belong to the unneeded alternative as done. If the | |
3705 | second alternative is needed, adjust the fixup addresses to account | |
3706 | for the deleted first alternative. | |
3707 | ||
0530d30a RS |
3708 | 2004-01-23 Richard Sandiford <[email protected]> |
3709 | ||
3710 | * frags.h (frag_room): Declare. | |
3711 | * frags.c (frag_room): New function. | |
3712 | * doc/internals.texi: Document it. | |
3713 | ||
048cdf86 TS |
3714 | 2004-01-22 Thiemo Seufer <[email protected]> |
3715 | ||
3716 | * config/tc-mips.c (append_insn): Don't do r3900 interlock | |
3717 | optimization for -mtune=r3900, as this will break on other CPUs. | |
3718 | ||
28d39d1a NC |
3719 | 2004-01-11 Tom Rix <[email protected]> |
3720 | ||
3721 | * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot | |
73369e65 | 3722 | be relaxed, use fixup. |
28d39d1a NC |
3723 | (md_apply_fix3): Use 5 bit reloc from movb and movw fixup. |
3724 | ||
26664553 JJ |
3725 | 2004-01-19 Jakub Jelinek <[email protected]> |
3726 | ||
3727 | * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single | |
3728 | precision operands. | |
3729 | ||
895921c9 MR |
3730 | 2004-01-14 Maciej W. Rozycki <[email protected]> |
3731 | ||
3732 | * config/tc-mips.c (append_insn): Properly detect variant frags | |
3733 | that preclude swapping of relaxed branches. Correctly swap | |
3734 | instructions between frags when dealing with relaxed branches. | |
3735 | ||
f8b73030 MR |
3736 | 2004-01-14 Maciej W. Rozycki <[email protected]> |
3737 | ||
3738 | * acinclude.m4: Quote names of macros to be defined by AC_DEFUN | |
3739 | throughout. | |
3740 | * aclocal.m4: Regenerate. | |
3741 | * configure: Regenerate. | |
3742 | ||
ca9a79a1 | 3743 | 2004-01-12 Anil Paranjpe <[email protected]> |
73369e65 | 3744 | |
ca9a79a1 NC |
3745 | * config/tc-h8300.c (build_bytes): Apply relaxation to bit |
3746 | manipulation insns. | |
3747 | ||
cc3d92a5 RS |
3748 | 2004-01-12 Richard Sandiford <[email protected]> |
3749 | ||
3750 | * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR | |
3751 | reloc, reserve space for the delay slot as well as the jalr itself. | |
3752 | ||
e45d0630 PB |
3753 | 2004-01-09 Paul Brook <[email protected]> |
3754 | ||
3755 | * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2. | |
3756 | (do_vfp_sp2_from_reg2): New function. | |
3757 | (insns): Use them. | |
3758 | (do_vfp_dp_from_reg2): Check return values properly. | |
3759 | ||
81912461 ILT |
3760 | 2004-01-08 Ian Lance Taylor <[email protected]> |
3761 | ||
78849248 ILT |
3762 | * config/tc-mips.c (warn_nops): Remove static variable. |
3763 | (macro): Remove test of warn_nops. | |
3764 | (md_shortops): Remove 'n'. | |
3765 | (md_parse_option): Remove 'n' case. | |
3766 | (md_show_usage): Remove -n. | |
3767 | * doc/as.texinfo (Overview): Remove MIPS -n option. | |
3768 | * doc/c-mips.texi (MIPS Opts): Remove mention -n. | |
3769 | * NEWS: Mention removal of MIPS -n option. | |
3770 | ||
81912461 ILT |
3771 | * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove. |
3772 | (cop_interlocks): Check ISA level. | |
3773 | (cop_mem_interlocks): Define. | |
3774 | (reg_needs_delay): Check cop_interlocks rather than | |
3775 | ISA_HAS_COPROC_DELAYS. | |
3776 | (append_insn): Likewise. Use cop_mem_interlocks rather than | |
3777 | directly checking mips_opts.isa. | |
3778 | (mips_emit_delays): Likewise. | |
3779 | ||
73f20958 L |
3780 | 2004-01-07 H.J. Lu <[email protected]> |
3781 | ||
3782 | * config/tc-ia64.c (unwind): Move next_slot_number and | |
3783 | next_slot_frag to ... | |
3784 | (unw_rec_list): Here. | |
3785 | (free_list_records): Removed. | |
3786 | (output_unw_records): Likewise. | |
3787 | (generate_unwind_image): Make it void. | |
3788 | (alloc_record): Initialize next_slot_number and next_slot_frag. | |
3789 | (slot_index): Take .org, .space and .align into account. | |
3790 | (fixup_unw_records): Don't set slot_number to 0. Use | |
3791 | list->next_slot_number and list->next_slot_frag instead of | |
3792 | unwind.next_slot_number and unwind.next_slot_frag. | |
3793 | (ia64_convert_frag): New. | |
3794 | (generate_unwind_image): Generate a rs_machine_dependent frag | |
3795 | for unwind record. | |
3796 | (emit_one_bundle): Use list->next_slot_number and | |
3797 | list->next_slot_frag instead of unwind.next_slot_number and | |
3798 | unwind.next_slot_frag. | |
3799 | ||
3800 | * config/tc-ia64.h (md_convert_frag): Defined as | |
3801 | ia64_convert_frag. | |
3802 | (md_estimate_size_before_relax): Defined as (f)->fr_var. | |
3803 | ||
99d09cdb AO |
3804 | 2004-01-06 Alexandre Oliva <[email protected]> |
3805 | ||
3806 | 2003-12-19 Alexandre Oliva <[email protected]> | |
3807 | * config/tc-frv.h (md_apply_fix3): Don't define. | |
3808 | * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo | |
3809 | operands. | |
3810 | * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define. | |
3811 | 2003-10-07 Alexandre Oliva <[email protected]> | |
3812 | * config/tc-frv.c (line_separator_chars): Add `!'. | |
3813 | 2003-09-19 Alexandre Oliva <[email protected]> | |
3814 | * config/tc-frv.c (md_assemble): Clear insn upfront. | |
3815 | 2003-09-18 Alexandre Oliva <[email protected]> | |
3816 | * config/tc-frv.c (OPTION_FDPIC): New macro. | |
3817 | (md_longopts): Add mfdpic. | |
3818 | (md_parse_option): Handle it. | |
3819 | 2003-08-04 Alexandre Oliva <[email protected]> | |
3820 | * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12, | |
3821 | FRV_OPERAND_S12>: Use reloc type encoded in fix-up. | |
3822 | (frv_pic_ptr): Parse funcdesc. | |
3823 | ||
4a4c4a1d MR |
3824 | 2004-01-05 Maciej W. Rozycki <[email protected]> |
3825 | ||
3826 | * doc/as.texinfo: Let texi2pod parse asconfig.texi and | |
3827 | gasver.texi. Remove duplicate symbol definitions for texi2pod. | |
3828 | ||
2251dd89 MR |
3829 | 2004-01-05 Maciej W. Rozycki <[email protected]> |
3830 | ||
3831 | * Makefile.am (Makefile): Move the dependency on | |
3832 | $(BFDDIR)/configure.in to... | |
3833 | (CONFIG_STATUS_DEPENDENCIES): ... here. | |
3834 | (AUTOMAKE_OPTIONS): Require automake 1.8. | |
3835 | * Makefile.in: Regenerate. | |
3836 | * doc/Makefile.am (BASEDIR, BFDDIR): Define. | |
3837 | (CONFIG_STATUS_DEPENDENCIES): Add a dependency on | |
3838 | $(BFDDIR)/configure.in here as well. | |
3839 | * doc/Makefile.in: Regenerate. | |
3840 | ||
c6581168 MR |
3841 | 2004-01-05 Maciej W. Rozycki <[email protected]> |
3842 | ||
3843 | * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove. | |
3844 | * Makefile.in: Regenerate. | |
3845 | * aclocal.m4: Regenerate. | |
3846 | * doc/Makefile.am (install, install-info): Remove. | |
3847 | (install-data-local): A new hook for install-info. | |
3848 | (AUTOMAKE_OPTIONS): Require automake 1.8. | |
3849 | * doc/Makefile.in: Regenerate. | |
3850 | ||
303e7b79 NC |
3851 | 2004-01-02 Nutan Singh <[email protected]> |
3852 | ||
3853 | * doc/c-sh.texi: Update description about floating point behavior | |
3854 | of SH family. | |
3855 | ||
b50c15dc NC |
3856 | 2004-01-02 Bernardo Innocenti <[email protected]> |
3857 | ||
3858 | * configure.in: Add m68k-uClinux target. | |
3859 | * configure: Regenerate. | |
7de9afa2 | 3860 | |
c9e214e5 | 3861 | For older changes see ChangeLog-0203 |
08d56133 NC |
3862 | \f |
3863 | Local Variables: | |
3864 | mode: change-log | |
3865 | left-margin: 8 | |
3866 | fill-column: 74 | |
3867 | version-control: never | |
3868 | End: |