]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
2004-07-01 Paolo Bonzini <bonzini@gnu.org>
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
09b935ac
AM
12004-07-02 Alan Modra <amodra@bigpond.net.au>
2
3 * frags.h (struct frag): Add has_code and insn_addr fields.
4 * write.c (cvt_frag_to_fill): Invoke md_frag_check.
5 * config/tc-ppc.c (md_assemble): Check and set insn_addr.
6 * config/tc-ppc.h (md_frag_check): Define.
7
4d1cd5c7
MR
82004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
9
10 * doc/Makefile.am (info): Rename goal to...
11 (info-local): ... this, to preserve implicit dependencies.
12 * doc/Makefile.in: Regenerate with automake 1.8.5.
13
097f809a
NC
142004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
15
16 * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
17 (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT.
18 (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT.
19 (tc_gen_reloc): Likewise.
20 (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
21 (m32r_parse_name): Likewise.
22 (m32r_cgen_parse_fix_exp): Likewise.
23 * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
24 (O_PIC_reloc): Likewise.
25 (TC_CGEN_PARSE_FIX_EXP): Likewise..
26 * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
27 for @GOTOFF, @GOT, @PLT.
28
bb82af9f
NC
292004-06-21 Jan Beulich <jbeulich@novell.com>
30
31 * gas/symbols.c: While discarding ordinary local absolute symbols
32 when --strip-local-absolute is in effect, retain file symbols.
33
990ae22a
AS
342004-06-20 Andreas Schwab <schwab@suse.de>
35
36 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
37 (md_parse_option): Likewise.
38
32137342
NC
392004-06-17 Jan Beulich <jbeulich@novell.com>
40
41 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
42 * config/te-netware.h: New file.
43 * config/te-ppcnw.h: Delete: Obsolete.
44 * configure.in: Eliminate ill NetWare targets. Make generic
45 NetWare target use proper emulation.
46 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
47 reference to new te-netware.h.
48 * configure: Regenerate.
49 * Makefile.in: Regenerate.
50
f84d8e26
MS
512004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
52
53 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
54 comparison in .insn pseudo operation.
55
587aac4e
AM
562004-06-15 Alan Modra <amodra@bigpond.net.au>
57
58 * config/obj-coff.c (coff_adjust_section_syms): Use
59 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
60 (coff_frob_section): Likewise.
61 * config/tc-mips.c (md_apply_fix3): Likewise.
62 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
63 (elf_frob_file_after_relocs): Likewise.
64
2337eb33
DA
652004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
66
b8fc22bc
DA
67 * config/tc-hppa.c (log2): Rename to exact_log2.
68 (pa_next_subseg): Delete unused function.
69 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
70 (create_new_subspace): Likewise.
71
2337eb33
DA
72 Bug gas/213
73 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
74 labels. Fix warning.
75
53cb0362
DD
762004-05-28 DJ Delorie <dj@redhat.com>
77
78 * config/tc-mn10300.h (tc_fix_adjustable): Define.
79 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
80 or non-merged symbols.
81
888a75be
L
822004-05-28 H.J. Lu <hongjiu.lu@intel.com>
83
84 * config/tc-ia64.c (remove_marked_resource): Save, clear and
85 restore the old slot when inserting srlz.i/srlz.d.
86
f6f9408f
JR
872004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
88
89 * Makefile.am: Regenerate dependecies.
90 * Makefile.in: Regenerate.
91 * config/tc-sh.c (valid_arch): Make unsigned.
92 (preset_target_arch): Likewise.
93 (md_begin): Use new architecture flags system.
94 (get_specific): Likewise.
95 (assemble_ppi): Likewise.
96 (md_assemble): Likewise. Also fix error check for bad opcodes.
97 (md_parse_option): Likewise. Also generate -isa values according
98 to the table in bfd/cpu-sh.c instead of just constants. Also
99 allow <arch>-up ISA variants.
100 (sh_elf_final_processing): Replace if-else chain with a call to
101 sh_find_elf_flags().
102 * testsuite/gas/sh/arch: New directory.
103 * testsuite/gas/sh/arch/arch.exp: New test script.
104 * testsuite/gas/sh/arch/arch_expected.txt: New file.
105 * testsuite/gas/sh/arch/sh.s: New file.
106 * testsuite/gas/sh/arch/sh2.s: New file.
107 * testsuite/gas/sh/arch/sh-dsp.s: New file.
108 * testsuite/gas/sh/arch/sh2e.s: New file.
109 * testsuite/gas/sh/arch/sh3-nommu.s: New file.
110 * testsuite/gas/sh/arch/sh3.s: New file.
111 * testsuite/gas/sh/arch/sh3-dsp.s: New file.
112 * testsuite/gas/sh/arch/sh3e.s: New file.
113 * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
114 * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
115 * testsuite/gas/sh/arch/sh4.s: New file.
116 * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
117 * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
118 * testsuite/gas/sh/arch/sh4a.s: New file.
119
580b9172
NC
1202004-05-28 Peter Barada <peter@the-baradas.com>
121
122 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
123 with zero offset into mode 2 addressing to save a word.
124
652ca075
L
1252004-05-27 H.J. Lu <hongjiu.lu@intel.com>
126
127 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
128 (ar_is_only_in_integer_unit): New.
129 (ar_is_only_in_memory_unit): New.
130 (generate_unwind_image): Silence gcc on 32bit host.
131 (md_assemble): Use ar_is_only_in_integer_unit instead of
132 ar_is_in_integer_unit. Check AR access.
133
60fed2d3
NC
1342004-05-27 Peter Barada <peter@the-baradas.com>
135
136 * config/tc-m68k.c (md_begin): Sort the opcode table into
137 alphabetical order.
138 (m68k_compare_opcode): New function to do the sorting.
139
be8c092b
NC
1402004-05-24 Peter Barada <peter@the-baradas.com>
141
142 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
143 addressing on MIT style operands.
144 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
145 w/mask addressing.
146 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
147 operands.
148
1181c20e
AM
1492004-05-23 Alan Modra <amodra@bigpond.net.au>
150
151 * expr.c (operand, operator): Don't reject '++' and '--'.
152
20e56c33
RS
1532004-05-20 Richard Sandiford <rsandifo@redhat.com>
154
155 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
156 dwarf tables.
157
b2d65c0b
NC
1582004-05-17 Adam Nemet <anemet@lnxw.com>
159
160 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
161 * configure: Regenerate.
162
0da76f83
NC
1632004-05-13 Paul Brook <paul@codesourcery.com>
164
165 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
166
4b363073
NC
1672004-05-13 Joel Sherrill <joel@oarcorp.com>
168
169 * configure.in (or32-*-rtems*): Switch to elf.
170 * configure: Regenerate.
171
9598fbe5
NC
1722004-05-13 Nick Clifton <nickc@redhat.com>
173
174 * po/fr.po: Updated French translation.
175
22fe14ad
NC
1762004-05-11 Nick Clifton <nickc@redhat.com>
177
178 * doc/as.texinfo (Section): Document G and T flags to .section
179 directive. Document the extra arguments that the G flag
180 requires. Document the #tls flag.
181
1822004-05-11 H.J. Lu <hongjiu.lu@intel.com>
183
184 * subsegs.c (section_symbol): Create a new section symbol if
185 the existing one doesn't match.
186 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
187
532c738a
RS
1882004-05-07 Richard Sandiford <rsandifo@redhat.com>
189
190 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
191 to cope with VR4181A errata MD(1) and MD(4).
192
0503b355
BF
1932004-05-07 Brian Ford <ford@vss.fsi.com>
194
195 * NEWS: Mention .secrel32 for pe[i]-i386.
196
daeea990
AO
1972004-05-07 Alexandre Oliva <aoliva@redhat.com>
198
199 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
200 (HANDLE_ALIGN): New.
201
bfbdcf04
DJ
2022004-05-06 Daniel Jacobowitz <dan@debian.org>
203
204 * Makefile.am (DIST_SUBDIRS): Define.
205 * aclocal.m4: Regenerate with automake 1.8.4.
206 * Makefile.in: Likewise.
207 * doc/Makefile.in: Likewise.
208
5e819f9c
JW
2092004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
210
211 * config/tc-ia64.c (dot_serialize): Declare.
212 (dot_serialize): New function.
213 (md_pseudo_table): Add ".serialize.data" and
214 ".serialize.instruction" directives.
215
e5976317
NC
2162004-05-06 Nick Clifton <nickc@redhat.com>
217
218 * messages (as_internal_value_out_of_range): Print a message about
219 a value being out of range. Be consistent about whether the
220 values are printed in decimal or hexadecimal.
221 (as_warn_value_out_of_range): Generate a warning message about an
222 out of range value.
223 (as_bad_value_out_of_range): Generate an error message about an
224 out of range value.
225 * as.h: Prototype the new functions.
226 * config/tc-alpha.c (insert_operand): Use new function.
227 * config/tc-arc.c (arc_insert_operand): Likewise.
228 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
229 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
230 * config/tc-ppc.c (ppc_insert_operand): Likewise.
231 * config/tc-s390.c (s390_insert_operand): Likewise.
232 * config/tc-v850.c (v850_insert_operand): Likewise.
233
996991aa
AO
2342004-05-05 Alexandre Oliva <aoliva@redhat.com>
235
236 * configure.in: Set em=linux for frv-*-*linux*.
237 * configure: Rebuilt.
238 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
239 (frv_md_fdpic_enabled): New.
240 * config/tc-frv.c (frv_md_fdpic_enabled): New.
241 (DEFAULT_FDPIC): New.
242 (frv_flags): Use DEFAULT_FDPIC.
243 (frv_pic_flag): Likewise.
244 (OPTION_NOPIC): New.
245 (md_longopts): Add -mnopic.
246 (md_parse_option): Handle it.
247 (md_show_usage): Add -mfdpic and -mnopic.
248
6b6e92f4
NC
2492004-05-05 Peter Barada <peter@the-baradas.com>
250
251 * config/tc-m68k.c: Add find_cf_chip to print list of valid
252 chips for invalid coldfire instructions, rename selectors
253 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
254 add current_chip to track which chip is referred to(including save/restore),
255 use current_chip to select control registers, not current_arch.
256 (md_show_usage): Add new chips.
257 * doc/c-m68k.texi: Document new command line switches.
258
6f079ae3
JJ
2592004-05-05 Jakub Jelinek <jakub@redhat.com>
260
261 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
262 (NOP_OPCODE): Define.
263 (s390_align_code): Remove prototype.
264 * tc-s390.c (s390_align_code): Remove.
265
2d6ed997
L
2662004-05-04 H.J. Lu <hongjiu.lu@intel.com>
267
268 * config/tc-ia64.c (make_unw_section_name): Removed.
269 (start_unwind_section): New function.
270 (generate_unwind_image): Take const segT instead of const
271 char *.
272 (dot_handlerdata): Adjusted.
273 (dot_endp): Likewise.
274
b9f18452
L
2752004-05-02 H.J. Lu <hongjiu.lu@intel.com>
276
277 * config/obj-elf.c (obj_elf_change_section): Allow the
278 ".note.GNU-stack" section has SHF_EXECINSTR.
279
fafe6678
L
2802004-05-02 H.J. Lu <hongjiu.lu@intel.com>
281
282 * config/obj-elf.c (get_section): Return bfd_boolean.
283 (obj_elf_change_section): Call bfd_get_section_by_name_if
284 instead of bfd_map_over_sections.
285
86654c12
L
2862004-04-30 H.J. Lu <hongjiu.lu@intel.com>
287
288 * config/obj-elf.c (get_section): New function.
289 (obj_elf_change_section): Support multiple sections with same
290 name.
291
376eb240
NC
2922004-04-30 Nick Clifton <nickc@redhat.com>
293
294 * config/tc-arm.c (create_register_alias): Fix typo checking for
295 case sensitive register aliases.
296 (co_proc_number): Use error message string in all_reg_maps[]
297 array.
298 (cp_reg_required_here): Likewise.
299 (fp_reg_required_here): Likewise.
300
8a7140c3
NC
3012004-04-29 Brian Ford <ford@vss.fsi.com>
302
303 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
304
3e722fb5
CD
3052004-04-28 Chris Demetriou <cgd@broadcom.com>
306
307 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
308 (load_address, macro, mips_ip, md_parse_option)
309 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
310 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
311 embedded-PIC handling, and update comments.
312 (SWITCH_TABLE): Remove.
313 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
314 (enum mips_pic_level): Remove EMBEDDED_PIC.
315 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
316 (TC_FORCE_RELOCATION): Update comment.
317 * ecoff.c (ecoff_build_lineno): Add comment about some code that
318 might be safe to remove now that MIPS embedded-PIC is gone.
319
351e2b5a
DA
3202004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
321
322 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
323 call to obj_set_subsection_attributes.
324 (obj_som_init_stab_section): Likewise.
325 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
326 (pa_def_subspaces): Provide comdat default.
327 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
328 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
329 calls to create_new_subspace and update_subspace to pass comdat flag.
330 (create_new_subspace, update_subspace): Add new comdat argument. Use
331 it in calls to obj_set_subsection_attributes.
332 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
333 and use of comdat, common and dup_comm parameters.
334
f5842774
L
3352004-04-26 H.J. Lu <hongjiu.lu@intel.com>
336
337 * config/obj-elf.c (obj_elf_change_section): Check if the old
338 group name is NULL before comparison.
339
558fe4a7
CD
3402004-04-23 Chris Demetriou <cgd@broadcom.com>
341
342 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
343
81a21e38
TS
3442004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
345
346 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
347
3482004-04-23 Chris Demetriou <cgd@broadcom.com>
1ffcab4b
CD
349
350 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
351 (OPTION_MEMBEDDED_PIC): Remove.
352 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
353 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
354 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
355 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
356 (OPTION_ELF_BASE): Renumber.
357 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
358 (md_show_usage): Remove mention of -membedded-pic.
359 * doc/as.texinfo: Remove mention of -membedded-pic.
360
4d0d148d
TS
3612004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
362
363 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
364 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
365 a.out support.
366 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
367 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
368 USE_GLOBAL_POINTER_OPT.
369
017315e4
TS
3702004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
371
372 * config/tc-mips.c (macro): One more use of load_delay_nop.
373
269137b2
TS
3742004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
375
376 * config/tc-mips.c (load_delay_nop): New function.
377 (load_address, macro): Use load_delay_nop() to build a nop
378 which can be omitted with gpr_interlocks.
379
24772049
TS
3802004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
381
382 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
383 cop_interlocks): Remove superfluous CPU entries.
384
06516a5e
PB
3852004-04-22 Paul Brook <paul@codesourcery.com>
386
387 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
388
fd99574b
NC
3892004-04-22 Peter Barada <peter@the-baradas.com>
390
391 * NEWS: Added support for EMAC instructions and MAC/EMAC
392 Motorola syntax.
393 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
394 scale factor tokens, trailing_ampersand to mark mask addressing
395 for MAC/EMAC instructions.
396 * config/m68k-parse.y: Add options_ampersand clause, '<<',
397 '>>'.
398 (yylex): Handle '>', '<', and '&' following '+'.
399 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
400 architectures in archs[].
401 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
402 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
403 respectively.
404 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
405 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
406 cases.
407 Add EMAC operands to init_table[].
408
69b97547
NC
4092004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
410
411 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
412 state.
413 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
414 * config/tc-arm.c (enum mstate): Delete from here.
415 (mapping_state): Remove the static mapstate variable and instead
416 store the state in the segment. This allows a per-section mapping
417 state. Handle and ignore MAP_UNDEFINED states.
418 (arm_elf_change_section): Get the current mapping state from the
419 new section.
420 (s_ltorg): Set the mapping state to MAP_DATA.
421 (arm_cleanup): Use arm_elf_change_section to get the mapping state
422 for each pool as it is emitted.
423
4242004-04-22 Nick Clifton <nickc@redhat.com>
425
426 * config/tc-arm.h: Formatting tidy ups.
427
7a7f4e42
CD
4282004-04-20 Chris Demetriou <cgd@broadcom.com>
429
430 * NEWS: Note that MIPS -membedded-pic option is deprecated.
431
6482c264
NC
4322004-04-20 DJ Delorie <dj@redhat.com>
433
434 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
435 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
436 [TE_PE] (O_secrel): Define.
437 [TE_PE] (x86_pe_cons_fix_new): New.
438 [TE_PE] (pe_directive_secrel): Likewise.
439 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
440
5bf10039
EC
4412004-04-19 Eric Christopher <echristo@redhat.com>
442
443 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
444 of previous patch for fix in gcc.
445
77cd6497
JJ
4462004-04-19 Jakub Jelinek <jakub@redhat.com>
447
448 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
449
b8861cfb
NS
4502004-04-19 Nathan Sidwell <nathan@codesourcery.com>
451
452 * read.c (do_align): Call md_flush_pending_output, if defined.
453
f4c724fc
AM
4542004-04-16 Alan Modra <amodra@bigpond.net.au>
455
456 * expr.c (operand): Correct checks for ++ and --.
457
a4b6e8f6
L
4582004-04-14 H.J. Lu <hongjiu.lu@intel.com>
459
460 * config/tc-generic.c: Add some comments.
461
d766e8ec
RS
4622004-04-14 Richard Sandiford <rsandifo@redhat.com>
463
464 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
465 -{no-}mfix-vr4122-bugs.
466 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
467 (append_insn, mips_emit_delays): Update accordingly.
468 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
469 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
470 (md_parse_option): Update after above changes.
471 (md_show_usage): Add -mfix-vr4120.
472
ed9589d4
BW
4732004-04-13 Bob Wilson <bob.wilson@acm.org>
474
475 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
476 of .section directive; add a reference to the ELF .subsection
477 directive.
478
097dba13
NC
4792004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
480
481 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
482 in parallel.
483
279500de
TS
4842004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
485
486 * Makefile.am: Remove mips from aout targets.
487 * Makefile.in: Regenerate.
488 * configure.in: Remove mips-dec-bsd* target.
489 * configure: Regenerate.
490
b7d7dc63
AM
4912004-04-07 Alan Modra <amodra@bigpond.net.au>
492
493 PR 96
494 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
495 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
496 Update "mapping". Restrict some @ modifiers to 32 bit.
497
f55629b8
KK
4982004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
499 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
500
501 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
502 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
503 dont_adjust_reloc_32 is set.
504 (md_longopts): Add option -renesas.
505 (md_parse_option, md_show_usage): Likewise.
506 * doc/c-sh.texi: Likewise.
507
a7844384
NC
5082004-04-01 Dave Korn <dk@artimi.com>
509
510 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
511 hi16 and lo16 fixS structs.
512 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
513 exactly the same way as for RELOC_DLX_REL16.
514 (machine_ip): properly respect LO flag in the_insn and
515 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
516 (md_apply_fix3): apply RELOC_DLX_LO16.
517
6c71dbc4
SS
5182004-03-30 Stan Shebs <shebs@apple.com>
519
520 Remove long-obsolete MPW support.
521 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
522 * configure.in: Remove mention of ppc-*-mpw* config.
523 * configure.in: Likewise.
524
7cc69913
NC
5252004-03-30 Nick Clifton <nickc@redhat.com>
526
527 * config/tc-arm.c (meabi_flags): Make its use conditional upon
528 OBJ_ELF being defined.
529
53fbb48a
AM
5302004-03-27 Alan Modra <amodra@bigpond.net.au>
531
532 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
533
d507cf36
PB
5342004-03-23 Paul Brook <paul@codesourcery.com>
535
536 * config/tc-arm.c (meabi_flags): New variable.
537 (arm_parse_eabi): New function.
538 (md_begin): Set flags for EABI v3.
539 (arm_eabis): Add.
540 (arm_long_opts): Add meabi.
541 * doc/as.texinf <ARM>: Document -meabi.
542 * doc/c-arm.texi: Ditto.
543
88d65ad6
BW
5442004-03-22 Bob Wilson <bob.wilson@acm.org>
545
546 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
547 tables even when use_literal_section flag is not set.
548
13ef8878
AM
5492004-03-22 Alan Modra <amodra@bigpond.net.au>
550
551 * config/tc-sh.c: Remove trailing whitespace.
552
1048a9ba
HPN
5532004-03-22 Hans-Peter Nilsson <hp@axis.com>
554
555 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
556 --mul-bug-abort and the default behavior.
557 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
558 (err_for_dangerous_mul_placement): New variable.
559 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
560 macros.
561 (md_cris_relax_table): Have placeholder for STATE_MUL.
562 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
563 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
564 case doing nothing.
565 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
566 STATE_BYTE)>: Ditto.
567 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
568 alignment and position of this frag, emit error message if
569 suspicious.
570 (md_assemble): For a multiply insn and when checking it,
571 transform the current frag into a special frag for that purpose.
572 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
573 OPTION_MULBUG_ABORT_ON>: Handle new options.
574
a7877748
BW
5752004-03-19 Bob Wilson <bob.wilson@acm.org>
576
577 * config/tc-xtensa.c (mark_literal_frags): New function.
578 (xtensa_move_literals): Call mark_literal_frags for all literal
579 segments, including init and fini literal segments.
580 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
581
9992270f
DA
5822004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
583
584 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
585 (pa_comm): Set BSF_OBJECT in symbol flags.
586
6e1772d5
AM
5872004-03-19 Alan Modra <amodra@bigpond.net.au>
588
589 * Makefile.am: Run "make dep-am".
590 * Makefile.in: Regenerate.
591 * doc/Makefile.in: Regenerate.
592 * config.in: Regenerate.
593 * po/gas.pot: Regenerate.
594
3e4caed2
NS
5952004-03-18 Nathan Sidwell <nathan@codesourcery.com>
596
c95b35a9
NS
597 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
598 (demand_empty_rest_of_line): Issue an error here.
599 (ignore_rest_of_line): Silently skip to end.
600 (demand_copy_string): Issue an error, not warning.
601 (equals): Likewise.
602 * config/obj-elf.c (obj_elf_section_name): Likewise.
603 (obj_elf_section): Likewise.
604 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
605 (arc_extinst): Likewise.
606 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
607 (dot_spill): Likewise.
608 (dot_unwabi): Likewise.
609 (dot_prologue): Likewise.
610
3e4caed2
NS
611 * expr.c (operand): Reject ++ and --.
612 (operator): Likewise.
613
2ce4cc60
KK
6142004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
615
616 * config/tc-sh.c: Include dw2gencfi.h.
617 (sh_cfi_frame_initial_instructions): New function.
618 (sh_regname_to_dw2regnum): Likewise.
619 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
620 file.
621 (TARGET_USE_CFIPOP): Define.
622 (tc_cfi_frame_initial_instructions): Likewise.
623 (tc_regname_to_dw2regnum): Likewise.
624 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
625 * Makefile.am: Update dependencies.
626 * Makefile.in: Regenerate.
627
9183ed4b
AM
6282004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
631 * configure: Regenerate.
632
00bbdfe7
BW
6332004-03-12 Bob Wilson <bob.wilson@acm.org>
634
635 * read.c (s_leb128): Call md_flush_pending_output.
636
0f10071e
ML
6372004-03-12 Michal Ludvig <mludvig@suse.cz>
638
639 * config/tc-i386.c (output_insn): Handle PadLock instructions.
640 * config/tc-i386.h (CpuPadLock): New define.
641 (CpuUnknownFlags): Added CpuPadLock.
642
84c84759
AS
6432004-03-07 Andreas Schwab <schwab@suse.de>
644
645 * doc/c-hppa.texi (HPPA Directives): Fix typo.
646
6ec51dba
RH
6472004-03-07 Richard Henderson <rth@redhat.com>
648
649 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
650 (cfi_finish): Likewise for fde.
651
bae25f19
L
6522004-03-05 H.J. Lu <hongjiu.lu@intel.com>
653
654 * config/tc-ia64.c (md_assemble): Properly handle NULL
655 align_frag.
656 (ia64_handle_align): Don't abort if failed to add a stop bit.
657
ab509236
L
6582004-03-04 H.J. Lu <hongjiu.lu@intel.com>
659
660 * Makefile.in: Regenerated.
661 * aclocal.m4: Likewise.
662 * configure: Likewise.
663 * doc/Makefile.in: Likewise.
664
d9201763
L
6652004-03-03 H.J. Lu <hongjiu.lu@intel.com>
666
667 * config/tc-ia64.c (dot_align): New.
668 (ia64_do_align): Make it static.
669 (md_pseudo_table): Use "dot_align" for "align".
670 (ia64_md_do_align): Don't set align_frag here.
671 (ia64_handle_align): Add a stop bit to the previous bundle if
672 needed.
673
674 * config/tc-ia64.h (ia64_do_align): Removed.
675
ae51a426
JR
6762003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
677
678 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
679 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
680 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
681 the most general type or the user specifically requested it.
682 (md_assemble): Add a new error message for when an instruction
683 is understood, but is not allowed due to an -isa option.
684
9545c4ce
L
6852004-03-02 H.J. Lu <hongjiu.lu@intel.com>
686
687 * config/tc-ia64.c (align_frag): New.
688 (md_assemble): Set the tc_frag_data field in align_frag for
689 IA64_OPCODE_FIRST instructions.
690 (ia64_md_do_align): Set align_frag.
691 (ia64_handle_align): Add a stop bit if needed.
692
693 * config/tc-ia64.h (TC_FRAG_TYPE): New.
694 (TC_FRAG_INIT): New.
695
676a64f4
RS
6962004-03-01 Richard Sandiford <rsandifo@redhat.com>
697
698 * config/tc-frv.c (fr400_audio): New variable.
699 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
700 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
701 (target_implements_insn_p): New function.
702 (md_assemble): Report an error if the processor doesn't implement
703 the instruction.
704
bd337dde
NC
7052004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
706
707 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
708 (md_parse_option): Ditto.
709 (OPTION_NO_SPECIAL_M32R): Added.
710 (md_show_usage): Document it.
711 (enable_speial_m32r): Changed a default value from 0 to 1.
712 * doc/c-m32r.texi: Document the -no-bitinst option.
713
78878175
NC
7142004-02-27 Nick Clifton <nickc@redhat.com>
715
716 * config/tc-sh.c (get_operand): Revert previous delta.
717 (tc_gen_reloc): Check for an unknown reloc type before processing
718 the addend.
719
1d6d62a4
MS
7202004-02-27 Hannes Reinecke <hare@suse.de>
721
722 * config/tc-s390.c (s390_insn): Correct range check for opcode in
723 .insn pseudo operation.
724
4aa3e325
NC
7252004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
726
727 * config/tc-sh.c (get_operand): In case of #Imm, check has been
728 added for wrong syntax.
729
73369e65
EC
7302004-02-26 Eric Christopher <echristo@redhat.com>
731
732 * config/tc-mips.c (mips_dwarf2_addr_size): New.
733 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
734
6a5709a5
JR
7352004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
736
737 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
738 nibble types to assembler.
739
95385380
FF
7402004-02-25 Fred Fish <fnf@redhat.com>
741
742 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
743
b5e0fabd
JW
7442004-02-20 James E Wilson <wilson@specifixinc.com>
745
746 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
747 finalize_syms.
748 (fixup_unw_records): New arg before_relax. Pass to slot_index.
749 (ia64_estimate_size_before_relax): New.
750 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
751 (generate_unwind_image): Pass 1 to fixup_unw_records.
752 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
753 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
754
2f01ffbf
JJ
7552004-02-19 Jakub Jelinek <jakub@redhat.com>
756
757 * stabs.c (generate_asm_file): Avoid warning about use of
758 uninitialized variable.
759
9c59842f
JW
7602004-02-18 David Mosberger <davidm@hpl.hp.com>
761
762 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
763 body, and endp, allow unwind records which do not have a "t"
764 (time/instruction) field.
765
34920d91
NC
7662004-02-17 Petko Manolov <petkan@nucleusys.com>
767
768 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
769 (do_mav_dspsc_2): Likewise.
770 Fix accumulator registers move opcodes.
771
4dde8e61 7722004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 773 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
774
775 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
776
936cf02e
JW
7772004-02-10 Steve Ellcey <sje@cup.hp.com>
778
779 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
780 (tc_frob_symbol): New macro definition.
781 * config/tc-ia64.c (ia64_frob_symbol): New routine.
782
e41f12f3
DJ
7832004-02-09 Daniel Jacobowitz <drow@mvista.com>
784
785 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
786 read-only.
787
a8a3b3b2
NS
7882004-02-09 Nathan Sidwell <nathan@codesourcery.com>
789
790 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
791 (TC_CASE_SENSITIVE): ... this.
792 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
793 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
794
c97b7ef6
JW
7952004-02-06 James E Wilson <wilson@specifixinc.com>
796
797 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
798 (generate_unwind_image): Re-add it here.
799
e4475e39
NS
8002004-02-06 Nathan Sidwell <nathan@codesourcery.com>
801
802 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
803 * read.h (SKIP_WHITESPACE): Turn into an expression.
804 * read.c (read_a_source_file): A pseudo is removed by having a
805 NULL handler.
806
5738bc24
JW
8072004-02-05 James E Wilson <wilson@specifixinc.com>
808
809 * config/tc-ia64.c (output_endp): New.
810 (count_bits): Delete.
811 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
812 endp unwind records.
813 (fixup_unw_records): Handle endp unwind records. Delete code for
814 shortening prologue regions not followed by a body record.
815 (dot_endp): Call add_unwind_entry to emit endp unwind record.
816 * config/tc-ia64.h (unw_record_type): Add endp.
817
d6e78c11
JW
8182004-02-03 James E Wilson <wilson@specifixinc.com>
819
820 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
821 fill padding bytes with zeroes.
822 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
823 sets unwind_record slot_number and slot_frag fields.
824
f6a22291
MR
8252004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
826
827 * config/tc-mips.c (add_got_offset_hilo): New function.
828 (macro): Use load_register() and add_got_offset_hilo() to load
829 constants instead of hardcoding code sequences throughout.
830
127cab00
L
8312004-01-28 H.J. Lu <hongjiu.lu@intel.com>
832
833 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
834
6358301e
NC
8352004-01-26 Bernardo Innocenti <bernie@develer.com>
836
837 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
838 like m68k-elf.
839 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
840 of hard-coded test for TARGET_OS=elf.
841
c8978940
CD
8422004-01-24 Chris Demetriou <cgd@broadcom.com>
843
844 * config/tc-mips.c (hilo_interlocks): Change definition
845 so that MIPS32, MIPS64 and later ISAs are included, along with
846 the already-included machines. Update comments.
847
c3ba240c
DJ
8482004-01-23 Daniel Jacobowitz <drow@mvista.com>
849
850 * config/tc-arm.c (tc_gen_reloc): Improve error message for
851 undefined local labels.
852
e864ceca
RS
8532004-01-23 Richard Sandiford <rsandifo@redhat.com>
854
855 * config/tc-mips.c (load_address, macro): Update comments about
856 NewABI GP relaxation.
857
67c0d1eb
RS
8582004-01-23 Richard Sandiford <rsandifo@redhat.com>
859
860 * config/tc-mips.c (macro_build): Remove place and counter arguments.
861 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
862 (mips16_macro_build, macro_build_jalr): Remove counter argument.
863 (set_at, load_register, load_address, move_register): Likewise.
864 (load_got_offset, add_got_offset): Likewise.
865 Update all calls and tidy accordingly.
866
584892a6
RS
8672004-01-23 Richard Sandiford <rsandifo@redhat.com>
868
869 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
870 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
871 (RELAX_USE_SECOND): Bump to 0x10000.
872 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
873 (mips_macro_warning): New variable.
874 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
875 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
876 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
877 of RELAX_ENCODE.
878 (append_insn): Update mips_macro_warning.sizes.
879 (macro_start, macro_warning, macro_end): New functions.
880 (macro_build): Don't emit warnings here.
881 (macro_build_lui, md_estimate_size_before_relax): ...or here.
882 (md_convert_frag): Check for cases where one macro alternative
883 needs a warning and the other doesn't. Emit a warning if the
884 longer sequence was chosen.
885
4d7206a2
RS
8862004-01-23 Richard Sandiford <rsandifo@redhat.com>
887
888 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
889 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
890 the first sequence, the size of the second sequence, and a flag
891 that says whether we should warn.
892 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
893 (RELAX_FIRST, RELAX_SECOND): New.
894 (mips_relax): New variable.
895 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
896 (append_insn): Remove "place" argument. Use mips_relax.sequence
897 rather than "place" to check whether we're expanding the second
898 alternative of a relaxable macro. Remove redundant check for
899 branch relaxation. If generating a normal insn, and there
900 is not enough room in the current frag, call relax_close_frag()
901 to close it. Update mips_relax.sizes[]. Emit fixups for the
902 second version of a relaxable macro. Record the first relaxable
903 fixup in mips_relax. Remove tc_gen_reloc workaround.
904 (macro_build): Remove all uses of "place". Use mips_relax.sequence
905 in the same way as in append_insn.
906 (mips16_macro_build): Remove "place" argument.
907 (macro_build_lui): As for macro_build. Don't drop the add_symbol
908 when generating the second version of a relaxable macro.
909 (load_got_offset, add_got_offset): New functions.
910 (load_address, macro): Use new relaxation machinery. Remove
911 tc_gen_reloc workarounds.
912 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
913 version of a relaxable macro is needed. Return -RELAX_SECOND if the
914 first version is needed.
915 (tc_gen_reloc): Remove relaxation handling.
916 (md_convert_frag): Go through the fixups for a relaxable macro and
917 mark those that belong to the unneeded alternative as done. If the
918 second alternative is needed, adjust the fixup addresses to account
919 for the deleted first alternative.
920
0530d30a
RS
9212004-01-23 Richard Sandiford <rsandifo@redhat.com>
922
923 * frags.h (frag_room): Declare.
924 * frags.c (frag_room): New function.
925 * doc/internals.texi: Document it.
926
048cdf86
TS
9272004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
928
929 * config/tc-mips.c (append_insn): Don't do r3900 interlock
930 optimization for -mtune=r3900, as this will break on other CPUs.
931
28d39d1a
NC
9322004-01-11 Tom Rix <tcrix@worldnet.att.net>
933
934 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 935 be relaxed, use fixup.
28d39d1a
NC
936 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
937
26664553
JJ
9382004-01-19 Jakub Jelinek <jakub@redhat.com>
939
940 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
941 precision operands.
942
895921c9
MR
9432004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
944
945 * config/tc-mips.c (append_insn): Properly detect variant frags
946 that preclude swapping of relaxed branches. Correctly swap
947 instructions between frags when dealing with relaxed branches.
948
f8b73030
MR
9492004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
950
951 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
952 throughout.
953 * aclocal.m4: Regenerate.
954 * configure: Regenerate.
955
ca9a79a1 9562004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 957
ca9a79a1
NC
958 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
959 manipulation insns.
960
cc3d92a5
RS
9612004-01-12 Richard Sandiford <rsandifo@redhat.com>
962
963 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
964 reloc, reserve space for the delay slot as well as the jalr itself.
965
e45d0630
PB
9662004-01-09 Paul Brook <paul@codesourcery.com>
967
968 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
969 (do_vfp_sp2_from_reg2): New function.
970 (insns): Use them.
971 (do_vfp_dp_from_reg2): Check return values properly.
972
81912461
ILT
9732004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
974
78849248
ILT
975 * config/tc-mips.c (warn_nops): Remove static variable.
976 (macro): Remove test of warn_nops.
977 (md_shortops): Remove 'n'.
978 (md_parse_option): Remove 'n' case.
979 (md_show_usage): Remove -n.
980 * doc/as.texinfo (Overview): Remove MIPS -n option.
981 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
982 * NEWS: Mention removal of MIPS -n option.
983
81912461
ILT
984 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
985 (cop_interlocks): Check ISA level.
986 (cop_mem_interlocks): Define.
987 (reg_needs_delay): Check cop_interlocks rather than
988 ISA_HAS_COPROC_DELAYS.
989 (append_insn): Likewise. Use cop_mem_interlocks rather than
990 directly checking mips_opts.isa.
991 (mips_emit_delays): Likewise.
992
73f20958
L
9932004-01-07 H.J. Lu <hongjiu.lu@intel.com>
994
995 * config/tc-ia64.c (unwind): Move next_slot_number and
996 next_slot_frag to ...
997 (unw_rec_list): Here.
998 (free_list_records): Removed.
999 (output_unw_records): Likewise.
1000 (generate_unwind_image): Make it void.
1001 (alloc_record): Initialize next_slot_number and next_slot_frag.
1002 (slot_index): Take .org, .space and .align into account.
1003 (fixup_unw_records): Don't set slot_number to 0. Use
1004 list->next_slot_number and list->next_slot_frag instead of
1005 unwind.next_slot_number and unwind.next_slot_frag.
1006 (ia64_convert_frag): New.
1007 (generate_unwind_image): Generate a rs_machine_dependent frag
1008 for unwind record.
1009 (emit_one_bundle): Use list->next_slot_number and
1010 list->next_slot_frag instead of unwind.next_slot_number and
1011 unwind.next_slot_frag.
1012
1013 * config/tc-ia64.h (md_convert_frag): Defined as
1014 ia64_convert_frag.
1015 (md_estimate_size_before_relax): Defined as (f)->fr_var.
1016
99d09cdb
AO
10172004-01-06 Alexandre Oliva <aoliva@redhat.com>
1018
1019 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
1020 * config/tc-frv.h (md_apply_fix3): Don't define.
1021 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
1022 operands.
1023 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
1024 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
1025 * config/tc-frv.c (line_separator_chars): Add `!'.
1026 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
1027 * config/tc-frv.c (md_assemble): Clear insn upfront.
1028 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1029 * config/tc-frv.c (OPTION_FDPIC): New macro.
1030 (md_longopts): Add mfdpic.
1031 (md_parse_option): Handle it.
1032 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1033 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
1034 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
1035 (frv_pic_ptr): Parse funcdesc.
1036
4a4c4a1d
MR
10372004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1038
1039 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
1040 gasver.texi. Remove duplicate symbol definitions for texi2pod.
1041
2251dd89
MR
10422004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1043
1044 * Makefile.am (Makefile): Move the dependency on
1045 $(BFDDIR)/configure.in to...
1046 (CONFIG_STATUS_DEPENDENCIES): ... here.
1047 (AUTOMAKE_OPTIONS): Require automake 1.8.
1048 * Makefile.in: Regenerate.
1049 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
1050 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
1051 $(BFDDIR)/configure.in here as well.
1052 * doc/Makefile.in: Regenerate.
1053
c6581168
MR
10542004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1055
1056 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
1057 * Makefile.in: Regenerate.
1058 * aclocal.m4: Regenerate.
1059 * doc/Makefile.am (install, install-info): Remove.
1060 (install-data-local): A new hook for install-info.
1061 (AUTOMAKE_OPTIONS): Require automake 1.8.
1062 * doc/Makefile.in: Regenerate.
1063
303e7b79
NC
10642004-01-02 Nutan Singh <nutan@kpitcummins.com>
1065
1066 * doc/c-sh.texi: Update description about floating point behavior
1067 of SH family.
1068
b50c15dc
NC
10692004-01-02 Bernardo Innocenti <bernie@develer.com>
1070
1071 * configure.in: Add m68k-uClinux target.
1072 * configure: Regenerate.
7de9afa2 1073
c9e214e5 1074For older changes see ChangeLog-0203
08d56133
NC
1075\f
1076Local Variables:
1077mode: change-log
1078left-margin: 8
1079fill-column: 74
1080version-control: never
1081End: