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