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