From Ulrich Weigand:
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
7cc69913
NC
12004-03-30 Nick Clifton <nickc@redhat.com>
2
3 * config/tc-arm.c (meabi_flags): Make its use conditional upon
4 OBJ_ELF being defined.
5
53fbb48a
AM
62004-03-27 Alan Modra <amodra@bigpond.net.au>
7
8 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
9
d507cf36
PB
102004-03-23 Paul Brook <paul@codesourcery.com>
11
12 * config/tc-arm.c (meabi_flags): New variable.
13 (arm_parse_eabi): New function.
14 (md_begin): Set flags for EABI v3.
15 (arm_eabis): Add.
16 (arm_long_opts): Add meabi.
17 * doc/as.texinf <ARM>: Document -meabi.
18 * doc/c-arm.texi: Ditto.
19
88d65ad6
BW
202004-03-22 Bob Wilson <bob.wilson@acm.org>
21
22 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
23 tables even when use_literal_section flag is not set.
24
13ef8878
AM
252004-03-22 Alan Modra <amodra@bigpond.net.au>
26
27 * config/tc-sh.c: Remove trailing whitespace.
28
1048a9ba
HPN
292004-03-22 Hans-Peter Nilsson <hp@axis.com>
30
31 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
32 --mul-bug-abort and the default behavior.
33 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
34 (err_for_dangerous_mul_placement): New variable.
35 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
36 macros.
37 (md_cris_relax_table): Have placeholder for STATE_MUL.
38 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
39 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
40 case doing nothing.
41 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
42 STATE_BYTE)>: Ditto.
43 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
44 alignment and position of this frag, emit error message if
45 suspicious.
46 (md_assemble): For a multiply insn and when checking it,
47 transform the current frag into a special frag for that purpose.
48 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
49 OPTION_MULBUG_ABORT_ON>: Handle new options.
50
a7877748
BW
512004-03-19 Bob Wilson <bob.wilson@acm.org>
52
53 * config/tc-xtensa.c (mark_literal_frags): New function.
54 (xtensa_move_literals): Call mark_literal_frags for all literal
55 segments, including init and fini literal segments.
56 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
57
9992270f
DA
582004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
59
60 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
61 (pa_comm): Set BSF_OBJECT in symbol flags.
62
6e1772d5
AM
632004-03-19 Alan Modra <amodra@bigpond.net.au>
64
65 * Makefile.am: Run "make dep-am".
66 * Makefile.in: Regenerate.
67 * doc/Makefile.in: Regenerate.
68 * config.in: Regenerate.
69 * po/gas.pot: Regenerate.
70
3e4caed2
NS
712004-03-18 Nathan Sidwell <nathan@codesourcery.com>
72
c95b35a9
NS
73 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
74 (demand_empty_rest_of_line): Issue an error here.
75 (ignore_rest_of_line): Silently skip to end.
76 (demand_copy_string): Issue an error, not warning.
77 (equals): Likewise.
78 * config/obj-elf.c (obj_elf_section_name): Likewise.
79 (obj_elf_section): Likewise.
80 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
81 (arc_extinst): Likewise.
82 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
83 (dot_spill): Likewise.
84 (dot_unwabi): Likewise.
85 (dot_prologue): Likewise.
86
3e4caed2
NS
87 * expr.c (operand): Reject ++ and --.
88 (operator): Likewise.
89
2ce4cc60
KK
902004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
91
92 * config/tc-sh.c: Include dw2gencfi.h.
93 (sh_cfi_frame_initial_instructions): New function.
94 (sh_regname_to_dw2regnum): Likewise.
95 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
96 file.
97 (TARGET_USE_CFIPOP): Define.
98 (tc_cfi_frame_initial_instructions): Likewise.
99 (tc_regname_to_dw2regnum): Likewise.
100 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
101 * Makefile.am: Update dependencies.
102 * Makefile.in: Regenerate.
103
9183ed4b
AM
1042004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
107 * configure: Regenerate.
108
00bbdfe7
BW
1092004-03-12 Bob Wilson <bob.wilson@acm.org>
110
111 * read.c (s_leb128): Call md_flush_pending_output.
112
0f10071e
ML
1132004-03-12 Michal Ludvig <mludvig@suse.cz>
114
115 * config/tc-i386.c (output_insn): Handle PadLock instructions.
116 * config/tc-i386.h (CpuPadLock): New define.
117 (CpuUnknownFlags): Added CpuPadLock.
118
84c84759
AS
1192004-03-07 Andreas Schwab <schwab@suse.de>
120
121 * doc/c-hppa.texi (HPPA Directives): Fix typo.
122
6ec51dba
RH
1232004-03-07 Richard Henderson <rth@redhat.com>
124
125 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
126 (cfi_finish): Likewise for fde.
127
bae25f19
L
1282004-03-05 H.J. Lu <hongjiu.lu@intel.com>
129
130 * config/tc-ia64.c (md_assemble): Properly handle NULL
131 align_frag.
132 (ia64_handle_align): Don't abort if failed to add a stop bit.
133
ab509236
L
1342004-03-04 H.J. Lu <hongjiu.lu@intel.com>
135
136 * Makefile.in: Regenerated.
137 * aclocal.m4: Likewise.
138 * configure: Likewise.
139 * doc/Makefile.in: Likewise.
140
d9201763
L
1412004-03-03 H.J. Lu <hongjiu.lu@intel.com>
142
143 * config/tc-ia64.c (dot_align): New.
144 (ia64_do_align): Make it static.
145 (md_pseudo_table): Use "dot_align" for "align".
146 (ia64_md_do_align): Don't set align_frag here.
147 (ia64_handle_align): Add a stop bit to the previous bundle if
148 needed.
149
150 * config/tc-ia64.h (ia64_do_align): Removed.
151
ae51a426
JR
1522003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
153
154 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
155 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
156 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
157 the most general type or the user specifically requested it.
158 (md_assemble): Add a new error message for when an instruction
159 is understood, but is not allowed due to an -isa option.
160
9545c4ce
L
1612004-03-02 H.J. Lu <hongjiu.lu@intel.com>
162
163 * config/tc-ia64.c (align_frag): New.
164 (md_assemble): Set the tc_frag_data field in align_frag for
165 IA64_OPCODE_FIRST instructions.
166 (ia64_md_do_align): Set align_frag.
167 (ia64_handle_align): Add a stop bit if needed.
168
169 * config/tc-ia64.h (TC_FRAG_TYPE): New.
170 (TC_FRAG_INIT): New.
171
676a64f4
RS
1722004-03-01 Richard Sandiford <rsandifo@redhat.com>
173
174 * config/tc-frv.c (fr400_audio): New variable.
175 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
176 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
177 (target_implements_insn_p): New function.
178 (md_assemble): Report an error if the processor doesn't implement
179 the instruction.
180
bd337dde
NC
1812004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
182
183 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
184 (md_parse_option): Ditto.
185 (OPTION_NO_SPECIAL_M32R): Added.
186 (md_show_usage): Document it.
187 (enable_speial_m32r): Changed a default value from 0 to 1.
188 * doc/c-m32r.texi: Document the -no-bitinst option.
189
78878175
NC
1902004-02-27 Nick Clifton <nickc@redhat.com>
191
192 * config/tc-sh.c (get_operand): Revert previous delta.
193 (tc_gen_reloc): Check for an unknown reloc type before processing
194 the addend.
195
1d6d62a4
MS
1962004-02-27 Hannes Reinecke <hare@suse.de>
197
198 * config/tc-s390.c (s390_insn): Correct range check for opcode in
199 .insn pseudo operation.
200
4aa3e325
NC
2012004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
202
203 * config/tc-sh.c (get_operand): In case of #Imm, check has been
204 added for wrong syntax.
205
73369e65
EC
2062004-02-26 Eric Christopher <echristo@redhat.com>
207
208 * config/tc-mips.c (mips_dwarf2_addr_size): New.
209 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
210
6a5709a5
JR
2112004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
212
213 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
214 nibble types to assembler.
215
95385380
FF
2162004-02-25 Fred Fish <fnf@redhat.com>
217
218 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
219
b5e0fabd
JW
2202004-02-20 James E Wilson <wilson@specifixinc.com>
221
222 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
223 finalize_syms.
224 (fixup_unw_records): New arg before_relax. Pass to slot_index.
225 (ia64_estimate_size_before_relax): New.
226 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
227 (generate_unwind_image): Pass 1 to fixup_unw_records.
228 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
229 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
230
2f01ffbf
JJ
2312004-02-19 Jakub Jelinek <jakub@redhat.com>
232
233 * stabs.c (generate_asm_file): Avoid warning about use of
234 uninitialized variable.
235
9c59842f
JW
2362004-02-18 David Mosberger <davidm@hpl.hp.com>
237
238 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
239 body, and endp, allow unwind records which do not have a "t"
240 (time/instruction) field.
241
34920d91
NC
2422004-02-17 Petko Manolov <petkan@nucleusys.com>
243
244 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
245 (do_mav_dspsc_2): Likewise.
246 Fix accumulator registers move opcodes.
247
4dde8e61 2482004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 249 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
250
251 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
252
936cf02e
JW
2532004-02-10 Steve Ellcey <sje@cup.hp.com>
254
255 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
256 (tc_frob_symbol): New macro definition.
257 * config/tc-ia64.c (ia64_frob_symbol): New routine.
258
e41f12f3
DJ
2592004-02-09 Daniel Jacobowitz <drow@mvista.com>
260
261 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
262 read-only.
263
a8a3b3b2
NS
2642004-02-09 Nathan Sidwell <nathan@codesourcery.com>
265
266 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
267 (TC_CASE_SENSITIVE): ... this.
268 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
269 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
270
c97b7ef6
JW
2712004-02-06 James E Wilson <wilson@specifixinc.com>
272
273 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
274 (generate_unwind_image): Re-add it here.
275
e4475e39
NS
2762004-02-06 Nathan Sidwell <nathan@codesourcery.com>
277
278 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
279 * read.h (SKIP_WHITESPACE): Turn into an expression.
280 * read.c (read_a_source_file): A pseudo is removed by having a
281 NULL handler.
282
5738bc24
JW
2832004-02-05 James E Wilson <wilson@specifixinc.com>
284
285 * config/tc-ia64.c (output_endp): New.
286 (count_bits): Delete.
287 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
288 endp unwind records.
289 (fixup_unw_records): Handle endp unwind records. Delete code for
290 shortening prologue regions not followed by a body record.
291 (dot_endp): Call add_unwind_entry to emit endp unwind record.
292 * config/tc-ia64.h (unw_record_type): Add endp.
293
d6e78c11
JW
2942004-02-03 James E Wilson <wilson@specifixinc.com>
295
296 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
297 fill padding bytes with zeroes.
298 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
299 sets unwind_record slot_number and slot_frag fields.
300
f6a22291
MR
3012004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
302
303 * config/tc-mips.c (add_got_offset_hilo): New function.
304 (macro): Use load_register() and add_got_offset_hilo() to load
305 constants instead of hardcoding code sequences throughout.
306
127cab00
L
3072004-01-28 H.J. Lu <hongjiu.lu@intel.com>
308
309 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
310
6358301e
NC
3112004-01-26 Bernardo Innocenti <bernie@develer.com>
312
313 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
314 like m68k-elf.
315 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
316 of hard-coded test for TARGET_OS=elf.
317
c8978940
CD
3182004-01-24 Chris Demetriou <cgd@broadcom.com>
319
320 * config/tc-mips.c (hilo_interlocks): Change definition
321 so that MIPS32, MIPS64 and later ISAs are included, along with
322 the already-included machines. Update comments.
323
c3ba240c
DJ
3242004-01-23 Daniel Jacobowitz <drow@mvista.com>
325
326 * config/tc-arm.c (tc_gen_reloc): Improve error message for
327 undefined local labels.
328
e864ceca
RS
3292004-01-23 Richard Sandiford <rsandifo@redhat.com>
330
331 * config/tc-mips.c (load_address, macro): Update comments about
332 NewABI GP relaxation.
333
67c0d1eb
RS
3342004-01-23 Richard Sandiford <rsandifo@redhat.com>
335
336 * config/tc-mips.c (macro_build): Remove place and counter arguments.
337 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
338 (mips16_macro_build, macro_build_jalr): Remove counter argument.
339 (set_at, load_register, load_address, move_register): Likewise.
340 (load_got_offset, add_got_offset): Likewise.
341 Update all calls and tidy accordingly.
342
584892a6
RS
3432004-01-23 Richard Sandiford <rsandifo@redhat.com>
344
345 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
346 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
347 (RELAX_USE_SECOND): Bump to 0x10000.
348 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
349 (mips_macro_warning): New variable.
350 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
351 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
352 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
353 of RELAX_ENCODE.
354 (append_insn): Update mips_macro_warning.sizes.
355 (macro_start, macro_warning, macro_end): New functions.
356 (macro_build): Don't emit warnings here.
357 (macro_build_lui, md_estimate_size_before_relax): ...or here.
358 (md_convert_frag): Check for cases where one macro alternative
359 needs a warning and the other doesn't. Emit a warning if the
360 longer sequence was chosen.
361
4d7206a2
RS
3622004-01-23 Richard Sandiford <rsandifo@redhat.com>
363
364 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
365 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
366 the first sequence, the size of the second sequence, and a flag
367 that says whether we should warn.
368 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
369 (RELAX_FIRST, RELAX_SECOND): New.
370 (mips_relax): New variable.
371 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
372 (append_insn): Remove "place" argument. Use mips_relax.sequence
373 rather than "place" to check whether we're expanding the second
374 alternative of a relaxable macro. Remove redundant check for
375 branch relaxation. If generating a normal insn, and there
376 is not enough room in the current frag, call relax_close_frag()
377 to close it. Update mips_relax.sizes[]. Emit fixups for the
378 second version of a relaxable macro. Record the first relaxable
379 fixup in mips_relax. Remove tc_gen_reloc workaround.
380 (macro_build): Remove all uses of "place". Use mips_relax.sequence
381 in the same way as in append_insn.
382 (mips16_macro_build): Remove "place" argument.
383 (macro_build_lui): As for macro_build. Don't drop the add_symbol
384 when generating the second version of a relaxable macro.
385 (load_got_offset, add_got_offset): New functions.
386 (load_address, macro): Use new relaxation machinery. Remove
387 tc_gen_reloc workarounds.
388 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
389 version of a relaxable macro is needed. Return -RELAX_SECOND if the
390 first version is needed.
391 (tc_gen_reloc): Remove relaxation handling.
392 (md_convert_frag): Go through the fixups for a relaxable macro and
393 mark those that belong to the unneeded alternative as done. If the
394 second alternative is needed, adjust the fixup addresses to account
395 for the deleted first alternative.
396
0530d30a
RS
3972004-01-23 Richard Sandiford <rsandifo@redhat.com>
398
399 * frags.h (frag_room): Declare.
400 * frags.c (frag_room): New function.
401 * doc/internals.texi: Document it.
402
048cdf86
TS
4032004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
404
405 * config/tc-mips.c (append_insn): Don't do r3900 interlock
406 optimization for -mtune=r3900, as this will break on other CPUs.
407
28d39d1a
NC
4082004-01-11 Tom Rix <tcrix@worldnet.att.net>
409
410 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 411 be relaxed, use fixup.
28d39d1a
NC
412 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
413
26664553
JJ
4142004-01-19 Jakub Jelinek <jakub@redhat.com>
415
416 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
417 precision operands.
418
895921c9
MR
4192004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
420
421 * config/tc-mips.c (append_insn): Properly detect variant frags
422 that preclude swapping of relaxed branches. Correctly swap
423 instructions between frags when dealing with relaxed branches.
424
f8b73030
MR
4252004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
426
427 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
428 throughout.
429 * aclocal.m4: Regenerate.
430 * configure: Regenerate.
431
ca9a79a1 4322004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 433
ca9a79a1
NC
434 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
435 manipulation insns.
436
cc3d92a5
RS
4372004-01-12 Richard Sandiford <rsandifo@redhat.com>
438
439 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
440 reloc, reserve space for the delay slot as well as the jalr itself.
441
e45d0630
PB
4422004-01-09 Paul Brook <paul@codesourcery.com>
443
444 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
445 (do_vfp_sp2_from_reg2): New function.
446 (insns): Use them.
447 (do_vfp_dp_from_reg2): Check return values properly.
448
81912461
ILT
4492004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
450
78849248
ILT
451 * config/tc-mips.c (warn_nops): Remove static variable.
452 (macro): Remove test of warn_nops.
453 (md_shortops): Remove 'n'.
454 (md_parse_option): Remove 'n' case.
455 (md_show_usage): Remove -n.
456 * doc/as.texinfo (Overview): Remove MIPS -n option.
457 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
458 * NEWS: Mention removal of MIPS -n option.
459
81912461
ILT
460 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
461 (cop_interlocks): Check ISA level.
462 (cop_mem_interlocks): Define.
463 (reg_needs_delay): Check cop_interlocks rather than
464 ISA_HAS_COPROC_DELAYS.
465 (append_insn): Likewise. Use cop_mem_interlocks rather than
466 directly checking mips_opts.isa.
467 (mips_emit_delays): Likewise.
468
73f20958
L
4692004-01-07 H.J. Lu <hongjiu.lu@intel.com>
470
471 * config/tc-ia64.c (unwind): Move next_slot_number and
472 next_slot_frag to ...
473 (unw_rec_list): Here.
474 (free_list_records): Removed.
475 (output_unw_records): Likewise.
476 (generate_unwind_image): Make it void.
477 (alloc_record): Initialize next_slot_number and next_slot_frag.
478 (slot_index): Take .org, .space and .align into account.
479 (fixup_unw_records): Don't set slot_number to 0. Use
480 list->next_slot_number and list->next_slot_frag instead of
481 unwind.next_slot_number and unwind.next_slot_frag.
482 (ia64_convert_frag): New.
483 (generate_unwind_image): Generate a rs_machine_dependent frag
484 for unwind record.
485 (emit_one_bundle): Use list->next_slot_number and
486 list->next_slot_frag instead of unwind.next_slot_number and
487 unwind.next_slot_frag.
488
489 * config/tc-ia64.h (md_convert_frag): Defined as
490 ia64_convert_frag.
491 (md_estimate_size_before_relax): Defined as (f)->fr_var.
492
99d09cdb
AO
4932004-01-06 Alexandre Oliva <aoliva@redhat.com>
494
495 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
496 * config/tc-frv.h (md_apply_fix3): Don't define.
497 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
498 operands.
499 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
500 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
501 * config/tc-frv.c (line_separator_chars): Add `!'.
502 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
503 * config/tc-frv.c (md_assemble): Clear insn upfront.
504 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
505 * config/tc-frv.c (OPTION_FDPIC): New macro.
506 (md_longopts): Add mfdpic.
507 (md_parse_option): Handle it.
508 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
509 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
510 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
511 (frv_pic_ptr): Parse funcdesc.
512
4a4c4a1d
MR
5132004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
514
515 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
516 gasver.texi. Remove duplicate symbol definitions for texi2pod.
517
2251dd89
MR
5182004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
519
520 * Makefile.am (Makefile): Move the dependency on
521 $(BFDDIR)/configure.in to...
522 (CONFIG_STATUS_DEPENDENCIES): ... here.
523 (AUTOMAKE_OPTIONS): Require automake 1.8.
524 * Makefile.in: Regenerate.
525 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
526 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
527 $(BFDDIR)/configure.in here as well.
528 * doc/Makefile.in: Regenerate.
529
c6581168
MR
5302004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
531
532 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
533 * Makefile.in: Regenerate.
534 * aclocal.m4: Regenerate.
535 * doc/Makefile.am (install, install-info): Remove.
536 (install-data-local): A new hook for install-info.
537 (AUTOMAKE_OPTIONS): Require automake 1.8.
538 * doc/Makefile.in: Regenerate.
539
303e7b79
NC
5402004-01-02 Nutan Singh <nutan@kpitcummins.com>
541
542 * doc/c-sh.texi: Update description about floating point behavior
543 of SH family.
544
b50c15dc
NC
5452004-01-02 Bernardo Innocenti <bernie@develer.com>
546
547 * configure.in: Add m68k-uClinux target.
548 * configure: Regenerate.
7de9afa2 549
c9e214e5 550For older changes see ChangeLog-0203
08d56133
NC
551\f
552Local Variables:
553mode: change-log
554left-margin: 8
555fill-column: 74
556version-control: never
557End:
This page took 0.23245 seconds and 4 git commands to generate.