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