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