1 Mon Jun 22 11:10:00 1998 Catherine Moore <clm@cygnus.com>
3 * varasm.c (assemble_variable): Emit alignment warning.
5 Mon Jun 22 08:18:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7 * Makefile.in (varasm.o): Depend on sdbout.h.
8 (sdbout.o): Depend on toplev.h.
10 * collect2.c (scan_prog_file): Cast fprintf argument to `long' and
13 * final.c (shorten_branches): Cast first arg of `bzero' to char *.
15 * genextract.c (main): When creating insn-extract.c, mark variable
16 `i' with ATTRIBUTE_UNUSED.
18 * genpeep.c (main): When creating insn-peep.c, mark variables
19 `insn', `x' and `pat' with ATTRIBUTE_UNUSED.
21 * objc/init.c (__objc_tree_print): Wrap function definition in
24 * objc/objc-act.c (encode_array): Cast sprintf argument to `long'
25 and use %ld specifier.
26 (adorn_decl): Likewise, twice.
28 * reload1.c (reload_cse_regs): Cast first arg of `bzero' to char *.
30 * sdbout.c: Include output.h and toplev.h.
31 (PUT_SDB_INT_VAL): Use HOST_WIDE_INT_PRINT_DEV to print argument
32 `a'. Cast `a' to HOST_WIDE_INT to force it to always be so.
33 (PUT_SDB_SIZE): Likewise.
35 * sdbout.h (sdbout_mark_begin_function): Add prototype.
37 * stmt.c (check_for_full_enumeration_handling): Cast argument of
38 `warning' to long and use %ld specifier.
40 * toplev.c (main): Likewise for `fprintf'.
42 * toplev.h (output_file_directive): Add prototype.
44 * unroll.c (unroll_loop): Use HOST_WIDE_INT_PRINT_DEC specifier in
46 (precondition_loop_p): Likewise.
48 * varasm.c Include sdbout.h.
49 (assemble_static_space): Move sometimes-unused variable `rounded'
50 into the scope in which it is used.
52 * mips.c (gpr_mode): Don't say `static' twice.
54 * cpplib.c (cpp_handle_option): Don't pass unneeded NULL to cpp_fatal.
56 * objc/objc-act.c (init_selector): Hide prototype and definition.
58 * optabs.c (gen_cond_trap): Remove unused variable `icode'.
60 * regmove.c (copy_src_to_dest): Likewise for `i'.
62 * mips-tfile.c (add_local_symbol): Cast width format specifier to int.
63 (add_ext_symbol): Likewise.
65 (parse_def): Likewise.
66 (write_varray): Use HOST_PTR_PRINTF to print a pointer. Fix
67 remaining format specifiers and arguments.
68 (write_object): Likewise, several times.
69 (read_seek): Likewise.
70 (out_of_bounds): Likewise.
71 (allocate_cluster): Likewise.
77 * mips-tdump.c (print_symbol): Likewise.
79 Sun Jun 21 17:05:34 1998 Dave Love <d.love@dl.ac.uk>
81 * Makefile.in (install-info): Use install-info program if
82 available, per GNU standard.
84 Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
86 * invoke.texi: Document -mrelax for the mn10300 and mn10200.
88 * basic-block.h (init_regset_vector): Delete declaration.
89 * flow.c (init_regset_vector): Make it static and add a prototype.
91 * bitmap.h (debug_bitmap): Declare.
93 * haifa-sched.c (debug_ready_list): Make static.
95 * toplev.h (fancy_abort): Declare.
97 Sun Jun 21 18:30:13 1998 H.J. Lu (hjl@gnu.org)
99 * basic-block.h (init_regset_vector): New declaration.
101 * Makefile.in (sdbout.o): Add insn-codes.h to dependency.
103 * global.c: Include machmode.h amd move hard-reg-set.h before
106 * haifa-sched.c (insn_issue_delay, birthing_insn_p,
107 adjust_priority, print_insn_chaino): New declaration.
108 (schedule_insns): Remove declaration.
109 (init_target_units, get_visual_tbl_length,
110 init_block_visualization): Add prototype.
112 * integrate.c (pushdecl, poplevel): Remove declaration.
114 * rtl.h (expand_expr): Remove declaration.
116 * loop.c (oballoc): Remove declaration.
117 (replace_call_address): Add prototype.
119 Sun Jun 21 01:08:17 PDT 1998 Jeff Law (law@cygnus.com)
121 * version.c: Bump for snapshot.
123 Sun Jun 21 01:16:38 1998 John Wehle (john@feith.com)
125 * i386.c (output_fp_conditional_move): Don't bother handling
126 (cc_prev_status.flags && CC_NO_OVERFLOW) since the INSN patterns
127 prevent this from happening.
129 * i386.md (nonlocal_goto_receiver): Delete.
131 Sun Jun 21 00:42:20 1998 H.J. Lu (hjl@gnu.org)
133 * Makefile.in (crtbeginS.o, crtendS.o): Add -fno-exceptions and
135 (INSTALL): cd $(srcdir) before make.
137 * flow.c (allocate_for_life_analysis, init_regset_vector):
140 * function.h (get_first_block_beg): New declaration.
142 * gbl-ctors.h (__do_global_dtors): Add prototype.
144 * gcov-io.h (__fetch_long): New declaration.
145 (__store_long): Likewise.
146 (__read_long): Likewise.
147 (__write_long): Likewise.
149 * gcov.c (print_usage): New declaration.
151 * Makefile.in (c-iterate.o): Depend on insn-codes.h too.
153 Sat Jun 20 00:36:16 1998 Jeffrey A Law (law@cygnus.com)
155 * calls.c (expand_call): Initialize "src" and "dest".
156 * stmt.c (expand_return): Likewise.
157 * expmed.c (extract_split_bit_field): Similarly for "result"
158 * gcse.c (compute_hash_table): Mark first arg as unused.
159 * jump.c (jump_optimize): Initialize reversep.
160 * tree.c (make_node): Initialize length.
162 * c-common.c (check_format_info): Initialize length_char and
163 fci to keep -Wall quiet.
165 * except.c (jumpif_rtx): Put declaration and definition
166 inside a suitable #ifdef.
167 (jumpifnot_rtx): Delete dead function.
169 * i386.h (output_int_conditional_move): Declare.
170 (output_fp_conditional_move): Likewise.
171 (ix86_can_use_return_insn_p): Likewise.
173 * optabs.c (init_traps): Put prototype inside a suitable #ifdef.
175 Sat Jun 20 00:27:40 1998 Graham <grahams@rcp.co.uk>
177 * alias.c: Include toplev.h
178 * caller-save.c: Include toplev.h
179 * combine.c: Include toplev.h
180 * flow.c Include toplev.h
181 * global.c: Include toplev.h
182 * jump.c: Include toplev.h
183 * local-alloc.c: Include toplev.h
184 * loop.c: Include toplev.h
185 * regmove.c: Include toplev.h
186 * stupid.c: Include toplev.h
187 * unroll.c: Include toplev.h
188 * Makefile.in: Add toplev.h dependencies.
190 Fri Jun 19 22:40:25 1998 Jason Merrill <jason@yorick.cygnus.com>
192 * regmove.c (copy_src_to_dest): Add decl for loop_depth.
194 * svr4.h (ASM_GENERATE_INTERNAL_LABEL): Cast arg to unsigned.
195 * dwarf2out.c (ASM_OUTPUT_DWARF_DATA1): Likewise.
196 Add parens to various macros.
198 Fri Jun 19 23:22:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
200 * c-typeck.c (pop_init_level): Warn about implicit zero initialization
203 Fri Jun 19 23:06:33 1998 Jason Merrill <jason@yorick.cygnus.com>
205 * varasm.c (assemble_start_function): Add weak_global_object_name.
206 * tree.c (get_file_function_name): Use it.
208 Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com)
210 * except.c (jumpif_rtx): Make static and add prototype.
211 (jumpifnot_rtx): Likewise.
213 * README.gnat: Add a build patch from Fred Fish.
215 * c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted.
217 * Makefile.in (c-iterate.o): Depend on expr.h.
219 Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
221 * except.h (emit_unwinder, end_eh_unwinder): Removed.
223 * dwarfout.c (getpwd): Add prototype.
224 (is_pseudo_reg, type_main_variant, is_tagged_type,
225 is_redundant_typedef): New declaration.
226 (output_decl): Add prototype for FUNC.
227 (type_main_variant): Make it static.
228 (is_tagged_type): Likewise.
229 (is_redundant_typedef): Likewise.
231 * expr.c (do_jump_by_parts_greater_rtx): Removed.
232 (truthvalue_conversion): Likewise.
234 * c-iterate.c: Include "expr.h".
235 (expand_expr): Use proper values when calling the function.
237 * explow.c (emit_stack_save): Add prototype for FCN.
238 (emit_stack_restore): Likewise.
240 * dwarf2out.c (getpwd): Add prototype.
242 * dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.
244 * c-typeck.c (c_expand_asm_operands): Use proper values when calling
247 * c-lex.c (yyprint): Add prototype.
248 (check_newline, build_objc_string): Remove declaration.
250 * c-tree.h (comptypes_record_hook): Removed.
251 (finish_incomplete_decl): New prototype.
253 * alias.c (find_base_value): Add prototype.
254 (true_dependence): Add prototype for function argument.
256 * c-aux-info.c (xmalloc): Remove declaration.
258 Fri Jun 19 20:23:05 1998 Robert Lipe <robertl@dgii.com>
260 * i386.c: Include system.h. Remove redundant includes.
261 (optimization_options): Mark param 'size' with ATTRIBUTE_UNUSED.
262 (i386_cc_probably_useless_p): Likewise for 'decl', 'attributes',
263 'identifier', 'args'.
264 (i386_valid_type_attribute_p): Likewise for 'attributes'.
265 (i386_comp_type_attribute_p): Likewise for 'type1', 'type2'.
266 (function_arg_partial_nregs): Likewise for 'cum', 'mode', 'type',
268 (symbolic_operand): Likewise for 'mode'.
269 (call_insn_operand): Likewise.
270 (expander_call_insn_operand): Likewise.
271 (ix86_logical_operator): Likewise.
272 (ix86_binary_operator_ok): Likewise.
273 (emit_pic_move): Likewise.
274 (VOIDmode_compare_op): Likewise.
276 (str_immediate_operand): Likewise.
277 (ix86_uary_operator_ok): Likewise for 'code', 'mode', and 'operands'.yy
278 (asm_output_function_prefix): Likewise for 'name'.
279 (function_prologue): Likewise for 'file', and 'size'.
280 (function_epilogue): Likewise.
282 1998-06-19 Jim Wilson <wilson@cygnus.com>
284 * loop.h (struct induction): Clarify comment for unrolled field.
285 * unroll.c (find_splittable_givs): Move set of unrolled field
286 after address validity check.
288 Fri Jun 19 18:38:04 1998 Michael Meissner <meissner@cygnus.com>
290 * config/fp-bit.c (INLINE): Only define if not already defined.
292 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
294 * Makefile.in (installdirs): Loop over directories in $(libsubdir)
295 creating probably missing ones, instead of single if statements.
297 Fri Jun 19 10:43:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
299 * c-common.c (truthvalue_conversion): Protect side effects in the
300 expression when splitting a complex value.
301 * fold-const.c (fold): Likewise.
303 Fri Jun 19 02:31:16 1998 Klaus Kaempf (kkaempf@progis.de)
305 * cccp.c (hack_vms_include_specification): rewrite to handle
306 '#include <dir/file.h>' correctly.
308 Fri Jun 19 02:24:11 1998 H.J. Lu (hjl@gnu.org)
310 * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Defined.
312 Fri Jun 19 02:10:10 1998 John Wehle (john@feith.com)
314 * i386.c (notice_update_cc): Integer conditional moves don't
317 * i386.md (movsfcc, movdfcc, movxfcc): Use emit_store_flag
318 to support LT, LE, GE, and GT signed integer comparisons.
319 (movsfcc+1, movsfcc+2, movdfcc+1, movdfcc+2,
320 movxfcc+1, movxfcc+2): Pattern doesn't match if the comparison
321 is LT, LE, GE, or GT.
322 (movdicc): Remove code resulting from an earlier patch which
323 didn't apply correctly.
325 Fri Jun 19 02:00:19 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
327 * reload1.c (reload_cse_regno_equal_p): If -ffloat-store, don't
328 consider a MEM in FP mode as equal.
330 Fri Jun 19 01:02:17 1998 Jeffrey A Law (law@cygnus.com)
332 * c-decl.c (duplicate_decls): Avoid setting TREE_ASM_WRITTEN for
333 duplicate declarations of a function.
335 Fri Jun 19 00:33:33 1998 H.J. Lu (hjl@gnu.org)
337 * config/float-i386.h: New.
339 * configure.in (i[34567]86-*-linux-*): Set float_format to i386.
341 Thu Jun 18 20:11:00 1998 Jim Wilson <wilson@cygnus.com>
343 * sched.c (schedule_insns): Use xmalloc not alloca for max_uid
344 indexed arrays. Call free at the end of the function for them.
345 * haifa-sched.c (schedule_insns): Likewise.
347 Thu Jun 18 18:16:01 1998 Jim Wilson <wilson@cygnus.com>
349 * dwarf2out.c (size_of_string): Do count backslashes.
351 Thu Jun 18 11:43:54 1998 Nick Clifton <nickc@cygnus.com>
353 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow REG+REG
354 addressing when one register is the frame pointer or stack
355 pointer. Disallow REG+CONST addressing in HI mode.
357 Thu Jun 18 17:30:39 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
359 * reload.c (find_reloads): Don't narrow scope of RELOAD_OTHER to
362 Thu Jun 18 09:36:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
364 * Makefile.in (c-lang.o): Depend on output.h.
366 * c-lang.c: Include output.h.
368 * sparc.c (sparc_builtin_saveregs): Remove unused variable `fntype'.
370 * except.c (expand_builtin_eh_stub): Likewise for variable `jump_to'.
372 * genrecog.c (write_subroutine): When writing insn-recog.c, mark
373 variables `insn', `pnum_clobbers', `x[0 .. max_depth]' and `tem'
374 with ATTRIBUTE_UNUSED.
376 * regmove.c (copy_src_to_dest): Make function static to match its
379 * reload1.c Include hard-reg-set.h before rtl.h to get macro
380 HARD_CONST. Include machmode.h before hard-reg-set.h.
382 * rtl.h: Prototype `retry_global_alloc' and wrap with macro
383 HARD_CONST to protect usage of typedef HARD_REG_SET.
385 * tree.c: Prototype `_obstack_allocated_p'.
387 * varasm.c: Wrap prototype of `asm_output_aligned_bss' in macro
390 Thu Jun 18 09:20:47 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
392 * pa.c: Include system.h and toplev.h. Remove redundant code.
393 (call_operand_address): Mark parameter `mode' with ATTRIBUTE_UNUSED.
394 (symbolic_operand): Likewise.
395 (symbolic_memory_operand): Likewise.
396 (pic_label_operand): Likewise.
397 (fp_reg_operand): Likewise.
398 (pre_cint_operand): Likewise.
399 (post_cint_operand): Likewise.
400 (ireg_or_int5_operand): Likewise.
401 (int5_operand): Likewise.
402 (uint5_operand): Likewise.
403 (int11_operand): Likewise.
404 (uint32_operand): Likewise.
405 (ior_operand): Likewise.
406 (lhs_lshift_cint_operand): Likewise.
407 (pc_or_label_operand): Likewise.
408 (legitimize_pic_address): Likewise.
409 (hppa_legitimize_address): Likewise for parameter `old'.
410 (output_block_move): Likewise for parameter `size_is_constant'.
411 (output_function_prologue): Likewise for parameter `size'.
412 (output_function_epilogue): Likewise.
413 (return_addr_rtx): Likewise for parameter `count'.
414 (output_mul_insn): Likewise for parameter `unsignedp'.
415 (hppa_builtin_saveregs): Likewise for parameter `arglist'.
416 (output_bb): Likewise for parameter `operands'.
417 (output_bvb): Likewise.
418 (function_label_operand): Likewise for parameter `mode'.
419 (plus_xor_ior_operator): Likewise.
420 (shadd_operand): Likewise.
421 (non_hard_reg_operand): Likewise.
422 (eq_neq_comparison_operator): Likewise.
423 (movb_comparison_operator): Likewise.
424 (pa_combine_instructions): Likewise for parameter `insns'.
426 * pa.h: Add prototypes for functions `output_deferred_plabels',
427 `override_options', `output_ascii', `output_function_prologue',
428 `output_function_epilogue', `print_operand',
429 `symbolic_expression_p', `reloc_needed', `compute_frame_size',
430 `hppa_address_cost', `and_mask_p', `symbolic_memory_operand',
431 `pa_adjust_cost', `pa_adjust_insn_length' and
432 `secondary_reload_class'.
434 Wed Jun 17 22:28:48 1998 Jason Merrill <jason@yorick.cygnus.com>
436 * configure.in: Don't turn on collect2 unconditionally.
438 Wed Jun 17 20:20:48 1998 Mark Mitchell <mark@markmitchell.com>
440 * cse.c (cse_basic_block): Don't include NOTE insns in the count
441 that is used to decide whether or not it is time to erase the
444 Wed Jun 17 18:30:43 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
446 * rs6000/linux.h (JUMP_TABLES_IN_TEXT_SECTION): Define to zero.
448 Wed Jun 17 19:05:03 1998 John Carr <jfc@mit.edu>
450 * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.
451 (sched_analyze_2): Allow scheduling TRAP_IF.
453 * reorg.c (mark_referenced_resources): Examine operands of TRAP_IF.
455 * rtl.h (TRAP_CODE): New macro.
457 * rtl.def (TRAP_IF): Change second operand type to rtx.
459 * optabs.c (gen_cond_trap): New function.
460 (init_traps): New function.
461 (init_optabs): Call init_traps.
462 * expr.h: Declare gen_cond_trap.
464 * jump.c (jump_optimize): Optimize jumps to and around traps.
466 * sparc.md: Define trap instructions.
468 * rs6000.md: Define trap instructions.
469 * rs6000.c (print_operand): New code 'V' for trap condition.
470 (trap_comparison_operator): New function.
472 * m88k.md: Update use of TRAP_IF.
474 * tree.h (enum built_in_function): New function code BUILT_IN_TRAP.
475 * c-decl.c (init_decl_processing): New builtin __builtin_trap.
476 * expr.c (expand_builtin): Handle BUILT_IN_TRAP.
478 * expr.c (expand_builtin): Error if __builtin_longjmp second argument
481 Wed Jun 17 15:20:00 PDT 1998 Catherine Moore <clm@cygnus.com>
483 * reload1.c (spill_hard_reg): Check mode of register when
484 spilling from scratch_list.
486 Wed Jun 17 16:25:38 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)
488 * except.c (add_new_handler): fix bug in finding last region handler.
489 * libgcc2.c (find_exception_handler): Pass exception table pointer
490 to runtime type matcher, not the match info field.
492 Wed Jun 17 15:57:48 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)
494 * eh-common.h (struct eh_context): Add comment for hidden use of
495 field dynamic_handler_chain.
496 * except.c (get_dynamic_handler_chain): Comment on, and use the
497 correct offset of the dynamic_handler_chain field.
499 1998-06-17 12:46:56 1998 Jim Wilson <wilson@cygnus.com>
501 * mips/iris6.h (LINK_SPEC): Add -woff 131.
503 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
505 * dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init.
507 * configure.in: Don't disable collect2 when we have GNU ld.
509 Wed Jun 17 08:38:13 1998 Jeffrey A Law (law@cygnus.com)
511 * fold-const.c (make_range): Do not widen the type of the expression.
513 * expr.c (check_max_integer_computation_mode): New function.
514 (expand_expr): Avoid integer computations in modes wider than
515 MAX_INTEGER_COMPUTATION_MODE.
516 * fold-const.c (fold): Likewise.
517 * tree.h (check_max_integer_computation_mode): Declare.
518 * tm.texi (MAX_INTEGER_COMPUTATION_MODE): Document it.
520 * configure.in (nm): Make a link to "nm" in the build tree too.
522 * mn10300.md (andsi3): Fix typo.
524 Tue Jun 16 22:58:40 1998 Richard Henderson <rth@cygnus.com>
526 * reload1.c (reload_cse_regs): Call bzero instead of looping.
528 Tue Jun 16 18:30:35 1998 Jim Wilson <wilson@cygnus.com>
530 * dwarf2out.c (stripattributes): Prepend '*' to the section name.
532 Tue Jun 16 16:49:26 1998 Richard Henderson <rth@cygnus.com>
534 * alpha.c (alpha_expand_prologue, alpha_expand_epilogue): New fns.
535 (output_prologue, output_epilogue): Merge VMS and OSF versions;
536 Remove anything related to the actual code generation.
537 (output_end_prologue): New function.
538 (alpha_sa_mask, alpha_sa_size): Merge VMS and OSF versions.
539 (alpha_does_function_need_gp): Return false for VMS.
540 (alpha_function_needs_gp): Make static.
541 (add_long_const): Delete.
542 (summarize_insn): Don't assume a SUBREG is of a REG.
543 Prototype all static functions. Rename VMS-specific global
545 * alpha.h (TARGET_CAN_FAULT_IN_PROLOGUE): Default to 0.
546 (FUNCTION_BOUNDARY): Align to cache line.
547 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER): Align to octaword.
548 (FUNCTION_END_PROLOGUE): New macro.
549 * alpha.md (attribute length): New. Mark all insns.
550 (return_internal, prologue_stack_probe_loop) New patterns.
551 (prologue, init_fp, epilogue): New patterns.
553 * linux.h (TARGET_CAN_FAULT_IN_PROLOGUE): Define.
555 Tue Jun 16 17:36:35 1998 Dave Brolley <brolley@cygnus.com>
557 * toplev.c (lang_options): Add -trigraphs option for cpplib.
559 Tue Jun 16 23:33:24 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
561 * reload1.c (reload_reg_free_before_p): RELOAD_FOR_OUTADDR_ADDRESS
562 is earlier than RELOAD_FOR_OUTPUT_ADDRESS; RELOAD_FOR_INPADDR_ADDRESS
563 is earlier than RELOAD_FOR_INPUT_ADDRESS.
565 Tue Jun 16 13:15:16 1998 Jim Wilson <wilson@cygnus.com>
567 * libgcc1-test.c (memcpy): Define.
569 Tue Jun 16 13:44:02 1998 Michael Meissner <meissner@cygnus.com>
571 * genattrtab.c (struct attr_desc): Change int flags to bit
572 fields. Add bit fields for this being function_units_used
573 or *_blockage_range attributes.
574 (write_unit_name): New function to print a function unit name
576 (expand_units): Indicate whether this is function_units_used or
577 *_blockage_range attributes.
578 (write_toplevel_expr): Print function_units_used and
579 *_blockage_range attributes in a more friendly fashion.
580 (make_internal_attr): Indicate whether this attribute is either
581 function_units_used or *_blockage_range.
583 Mon Jun 15 17:06:43 1998 Michael Meissner <meissner@cygnus.com>
584 Jim Wilson <wilson@cygnus.com>
586 * regmove.c (copy_src_to_dest): Do not copy src to dest if either
587 the source or destination is special.
589 Mon Jun 15 13:20:33 1998 Jim Wilson <wilson@cygnus.com>
591 * c-decl.c (shadow_tag_warned): Use specs not declspecs in for loop.
593 Mon Jun 15 07:16:29 PDT 1998 Jeff Law (law@cygnus.com)
595 * version.c: Bump for snapshot.
597 Sat Jun 13 13:10:40 1998 Krister Walfridsson <cato@df.lth.se>
599 * config/sparc/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Undefine before
602 Fri Jun 12 18:06:45 1998 Doug Evans <devans@egcs.cygnus.com>
604 * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o.
605 (ENDFILE_SPEC): Add -lgloss.
607 Fri Jun 12 14:57:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
609 * mips.c (small_int): Mark parameter `mode' with ATTRIBUTE_UNUSED.
610 (large_int): Likewise.
611 (pc_or_label_operand): Likewise.
612 (call_insn_operand): Likewise.
613 (consttable_operand): Likewise.
614 (m16_uimm3_b): Likewise.
615 (m16_simm4_1): Likewise.
616 (m16_nsimm4_1): Likewise.
617 (m16_simm5_1): Likewise.
618 (m16_nsimm5_1): Likewise.
619 (m16_uimm5_4): Likewise.
620 (m16_nuimm5_4): Likewise.
621 (m16_simm8_1): Likewise.
622 (m16_nsimm8_1): Likewise.
623 (m16_uimm8_1): Likewise.
624 (m16_nuimm8_1): Likewise.
625 (m16_uimm8_m1_1): Likewise.
626 (m16_uimm8_4): Likewise.
627 (m16_nuimm8_4): Likewise.
628 (m16_simm8_8): Likewise.
629 (m16_nsimm8_8): Likewise.
630 (m16_usym8_4): Likewise.
631 (m16_usym5_4): Likewise.
632 (mips_move_1word): Change type of variable `i' from int to size_t.
633 (mips_move_2words): Likewise.
634 (output_block_move): Mark parameter `libname' with ATTRIBUTE_UNUSED.
635 (function_arg_advance): Use HOST_PTR_PRINTF to print an address.
636 (function_arg): Likewise.
637 (function_arg_partial_nregs): Mark parameter `named' with
639 (override_options): Use ISDIGIT instead of isdigit.
640 (mips_output_external): Mark parameter `file' with ATTRIBUTE_UNUSED.
641 (final_prescan_insn): Likewise for parameters `opvec' and `noperands'.
642 (save_restore_insns): Cast HOST_WIDE_INT arguments passed to
643 function `fatal' to long before printing. Use
644 HOST_WIDE_INT_PRINT_DEC in fprintf. Both changes done several
645 times in this function.
646 (function_prologue): Mark parameter `size' with ATTRIBUTE_UNUSED.
647 (function_epilogue): Likewise for parameters `file' and `size'.
648 Print an int with "%d" not "%ld".
649 (mips_select_rtx_section): Mark parameter `x' with ATTRIBUTE_UNUSED.
650 (mips_function_value): Likewise for parameter `func'.
651 (function_arg_pass_by_reference): Likewise for parameters `cum'
653 (extend_operator): Likewise for parameter `mode'
654 (highpart_shift_operator): Likewise.
656 * mips.md (mul_acc_si): Remove unused variable `macc'.
658 Fri Jun 12 09:33:44 1998 Richard Henderson <rth@cygnus.com>
660 * fold-const.c (fold): Revert last change. It breaks constant
663 Fri Jun 12 10:23:36 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
665 * expr.c (do_jump, case EQ_EXPR, NE_EXPR): When comparing complex
666 prevent operands from being evaluated twice.
668 Fri Jun 12 00:50:27 1998 Sergey Okhapkin <sos@prospect.com.ru>
670 * toplev.c (lang_options): Add -remap as a preprocessor option.
672 Fri Jun 12 00:30:32 1998 John Wehle (john@feith.com)
674 * i386.md (cmpsi_1, cmphi_1, cmpqi_1): Remove code
675 which set CC_REVERSED since reload should ensure that
676 the operands are already the correct type.
678 Thu Jun 11 17:14:15 1998 Jim Wilson <wilson@cygnus.com>
680 * except.c (expand_builtin_eh_stub): Call emit_move_insn rather than
683 Thu Jun 11 18:45:49 1998 David Edelsohn <edelsohn@mhpcc.edu>
685 * config/rs6000/x-aix43 (AR): Delete.
686 (AR_FOR_TARGET_FLAGS): Add -X32_64 here.
688 Thu Jun 11 16:19:17 1998 David W. Schuler <schuld@btv.ibm.com>
690 * config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote.
692 Thu Jun 11 12:40:27 1998 Jim Wilson <wilson@cygnus.com>
694 * mips.c (override_options): Replace word_mode with explicit
697 Thu Jun 11 14:50:02 1998 Michael Meissner <meissner@cygnus.com>
699 * regmove.c (regmove_optimize): If we can't replace the
700 destination in an insn that sets the source, generate an explicit
701 move of the source to the destination.
702 (copy_src_to_dest): New function.
703 (toplevel): Include basic-block.h
705 * Makefile.in (regmove.o): Add basic-block.h dependencies.
707 Thu Jun 11 10:30:09 1998 Dave Brolley <brolley@cygnus.com>
709 * toplev.c (lang_options): Add missing options (nostdinc, idirafter).
711 Wed Jun 10 23:39:32 1998 Mark Mitchell <mark@markmitchell.com>
713 * rtl.h (rtx_def): Improve documentation.
714 (MEM_IN_STRUCT_P): Likewise.
716 Wed Jun 10 23:23:17 1998 Graham <grahams@rcp.co.uk>
718 * c-decl.c (start_decl): Correct test for -Wmain.
720 * c-decl.c (grokdeclarator): Remove unused variable "last".
722 Wed Jun 10 14:52:27 1998 Jim Wilson <wilson@cygnus.com>
724 * expr.c (expand_builtin_setjmp): Store const1_rtx in target.
725 (expand_builtin_longjmp): Abort if value isn't const1_rtx.
726 Delete code storing value in static_chain_rtx.
727 (expand_builtin, case BUILT_IN_LONGJMP): Pass NULL_RTX for target
728 to second expand_expr call.
730 Wed Jun 10 13:08:41 1998 Mark Mitchell <mark@markmitchell.com>
732 * mips/mips.c: Remove -mabi=o32 and -mabi=n64.
734 Wed Jun 10 13:41:23 1998 Dave Brolley <brolley@cygnus.com>
736 * cppmain.c (fatal): New function.
737 * configure.in (cpp_main): New configuration variable.
738 * configure: Regenerated.
739 * Makefile.in (CCCP): Use a configuration variable to select basex
741 (cppmain$(exeext)): Add @extra_cpp_objs@.
743 Wed Jun 10 13:07:02 1998 Dave Brolley <brolley@cygnus.com>
745 * objc/objc-act.c: Add cpplib declarations.
746 (lang_decode_option): Initialize cpplib if necessary.
747 (lang_decode_option): New argc/argv interface.
748 * tree.h (lang_decode_option): New argc/argv interface.
749 * toplev.c (lang_options): Add cpp options.
750 (main): New interface for lang_decode_option.
751 * gcc.c (default_compilers): Don't call cpp for a cpplib-enabled C compiler
752 unless -E, -M or -MM is specified.
753 * cpplib.h (cpp_handle_option): New function.
754 * cpplib.c (cpp_handle_option): New function.
755 (cpp_handle_options): Now calls cpp_handle_option.
756 * c-tree.h (c_decode_option): New argc/argv interface.
757 * c-lex.c (init_parse): cpplib now initialized in c_decode_option.
758 * c-lang.c (lang_decode_option): New argc/argv interface.
759 * c-decl.c: Add cpplib declarations.
760 (c_decode_option): New argc/argv interface.
761 (c_decode_option): Call cpp_handle_option.
762 (c_decode_option): Now returns number of strings processed.
764 Wed Jun 10 09:47:13 1998 Richard Earnshaw (rearnsha@arm.com)
766 * unroll.c (verify_addresses): Use validate_replace_rtx to undo the
767 changes. Abort if the undo fails.
769 1998-06-10 Vladimir N. Makarov <vmakarov@cygnus.com>
771 * config/rs6000/rs6000.c (output_prolog): Change locations and
772 directions of saving and restoring arguments of main on the stack.
774 Wed Jun 10 08:56:27 1998 John Carr <jfc@mit.edu>
776 * reload1.c (reload_cse_simplify_operands): Do not call gen_rtx_REG
777 for each alternative. Do not replace a CONST_INT with a REG unless
780 Wed Jun 10 02:11:55 1998 Jeffrey A Law (law@cygnus.com)
782 * decl.c (init_decl_processing): Fix typo.
784 * mips.c (gpr_mode): New variable.
785 (override_options): Initialize gpr_mode.
786 (compute_frame_size): Use "gpr_mode" instead of "word_mode" to
787 determine size and offset of general purpose registers save slots.
788 (save_restore_insns, mips_expand_prologue): Similarly.
790 * reload.c (find_reloads_toplev): Use gen_lowpart common to convert
791 between constant representations when we have (SUBREG (REG)) with
792 REG equivalent to a constant.
794 Wed Jun 10 01:39:00 1998 Juha Sarlin <juha@c3l.tyreso.se>
796 * h8300.c (get_shift_alg): Add special cases for shifts of 8 and 24.
798 Tue Jun 9 22:05:34 1998 Richard Henderson <rth@cygnus.com>
800 * fold-const.c (fold): Even with otherwise constant trees, look for
801 opportunities to combine integer constants.
803 Wed Jun 3 23:41:24 EDT 1998 John Wehle (john@feith.com)
805 * i386.c (notice_update_cc): Clear cc_status.value2 in the
806 case of UNSPEC 5 (bsf).
808 * i386.md (movsfcc, movdfcc, movxfcc): The floating point
809 conditional move instructions don't support signed integer
812 Tue Jun 9 14:31:19 1998 Nick Clifton <nickc@cygnus.com>
814 * config/v850/t-v850 (TCFLAGS): Add assembler options to warn of
817 * config/v850/lib1funcs.asm (__return_interrupt): Use 'addi
818 16,sp,sp' ratehr than 'add 16,sp'. Patch courtesy of Biomedin
821 Tue Jun 9 16:23:13 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
823 * except.c (expand_start_catch): Rename to start_catch_handler.
824 (expand_end_catch): Delete function.
825 (expand_end_all_catch): Remove catch status that expand_end_catch
827 * except.h (expand_start_catch): Rename prototype.
828 (expand_end_catch): Delete prototype.
830 Tue Jun 9 12:57:32 1998 Mark Mitchell <mark@markmitchell.com>
832 * invoke.texi: Add documentation for -mips4 and -mabi=*.
834 Tue Jun 9 12:12:34 1998 Klaus Kaempf (kkaempf@progis.de)
836 * alpha/vms.h (EXTRA_SECTIONS): Add in_ctors and in_dtors.
837 (EXTRA_SECTION_FUNCTIONS): Add ctors_section and dtors_section.
838 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Define.
840 Tue Jun 9 12:10:27 1998 John Carr <jfc@mit.edu>
842 * haifa-sched.c (update_flow_info): Use UNITS_PER_WORD, not MOVE_MAX,
843 as the threshold to permit splitting memory operations.
845 Tue Jun 9 12:36:16 1998 Jeffrey A Law (law@cygnus.com)
847 * mips.c (gpr_mode): New variable.
848 (override_options): Initialize gpr_mode.
849 (compute_frame_size): Use "gpr_mode" instead of "word_mode" to
850 determine size and offset of general purpose registers save slots.
851 (save_restore_insns, mips_expand_prologue): Similarly.
853 * Makefile.in (LIB2FUNCS_EH): Define. Just "_eh" for now.
854 (LIBGCC2_CFLAGS): Remove -fexceptions.
855 (LIB2FUNCS): Remove "_eh".
856 (libgcc2.a): Iterate over LIB2FUNCS_EH and build everything in
857 it with -fexceptions.
859 * Makefile.in (local-alloc.o): Depend on insn-attr.h.
860 * local-alloc.c (block_alloc): Avoid creating false
861 dependencies for targets which use instruction scheduling.
863 Tue Jun 9 02:40:49 1998 Richard Henderson <rth@cygnus.com>
865 * mips/elf.h (ASM_DECLARE_OBJECT_NAME): Define.
866 (ASM_FINISH_DECLARE_OBJECT): Define;
867 * mips/elf64.h: Likewise.
869 Tue Jun 9 01:08:47 1998 Richard Henderson <rth@cygnus.com>
871 * toplev.c (flag_new_exceptions): Remove extraneous `extern'.
873 Mon Jun 8 23:24:48 PDT 1998 Jeff Law (law@cygnus.com)
875 * version.c: Bump for snapshot.
877 Mon Jun 8 23:24:58 1998 David Edelsohn <edelsohn@mhpcc.edu>
879 * rs6000.md (mulsidi3): Add !TARGET_POWERPC64 constraint.
880 (mulsidi3_ppc64): Delete.
882 Mon Jun 8 20:57:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
884 * Makefile.in (varasm.o): Depend on dbxout.h.
885 (cse.o): Depend on toplev.h and output.h.
886 (gcse.o): Depend on output.h.
888 * mips.c: Include system.h and toplev.h and remove redundant code.
889 Include output.h after tree.h so all its prototypes get activated.
890 * mips.md (table_jump): Remove unused variable `dest'.
892 * sparc.h: Add prototype for `v8plus_regcmp_op'.
894 * crtstuff.c (fini_dummy, init_dummy): Mark function definitions
895 with __attribute__ ((__unused__)).
896 (__frame_dummy): Provide prototype before use, wrap it with
897 EH_FRAME_SECTION_ASM_OP.
899 * cse.c: Move inclusion of <setjmp.h> above local headers.
900 Include toplev.h and output.h.
902 * dbxout.h: Add prototype for `dbxout_begin_function'.
904 * final.c (final_scan_insn): Wrap variable `max_skip' in macro
905 ASM_OUTPUT_MAX_SKIP_ALIGN.
907 * gcse.c: Include system.h and output.h.
908 (dump_cuid_table, dump_rd_table, dump_cprop_data, dump_pre_data):
909 Make extern instead of static.
910 (compute_can_copy): Only declare variables `reg' and `insn' when
911 AVOID_CCMODE_COPIES is not defined.
912 (record_set_info): Mark parameter `setter' with ATTRIBUTE_UNUSED.
913 (hash_scan_clobber): Likewise for `x' and `insn'.
914 (hash_scan_call): Likewise.
915 (record_last_set_info): Likewise for `setter'.
916 (mark_call): Likewise for `pat'.
917 (pre_insert_insn): Wrap variable `note' in macro HAVE_cc0.
919 * libgcc2.c (__bb_init_prg): Replace bzero with memset and fix the
920 length parameter so that it multiplies the number of elements by
923 * output.h: Add prototype for `weak_finish'.
925 * recog.h: Likewise for `validate_replace_src'.
927 * rtl.h: Likewise for `optimize_save_area_alloca',
928 `fix_sched_param', `purge_addressof', `gcse_main',
929 `regmove_optimize', `dbr_schedule', `branch_prob' and
932 * toplev.h: Likewise for `set_float_handler' and
933 `output_quoted_string'.
935 * varasm.c: Include dbxout.h.
937 Mon Jun 8 18:12:06 1998 Jim Wilson <wilson@cygnus.com>
939 * mips.c (mips_secondary_reload_class): Use gp_reg_p instead of
940 GP_REG_P. Use gr_regs instead of GR_REGS.
942 Mon Jun 8 16:54:12 1998 Ken Raeburn <raeburn@cygnus.com>
943 Jeff Law <law@cygnus.com>
945 * Revamped multiply support for MIPS chips.
946 * mips.c (extend_operator): New function.
947 (highpart_shift_operator): Likewise.
948 * mips.h: Declare new functions.
949 (PREDICATE_CODES): Add support for new predicates.
950 * mips.md (mulsi3 expander): Simplify.
951 (mulsi_mult3): Add another constraint alternative. Support
952 3 operand multiply instructions as found on various mips
954 (mulsi3_r4650): Delete pattern, now handled by mulsi_mult3.
955 (mul_acc_si): New pattern and associated splitters.
956 (mulsidi3 expander): Rework to use mulsidi3_64bit and
958 (umulsidi3): New expander.
959 (mulsidi3_internal): Accept either sign or zero extended
960 operands and generate code as appropriate appropriately.
961 (mulsidi3_64bit): Similarly.
962 (smulsi3_highpart): Turn into an expander and generate code
963 to match new patterns.
964 (umulsi3_highpart): Likewise.
965 (xmulsi3_highpart_internal): New pattern.
966 (maddi patterns): Delete. Replace with:
967 (mul_acc_di, mul-acc_64bit_di): New patterns.
969 Mon Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
971 * eh-common.h: Remove NEW_EH_MODEL compile time flag, and replace with
972 flag_new_exceptions runtime flag.
973 (struct old_exception_table): New struct which represents what
974 the exception table looks like without the new model.
975 (NEW_EH_RUNTIME): New value used as a tag in the exception table to
976 flag that this is a new style table.
977 * except.h: Remove compile time flag NEW_EH_MODEL.
978 (expand_builtin_eh_stub_old): New prototype.
979 * tree.h (enum built_in_function): Add BUILT_IN_EH_STUB_OLD.
980 * expr.c (expand_builtin): New builtin func BUILT_IN_EH_STUB_OLD.
981 * c-decl.c (init_decl_processing): Add new builtin function
982 __builtin_eh_stub_old.
983 * final.c (final_scan_insn): Replace compile time flag NEW_EH_MODEL.
984 * flags.h (flag_new_exceptions): New runtime flag.
985 * toplev.c (flag_new_exceptions): Initialize default to 0,
986 -fnew-exceptions sets to 1.
987 * except.c (output_exception_table_entry): Output New style exception
988 identifier into table, and replace compile time flag NEW_EH_MODEL
989 with runtime flag flag_new_exceptions.
990 (output_exception_table): Replace compile time flag NEW_EH_MODEL.
991 (expand_builtin_eh_stub_old): Duplicates original functionality of
992 expand_builtin_eh_stub.
993 (expand_builtin_eh_stub): Replace compile time flag NEW_EH_MODEL.
994 * libgcc2.c (find_exception_handler): Remove NEW_EH_MODEL #ifdefs.
995 (old_find_exception_handler): New func, same as find_exception_handler
996 except it works on the old style exception table.
997 (__throw): Replace NEW_EH_MODEL. Detect new model based on presence
998 of identifier in the exception table, and call appropriate routines.
1000 Mon Jun 8 01:21:13 1998 Jason Merrill <jason@yorick.cygnus.com>
1002 * function.c: Define current_function_cannot_inline.
1003 (push_function_context_to): Save it.
1004 (pop_function_context_from): Restore it.
1005 * function.h (struct function): Provide it a home.
1006 * output.h: Declare it.
1007 * integrate.c (function_cannot_inline_p): Check it.
1009 Mon Jun 8 10:43:15 1998 Richard Henderson <rth@cygnus.com>
1011 * expr.c (force_operand): Detect PIC address loads before
1012 splitting arithmetic.
1014 Mon Jun 8 09:22:38 PDT 1998 Jeff Law (law@cygnus.com)
1016 * version.c: Bump for snapshot.
1018 Mon Jun 8 02:55:56 1998 Graham <grahams@rcp.co.uk>
1020 * tree.c (tree_class_check): Add braces to eliminate ambigious
1022 (tree_check): Likewise.
1024 Mon Jun 8 02:49:23 1998 H.J. Lu (hjl@gnu.org)
1026 * reg-stack.c (subst_stack_regs_pat): Make sure the top of
1027 stack is the destination for conditional move insn.
1029 Mon Jun 8 01:21:13 1998 Jason Merrill <jason@yorick.cygnus.com>
1031 * tree.h (TREE_VEC_END): Cast unused value to void.
1033 * i386.c (print_operand): Use %lx for long operand.
1035 Mon Jun 8 00:04:07 1998 Richard Henderson <rth@cygnus.com>
1037 * alpha.c (summarize_insn): Ignore rtl slot format 'i'.
1039 Sun Jun 7 14:15:45 1998 John Carr <jfc@mit.edu>
1041 * sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
1042 conversion functions.
1044 Sun Jun 7 14:02:58 1998 Richard Henderson <rth@cygnus.com>
1046 * toplev.c (flag_exceptions): Default to 0.
1047 (compile_file): Remove flag_exceptions == 2 hack.
1048 (main): Call lang_init_options.
1049 * tree.h: Declare it.
1050 * c-lang.c: Implement it.
1051 * objc/objc-act.c: Likewise.
1053 Sun Jun 7 12:27:30 1998 David Edelsohn <edelsohn@mhpcc.edu>
1055 * rs6000.md (restore_stack_block): Generate MEM and specify mode.
1056 * rs6000.h (STACK_SAVEAREA_MODE): SAVE_FUNCTION is VOIDmode.
1057 * rs6000.c (rs6000_output_load_toc_table): Use fputs.
1058 (output_function_profiler): Use asm_fprintf and fputs.
1060 Sat Jun 6 12:17:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1062 * gencheck.c: Remove redundant stdio.h include. Add a definition
1063 of xmalloc for when we are forced to link with alloca.o.
1065 * reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
1068 * fold-const.c (constant_boolean_node): Make definition static to
1069 match the prototype.
1071 Fri Jun 5 15:53:17 1998 Per Bothner <bothner@cygnus.com>
1073 * gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.
1074 (lang_specific_extra_outfiles): New LANG_SPECIFIC_DRIVER variable.
1075 (do_spec, input_filename, input_filename_length): Make public.
1076 (main): Adjust outfiles allocation by lang_specific_extra_outfiles.
1077 Call lang_specific_pre_link befor elinking.
1079 Fri Jun 5 12:29:28 1998 Jeffrey A Law (law@cygnus.com)
1081 * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer
1082 the insn which has the most insns dependent on it.
1084 Fri Jun 5 09:03:22 1998 John Carr <jfc@mit.edu>
1086 * alias.c (find_base_value): Avoid reading past end of reg_base_value.
1088 Fri Jun 5 03:05:34 1998 Richard Henderson <rth@cygnus.com>
1090 * alpha.md (insxh-1): New insxl pattern for combine.
1092 Fri Jun 5 01:12:15 1998 H.J. Lu (hjl@gnu.org)
1094 * i386/i386.c (output_fp_conditional_move): New function
1095 to output floating point conditional move.
1096 (output_int_conditional_move): New function to output integer
1099 * i386/i386.md (movsicci+5, movhicc+5, movdicc+5): Call
1100 output_int_conditional_move () to output int conditional move.
1101 (movsfcc+5, movdfcc+5, movxfcc+5): Call
1102 output_fp_conditional_move () to output floating point
1105 * i386/i386.c (put_condition_code): In INT mode, check
1106 cc_prev_status.flags & CC_NO_OVERFLOW for GE and LT.
1108 Thu Jun 4 16:09:51 1998 Dave Brolley <brolley@cygnus.com>
1110 * dbxout.c (dbxout_type): Output arrays of bits as if
1111 they were bitstrings for Chill
1113 Thu Jun 4 14:35:27 1998 David Edelsohn <edelsohn@mhpcc.edu>
1115 * tree.c (get_inner_array_type): New function.
1116 * tree.h (get_inner_array_type): Prototype.
1117 * expr.h (STACK_SAVEAREA_MODE): New macro.
1118 * expr.c (expand_builtin_setjmp): Initialize sa_mode using
1119 STACK_SAVEAREA_MODE.
1120 (expand_builtin_longjmp): Likewise.
1121 * explow.c (emit_stack_save): Likewise.
1122 (allocate_dynamic_stack_space): Use Pmode not insn_operand_mode.
1124 * rs6000/aix41.h (ASM_CPU_SPEC): Define relative to ASM_DEFAULT_SPEC.
1125 (CPP_CPU_SPEC): Define relative to CPU_DEFAULT_SPEC.
1126 * rs6000/aix43.h: New file.
1127 * rs6000/t-aix43: New file.
1128 * rs6000/x-aix41: New file.
1129 * rs6000/x-aix43: New file.
1130 * configure.in (rs6000-ibm-aix*): Use them.
1131 * rs6000/powerpc.h: Delete.
1132 * rs6000/sysv4.h: Move necessary powerpc.h definitions to here.
1133 * rs6000/netware.h: and here.
1134 * rs6000/win-nt.h: and here.
1136 * rs6000/rs6000.c (processor_target_table, 620): Do not affect
1138 (rs6000_override_options): Ignore flag_pic for AIX.
1139 (rs6000_immed_double_const): Delete.
1140 (u_short_cint_operand): Don't assume 32-bit CONST_INT.
1141 (reg_or_u_short_operand): Don't assume 32-bit CONST_INT.
1142 (num_insns_constant): mask64_operand() is 2 insns.
1143 (logical_operand): Don't assume 32-bit CONST_INT.
1144 (non_logical_cint_operand): Don't assume 32-bit CONST_INT.
1145 (easy_fp_constant): Any CONST_DOUBLE_HIGH is okay for 64-bit.
1146 (mask_constant): HOST_WIDE_INT parameter.
1147 (non_and_cint_operand): Delete.
1148 (mask64_operand): New function.
1149 (and64_operand): New function.
1150 (function_arg_advance): DImode arguments do not need special
1151 alignment when 64-bit.
1152 (function_arg): Likewise.
1153 (setup_incoming_varargs): Reverse reg_size assignment.
1154 (print_operand): HOST_WIDE_INT second parameter.
1155 (print_operand, 'B'): New case.
1156 (print_operand, 'M'): Fix typo in lossage string.
1157 (print_operandm 'S'): New case.
1158 (rs6000_stack_info): Reverse reg_size assignment. Use total_raw_size
1159 to compute AIX push_p. Use reg_size to compute {cr,lr}_save_offset.
1160 (rs6000_output_load_toc_table): Reverse init_ptr assignment. Use
1161 TARGET_64BIT not TARGET_POWERPC64. Convert fprintf to fputs.
1162 Load GOT highpart, don't add it. Add lowpart with {cal|la}.
1163 (rs6000_allocate_stack_space): Use {cal|la}.
1164 (output_epilog): Use {cal|la}
1165 (output_function_profiler): Add call glue to mcount call.
1166 Load GOT highpart, don't add it. Add lowpart with {cal|la}.
1168 * rs6000/rs6000.h (TARGET_SWITCHES): Add powerpc64.
1169 (STACK_BOUNDARY): Depend on TARGET_32BIT.
1170 (ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
1171 (CONST_OK_FOR_LETTER_P): Don't assume 32-bit CONST_INT.
1172 (EXTRA_CONSTRAINTS): Remove NT 'S' and 'T'. Replace 'S' with
1173 64-bit mask operand.
1174 (RS6000_SAVE_TOC): Depend on TARGET_32BIT.
1175 (STACK_SAVEAREA_MODE): New macro.
1176 (LEGITIMATE_CONSTANT_P): DImode okay for 64bit.
1177 (LEGITIMIZE_RELOAD_ADDRESS): New macro.
1178 (RTX_COSTS, AND/IOR/XOR): Reflect current machine description.
1179 (ASM_FILE_START): Emit 64-bit ABI directive.
1180 (ASM_DECLARE_FUNCTION_NAME): Align CSECT on doubleword in 64-bit mode.
1181 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): DImode okay for 64-bit.
1182 (PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
1183 Delete "non_and_cint_operand". "input_operand" includes CONST_DOUBLE.
1185 * rs6000/rs6000.md (iorsi3, xorsi3): Use HOST_WIDE_INT for mask.
1186 Restore define_splits.
1187 (floatsidf2, floatunssidf2): Remove !TARGET_POWERPC64 final constraint.
1188 (floatsidf2_internal, floatunssidf2_internal2): Likewise.
1189 Do not specify base register operand mode.
1190 (floatsidf2_loadaddr): Do not specify base register operand mode.
1191 (floatsidf2_store1, floatsidf2_store2): Operand 1 must be base
1192 register; do not specify mode. Remove !TARGET_POWERPC64 final
1194 (floatsidf2_load): Do not specify base register operand mode. Remove
1195 !TARGET_POWERPC64 final constraint.
1196 (fix_truncdfsi2_internal, fix_truncdfsi2_{store,load}): Do not specify
1197 base register operand mode.
1198 (adddi3): Split large constants early.
1199 (absdi3): Shift by 63, not 31.
1200 (*mulsidi3_ppc64): New pattern.
1201 (rotldi3): Add masking combiner patterns.
1202 (anddi3): Add rldic{r,l} masking. Remove split of large constants
1203 because PPC insns zero-extend.
1204 (iordi3, xordi3): Split large constants early.
1205 (movsi matcher): Remove S and T constraints.
1206 (movsf const_double): create SImode constant from TARGET_DOUBLE.
1207 (movdf_hardfloat32): Add default abort() case.
1208 (movdf easy_fp_const): create DImode constant from TARGET_DOUBLE.
1209 (movdi): Remove 64-bit constant generator. Try to convert
1210 CONST_DOUBLE to CONST_INT. Handle TOC memory constants.
1211 (movdi_32): Add default abort() case.
1212 (movdi_64): Add numerous ways to split 64-bit constants.
1213 Make catch-all define_split more optimal and never FAIL.
1214 (movti_ppc64): Add default abort() case.
1215 (allocate_stack): Remove operand modes. Use Pmode.
1216 (restore_stack_block): Remove operand modes. Generate Pmode
1218 (save_stack_nonlocal, restore_stack_nonlocal): Generate Pmode
1219 temporary. Save area is double Pmode.
1220 (call_indirect_aix64, call_value_indirect_aix64): New patterns.
1221 (call, call_value): Do not specify address operand mode. Choose
1222 appropriate AIX ABI.
1223 (*call_local64, *ret_call_local64): New patterns.
1224 (*call_nonlocal_aix64, *ret_call_nonlocal_aix64): New patterns.
1225 (*ret_call_nonlocal_aix32): Use call_value_indirect for REG.
1226 (compare): Materialize DImode truthvalues.
1228 Thu Jun 4 01:26:57 1998 Craig Burley <burley@gnu.org>
1230 * expr.c (safe_from_p): Avoid combinatorial explosion
1231 over duplicate SAVE_EXPRs by ensuring we never recurse
1232 on one that has already been visited.
1234 Thu Jun 4 00:54:21 1998 Graham <grahams@rcp.co.uk>
1236 * loop.c (check_dbra_loop): Initialise final_value before
1237 normalizing the loop.
1239 Wed Jun 3 20:00:04 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1241 * reload1.c (reload_reg_free_for_value_p): New arguments out and
1242 reloadnum. Changed all callers.
1244 1998-06-03 Ulrich Drepper <drepper@cygnus.com>
1246 * system.h: Add _() and N_() macros in preparation for gettext.
1248 Wed Jun 3 11:02:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1250 * c-common.c (check_format_info): Put back check for C9x `hh'
1251 length modifier. Warn about %n format writing into const. Remove
1253 (format_char_info): Fix comments.
1255 * configure.in: Set float_format to m68k for all m68k targets that
1256 do not override LONG_DOUBLE_TYPE_SIZE.
1257 * config/float-m68k.h: New file.
1259 Tue Jun 2 23:14:01 1998 Richard Henderson <rth@cygnus.com>
1261 * jump.c (jump_optimize): Remove debug messages accidentally left in
1262 with the previous change.
1264 Tue Jun 2 22:46:08 1998 Richard Henderson <rth@cygnus.com>
1266 * expr.c (store_expr): Revert stray patch associated with
1269 Tue Jun 2 21:59:01 1998 Richard Henderson <rth@cygnus.com>
1271 * jump.c (rtx_unsafe_p): New function.
1272 (jump_optimize): Use it on if/then/else transformations and
1273 conditional move transformations.
1275 Tue Jun 2 22:50:10 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1277 * fold-const.c (fold, case EQ_EXPR): When folding VAR++ == CONST
1278 or VAR-- == CONST construct a proper mask if VAR is a bitfield.
1279 Cope with CONST being out of range for the bitfield.
1281 Tue Jun 2 22:28:31 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
1283 * expr.c (emit_move_insn_1): When moving complex values in several
1284 steps, emit a CLOBBER to show the destination dies.
1286 Tue Jun 2 22:17:26 1998 Jeffrey A Law (law@cygnus.com)
1288 * Makefile.in (site.exp): Use the object testsuite directory as
1289 the temporary directory.
1291 * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
1292 address of an ADDRESSOF rtx.
1294 1998-06-02 Mike Stump <mrs@wrs.com>
1296 * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
1297 * i960.h (SETUP_FRAME_ADDRESSES, BUILTIN_SETJMP_FRAME_VALUE): Define.
1298 * i960.md (ret, flush_register_windows): Define.
1299 (nonlocal_goto): Likewise. Nested function nonlocal gotos don't
1301 * tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Document new macro.
1303 Tue Jun 2 14:02:38 1998 Richard Henderson <rth@cygnus.com>
1305 * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
1306 around an OSF/1 library bug wrt sign-extension of inputs.
1308 Tue Jun 2 13:02:44 1998 Richard Henderson <rth@cygnus.com>
1310 * vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
1312 Mon Jun 1 03:44:03 1998 Catherine Moore <clm@cygnus.com>
1314 * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
1316 * varasm.c (assemble_variable): Augment alignment warning.
1318 Mon Jun 1 12:14:28 1998 Michael Meissner <meissner@cygnus.com>
1320 * config/fp-bit.c (_fp{add,div}_parts): Return correct IEEE result
1321 in the presence of IEEE negative 0's.
1323 Sun May 31 16:11:41 1998 John Wehle (john@feith.com)
1325 * reload.c (find_reloads): Record the existing mode if
1326 operand_mode == VOIDmode before replacing a register with
1328 * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
1329 i386_compare_op1 to const0_rtx for the benefit of the
1330 conditional move patterns.
1331 (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
1332 based on suggestions from Jim Wilson.
1334 Sun May 31 00:44:02 PDT 1998 Jeff Law (law@cygnus.com)
1336 * version.c: Bump for snapshot.
1338 Sun May 31 00:34:17 1998 Bruce Korb <korbb@datadesign.com>
1340 * Makefile.in (fixinc.sh): Update rules again.
1342 Sun May 31 00:27:47 1998 Jeffrey A Law (law@cygnus.com)
1344 * extend.texi: Bring back reference to trampoline paper.
1346 Sun May 31 00:22:34 1998 Ulrich Drepper <drepper@cygnus.com>
1348 * Makefile.in (USER_H): Add stdbool.h.
1349 * ginclude/stdbool.h: New file.
1351 Fri May 29 01:48:25 1998 Jeffrey A Law (law@cygnus.com)
1353 * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
1356 * gcse.c (pre_delete): Fix code to determine the mode of
1357 the reaching pseudo register.
1359 Fri May 29 01:07:28 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
1361 * Makefile.in (GEN): Add gencheck
1362 (STAGESTUFF): Add tree-check.h and gencheck.
1364 Fri May 29 00:57:37 1998 Bruce Korb <korbb@datadesign.com>
1366 * Makefile.in (cstamp-h.in): Remove before trying to recreate.
1367 (fixinc.sh): Set some additional environment variables before
1368 calling mkfixinc.sh.
1370 Thu May 28 12:57:05 1998 Jeffrey A Law (law@cygnus.com)
1372 * reload.c (find_reloads): Do not force a reloads of match_operators.
1374 Thu May 28 10:22:22 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
1376 * except.h (remove_handler): Add new prototype.
1377 * except.c (remove_handler): New function to remove handlers
1378 from an exception region.
1379 * flow.c (find_basic_blocks_1): Remove handlers from regions when
1380 handler label is deleted; remove exception regions with no handlers.
1382 Thu May 28 09:36:39 1998 Michael Meissner <meissner@cygnus.com>
1384 * except.h (rtx): Define rtx type correctly if needed.
1385 * function.h (rtx): Ditto.
1386 (tree): Define tree type correctly if needed.
1388 * c-pragma.c (toplevel): Include rtl.h.
1390 * stor-layout.c (toplevel): Move include of rtl.h before
1393 * Makefile.in (c-pragma.o): Add except.h, rtl.h dependencies.
1394 (tree.o): Add except.h dependency.
1396 Wed May 27 22:02:40 1998 Jeffrey A Law (law@cygnus.com)
1398 * reload1.c: Revert accidental checkin.
1400 * configure.lang: Fix thinko when adding a definition for
1401 target_alias to the Makefile.
1403 Wed May 27 02:50:00 1998 Catherine Moore (clm@cygnus.com)
1405 * config/sparc/lb1spc.asm (.rem and .urem): Replace
1408 Wed May 27 02:48:31 1998 Richard Earnshaw (rearnsha@arm.com)
1410 * arm.c (arm_gen_constant): Rework to eliminate uninitialized
1411 variable warnings. Don't generate scratch registers if only
1413 (find_barrier): Eliminate unused variable SRC.
1415 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
1417 * toplev.h (rtx_def): Provide global declaration to avoid
1418 `limited scope' warnings.
1420 Tue May 26 23:47:52 1998 Mumit Khan <khan@xraylith.wisc.edu>
1422 * Makefile.in (gencheck.o): Use HOST_CC.
1423 * i386/t-mingw32: New file.
1424 * configure.in (i386-*-mingw32*): Use.
1426 Tue May 26 07:31:04 1998 Richard Earnshaw (rearnsha@arm.com)
1428 * arm.c (bad_signed_byte_operand): New predicate function.
1429 * arm.h (PREDICATE_CODES): Add it to the list.
1430 * arm.md (*extendqi[sh]i_insn): Split any addresses that ldrsb
1432 (define_split): Two new splits for above insns.
1434 * arm.c: Include toplev.h.
1435 (arm_override_options): Add parentheses around use of tune_flags.
1436 (arm_split_constant): Remove unused variable.
1437 (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
1438 (output_func_prologue, arm_expand_prologue): Likewise.
1439 (arm_canonicalize_comparison): Make I unsigned; rework constants
1440 accordignly. Add missing paratheses around << operation.
1441 (arm_rtx_costs): Correctly parenthesise MULT costs. Add a DEFAULT
1443 ({load,store}_multiple_sequence): Initialize BASE_REG.
1444 (select_dominance_cc_mode): Add DEFAULT clauses.
1445 (broken_move): Return zero if the destination is not a register.
1446 (arm_reorg): Move unused REGNO declaration into the dead code.
1447 * arm.h (CANONICALIZE_COMPARISON): Ensure OP1 is updated.
1449 Mon May 25 22:49:56 PDT 1998 Jeff Law (law@cygnus.com)
1451 * version.c: Bump for snapshot.
1453 Mon May 25 11:56:24 PDT 1998 Jeff Law (law@cygnus.com)
1455 * version.c: Bump for snapshot.
1457 Mon May 25 14:00:13 1998 Dave Brolley <brolley@cygnus.com>
1459 * cpperror.c (v_cpp_message): Remove static prototype.
1460 * cpplib.c (v_cpp_message): Move prototype to cpplib.h.
1461 * cpplib.h (v_cpp_message): Add protoptype.
1462 (stdarg.h,varargs.h): Needed for v_cpp_message prototype.
1464 Sun May 24 20:36:15 PDT 1998 Jeff Law (law@cygnus.com)
1466 * version.c: Bump for snapshot.
1468 Sun May 24 02:08:57 PDT 1998 Jeff Law (law@cygnus.com)
1470 * version.c: Bump for snapshot.
1472 1998-05-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1474 * m68k.h: Declare more functions used in macros.
1475 (REG_CLASS_CONTENTS): Completely embrace initializer.
1476 * m68k.md (adddi3, subdi3): Add abort call to avoid warning
1477 about returning no value.
1478 * cse.c (find_best_addr): Declare p and found_better only if
1480 * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
1481 * dwarfout.c (string_length_attribute): #if 0 away.
1482 * function.c (expand_function_end): Define varible blktramp only
1484 * jump.c (find_insert_position): Define only if !HAVE_cc0.
1485 * loop.c (combine_givs_p): Define variable tem only if needed.
1486 * real.c: Comment out unused functions eabs, eround,
1487 e{24,53,64,113}toasc and eiinfin.
1490 Sat May 23 23:44:53 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1492 * Makefile.in (boostrap2-lean, bootstrap3-lean,
1493 bootstrap4-lean): New targets.
1495 Sat May 23 23:35:14 1998 Jeffrey A Law (law@cygnus.com)
1497 * warn_summary, test_summary: Moved into the contrib directory.
1499 1998-05-23 Manfred Hollstein <manfred@s-direktnet.de>
1501 * Makefile.in (ENQUIRE_CFLAGS, ENQUIRE_LDFLAGS): Move down to the end
1503 (FLOAT_H_TEST): Likewise.
1504 (ENQUIRE): Likewise.
1505 (float.h-nat): Likewise.
1506 (float.h-cross): Likewise.
1507 (enquire): Likewise.
1508 (enquire.o): Likewise.
1509 (stmp-int-hdrs): Fix comment about enquire; depend upon gfloat.h.
1510 (stmp-headers): Move actions to stmp-int-hdrs, retaining only a
1512 (FLOAT_H): Remove old float.h-nat version; move current definition
1513 to CROSS_FLOAT_H location.
1514 (all.cross): Remove comments about enquire stuff.
1516 * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
1517 (rest.encap): Likewise.
1518 (libgcc2.ready): Depend upon $(STMP_FIXPROTO)
1520 * toplev.h (tree_node): Provide global declaration to avoid
1521 `limited scope' warnings.
1523 Sat May 23 23:23:35 1998 Robert Lipe <robertl@dgii.com>
1525 * test_summary: Display section breaks for each entry
1526 in a multilibbed target's output.
1528 1998-05-23 Richard Henderson <rth@cygnus.com>
1530 * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
1531 offset's mode is not ptr_mode, convert it.
1533 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
1535 * fold-const.c (ssize_binop): New fn.
1536 * tree.h: Declare it.
1538 Fri May 22 03:42:05 1998 Richard Earnshaw (rearnsha@arm.com)
1540 * genextract.c (print_path): Handle zero-length path as a special
1543 Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
1545 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
1547 Fri May 22 00:57:00 1998 Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
1549 * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
1550 (shorten_branches, final_scan_insn): Test value of
1551 JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
1553 * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
1554 * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
1555 * arm/tcoff.h: Likewise.
1556 * i386/386bsd.h: Likewise.
1557 * i386/freebsd-elf.h: Likewise.
1558 * i386/freebsd.h: Likewise.
1559 * i386/netbsd.h: Likewise.
1560 * i386/ptx4-i.h: Likewise.
1561 * i386/sysv4.h: Likewise.
1562 * pa/pa.h: Likewise.
1563 * rs6000/linux.h: Likewise.
1564 * rs6000/rs6000.h: Likewise.
1565 * sh/sh.h: Likewise.
1566 * sparc/sp64-elf.h: Likewise.
1567 * v850/v850.h: Likewise.
1568 * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
1569 * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).
1571 Thu May 21 19:50:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1573 * regmove.c (gen_add3_insn): New function.
1574 (fixup_match_2): Use it instead of calling gen_addsi3.
1576 Thu May 21 23:09:50 1998 Jeffrey A Law (law@cygnus.com)
1578 * Makefile.in (gencheck): Depend on HOST_LIBDEPS.
1580 * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
1583 Thu May 21 20:18:13 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
1585 * Makefile.in (TREE_H): Add tree-check.h.
1586 (tree-check.h, gencheck): New targets.
1587 * gencheck.c: New file.
1588 * tree.c (tree_check, tree_class_check): New functions.
1589 * tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
1590 (TYPE_CHECK, DECL_CHECK): Define.
1591 Modify all access macros to use generated checking macros.
1593 Wed May 20 23:44:28 EDT 1998 John Wehle (john@feith.com)
1595 * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
1596 * configure.in: Check for it.
1597 * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
1598 * final.c (uid_align, uid_shuid, label_align): Make static.
1599 (label_align): Change type to struct label_alignment pointer.
1600 (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
1601 (LABEL_TO_MAX_SKIP): Define.
1602 (LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
1603 LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
1604 (shorten_branches): Record the maximum bytes to skip when
1606 (final_scan_insn): Use the maximum bytes to skip when aligning a label
1607 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
1608 * i386.h (LOOP_ALIGN_MAX_SKIP,
1609 LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
1610 * i386.c (override_options): i386_align_jumps and i386_align_loops
1611 default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
1612 * invoke.texi: Document new i386 align-loops and align-jumps behavior.
1614 1998-05-21 Mark Mitchell <mmitchell@usa.net>
1616 * cplus-dem.c (do_type): Handle volatile qualification.
1618 Thu May 21 12:23:17 1998 Per Bothner <bothner@cygnus.com>
1620 * function.c (init_function_start): Don't call emit_line_note if
1621 lineno is 0. (Can happen when compiling Java .class files.)
1623 Thu May 21 19:50:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1625 * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
1626 end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
1628 Thu May 21 19:32:27 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1630 * combine.c (nonzero_bits): For paradoxical subregs, take
1631 LOAD_EXTENDED_OP into account.
1633 Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com>
1635 * configure.in (extra_c_objs): add prefix.o.
1636 (extra_cxx_objs): extra objects for C++ with cpplib.
1637 * configure: Regenerate.
1639 * c-tree.h: (get_directive_line): Different prototype for cpplib.
1640 (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
1642 * c-lex.h: (get_directive_line): Not needed here for cpplib.
1644 * c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
1645 (GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
1647 * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
1648 (yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c
1650 Thu May 21 09:04:42 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1652 * gengenrtl.c (type_from_format, accessor_from_format): Change
1653 type of parameter `c' from `char' to `int'.
1655 Wed May 20 22:28:34 1998 Jeffrey A Law (law@cygnus.com)
1657 * warn_summary, test_summary: New scripts from
1658 Kaveh Ghazi and Alexandre Oliva respectively.
1660 * gcse.c (current_function_calls_longjmp): Declare.
1662 1998-05-20 Jason Merrill <jason@yorick.cygnus.com>
1664 * dwarf2out.c (base_type_die): Use int_size_in_bytes.
1666 Wed May 20 01:11:02 1998 Doug Evans (devans@cygnus.com)
1667 Jeff Law (law@cygnus.com)
1669 * Global CSE and constant/copy propagation.
1670 * Makefile.in (OBJS): Add gcse.o
1671 (STAGESTUFF): Add *.gcse.
1672 (gcse.o): Add dependencies.
1673 (mostlyclean): Remove *.gcse and */*.gcse.
1675 * loop.c (loop_optimize): Move call to init_alias_analysis.
1676 * recog.c (validate_replace_src): New function.
1677 * toplev.c (gcse_dump): New global variable.
1678 (flag_gcse, gcse_time): Likewise.
1679 (compile_file): Initialize gcse_time and clean out the gcse dump
1681 (rest_of_compilation): Call gcse_main as requested. Dump RTL
1682 after gcse if requested.
1683 (main): Enable gcse for -O2 and above. Handle -dG. Enable gcse
1685 * gcc.texi: Add gcse related internal documentation.
1686 * invoke.texi: Note new command line options for gcse.
1687 * tm.texi: Document AVOID_CCMODE_COPIES.
1688 * mips.h (AVOID_CCMODE_COPIES): Define.
1690 Tue May 19 22:31:20 1998 Jeffrey A Law (law@cygnus.com)
1692 * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
1694 (stmp-fixproto): Simlarly for running fixproto.
1695 * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
1697 Tue May 19 19:08:52 1998 Jim Wilson <wilson@cygnus.com>
1699 * config/mips/mips.c (double_memory_operand): Accept any MEM during
1700 reload when TARGET_64BIT.
1702 Tue May 19 18:21:25 1998 Jim Wilson <wilson@cygnus.com>
1704 Finish incomplete change started by Kenner.
1705 * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
1706 (powerpcle-*-cygwin32): Delete xm_defines.
1707 * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
1708 HAVE_STAB_H instead of NO_STAB_H.
1709 * config/xm-linux.h (NO_STAB_H): Delete.
1710 (HAVE_STAB_H): Undefine.
1711 * config/i386/xm-go32.h (NO_STAB_H): Delete.
1713 1998-05-19 Jim Wilson <wilson@cygnus.com>
1715 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
1716 LANG_TYPE trees with DECL_SOURCE_LINE of 0.
1718 Tue May 19 15:07:54 1998 Todd Vierling <tv@netbsd.org>
1720 * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
1722 Tue May 19 17:19:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1724 * reload1.c (reload_reg_free_for_value_p): New function.
1725 (allocate_reload_reg, choose_reload_regs): Use it.
1727 Tue May 19 11:51:00 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)
1729 * except.c (expand_start_catch): Correct logic for when to
1730 generate a new handler label, and when to use the old one.
1732 Tue May 19 11:08:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1734 * Makefile.in (print-rtl.o): Depend on bitmap.h.
1735 (dbxout.o): Depend on toplev.h.
1736 ($(SCHED_PREFIX)sched.o): Likewise.
1737 ($(out_object_file)): Likewise for system.h and toplev.h.
1738 (cppmain.o): Depend on gansidecl.h.
1739 (cpplib.o): Likewise.
1740 (cpperror.o): Likewise.
1741 (cppexp.o): Likewise.
1742 (cpphash.o): Likewise.
1743 (cppalloc.o): Likewise.
1744 (fix-header.o): Depend on cpplib.h and cpphash.h.
1745 (scan-decls.o): Depend on gansidecl.h.
1747 * basic-block.h (free_regset_vector): Add prototype.
1749 * cccp.c (check_precompiled): Mark parameter `fname' with
1751 (do_assert): Likewise for `op' and `keyword'.
1752 (do_unassert): Likewise.
1753 (do_line): Likewise for `keyword'.
1754 (do_error): Likewise for `op' and `keyword'.
1755 (do_warning): Likewise.
1756 (do_ident): Likewise for `keyword'.
1757 (do_pragma): Likewise for `limit', `op' and `keyword'.
1758 (do_sccs): Likewise.
1759 (do_if): Likewise for `keyword'.
1760 (do_elif): Likewise.
1761 (do_else): Likewise.
1762 (do_endif): Likewise.
1764 * collect2.c (getenv): Remove redundant prototype.
1765 (collect_exit, collect_execute, dump_file): Likewise.
1766 (dump_list): Wrap prototype and definition in COLLECT_EXPORT_LIST.
1767 (dump_prefix_list): Hide prototype and definition.
1769 * sparc.c: Include toplev.h.
1770 (intreg_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
1771 (symbolic_memory_operand): Likewise.
1772 (sp64_medium_pic_operand): Likewise.
1773 (data_segment_operand): Likewise.
1774 (text_segment_operand): Likewise.
1775 (splittable_symbolic_memory_operand): Likewise.
1776 (splittable_immediate_memory_operand): Likewise.
1777 (eq_or_neq): Likewise.
1778 (normal_comp_operator): Likewise.
1779 (noov_compare_op): Likewise.
1780 (v9_regcmp_op): Likewise.
1781 (v8plus_regcmp_op): Likewise.
1782 (extend_op): Likewise.
1783 (cc_arithop): Likewise.
1784 (cc_arithopn): Likewise.
1785 (small_int): Likewise.
1786 (uns_small_int): Likewise.
1787 (clobbered_register): Likewise.
1788 (legitimize_pic_address): Likewise.
1789 (delay_operand): Likewise.
1790 (sparc_builtin_saveregs): Remove unused variable `stdarg'.
1792 * sparc.h (order_regs_for_local_alloc, eligible_for_return_delay,
1793 sparc_issue_rate, v8plus_regcmp_p): Add prototypes.
1795 * sparc.md (cmpdi_v8plus): Add abort for default case in switch.
1797 * cppalloc.c: Include gansidecl.h.
1799 * cpperror.c: Include stdarg.h/varargs.h and gansidecl.h.
1800 (cpp_file_line_for_message): Mark parameter `pfile' with
1802 (v_cpp_message): New function.
1803 (cpp_message): Use it. Also convert to variable arguments.
1804 (cpp_fatal): Likewise.
1805 (cpp_pfatal_with_name): Constify parameter `name'.
1807 * cppexp.c: Move gansidecl.h before cpplib.h.
1808 * cpphash.c: Likewise.
1809 * cpphash.h (hashf, delete_macro): Add prototypes.
1811 * cpplib.c: Include stdarg.h/varargs.h and move gansidecl.h before
1812 cpplib.h. Don't include errno.h.
1813 (update_path): Add arguments to prototype.
1814 (cpp_fatal, cpp_file_line_for_message, cpp_message, delete_macro,
1815 cpp_print_containing_files): Remove redundant prototypes.
1816 (cpp_hash_cleanup, add_import, append_include_chain,
1817 make_assertion, path_include, initialize_builtins,
1818 initialize_char_syntax, finclude, validate_else, comp_def_part,
1819 lookup_import, redundant_include_p, is_system_include,
1820 read_name_map, read_filename_string, open_include_file,
1821 check_macro_name, compare_defs, compare_token_lists,
1822 eval_if_expression, change_newlines): Add prototype arguments.
1823 (hashf): Remove redundant prototype.
1824 (read_token_list, free_token_list, safe_read, xcalloc, savestring,
1825 conditional_skip, skip_if_group): Add prototype arguments.
1826 (fdopen): Remove redundant prototype.
1827 (do_define, do_line, do_include, do_undef, do_error, do_pragma,
1828 do_ident, do_if, do_xifdef, do_else, do_elif, do_endif, do_sccs,
1829 do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
1830 (struct directive): Add prototype arguments to function pointer
1832 (handle_directive): Add missing arguments to call to `do_line'.
1833 (do_include): Mark parameters `unused1' and `unused2' with
1835 (do_line): Likewise for `keyword' and new parameters `unused1' and
1837 (do_error): Likewise for `keyword'.
1838 (do_warning): Likewise. Also add missing argument `pfile' in call
1840 (do_once): Mark parameter `keyword', `unused1' and `unused2' with
1842 (do_ident): Likewise for `keyword', `buf' and `limit'.
1843 (do_pragma): Likewise. Also add missing arguments in call to do_once.
1844 (do_sccs): Mark parameter `keyword', `buf' and `limit' with
1846 (do_if): Likewise for `keyword'.
1847 (do_elif): Likewise.
1848 (eval_if_expression): Likewise for `buf' and `length'.
1849 (do_xifdef): Likewise for `unused1' and `unused2'.
1850 (do_else): Likewise for `keyword', `buf' and `limit'.
1851 (do_endif): Likewise.
1852 (parse_name): Add missing argument `pfile' in call to cpp_pedwarn.
1853 (cpp_handle_options): Remove superfluous NULL argument in call to
1855 (cpp_handle_options): Likewise.
1856 (do_assert): Mark parameter `keyword', `buf' and `limit' with
1858 (do_unassert): Likewise.
1859 (cpp_print_file_and_line): Add missing argument `pfile' in call to
1860 cpp_file_line_for_message.
1861 (v_cpp_error): New function.
1862 (cpp_error): Use it. Also accept variable arguments.
1863 (v_cpp_warning): New function.
1864 (cpp_warning): Use it. Also accept variable arguments.
1865 (cpp_pedwarn): Accept variable arguments.
1866 (v_cpp_error_with_line): New function
1867 (cpp_error_with_line): Use it. Accept variable arguments.
1868 (v_cpp_warning_with_line): New function.
1869 (cpp_warning_with_line): Use it. Accept variable arguments. Hide
1871 (cpp_pedwarn_with_line): Accept variable arguments.
1872 (cpp_pedwarn_with_file_and_line): Likewise.
1873 (cpp_error_from_errno): Constify parameter `name'. Add missing
1874 argument `pfile' in call to cpp_file_line_for_message.
1875 (cpp_perror_with_name): Constify parameter `name'.
1877 * cpplib.h: Define PARAMS() in terms of PROTO().
1878 (fatal): Remove redundant prototype.
1879 (cpp_error, cpp_warning, cpp_pedwarn, cpp_error_with_line,
1880 cpp_pedwarn_with_line, cpp_pedwarn_with_file_and_line,
1881 cpp_error_from_errno, cpp_perror_with_name, cpp_pfatal_with_name,
1882 cpp_fatal, cpp_message, cpp_pfatal_with_name,
1883 cpp_file_line_for_message, cpp_print_containing_files): Add
1884 arguments to prototypes.
1885 (scan_decls, cpp_finish): Add prototypes.
1887 * cppmain.c: Include gansidecl.h.
1888 (main): Remove unused variable `i'.
1890 * dbxout.c: Include toplev.h.
1892 * demangle.h (do_tlink, collect_execute, collect_exit,
1893 collect_wait, dump_file, file_exists): Add prototype.
1895 * dwarf2out.c (dwarf_type_encoding_name, decl_start_label): Hide
1896 prototype and definition.
1897 (gen_unspecified_parameters_die): Don't assign results of call to
1898 function new_die() to unused variable `parm_die'.
1899 (dwarf2out_line): Mark parameter `filename' with ATTRIBUTE_UNUSED.
1900 (dwarf2out_define): Likewise for `lineno' and `buffer'.
1902 * dwarfout.c (output_unsigned_leb128, output_signed_leb128): Hide
1903 prototype and definition.
1904 (output_die): Add prototype arguments to function pointer arg.
1905 (output_unspecified_parameters_die): Mark parameter `arg' with
1908 * except.c (output_exception_table_entry): Remove unused variable
1911 * except.h (expand_fixup_region_start, expand_fixup_region_end):
1914 * expr.c (do_jump_by_parts_equality_rtx): Remove prototype.
1916 * expr.h (do_jump_by_parts_equality_rtx): Add prototype.
1918 * fix-header.c: Include stdarg.h/varargs.h, move gansidecl.h
1919 before cpplib.h, include cpphash.h, remove redundant prototype of
1920 cpp_fatal, don't define `const', add a prototype for `fatal'.
1921 (cpp_file_line_for_message): Add missing arguments `pfile'.
1922 (v_cpp_message): New function.
1923 (cpp_message): Use it.
1924 (v_fatal): New function.
1925 (fatal, cpp_fatal): Use it.
1926 (cpp_pfatal_with_name): Constify parameter `name'.
1928 * flow.c (free_regset_vector): Remove redundant prototype.
1930 * function.c (round_down): Wrap prototype and definition with
1931 macro ARGS_GROW_DOWNWARD.
1932 (record_insns): Wrap prototype and definition with
1933 defined (HAVE_prologue) || defined (HAVE_epilogue).
1935 * gansidecl.h (ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5): New macros.
1937 * gen-protos.c: Include gansidecl.h.
1938 (hashf): Don't make it static, constify parameter `name'.
1940 * genattrtab.c (check_attr_test): Change XEXP() to XSTR() to match
1941 specifier %s in calls to function `fatal'.
1943 * haifa-sched.c: Include toplev.h.
1944 (find_rgns): Remove unused variable `j'.
1946 * integrate.c (note_modified_parmregs): Mark parameter `x' with
1948 (mark_stores): Likewise.
1950 * jump.c (mark_modified_reg): Likewise.
1952 * output.h (insn_current_reference_address): Add prototype.
1953 (eh_frame_section): Likewise.
1955 * print-rtl.c: Include bitmap.h.
1957 * reload1.c (reload): Wrap variables `note' and `next' in macro
1958 PRESERVE_DEATH_INFO_REGNO_P.
1959 (forget_old_reloads_1): Mark parameter `ignored' with
1961 (choose_reload_regs): Remove unused variable `in'.
1962 (reload_cse_invalidate_mem): Mark parameter `ignore' with
1964 (reload_cse_check_clobber): Likewise.
1966 * rtl.h (expand_null_return, reg_classes_intersect_p): Add prototype.
1967 (mark_elimination): Fix typo in prototype.
1969 * scan-decls.c: Include gansidecl.h.
1971 * tree.h (using_eh_for_cleanups, supports_one_only): Add prototype.
1973 Mon May 18 22:37:33 1998 Jeffrey A Law (law@cygnus.com)
1975 * function.c (identify_blocks): Fix thinko when setting the
1976 block number for NOTE_INSN_BLOCK_END.
1978 Mon May 18 15:30:42 1998 Nick Clifton <nickc@cygnus.com>
1980 * config/v850/lib1funcs.asm: Add .text pseudo op to start of
1983 * config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
1984 underscores for the prefixes to the names of the maths functions.
1986 * dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE. Add
1987 comment explaining why.
1989 Mon May 18 13:20:23 1998 Richard Henderson <rth@cygnus.com>
1991 * tree.h (TYPE_SIZE_UNIT): New.
1992 (struct tree_type): Add size_unit member.
1993 * stor-layout.c (layout_type): Initialize it.
1994 * expr.c (get_inner_reference) [ARRAY_REF]: Use it.
1995 * tree.c (size_in_bytes, int_size_in_bytes): Likewise.
1997 Mon May 18 12:07:37 1998 Richard Earnshaw (rearnsha@arm.com)
1999 * stor-layout.c (layout_record): Fix off-by-one error when checking
2000 length of the TYPE_BINFO vector.
2002 Mon May 18 10:59:23 1998 Nick Clifton <nickc@cygnus.com>
2004 * dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
2005 function parameter passed in memory.
2007 Mon May 18 09:02:09 1998 Robert Lipe <robertl@dgii.com>
2009 * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.
2010 Prototypes for externally used functions in respective C files.
2011 * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
2012 final.c: Include above files.
2013 * Makefile.in (toplev.o): Add dependency for above four headers.
2014 (final.o): Likewise.
2015 (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
2016 respective header files.
2018 Mon May 18 01:23:33 1998 Jeffrey A Law (law@cygnus.com)
2020 * Makefile.in (TARGET_TOOLPREFIX): No longer define.
2021 (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
2022 the build tree if they exist.
2023 (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
2025 (objdir): Let configure substitute value.
2026 (FLOAT_H): Let configure select a pre-built version from the
2028 * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
2029 * configure.in: Substitute for objdir.
2031 * Makefile.in (build_canonical, host_canonical): Let configure
2032 substitute values for these variables.
2033 * configure.in: Substitute for build_canonical, host_canonical
2034 and target_subdir in generated Makefile.
2036 * output.h (find_basic_blocks): Declare.
2037 (free_basic_block_vars, set_block_num, life_analysis): Likewise.
2039 * Makefile.in (BISON): Use bison from the build tree if it exists.
2042 Mon May 18 00:08:19 1998 Nick Clifton <nickc@cygnus.com>
2044 * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
2045 (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
2046 (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
2047 command line arguments to see if an executable is not being
2048 created, and if so - do not append the suffix.
2050 * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
2053 Sun May 17 23:59:45 1998 John Wehle (john@feith.com)
2055 * i386.h (ALIGN_DFmode): Delete.
2056 (CONSTANT_ALIGNMENT): Define.
2057 * varasm.c (force_const_mem): Use it.
2059 Sun May 17 19:31:05 1998 Richard Henderson <rth@cygnus.com>
2061 * alpha.c (alpha_emit_conditional_branch): Clear cmp_code after
2062 using it with swap_condition, not before.
2064 Sun May 17 13:44:32 1998 Jim Wilson <wilson@cygnus.com>
2066 * alias.c (mode_alias_check): Delete.
2067 (true_dependence, anti_dependence, output_dependence): Revert April 21
2070 Sun May 17 08:45:21 1998 Krister Walfridsson <cato@df.lth.se>
2072 * toplev.c (output_lang_identify): Enable prototype and definition.
2074 Sun May 17 01:12:27 PDT 1998 Jeff Law (law@cygnus.com)
2076 * version.c: Bump for snapshot.
2078 Sat May 16 23:20:32 1998 Richard Henderson <rth@cygnus.com>
2080 * alpha/osf.h (HAVE_STAMP_H): Define.
2082 * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
2083 * configure.in (alpha*-*-netbsd*): New.
2084 Based on patches from Paul H. Anderson <pha@pdq.com>.
2086 * configure.in (alpha*-*-linux-*): Kill xm_defines.
2087 (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
2088 * alpha/xm-linux.h: Remove file.
2090 Sat May 16 18:32:45 1998 Doug Evans <devans@canuck.cygnus.com>
2092 * dbxout.c (dbxout_parms): If mode of type of parameter living
2093 in memory doesn't match mode of DECL_RTL, make big endian correction.
2095 Fri May 15 21:40:06 1998 John Wehle (john@feith.com)
2097 * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
2099 Fri May 15 18:55:22 1998 Jason Merrill <jason@yorick.cygnus.com>
2101 * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
2102 * stor-layout.c (layout_record): Set it.
2104 Fri May 15 18:49:30 1998 Mark Mitchell <mmitchell@usa.net>
2106 * toplev.c (rest_of_compilation): Don't defer nested functions.
2108 Fri May 15 17:42:52 1998 Bob Manson <manson@charmed.cygnus.com>
2110 * config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
2111 to an 8-byte boundary if info_ptr->fpmem_p.
2113 Fri May 15 17:36:11 1998 Bill Moyer <ttk@cygnus.com>
2115 * loop.c (basic_induction_var): Added test preventing
2116 CCmode parameter passed to convert_modes().
2118 Fri May 15 17:26:18 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
2120 * expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
2121 input_filename and lineno around expand_expr call. Set them to values
2122 in WFL before expand_expr call.
2124 Fri May 15 12:44:57 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
2126 * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
2128 Fri May 15 07:20:03 1998 Mark Mitchell <mmitchell@usa.net>
2130 * fold-const.c (constant_boolean_node): New function.
2133 Fri May 15 11:21:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2135 * sh.c (gen_shl_and): Don't sign extend constant for kind two.
2136 Abort if trying to split kind 3 or 4 outside of combine.
2138 Fri May 15 01:47:37 1998 Jeffrey A Law (law@cygnus.com)
2140 * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
2142 Fri May 15 01:42:45 1998 Mumit Khan <khan@xraylith.wisc.edu>
2144 * objc/Make-lang.in (OBJC_O): Add missing exeext.
2145 (libobjc.a, runtime-info.h): Likewise.
2147 Fri May 15 01:29:39 1998 John Wehle (john@feith.com)
2149 * i386.h (DATA_ALIGNMENT): Define.
2151 Fri May 15 05:35:37 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2153 * reload1.c (delete_output_reload): Ignore single USE that
2154 was emitted for the pseudo use of this INSN.
2155 If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
2156 remains, we can always delete OUTPUT_RELOAD_INSN.
2158 Thu May 14 18:38:50 1998 Jim Wilson <wilson@cygnus.com>
2160 * reload.c (find_reloads): Don't penalize SCRATCH output reload.
2162 Thu May 14 15:10:30 1998 Jeffrey A Law (law@cygnus.com)
2164 * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
2166 Thu May 14 16:30:47 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
2168 * eh-common.h: New file for basic EH data structures.
2169 * except.h: Various prototypes and structures for NEW_EH_MODEL
2170 * function.h (struct function): Add a struct eh_stack for the catch
2172 * except.c (gen_exception_label): New function to generate an
2174 (push_eh_entry): Use gen_exception_label() and init 'label_used' field.
2175 (push_entry): New function to push an existing entry onto a stack.
2176 (receive_exception_label): New function to emit the code required
2177 at the start of all catch blocks.
2178 (struct func_eh_entry): New structure for maintaining handlers
2179 associated with EH regions.
2180 (new_eh_region_entry): New function to register an EH region.
2181 (add_new_handler): New function to register a handler with a region.
2182 (get_new_handler): Creates anew handler entry for registering.
2183 (find_func_region): New function to convert a NOTE eh region number
2184 to an Eh region index.
2185 (get_first_handler): New function to get the first handler in a region.
2186 (clear_function_eh_region): New function to release memory.
2187 (duplicate_handlers): New function to duplicate a list of handlers.
2188 (expand_eh_region_end): Create a new region entry node as well.
2189 (expand_leftover_cleanups): Call receive_exception_label() and
2190 register the cleanup as a handler to the current region.
2191 (expand_start_catch): New function to start a catch clause.
2192 (expand_end_catch): New function to end a catch clause.
2193 (expand_start_all_catch): restructure to not do the equivilent of
2194 what expand_start_catch() does now. Push the exception region being
2195 handled onto the catch stack.
2196 (output_exception_table_entry): Issue an entry for each handler
2197 associated with a region.
2198 (set_exception_lang_code): New function for setting the language code.
2199 (set_exception_version_code): New function to set the version number.
2200 (output_exception_table): Output version and language codes.
2201 (find_exception_handler_labels): Find handler labels using new scheme.
2202 (is_exception_handler_label): New function, returns 1 if label is
2203 present as a handler in some exception region.
2204 (check_exception_handler_labels): Use the new scheme.
2205 (init_eh_for_function): Initialize the catch stack.
2206 (save_eh_status): Save the catch stack.
2207 (restore_eh_status): Restore the catch stack.
2208 (scan_region): Don't remove unreferenced handler label. Flow does it.
2209 (get_reg_for_handler): New function to get the eh_context pointer
2211 (expand_builtin_eh_stub): Changes required for NEW_EH_MODEL only.
2212 * final.c (final_scan_insn): With NEW_EH_MODEL, add EH table
2213 entry when processing END region rather that START region.
2214 * flow.c (find_basic_blocks_1): Find all potential handler regions
2215 now that we don't automatically know what the labels might be.
2216 Let scan_region() remove unreferenced EH BEGIN/END labels.
2217 * integrate.c (get_label_from_map): Put inlined labels onto the
2218 permanent obstack since we dont know which ones might be exception
2220 (save_for_inline_copying): Make new copies of all the handlers.
2221 (expand_inline_function): Make new copies of all the handlers.
2222 * libgcc2.c: Remove local struct decls, and include eh-common.h.
2223 (find_exception_handler): With NEW_EH_MODEL the first matching
2224 region we find is the right one. Add eh_info as a new parameter.
2225 (__throw): Pass eh_info to find_exception_handler. Set handler
2226 and pass use different regs under NEW_EH_MODEL.
2228 Thu May 14 12:58:21 1998 Jim Wilson <wilson@cygnus.com>
2230 * i960.h (hard_regno_mode_ok): Changed to function from array of
2232 (HARD_REGNO_MODE_OK): Call function instead of testing bit.
2233 * i960.c (hard_regno_mode_ok): Changed to function from array of
2236 Thu May 14 08:41:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2238 * reload.c (remove_replacements): New function.
2239 * reload.h (remove_replacements): Declare.
2240 * reload1.c (choose_reload_regs): Disable some reloads that
2241 belong to inherited reloads.
2243 Thu May 14 02:17:17 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2245 * loop.c (scan_loop): Don't call move_moveables for optimize_size.
2247 * reload1.c (merge_assigned_reloads): When merging, reset
2248 reload_spill_index for the eliminated reload.
2250 Wed May 13 17:51:13 1998 Jeffrey A Law (law@cygnus.com)
2252 * haifa-sched.c (schedule_insns): Fix merge goof.
2254 1998-05-13 Jim Wilson <wilson@cygnus.com>
2256 * varasm.c (make_decl_rtl): Revert April 1 change.
2257 * alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
2258 m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
2259 Get function name from the SYMBOL_REF in the DECL_RTL, not from
2260 DECL_ASSEMBLER_NAME.
2261 * i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
2262 DECL_ASSEMBLER_NAME.
2264 Wed May 13 13:09:19 1998 Jim Wilson <wilson@cygnus.com>
2266 * i386.c (notice_update_cc, output_float_compare): Disable
2267 TARGET_CMOVE support.
2269 Wed May 13 15:28:59 1998 Michael Meissner <meissner@cygnus.com>
2270 Jeff Law <law@cygnus.com>
2272 * rtlanal.c (find_reg_note): Ignore notes that are not on on
2274 (find_regno_note): Likewise.
2276 * Makefile.in (stor-layout.o): Depend on except.h
2277 (varasm.o, function.o): Likewise.
2278 (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.
2280 * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
2281 (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
2282 ($(HOST_PREFIX_1)rtl.o): Likewise.
2283 ($(HOST_PREFIX_1)bitmap.o): New host object.
2284 * emit-rtl.c (toplevel): Include bitmap.h.
2285 (gen_rtx): Handle 't' and 'b' nodes.
2286 * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
2287 Print block number for block begin/end notes. Print 't' type
2288 nodes as a pointer. Know that the 3rd argument of live range
2289 start/stop notes is really a range_info rtx. If type is 'b', print
2290 out argument as a bitmap.
2291 * rtl.c: Include bitmap.c.
2292 (copy_rtx): Copy tree nodes as is. Copy bitmaps if type is 'b'.
2293 (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
2294 * rtl.def (RANGE_LIVE): New node to hold live information while we
2295 recalculate the basic blocks.
2296 (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
2297 (RANGE_VAR): New node, to hold information saved in symbol node for New
2298 communicating live range information to the debug output functions.
2299 * rtl.h (rtunion_def): Add rttree and rtbit fields.
2300 (XBITMAP, XTREE): New accessor macros.
2301 (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
2302 (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
2303 (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
2304 (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
2305 (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
2306 (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
2307 (RANGE_INFO_*): Likewise.
2308 * sched.c (sched_analyze): Keep live range start/stop notes.
2309 (unlink_other_notes): Likewise.
2310 * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
2311 (unlink_other_notes): Likewise.
2312 * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
2313 (BLOCK_LIVE_RANGE_FLAG): Likewise.
2314 (DECL_LIVE_RANGE_RTL): Likewise.
2315 (struct tree_block): Add live_range_flag, live_range_var_flag,
2316 live_range_start and live_range_end.
2317 (struct tree_decl): Add live_range_rtl field.
2318 * gengenrtl.c (type_from_format): Handle 'b' and 't'.
2319 (accessor_from_format): Likewise.
2321 * haifa-sched.c (schedule_block): Make verbose output line up.
2322 Also add a blank line in printing the individual ready lists.
2324 Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2326 * Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
2327 (c-lex.o): Depend on output.h.
2328 (c-common.o): Likewise.
2330 (calls.o): Likewise.
2331 (integrate.o): Depend on toplev.h.
2332 (regclass.o): Depend on output.h.
2333 (final.o): Depend on reload.h.
2335 * c-common.c: Include output.h.
2336 (check_format_info): Remove unused variable `integral_format'.
2338 * c-decl.c (print_lang_decl): Mark parameters `file', `node' and
2339 `indent' with ATTRIBUTE_UNUSED.
2340 (print_lang_type): Likewise.
2341 (maybe_build_cleanup): Likewise for parameter `decl'.
2342 (copy_lang_decl): Likewise for parameter `node'.
2344 * c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
2345 (lang_print_xnode): Mark parameters `file', `node' and `indent'
2346 with ATTRIBUTE_UNUSED.
2347 (lookup_interface): Likewise for parameter `arg'.
2348 (is_class_name): Likewise.
2349 (maybe_objc_check_decl): Likewise for parameter `decl'.
2350 (maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
2352 (maybe_objc_method_name): Likewise for parameter `decl'.
2353 (build_objc_string): Likewise for parameters `len' and `str'.
2355 * c-lex.c: Include output.h.
2357 * c-lex.h (position_after_white_space): Correct typo in prototype.
2359 * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
2360 c_expand_end_cond, init_iterators): Add prototypes.
2362 * caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
2363 with ATTRIBUTE_UNUSED.
2365 * calls.c: Include output.h.
2367 * cccp.c (pipe_closed): Mark parameter `signo' with
2370 * combine.c: Move inclusion of expr.h to after insn-config.h.
2372 * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
2373 as empty, rather define as ((void)0).
2375 * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
2376 Add parentheses around assignment used as truth value.
2378 * cplus-dem.c (squangle_mop_up): Change return type to void.
2379 (internal_cplus_demangle): Remove unused parameter `options'.
2380 All callers changed.
2381 (cplus_demangle_opname): Remove function wide variable `int i' and
2382 replace with `size_t i' at each location where it is used.
2383 (cplus_demangle_opname): change type of `i' from int to size_t.
2385 * cppexp.c (right_shift): Mark parameter `pfile' with
2388 * cpphash.c (cpp_lookup): Likewise.
2389 (cpp_hash_cleanup): Likewise.
2391 * cpplib.c (parse_name): Add a prototype and make it static.
2392 (null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
2393 (null_cleanup): Likewise for parameters `pbuf' and `pfile'.
2394 (macro_cleanup): Likewise for parameter `pfile'.
2395 (file_cleanup): Likewise.
2397 * cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
2398 cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
2400 * crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
2401 __DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
2403 * cse.c (cse_check_loop_start): Mark parameter `set' with
2406 * dbxout.c (flag_minimal_debug, have_used_extensions,
2407 source_label_number): Move inside macro wrapper check against
2408 defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
2410 * dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
2412 * except.h (doing_eh): Provide prototype.
2414 * expr.c: Move inclusion of expr.h to after insn-config.h.
2416 * final.c: Include reload.h.
2417 (shorten_branches): Cast the first argument of bzero to char *.
2419 * fix-header.c (cpp_print_containing_files): Mark parameter
2420 `pfile' with ATTRIBUTE_UNUSED.
2421 (cpp_fatal): Likewise.
2423 * flow.c (find_basic_blocks_1): Cast the first argument of bzero
2426 * genattrtab.c (make_length_attrs): Change the type of variable
2427 `i' from int to size_t.
2428 (zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
2431 * genextract.c (main): When generating insn-extract.c, mark
2432 variable `junk' with ATTRIBUTE_UNUSED.
2434 * gengenrtl.c (gencode): When generating genrtl.c, cast the first
2435 argument of bzero to char*.
2437 * integrate.c: Include toplev.h.
2439 * libgcc2.c: Wrap `struct exception_table' and
2440 `find_exception_handler' in macro DWARF2_UNWIND_INFO.
2442 * objc/Make-lang.in (objc-act.o): Depend on toplev.h.
2444 * objc/objc-act.c: Include toplev.h.
2445 (lang_print_xnode): Mark parameters `file', `node' and `indent'
2446 with ATTRIBUTE_UNUSED.
2447 (finish_protocol): Likewise for parameter `protocol'.
2449 * output.h (declare_weak): Add prototype.
2450 (decode_reg_name): Don't wrap with TREE_CODE macro.
2451 (assemble_alias): Add prototype.
2453 * regclass.c: Include output.h.
2455 * reload.h (reloads_conflict): Add prototype.
2457 * rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
2458 output_func_start_profiler): Add prototypes.
2460 * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
2463 * scan-decls.c: Include scan.h.
2465 * scan.h (recognized_function, recognized_extern): Add prototypes.
2467 * stmt.c: Include output.h.
2469 * toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
2470 (output_lang_identify): Hide prototype and definition.
2471 (float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
2472 (pipe_closed): Likewise.
2474 * toplev.h (count_error, strip_off_ending, error_for_asm,
2475 warning_for_asm): Add prototypes.
2477 Wed May 13 12:54:19 1998 Michael Meissner <meissner@cygnus.com>
2479 * toplev.c (rest_of_compilation): "Charge" final for any time
2480 doing various cleanup operations after finishing compilation
2483 * flow.c (dump_flow_info): Also print number of sets and
2484 whether or not the pseudo is a user variable.
2486 * flow.c (reg_n_max): New global variable.
2487 * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
2488 Delete regno_max variable.
2489 * regs.h (REG_N_CHECK): Define.
2490 (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
2491 (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
2492 (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
2494 Wed May 13 12:54:19 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
2496 * acconfig.h (ENABLE_CHECKING): Undefine.
2497 * configure.in (--enable-checking): New option.
2499 Wed May 13 08:52:08 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2501 * reload1.c (merge_assigned_reloads): Can merge
2502 RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
2503 if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
2505 Tue May 12 20:05:57 1998 Jim Wilson <wilson@cygnus.com>
2507 * collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.
2509 Wed May 13 03:23:45 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2511 * reload1.c (gen_reload): Create REG_EQUIV notes.
2513 Tue May 12 22:21:07 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2515 * reload1.c (reload): Fix check for USEs to use code of pattern.
2516 (choose_reload_regs): Remove dead variable use_insn.
2518 Tue May 12 14:04:49 1998 Jeffrey A Law (law@cygnus.com)
2520 * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
2522 Tue May 12 15:16:02 1998 Michael Meissner <meissner@cygnus.com>
2524 * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
2526 (find_insn_{,mem_}list): Use HAIFA_INLINE, not __inline.
2527 (insn_{unit,issue_delay}): Ditto.
2528 (blockage_range): Ditto.
2529 (actual_hazard{,_this_instance}): Ditto.
2530 (schedule_unit): Ditto.
2531 (potential_hazard): Ditto.
2534 (queue_insn): Ditto.
2535 (birthing_insn_p): Ditto.
2536 (adjust_priority): Ditto.
2537 (get_block_head_tail): Ditto.
2538 (init_rgn_data_dependences): Ditto.
2540 Tue May 12 10:27:54 1998 Klaus Kaempf <kkaempf@progis.de>
2542 * alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
2544 Tue May 12 11:44:14 1998 Gavin Koch <gavin@cygnus.com>
2546 * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
2548 Tue May 12 11:38:31 1998 Gavin Koch <gavin@cygnus.com>
2550 * config/mips/mips.md (dslot): Move after definition of "cpu"
2551 attribute. Handle r3900 case.
2553 Tue May 12 10:21:36 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2555 * system.h: Define the STRINGIFY macro here.
2556 * protoize.c: Not here.
2557 * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
2559 Tue May 12 00:47:33 1998 John Wehle (john@feith.com)
2561 * varasm.c (assemble_variable): Compute the alignment of the data
2562 earlier so that both initialized and uninitialized variables are
2563 effected by DATA_ALIGNMENT.
2564 * tm.texi (DATA_ALIGNMENT): Updated appropriately.
2566 Mon May 11 19:57:58 1998 Jeffrey A Law (law@cygnus.com)
2568 * mips.c: Prototype static functions.
2570 Mon May 11 17:43:03 1998 Jim Wilson <wilson@cygnus.com>
2572 * regmove.c (fixup_match_2, find_matches, regmove_profitable):
2573 Add explanatory comments.
2575 * sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT.
2577 Mon May 11 17:24:27 1998 Richard Henderson <rth@cygnus.com>
2579 * sparc.md (ffsdi2): Disable. Simplify the expression as well.
2581 Mon May 11 13:30:44 1998 Jim Wilson <wilson@cygnus.com>
2583 * varasm.c (make_decl_rtl): Disable April 1 change.
2585 Mon May 11 09:14:41 1998 Richard Henderson <rth@cygnus.com>
2587 * configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
2589 Mon May 11 08:24:18 1998 Richard Henderson <rth@cygnus.com>
2591 * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
2592 * alpha.c (print_operand): Handle it.
2593 * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and
2594 related define_splits. Also add peepholes for SImode reload
2595 plus sign_extend lossage.
2597 Mon May 11 09:33:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2599 * genattr.c: Include stdarg.h/varargs.h. Change function
2600 `fatal' to use variable arguments instead of faking it with
2601 integer parameters. Provide a prototype which also
2602 checks the format specifiers using ATTRIBUTE_PRINTF_1.
2604 * genattrtab.c: Likewise.
2605 * gencodes.c: Likewise.
2606 * genconfig.c: Likewise.
2607 * genemit.c: Likewise.
2608 * genextract.c: Likewise.
2609 * genflags.c: Likewise.
2610 * genopinit.c: Likewise.
2611 * genpeep.c: Likewise.
2612 * genrecog.c: Likewise.
2613 * genoutput.c: Likewise. Similarly for function `error'.
2615 Sun May 10 02:27:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2617 * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
2618 * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
2619 * configure.in: Use GCC_C_VOLATILE.
2620 * system.h (volatile): Define as empty if no volatile support is
2623 Sun May 10 01:21:43 1998 Jeffrey A Law (law@cygnus.com)
2625 * genemit.c (output_add_clobbers): Removed unused variable 'i' from
2628 Sat May 9 02:02:15 1998 Richard Henderson <rth@cygnus.com>
2630 * loop.c (get_condition): Don't combine when either compare is MODE_CC.
2631 * alpha.c (alpha_emit_conditional_branch): New function. Taken from
2632 the body of beq; additionally set the mode of the branch to CCmode for
2633 FP compares and not fast_math.
2634 (alpha_emit_conditional_move): Always use a compare insn for FP
2635 when not fast_math, as well as setting CCmode on the cmov.
2636 * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch.
2638 * machmode.h (COMPLEX_MODE_P): New macro.
2640 Sat May 9 01:53:23 1998 Richard Henderson <rth@cygnus.com>
2642 * haifa-sched.c (print_exp): Fix typo.
2644 Fri May 8 21:48:50 PDT 1998 Jeff Law (law@cygnus.com)
2646 * version.c: Bump for snapshot.
2648 Fri May 8 18:23:08 1998 Michael Meissner <meissner@cygnus.com>
2650 * final.c (final_scan_insn): Call fatal_insn instead of abort if
2651 we could not split an insn when required to.
2653 * m32r.md ({add,sub}di3): Add define_splits and appropriate low
2655 (peepholes): Disable peepholes that call dead_or_set_p.
2656 (movsi): Rewrite to handle addresses better after last change.
2657 Add define_split to split load of addresses in large/medium modes.
2658 (prologue): Call m32r_expand_prologue.
2659 (movsi_{push,pop}): Generators for push/pop.
2660 (movsi): Support PRE_{INC,DEC}, POST_INC.
2661 (mov{di,df}): Rewrite. Always split the insns.
2662 (movsf): Add define_split to get register load in correct mode.
2663 (cmp_ne_small_const_insn): Use 'N' instead of 'S' constraint.
2664 (attributes): Rewrite attributes so that type indicates both the
2665 type and the length of the insn directly.
2666 (all insns): Change to use new type attributes.
2667 (debug): New attribute to convey whether -mdebug was used.
2668 (opt_space): New attribute to convey whether -Os was used.
2669 (function units): Loads are 3 cycles, not 2. Better classify all
2670 insns into short/long.
2671 (load/store/extend insns): Add separate case for load/store
2672 indirect operations without an offset.
2673 (divsi3): Division is a long operation, not short.
2675 * m32r.h (LEGITIMATE_LO_SUM_ADDRESS_P): Do not allow LO_SUM for
2677 (GO_IF_MODE_DEPENDENT_ADDRESS): LO_SUM is now mode dependent.
2678 (CONST_OK_FOR_LETTER_P): Make 'N' handle reverse 8 bit compares.
2679 (EXTRA_CONSTRAINT): Remove 'S' special support. Add 'U' for
2680 operands with PRE_{INC,DEC}, POST_INC.
2681 (FUNCTION_PROFILER): Call abort instead of doing nothing.
2682 (GO_IF_LEGITIMATE_ADDRESS): Allow PRE_{INC,DEC}, POST_INC of
2684 (gen_split_move_double): Declare.
2685 (EXTRA_CONSTRAINT): Add 'T' for memory reference with no offset.
2687 * m32r.c (gen_split_move_double): Fix typo. Also, don't call
2688 emit_move_insn, build up SET's directly.
2689 (toplevel): Include system.h, not stdio.h.
2690 (move_double_src_operand): Allow any DF or DI mode constant.
2691 (gen_split_move_double): Split moves of DI or DF values into the
2692 appropriate moves, loads, or stores. Don't handle use of auto
2693 inc/dec if using dead index. Do handle overlapping moves, etc.
2694 (m32r_frame_info): Remove prologue_size field.
2695 (m32r_compute_frame_size): Don't calculate prologue size.
2696 (m32r_output_function_prologue): Change to pretty much a NOP.
2697 (m32r_expand_prologue): Expand prologue as a series of INSNs.
2698 (m32r_print_operand): Add support for PRE_{INC,DEC}, POST_INC.
2699 (m32r_print_operand_address): Ditto.
2701 Fri May 8 14:13:21 1998 H.J. Lu (hjl@gnu.org)
2703 * reload1.c (emit_reload_insns): When performing expensive
2704 optimizations, do not output the last reload insn if OLD is
2705 not the dest of NSN and is in the src and is clobbered by INSN.
2707 Fri May 8 09:47:29 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2709 * Makefile.in (genrtl.o): Depend on system.h.
2710 * gengenrtl.c (gencode): When creating genrtl.c, have it
2713 Fri May 8 10:57:33 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2715 * config/m68k/t-linux: Remove extra stuff already included in
2718 Fri May 8 09:53:24 Paul Eggert <eggert@twinsun.com>
2720 * fixinc.wrap: Renamed from fixinc.math. Put wrapper around
2721 curses.h if it contains `typedef char bool;', as suggested by
2722 Manfred Hollstein <manfred@s-direktnet.de>.
2724 * configure.in: Rename fixinc.math to fixinc.wrap.
2726 Thu May 7 19:26:34 1998 Jim Wilson <wilson@cygnus.com>
2728 * gcc.c (read_specs): Handle missing blank line at end of specs file.
2730 * i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1,
2731 movdfcc_1): Disable.
2733 Thu May 7 15:39:14 1998 Jim Wilson <wilson@cygnus.com>
2735 * configure.in (enable_threads): Rename to enable_threads_flag before
2736 main loop. Set enable_threads to enable_threads_flag inside main
2739 Thu May 7 17:38:03 1998 Michael Meissner <meissner@cygnus.com>
2741 * r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
2744 Thu May 7 14:26:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2746 * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
2748 * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
2749 (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
2750 (AC_CHECK_FUNCS): Remove unused check for vprintf.
2752 * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
2753 (cccp.o): Depend on gansidecl.h.
2756 * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
2757 per the rest of gcc source.
2758 * cexp.y: Likewise. Include gansidecl.h and remove all code made
2761 * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
2762 used when vfprintf is missing.
2765 * genattrtab.c: Likewise.
2766 * mips-tfile.c: Likewise.
2767 * toplev.c: Likewise.
2769 * vfprintf.c: New file.
2770 * doprint.c: New file.
2772 Thu May 7 10:18:41 1998 Jeffrey A Law (law@cygnus.com)
2774 * config/linux.h (ASM_COMMENT_START): Remove from here,
2775 * config/linux-aout.h (ASM_COMMENT_START): and here,
2776 * config/i386/linux.h (ASM_COMMENT_START): to here,
2777 * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
2778 * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
2781 Thu May 7 10:55:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2783 * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
2786 Wed May 6 22:32:37 CDT 1998 Robert Lipe <robertl@dgii.com>
2788 * Makefile.in (dwarfout.o) Add toplev.h dependency.
2789 * dwarfout.c, i386.c: Include toplev.h
2790 * toplev.h: (pfatal_with_name) Add prototype.
2792 Wed May 6 19:02:29 1998 Jason Merrill <jason@yorick.cygnus.com>
2794 * Makefile.in: Fix .SUFFIXES.
2796 Wed May 6 19:31:32 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
2798 * config/linux.h (ASM_COMMENT_START): Define as "#".
2799 * config/linux-aout.h (ASM_COMMENT_START): Likewise.
2801 Wed May 6 15:51:39 1998 Jim Wilson <wilson@cygnus.com>
2803 * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
2804 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2806 * toplev.c: Include toplev.h.
2807 * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
2808 c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
2809 dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
2810 hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
2811 reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
2812 toplev.h dependency.
2814 * mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
2815 HARD_FRAME_POINTER_REGNUM.
2817 * expr.c (target_temp_slot_level): Delete duplicate definition.
2819 Wed May 6 16:46:01 1998 Jeffrey A Law (law@cygnus.com)
2821 * stmt.c (mark_seen_cases): Make it have external linkage again.
2822 * expr.h (mark_seen_cases): Add declaration, but only when tree.h
2825 * haifa-sched.c (print_value, case SUBREG): Fix typo.
2827 * i386.c (output_387_binary_op): Add some braces to avoid warnings.
2828 * i386.h (REG_CLASS_CONTENTS): Similarly.
2830 * toplev.c (-fsched-max): Delete flag.
2831 (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
2832 * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
2833 and -fsched-interblock-max-insns-N support. Remove INTERBLOCK_DEBUG
2836 * haifa-sched.c (find_rgns): Correctly handle reducible loops with
2837 inner loops which are not reducible.
2839 * loop.c (regs_match_p): Fix typo in prototype.
2841 * regmove.c (try_auto_increment): Wrap declaration inside an
2842 #ifdef AUTO_INC_DEC.
2844 Wed May 6 17:07:47 1998 Michael Meissner <meissner@cygnus.com>
2846 * final.c (output_operand_lossage): Call fatal with the operand
2847 lossage message instead of calling abort.
2849 Wed May 6 15:37:27 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2851 * c-common.c: Convert to using ctype macros defined in system.h.
2852 * c-lex.c: Likewise.
2854 * collect2.c: Likewise.
2855 * rs6000.c: Likewise.
2856 * cpplib.c: Likewise.
2857 * fix-header.c: Likewise.
2859 * gen-protos.c: Likewise.
2860 * pexecute.c: Likewise.
2861 * protoize.c: Likewise.
2865 * tlink.c: Likewise.
2866 * toplev.c: Likewise.
2868 Wed May 6 14:44:14 1998 Gavin Koch <gavin@cygnus.com>
2870 * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
2871 Replace -gdwarf-2 with -g0.
2873 Wed May 6 11:43:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2875 * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
2876 * mips-tdump.c: Include system.h, remove redundant headers.
2877 * mips-tfile.c: Likewise. Also, convert all ctype function calls
2878 to calls of the macro versions defined in system.h.
2880 * objc/Make-lang.in (objc-act.o): Depend on system.h.
2881 * objc/objc-act.c: Include system.h, remove redundant headers.
2883 Wed May 6 11:21:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2885 * configure.in (AC_CHECK_FUNCS): Add isascii.
2886 (GCC_NEED_DECLARATIONS): Add atof.
2888 * system.h: Provide prototypes for abort, atof, atol and sbrk here.
2889 * rtl.c, rtl.h, toplev.c, tree.h: Not here.
2891 Wed May 6 10:52:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2893 * system.h: Wrap time.h and sys/file.h in autoconf checks.
2894 Provide default definitions for O_RDONLY and O_WRONLY here.
2896 * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
2898 1998-05-06 Mark Mitchell <mmitchell@usa.net>
2900 * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
2902 Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>
2904 * toplev.h: New file. Protypes for functions in toplev.c.
2905 * tree.h, rtl.h: Deleted protos for functions in toplev.c.
2906 * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
2907 c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
2908 convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
2909 function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
2910 reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
2911 varasm.c: include it.
2913 Wed May 6 01:09:01 1998 Jeffrey A Law (law@cygnus.com)
2914 Jim Wilson (wilson@cygnus.com)
2916 * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
2917 blocks. Check for 1 successor which is the EXIT_BLOCK.
2919 * haifa-sched.c (find_rgns): Detect unreachable blocks, including
2920 unreachable loops with more than one block.
2922 Wed May 6 08:22:24 1998 Manfred Hollstein <manfred@s-direktnet.de>
2924 * fix-header.c (write_rbrac): Add "abort" to functions which need to
2927 Wed May 6 00:09:36 1998 Jeffrey A Law (law@cygnus.com)
2929 * Check in merge from gcc2. See ChangeLog.12 for details.
2931 Tue May 5 14:33:49 1998 Jim Wilson <wilson@cygnus.com>
2933 * c-common.c (scan_char_table): Separate 's' and 'c'. 'c' does not
2934 accept 'a' flag. 'S' does accept 'a' flag.
2935 (check_format_info): When pedantic, warn for m/C/S/a/A formats,
2938 * elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.
2940 Tue May 5 10:50:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2942 * config/m68k/m68k.h: Declare functions from m68k.c used in
2943 macros and machine description.
2944 (ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
2946 (ASM_OUTPUT_FLOAT): Likewise.
2947 (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
2949 Tue May 5 01:28:12 1998 Jason Merrill <jason@yorick.cygnus.com>
2951 * tree.def: Add NAMESPACE_DECL.
2952 * dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
2953 * dwarf2out.c (push_decl_scope): Likewise.
2954 (scope_die_for): Likewise.
2955 * tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
2956 how to get next context level.
2958 Tue May 5 01:43:16 1998 Jim Wilson <wilson@cygnus.com>
2960 * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
2963 Tue May 5 01:15:06 1998 Jeffrey A Law (law@cygnus.com)
2965 * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
2967 * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
2968 for any insns skipped at the start of a block because they were
2971 Mon May 4 20:23:51 1998 Jim Wilson <wilson@cygnus.com>
2973 * alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
2975 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2977 * c-common.c (format_char_info): Add new field hhlen.
2978 (print_char_table, scan_char_table, time_char_table): Initialize
2979 hhlen field appropriately.
2980 (char_format_info): Recognize hh modifier and lookup correct char
2983 Mon May 4 19:15:29 1998 Jim Wilson <wilson@cygnus.com>
2985 * expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
2986 reference if this is a store.
2988 Mon May 4 17:25:17 1998 Richard Henderson <rth@cygnus.com>
2990 * sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
2992 Sun May 3 23:57:25 1998 Robert Lipe <robertl@dgii.com>
2994 Make UnixWare 7 bootstrap support work with final shipping product.
2995 * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
2996 Pick up xm-siglist and xm-alloca.
2997 (xm_defines): Add USG so dbxout will build.
2998 * configure: Regenerate.
3000 Sun May 3 13:51:34 PDT 1998 Richard Henderson <rth@cygnus.com>
3002 Support for official Sparc V9 ABI:
3003 * sparc.c (sparc_override_options): Force stack bias off for !arch64.
3004 Care for flag_pcc_struct_return default.
3005 (output_move_quad): Rewrite to move by halves on v9 and in the
3007 (move_quad_direction): New function.
3008 (output_fp_move_quad): Use it to determine the direction of copy.
3009 (function_arg_slotno): Return -1 for FP reg overflow as well.
3010 (function_arg_record_value*): New functions.
3011 (function_arg): Use them. Streamline unprototyped parameter passing.
3012 (function_arg_pass_by_reference): Pass TCmode by reference.
3013 (function_value): New function.
3014 * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
3015 long long in 64-bit mode.
3016 (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
3017 (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
3018 (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
3019 (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
3020 (BASE_INCOMING_ARG_REG): Likewise.
3021 (FUNCTION_VALUE): Call function_value.
3022 (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
3023 * sparc.md (movdi_sp32_v9): Disable for arch64.
3024 (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
3025 (call_value_address_sp64): Remove register class constraints.
3026 (call_value_symbolic_sp64): Likewise.
3027 (nonlocal_goto): Pass label reg directly to goto_handlers. Constrain
3028 v9 case to 32-bit constants.
3029 (goto_handler_and_restore_v9): Provide a version for arch64.
3030 * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
3031 * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
3032 (CPP_PREDEFINES): New.
3033 * sparc/sp64-elf.h: Likewise.
3034 (PREFERRED_DEBUGGING_TYPE): Dwarf2.
3035 (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
3036 * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.
3038 Sat May 2 17:47:17 PDT 1998 Jeff Law (law@cygnus.com)
3040 * version.c: Bump for snapshot.
3042 Sat May 2 01:37:29 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3044 * reload.c (find_reloads): Emit USEs to mark where a pseudo
3045 is reloaded with the MEM of its stack slot.
3046 * reload1.c (cannot_omit_stores): Delete.
3047 (reload): Don't initialize it.
3048 Don't apply avoid_return_reg logic to USEs.
3049 When done, remove USEs that have a REG_EQUAL note on them.
3050 (emit_reload_insns): Handle case where we have inherited a MEM.
3051 (choose_reload_regs): Likewise.
3052 (delete_output_reload): Don't use cannot_omit_stores.
3054 Thu Apr 30 18:59:03 1998 Jim Wilson <wilson@cygnus.com>
3056 * Makefile.in (cpp.info, gcc.info): Put -o option before input file.
3058 Thu Apr 30 16:57:34 1998 Michael Meissner <meissner@cygnus.com>
3060 * haifa-sched.c (print_{exp,value}): Various changes to make the
3061 debug output easier to read. Also, use only one buffer, and make
3062 sure the buffer we are passed in doesn't overflow.
3063 (safe_concat): Concatenate to a buffer without overflow.
3065 Thu Apr 30 16:57:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3067 * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree
3070 Wed Apr 29 21:45:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3072 * sched.c (new_insn_dead_notes): Check if the register was
3073 used in the original instruction.
3074 * haifa-sched.c (new_insn_dead_notes): Likewise.
3076 Wed Apr 29 13:46:03 1998 Jim Wilson <wilson@cygnus.com>
3078 * dwarf2out.c (scope_die_for): If could not find proper scope,
3079 check for and handle tagged type with incorrect TYPE_CONTEXT.
3081 Wed Apr 29 15:34:40 1998 John Carr <jfc@mit.edu>
3083 * calls.c (expand_call): Fix recognition of C++ operator new.
3085 * alias.c (mode_alias_check): Disable type based alias detection.
3087 Wed Apr 29 15:06:42 1998 Gavin Koch <gavin@cygnus.com>
3089 * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
3090 ASM_OUTPUT_WEAK_ALIAS): Define.
3091 * config/mips/elf64.h: Same.
3092 * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
3093 ASM_WEAKEN_LABEL): Removed.
3095 Wed Apr 29 10:53:29 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3097 * calls.c (expand_call): Bump the length limit on the specially
3098 recognized function names to 17.
3100 Tue Apr 28 17:53:33 1998 Jim Wilson <wilson@cygnus.com>
3102 * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
3103 when undefining macros at the end.
3105 * expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
3106 val or len has TREE_SIDE_EFFECTS set.
3108 * sparc.md (mulsidi3): Call const v8plus and v8plus routines.
3109 (mulsidi3_v8plus, const_mulsidi3_v8plus): Delete asterisk from name.
3110 (smuldi3_highpart): Call const v8plus routine.
3111 (smulsi3_highpart_v8plus): Renamed from smulsidi3_highpart_v8plus.
3112 (const_smulsi3_highpart_v8plus): New pattern.
3113 (smulsi3_highpart_sp32): Renamed from smulsidi3_highpart_sp32.
3114 (umulsidi3): Call const v8plus routine.
3115 (umulsi3_highpart): Handle const before v8plus. Call const v8plus
3117 (umulsi3_highpart_v8plus): Renamed from umulsidi3_highpart_v8plus.
3118 (umulsi3_highpart_sp32): Renamed from umulsidi3_highpart_sp32.
3120 Tue Apr 28 08:55:26 1998 Michael Meissner <meissner@cygnus.com>
3122 * m32r.c (*_oper{and|ator}): Change enum arguments and return
3123 values to int, so they can be prototyped even in files that don't
3125 ({small,large}_insn_p): Ditto.
3126 (m32r_select_cc_mode): Ditto.
3127 (gen_compare): Ditto.
3128 (function_arg_partial_nregs): Ditto.
3129 (m32r_setup_incoming_varargs): Ditto.
3130 (init_reg_tables): Add prototype.
3131 (m32r_frame_info): Add prolog_size field.
3132 (m32r_compute_frame_size): Calculate the size of the prologue.
3133 (m32r_first_insn_address): Return prologue size.
3134 (m32r_output_function_prologue): Calculate frame size before
3135 printing out information. Print out the prologue size.
3137 * m32r.h: Prototype all functions in m32r.c.
3138 (FIRST_INSN_ADDRESS): Declare, returning prologue size.
3140 * m32r.md (bcc functions): Cast enum's to int.
3142 * m32r.c (conditional_move_operand): Silence a debug message.
3143 ({small,long}_insn): New predicates.
3145 * m32r.h (TARGET_M32R): New macro.
3146 (PREDICATE_CODES): Rearrange somewhat, add small_insn/long_insn.
3147 (HAIFA_P): Define as 1/0 depending on whether the Haifa scheduler
3149 (ISSUE_RATE): Define as 2.
3151 * m32r.md (insn_size): New attribute.
3152 ({,rev_}branch_insn): Add .s qualifier to branches believed to be
3154 (m32r): New attribute.
3156 * configure.in (enable_haifa): Switch m32r to Haifa by default.
3157 * configure: Regenerate.
3159 (Changes from Nick Clifton <nickc@cygnus.com>)
3160 * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
3161 the equivalent of a negated 'I' constraint.
3162 (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
3163 optimisation to work.
3165 * m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather
3166 than 'I' since the value is negated.
3167 (peephole): Add peephole optimisation to cope with optimization of
3168 divide and subtracts of the same operands.
3170 * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
3174 * m32r.h (PREDICATE_CODES): Add declaration of machine specific
3177 Tue Apr 28 07:25:53 1998 Manfred Hollstein <manfred@s-direktnet.de>
3179 * Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
3181 Mon Apr 27 18:39:47 1998 Nick Clifton <nickc@cygnus.com>
3183 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Check against
3184 frame_pointer_rtx not FRAME_POINTER_REGNUM.
3186 Mon Apr 27 18:36:28 1998 Jim Wilson <wilson@cygnus.com>
3188 * reg-stack.c: Revert last patch (Apr 20).
3189 (convert_regs): Set insn to PREV_INSN (next) after do while loop.
3191 * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
3193 * loop.c (check_dbra_loop): New locals jump, first_compare, and
3194 compare_and_branch. Call get_condition to set first_compare.
3195 Set compare_and_branch to number of compare/branch instructions.
3196 Replace PREV_INSN (PREV_INSN (loop_end)) with first_compare.
3197 Replace '2' with compare_and_branch.
3199 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3201 * cplus-dem.c (demangle_qualified): Replace missing else.
3203 Mon Apr 27 20:22:08 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3205 * sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.
3207 Mon Apr 27 18:23:51 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3209 * sh.c (sh_expand_prologue, sh_expand_epilogue):
3210 If TARGET_DOUBLE_ALIGN, preserve 64 bit stack alignment.
3211 * sh.h (STACK_BOUNDARY): Likewise.
3213 Mon Apr 27 17:22:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3215 * sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
3217 Mon Apr 27 08:55:23 1998 Michael Meissner <meissner@cygnus.com>
3219 * system.h (abort): If abort is not defined, and neither is
3220 USE_SYSTEM_ABORT, redefine abort to call fprintf and exit,
3221 reporting the line and filename of the error.
3223 * .gdbinit: Add breakpoints on exit and fancy_abort.
3225 * final.c (split_double): Avoid a compiler warning if
3226 BITS_PER_WORD is less than or equal to HOST_BIT_PER_WIDE_INT.
3228 * rtl.h (JUMP_{CROSS_JUMP,NOOP_MOVES,AFTER_REGSCAN}): New macros
3229 for calling jump_optimize.
3231 * toplev.c (rest_of_compilation): Call jump_optimize using JUMP_*
3232 macros, rather than 0/1's.
3234 Sun Apr 26 23:19:10 1998 Richard Henderson <rth@cygnus.com>
3236 * alpha.h (CONST_COSTS): Zero is always free.
3237 (RTX_COSTS): Add EV6 costs. Abort if alpha_cpu is unknown.
3239 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3241 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
3242 length in the name of a virtual table.
3244 Sun Apr 26 01:21:06 1998 Richard Henderson <rth@cygnus.com>
3246 * alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
3248 Sat Apr 25 22:11:38 PDT 1998 Jeff Law (law@cygnus.com)
3250 * version.c: Bump for snapshot.
3252 Sat Apr 25 17:17:15 1998 Jeffrey A Law (law@cygnus.com)
3254 * fold-const.c (fold_convert): Fix typo.
3256 Sat Apr 25 17:55:54 1998 John Carr <jfc@mit.edu>
3258 * alias.c (alias_invariant): New variable.
3259 (record_base_value): New argument INVARIANT.
3260 (memrefs_conflict_p): If a register has an entry in the alias_invariant
3261 array, try substituting that value for the register.
3263 * rtl.h: Declare record_base_value.
3265 * loop.c, unroll.c: Update callers of record_base_value.
3267 * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
3268 ZERO_EXTEND do not affect base values.
3270 Fri Apr 24 15:57:02 1998 Jeffrey A Law (law@cygnus.com)
3272 * dbxout.c (dbxout_type): Fix typo.
3273 (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix.
3275 * configure.in: Use CC_FOR_BUILD, not BUILD_CC.
3277 Fri Apr 24 16:11:47 1998 John Carr <jfc@mit.edu>
3279 * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
3280 if the argument is the address of a structure or array.
3282 * configure.in: Enable Haifa scheduler by default for SPARC.
3284 Fri Apr 24 20:55:47 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3286 * cse.c (cse_set_around_loop): Don't do optimization when
3287 new pseudos are created.
3289 Fri Apr 24 11:00:18 1998 Jeffrey A Law (law@cygnus.com)
3291 * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
3293 (dbxout_type_method_1, dbxout_type): Likewise.
3294 (print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
3295 (dbxout_type): Fix check for when to print a type range in
3298 Fri Apr 24 16:45:03 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3300 * (gen_shl_and, in case 1): Fix comparison with mask.
3302 Fri Apr 24 06:46:40 1998 Nick Clifton <nickc@cygnus.com>
3304 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow frame
3305 pointer as second register in REG+REG pair.
3307 Fri Apr 24 09:22:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3309 * c-common.c (check_format_info): Don't check for the 'x' format
3310 character twice, instead check for 'x' and 'X'
3312 Fri Apr 24 08:02:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
3314 * Makefile.in (libgcc2.ready): Add explicit dependancy from
3315 $(STMP_FIXPROTO) to ensure all necessary include files have
3316 been created and to guarantee proper parallel builds.
3318 Fri Apr 24 04:42:35 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3320 * sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra
3321 register for stdarg functions.
3322 * sh.h (current_function_varargs): Declare.
3323 (FUNCTION_ARG): Ignore NAMED for stdarg functions.
3325 1998-04-23 Jim Wilson <wilson@cygnus.com>
3327 * frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when
3328 inhibit_libc is defined.
3330 * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
3332 Thu Apr 23 19:09:33 1998 Jim Wilson <wilson@cygnus.com>
3334 * profile.c (tablejump_entry_p): New function.
3335 (branch_prob): Add code to recognize MIPS tablejump entry branch.
3336 Use tablejump_entry_p in MIPS and HPPA tablejump checking code.
3338 Thu Apr 23 15:01:13 1998 Nick Clifton <nickc@cygnus.com>
3340 * config/arm/arm.c (find_barrier): Return as soon as a barrier is
3341 found, rather than at end of the loop, after the insn has been
3344 Thu Apr 23 20:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
3346 * sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.
3347 * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete.
3349 Wed Apr 22 17:07:35 1998 Michael Meissner <meissner@cygnus.com>
3351 * loop.c (note_addr_stored): Correct function to take 2 arguments,
3354 * rtl.def (MATCH_INSN2): Add new matching pattern.
3355 * genrecog.c (add_to_sequence): Support MATCH_INSN2.
3357 Wed Apr 22 15:52:22 1998 John Carr <jfc@mit.edu>
3359 * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
3360 if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
3362 * final.c (split_double): Sign extend both halves of a split CONST_INT.
3364 Wed Apr 22 10:42:45 1998 Jeffrey A Law (law@cygnus.com)
3366 * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
3368 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3370 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
3371 (cplus_demangle_opname): Call mop_up_squangle.
3372 (cplus_demangle): Initialize squangle info, then call
3373 internal_cplus_demangle. (Most code moved there as well)
3374 (internal_cplus_demangle): New function, performs most of what use
3375 to be done in cplus_demangle, but is only called with this file.
3376 (squangle_mop_up): New function to clean up B and K code data.
3377 (mop_up): set pointers to NULL after freeing.
3378 (demangle_signature, demangle_template, demangle_class): Add
3379 switch elements to handle K and B codes.
3380 (demangle_prefix, gnu_special, demangle_qualified): Add
3381 code to handle K and B codes.
3382 (do_type, demangle_fund_type): Handle B and K codes.
3383 (remember_Ktype): New function to store K info.
3384 (register_Btype, remember_Btype): New functions for B codes.
3385 (forget_B_and_K_types): New function to destroy B and K info.
3387 1998-04-21 Jim Wilson <wilson@cygnus.com>
3389 * stmt.c (check_seenlabel): When search for line number note for
3390 warning, handle case where there is no such note.
3392 Tue Apr 21 20:48:37 1998 John Carr <jfc@mit.edu>
3394 * genemit.c (gen_exp): Allow machine description to set mode of
3397 Tue Apr 21 16:36:01 1998 John Carr <jfc@mit.edu>
3399 * alias.c (mode_alias_check): New function.
3400 (true_dependence, anti_dependence, output_dependence): Call
3403 Tue Apr 21 12:05:32 1998 Jeffrey A Law (law@cygnus.com)
3405 * mips.h (STACK_BOUNDARY): Allow specific targets to override.
3406 (MIPS_STACK_ALIGN): Similarly.
3408 * c-common.c (type_for_mode): Handle TI types.
3409 * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
3410 (init_decl_processing): Handle TI types.
3411 * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
3413 * mips.c (block_move_loop): Test Pmode == DImode instead of
3415 (expand_block_move, save_restore_insns): Likewise.
3416 (function_prologue, mips_expand_prologue): Likewise.
3417 (mips_expand_epilogue): Likewise.
3418 * mips.h (POINTER_SIZE): Allow specific targets to override.
3419 (Pmode): Allow specific targets to override.
3420 (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
3421 (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
3422 (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
3423 (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
3424 (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
3425 (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
3426 * mips.md (indirect, tablejump & casesi support): Test for
3427 Pmode == DImode instead of TARGET_MIPS64.
3428 (call patterns): Likewise.
3430 Tue Apr 21 09:43:55 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3432 * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
3433 for gen_rtx(MEM, ...).
3435 Tue Apr 21 02:15:36 1998 Richard Henderson <rth@cygnus.com>
3437 * sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite
3438 to not be so gross, and to properly function with PIC.
3440 Mon Apr 20 20:44:25 1998 Jim Wilson <wilson@cygnus.com>
3442 * frame.c (heapsort): Rename to frame_heapsort.
3444 * gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it.
3446 Mon Apr 20 12:43:09 1998 Doug Evans <devans@canuck.cygnus.com>
3448 * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.
3450 Mon Apr 20 15:04:14 1998 John Wehle (john@feith.com)
3452 * i386.md (movsf_push, movdf_push, movxf_push): Allow memory
3453 operands during and after reload.
3455 Mon Apr 20 22:37:50 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3457 * final.c (shorten_branches, init_insn_lengths): Move code
3458 to free label_align, uid_shuid, insn_lengths, insn_addresses
3459 and uid_align from the former function into the latter one;
3460 Add code to clear these variables.
3461 * sh.h (label_align): Remove declaration.
3463 Mon Apr 20 14:48:29 1998 Michael Meissner <meissner@cygnus.com>
3465 * gcc.c (lang_specific_driver): Declare prototype properly so
3466 fatal can be passed to it without error.
3468 * configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
3469 * configure: Regenerate.
3470 * config.in: Add #undef's for strchr and strrchr.
3472 * protoize.c (toplevel): If we have rindex, but not strrchr, map
3474 (file_could_be_converted): Use strrchr, not rindex since rindex is
3475 not defined on Linux systems when _POSIX_SOURCE is defined.
3476 (file_normally_convertible): Ditto.
3477 (process_aux_info_file): Ditto.
3480 * rs6000.md (mov{sf,df} define_splits): When splitting a move of
3481 a constant to an integer register, don't split the insns that do
3482 the simple AND and OR operations, rather just split each word, and
3483 let the normal movsi define split handle it further.
3485 Mon Apr 20 18:19:40 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3487 * sh.c (find_barrier): Fix bug in ADDR_DIFF_VEC handling.
3488 (split_branches): Call init_insn_lengths.
3490 Mon Apr 20 07:37:49 1998 Michael Meissner <meissner@cygnus.com>
3492 * i386.c: Include expr.h to get the change_address prototype
3495 Mon Apr 20 01:00:05 1998 H.J. Lu (hjl@gnu.org)
3497 * reg-stack.c (subst_asm_stack_regs): Change to return the last
3498 new insn generated by this function.
3499 (subst_stack_regs): Likewise.
3500 (convert_regs): Record the last newly generated insn and use
3501 it for change_stack () instead of INSN.
3503 Sun Apr 19 15:41:24 1998 Manfred Hollstein <manfred@s-direktnet.de>
3505 * fix-header.c (enum special_file): Undefine enumerators if they
3506 are already defined by include files.
3507 * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection
3508 macro with '__' to not pollute user namespace.
3510 Sun Apr 19 02:42:06 1998 Richard Henderson <rth@cygnus.com>
3512 * haifa-sched.c (queue_to_ready): Fix typo in prototype.
3514 Sat Apr 18 23:52:35 PDT 1998 Jeff Law (law@cygnus.com)
3516 * version.c: Bump for snapshot.
3518 Sat Apr 18 18:30:22 1998 Jim Wilson <wilson@cygnus.com>
3520 * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
3522 * i386.h (CPP_CPU_DEFAULT): Renamed to CPP_CPU_DEFAULT_SPEC.
3523 Add missing -Dpentium* options.
3524 (CPP_CPU_SPEC): Delete redundant definition. Include cpp_cpu_default
3525 instead of CPP_CPU_DEFAULT.
3526 (EXTRA_SPECS): Add entry for cpp_cpu_default.
3528 Sat Apr 18 19:06:59 1998 David Edelsohn <edelsohn@mhpcc.edu>
3530 * rs6000.md (floatsidf2_loadaddr): rs6000_fpmem_offset will be
3531 negative in a stackless frame.
3532 * rs6000.c (rs6000_stack_info): Don't include fixed-size link area
3533 in stackless frame size. Support 64-bit stackless frame size.
3534 Combine fpmem offset calculations and don't add total_size to
3535 offset if not pushing a stack frame.
3537 Sat Apr 18 15:41:16 1998 Jim Wilson <wilson@cygnus.com>
3539 * regmove.c (fixup_match_1): In three places, in flag_exceptions
3540 check, change p to q.
3542 Sat Apr 18 15:30:49 1998 Jim Wilson <wilson@cygnus.com>
3544 * gcc.c (lang_specific_driver): Add new parm type to prototype.
3545 (added_libraries): New file scope static variable.
3546 (process_command): Initialize added_libraries. Pass it to
3547 lang_specific_driver.
3548 (main): Use added_libraries in check for no input files.
3550 Sat Apr 18 01:23:11 1998 John Carr <jfc@mit.edu>
3552 * sparc.c, sparc.h, sparc.md, sol2.h: Many changes related to V9
3553 code generation. Use 64 bit instructions in 32 bit mode when
3554 possible. Use V9 return instruction. UltraSPARC optimizations.
3556 * sparc.h: Change gen_rtx (CODE to gen_rtx_CODE (.
3558 Fri Apr 17 22:38:17 1998 Jeffrey A Law (law@cygnus.com)
3560 * global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg,
3561 just pass zero. That will work regardless of the size of HARD_REG_SET.
3563 * libgcc2.c (__floatdisf): Fix a couple typos.
3565 Fri Apr 17 17:28:26 1998 Jim Wilson <wilson@cygnus.com>
3567 * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
3569 Fri Apr 17 16:35:35 1998 Greg McGary <gkm@gnu.org>
3571 * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
3573 Fri Apr 17 14:30:37 1998 John Carr <jfc@mit.edu>
3575 * emit-rtl.c (operand_subword_force): If a register can not be
3576 accessed by words, copy it to a pseudo register.
3578 Fri Apr 17 14:30:37 1998 Jim Wilson <wilson@cygnus.com>
3580 * rs6000/vxppc.h (CPP_SPEC): Add support for mrelocatable*.
3582 Fri Apr 17 17:01:25 1998 Michael Meissner <meissner@cygnus.com>
3584 * tree.h (mark_seen_cases): Delete declaration.
3586 Fri Apr 17 13:32:20 1998 Jeffrey A Law (law@cygnus.com)
3588 * stmt.c (mark_seen_cases): Make static and add prototype.
3590 Fri Apr 17 11:21:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3592 * frame.c: Include stdlib.h and unistd.h to possibly get various
3593 function prototypes. The fixproto script guarantees these header
3594 files exist on the target system.
3595 * libgcc2.c: Likewise.
3597 * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
3598 __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
3599 function parameters.
3600 * libgcc2.c (__udiv_w_sdiv): Likewise.
3602 Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
3604 * varasm.c (asm_output_bss): Add prototype.
3605 (asm_output_aligned_bss): Likewise.
3607 * unroll.c (verify_addresses): Add prototype.
3609 * toplev.c: Add many prototypes. Too many to mention here.
3611 * stmt.c (check_seenlabel): Add prototype.
3613 * rtlanal.c (reg_set_p_1): Add prototype.
3614 (reg_set_last_1): Likewise.
3616 * reorg.c (find_dead_or_set_registers): Add prototype.
3618 * regmove (try_auto_increment): Add prototype.
3620 * reg-stack.c (pop_stack): Add prototype.
3622 * recog.c (validate_replace_rtx_1): Add prototype.
3623 (find_cosntant_term_loc): Likewise.
3625 * loop.c (regs_patch_p): Add prototype.
3626 (add_label_notes, count_nonfixed_reads): Likewise.
3627 (find_single_use_in_loop): Likewise.
3628 (express_from): Surround prototype with #ifdef.
3629 (giv_sort): Similarly.
3631 * jump.c (mark_modified_reg): Add prototype.
3633 * haifa-sched.c (is_prisky): Add prototype.
3634 (queue_to_ready): Likewise.
3636 * genextract.c (gen_insn): Add prototype.
3638 * genemit.c (max_operand_1): Add prototype.
3639 (max_operand_vec, print_code, gen_exp, gen_insn): Likewise.
3640 (gen_expand, gen_explit, output_add_clobbers): Likewise.
3641 (output_init_mov_optab): Likewise.
3643 * genattrtab.c (attr_hash_add_rtx): Add prototype.
3644 (attr_hash_add_string, write_length_unit_log): Likewise.
3646 * genattr.c (init_range): Add prototype.
3648 * combine.c (sets_function_arg_p): Add prototype.
3650 * expr.c (store_constructor_field): Add prototype.
3651 (get_memory_usage_from_modifier): Likewise
3653 * expmed.c (synth_mult): Add prototype.
3654 (choose_multiplier, invert_mod2n): Likewise.
3656 * except.c (push_eh_entry): Add prototype.
3657 (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise.
3658 (call_get_eh_context, start_dynamic_cleanup): Likewise.
3659 (start_dynamic_handler, can_throw): Likewise.
3660 (output_exception_table_entry, scan_region): Likewise.
3661 (eh_regs, set_insn_eh_region): Likewise.
3663 * dwarfout.c (decl_class_context): Add prototype.
3664 (output_inheritance_die, type_ok_for_scope): Likewise.
3666 * c-lex.c (skip_white_space_on_line): Add prototype.
3668 * alias.c (record_set): Add prototype.
3669 (find_base_term, base_alias_check): Likewise.
3671 * function.c (assign_outer_stack_local): Make static and add prototype.
3673 * haifa-sched.c (build_control_flow): Accept raw data as inputs
3674 instead of computing it locally. Callers changed.
3675 (find_rgns): Several new arguments. Callers changed.
3676 Generally clean up and comment better. Use dominators to
3677 identify reducible loops. Convert some flag arrays to bitmaps.
3678 Convert most of the code to work on pred/succ lists instead of
3679 an edge table. Add comments for future improvements.
3680 (schedule_insns): Allocate temporary tables for flow data, call
3681 routines to compute flow data and pass it along to children as
3683 (debug_control_flow): Delete. Use dump_bb_data instead.
3685 * basic-block.h (compute_dominators): Declare.
3687 * flow.c (dump_sbitmap, dump_sbitmap_vector): New debugging
3689 * basic-block.h: Declare them.
3691 Thu Apr 16 13:45:51 1998 Jim Wilson <wilson@cygnus.com>
3693 * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
3696 Wed Apr 15 11:33:09 1998 Alexandre Petit-Bianco <apbianco@sendai.cygnus.com>
3698 * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
3699 Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated
3700 node is non NULL. Cache last file name and file name identifier node.
3702 1998-04-15 Mark Mitchell <mmitchell@usa.net>
3704 * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
3705 the length of an array, not TREE_TYPE.
3707 Wed Apr 15 15:31:34 1998 Jeffrey A Law (law@cygnus.com)
3709 * flow.c (sbitmap_union_of_successors): New function.
3710 * basic-block.h (sbitmap_union_of_successors): Declare it.
3712 Wed Apr 15 12:38:03 1998 Jim Wilson <wilson@cygnus.com>
3714 * configure.in (gnu_ld): Rename to gnu_ld_flag before main loop.
3715 Set gnu_ld to gnu_ld_flag inside main loop.
3718 Wed Apr 15 14:50:05 1998 Dave Brolley <brolley@cygnus.com>
3720 * toplev.c (compile_file): Call init_parse using new interface.
3721 (init_lex): Remove declaration.
3723 * c-lex.c (init_parse): Now returns char* containing filename.
3725 Wed Apr 15 12:37:10 1998 Jeffrey A Law (law@cygnus.com)
3727 * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing if not optimizing.
3729 Wed Apr 15 12:10:18 1998 Michael Meissner <meissner@cygnus.com>
3731 * Makefile.in (gen{config,flags,codes,emit}): Link in host print-rtl.o.
3732 (gen{extract,peep,opinit,output}): Ditto.
3734 * gen{attr,codes,config,emit,output}.c (insn_attr_name): Provide a
3735 global definition so print-rtl.o can be linked in.
3736 * gen{peep,recog}.c (insn_attr_name): Ditto.
3738 Tue Apr 14 07:30:57 1998 K. Richard Pixley <rich@kyoto.noir.com>
3740 * fixincludes: discard empty C++ comments, as found in sys/time.h
3743 Wed Apr 15 10:47:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3745 * config/m68k/m68k.md (adddi3, subdi3): Optimize for constant
3748 Wed Apr 15 01:21:21 1998 Jeffrey A Law (law@cygnus.com)
3750 * emit-rtl.c (operand_subword): Rework slightly to avoid
3751 bogus warning from previous change.
3753 Tue Apr 14 23:39:13 1998 Richard Henderson <rth@cygnus.com>
3755 * alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's
3756 Nov 8 find_replacement change. Move decls of get_unaligned_address
3757 * alpha.h: ... here.
3759 Tue Apr 14 22:00:39 1998 John Carr <jfc@mit.edu>
3761 * function.c (assign_parms): Initialize unsignedp before passing
3762 its pointer to promote_mode.
3764 * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.
3765 (write_test_expr): Allow MATCH_INSN.
3767 Tue Apr 14 21:57:57 1998 Paul Eggert <eggert@twinsun.com>
3769 * install.texi: Update section on warnings that can be safely ignored.
3771 Tue Apr 14 14:55:16 1998 Jim Wilson <wilson@cygnus.com>
3773 * mips.md (reload_outdi): Change the scratch mode from DImode to
3774 TImode. New variable scratch, used instead of operand[2] in template.
3775 Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.
3777 Tue Apr 14 16:19:03 1998 Michael Meissner <meissner@cygnus.com>
3779 * expr.c (MOVE_RATIO): Set to 3 if optimizing for space.
3781 Tue Apr 14 11:31:28 1998 Krister Walfridsson <cato@df.lth.se>
3783 * i386/bsd386.h (ASM_OUTPUT_ALIGN): Redefine.
3785 Tue Apr 14 09:02:32 1998 Jeffrey A Law (law@cygnus.com)
3787 * svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
3788 (ASM_FINISH_DECLARE_OBJECT): Likewise.
3790 * Idea and part of the patch from HJ.
3791 * Makefile.in: auto-host.h renamed from auto-config.h. All references
3793 (distclean): Remove auto-build.h too.
3794 * configure.in: Rename host autoconf generated file to auto-host.h.
3795 If host != build, then run autoconf to generate auto-build.h for
3796 the build machine and include it in build_xm_files.
3797 Check for wait.h and sys/wait.h.
3799 * combine.c (simplify_rtx, case TRUNCATE): Respect value of
3800 TRULY_NOOP_TRUNCATION.
3802 Mon Apr 13 11:31:49 1998 Jason Merrill <jason@yorick.cygnus.com>
3804 * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.
3806 Sun Apr 12 20:55:32 1998 Catherine Moore <clm@cygnus.com>
3808 * invoke.texi (ld options) Include memset requirements
3809 for options -nodstdlib and -nodefaultlibs.
3811 1998-04-12 Paul Eggert <eggert@twinsun.com>
3813 This change is from an idea suggested by Arthur David Olson.
3815 * c-common.c (decl_attributes, record_function_format,
3816 check_format_info, init_function_format_info):
3817 Add support for strftime format checking.
3818 (enum format_type): New type.
3819 (record_function_format): Now static, and takes value of type
3820 enum format_type instead of int.
3821 (time_char_table): New constant.
3822 (struct function_format_info): format_type member renamed from is_scan.
3823 (check_format_info): Use `warning' rather than sprintf followed by
3824 `warning', to avoid mishandling `%' in warnings.
3825 Change `pedwarn' to `warning', since these warnings do not necessarily
3826 mean the program does not conform to the C Standard, as the code
3827 need not be executed.
3829 * c-tree.h (record_function_format): Remove decl; no longer extern.
3831 * extend.texi: Add documentation for strftime format checking.
3833 Sun Apr 12 20:23:03 1998 Jeffrey A Law (law@cygnus.com)
3835 * mips/ecoffl.h: Do not include mips.h.
3836 * mips/elf.h: Likewise.
3838 * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
3839 * mips/ecoff.h: Include "mips/mips.h".
3841 Sat Apr 11 22:42:54 PDT 1998 Jeff Law (law@cygnus.com)
3843 * version.c: Bump for snapshot.
3845 Sat Apr 11 01:24:28 1998 Jeffrey A Law (law@cygnus.com)
3847 * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
3848 (delete_trivially_dead_insns): Renamed from delete_dead_from_cse.
3849 * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns instead of delete_dead_from_cse. Also call delete_trivially_dead_insns
3850 between loop optimization passes.
3851 * rtl.h: Updated appropriately.
3853 Fri Apr 10 22:28:32 1998 Jeffrey A Law (law@cygnus.com)
3855 Reinstall this patch from Jason.
3856 * function.c (push_function_context_to): Don't call init_emit.
3858 Fri Apr 10 13:40:20 1998 Nick Clifton <nickc@cygnus.com>
3860 * rtl.c (read_skip_spaces): Prevent infinite loops upon
3861 encountering unterminated comments.
3863 Fri Apr 10 10:43:41 1998 Jeffrey A Law (law@cygnus.com)
3865 * emit-rtl.c (operand_subword): Properly handle CONST_INTs for
3868 * configure.in: Handle --with-fast-fixincludes.
3869 (fixincludes): If --with-fast-fixincludes, then use a different
3870 fixincludes program by default.
3871 * Makefile.in (fixinc.sh): New rule.
3873 Fri Apr 10 00:36:31 1998 H.J. Lu (hjl@gnu.org)
3875 * i386.md (movqi+1): Handle invalid QI register.
3876 (movsf_push-1): Likewise.
3878 Thu Apr 9 16:53:59 1998 Nick Clifton <nickc@cygnus.com>
3880 * config/m32r/m32r.c: call_address_operand(): Only accept symbolic
3882 symbolic_memort_operand(), call32_operand(), int8_operand(),
3883 int16_operand(), uint24_operand(), reg_or_int8_operand(): Removed.
3885 uint16_operand(): Made static.
3887 Thu Apr 9 01:43:04 1998 Jeffrey A Law (law@cygnus.com)
3889 * calls.c (expand_call): Fix typo.
3891 Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com)
3893 * c-lex.c (finput): New global.
3894 (init_parse): Always included. Handle !USE_CPPLIB using
3895 code originally in compile_file.
3896 (finish_parse): Update for CPPLIB.
3897 * toplev.c (init_parse, finish_parse): Declare.
3898 (finput): Delete variable. Now in front-ends.
3899 (compile_file): Remove code which is now handled by init_parse
3900 which is unconditionally called. Similarly for finish_parse.
3902 Wed Apr 8 23:13:50 1998 Gavin Koch <gavin@cygnus.com>
3904 * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
3905 ASM_WEAKEN_LABEL): Add.
3907 Wed Apr 8 18:21:30 1998 Richard Henderson <rth@cygnus.com>
3909 * alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files.
3910 * configure.in (alpha-*-linux*): Use them.
3912 Fri Apr 3 17:02:13 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
3914 * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
3915 * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
3916 COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
3917 (build_expr_wfl): New prototype declaration.
3918 * tree.c (build_expr_wfl): New function, to build
3919 EXPR_WITH_FILE_LOCATION nodes.
3920 (copy_node): Don't zero TREE_CHAIN if copying a
3921 EXPR_WITH_FILE_LOCATION node.
3922 * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
3923 * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.
3925 Wed Apr 8 12:51:19 1998 Jeffrey A Law (law@cygnus.com)
3927 * configure.in (v850): Use t-v850.
3928 (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
3930 * protoize.c (creat, read, write): Do not declare.
3932 * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
3933 refer to the CODE_LABEL before a dispatch table.
3935 * invoke.texi: Add ARC options.
3937 * gcc.c (proces_command): Improve error message for -o with
3940 * i386/x-cygwin32 (CLIB): Link in advapi32.
3942 * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
3943 (ASM_IDENTIFY_LANGUAGE): Likewise.
3945 * i386.md (movqi recognizer): Don't perfom byte increment into
3948 * configure.in (x86-dg-dgux): Run fixinc.dgux.
3950 * i370.h: Fix typo in GEN_INT changes.
3952 * bitmap.c (bitmap_element_allocate): Use "void" for arglist instead
3953 of an empty arglist in prototype.
3955 * Makefile.in: Remove bytecode crud that crept back in after the
3958 1998-04-08 Brendan Kehoe <brendan@cygnus.com>
3960 * c-lex.h (is_class_name): Fix arg type to be tree, not void.
3961 (make_pointer_declarator, reinit_parse_for_function): Fix typo.
3963 Wed Apr 8 06:16:45 1998 Richard Earnshaw (rearnsha@arm.com)
3965 * arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
3967 Wed Apr 8 00:44:18 1998 Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
3969 * c-lex.c (is_class_name): Delete declaration.
3970 (whitespace_cr): Make static and add prototype.
3971 * c-lex.h (make_pointer_declarator, reinit_parse_for_function,
3972 yylex, get_directive_line): Turn declarations into prototypes.
3973 (position_after_whitespace, check_newline, yyerror,, is_class_name,
3974 forget_protocol_qualifiers, remember_protocol_qualifiers): Add
3976 * genattr.c (extend_range, write_upcase, gen_attr, write_units): Add
3978 * gencodes.c (gen_insn): Add prototype.
3979 * genconfig.c (walk_insn, gen_insn, gen_expand, gen_split,
3980 gen_peephole): Add prototypes.
3981 * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
3983 * gengenrtl.c (type_from_format, accessor_from_format, special_rtx,
3984 special_format, find_formats, gendecl, genmacro, gendef, genlegend,
3985 genheader, gencode): Add prototypes.
3986 * genopinit.c (gen_insn): Add prototype.
3987 * genoutput.c (output_prologue, output_epilogue, scan_operands,
3988 process_template, validate_insn_alternatives, gen_insn, gen_peephole,
3989 gen_expand, gen_split, n_occurrences): Add prototypes.
3990 * genpeep.c (gen_peephole): Add prototype.
3991 * loop.c (find_and_verify_loops, mark_loop_jump, prescan_loop,
3992 reg_in_basic_block_p, consec_sets_invariant_p, libcall_other_reg,
3993 labels_in_range_p, count_loop_regs_set, note_addr_stored,
3994 loop_reg_used_before_p, scan_loop, replace_call_address,
3995 skip_consec_insns, libcall_benefit, ignore_some_movables,
3996 force_movables, combine_movables, rtx_equal_for_loop_p, move_movables,
3997 strength_reduce, valid_initial_value_p, find_mem_givs, record_biv,
3998 check_final_value, record_giv, update_giv_derive, basic_induction_var,
3999 simplify_giv_expr, general_induction_var, consec_sets_giv,
4000 check_dbra_loop, express_from, combine_givs_p, combine_givs,
4001 product_cheap_p, maybe_eliminate_biv, maybe_eliminate_biv_1,
4002 last_use_this_basic_block, record_initial, update_reg_last_use,
4003 iteration_info, analyze_loop_iterations, insert_bct,
4004 instrument_loop_bct, indirect_jump_in_function_p): Turn declarations
4007 Tue Apr 7 21:48:52 1998 Jeffrey A Law (law@cygnus.com)
4009 * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
4011 1998-04-07 Ken Raeburn <raeburn@cygnus.com>
4013 * config/mips/mips.c (siginfo): Deleted.
4014 (override_options): Don't install SIGINFO signal handler.
4016 Tue Apr 7 11:58:04 1998 Jim Wilson <wilson@cygnus.com>
4018 * loop.c (check_dbra_loop): When normalize comparison_val, add check
4019 to verify it is non-negative.
4021 Tue Apr 7 02:01:47 1998 Richard Henderson <rth@cygnus.com>
4023 * alpha.c (alpha_expand_block_move): Correctly collect block offsets.
4024 (alpha_expand_block_clear): Likewise.
4026 Mon Apr 6 23:36:01 1998 Richard Henderson <rth@cygnus.com>
4028 * tree.h (sizetype_tab): Fix previous change for K&R.
4030 Mon Apr 6 22:23:29 PDT 1998 Jeff Law (law@cygnus.com)
4032 * version.c: Bump for snapshot.
4034 Mon Apr 6 23:16:10 1998 Richard Earnshaw (rearnsha@arm.com)
4036 * configure.in (sparc-*-solaris2*): Add xm-siglist.h to xm_file.
4037 Add USG and POSIX to xm_defines.
4039 Mon Apr 6 21:49:57 1998 Bob Manson <manson@charmed.cygnus.com>
4041 * gcc.c: Add linker spec.
4042 (link_command_spec): Use %(linker) instead of ld.
4043 (main): If collect2 is requested as the linker, see if it exists;
4044 if not, use ld instead.
4046 * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
4048 (install-collect2): Install as collect2, not ld.
4050 * configure.in(will_use_collect2): It's named collect2 now.
4052 * collect2: Remove checks to see if we were invoked recursively.
4053 (collect_execute): Use _spawnvp under cygwin32.
4055 Mon Apr 6 17:23:41 1998 Jim Wilson <wilson@cygnus.com>
4057 * haifa-sched.c (build_control_flow): Set unreachable for block whose
4058 only predecessor is itself.
4060 Mon Apr 6 16:08:04 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4062 * c-parse.in: Include system.h, and remove stuff now made redundant.
4065 * protoize.c: Likewise. Properly check for cpp stringification.
4067 * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o):
4070 * objc/Make-lang.in (objc-parse.o): Likewise.
4072 Mon Apr 6 14:59:58 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4074 * gansidecl.h: Check if compiler supports __attribute__. Provide
4075 definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
4076 __attribute__ when its available. Also provide definitions for
4077 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
4078 terms of ATTRIBUTE_PRINTF.
4080 * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
4083 Mon Apr 6 07:17:52 1998 Catherine Moore <clm@cygnus.com>
4085 * combine.c (can_combine_p): Include successor in volatile test.
4087 Mon Apr 6 14:16:33 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4089 * sh.h (CASE_VECTOR_SHORTEN_MODE): Fix logic when to set
4092 Mon Apr 6 02:03:29 1998 Jeffrey A Law (law@cygnus.com)
4094 * objc/objc-act.c (encode_aggregate_within): Avoid GNU extensions
4095 in prototype and definition.
4097 Mon Apr 6 00:48:56 PDT 1998 Jeff Law (law@cygnus.com)
4099 * version.c: Bump for snapshot.
4101 Mon Apr 6 00:08:50 1998 Richard Henderson <rth@cygnus.com>
4103 * alpha.c (alpha_expand_block_clear): Add missing offset arg to
4104 alpha_expand_unaligned_store_words.
4106 Sun Apr 5 21:31:24 1998 John Wehle (john@feith.com)
4108 * i386.md (movsf_push, movsf_mem): Remove.
4109 (movsf_push): Rename from movsf_push_nomove and move in front of
4110 movsf. Use nonmemory_operand predicate and don't bother checking
4112 (movsf_push_memory): New pattern.
4113 (movsf): Don't bother checking for push_operand. If TARGET_MOVE and
4114 both operands refer to memory then force operand[1] into a register.
4115 (movsf_normal): Change to unnamed pattern.
4116 Likewise for movdf, movxf, and friends.
4118 Sun Apr 5 18:45:51 PDT 1998 Jeff Law (law@cygnus.com)
4120 * version.c: Bump for snapshot.
4122 Sun Apr 5 16:31:10 1998 Richard Henderson <rth@cygnus.com>
4124 * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
4126 Sun Apr 5 16:53:37 1998 Don Bowman <don@pixsci.com>
4128 * configure.in (mips-wrs-vxworks): New target.
4130 Sat Apr 4 23:34:32 PST 1998 Jeff Law (law@cygnus.com)
4132 * expmed.c (synth_mult): The value -1, has no zeros, so it can
4133 never have the form ...011.
4135 * version.c: Bump for snapshot.
4137 Sat Apr 4 20:16:46 1998 Richard Henderson <rth@cygnus.com>
4139 * i386.c (asm_output_function_prefix, load_pic_register):
4140 Use ASM_GENERATE_INTERNAL_LABEL properly.
4141 (output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
4142 (print_operand): Ignore it.
4143 (load_pic_register): Use it for the got load call.
4144 * i386.md (prologue_set_got, prologue_get_pc): Likewise.
4145 (prologue_get_pc_and_set_got): Likewise.
4146 * i386.h: Update print_operand docs.
4148 Sat Apr 4 19:08:37 1998 Richard Henderson <rth@cygnus.com>
4150 * i386.md (ffssi, ffshi): Rewrite as define_expands.
4151 (ffssi_1, ffshi_1): New (unspec [] 5) support patterns.
4152 * i386.c (notice_update_cc): Recognize unspec 5.
4154 Sat Apr 4 18:07:16 1998 David Mosberger-Tang (davidm@mostang.com)
4156 * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '(' for s/sv/svi.
4157 * alpha.c (print_operand): Handle it.
4158 * alpha.md (fix_truncsfdi2): Use it. Add earlyclobber pattern
4160 (fix_truncdfdi2): Likewise.
4162 Sat Apr 4 17:42:05 1998 Richard Henderson <rth@cygnus.com>
4164 * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all
4165 of these into a single struct, with additional [us]sizetype entries.
4166 * stor-layout.c (set_sizetype): Initialize [us]sizetype.
4167 * fold-const.c (size_int_wide): Don't rely on sizetype_tab being
4170 Sat Apr 4 17:04:41 1998 Richard Henderson <rth@cygnus.com>
4172 * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
4174 Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com>
4176 * haifa-sched.c (split_block_insns): Don't supress insn splitting
4177 on subsequent passes.
4179 * alpha.c (hard_fp_register_operand): New function.
4180 * alpha.h (PREDICATE_CODES): Add it.
4181 * alpha.md (extendsidi2): Kill bogus f<-f cvtql+cvtlq case. Add an
4182 f<-m case and accompanying define_split.
4183 (trapb): Use a unique unspec_volatile number.
4185 Sat Apr 4 13:32:08 1998 Richard Henderson <rth@cygnus.com>
4187 * configure.in (alpha-*-linux-gnu*): Undo Feb 3 change brought in
4190 Sat Apr 4 10:23:41 1998 Jeffrey A Law (law@cygnus.com)
4192 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
4195 * haifa-sched.c: Mirror recent changes from gcc2.
4197 Fri Apr 3 00:17:01 1998 Jeffrey A Law (law@cygnus.com)
4199 * Makefile.in (insn*.o): Depend on system.h.
4201 * pa.c (output_global_address): Initialize base.
4202 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
4204 1998-04-03 Mike Stump <mrs@wrs.com>
4206 * gthr.h: Support systems that don't have weak, but have threads.
4207 * configure.in (*wrs-vxworks*): Use VxWorks threads by default.
4208 * gthr-vxworks.h: New file.
4209 * objc/thr-vxworks.h: Dummy file from thr-single.c for now.
4211 Thu Apr 2 18:00:52 1998 Jim Wilson <wilson@cygnus.com>
4213 * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
4215 1998-04-02 Vladimir N. Makarov <vmakarov@cygnus.com>
4217 * ginclude/va-i960.h (va_end): Change void * to void.
4219 Thu Apr 2 13:51:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4221 * Makefile.in (choose-temp.o): Depend on system.h.
4223 * choose-temp.c: Include system.h when IN_GCC.
4225 Thu Apr 2 02:37:07 1998 Joern Rennecke (amylaar@cygnus.co.uk)
4226 Richard Henderson <rth@cygnus.com>
4228 * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.
4229 (move_replacements): New function.
4230 * reload.h: Prototype it.
4232 * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition.
4234 Thu Apr 2 01:01:34 1998 Richard Henderson <rth@cygnus.com>
4236 * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
4239 * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
4240 (gen_highpart): Likewise.
4241 * final.c (alter_subreg): Allow the target to hook by-mode subreg
4242 hard register number changes.
4244 Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
4246 * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
4247 rnbitsize, rnmode and rinner.
4248 (make_range): Initialize type.
4249 (fold): Initialize arg0, arg1 and varop.
4251 * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi
4253 (expand_function_start): Initialize last_ptr.
4255 * stor-layout.c (layout_record): Initialize desired_align.
4256 (get_best_mode): Initialize unit.
4258 * tree.c (copy_node): Initialize length.
4260 * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
4262 * caller-save.c (insert_save_restore): Initialize pat, code and
4265 * emit-rtl.c (push_to_sequence): Initialize top.
4266 (push_topmost_sequence): Likewise.
4268 * genattrtab.c (simplify_by_exploding): Initialize defval.
4270 * profile.c (branch_prob): Initialize dest.
4272 * rtl.h (note_stores): Remove duplicate prototype.
4273 (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT.
4275 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
4276 strings that are not actually lengths.
4278 * genattrtab.c: Make generated file use system.h, instead of
4279 including stdio.h, etc directly.
4280 * genextract.c, genopinit.c, genoutput.c: Likewise.
4281 * genpeep.c, genrecog.c: Likewise
4283 * genoutput.c (process_template): Mark operands in the generated
4284 function as potentially unused if compiling with GNU CC.
4286 * i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
4288 * pa.md (reload peepholes): Remove unused variable "mode".
4290 Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com>
4292 * config/arm/thumb.h: Add super interworking support.
4293 * config/arm/thumb.c: Add super interworking support.
4294 * config/arm/thumb.md: Add super interworking support.
4295 * config/arm/lib1funcs.asm: Add interworking support.
4296 * config/arm/lib1thumb.asm: Add super interworking support.
4297 * config/arm/t-semi: Add interworking support.
4298 * config/arm/t-thumb: Add interworking support.
4299 * config/arm/README-interworking: New file.
4301 Wed Apr 1 14:38:10 1998 Jim Wilson <wilson@cygnus.com>
4303 * config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/.
4304 (MD_STARTFILE_PREFIX): Unset.
4306 1998-04-01 Mark Mitchell <mmitchell@usa.net>
4308 * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a
4309 entity in a local scope.
4311 * fold-const.c (fold): Call truthvalue_conversion for values which
4312 are folded to boolean type.
4314 Wed Apr 1 06:09:53 1998 Jeffrey A Law (law@cygnus.com)
4316 * 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently.
4317 * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise.
4318 * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise.
4319 * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise.
4320 * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise.
4321 * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise.
4322 * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise.
4323 * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise.
4324 * md.texi: Likewise.
4326 Wed Apr 1 08:33:44 1998 Manfred Hollstein <manfred@s-direktnet.de>
4328 * fixincludes (limits.h): Fix nested comments in Motorola's
4329 limits.h and sys/limits.h.
4331 Tue Mar 31 16:57:33 1998 Jim Wilson <wilson@cygnus.com>
4333 * alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr
4334 as dest of expand_binop call.
4336 * alpha.md (extzv): Correct check for valid operand[2] values.
4338 * profile.c (branch_prob): Add code to recognize HPPA tablejump entry
4341 * toplev.c (rest_of__compilation): Call init_recog_no_volatile at end.
4343 Mon Mar 30 13:11:05 1998 Stan Cox <scox@cygnus.com>
4345 * libgcc2.c: (__main, __do_global_dtors, __do_global_ctors):
4346 For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
4348 * gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.
4349 cygwin32 can override this to allow both unix and win32 style PATHs.
4351 * i386/xm-cygwin32.h (GET_ENVIRONMENT): Defined to allow win32
4352 style environment paths.
4354 Mon Mar 30 14:43:20 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4356 * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o,
4357 cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o,
4358 gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on
4361 * cpphash.c: Include config.h.
4362 * cppalloc.c: Include system.h. Add parameters to various
4363 function prototypes.
4364 * cpperror.c: Likewise.
4365 * cppexp.c: Likewise.
4366 * cpphash.c: Likewise.
4367 * cpplib.c: Likewise.
4368 * cppmain.c: Likewise.
4369 * fix-header.c: Likewise.
4371 * gen-protos.c: Likewise.
4372 * gengenrtl.c: Likewise.
4373 * halfpic.c: Likewise.
4375 * scan-decls.c: Likewise.
4378 Mon Mar 30 11:06:45 1998 Jim Wilson <wilson@cygnus.com>
4380 * README.gnat: Add lang_print_xnode definition.
4382 Mon Mar 30 11:12:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4384 * config/m68k/m68k.c (standard_68881_constant_p): Don't use
4385 fmovecr on the 68060.
4387 Mon Mar 30 00:21:03 1998 Jeffrey A Law (law@cygnus.com)
4389 * genemit.c (DONE): Rework so that it works in the true arm if
4390 an if-else conditional.
4393 Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com)
4395 * rs6000.c: Do not include stdioh or ctype.h anymore.
4397 * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and
4399 (stor-layout.o): Likewise.
4400 * c-typeck.c: Include rtl.h and expr.h.
4401 * stor-layout.c: Likewise.
4403 * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
4404 All callers changed.
4405 (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
4406 * fix-header.c (cpp_file_line_for_message): Delete unused paramter.
4407 All callers changed.
4409 * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
4411 * local-alloc.c (reg_classes_overlap_p): Delete dead function.
4413 * tree.h (lang_print_xnode): Provide prototype.
4415 Sat Mar 28 23:50:44 PST 1998 Jeff Law (law@cygnus.com)
4417 * version.c: Bump for snapshot.
4419 Sun Mar 29 00:42:21 1998 Jeffrey A Law (law@cygnus.com)
4421 * objc/sendmsg.c (__objc_block_forward): Add braces for return
4422 value if INVISIBLE_STRUCT_RETURN.
4424 * pa.c (arith_double_operand): Fix parens.
4426 * haifa-sched.c (print_pattern): Correct arg to sprintf.
4428 * Makefile.in (libgcc1.null): Make return type for __foo void.
4430 Sat Mar 28 14:37:20 1998 Jeffrey A Law (law@cygnus.com)
4432 * pa.h: Add declarations for many functions defined in pa.c.
4434 * genpeep.c (main): Remove unused variable 'i' from the generated
4437 * genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
4438 (gen_split): Likewise.
4439 (main): Rework generated definitions of DONE and FAIL so that they
4440 no longer use gotos. Avoids warnings about unused labels.
4442 * integrate.c (copy_rtx_and_substitute): Rework to avoid need for
4443 unused "junk" variable.
4445 * genattrtab.c (write_complex_function): Add a default case in
4446 generated switch statement to keep -W -Wall quiet.
4448 Sat Mar 28 10:47:21 1998 Nick Clifton <nickc@cygnus.com>
4450 * invoke.texi: Document more ARM and Thumb command line options.
4452 * config/arm/xm-thumb.h: New file.
4454 Sat Mar 28 01:37:33 1998 Craig Burley <burley@gnu.ai.mit.edu>
4456 * stmt.c (expand_expr_stmt): Must generate code for
4457 statements within an expression (gcc's `({ ... )}')
4458 even if -fsyntax-only.
4460 Sat Mar 28 01:06:12 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4461 Jeffrey A Law (law@cygnus.com)
4463 * basic-block.h (basic_block_computed_jump_target): Declare.
4464 * flags.h: (current_function_has_computed_jump): Declare.
4465 * flow.c: (basic_block_computed_jump_target): Define.
4466 (flow_analysis): Allocate it. Set current_function_has_computed_jump
4468 (find_basic_blocks): Set current_function_has_computed_jump and
4469 elements of basic_block_computed_jump_target to 1 as appropriate.
4470 * function.c: (current_function_has_computed_jump): Define.
4471 * global.c (global_conflicts): Don't allocate pseudos into stack regs
4472 at the start of a block that is reachable by a computed jump.
4473 * reg-stack.c (stack_reg_life_analysis): If must restart, do so
4475 (subst_stack_regs): Undo change from Sep 4 1997.
4476 (uses_reg_or_mem): Now unused, deleted.
4477 * stupid.c (stupid_life_analysis): Compute
4478 current_function_has_computed_jump.
4479 (stupid_find_reg): Don't allocate stack regs if the function has a
4481 * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
4482 the current function has a computed jump. Use the global value
4485 Sat Mar 28 00:21:37 1998 Jeffrey A Law (law@cygnus.com)
4487 * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
4488 (DWARF2_UNWIND_INFO): Define to zero.
4490 Fri Mar 27 16:04:49 1998 Michael Meissner <meissner@cygnus.com>
4492 * gcc.c (set_std_prefix): Add declaration.
4493 (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
4494 suffix, and update the standard prefix prefix.c uses.
4496 * prefix.c (std_prefix): New global to hold default prefix value.
4497 (get_key_value): Change to use std_prefix instead of PREFIX.
4498 (translate_name): Ditto.
4499 (update_path): Ditto.
4500 (get_key_value): Release allocated scratch storage.
4501 (set_std_prefix): New function to reset the standard prefix.
4503 Fri Mar 27 18:08:21 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4505 * sh.c (find_barrier): Fix calculations for alignment increase.
4507 Fri Mar 27 08:56:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
4509 * Makefile.in (stmp-fixinc): If we're actually fixing include
4510 files, copy gcc's assert.h into the fixed include dir.
4511 * fixincludes (assert.h): Avoid any attempts to fix a probably
4512 broken system specific assert.h file.
4513 * fixproto (stdlib.h): Make sure, it'll contain a definition of
4516 Fri Mar 27 00:49:46 1998 Jeffrey A Law (law@cygnus.com)
4518 * regclass.c (reg_scan_mark_refs): Be more selective about
4519 when we mark a register with REGNO_POINTER_FLAG.
4521 Thu Mar 26 23:00:11 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4523 reload inheritance improvement:
4524 * reload1.c (reg_reloaded_contents, reg_reloaded_insn):
4525 Change meaning: index is now hard reg number.
4526 (reg_reloaded_valid, reg_reloaded_dead): New variables.
4527 (reload_spill_index): Content is now a hard reg number.
4528 (reload_as_needed): Change to fit new variable meaning.
4529 (forget_old_reloads_1, allocate_reload_reg): Likewise.
4530 (choose_reload_regs, emit_reload_insns): Likewise.
4532 Thu Mar 26 18:34:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4534 * regclass.c (record_reg_classes): '?' increases cost by two.
4536 * reload.c (find_reloads): Double previous costs. Output
4537 reloads cost one unit extra.
4539 * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
4540 boiled down to && ! 0.
4542 * reload.c (find_equiv_reg): Also consider a goal offset from the
4543 frame pointer to be constant.
4545 Thu Mar 26 17:34:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4547 * sh.h (OPTIMIZATION_OPTIONS): Define.
4549 Thu Mar 26 00:19:47 1998 Richard Henderson <rth@cygnus.com>
4551 * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
4553 Wed Mar 25 23:53:11 1998 Jeffrey A Law (law@cygnus.com)
4555 * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
4557 Wed Mar 25 13:40:48 1998 Jim Wilson <wilson@cygnus.com>
4559 * c-common.c (check_format_info): Initialize type, is_type. New local
4560 integral_format. Don't warn for 'L' when pedantic. Do warn for 'L'
4561 when pedantic if used with integral format specifier.
4563 Wed Mar 25 16:09:01 1998 Michael Meissner <meissner@cygnus.com>
4565 * rs6000.h (FUNCTION_ARG_PADDING): Cast result to be enum
4567 (function_arg_padding): Declare.
4569 * rs6000.c: Include system.h.
4570 (function_arg_padding): Change return type to int, cast enum's to
4573 (From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>)
4574 * collect2.c (scan_prog_file): Add explicit braces to avoid
4577 * dbxout.c (dbxout_type_fields): Add braces around empty body in
4579 (dbxout_type): Likewise.
4581 * rs6000.c (rs6000_override_options): Change type of `i', `j' and
4582 `ptt_size' from int to size_t.
4583 (rs6000_file_start): Likewise for `i'.
4584 (rs6000_replace_regno): Add default case in enumeration switch.
4585 (output_epilog): Remove unused variable `i'.
4586 (rs6000_longcall_ref): Remove unused variables `len', `p', `reg1'
4589 * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add missing braces around
4591 (get_issue_rate, non_logical_cint_operand): Add prototype.
4592 (rs6000_output_load_toc_table): Ditto.
4594 * rs6000.md (udivmodsi4): Add explicit braces to avoid ambiguous
4597 Wed Mar 25 10:05:19 1998 Nick Clifton <nickc@cygnus.com>
4599 * config/arm/thumb.c: New File. Support for ARM's Thumb
4601 * config/arm/thumb.h: New File. Thumb definitions.
4602 * config/arm/thumb.md: New File. Thumb machine description.
4603 * config/arm/tcoff.h: New File. Thumb COFF support.
4604 * config/arm/t-thumb: New File. Thumb makefile fragment.
4605 * config/arm/lib1thumb.asm: New File. Thumb libgcc support functions.
4607 * configure.in: Add Thumb-coff target.
4608 * configure: Add Thumb-coff target.
4609 * config.sub: Add Thumb-coff target.
4611 Wed Mar 25 10:30:32 1998 Jim Wilson <wilson@cygnus.com>
4613 * loop.c (scan_loop): Initialize move_insn_first to zero.
4615 Wed Mar 25 01:06:49 1998 Joel Sherrill (joel@OARcorp.com)
4617 * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
4618 * config/i386/rtems.h: Likewise.
4619 * config/i960/rtems.h: Likewise.
4620 * config/m68k/rtems.h: Likewise.
4621 * config/mips/rtems64.h: Likewise.
4622 * config/pa/rtems.h: Likewise.
4623 * config/rs6000/rtems.h: Likewise.
4624 * config/sh/rtems.h: Likewise.
4625 * config/sparc/rtems.h: Likewise.
4627 Wed Mar 25 00:57:26 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4629 * pa.c (emit_move_sequence): If in reload, call find_replacement.
4631 Tue Mar 24 10:44:11 1998 Nick Clifton <nickc@cygnus.com>
4633 * Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
4635 * collect2.c (find_a_file): Add debugging.
4636 (find_a_file): Test for win32 style absolute paths if
4637 DIR_SERPARATOR is defined.
4638 (prefix_from_string): Add debugging.
4639 (main): Test for debug command line switch at start of program
4641 (main): Use GET_ENVIRONMENT rather than getenv().
4642 (prefix_from_env): Use GET_ENVIRONMENT.
4644 1998-03-24 Mark Mitchell <mmitchell@usa.net>
4646 * cplus-dem.c (optable): Add sizeof.
4647 (demangle_template_value_parm): New function containing code
4648 previously found in demangle_template.
4649 (demangle_integral_value): New function which handles complicated
4650 integral expressions.
4651 (demangle_template): Use them.
4653 Tue Mar 24 12:13:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4655 * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
4656 genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
4657 genattrtab.o, genoutput.o): Depend on system.h.
4659 * genattr.c: Include system.h. Add arguments to various function
4660 prototypes. Remove redundant prototype of read_rtx().
4661 * genattrtab.c: Likewise.
4662 * gencodes.c: Likewise.
4663 * genconfig.c: Likewise.
4664 * genemit.c: Likewise.
4665 * genextract.c: Likewise.
4666 * genflags.c: Likewise.
4667 * genopinit.c: Likewise.
4668 * genoutput.c: Likewise.
4669 * genpeep.c: Likewise.
4670 * genrecog.c: Likewise.
4672 1998-03-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
4674 * c-lang.c (lang_print_xnode): New function.
4675 * objc/objc-act.c (lang_print_xnode): Likewise.
4676 * print-tree.c (print_node): Call it
4678 Mon Mar 23 23:59:11 1998 H.J. Lu (hjl@gnu.org)
4680 * c-parse.in: Recognize protocol qualifiers in class
4681 definitions for objc.
4683 (yyerror): Remove redundant decl.
4684 (yyprint): Fix prototype.
4686 Mon Mar 23 23:49:47 1998 Jeffrey A Law (law@cygnus.com)
4688 * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
4690 * stmt.c (unroll_block_trees): Free block_vector if needed.
4692 Mon Mar 23 23:26:42 1998 Philippe De Muyter <phdm@macqel.be>
4694 * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
4695 (zero_extendsidi2): Avoid useless copy.
4696 (iordi_zext): New pattern.
4697 (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
4699 (iorsi_zext): New name for old unnamed pattern; indentation fixes.
4701 * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
4702 (ashldi3): Allow constant shift count in range ]32,63].
4703 (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.
4705 1998-03-22 Mark Mitchell <mmitchell@usa.net>
4707 * tree.h (IS_EXPR_CODE_CLASS): New macro.
4709 Mon Mar 23 23:18:48 1998 Jeffrey A Law (law@cygnus.com)
4711 * h8300.h (CONST_COSTS): Remove definition.
4712 (DEFAULT_RTX_COSTS): Define.
4714 Mon Mar 23 22:58:22 1998 Joel Sherrill (joel@OARcorp.com)
4716 * config/sh/rtems.h: Switched from ELF to COFF.
4718 Mon Mar 23 14:14:20 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4720 * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
4722 Sat Mar 21 23:52:56 PST 1998 Jeff Law (law@cygnus.com)
4724 * version.c: Bump for snapshot.
4726 Sun Mar 22 00:50:42 1998 Nick Clifton <nickc@cygnus.com>
4727 Geoff Noer <noer@cygnus.com>
4729 * Makefile.in: Various fixes for building cygwin32 native toolchains.
4731 * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
4732 * objc/Make-lang.in: Likewise.
4734 * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
4736 Sun Mar 22 00:21:46 1998 R. Ganesan <rganesan@novell.com>
4738 * configure.in: Handle with-PACKAGE=no correctly
4740 Fri Mar 20 17:36:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4742 * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
4743 c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
4744 caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
4745 dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
4746 expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
4747 integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
4748 prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
4749 reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
4750 rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
4751 tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
4754 * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
4755 c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
4756 caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
4757 dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
4758 expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
4759 integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
4760 prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
4761 reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
4762 rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
4763 stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
4764 xcoffout.c: Include system.h. Organize include ordering so
4765 that stdarg/varargs comes before other system headers. Remove
4766 spurious casts of functions assured of a prototype in system.h.
4768 Fri Mar 20 11:19:40 1998 Stan Cox <scox@equinox.cygnus.com>
4770 * reg-stack.c (pop_stack): Define. Pops any register on the
4771 regstack and adjusts regstack.
4772 (compare_for_stack_reg): Use pop_stack.
4774 Thu Mar 19 23:51:01 1998 Jeffrey A Law (law@cygnus.com)
4776 * configure.in (hppa1.0-hp-hpux10): Handle threads for this
4779 Thu Mar 19 20:30:31 1998 Philippe De Muyter <phdm@macqel.be>
4781 * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
4783 * fold-const.c (fold): Replace sign-extension of a zero extended
4784 value by a single zero extension.
4786 Thu Mar 19 00:58:07 1998 Jason Merrill <jason@yorick.cygnus.com>
4788 * except.c (init_eh): Do nothing.
4789 (save_eh_status): Call init_eh_for_function, not init_eh.
4790 * function.c (push_function_context_to): Don't call init_emit.
4792 Thu Mar 19 13:39:52 1998 Michael Meissner <meissner@cygnus.com>
4794 * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
4797 Thu Mar 19 10:10:36 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4799 * final.c (shorten_branches): Add parentheses around +/- in
4802 * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS.
4804 Thu Mar 19 09:15:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
4806 * regclass.c (memory_move_secondary_cost): Wrap uses of
4807 SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS
4810 Thu Mar 19 09:06:35 1998 Manfred Hollstein <manfred@s-direktnet.de>
4812 * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
4814 * flow.c (life_analysis): #include <sys/types.h> to make sure
4816 * cplus-dem.c (demangle_function_name): Likewise.
4818 Thu Mar 19 09:00:01 1998 Manfred Hollstein <manfred@s-direktnet.de>
4820 * final.c (insn_noperands): Change type to unsigned int.
4821 (final_scan_insn): Likewise for noperands;
4822 properly check operand number boundaries.
4824 Wed Mar 18 16:20:30 1998 Richard Henderson <rth@cygnus.com>
4826 * alpha.md (extzv): Don't reject register operands. Fix
4829 Wed Mar 18 16:14:23 1998 Richard Henderson <rth@cygnus.com>
4831 * dbxout.c (dbxout_function_end): Fix last change. The correct
4832 predicate is ASM_OUTPUT_SECTION_NAME.
4834 Wed Mar 18 12:43:20 1998 Jim Wilson <wilson@cygnus.com>
4836 * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
4837 (ashlsi): Use match_dup 1 instead of match_operand 2.
4839 Wed Mar 18 13:46:07 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4841 * fold-const.c (operand_equal_for_comparison_p): See if equal
4842 when nop conversions are removed.
4844 Wed Mar 18 13:42:01 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4846 * expr.c (expand_expr, case COND_EXPR): If have conditional move,
4847 don't use ORIGINAL_TARGET unless REG.
4849 Wed Mar 18 16:53:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4851 * netbsd.h (ASM_OUTPUT_ALIGN): Redefine.
4853 Wed Mar 18 12:43:20 1998 Jim Wilson <wilson@cygnus.com>
4855 * loop.c (struct movable): New field move_insn_first.
4856 (scan_loop): In consec sets code, set it. Clear it otherwise.
4857 (move_movables): In consec sets code, use it. Copy REG_NOTES from
4858 p to i1 only if i1 does not have REG_NOTES. Delete obsolete ifdefed
4861 Wed Mar 18 09:52:56 1998 Richard Henderson <rth@cygnus.com>
4863 * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
4864 is large, and the system doesn't provide atoll or atoq.
4867 * alpha/xm-vms.h (HAVE_ATOLL): Define.
4868 Reported by Klaus Kaempf <kkaempf@progis.de>.
4870 Wed Mar 18 09:56:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4872 * c-lang.c (finish_file): Wrap variable `void_list_node' with macro
4873 test !ASM_OUTPUT_CONSTRUCTOR || !ASM_OUTPUT_DESTRUCTOR.
4875 * calls.c (emit_call_1): Wrap variable `already_popped' with macro
4876 test !ACCUMULATE_OUTGOING_ARGS.
4878 * collect2.c (write_c_file_glob): Wrap function definition in
4879 macro test !LD_INIT_SWITCH.
4881 * combine.c (try_combine): Wrap variables `cc_use' and
4882 `compare_mode' in macro test EXTRA_CC_MODES.
4884 * cpplib.c (do_ident): Remove unused variable `len'.
4885 (skip_if_group): Remove unused variables `at_beg_of_line' and
4887 (cpp_get_token): Remove unused variable `dummy'.
4889 * dbxout.c (scope_labelno): Move static variable definition inside
4890 the one function scope where it is used.
4891 (dbxout_function_end): Wrap prototype and definition in
4892 macro test !NO_DBX_FUNCTION_END.
4894 * dwarf2out.c (add_subscript_info): Wrap variable `dimension_number'
4895 in macro test !MIPS_DEBUGGING_INFO.
4897 * expr.c (expand_builtin_setjmp): Move declaration of variable `i'
4898 into the scope where it is used. Wrap empty else-statement body
4901 * fix-header.c: Fix typo in comment.
4902 (inf_skip_spaces): Cast results of INF_UNGET to (void).
4903 (check_protection, main): Likewise.
4905 * flow.c (find_basic_blocks_1): Remove dangling comment text.
4907 * function.c (contains): Wrap prototype and definition in macro
4908 test HAVE_prologue || HAVE_epilogue.
4909 (fixup_var_refs_1): Remove unused variable `width'.
4911 * gen-protos.c (main): Remove unused variable `optr'.
4913 * haifa-sched.c (debug_control_flow): Remove unused variable `j'.
4915 * libgcc2.c (__udiv_w_sdiv): Provide dummy return value of 0.
4916 (__sjpopnthrow): Remove unused variable `jmpbuf'.
4917 (__throw): Remove unused variable `val'.
4919 * protoize.c: Check for a previously existing definition before
4920 defining *_OK macros.
4922 * scan-decls.c (scan_decls): Remove unused variable `old_written'.
4924 Tue Mar 17 00:45:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4926 * vax.h (ADDR_VEC_ALIGN): Define.
4928 Mon Mar 16 15:57:17 1998 Michael Meissner <meissner@cygnus.com>
4930 * gcc.c (default_arg): Don't wander off the end of allocated
4933 (From Geoffrey Keating <geoffk@ozemail.com.au>)
4934 * rs6000.c (small_data_operand): Ensure that any address
4935 referenced relative to the small data area is inside the SDA.
4937 Mon Mar 16 12:55:15 1998 Jim Wilson <wilson@cygnus.com>
4939 * config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
4941 Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
4943 * except.h (in_same_eh_region): New prototype.
4944 (free_insn_eh_region, init_insn_eh_region): New prototypes.
4945 * except.c (insn_eh_region, maximum_uid): New static variables.
4946 (set_insn_eh_region): New static function to set region numbers.
4947 (free_insn_eh_region): New function to free EH region table.
4948 (init_insn_eh_region): New function to initialize EH region table.
4949 (in_same_eh_region): New function used to determine if two rtl
4950 instructions are in the same exception region or not.
4951 * final.c (final): Initialize the table indicating which instructions
4952 belong in which exception region.
4953 * genpeep.c (main): Add "except.h" to include file list in generated
4955 * config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
4956 peepholes involving calls and unconditional branches.
4958 Mon Mar 16 11:16:50 1998 Jim Wilson <wilson@cygnus.com>
4960 * README.gnat: New file.
4962 Mon Mar 16 11:14:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4964 * config/m68k/m68k.c: Include <stdlib.h> for atoi. Include
4965 "recog.h" for offsettable_memref_p.
4966 (legitimize_pic_address): Remove unused variable `offset'.
4967 (notice_update_cc): Change return type to void. Add default label
4969 (standard_68881_constant_p): Remove unused variable mode.
4970 (print_operand): Define local variable i only if SUPPORT_SUN_FPA.
4971 (const_int_cost): Explicitly declare as returning int.
4972 (output_dbcc_and_branch): Change return type to void.
4974 * config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
4975 config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
4976 (...). Use GEN_INT instead of gen_rtx_CONST_INT.
4978 Sun Mar 15 22:30:44 PST 1998 Jeff Law (law@cygnus.com)
4980 * version.c: Bump for snapshot.
4982 Fri Mar 13 11:30:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4984 * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Fix logic in range
4985 check for 'M' constraint.
4987 Thu Mar 12 14:47:14 1998 Jim Wilson <wilson@cygnus.com>
4989 * cccp.c (create_definition): If pedantic, call pedwarn for macro
4992 Thu Mar 12 13:43:25 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4994 * i386.c (ix86_logical_operator): New function.
4995 (split_di): Ensure that when a MEM is split, the resulting MEMs have
4997 * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
5000 Thu Mar 12 15:13:16 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5001 Richard Earnshaw <rearnsha@arm.com>
5002 Nick Clifton <nickc@cygnus.com>
5004 * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
5006 * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
5008 * cse.c (rtx_cost): Provide a default case in an enumeration
5009 switch, and call DEFAULT_RTX_COSTS if it's defined.
5011 Thu Mar 12 10:02:38 1998 Manfred Hollstein <manfred@s-direktnet.de>
5013 * basic-block.h (compute_preds_succs): Change return type in
5015 * flow.c (compute_preds_succs): Likewise in function definition.
5017 * regmove.c (find_matches): Cast char used as array index to unsigned char
5020 Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de>
5022 * i386.h (RTX_COSTS): Insert braces around nested if.
5023 (ADDITIONAL_REGISTER_NAMES): Insert braces around structured
5026 * gcc.c (default_compilers): Properly put brackets around array elements in
5029 * getopt.c (_getopt_internal): Add explicit braces around nested if;
5032 * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
5033 (record_reg_life_pat): Add explicit parens around && and || in expression.
5034 (stack_reg_life_analysis): Add parens around assignment used as expression.
5035 (convert_regs): Likewise.
5037 Thu Mar 12 09:25:29 1998 Manfred Hollstein <manfred@s-direktnet.de>
5039 * bitmap.c (bitmap_element_allocate): Remove unused parameter;
5040 change callers accordingly.
5042 * cplus-dem.c (arm_special): Remove unused parameter work in prototype
5043 and definition; change all callers accordingly.
5045 * except.c (init_eh): Avoid assignment of unused return value of
5046 build_pointer_type; cast it to void, instead, and remove unused
5049 * gcc.c (lang_specific_driver): Define prototype only #ifdef
5050 LANG_SPECIFIC_DRIVER.
5051 (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
5053 * genoutput.c (output_epilogue): Initialize next_name to 0.
5055 * real.c (efrexp): #if 0 prototype and function definition.
5056 (eremain): Likewise.
5063 * reload.c (push_secondary_reload): Define prototype only
5064 #ifdef HAVE_SECONDARY_RELOADS.
5066 * varasm.c (assemble_static_space): Define rounded only
5067 #ifndef ASM_OUTPUT_ALIGNED_LOCAL.
5069 Thu Mar 12 09:11:35 1998 Manfred Hollstein <manfred@s-direktnet.de>
5071 * i386.md (andsi): Add default case in enumeration switch.
5076 Thu Mar 12 08:37:02 1998 Manfred Hollstein <manfred@s-direktnet.de>
5078 * c-decl (finish_struct): Change type of min_align to unsigned.
5080 * cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
5081 remove unused variable len.
5083 * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
5084 comment indicating this is proper behaviour.
5085 (reg_loc_descriptor): Remove redundant comparison of unsigned variable
5087 (based_loc_descr): Likewise.
5089 * enquire.c (bitpattern): Change type of variable i to unsigned.
5091 * final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
5093 * flow.c (life_analysis): Change type of variable i to size_t;
5094 remove unused variable insn.
5096 * gcc.c (translate_options): Change type of variables optlen, arglen and
5098 (input_filename_length): Change type to size_t.
5099 (do_spec_1): Change type of variable bufsize to size_t.
5100 (main): Change type of variables i and j to size_t;
5101 remove subblock local definition of variable i.
5102 (lookup_compiler): Change type of second argument to size_t;
5103 change type of variable i to size_t.
5105 * genemit.c (output_init_mov_optab): Change type of variable i to size_t.
5107 * genopinit.c (get_insn): Change type of variable pindex to size_t.
5109 * genrecog.c (add_to_sequence): Change type of variable i to size_t.
5111 * global.c (global_alloc): Change type of variable i to size_t.
5113 * regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
5115 * stmt.c (expand_end_bindings): Change type of variable i to size_t.
5116 (expand_end_case): Change type of variable count to size_t.
5118 * toplev.c (main): Change type of variable j to size_t.
5119 (set_target_switch): Change type of variable j to size_t.
5120 (print_switch_values): Change type of variable j to size_t;
5121 remove unused variable flags.
5123 * varasm.c (assemble_variable): Change type of variable align to size_t.
5124 (const_hash_rtx): Change type of variable i to size_t.
5126 1998-03-11 Mark Mitchell <mmitchell@usa.net>
5128 * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a
5129 TREE_VEC if that's what it really is.
5131 Wed Mar 11 15:16:01 1998 Michael Meissner <meissner@cygnus.com>
5133 * {haifa-,}sched.c (rank_for_schedule): Only take void * arguments
5136 Wed Mar 11 12:05:20 1998 Teemu Torma <tot@trema.com>
5138 * gthr.h: Changed the comment about return values.
5139 * gthr-solaris.h (__gthread_once): Do not use errno; return the
5140 error number instead of -1.
5141 (__gthread_key_create): Any non-zero return value is an error.
5142 * libgcc2.c (eh_context_initialize): Check for non-zero return
5143 value from __gthread_once.
5144 Check that the value of get_eh_context was really changed.
5146 Wed Mar 11 18:26:25 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5148 * sh.h (LOOP_ALIGN): Only align when optimizing.
5149 * sh.c (find_barrier): Clear inc for CODE_LABELs.
5150 When not optimizing, calculate alignment for BARRIERs directly.
5152 Wed Mar 11 15:07:18 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5154 * final.c (shorten_branches): Remove conditionalizing on
5155 SHORTEN_WITH_ADJUST_INSN_LENGTH
5156 * sh.h, pa.h (SHORTEN_WITH_ADJUST_INSN_LENGTH): Remove.
5158 Wed Mar 11 02:37:41 1998 Jeffrey A Law (law@cygnus.com)
5160 * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing
5161 an unconditional jump around deleted blocks.
5163 Mon Mar 9 12:02:23 1998 Jim Wilson <wilson@cygnus.com>
5165 * profile.c (branch_prob): If see computed goto, call fatal instead of
5168 * config/mips/sni-svr4.h (CPP_PREDEFINE): Add -DSNI and -Dsinix.
5170 * configure.in (alpha-dec-osf): Add default case for osf* to switch.
5171 Patch from Bruno Haible.
5173 * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
5174 (assign_parms): Set aggregate if hide_last_arg and last_named.
5176 Mon Mar 9 19:57:56 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5178 * final.c (shorten_branches): Initialize insn_addresses.
5180 Mon Mar 9 14:10:23 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5182 * sh.h (MUST_PASS_IN_STACK): Define.
5184 Sun Mar 8 13:01:56 1998 Jeffrey A Law (law@cygnus.com)
5186 * final.c (shorten_branches): Fix minor logic error in
5187 ADDR_DIFF_VEC shortening support.
5189 Sun Mar 8 02:17:42 PST 1998 Jeff Law (law@cygnus.com)
5191 * version.c: Bump for snapshot.
5193 Sat Mar 7 00:54:15 1998 Jeffrey A Law (law@cygnus.com)
5195 * haifa-sched.c (is_cfg_nonregular): Change return type to
5196 an int. No longer compute "estimated" number of edges. Use
5197 computed_jump_p instead of duplicating the code. Fixup/add
5199 (build_control_flow): Returns a value indicating an irregularity
5200 in the cfg was detected. Count the number of edges in the cfg.
5201 allocate various edge tables.
5202 (find_rgns): No longer look for unreachable blocks.
5203 (schedule_insns): Do not allocate memory for edge tables here.
5204 Free memory for edge tables before returning. Do not perform
5205 cross block scheduling if build_control_flow returns nonzero.
5206 * flow.c (compute_preds_succs): More accurately determine when
5209 * basic-block.h (free_basic_block_vargs): Provide prototype.
5211 * cccp.c (main): Fix dumb mistakes in last change.
5213 Fri Mar 6 21:28:45 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5215 * rtl.h (addr_diff_vec_flags): New typedef.
5216 (union rtunion_def): New member rt_addr_diff_vec_flags.
5217 (ADDR_DIFF_VEC_FLAGS): New macro.
5219 * sh.c (output_branch): Fix offset overflow problems.
5221 * final.c (shorten_branches): Implement CASE_VECTOR_SHORTEN_MODE.
5222 (final_scan_insn): New argument BODY for ASM_OUTPUT_ADDR_DIFF_ELT.
5223 * rtl.def (ADDR_DIFF_VEC): Three new fields (min, max and flags).
5224 * stmt.c (expand_end_case): Supply new arguments to
5225 gen_rtx_ADDR_DIFF_VEC.
5226 * 1750a.h (ASM_OUTPUT_ADDR_DIFF_ELT): New argument BODY.
5227 * alpha.h, arc.h, clipper.h, convex.h : Likewise.
5228 * dsp16xx.h, elxsi.h, fx80.h, gmicro.h, h8300.h : Likewise.
5229 * i370.h, i386.h, i860.h, i960.h, m32r.h, m68k.h, m88k.h : Likewise.
5230 * mips.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pyr.h : Likewise.
5231 * rs6000.h, sh.h, sparc.h, spur.h, tahoe.h, v850.h : Likewise.
5232 * vax.h, we32k.h, alpha/vms.h, arm/aof.h, arm/aout.h : Likewise.
5233 * i386/386bsd.h, i386/freebsd-elf.h : Likewise.
5234 * i386/freebsd.h, i386/linux.h : Likewise.
5235 * i386/netbsd.h, i386/osfrose.h, i386/ptx4-i.h, i386/sco5.h : Likewise.
5236 * i386/sysv4.h, m68k/3b1.h, m68k/dpx2.h, m68k/hp320.h : Likewise.
5237 * m68k/mot3300.h, m68k/sgs.h : Likewise.
5238 * m68k/tower-as.h, ns32k/encore.h, sparc/pbd.h : Likewise.
5239 * sh.h (INSN_ALIGN, INSN_LENGTH_ALIGNMENT): Define.
5240 (CASE_VECTOR_SHORTEN_MODE): Define.
5241 (short_cbranch_p, align_length, addr_diff_vec_adjust): Don't declare.
5242 (med_branch_p, braf_branch_p): Don't declare.
5243 (mdep_reorg_phase, barrier_align): Declare.
5244 (ADJUST_INSN_LENGTH): Remove alignment handling.
5245 * sh.c (uid_align, uid_align_max): Deleted.
5246 (max_uid_before_fixup_addr_diff_vecs, branch_offset): Deleted.
5247 (short_cbranch_p, med_branch_p, braf_branch_p, align_length): Deleted.
5248 (cache_align_p, fixup_aligns, addr_diff_vec_adjust): Deleted.
5249 (output_far_jump): Don't use braf_branch_p.
5250 (output_branchy_insn): Don't use branch_offset.
5251 (find_barrier): Remove checks for max_uid_before_fixup_addr_diff_vecs.
5252 Remove paired barrier stuff.
5253 Don't use cache_align_p.
5254 Take alignment insns into account.
5255 (fixup_addr_diff_vecs): Reduce to only fixing up the base label of
5257 (barrier_align, branch_dest): New function.
5258 (machine_dependent_reorg, split_branches): Remove infrastructure
5259 for branch shortening that is now provided in the backend.
5260 * sh.md (short_cbranch_p, med_branch_p, med_cbranch_p): New attributes.
5261 (braf_branch_p, braf_cbranch_p): Likewise.
5262 (attribute length): Use new attributes.
5263 (casesi_worker): Get mode and unsignednedd from ADDR_DIFF_VEC.
5264 (addr_diff_vec_adjust): Delete.
5265 (align_2): Now a define_expand.
5266 (align_log): Now length 0.
5268 Fri Mar 6 14:41:33 1998 Michael Meissner <meissner@cygnus.com>
5270 * m32r.md (right): Correctly check for length == 2, not 1.
5272 Fri Mar 6 14:00:04 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5274 * mips/mips.h: Prototype `machine_dependent_reorg'.
5275 (ASM_OUTPUT_ALIGN): Remove unused variable `mask'.
5277 Fri Mar 6 11:43:35 1998 Joern Rennecke (amylaar@cygnus.co.uk)
5279 * final.c (shorten_branches): Restore accidentally removed code.
5281 Fri Mar 6 11:00:49 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5283 * configure.in: Remove duplicate uses of AC_PROG_CC and
5286 Fri Mar 6 00:59:30 1998 Richard Henderson <rth@cygnus.com>
5288 * configure.in (target_cpu_default2): Correct typo for alphapca56.
5290 Thu Mar 5 23:24:50 1998 Jeffrey A Law (law@cygnus.com)
5291 Doug Evans (devans@cygnus.com)
5293 * haifa-sched.c (build_jmp_edges): Delete dead function.
5294 (build_control_flow): Use cfg routines from flow.c
5295 (schedule_insns): Remove debugging code accidentally checked
5298 * basic-block.h: Add external integer list structures, typdefs,
5299 accessor macros and function declarations. Simlarly for
5300 basic block pred/succ support and simple bitmap stuff.
5301 * flow.c: Add functions for integer list, basic block pred/succ
5302 support and simple bitmap support.
5303 (compute_dominators): New function to compute dominators and
5305 (find_basic_blocks): Split into two functions.
5306 (life_analysis): Likewise.
5307 (flow_analysis): Removed. Now handled by calling find_basic_blocks,
5308 the life_analysis from toplev.c
5309 * toplev.c (rest_of_compilation): Call find_basic_blocks, then
5310 life_analysis instead of flow_analysis.
5312 Thu Mar 5 23:06:26 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5314 * jump.c (jump_optimize): Call mark_jump_label also for deleted
5316 (mark_jump_label): Don't increment ref counts for deleted insns.
5318 Thu Mar 5 09:55:15 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5320 * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
5322 * mips/mips.c: Include stdlib.h and unistd.h.
5323 (mips_asm_file_end): Add braces around empty body in an if-statement.
5324 (function_prologue): Wrap variable `fnname' in
5325 !FUNCTION_NAME_ALREADY_DECLARED. Correct format specifier in fprintf.
5326 (mips_select_rtx_section, mips_select_section): Declare as void.
5328 * mips/mips.h: Add prototypes for extern functions in mips.c.
5329 (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
5330 (ENCODE_SECTION_INFO): Add braces around empty body in an
5333 * mips/mips.md (movdi): Add parentheses around && within ||.
5334 (movsf, movdf): Likewise.
5335 (branch_zero, branch_zero_di): Add default case in
5339 Thu Mar 5 02:45:48 1998 Richard Henderson <rth@cygnus.com>
5341 * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
5342 real constants, since they can't be changed.
5343 (TARGET_AS_CAN_SUBTRACT_LABELS): New.
5344 * alpha/alpha.md (builtin_setjmp_receiver): Use it.
5345 * alpha/osf.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
5346 * alpha/osf2or3.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
5347 * alpha/vms.h (TARGET_OPEN_VMS): New.
5348 * alpha/win-nt.h (TARGET_WINDOWS_NT): New.
5350 Thu Mar 5 02:41:27 1998 Richard Henderson <rth@cygnus.com>
5352 * reload.c (find_reloads): Always force (subreg (mem)) to be
5353 reloaded if WORD_REGISTER_OPERATIONS.
5355 Thu Mar 5 02:14:44 1998 Richard Henderson <rth@cygnus.com>
5357 * haifa-sched.c (free_list): Rename from free_pnd_lst.
5358 (free_pending_lists): Rename free_pnd_lst uses.
5359 (remove_dependence): Place expunged element on unused_insn_list.
5360 (alloc_INSN_LIST, alloc_EXPR_LIST): New. Change all callers of
5361 gen_rtx_*_LIST and alloc_rtx to use them.
5362 (compute_block_backward_dependences): Free the reg_last_* lists.
5364 Thu Mar 5 00:05:40 1998 Jeffrey A Law (law@cygnus.com)
5366 * cccp.c (main): Avoid undefined behavior when setting pend_includes
5369 Wed Mar 4 21:58:25 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5371 * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if
5372 USE_GNULIBC_1 is defined
5373 * configure.in: add a new case powerpc-*-linux-gnulibc1 which
5374 includes the t-linux-gnulibc1 fragment
5376 Wed Mar 4 12:11:36 1998 Jim Wilson <wilson@cygnus.com>
5378 * mips.md (movdf_internal1a): Fix misplaced parenthesis in condition.
5380 Wed Mar 4 18:47:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5382 * final.c (final_scan_insn, case CODE_LABEL: Cleanup.
5384 Wed Mar 4 15:51:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5386 * final.c (shorten_branches): Tag the loop alignment onto the
5387 first label after NOTE_INSN_LOOP_BEG even if there is an
5390 Tue Mar 3 21:48:35 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5392 * final.c (insn_current_reference_address):
5393 Use SEQ instead of BRANCH as argument to align_fuzz, to get a
5394 proper alignment chain.
5396 * final.c (max_labelno): New static variable.
5397 (final_scan_insn): Check max_labelno before outputting an
5398 alignment for a label.
5399 (shorten_branches): Remove unused variable length_align.
5401 Tue Mar 3 14:27:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5403 * sparc.c (ultrasparc_adjust_cost): Add default case in
5406 * sparc.h: Add prototypes for extern functions defined in
5409 Tue Mar 3 10:00:11 1998 Nick Clifton <nickc@cygnus.com>
5411 * toplev.c: Only generate <name>.dbr file when dumping RTL if
5412 DEALY_SLOTS is defined.
5414 Tue Mar 3 07:36:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5416 * reorg.c (fill_eager_delay_slots): Add new argument delay_list
5417 in call to fill_slots_from_thread.
5419 Mon Mar 2 13:45:03 1998 Richard Henderson <rth@cygnus.com>
5421 * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
5422 to SUB_CPP_PREDEFINES. Reported by asun@saul4.u.washington.edu.
5424 Mon Mar 2 22:59:28 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5426 * final.c (insn_last_address, insn_current_align, uid_align):
5428 (in_align_chain, align_fuzz, align_shrink_fuzz): New functions.
5429 (insn_current_reference_address): Likewise.
5430 (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
5431 LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
5432 (label_to_alignment): New function.
5433 * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
5434 LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
5435 insn_current_reference_address instead of insn_current_address.
5436 (or_attr_value, write_length_unit_log): New functions.
5437 (main): Call write_length_unit_log.
5438 (write_const_num_delay_slots): Output extra '\n'.
5439 * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
5441 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
5442 * i386.h, i386/osfrose.h, i386/svr3dbx.h, m68k.h, sparc.h: Likewise.
5443 * arc.h, m32r.h (ASM_OUTPUT_LOOP_ALIGN): replace with:
5445 * i960.h, m88k.h: (ASM_OUTPUT_ALIGN_CODE): Replace with:
5446 (LABEL_ALIGN_AFTER_BARRIER).
5447 * ns32k/encore.h, ns32k/merlin.h, ns32k.h, ns32k/sequent.h: Likewise.
5448 * ns32k/tek6000.h: Likewise.
5449 * i386/gas.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Delete.
5450 * i386.md (casesi+1): Use ASM_OUTPUT_ALIGN instead of
5451 ASM_OUTPUT_ALIGN_CODE.
5453 Mon Mar 2 01:05:50 PST 1998 Jeff Law (law@cygnus.com)
5455 * version.c: Bump for snapshot.
5457 Mon Mar 2 00:52:18 PST 1998 Jeff Law (law@cygnus.com)
5459 * version.c: Bump for snapshot.
5461 Sun Mar 1 18:25:49 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
5463 * reorg.c (fill_slots_from_thread): Don't steal delay list from target
5464 if condition code of jump conflicts with opposite_needed.
5466 * reorg.c (fill_slots_from_thread): Mark resources referenced in
5467 opposite_needed thread. Return delay_list even when cannot get
5468 any more delay insns from end of subroutine.
5470 Sun Mar 1 18:26:21 1998 Ken Rose (rose@acm.org)
5472 * reorg.c (fill_slots_from_thread): New parameter, delay_list.
5473 All callers changed.
5475 Sun Mar 1 18:25:37 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5477 * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
5478 end_fde_sort): New functions for fast sorting of an FDE array.
5479 (fde_insert): Simplified.
5480 (add_fdes): Change argument list.
5481 (frame_init): Use the new functions.
5483 Sun Mar 1 18:06:21 1998 Jeffrey A Law (law@cygnus.com)
5485 * ginclude/va-ppc.h (va_arg): Fix typo in long long support.
5487 * i386.c (reg_mentioned_in_mem): Fix dangling else statement.
5489 * fold-const.c (fold_range_test): Always return a value.
5491 Sun Mar 1 17:57:34 1998 Mumit Khan <khan@xraylith.wisc.edu>
5493 * config/i386/winnt.c (i386_pe_unique_section): Put read-only
5494 data in the text section unless READONLY_DATA_SECTION is defined.
5496 Sun Mar 1 17:48:46 1998 Jeffrey A Law (law@cygnus.com)
5498 * c-parse.in (undeclared variable error): Tweak error message to
5501 Sun Mar 1 10:22:36 PST 1998 Jeff Law (law@cygnus.com)
5503 * version.c: Bump for snapshot.
5505 1998-02-28 Mark Mitchell <mmitchell@usa.net>
5507 * final.c (final_scan_insn): Undo overzealous removal of `set'.
5509 Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5511 * pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated
5512 case, add parentheses to specify the proper order of precedence in
5516 * c-aux-info.c: Include string.h/strings.h.
5518 * pa.c: Include stdlib.h.
5519 (pa_combine_instructions): Prototype the function.
5520 (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
5521 (reloc_needed): Add default case for enumeration switch.
5522 (remove_useless_addtr_insns): Remove unused variable `all'.
5523 (hppa_expand_prologue): Add explicit braces to avoid
5525 (output_function_epilogue): Remove unused variable `i'.
5526 (output_millicode_call): Remove unused variable `link'.
5527 (shadd_constant_p, forward_branch_p): Make the function static.
5528 (following_call): Explicitly declare to return int.
5529 (pa_reorg): Declare as void.
5530 (pa_combine_instructions): Declare as static void. Add
5531 parentheses around && within ||.
5533 * pa.h: Add prototypes for pa_reorg, symbolic_operand,
5534 following_call, function_label_operand, lhs_lshift_cint_operand
5537 * pa.md: Add parentheses around && within ||.
5539 * cppalloc.c: Include stdlib.h.
5541 * cpperror.c (cpp_print_containing_files): Remove unused variable
5542 `i'. Fix format specifier in fprintf.
5544 * cse.c (cse_around_loop): Add explicit braces to avoid
5546 (delete_dead_from_cse): Wrap variable `tem' in macro HAVE_cc0.
5548 * expr.c (expand_expr): Add parentheses around && within ||.
5550 * final.c (app_enable): Replace fprintf with fputs where there are
5551 no format specifiers and no trailing argument after the string.
5552 Eg, when printing ASM_APP_ON/ASM_APP_OFF.
5553 (app_disable): Likewise.
5554 (final_end_function): Likewise.
5555 (final_scan_insn): Likewise. Remove unused variable `set'.
5556 (profile_function): Wrap empty if-statement body in {} brackets.
5558 * function.c: Include stdlib.h.
5559 (pad_below): Wrap prototype and definition in ARGS_GROW_DOWNWARD.
5560 (reposition_prologue_and_epilogue_notes): Add parentheses
5561 around assignment used as truth value.
5563 * integrate.c (expand_inline_function): Wrap variable
5564 `cc0_insn' in macro HAVE_cc0.
5566 * jump.c (jump_optimize): Wrap variable `q' in macro
5567 HAVE_cc0. Remove unused variable `prev1'.
5569 * libgcc2.c (__bb_exit_trace_func): Add parentheses around &&
5570 within ||. Fix format specifier in fprintf.
5571 (__bb_init_prg): Add parentheses around assignment used as
5574 * local-alloc.c: Include stdlib.h.
5575 (requires_inout): Add parentheses around assignment used
5578 * loop.c (analyze_loop_iterations): Wrap prototype and definition
5579 in macro HAVE_decrement_and_branch_on_count.
5580 (insert_bct, instrument_loop_bct): Likewise.
5581 (move_movables): Add parentheses around assignment used as
5583 (consec_sets_invariant_p): Likewise.
5584 (maybe_eliminate_biv_1): Wrap variable `new' in macro HAVE_cc0.
5586 * objc/objc-act.c: Include stdlib.h.
5587 (lookup_method_in_protocol_list): Wrap empty else-statement body
5589 (lookup_protocol_in_reflist): Likewise.
5590 (objc_add_static_instance): Remove unused variables `decl_expr'
5592 (get_objc_string_decl): Remove unused variable `decl'.
5593 (generate_static_references): Remove unused variables `idecl' and
5595 (check_protocols): Wrap empty else-statement body in braces.
5597 * protoize.c: Include stdlib.h.
5598 (substr): Add parentheses around assignment used as truth value.
5599 (abspath): Likewise.
5600 (shortpath): Likewise.
5602 * regmove.c (fixup_match_1): Add parentheses around assignment
5603 used as truth value.
5605 * reload.c (push_secondary_reload): Remove unused variable `i'.
5606 (find_reloads): Add parentheses around assignment used as truth
5609 * reload1.c: Include stdlib.h.
5611 * rtl.h: Correct typo in prototype of offsettable_memref_p.
5613 * stmt.c (add_case_node): Add parentheses around assignment used
5615 (case_tree2list): Likewise.
5617 * tree.c (valid_machine_attribute): Wrap variable `decl_attr_list'
5618 in macro VALID_MACHINE_DECL_ATTRIBUTE. Wrap variable
5619 `type_attr_list' in macro VALID_MACHINE_TYPE_ATTRIBUTE.
5620 (merge_attributes): Add explicit braces to avoid ambiguous
5623 * unroll.c (copy_loop_body): Wrap variable `cc0_insn' in
5626 * varasm.c: Include stdlib.h.
5629 * system.h: Remove sys/stat.h.
5630 * gcc.c: Add sys/stat.h.
5632 * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.
5633 * genattrtab.c: Likewise.
5634 * genconfig.c: Likewise.
5635 * genemit.c: Likewise.
5636 * genextract.c: Likewise.
5637 * genflags.c: Likewise.
5638 * genopinit.c: Likewise.
5639 * genoutput.c: Likewise.
5640 * genpeep.c: Likewise.
5641 * genrecog.c: Likewise.
5642 * tlink.c: Likewise. Also wrap `getenv' in NEED_DECLARATION_GETENV.
5644 Fri Feb 27 11:02:47 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5646 * invoke.texi: Use @itemx for a secondary item in a @table.
5648 * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE
5651 Thu Feb 26 00:13:21 1998 Ian Lance Taylor <ian@cygnus.com>
5653 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
5655 Wed Feb 25 23:40:54 1998 Jeffrey A Law (law@cygnus.com)
5657 * i386.c (struct machine_function): Add new fields for PIC stuff.
5658 (save_386_machine_status): Fix argument to xmalloc. Save pic_label_rtx
5660 (restore_386_machine_status): Corresponding changes.
5661 (clear_386_stack_locals): Also clear pic_label_rtx and pic_label_name.
5663 Wed Feb 25 01:31:40 1998 Jeffrey A Law (law@cygnus.com)
5665 * c-parse.y (undeclared variable error): Tweak error message
5668 Tue Feb 24 23:54:07 1998 Richard Henderson <rth@cygnus.com>
5670 * flags.h (g_switch_value, g_switch_set): Declare.
5671 * alpha.c (override_options): Set g_switch_value=8 if not set.
5672 * alpha/elf.h (CC1_SPEC): New.
5674 (LINK_SPEC): Pass along the -G value we were given.
5675 (LOCAL_ASM_OP): Remove.
5676 (ASM_OUTPUT_ALIGNED_LOCAL): Output to .bss or .sbss by size.
5677 (MAX_OFILE_ALIGNMENT): New.
5678 (BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP): New.
5679 (EXTRA_SECTIONS): Add sbss and sdata.
5680 (SECTION_FUNCTION_TEMPLATE): New.
5681 (EXTRA_SECTION_FUNCTIONS): Use it.
5682 (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
5683 (SELECT_SECTION): Use sdata when small enough.
5684 * alpha/linux.h (ASM_SPEC): Remove.
5687 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5688 * config.sub (sco5): Fix typo.
5690 Mon Feb 23 18:19:31 1998 Manfred Hollstein <manfred@s-direktnet.de>
5692 * config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
5694 * config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
5695 * config/alpha/t-linux: Remove file.
5696 * config/sparc/t-linux: Remove file.
5697 * config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
5698 * config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
5699 * configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
5701 (alpha*-*-linux-gnu*): Likewise.
5702 (sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
5703 (sparc-*-linux-gnu*): Likewise.
5705 Mon Feb 23 10:47:39 1998 Robert Lipe <robertl@dgii.com>
5706 * collect2.c (ldd_file_name): Bracket declaration with same
5708 (full_real_ld_suffix): Deleted. Variable was calloced and
5709 written into, but never read.
5711 1998-02-23 Mike Stump <mrs@wrs.com>
5713 * configure.in: Add support for i386-wrs-vxworks configuration.
5714 * i386/vxi386.h: New file.
5716 Sun Feb 22 21:16:51 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5718 * tree.c (contains_placeholder_p): Ensure function always returns
5720 * sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
5721 (movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
5723 Sun Feb 22 20:58:19 1998 Jeffrey A Law (law@cygnus.com)
5725 * vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
5727 1998-02-22 Paul Eggert <eggert@twinsun.com>
5729 * config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
5730 Define this new symbol.
5731 (DWARF2_DEBUGGING_INFO, DWARF_DEBUGGING_INFO): Do not #undef.
5732 * toplev.c (main): Do not default to DWARF2_DEBUG with -ggdb if
5733 LINKER_DOES_NOT_WORK_WITH_DWARF2 is defined.
5735 Sun Feb 22 20:07:32 1998 Jim Wilson <wilson@cygnus.com>
5737 * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
5738 * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
5740 Sun Feb 22 15:29:48 1998 Richard Henderson <rth@cygnus.com>
5742 * objc/Object.m (-error): Call objc_verror with our va_list.
5744 Sun Feb 22 09:45:39 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5746 * collect2.c (scan_prog_file): Completely cover uses of variable
5747 `exports' with macro COLLECT_EXPORT_LIST.
5749 Sat Feb 21 20:36:23 1998 Jeff Law (law@cygnus.com)
5751 * version.c: Bump for snapshot.
5753 Fri Feb 20 16:22:13 1998 Michael Meissner <meissner@cygnus.com>
5755 * sched.c (schedule_block): Remove code to get arguments from hard
5756 regs into pseudos early. Same as Aug 25, 1997 change to
5759 1998-02-20 Jason Merrill <jason@yorick.cygnus.com>
5761 * collect2.c (main): Still handle !do_collecting for non-AIX targets.
5763 1998-02-16 Mark Mitchell <mmitchell@usa.net>
5765 * toplev.c (rest_of_compilation): Do not defer the output of a
5768 Fri Feb 20 10:39:47 1998 Michael Tiemann <michael@impact.tiemann.org>
5770 * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
5771 continuation character (line 243).
5773 Fri Feb 20 12:10:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5775 * genrecog.c (main): Remove duplicated sentence in emitted comment.
5777 Thu Feb 19 22:36:53 1998 Andrey Slepuhin <pooh@msu.net>
5778 David Edelsohn <edelsohn@mhpcc.edu>
5780 * collect2.c (XCOFF_SCAN_LIBS): Remove.
5781 (export_flag): New variable.
5782 (export_file): #ifdef COLLECT_EXPORT_LIST.
5783 (import_file, exports, imports, undefined): New variables.
5784 (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
5785 (dump_list, dump_prefix_list, is_in_list): New functions.
5786 (write_export_file): $ifdef COLLECT_EXPORT_LIST.
5787 (write_import_file, resolve_lib_name): New functions.
5788 (use_import_list, ignore_library): Same.
5789 (collect_exit): maybe_unlink import_file and #ifdef.
5791 (main): New variable importf, #ifdef exportf. Move parsing of
5792 -shared before general argument parsing. Resolve AIX library
5793 paths and import libgcc.a symbols. Treat .so shared libraries the
5794 same as objects and .a libraries. Create alias for object_lst and
5795 increment it instead of original pointer. Scan AIX libraries as
5796 objects earlier instead of using scan_libraries. Perform AIX
5797 tlink later to resolve templates instead of forking ld.
5798 (GCC_OK_SYMBOL): Ensure symbol not in undef section.
5799 (GCC_UNDEF_SYMBOL): New macro.
5800 (scan_prog_file): Loop for members of AIX libraries. Handle
5801 export/import of ctors/dtors.
5802 (aix_std_libs): New variable.
5803 (scan_libraries, XCOFF): Delete.
5805 Thu Feb 19 22:36:52 1998 Robert Lipe <robertl@dgii.com>
5807 * collect2.c (full_real_ld_suffix): #ifdef CROSS_COMPILE.
5809 1998-02-19 Mike Stump <mrs@wrs.com>
5811 * Makefile.in: Use $tooldir for sys-include to match toplevel
5814 Thu Feb 19 01:32:37 1998 Jeffrey A Law (law@cygnus.com)
5815 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5817 * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
5819 * emit-rtl.c (hard-reg-set.h): Include.
5820 (get_lowpart_common): Don't make new REG for hard reg in a
5821 class that cannot change size.
5822 * Makefile.in (emit-rtl.o): Depend on hard-reg-set.h.
5824 * combine.c: Revert previous patch.
5826 1998-02-19 Paul Eggert <eggert@twinsun.com>
5828 * config/sparc/sol2-sld.h: New file.
5829 * configure.in (sparc-*-solaris2*): Use it when using the
5832 Thu Feb 19 00:46:59 1998 Jeffrey A Law (law@cygnus.com)
5834 * loop.c (force_movables): Fix typo.
5836 Thu Feb 19 08:26:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
5838 * m88k.h: Change file pattern to match reality.
5840 Wed Feb 18 23:19:52 1998 Jeffrey A Law (law@cygnus.com)
5842 * varasm.c (output_constant_pool): Fix dumb thinko in last
5845 * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
5846 a function name to a section name.
5848 1998-02-18 Doug Evans <devans@cygnus.com>
5850 * tree.h (merge_machine_{type,decl}_attributes): Declare.
5851 (split_specs_attrs, strip_attrs): Add prototypes.
5852 * tree.c (merge_machine_{type,decl}_attributes): New functions.
5853 * c-decl.c (duplicate_decls): Call merge_machine_decl_attributes.
5854 Update olddecl's attributes too.
5855 * c-common.c (strip_attrs): New function.
5856 * c-typeck.c (common_type): Call merge_machine_type_attributes.
5857 * varasm.c (make_function_rtl): New target macro REDO_SECTION_INFO_P.
5858 (make_decl_rtl): Likewise.
5860 1998-02-18 Jim Wilson <wilson@cygnus.com>
5862 * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
5864 Wed Feb 18 09:09:50 1998 Jeffrey A Law (law@cygnus.com)
5866 Remove this change until we can fix it correctly.
5867 * collect2.c: Bracket declaration of 'exportf' and
5868 'full_real_ld_suffix'.
5870 Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
5872 * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
5874 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
5876 * c-common.c (c_expand_start_cond, c_expand_end_cond,
5877 c_expand_start_else): Don't warn about non-ambiguous else even if
5880 Tue Feb 17 23:56:50 1998 Robert Lipe <robertl@dgii.com>
5882 * sco5.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
5883 ASM_OUTPUT_LONG_DOUBLE): Delete. Use the ones from i386.h
5886 Tue Feb 17 22:56:14 1998 Richard Henderson <rth@cygnus.com>
5888 * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when
5889 simplifying a subreg of a hard reg.
5890 (expand_compound_operation): Likewise.
5891 (force_to_mode): Likewise.
5893 Tue Feb 17 22:37:22 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5895 * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
5896 (lshift_double): Add parentheses around + or - inside shift.
5897 (rshift_double): Likewise.
5898 (size_int_wide): Explicitly set type of `bit_p' to `int'.
5900 * Makefile.in (fold-const.o): Depend on system.h.
5902 * Makefile.in (gcc.o): Depend on system.h, in accordance with last
5905 * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
5906 (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
5907 (sched_note_set): Remove unused parameter `b', all callers changed.
5908 (schedule_block): Likewise for `rgn'.
5909 (split_hard_reg_notes): Likewise for `orig_insn'.
5910 (check_live): Likewise for `trg'.
5911 (update_live): Likewise.
5912 (check_live_1): Explcitly declare variable `i' as int.
5913 (update_live_1): Likewise.
5914 (insn_issue_delay): Remove unused variable `link'.
5915 (sched_analyze_2): Add default case in enumeration switch.
5916 (schedule_insns): Remove unused variable `i'.
5918 * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
5920 Tue Feb 17 22:31:04 1998 Jeffrey A Law (law@cygnus.com)
5922 * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
5923 a dangling else clause.
5925 Tue Feb 17 21:28:12 1998 Gavin Koch <gavin@cygnus.com>
5927 * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
5928 pointer for the stack pointer in MIPS16 and 64BIT.
5930 Tue Feb 17 21:17:30 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
5932 * rtl.h (force_line_numbers, restore_line_number_status): Declare.
5933 * emit-rtl.c (force_line_numbers, restore_line_number_status):
5935 * stmt.c (struct nesting): Replace seenlabel with line_number_status.
5936 (expand_start_case): Adjust to this change.
5937 (check_seenlabel): New function.
5938 (pushcase, pushcase_range, expand_endcase): Use it.
5940 Tue Feb 17 10:14:32 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5942 * i386.md (adddi3): Add =!r,0,0,X alternative.
5944 Mon Feb 16 16:13:43 1998 David Edelsohn <edelsohn@mhpcc.edu>
5946 * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
5947 * x-aix31 (INSTALL): Delete.
5949 Mon Feb 16 09:24:32 1998 Gavin Koch <gavin@cygnus.com>
5951 * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
5952 tsize changes to something other than zero.
5954 Mon Feb 16 09:11:48 1998 Gavin Koch <gavin@cygnus.com>
5956 * ginclude/va-mips.h: Replace casts of pointers to int with
5957 casts of pointers to __PTRDIFF_TYPE__.
5959 Mon Feb 16 08:17:14 1998 John Carr <jfc@mit.edu>
5961 * loop.c (strength_reduce, record_biv, record_giv): Use
5962 HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
5964 1998-02-16 Jason Merrill <jason@yorick.cygnus.com>
5966 * tree.c (first_rtl_op): New fn.
5967 (unsave_expr_now): Use it.
5968 * print-tree.c (print_node): Likewise.
5969 * tree.c (has_cleanups): New fn.
5970 * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it. Be more
5971 conservative about pushing the cleanup point down.
5972 * tree.h: Declare them.
5974 Sun Feb 15 23:28:44 1998 Jeffrey A Law (law@cygnus.com)
5976 * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
5977 (flag_schedule_reverse_after_reload): Likewise.
5978 (f_options): Remove reverse scheduling support.
5979 * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
5980 (flag_schedule_reverse_after_reload): Likewise.
5981 * haifa-sched.c (rank_for_schedule): Remove support for reverse
5984 Sun Feb 15 21:33:55 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5986 * gcc.c: Get system includes, prototypes and macros via "system.h"
5987 instead of doing it manually. Change all calls of the ctype
5988 macros to custom versions defined in "system.h".
5990 * system.h: Fix return type of bcmp prototype from `void' to `int'.
5991 Make bcopy, bcmp and bzero prototypes explicitly `extern'.
5992 Add a prototype for getenv.
5994 Sun Feb 15 17:05:41 1998 Jim Wilson <wilson@cygnus.com>
5996 * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
5998 Sun Feb 15 15:23:15 1998 John Carr <jfc@mit.edu>
6000 * alias.c: Include <stdlib.h> and <string.h>.
6001 (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
6003 Sat Feb 14 11:23:09 PST 1998 Jeff Law (law@cygnus.com)
6005 * version.c: Bump for snapshot.
6007 Sat Feb 14 05:08:21 1998 Richard Earnshaw (rearnsha@arm.com)
6009 * arm.md (movsfcc): Also validate operands[3] when compiling hard
6011 (movdfcc): Only accept fpu_add_operand for operands[3].
6013 * arm/t-semi (STMP_FIXPROTO): Define to nothing.
6014 * arm/t-semiaof (STMP_FIXPROTO): Likewise.
6016 Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com)
6018 * varasm.c (output_constant_pool): Bring back 'done' label inside
6019 an appropriate #ifdef.
6021 * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an
6023 (bitmap_copy, bitmap_operation): Likewise.
6024 * combine.c (combinable_i3pat): Similarly for 'src'.
6025 * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
6026 (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
6027 * regclass.c (copy_cost): Similarly for 'secondary_class'.
6028 * reload.c (make_memloc): Simliarly for 'i'.
6029 (find_reloads_address_1): Similarly for 'link'.
6030 * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
6031 (emit_reload_insns): Similarly for 'second_reloadreg'.
6032 * unroll.c (iteration_info): Similarly for 'v'.
6034 * caller-save.c (insert_save_restore): Remove unused variable 'i'.
6035 * calls.c (expand_call): Similarly for 'i'.
6036 (emit_library_call, emit_library_call_value): Similarly for 'mode'.
6037 * fold-const.c (strip_compund_expr): Similarly for 'type'.
6038 * function.c (fixup_var_refs_1): Similarly for 'width'.
6039 (fixup_memory_subreg): Similarly for 'saved'.
6040 (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
6041 (setjmp_protect): Similarly for 'sub'.
6042 (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
6043 * loop.c (record_giv): Similarly for 'p'.
6044 (combine_givs): Similarly for 'temp_iv'.
6045 (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
6046 * recog.c (validate_replace_rtx_1): Similarly for 'width'.
6047 * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
6048 * unroll.c (unroll_loop): Similarly for 'copy'.
6049 (iteration_info): Similarly for 'b'.
6050 * varasm.c (assemble_string): Similarly for 'i'.
6051 * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
6053 1998-02-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
6055 * c-lang.c (lang_print_xnode): New function.
6056 * objc/objc-act.c (lang_print_xnode): Likewise.
6057 * print-tree.c (print_node): Call it
6059 Fri Feb 13 14:38:34 1998 Jim Wilson <wilson@cygnus.com>
6061 * dwarf2out.c (decl_scope_node): New type.
6062 (decl_scope_table): Change type to use it.
6063 (decl_scope_table_allocated, decl_scope_depth): Change type to int.
6064 (push_decl_scope): Use new type. New locals containing_scope, i.
6065 Add code to handle setting previous field.
6066 (scope_die_for): Change type of local i to int. Add code to use
6068 (dwarf2out_init): Use new type.
6070 1998-02-13 Jason Merrill <jason@yorick.cygnus.com>
6072 * except.c (emit_throw): Lose throw_used.
6074 Fri Feb 13 20:36:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6076 * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
6078 * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
6080 Fri Feb 13 12:18:40 1998 Jeffrey A Law (law@cygnus.com)
6082 * genextract.c (main): Fix typo.
6084 Fri Feb 13 08:41:49 1998 Robert Lipe <robertl@dgii.com>
6086 * c-lang.c (finish_file): Bracket declaration of static_ctors,
6089 * calls.c (expand_call): Bracket declaration of 'rtx_before_call',
6090 'old_stack_arg_under_construction'
6091 (emit_library_call): Bracket declaration of 'upper_bound',
6092 'lower_bound', 'i', 'reg_parm_stack_space'
6093 (emit_library_call_value): Likewise.
6096 * collect2.c: include <unistd.h> when appropriate.
6097 Bracket declaration of 'exportf' and 'full_real_ld_suffix'.
6099 * emit-rtl.c (prev_cc0_setter): Remove unused variable 'link'.
6101 * explow.c (plus_constant_for_output_wide): Remove unused variable
6103 (memory_address): Remove unused variable 'orig_x'.
6105 * genattrtab.c (make_canonical): Remove unreferenced label 'cond:'.
6106 (write_const_num_delay_slots): Remove unused variable 'i'.
6108 * genopinit.c (main): Remove unused variables 'dummy', 'insn_ptr'.
6109 (gen_insn): Remove unused variable 'obstack_ptr'.
6111 * libgcc2.c (__bb_exit_func): Remove unused variables 'ret',
6113 (__bb_exit_trace_func): Remove unused variable 'e'.
6115 * optabs.c (expand_binop): remove unused variables 'lhs', 'rhs',
6117 (expand_unop): Remove unused variable 'funexp'.
6118 (expand_complex_abs): Remove unused variable 'funexp'.
6119 (init_optabs): Bracket declaration of 'j'.
6120 (init_complex_libfuncs): Deleted. Dead static function.
6122 * profile.c (branch_prob): Remove unused variables 'insn', 'dest'.
6124 * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
6125 (reg_to_stack): 'initialized', 'before_function_beg'
6126 explictly type as ints instead of defaulting.
6127 (emit_swap_insn): Remove unused variable 'i2'.
6128 (compare_for_stack_reg): Remove unused variable 'src_note'.
6130 * rtlanal.c (computed_jump_p): Remove unused variable 'computed_jump'.
6132 * sched.c (actual_hazard): Bracket declaration of 'this_cost'.
6134 * stmt.c (add_case_node): Add parens for assignment used as truth.
6135 (all_cases_count): Remove unused variable 'count_high'.
6136 (mark_seen_cases): Remove unused variable 'i'.
6137 (check_for_full_enumeration_handling): Remove unused variable 't'.
6138 Bracket declaration of 'all_values', 'l'.
6140 * tlink.c: Include <stdlib.h>, <unistd.h>, <string.h>/<strings.h>.
6142 * varasm.c (assemble_string): Remove unused variable 'i'.
6143 (immed_double_const): Remove unused variable 'in_current_obstack'.
6144 (immed_real_const_1): Likewise.
6145 (output_constant_pool): Remove unreferenced label 'done'.
6146 (output_constant): Remove unused variable 'x'.
6148 * i386/i386.h (ENCODE_SECTION_INFO): TREE_PUBLIC is an int, not
6151 * i386/sco5.h (ASM_OUTPUT_ASCII): Add parens for assignment used
6154 Fri Feb 13 10:21:41 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6156 * combine.c (can_combine_p): Handle USEs in PARALLELs.
6158 Fri Feb 13 01:34:14 1998 H.J. Lu (hjl@gnu.org)
6160 * config/linux.h (LIB_SPEC): Add -lc for -shared if
6161 USE_GNULIBC_1 is not defined.
6162 * config/sparc/linux.h; Ditto.
6164 * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared.
6166 * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if
6167 USE_GNULIBC_1 is not defined.
6169 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6171 * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
6174 Fri Feb 13 01:23:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6176 * system.h: New file to get common systems includes and various
6177 definitions and declarations based on autoconf macros.
6179 Fri Feb 13 00:46:19 1998 Jeffrey A Law (law@cygnus.com)
6181 * cccp.c (new_include_prefix): Correctly handle -I./.
6183 Thu Feb 12 20:16:35 1998 Michael Meissner <meissner@cygnus.com>
6185 * rs6000.md: Replace gen_rtx (CONST_INT,...) with GEN_INT.
6187 Thu Feb 12 16:45:17 1998 Robert Lipe <robertl@dgii.com>
6189 * expr.c (expand_assignment): Correct typo exposed by -Wall.
6190 offset should have been a truth value, not an assignment.
6192 Thu Feb 12 15:26:50 1998 Jeffrey A Law (law@cygnus.com)
6194 * cse.c (delete_dead_from_cse): If a libcall produces a constant
6195 result and that result can be substituted into SET_SRC of the
6196 insn with the REG_RETVAL note, then perform the substitution
6197 and delete the libcall.
6199 Thu Feb 12 14:04:09 1998 Gavin Koch <gavin@cygnus.com>
6201 * mips.md (trucndihi2,truncdiqi2): Change these to support
6204 Thu Feb 12 11:34:55 1998 Gavin Koch <gavin@cygnus.com>
6206 * mips/mips.c (movdi_operand): Direct referances to symbols
6207 that arn't mips16 consts in mips16 mode arn't valid operands.
6209 * mips/mips.c (mips_move_2words): Add gprel handling.
6211 Thu Feb 12 11:18:37 1998 Gavin Koch <gavin@cygnus.com>
6213 * mips.md (extendsidi2): Allow extension to/from a non-mips16
6216 Thu Feb 12 00:04:16 1998 Marc Lehmann <pcg@goof.com>
6218 * i386.c: Conditionally include <stdlib.h>, <string.h>, and
6221 Wed Feb 11 11:43:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6223 * Makefile.in (WARN_CFLAGS): New variable.
6224 (bootstrap, bootstrap2, bootstrap3, bootstrap4): Use it.
6226 1998-02-11 Mark Mitchell <mmitchell@usa.net>
6228 * config/i386/i386.c (reg_mentioned_in_mem): Don't abort when
6229 falling through default case in switch.
6230 (i386_aligned_p): Likewise.
6232 Wed Feb 11 12:59:56 1998 Lee Iverson <leei@Canada.AI.SRI.COM>
6234 * mips/mips.h (mips_abi_string): Correct typo in comment.
6236 Wed Feb 11 08:29:56 1998 Gavin Koch <gavin@cygnus.com>
6238 * mips/mips.md (movdi): These PLUS's need to be Pmode.
6240 Wed Feb 11 01:47:54 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6242 * Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
6243 reorg.o, regmove.o): Depend on insn-codes.h, it gets included
6244 indirectly via expr.h.
6246 Wed Feb 11 01:44:13 1998 Richard Henderson <rth@cygnus.com>
6248 * stor-layout.c (layout_type): Do upper - lower in the native type,
6249 so as to properly handle negative indices.
6251 Wed Feb 11 01:35:55 1998 Robert Lipe <robertl@dgii.com>
6253 * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
6254 (expand_eh_region_start_tree): Remove unused variable 'note'.
6255 (exception_optimize): Remove unused variable 'regions'.
6256 (expand_builtin_eh_stub): Remove unused variable 'temp'.
6257 (copy_eh_entry): Deleted. Dead function.
6259 * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
6260 'last' with same #if HAVE_load_multiple as use of it.
6261 (move_block_from_reg): Likewise.
6262 (emit_move_insn_1): Remove unused variable 'insns'.
6263 (store_constructor): Bracket declaration of startb, endb with
6264 #if TARGET_MEMFUNCTIONS. Remove unused variables 'set_word_size'
6265 'target', and 'xtarget'.
6266 (expand_builtin_setjmp): Remove unused variables 'op0',
6267 'next_arg_reg', 'old_inhibit_defer_pop'.
6268 (expand_builtin): Remove unused variable 'offset'.
6269 (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
6270 (emit_queue): Add parens for assignment used as conditional.
6271 (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.
6273 Wed Feb 11 01:30:49 1998 Marc Lehmann <pcg@goof.com>
6275 * i386.c: Added include for recog.h.
6276 (override_options): Removed unused variable p. Initialized regno to
6278 (order_regs_for_local_alloc): Initialized regno to avoid warning.
6279 (legitimize_address): Likewise for 'other'.
6280 (i386_aligned_reg_p): Added default case with abort ().
6281 (print_operand): Likewise.
6282 (reg_mentioned_in_mem): Likewise.
6283 (ix86_expand_binary_operator): Removed unused variables i & insn.
6284 (ix86_expand_unary_operator): Removed unused variable insn.
6285 (output_fp_cc0_set): Removed unused variable unordered_label.
6287 Wed Feb 11 01:23:03 1998 John F. Carr <jfc@mit.edu>
6289 * i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...).
6290 Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments
6291 and format string match.
6293 Wed Feb 11 01:17:39 1998 Jeffrey A Law (law@cygnus.com)
6295 * flow.c (life_analysis): Do not conside the stack pointer live at
6296 the end of a function if the fucntio ncalls alloca.
6297 (mark_used_regs): Similarly.
6299 1998-02-10 John F Carr <jfc@mit.edu>
6301 * config/sparc/sparc.md (movdi_v8plus): Output stx on alternative
6302 1, fzero on alternative 8.
6304 Tue Feb 10 09:02:19 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6306 * rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.
6308 Tue Feb 10 03:35:43 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6310 * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
6311 SUBREGs of CONST_INTs.
6313 Mon Feb 9 17:52:36 1998 John Carr <jfc@mit.edu>
6315 * mips.c (print_operand, function_prologue): Make printf format
6316 match argument type.
6318 Mon Feb 9 02:37:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6320 * alpha.c (alpha_return_addr): Remove unused variable `first'.
6321 (alpha_ra_ever_killed): Remove unused variables `ra' and `i'.
6322 (output_epilog): Remove unused variable `frame_size_from_reg_save'.
6324 Sun Feb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6326 * loop.c (strength_reduce): When placing increment for auto-inc
6327 case, do comparison in loop order.
6329 Sun Feb 8 13:21:38 1998 John Carr <jfc@mit.edu>
6331 * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
6332 not a HOST_WIDE_INT.
6334 * calls.c (expand_call): Change test of expand_inline_function
6335 return value to stop compiler warning.
6337 * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.
6339 Sun Feb 8 12:04:24 1998 Jim Wilson (wilson@cygnus.com)
6340 Jeff Law (law@cygnus.com)
6342 * regmove.c: Fix various minor formatting problems.
6343 (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions
6344 is true. Make end of basic block tests consistent through regmove.c.
6345 (optimize_reg_copy_2, optimize_reg_copy_3): Likewise.
6346 (fixup_match_2, fixup_match_1, regmove_optimize): Likewise.
6348 Sun Feb 8 01:49:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6350 * gansidecl.h: Check for a conflicting macro definition before
6351 attempting to prototype bcopy, bcmp or bzero.
6353 Sun Feb 8 00:09:59 1998 Jeffrey A Law (law@cygnus.com)
6355 * expr.c (clear_pending_stack_adjust): Handle case where a function
6356 calls alloca, but the user has specified -fomit-fframe-pointer.
6358 * function.c (assign_parms): Fix typo in last change.
6360 Sat Feb 7 23:54:29 1998 Robert Lipe <robertl@dgii.com>
6362 * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
6364 (free_path_suffix): Remove unreferenced static function.
6365 (process_command): Remove unused variable temp.
6366 (default_arg): Remove unused variable i.
6367 (do_spec_1): Add parens for assignment used as truth value.
6369 (validate_all_switches): Likewise.
6370 (main): Remove unused variables i, first_time>
6372 * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
6374 * calls.c (expand_call): Remove unused variables funtree,
6375 n_regs, and tmpmode.
6377 * dbxout.c, except.c: Include <string.h>/<strings.h>.
6379 * explow.c: (plus_constant_for_output_wide) Removed unused
6380 variable all_constant.
6382 * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
6383 genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
6384 genrecog.c, global.c, integrate.c , stupid.c : Include
6387 * genextract.c: (walk_rtx) Remove unused variable link.
6389 * genrecog.c: (concat) Remove unreferenced static function.
6391 * prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
6393 * stmt.c: Include <stdlib.h>.
6394 (expand_asm_operands): Remove unused variable val1.
6395 (expand_return): Remove unused variable block.
6396 (pushcase): Remove unused variables l and n.
6397 (pushcaserange): Likewise.
6399 * unroll.c (unroll_loop): Remove unused variable temp.
6401 Sat Feb 7 23:46:09 1998 Greg McGary <gkm@gnu.org>
6403 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
6405 Sat Feb 7 15:11:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6407 * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
6408 functions for whether they support the %p format specifier.
6409 * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf.
6410 * configure.in (GCC_FUNC_PRINTF_PTR): Use it.
6411 * configure, config.in: Rebuild.
6413 Fri Feb 6 14:20:16 1998 Jim Wilson <wilson@cygnus.com>
6415 * function.c (assign_parms): New variable named_arg, with value
6416 depending on STRICT_ARGUMENT_NAMING. Use instead of ! last_named.
6418 Fri Feb 6 14:34:28 1998 Gavin Koch <gavin@cygnus.com>
6420 * mips/t-r3900: New - same as t-ecoff but eliminate
6421 multilibs: mips1 and mips3.
6422 * configure.in (tx39*): Use new mips/t-r3900.
6423 * configure: Rebuild.
6424 * mips/r3900.h (MULTILIB_DEFAULTS): Eliminate mips1.
6426 1998-02-06 Jason Merrill <jason@yorick.cygnus.com>
6428 * dwarf2out.c: Add old_args_size.
6429 (dwarf2out_args_size): Use it.
6430 (dwarf2out_begin_prologue): Initialize it.
6431 (dwarf2out_stack_adjust): If !asynchronous_exceptions, save up
6432 pushed args until we see a call.
6433 * final.c (final_scan_insn): Hand CALL_INSNs off to the dwarf2 code
6434 before outputting them.
6436 1998-02-06 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
6438 * cplus-dem.c (demangle_template_template_parm): New function.
6439 (demangle_template): Handle template template parameters.
6441 1998-02-02 Mark Mitchell <mmitchell@usa.net>
6443 * calls.c (expand_call): Don't confuse member functions named
6444 realloc, setjmp, and so forth with the standard library
6445 functions of the same names.
6447 Thu Feb 5 21:59:49 1998 Jeffrey A Law (law@cygnus.com)
6449 * stmt.c (expand_asm_operands): Correctly identify asm statements
6452 Thu Feb 5 21:56:06 1998 Mumit Khan <khan@xraylith.wisc.edu>
6454 * c-common.c (decl_attributes): Flag unrecognized attribute
6455 functions as warnings instead of as errors.
6457 1998-02-05 Marc Lehmann <pcg@goof.com>
6459 * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
6460 when -Os is specified.
6461 * toplev.c (main): Don't disable flag_inline_functions anymore when
6464 Fri Feb 6 00:27:36 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6466 * regmove.c: Update.
6467 * flags.h (flag_regmove): Declare.
6468 * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Don't declare.
6469 * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2):
6470 Moved into regmove; changed caller.
6471 * toplev.c (rest_of_compilation): Call regmove_optimize also for
6472 expensive_optimizations.
6474 Thu Feb 5 13:38:42 PST 1998 Jeff Law (law@cygnus.com)
6476 * version.c: Bump for snapshot.
6478 Thu Feb 5 01:45:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6479 Undo this change (the problem was actually in reload):
6480 Fri Jan 23 23:28:59 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6482 * sh.md (movqi_i+1): New peephole.
6484 Tue Feb 3 01:11:12 1998 Jeffrey A Law (law@cygnus.com)
6486 * jump.c (jump_optimize): Lose calls to modified_in_p they are
6487 not needed anymore due to changes elsewhere in jump.c.
6489 * jump.c (jump_optimize): Fix first arg to modified_in_p in
6492 Mon Feb 2 19:18:14 1998 Richard Henderson <rth@cygnus.com>
6494 * expr.c (expand_builtin_setjmp): Accept two new arguments for
6495 the labels to branch to on first and subsequent executions. Don't
6496 play with __dummy. Rename `setjmp' insn to `builtin_setjmp_setup',
6497 and provide it with the jmp_buf. Use only one of
6498 `builtin_setjmp_receiver' or `nonlocal_goto_receiver',
6499 and provide the former with the target label.
6500 (expand_builtin) [BUILTIN_SETJMP]: Generate a label for use by setjmp.
6501 (expand_builtin) [BUILTIN_LONGJMP]: Split out to ...
6502 (expand_builtin_longjmp): ... here. Recognize a `builtin_longjmp'
6503 insn to replace all of the normal nonlocal_goto code. Don't play
6504 with __dummy. Correct arguments to nonlocal_goto.
6505 * expr.h (expand_builtin_setjmp): Update prototype.
6506 * except.c (start_dynamic_handler): When using builtin_setjmp,
6507 generate more accurate flow information.
6509 * alpha.md (nonlocal_goto_receiver_osf): Delete.
6510 (nonlocal_goto_receiver_vms): Rename to nonlocal_goto_receiver.
6511 (builtin_longjmp, builtin_setjmp_receiver): New.
6512 * sparc.md (update_return): Disambiguate unspec number.
6513 (nonlocal_goto): Rearrange arguments to match caller in except.c.
6514 (builtin_setjmp_setup): Rename from setjmp. Match and ignore the
6516 * mips.md (nonlocal_goto_receiver, builtin_setjmp_receiver): Remove.
6517 (builtin_setjmp_setup*, builtin_longjmp): New.
6519 Mon Feb 2 16:43:10 1998 John Carr <jfc@mit.edu>
6521 * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
6523 Mon Feb 2 13:06:47 1998 Jim Wilson <wilson@cygnus.com>
6525 * vmsconfig.com: Remove bytecode references.
6527 1998-01-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6529 * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
6530 -fno-sjlj-exceptions works for a target that defines
6531 DWARF2_UNWIND_INFO as zero.
6533 * regmove.c (fixup_match_1): Undo last change which removed some
6534 "useless" code, and add a comment explaining this.
6536 Mon Feb 2 10:47:14 1998 Gavin Koch (gavin@cygnus.com)
6538 * mips.c (mips_expand_prologue): Change uses of TARGET_64BIT
6541 Mon Feb 2 10:38:41 1998 Klaus Kaempf <kkaempf@progis.de>
6543 * makefile.vms: Remove bytecode references.
6544 Create genrtl files.
6546 Mon Feb 2 02:08:04 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
6548 * jump.c (jump_optimize): Allow conditional loading of floating point
6549 constants and constants from memory. Reinstalled modified_in_p tests.
6551 Mon Feb 2 01:38:39 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6553 * loop.c (get_condition): Handle sign-extended constants.
6555 Mon Feb 2 01:22:46 1998 Hans-Peter Nilsson <hp@axis.se>
6557 * expr.c (emit_push_insn): Add code to use movstrti if present.
6559 * expr.c (emit_push_insn): Use same max-move-amount for movstrhi
6560 and movstrqi as in emit_block_move ().
6562 Mon Feb 2 00:09:52 1998 Toon Moene <toon@moene.indiv.nluug.nl>
6564 * config/m68k/x-next: Remove /NextDeveloper/Headers from
6565 the directories to fixinclude - /usr/include is a link
6566 to it and hence its contents are fixed by default.
6568 Sun Feb 1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6570 * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
6572 Sun Feb 1 13:01:15 1998 Klaus Kaempf <kkaempf@progis.de>
6574 * cccp.c (main): Predefine __VMS_VER on VMS.
6576 Sun Feb 1 12:39:53 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6578 * expr.c (get_inner_reference): Use sbitsizetype for type sizes.
6579 * fold-const.c (size_int): Replace with
6581 (make_bit_field_ref): Use bitsize_int for bit position.
6582 * stor-layout.c (sizetype): Delete.
6583 (sizetype_tab, sbitsizetype, ubitsizetype): Declare.
6584 (layout_record, layout_union, layout_type):
6585 Use bitsize_int for bit size.
6586 (set_sizetype): New function.
6587 (make_signed_type, make_unsigned_type): Use it.
6588 * c-decl.c (init_decl_processing): Likewise.
6589 * tree.h (size_int): Don't delcare, #define.
6590 (size_int_wide, sizetype_tab, sbitsize, ubitsize): Declare.
6591 (set_sizetype): Declare.
6592 (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
6594 * c-typeck.c (c_sizeof, c_sizeof_nowarn, c_size_in_bytes):
6595 Convert result to sizetype.
6596 (really_start_incremental_init, push_init_level):
6597 Set type of constructor_bit_index to sbitsizetype.
6598 (push_init_level): Use unsigned arithmetic to determine padding.
6599 (output_init_element): Likewise.
6601 Sun Feb 1 03:32:07 1998 Jeffrey A Law (law@cygnus.com)
6603 * combine.c (simplify_shift_const): Fix typo in last change.
6605 Sun Feb 1 02:50:46 1998 John Carr <jfc@mit.edu>
6607 * combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt)))
6608 is (truncate (lshiftrt)).
6610 Sun Feb 1 01:06:53 1998 Richard Henderson <rth@cygnus.com>
6612 * alpha.c (alpha_expand_unaligned_load): Use expand_binop properly.
6613 Make sure result winds up in TGT.
6614 (alpha_expand_unaligned_store): Use expand_binop properly. Allow
6615 src to be other than DImode.
6616 (alpha_expand_unaligned_load_words): Tidy. Take an offset argument.
6617 (alpha_expand_unaligned_store_words): Likewise.
6618 (alpha_expand_block_move): Use REGNO_POINTER_ALIGN. Restructure so
6619 that source and destination are separately optimized for alignment.
6620 (alpha_expand_block_clear): Use REGNO_POINTER_ALIGN.
6622 Sun Feb 1 01:55:09 1998 Jeffrey A Law (law@cygnus.com)
6624 * mips.md (adddi3_internal_2): Be consistent with adddi3 expander
6625 with handling of -32768.
6627 Sun Feb 1 01:48:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6629 * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
6630 shell variable argument instead of only hard coded functions.
6631 (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
6633 * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
6634 call. Collapse multiple calls to GCC_NEED_DECLARATION into one
6635 call to GCC_NEED_DECLARATIONS (new macro.) Check if we need
6636 declarations for bcopy, bcmp and bzero.
6638 * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
6640 * gansidecl.h: If we have bcopy but don't declare it, then do so.
6641 Likewise for bcmp and bzero. Only define macros for bcopy, bcmp,
6642 bzero, index and rindex if they aren't already present.
6644 Sat Jan 31 11:26:58 1998 Jeffrey A Law (law@cygnus.com)
6646 * toplev.c (close_dump_file): Wrap function prototype for
6647 argument "func" in PROTO.
6648 (dump_rtl): Likewise.
6650 Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu>
6652 * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
6654 (output_function_epilogue): Omit epilogue if nothing drops through.
6655 (output_move_double): Supress int ldd usage on ultrasparc and v9.
6656 (registers_ok_for_ldd_peep): Likewise.
6657 (print_operand): Supress b,a on ultrasparc. Let Y accept a constant.
6658 (ultrasparc_adjust_cost): New function.
6659 (sparc_issue_rate): New function.
6660 * sparc.h (MASK_VIS, TARGET_VIS): New
6661 (MASK_V8PLUS, TARGET_V8PLUS): New.
6662 (TARGET_HARD_MUL32, TARGET_HARD_MUL): New.
6663 (TARGET_SWITCHES): Add vis and v8plus.
6664 (REG_CLASS_FROM_LETTER): Accept d and b for VIS.
6665 (REGISTER_MOVE_COST): FP<->INT move cost 12 for ultrasparc.
6666 (RTX_COSTS): Use TARGET_HARD_MUL
6667 (ADJUST_COST): Call ultrasparc_adjust_cost.
6669 * sparc.md (attr type): Add sload, fpmove, fpcmove. Adjust users
6670 of load & fp appropritely.
6671 (supersparc function units): Adjust for Haifa.
6672 (ultrasparc function units): Likewise.
6673 (get_pc_via_rdpc): All v9, not just arch64.
6674 (movdi_v8plus, movdi_v8plus+1): New.
6675 (adddi3_sp32+1): New.
6676 (subdi3_sp32+1): New.
6677 (movsi_insn, movsf_const_insn, movdf_const_insn): Know VIS.
6678 (addsi3, subsi3, anddi3_sp32, andsi3, and_not_di_sp32): Likewise.
6679 (and_not_si, iordi3_sp32, iorsi3, or_not_di_sp32, or_not_si): Likewise.
6680 (xorsi3_sp32, xorsi3, xor_not_di_sp32, xor_not_si): Likewise.
6681 (one_cmpldi2_sp32, one_cmplsi2): Likewise.
6682 (ldd peepholes): Suppress for v9.
6683 (return_adddi): Kill redundant test. Arg1 may be arith_operand.
6684 (return_subsi): Revmove.
6686 Fri Jan 30 18:30:03 1998 John F Carr <jfc@mit.edu>
6688 * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
6689 save/restore MEM rtl.
6691 Fri Jan 30 09:08:16 1998 Jeffrey A Law (law@cygnus.com)
6693 * configure.in: Check for declaration of abort.
6694 * acconfig.h: Corresponding changes.
6695 * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should
6698 Thu Jan 29 20:26:12 1998 Jeffrey A Law (law@cygnus.com)
6700 * genattrtab.c (optimize): Define in case PRESERVE_DEATH_INFO_REGNO_P
6703 Thu Jan 29 09:27:56 PST 1998 Jeff Law (law@cygnus.com)
6705 * version.c: Bump for snapshot.
6707 Thu Jan 29 10:12:27 1998 Jeffrey A Law (law@cygnus.com)
6709 * configure.in: Check for atoq and atoll.
6710 * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
6711 proper routine for converting ascii into long long values.
6713 Thu Jan 29 01:28:14 1998 Klaus Kaempf <kkaempf@progis.de>
6715 * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.
6717 * vmsconfig.com: Remove bytecode references.
6719 * alpha/vms.h (PREFIX): Define.
6721 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.
6723 * am-alpha.h: Don't include alloca for OPEN_VMS.
6725 * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Define.
6727 * alpha/xm-vms.h (INCLUDE_DEFAULTS): Define.
6728 (GCC_INCLUDE_DIR): Define
6730 * make-cc.com, make-cccp.com, make-cc1.com: Removed.
6731 * makefile.vms: New file.
6733 * alpha/vms.h (CPP_PREDEFINES): Remove -Dalpha.
6735 * alpha.c (output_prolog): Output '.name' directive
6736 for minimal traceback information.
6738 * alpha.c (output_prolog): Don't prepend entry point symbols
6739 with '$' on OPEN_VMS.
6741 Thu Jan 29 00:25:35 1998 David S. Miller <davem@tanya.rutgers.edu>
6742 Jeffrey A Law (law@cygnus.com)
6744 * rtl.c (read_rtx): Use atol/atoq based upon disposition of
6747 * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
6749 * genemit.c (gen_exp): Likewise.
6750 * genpeep.c (match_rtx): Likewise.
6751 * genrecog.c (write_tree_1): Likewise.
6753 * c-lex.c (yyprint): Use proper format string based upon
6754 disposition of HOST_BITS_PER_WIDE_INT.
6755 (yylex): Put casts in right place for args to build_int_2.
6757 Thu Jan 29 00:24:29 1998 Jeffrey A Law (law@cygnus.com)
6759 * combine.c: Fix typos in Jan27 changes.
6761 Thu Jan 29 00:07:49 1998 Ollivier Robert <roberto@keltia.freenix.fr>
6763 * i386/freebsd.h (LIB_SPEC): Correctly handle -shared, -p and friends.
6764 (LINK_SPEC): Likewise.
6765 (STARTFILE_SPEC): Likewise.
6767 1998-01-28 Mike Stump <mrs@wrs.com>
6769 * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
6771 * genattrtab.c (reload_completed): Define.
6773 * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
6776 Wed Jan 28 20:11:06 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6778 * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
6779 SUBREG_REG if the word count is unchanged, also in the input reload
6780 case. Disable non-applicable sanity checks.
6782 Wed Jan 28 20:08:26 1998 Jeffrey A Law (law@cygnus.com)
6784 * config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
6786 Wed Jan 28 20:04:43 1998 Ian Lance Taylor <ian@cygnus.com>
6788 * i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
6790 Wed Jan 28 11:45:27 1998 Per Bothner <bothner@cygnus.com>
6792 * dbxout.c (dbxout_type): For a RECORD_TYPE, check that TYPE_BINFO
6793 is a TREE_VEC before trying to use it for baseclasses.
6794 (Chill uses the same field for a different purpose.)
6796 * toplev.c (strip_off_ending): Generalize to endings up to 5 chars.
6798 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6800 * config.sub: More accurate determination of HP processor types.
6802 Tue Jan 27 23:11:11 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6804 * c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>. Add
6805 prototype for `handle_sysv_pragma', and make it static. Add
6806 parentheses around assignment used as truth value.
6808 * combine.c (combine_instructions): Protect variable `prev' with
6810 (can_combine_p): Protect variable `link' with AUTO_INC_DEC.
6811 (extract_left_shift): Add parentheses around operand of &.
6812 (merge_outer_ops): Avoid an empty body in an else-statement.
6813 (gen_rtx_combine): Remove unused variable `i'.
6815 * sparc/gmon-sol2.c: Include <fcntl.h>. Make return type of
6816 function monstartup `void'. Likewise for internal_mcount. Add
6817 `static void' prototype for moncontrol. Reconcile sprintf format
6820 * sparc/sparc.c: Include <stdlib.h> and <string.h>/<strings.h>.
6821 Make return type of function_arg_slotno explicitly `int'.
6822 (reg_unused_after): Add parentheses around assignment used as
6824 (save_regs): Add explicit braces to avoid ambiguous `else'.
6825 (function_arg_slotno): Add parentheses around && within ||.
6826 (function_arg_pass_by_reference): Likewise.
6827 (sparc_flat_output_function_prologue): Reconcile fprintf format
6830 * svr4.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
6831 assignment used as truth value.
6833 * cplus-dem.c: Include <stdlib.h>.
6834 (demangle_signature): Avoid an empty body in an else-statement.
6835 (do_type): Remove unused variable `lvl'.
6837 * cppexp.c: Don't have <stdlib.h> depend on MULTIBYTE_CHARS.
6838 Include <string.h>/<strings.h>.
6839 (cpp_lex): Remove unused variable `namelen'.
6840 (cpp_lex): Explicitly declare `num_chars' as an int.
6842 * cpplib.c: Avoid duplicate inclusion of <stdlib.h>, include
6843 <unistd.h> instead. Explicitly declare is_system_include
6845 (make_assertion): Remove unused variable `kt'.
6846 (cpp_expand_to_buffer): Hide variable `obuf'.
6847 (output_line_command): Remove unused variables, `line_end',
6848 `line_cmd_buf' and `len'.
6849 (macarg): Remove unused variable `arg_start'.
6850 (special_symbol): Remove unused variable `i'. Add parentheses
6851 around assignment used as truth value.
6852 (do_include): Remove unused variables `pcfname' and `retried',
6853 hide `pcf' and `pcfbuflimit'.
6854 (do_line): Remove unused variable `i'.
6855 (finclude): Hide variable `missing_newline'.
6856 (cpp_handle_options): Remove unused variable `j'.
6857 (read_token_list): Remove unused variable `eofp'.
6858 (cpp_error_with_line): Remove unused variable `i'.
6859 (cpp_warning_with_line): Likewise.
6860 (cpp_pedwarn_with_line): Explicitly declare `column' as int.
6861 (cpp_error_from_errno): Remove unused variable `i'.
6863 * cse.c (invalidate): Add parentheses around assignment used as
6865 (find_best_addr): Move declaration of variable `our_cost' inside
6866 the conditional macro where its used.
6867 (fold_rtx): Avoid an empty body in an if-statement.
6868 (cse_insn): Wrap variables `this_insn_cc0_mode' and
6869 `this_insn_cc0' in macro HAVE_cc0.
6871 * dwarf2out.c: Include <stdlib.h> and <string.h>/<string.h>.
6872 (ASM_OUTPUT_DWARF_DATA8): Reconcile format vs. args in fprintf's.
6873 (output_uleb128): Likewise.
6874 (output_sleb128): Likewise.
6875 (output_cfi): Likewise.
6876 (output_call_frame_info): Remove unused variables `j', `fde_size'
6878 (comp_unit_has_inlines): Hide declaration as per rest of file.
6879 (size_of_line_prolog): Correct typo in prototype.
6880 (add_arange): Likewise.
6881 (output_aranges): Likewise.
6882 (add_name_and_src_coords_attributes): Likewise.
6883 (gen_array_type_die): Likewise.
6884 (gen_inlined_subroutine_die): Likewise.
6885 (equate_decl_number_to_die): Remove unused variable `i'.
6886 (print_die): Reconcile format vs. args in fprintf's.
6887 (print_dwarf_line_table): Likewise.
6888 (output_die): Likewise.
6889 (output_line_info): Likewise.
6890 (add_subscript_info): Avoid an empty body in an else-statement.
6891 (gen_subprogram_die): Remove unused variable `fp_loc'.
6893 * dwarfout.c: Explicitly declare `next_pubname_number' as int.
6894 Protect `ordering_attribute' prototype with USE_ORDERING_ATTRIBUTE
6895 macro. Protect `src_coords_attribute' prototype with
6896 DWARF_DECL_COORDINATES macro. Hide `output_entry_point_die'
6897 prototype as in the rest of the file. Likewise for
6898 `output_pointer_type_die' and `output_reference_type_die'. Remove
6899 prototype for `type_of_for_scope'.
6900 (output_unsigned_leb128): Reconcile format vs. args in fprintf.
6901 (type_attribute): Add explicit braces to avoid ambiguous `else'.
6903 * final.c: Include <stdlib.h> and <string.h>/<strings.h>.
6904 (shorten_branches): Protect declaration of tmp_length with
6905 SHORTEN_WITH_ADJUST_INSN_LENGTH and ADJUST_INSN_LENGTH macros.
6906 (profile_function): Protect declaration of `sval' and `cxt'
6907 variables with appropriate macros.
6908 (final_scan_insn): Likewise for `note' variable. Add explicit
6909 braces to avoid empty body in an if-statement.
6910 (output_asm_insn): Move variable `i' inside macro conditional
6911 where it is used. Add parentheses around assignment used as truth
6913 (asm_fprintf) Likewise, likewise.
6915 * fix-header.c (main): Remove unused variable `done'. Protect
6916 declaration of `i' with FIXPROTO_IGNORE_LIST.
6918 * pexecute.c: Include <unistd.h>. Prototype `my_strerror'.
6920 * print-rtl.c (print_inline_rtx): Explicitly declare the parameter
6923 * profile.c: Include <string.h>/<strings.h>.
6924 (instrument_arcs): Remove unused variables `note', `inverted',
6925 `zero' and `neg_one'.
6926 (branch_prob): Avoid empty body in an if-statement.
6928 * regclass.c: Include <stdlib.h>.
6929 (reg_alternate_class): Explicitly declare parameter `regno'.
6931 * regmove.c (regmove_optimize): Remove unused variable `p'. Add
6932 parentheses around assignment used as truth value.
6933 (find_matches): Remove unused variables `output_operand' and
6935 (fixup_match_1): Remove statement with no effect: "if (0) ;".
6937 * scan.c (sstring_append): Explicitly declare `count' as int.
6938 (scan_string): Explicitly declare parameter `init' as int.
6940 * sched.c: Include <stdlib.h>.
6941 (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
6942 (rank_for_schedule): Add parentheses around assignment used as
6944 (schedule_block): Likewise.
6945 (regno_use_in): Likewise.
6946 (schedule_insns): Remove unused variable `i'.
6948 * toplev.c: Include <stdlib.h> and <string.h>/<strings.h>.
6949 (v_message_with_decl): Remove unused variable `n'.
6950 (botch): Explicitly declare parameter `s' as char *.
6951 (main): Add parentheses around assignment used as truth value.
6953 * tree.c (make_node): Protect the variable `kind' with the
6954 GATHER_STATISTICS macro.
6955 (real_value_from_int_cst): Move variable `e' inside conditional
6956 macro area where it is used.
6957 (tree_last): Add parentheses around assignment used as truth value.
6958 (build1): Protect the variable `kind' with the GATHER_STATISTICS
6960 (print_obstack_statistics): Reconcile format vs. args in fprintf.
6961 Protect variables `i', `total_nodes', and `total_bytes' with the
6962 GATHER_STATISTICS macro.
6964 Tue Jan 27 23:01:55 1998 Mike Stump (mrs@wrs.com)
6966 * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
6967 some comments regarding use of dead_or_set_p.
6969 Tue Jan 27 22:14:48 1998 Todd Vierling <tv@pobox.com>
6971 * fixincludes: Tweak fix for struct exception in math.h
6973 Tue Jan 27 17:21:09 1998 Gavin Koch (gavin@cygnus.com)
6975 * mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
6976 Change mode of registers used to add/sub from
6977 hard_frame_pointer_rtx from word_mode to Pmode.
6979 Tue Jan 27 11:02:04 1998 Nick Clifton <nickc@cygnus.com>
6981 * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
6982 asm_output_aligned_bss() instead of asm_output_bss().
6984 * toplev.c (rest_of_compilation): Replace references to
6985 stack_reg_dump_file and dbr_sched_dump_file with references to
6988 Tue Jan 27 10:22:13 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
6990 * tlink.c (scan_linker_output): Call fclose() for opened files.
6992 Tue Jan 27 05:05:26 1998 Richard Henderson <rth@cygnus.com>
6994 * alpha.c (output_epilog [!VMS]): Don't tag global functions if
6995 compiling with -fpic -- we want to be able to override symbols
6997 (alpha_expand_block_move): Fix thinko in last change.
6999 * alpha.h (ASM_OUTPUT_MI_THUNK): New define.
7000 * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
7001 * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.
7003 Tue Jan 27 03:21:23 1998 Richard Henderson <rth@cygnus.com>
7005 * alpha.md (abssf, absdf): Revert last change.
7007 Tue Jan 27 00:26:50 1998 John Carr <jfc@mit.edu>
7009 * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
7010 * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.
7012 Tue Jan 27 00:07:02 1998 Jeffrey A Law (law@cygnus.com)
7014 * emit-rtl.c (gen_lowpart_common): Handle more case where converting
7015 a CONST_INT into SFmode.
7017 Tue Jan 20 16:01:03 1998 Anthony Green <green@cygnus.com>
7019 * flags.h: New flag (optimize_size).
7020 * toplev.c (main): Parse -Os option and set optimize_space
7022 * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
7023 __OPTIMIZE_SIZE__ when compiling with -Os.
7024 * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
7025 config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
7026 config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
7028 * config/i386/i386.c (optimization_options): Accept new SIZE argument.
7030 Mon Jan 26 23:57:39 1998 Manfred Hollstein <manfred@s-direktnet.de>
7032 * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
7033 stuff only if MCT_TEXT is #define'd.
7035 Mon Jan 26 23:52:51 1998 Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac.at>
7037 * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
7040 Fri Jan 23 09:39:36 1998 Nick Clifton <nickc@cygnus.com>
7042 * toplev.c: Add -dM command line option to dump RTL after the
7043 machine dependent reorganisation pass, if there is one.
7044 Reorganise RTL dump code, so that only one file handle is
7047 Mon Jan 26 12:09:42 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7049 * except.c (check_exception_handler_labels): Disable warning when
7052 Mon Jan 26 18:17:32 1998 Jim Wilson <wilson@cygnus.com>
7054 * sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.
7056 Mon Jan 26 18:11:30 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
7058 * c-decl.c (grokdeclarator): Get parameter tags from
7059 last_function_parm_tags.
7060 * dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
7061 traversing the parameter types.
7062 (output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.
7064 Mon Jan 26 01:44:12 1998 Jeffrey A Law (law@cygnus.com)
7066 * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
7068 (get_shift_alg): Fix typo.
7070 Sun Jan 25 22:22:04 1998 Richard Henderson <rth@cygnus.com>
7072 * alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
7074 Sun Jan 25 22:14:28 1998 Richard Henderson <rth@cygnus.com>
7076 * toplev.c (get_run_time): Make sure each case gets its variables.
7078 Sun Jan 25 22:10:21 1998 Richard Henderson <rth@cygnus.com>
7080 * configure.in (build_xm_file): Add auto-config.h if host=build.
7081 (host_xm_file_list): Don't add $(srcdir) to auto-config.h.
7082 (build_xm_file_list): Likewise.
7083 * configure: Rebuild.
7085 Sun Jan 25 22:00:25 1998 Alasdair Baird <alasdair@wildcat.demon.co.uk>
7087 * recog.c (validate_replace_rtx_1): Only perform substitutions
7088 of arguments to commutative and comparison operators once.
7090 Sun Jan 25 12:30:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7092 * sparc.c (output_cbranch): Add default case in
7095 * reorg.c (insn_sets_resource_p): Correct typo in prototype.
7096 (emit_delay_sequence): Eliminate unused parameter, all callers
7098 (fill_simple_delay_slots): Likewise.
7099 (fill_slots_from_thread): Likewise.
7100 (fill_eager_delay_slots): Likewise.
7101 (mark_referenced_resources): Add default case in enumeration switch.
7102 (mark_set_resources): Likewise.
7103 (rare_destination): Likewise.
7104 (mostly_true_jump): Likewise.
7105 (find_dead_or_set_registers): Likewise.
7106 (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
7107 (update_reg_unused_notes): Remove unused variable `p'.
7108 (mark_target_live_regs): Remove unused variables `next' and
7110 (fill_simple_delay_slots): Remove unused variable `j'.
7111 (fill_slots_from_thread): Add parentheses around assignment used
7113 (dbr_schedule): Likewise.
7115 * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
7116 (objc.stage2, objc.stage3, objc.stage4): Likewise.
7118 Sun Jan 25 12:13:47 1998 Michael Tiemann <michael@tiemann.org>
7120 * cse.c (simplify_ternary_operation): Don't try to simplify
7121 IF_THEN_ELSE expressions (created by combine) that don't use
7122 relational operators.
7124 Fri Jan 23 22:48:24 1998 Jeffrey A Law (law@cygnus.com)
7126 * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
7129 * crtstuff.c (init_dummy): Keep the epilogue in the init
7130 section for non-ELF systems.
7132 Fri Jan 23 23:28:59 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
7134 * sh.md (movqi_i+1): New peephole.
7136 Fri Jan 23 15:39:42 1998 Jim Wilson <wilson@cygnus.com>
7138 * Makefile.in: Remove remaining bytecode stuff.
7139 * emit-rtl.c, expr.c: Likewise.
7141 Fri Jan 23 12:41:10 1998 Nick Clifton (nickc@cygnus.com)
7143 * toplev.c (lang_options): Add unknown-pragma options.
7145 Thu Jan 22 23:43:38 1998 Per Bothner <bothner@cygnus.com>
7147 * dwarfout.c (byte_size_attribute): Simplify and fix - don't need
7148 special (and incomplete) handling for Chill arrays.
7150 Fri Jan 23 00:27:23 1998 John Carr <jfc@mit.edu>
7152 * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
7155 Fri Jan 23 00:19:36 1998 Gavin Koch (gavin@cygnus.com)
7157 * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
7159 1998-01-22 scott snyder <snyder@d0sgif.fnal.gov>
7161 * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
7162 .frame directive instead of FRAME_POINTER_REGNUM.
7164 Fri Jan 23 00:08:55 1998 Robin Kirkham <rjk@mlb.dmt.csiro.au>
7166 * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
7167 (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
7168 * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
7169 (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
7170 (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
7171 * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
7172 (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
7173 (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
7175 * longlong.h: Replace __mc68332__ with __mcpu32__.
7177 Thu Jan 22 19:55:40 PST 1998 Jeff Law (law@cygnus.com)
7179 * version.c: Bump for snapshot.
7181 Thu Jan 22 14:47:31 1998 Jim Wilson <wilson@cygnus.com>
7183 * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
7184 to require the SUBREG mode to be smaller than the SUBREG_REG mode.
7185 * reload1.c (eliminate_regs): Likewise.
7187 Thu Jan 22 14:49:14 1998 Jeffrey A Law (law@cygnus.com)
7189 * regmove.c (find_matches): Initialize matches->earlyclobber too.
7191 Thu Jan 22 01:40:52 1998 Richard Henderson <rth@cygnus.com>
7193 * alpha.md (abssf2, absdf2): Disable in IEEE mode.
7194 (negsf2, negdf2): Use proper subtract in IEEE mode.
7196 Tue Jan 20 09:29:09 1998 Jeffrey A Law (law@cygnus.com)
7198 * Makefile.in: Remove more bytecode stuff.
7199 * expr.c, stmt.c, config/msdos/top.sed: Likewise.
7200 * vax/xm-vms.h, winnt/config-nt.sed: Likewise.
7201 * f/install.texi, objc/Make-lang.in: Likewise.
7203 * Makefile.in: Remove all bytecode support.
7204 (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
7205 * emit-rtl.c: Remove all bytecode support.
7206 * expr.c, expr.h function.c, integrate.c: Likewise.
7207 * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
7208 * tree.h, varasm.c: Likewise.
7209 * config/m68k/m68k.h: Likewise.
7210 * bi-*, bc-*, bytecode*: Delete bytecode related files.
7211 * modemap.def: Likewise.
7213 Tue Jan 20 09:02:31 1998 Gavin Koch (gavin@cygnus.com)
7215 * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
7216 umodsi3,umoddi3): Handle mips16 div/mod by a constant.
7218 Mon Jan 19 21:57:00 1998 Richard Henderson <rth@cygnus.com>
7220 * i386.md (push): Prohibit symbolic constants if flag_pic.
7221 (movsi+1): Likewise for move to non-register.
7223 Mon Jan 19 11:15:38 1998 Jim Wilson <wilson@cygnus.com>
7225 * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
7226 (print_operand): Handle 0xffffffff on 32 bit host.
7228 * configure.in (thread_file): Rename uses before main loop to
7229 target_thread_file. Initialize to empty in main loop. Set thread_file
7230 to target_thread_file after main loop if not set.
7231 * configure: Rebuild.
7233 * genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
7234 (add_values_to_cover): Revert last change (which had no ChangeLog
7236 (simplify_with_current_value_aux): Handle CONST_INT.
7238 Mon Jan 19 10:14:55 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7240 * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
7242 Mon Jan 19 10:11:52 1998 Richard Henderson <rth@cygnus.com>
7244 * configure.in: Add cpp stringify test.
7245 * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
7246 * gengenrtl.c: Use it.
7247 * configure, config.in: Rebuild.
7249 Mon Jan 19 09:43:15 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7251 * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
7253 Mon Jan 19 09:38:18 1998 Richard Henderson <rth@cygnus.com>
7255 * configure.in: Find declaration for sbrk.
7256 * acconfig.h (NEED_DECLARATION_SBRK): New tag.
7257 * config.in, configure: Rebuild.
7258 * mips-tfile.c: Properly protect declaration of sbrk and free.
7259 * toplev.c: Properly protect declaration of sbrk.
7261 Sun Jan 18 20:18:01 1998 Richard Henderson <rth@cygnus.com>
7263 * alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
7265 Sun Jan 18 01:54:27 1998 Jeffrey A Law (law@cygnus.com)
7267 * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
7269 Sun Jan 18 00:57:35 1998 Mike Stump (mrs@wrs.com)
7271 * configure.in (i960-wrs-vxworks): Default to latest vxworks release.
7273 Sat Jan 17 23:41:36 1998 David S. Miller <davem@tanya.rutgers.edu>
7275 * combine.c (force_to_mode, nonzero_bits): Correctly optimize
7276 constant offset computations from objects with known alignment in
7277 the presence of STACK_BIAS.
7279 * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
7281 (const_hash): Hash val is unsigned long.
7282 (SYMHASH): Likewise.
7284 * tree.c (TYPE_HASH): Type of hash val is unsigned long.
7286 * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
7287 char pointer, not HOST_WIDE_INT.
7288 (print_node): Likewise. Also hash is unsigned long not
7291 * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.
7293 * explow.c (optimize_save_area_alloca): New function for targets
7294 where SETJMP_VIA_SAVE_AREA is true.
7295 (allocate_dynamic_stack_space): On SETJMP_VIA_SAVE_AREA targets,
7296 compute the amount of stack space needed should we find later that
7297 setjmp is never called by this function, stuff rtl for this inside
7298 a REG_NOTE of the final SET of stack_pointer_rtx.
7299 * toplev.c (rest_of_compilation): If SETJMP_VIA_SAVE_AREA and
7300 current_function_calls_alloca, call optimize_save_area_alloca.
7302 Sat Jan 17 23:22:59 1998 John Wehle (john@feith.com)
7304 * i386.md: Remove redundant integer push patterns.
7305 Don't bother checking for TARGET_PUSH_MEMORY when
7306 pushing constants or registers.
7308 Sat Jan 17 22:35:39 1998 Mumit Khan <khan@xraylith.wisc.edu>
7309 J.J VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
7311 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
7312 (pwait): New function for mingw32.
7314 * gcc.c (execute): Mingw32 pexecute() supports pipes, but cygwin32
7315 pipe support is broken for now.
7317 1998-01-17 Lee Iverson <leei@Canada.AI.SRI.COM>
7319 * emit_rtl.c (init_emit_once): Ensure that potential aliasing
7320 between frame_pointer_rtx, hard_frame_pointer_rtx, and
7321 arg_pointer_rtx is respected in initialization.
7322 (init_emit_once): Use gen_rtx_raw_REG() to create
7323 return_address_pointer_rtx.
7325 * reorg.c: #include "expr.h" for rtx prototypes.
7326 * Makefile.in (reorg.o): Depend on expr.h
7328 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
7330 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7331 local_prefix to sub-make invocations.
7333 Sat Jan 17 21:24:16 1998 David T. McWherter <dtm@waterw.com>
7335 * objc-parse.c: Recognize protocol qualifiers in class definitions.
7337 Sat Jan 17 21:16:19 1998 Jeffrey A Law (law@cygnus.com)
7341 * acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
7342 * configure.in: Check for atol.
7343 * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
7345 * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
7347 * loop.c (find_and_verify_loops): When attempting to move insns from
7348 inside the loop outside the loop, create a BARRIER if no suitable
7351 * jump.c (jump_optimize): Remove Dec 17, 1997 chance in
7352 favor of an equivalent change from gcc-2.8.
7354 * i386/x-sco5 (CC): Remove trailing whitespace.
7356 Sat Jan 17 21:09:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7358 * gengenrtl.c (type_from_format): De-ANSIfy function signature.
7359 (accessor_from_format): Likewise.
7360 (xmalloc): New function for use when linking with alloca.o.
7362 Mon Jan 5 02:53:01 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
7364 * frame.c (find_fde): Correct FDE's upper bound.
7366 Fri Jan 16 16:23:52 1998 Richard Henderson <rth@cygnus.com>
7368 * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
7370 Fri Jan 16 10:16:10 1998 Jeffrey A Law (law@cygnus.com)
7372 * calls.c (expand_call): Move #ifdef code out of macro argument
7374 (emit_library_call, emit_library_call_value): Likewise.
7376 Fri Jan 16 00:46:40 1998 Jeffrey A Law (law@cygnus.com)
7378 * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
7380 Thu Jan 15 01:02:30 1998 Jeffrey A Law (law@cygnus.com)
7382 * version.c: Bump for snapshot.
7384 Wed Jan 14 22:49:17 1998 Richard Henderson <rth@cygnus.com>
7386 * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
7387 change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
7388 * caller-save.c, calls.c, combine.c, cse.c: Likewise.
7389 * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
7390 * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
7391 * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
7392 * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
7393 * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
7394 * unroll.c, varasm.c: Likewise.
7395 * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
7397 Wed Jan 14 19:36:08 1998 Gavin Koch (gavin@cygnus.com)
7399 * mips.h: Fix some type-o's from a previous change.
7401 Wed Jan 14 01:26:05 1998 Jeffrey A Law (law@cygnus.com)
7403 * loop.c (check_dbra_loop): Make sure initial value is a
7404 CONST_INT before trying to normalize it.
7406 Tue Jan 13 23:27:54 1998 Robert Lipe (robertl@dgii.com)
7408 * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
7410 Tue Jan 13 22:47:02 1998 Herman ten Brugge <herman@htbrug.net.HCC.nl>
7412 * cppexp.c: Include gansidecl.h
7414 Tue Jan 13 22:43:35 1998 Ian Lance Taylor <ian@cygnus.com>
7416 * svr4.h (LINK_SPEC): Never specify -h.
7417 * ptx4.h (LINK_SPEC): Likewise.
7418 * rs6000/sysv4.h (LINK_SPEC): Likewise.
7419 * sparc/sol2.h (LINK_SPEC): Likewise.
7421 Tue Jan 13 22:39:40 1998 Richard Henderson (rth@cygnus.com)
7423 * c-typeck.c (comptypes): Exit early on NULL input.
7425 * haifa-sched.c (schedule_insns): Correctly remove inter-block
7426 dependencies after reload.
7428 Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7430 * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
7432 Tue Jan 13 22:14:57 1998 Klaus Kaempf <kkaempf@progis.de>
7434 * alpha/vms.h (DIR_SEPARATOR): define
7436 Tue Jan 13 22:13:04 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
7438 * Makefile.in (stamp-proto): Remove.
7439 (protoize.o, unprotoize.o): Straightforward compile.
7440 * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
7442 Tue Jan 13 21:59:39 1998 Mumit Khan <khan@xraylith.wisc.edu>
7444 * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
7445 off the trailing @[NUM] added by ENCODE_SECTION_INFO.
7447 Tue Jan 13 21:55:06 1998 Jeffrey A Law (law@cygnus.com)
7449 * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
7450 * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
7451 * sparc/netbsd.h, vax/netbsd.h: Likewise.
7453 Tue Jan 13 21:37:07 1998 Shigeya Suzuki <shigeya@foretune.co.jp>
7455 * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
7457 Tue Jan 13 17:50:55 1998 Jim Wilson <wilson@cygnus.com>
7459 * configure.in (target_cpu_default, target_cpu_default2): Use double
7460 quotes around them when testing their value.
7461 * configure: Rebuilt.
7463 Tue Jan 13 09:07:44 1998 John Carr <jfc@mit.edu>
7465 * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
7467 (gendef): Call obstack_alloc_rtx.
7469 Tue Jan 13 01:16:36 1998 Robert Lipe (robertl@dgii.com)
7471 * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
7474 Thu Dec 18 18:40:17 1997 Mumit Khan <khan@xraylith.wisc.edu>
7476 * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
7477 of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
7478 (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
7480 Tue Jan 13 00:44:02 1998 Jim Wilson <wilson@cygnus.com>
7482 * mips.md (return_internal): Change mode from SImode to VOIDmode.
7484 Sat Jan 10 22:11:39 1998 J. Kean Johnston <jkj@sco.com>
7486 * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
7489 Sat Jan 10 22:04:15 1998 Stan Cox <scox@equinox.cygnus.com>
7491 * i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode
7492 suffix from operand 3.
7494 Sat Jan 10 21:50:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
7495 Jeffrey A Law (law@cygnus.com)
7497 * regmove.c: New implementation of regmove pass.
7498 * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
7499 decls, make them have external linkage. Return a value from
7500 optimize_reg_copy_1.
7501 * reload.h (count_occurrences): Add decl.
7502 * reload1.c (count_occurrences): Delete decl, make it have external
7504 * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
7506 Sat Jan 10 20:30:12 1998 Jeffrey A Law (law@cygnus.com)
7508 * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
7509 if it is not defined.
7511 Thu Jan 8 21:06:54 1998 Richard Henderson <rth@cygnus.com>
7513 * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
7514 * emit-rtl.c (gen_rtx): Move special code to ...
7515 (gen_rtx_CONST_INT): New function.
7516 (gen_rtx_REG): New function.
7517 (*): Update all calls to gen_rtx.
7518 * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
7519 * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
7520 (GEN_INT): Call gen_rtx_CONST_INT.
7521 * gengenrtl.c: New file.
7523 Mon Jan 5 13:00:18 1998 John F. Carr <jfc@mit.edu>
7525 * alias.c (*_dependence): Call base_alias_check before canon_rtx.
7526 (base_alias_check): If no base found for address call canon_rtx and
7529 Mon Jan 5 11:39:49 1998 Jeffrey A Law (law@cygnus.com)
7531 * mips.c (mips_expand_prologue): Handle large frame with no outgoing
7532 arguments for mips16.
7533 (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
7534 Don't lose if tsize is zero after handling large stack for mips16.
7535 * mips.md (return): For trivial return, return address is in $31.
7537 Sun Jan 4 20:24:00 1998 Nigel Stephens <nigel@algor.co.uk>
7539 * mips/mips16.S: Various changes to make it work with -msingle-float
7542 Sun Jan 4 14:25:18 1998 Gavin Koch <gavin@cygnus.com>
7543 Ian Lance Taylor <ian@cygnus.com>
7544 Jeff Law <law@cygnus.com>
7546 * mips.c, mips.h, mips.md: First cut at merging in mips16
7547 support. Major modifications throughout all three files.
7549 Sun Jan 4 01:01:50 1998 scott snyder <snyder@d0sgif.fnal.gov>
7551 * configure.in: Make gthr-default.h a forwarding header instead of
7554 Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7556 * gcov-io.h: Include sys/types.h to ensure we get size_t.
7558 * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
7560 Fri Jan 2 23:40:09 1998 Jim Wilson (wilson@cygnus.com)
7561 Jeffrey A Law (law@cygnus.com)
7563 * crtstuff.c (__frame_dummy): New function for irix6.
7564 (__do_global_ctors): Call __frame_dummy for irix6.
7565 * iris6.h (LINK_SPEC): Hide __frame_dummy too.
7567 Fri Jan 2 04:57:57 1998 Weiwen Liu <liu@hepmail.physics.yale.edu>
7569 * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
7571 Fri Jan 2 04:34:14 1998 Richard Henderson <rth@cygnus.com>
7573 * c-decl.c (init_decl_processing): Provide proper fallback symbol
7574 for __builtin_memset.
7575 * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
7576 not INTEGER_CST. Assert arg 3 is a constant.
7578 * alpha.c (mode_width_operand): Accept 64-bit modes.
7579 (mode_mask_operand): Likewise.
7580 (print_operand): Likewise for 'M' and 'U' codes.
7581 (alpha_expand_unaligned_load): New function.
7582 (alpha_expand_unaligned_store): Likewise.
7583 (alpha_expand_unaligned_load_words): Likewise.
7584 (alpha_expand_unaligned_store_words): Likewise.
7585 (alpha_expand_block_move): Likewise.
7586 (alpha_expand_block_clear): Likewise.
7587 * alpha.h (MOVE_RATIO): New define.
7588 * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
7589 (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
7591 * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
7592 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
7594 Thu Jan 1 15:40:15 1998 Richard Henderson <rth@cygnus.com>
7596 * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
7597 * configure: Update.
7599 Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com)
7601 * emit-rtl.c (operand_subword): Correctly handle extracting a word
7602 from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
7604 * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
7607 Wed Dec 31 14:42:18 1997 Ian Lance Taylor <ian@cygnus.com>
7609 * configure.in: Set and subsitute host_exeext. Use it when creating
7610 the assembler and linker symlinks.
7611 * configure: Rebuild.
7612 * Makefile.in (exeext): Set to @host_exeext@.
7613 (build_exeext): New variable, set to @build_exeext@.
7614 (FLAGS_TO_PASS): Pass down build_exeext.
7615 (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
7618 Wed Dec 31 10:05:44 1997 Jeffrey A Law (law@cygnus.com)
7620 * mn10200.md (addsi3, subsi3): Fix thinkos.
7622 Tue Dec 30 00:04:49 1997 Richard Henderson <rth@cygnus.com>
7624 * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
7625 save+restore. Fix pic+big_offset delay slot. Use "pic" case for
7626 unix always, since we want to be able to thunk to functions in a
7627 shared library from an application.
7629 Mon Dec 29 14:37:31 1997 Ian Lance Taylor <ian@cygnus.com>
7631 * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
7632 (LIB1ASMSRC, LIB1ASMFUNCS): Define.
7634 Mon Dec 29 14:03:38 1997 Jeffrey A Law (law@cygnus.com)
7636 * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
7637 offset's mode is not ptr_mode, convert it.
7639 Mon Dec 29 15:58:18 1997 Michael Meissner <meissner@cygnus.com>
7641 * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
7642 compiling if it was already defined.
7644 Sun Dec 28 00:32:16 1997 Jeffrey A Law (law@cygnus.com)
7646 * flow.c (find_basic_blocks): Don't create a new basic block
7647 for calls in a LIBCALL block.
7649 Sun Dec 28 00:30:24 1997 David Edelsohn <edelsohn@mhpcc.edu>
7651 * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
7653 Sat Dec 27 22:43:12 1997 Jeffrey A Law (law@cygnus.com)
7655 * cse.c (rtx_cost): Remove conflicting default case.
7657 Sat Dec 27 21:20:02 1997 Richard Henderson <rth@cygnus.com>
7659 * configure.in: Move default enabling of Haifa out of for loop.
7660 * configure: Rebuild.
7662 Thu Dec 25 01:02:54 1997 Jeffrey A Law (law@cygnus.com)
7664 * version.c: Bump for snapshot.
7666 1997-12-25 Teemu Torma <tot@trema.com>
7668 * Makefile.in (GTHREAD_FLAGS): New var.
7669 (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
7670 (distclean): Remove gthr-default.h.
7672 * configure.in: Accept dce as a thread package.
7673 Check for thread.h and pthread.h.
7674 Link gthr-default.h to appropriate thread file and set
7676 (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
7677 include multilib definitions from pa/t-dce-thr.
7678 (sparc-*-solaris2*): Enable threads by default, if thread.h or
7679 pthread.h is found, preferring posix threads over solaris ones.
7681 * config/pa/t-dce-thr: New file.
7682 * config/pa/t-pa: Removed multilibs.
7683 * config/sparc/t-sol2: Ditto.
7686 * gthr-single.h: New file.
7687 * gthr-posix.h: New file.
7688 * gthr-solaris.h: New file.
7689 * gthr-dce.h: New file.
7690 * libgcc-thr.h: Removed.
7691 * objc/thr-dce.c: New file copied from thr-decosf1.c.
7693 * frame.c: Include gthr.h instead of libgcc-thr.h.
7694 * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
7695 (eh_context_initialize): If __gthread_once fails, use static eh
7697 (eh_context_free): Call __gthread_key_dtor.
7699 Wed Dec 24 23:33:17 1997 Jeffrey A Law (law@cygnus.com)
7701 * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
7703 Wed Dec 24 23:12:14 1997 Jim Wilson <wilson@cygnus.com>
7705 * cse.c (max_insn_uid): New variable.
7706 (cse_around_loop): Use max_insn_uid.
7707 (cse_main): Set max_insn_uid.
7709 * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
7710 and define __LONG_MAX__ appropriately. Add support for -mabi=X,
7711 -mlong64, and -mgp{32,64} options.
7712 * mips.c (mips_abi): Change type to int.
7713 * mips.h (enum mips_abi_type): Delete.
7714 (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
7715 (mips_abi): Change type to int.
7717 Wed Dec 24 22:38:34 1997 John Carr <jfc@mit.edu>
7719 * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
7720 optimization is now always enabled.
7722 * calls.c (expand_call): Recognize C++ operator new as malloc-like
7725 * alias.c (memrefs_conflict_p): Eliminate tests now done by
7727 (*_dependence): Call canon_rtx before base_alias_check.
7728 (init_alias_once): New function to precompute set of registers which
7729 can hold Pmode function arguments.
7731 * rtl.h: Declare init_alias_once.
7733 * toplev.c (compile_file): Call init_alias_once.
7735 Wed Dec 24 22:34:55 1997 Jeffrey A Law (law@cygnus.com)
7737 * tree.c (restore_tree_status): Do not dereference a null pointer.
7739 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
7741 * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
7742 RLIMIT_STACK. This maintains consistency with the recent, similar
7743 patch to cccp.c and toplev.c.
7745 Tue Dec 23 05:17:28 1997 Richard Henderson <rth@cygnus.com>
7747 * genattrtab.c (expand_units): For large nr opclasses, expand
7748 function_units_used with ORX to prevent blowups. Tag with FFS.
7749 (num_unit_opclasses): New variable.
7750 (gen_unit): Update it.
7751 (enum operator): Add ORX_OP.
7752 (operate_exp): Treat ORX as or, except don't expand across an if.
7753 Reuse number rtx's after operating on them.
7754 (check_attr_value): Accept IOR, AND, & FFS.
7755 (write_test_expr): Transmute `in_comparison' to `flags'. Allow
7756 for attribute value caching. Handle CONST_STRING, IF_THEN_ELSE.
7757 (write_expr_attr_cache, write_toplevel_expr): New functions.
7758 (write_attr_get): Handle FFS-tagged expressions.
7759 (make_canonical): Don't expand const attributes.
7760 (convert_const_symbol_ref): Dike out.
7761 (evaluate_eq_attr): Handle SYMBOL_REF.
7762 (main): Don't emit get_attr_foo for const attributes.
7764 * alpha.c (override_options): Reinstate PROCESSOR_EV6.
7765 (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
7766 * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
7767 * alpha.md: Redo all of the scheduling, adding EV6 support, and
7768 combining function units where possible.
7769 (attr "type"): Split loads, stores, cmov into int/fp. Combine
7770 multiplies and divides. Add EV6 sqrt, ftoi, itof.
7771 (attr "opsize"): New attribute.
7772 (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
7773 (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
7774 to control register allocation.
7775 (movsi2-1, movdi2-1): Likewise.
7777 Tue Dec 23 03:53:21 1997 Richard Henderson <rth@cygnus.com>
7779 * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
7780 MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
7781 Move OSF/1 specific defines out.
7782 * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
7783 Move Linux specific defines out.
7784 (LINK_SPEC): Genericize.
7785 (ASM_FILE_START): Emit .arch if using more than the base insn set.
7786 (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
7787 (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
7788 (HANDLE_SYSV_PRAGMA): Define.
7789 * alpha/osf.h: New file.
7790 * alpha/linux.h: Split. Retain file-format independant defines.
7791 Import Linux bits from elf.h.
7792 (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
7793 (FUNCTION_PROFILER): _mcount takes its address in $28.
7794 (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
7795 * alpha/linux-ecoff.h: New file.
7796 * alpha/linux-elf.h: New file.
7797 * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
7798 * alpha/win-nt.h (TARGET_DEFAULT): Define.
7799 * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
7800 Add new headers as appropriate.
7802 * configure.in (alpha*): Enable Haifa by default.
7803 (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
7804 * configure: Rebuild.
7806 Tue Dec 23 03:14:54 1997 Richard Henderson <rth@cygnus.com>
7808 * Makefile.in (clean): Remove the stages with their objects here ...
7809 (distclean): ... instead of here.
7811 Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7813 * cse.c (rtx_cost): Add default case in enumeration switch.
7814 * fix-header.c (recognized_macro): Likewise.
7815 (recognized_extern): Likewise.
7816 (write_rbrac): Likewise.
7817 * objc/objc-act.c (encode_aggregate): Likewise.
7818 (gen_declarator): Likewise.
7819 (gen_declspecs): Likewise.
7821 Mon Dec 22 09:58:51 1997 Jeffrey A Law (law@cygnus.com)
7823 * haifa-sched.c (create_reg_dead_note): Detect and handle another
7824 case where we kill more regs after sched than were killed before
7826 * sched.c (create_reg_dead_note): Similarly.
7828 Mon Dec 22 09:18:37 1997 Jeffrey A Law (law@cygnus.com)
7830 * c-pragma.c: Include flags.h.
7832 Sun Dec 21 22:10:59 1997 Mumit Khan <khan@xraylith.wisc.edu>
7834 * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
7835 about system headers.
7836 (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
7837 and also to resolve symbols in prefix.c.
7839 * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
7840 between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
7841 when the definitions in auto-config.h is not visible.
7842 (HAVE_BZERO): Likewise.
7843 (HAVE_BCMP): Likewise.
7844 (HAVE_RINDEX): Likewise.
7845 (HAVE_INDEX): Likewise.
7847 Sun Dec 21 21:54:22 1997 Jeffrey A Law (law@cygnus.com)
7849 * pa.c (emit_move_sequence): Handle a function label source
7852 Sun Dec 21 16:13:55 1997 Nick Clifton <nickc@cygnus.com
7854 * c-pragma.c (handle_pragma_token): Generate warning messages
7855 about unknown pragmas if warn_unknown_pragmas is set.
7857 * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
7858 line option to set variable: warn_unknown_pragmas.
7860 Sun Dec 21 15:51:10 1997 Manfred Hollstein <manfred@lts.sel.alcatel.de>
7862 * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
7864 (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
7866 Sun Dec 21 13:58:39 1997 Jeffrey A Law (law@cygnus.com)
7868 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
7869 (libgcc2.a): Depend on $(DPBIT) and $(FPBIT). Add rules to
7870 generate more fine grained floating point emulation libraries.
7871 * config/fp-bit.c: Add protecting #ifdef to all functions so
7872 that they can be compiled separately. If !FINE_GRAINED_LIBRARIES,
7873 then compile all suitable functions.
7874 (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
7875 underscores to avoid namespace pollution.
7876 * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
7878 * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
7882 Sat Dec 20 11:26:47 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7883 Jeff Law <law@cygnus.com>
7885 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
7887 * c-decl.c (finish_decl): Use parentheses around && within ||.
7888 * rtl.c: Include stdlib.h.
7889 (read_skip_spaces): Add parentheses around assignments used as
7891 (read_rtx): Initialize list_rtx.
7892 * cppexp.c (parse_number): Use || when operands are truth values.
7893 * alias.c (find_base_value): Add default case.
7894 (memrefs_conflict): Likewise.
7895 * combine.c (sets_function_arg_p): Likewise.
7896 * genemit.c (gen_exp): Likewise.
7897 * local-alloc.c (contains_replace_regs): Likewise.
7898 * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
7899 * fold-const.c (fold_convert): Use "&&" for truth values.
7900 (fold): Add default case.
7901 * sdbout.c (sdbout_field_types): Fix typo in declaration.
7902 (sdbout_one_type): Add default case.
7903 * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
7904 (some_operand): Add default case.
7905 (input_operand): Likewise.
7906 (signed_comparison_operator): Likewise.
7907 (divmod_operator): Likewise.
7908 (alpha_set_memflags_1): Likewise.
7909 * reload1.c (reload_cse_simplify_operands): Ensure function
7910 always returns a value.
7911 * scan-decls.c (scan_decls): Likewise.
7912 * c-lex.c (skip_white_space): Fix typo in declaraion.
7913 * c-typeck.c (comp_target_types): Add parentheses around assignment
7914 used as truth value.
7915 (print_spelling): Likewise.
7916 (constructor_implicit, constructor_result): Remove unused variables.
7917 * collect2.c (scan_library): Protect prototype with
7918 #ifdef SCAN_LIBRARIES.
7919 * emit-rtl.c (find_line_note): Fix typo in declaration.
7920 * final.c (asm_insn_count): Protect prototype with
7921 #ifdef HAVE_ATTR_length.
7922 * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
7923 (try_pre_increment_1, try_pre_increment): Likewise.
7924 * regclass.c (auto_inc_dec_reg_p): Protect prototype with
7925 #ifdef FORBIDDEN_INC_DEC_CLASSES. Make return type explicit.
7926 * gcov-io.h (__store_long, __write_long, __read_long): Fix
7927 unsigned/signed comparisons.
7928 * gcov.c (read_files): Remove unused "first_type" variable.
7929 (scan _for_source_files): Initialize s_ptr.
7930 (function_summary): Eliminate "%lf" formatting, use %ld for
7932 (output_data): Initialize branch_probs and last_line_num.
7933 Eliminate "%lf" formatting, use "%ld" for longs.
7935 Fri Dec 19 17:31:11 1997 Ian Lance Taylor <ian@cygnus.com>
7937 * mips16.S: New file.
7939 * libgcc2.c (varargs): Handle mips16.
7941 * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
7943 * stmt.c (expand_end_case): Likewise.
7944 * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
7945 * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
7946 * rs6000.h, sh.h, tahoe.h, v850.h, vax.h: Likewise.
7948 Tue Dec 16 15:14:09 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7950 * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
7951 the build directory.
7952 (libobjc.a): Update dependency list.
7953 (libobjc.dll): Likewise. Use libobjc_entry.o from the build
7955 (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
7956 (objc.mostlyclean): Remove runtime-info.h.
7958 Fri Dec 19 00:19:42 1997 Richard Henderson <rth@cygnus.com>
7960 * tree.c (build_range_type): Allow creation of ranges with no maximum.
7961 * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
7962 * dwarf2out.c (add_subscript_info): Likewise.
7963 * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
7964 * sdbout.c (plain_type_1): Likewise.
7965 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
7967 * fold-const.c (int_const_binop, fold_convert, make_range, fold):
7970 Thu Dec 18 17:05:10 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7972 * mips.c (fatal): Remove declaration.
7974 1997-12-18 Mark Mitchell <mmitchell@usa.net>
7976 * integrate.c (get_label_from_map): New function.
7977 (expand_inline_function): Use it. Initialize the label_map to
7978 NULL_RTX instead of gen_label_rtx.
7979 (copy_rtx_and_substitute): Use get_label_from_map.
7980 * integrate.h (get_label_from_map): New function.
7981 (set_label_from_map): New macro.
7982 * unroll.c (unroll_loop): Use them.
7983 (copy_loop_body): Ditto.
7985 Thu Dec 18 19:19:57 1997 Ian Lance Taylor <ian@cygnus.com>
7987 * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
7988 (INIT_TARGET_OPTABS): Define.
7989 * mips/ecoff.h: Include gofast.h before mips.h.
7990 (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
7991 * mips/elf64.h: Likewise.
7992 * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
7994 Thu Dec 18 14:51:12 1997 Jason Merrill <jason@yorick.cygnus.com>
7996 * except.c: Remove register_exception_table{,_p}.
7998 Thu Dec 18 14:57:29 1997 Gavin Koch <gavin@cygnus.com>
8000 * unroll.c (calculate_giv_inc): Handle constant increment found in
8001 a MEM with an appropriate REG_EQUAL note.
8003 * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
8005 * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
8006 frame pointer in the prologue.
8008 Thu Dec 18 00:19:38 1997 Robert Lipe <robertl@dgii.com>
8010 * i386/x-sco5 (CLIB) Deleted. (ALLOCA) Added.
8011 * i386/xm-sco5.h (USE_C_ALLOCA) Added.
8013 Tue Dec 16 18:51:00 1997 Bill Moyer <billm@cygnus.com>
8015 * config/m68k/m68k.c (output_function_prologue): Typecast
8016 dwarf2out_cfi_label to (char *).
8017 * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
8019 Wed Dec 17 15:06:04 1997 Richard Henderson <rth@cygnus.com>
8021 * sparc.md (jump): Don't use the annul bit around an empty loop.
8022 Patch from Kevin.Kelly@East.Sun.COM.
8024 Wed Dec 17 00:51:36 1997 Stan Cox (scox@cygnus.com)
8026 * jump.c: (jump_optimize): Don't use the return register as a
8027 source1 of a conditional move.
8029 Tue Dec 16 23:45:40 1997 Richard Henderson <rth@cygnus.com>
8031 * sparc.c (DF_MODES): Or the mask not the bit number.
8032 (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
8034 Wed Dec 17 00:13:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
8036 * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
8038 Tue Dec 16 23:44:54 1997 Manfred Hollstein <manfred@s-direktnet.de>
8040 * fixincludes (size_t): Add support for Motorola's stdlib.h
8041 which fails to provide a definition for size_t.
8042 (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
8043 (strlen,strspn,strcspn return value): Handle different layout on sysV88.
8044 (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
8046 * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
8047 prevent unresolved externals in libio.
8048 * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
8050 Tue Dec 16 23:25:45 1997 H.J. Lu (hjl@gnu.org)
8052 * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
8053 (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
8054 (LIB_SPEC): Updated for glibc 2.
8056 Tue Dec 16 20:11:36 1997 Jeffrey A Law (law@cygnus.com)
8058 * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
8059 * ginclude/varargs.h: Likewise.
8061 Tue Dec 16 00:32:01 1997 Jeffrey A Law (law@cygnus.com)
8063 * version.c: Bump for snapshot.
8065 Tue Dec 16 00:14:29 1997 H.J. Lu (hjl@gnu.org)
8067 * frame.h (__register_frame, __register_frame_table,
8068 __deregister_frame): New.
8069 * frame.c (__register_frame, __register_frame_table,
8070 __deregister_frame): New.
8071 * frame.c (__deregister_frame_info): Return void *.
8072 * frame.h (__deregister_frame_info): Ditto.
8073 * collect2.c (__deregister_frame_info): Ditto.
8075 Mon Dec 15 18:40:08 1997 Richard Henderson <rth@cygnus.com>
8077 * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
8079 Mon Dec 15 18:31:43 1997 Richard Henderson <rth@cygnus.com>
8081 * alpha.c (alpha_cpu_name): New variable.
8082 (alpha_mlat_string): Likewise.
8083 (alpha_memory_latency): Likewise.
8084 (override_options): Handle -mmemory-latency.
8085 (alpha_adjust_cost): Adjust load cost for latency.
8086 * alpha.h (TARGET_OPTIONS): Add meory-latency.
8087 (REGISTER_MOVE_COST): Define in terms of memory_latency. Take
8088 TARGET_CIX into account.
8089 (MEMORY_MOVE_COST): Define in terms of memory_latency.
8090 * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
8092 * alpha.h (ASM_COMMENT_START): New macro.
8094 Mon Dec 15 17:48:05 1997 Richard Henderson <rth@cygnus.com>
8096 * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
8097 dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
8099 * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
8100 SUBREG_REG if the word count is unchanged.
8101 * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
8102 subregs of identical word size for push_reload.
8104 Mon Dec 15 Mark Mitchell <mmitchell@usa.net> 11:41:32 1997
8106 * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
8107 if all we're doing is dealing with -Wreturn-type.
8109 Mon Dec 15 09:44:39 1997 Richard Henderson <rth@cygnus.com>
8111 * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
8112 Use and 255 instead of zapnot 1, since it schedules better.
8114 Mon Dec 15 08:48:24 1997 Jeffrey A Law (law@cygnus.com)
8116 * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
8119 Mon Dec 15 00:04:48 1997 Jeffrey A Law (law@cygnus.com)
8121 * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
8122 dependency we delete. Properly update prev for multiple consecutive
8124 (priority): Skip deleted dependence.
8126 Fri Dec 12 18:54:23 1997 Per Bothner <bothner@cygnus.com>
8128 * expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
8130 Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8132 * flow.c (flow_analysis): Be consistent with find_basic_blocks in
8133 determining when a new basic block starts.
8135 * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
8137 * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
8138 * pa.md (iorsi3): Add missing args to *_operand calls.
8140 * except.c (call_get_eh_context): Don't mess with sequences.
8141 (emit_eh_context): Include the call in the sequence here.
8143 1997-12-11 Paul Eggert <eggert@twinsun.com>
8145 * collect2.c (write_c_file_glob): Allocate initial frame object
8146 in static storage and pass its address.
8148 Thu Dec 11 23:33:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8150 * except.c (call_get_eh_context): Don't take a parm.
8151 Put the call at the top of the function.
8152 (emit_eh_context): Adjust.
8153 (get_eh_context): Replace with former use_eh_context.
8154 (get_eh_context_once, get_saved_pc_ref): Remove.
8155 (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
8157 * integrate.c (expand_inline_function): Adjust.
8158 * toplev.c (rest_of_compilation): Don't call emit_unwinder.
8160 Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
8162 * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
8163 (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
8165 Thu Dec 11 23:55:17 1997 Manfred Hollstein <manfred@s-direktnet.de>
8167 * fixincludes (strlen,strspn,strcspn return value): Handle different
8169 (hypot): Provide a fake for hypot which is broken on
8170 m88k-motorola-sysv3.
8172 Thu Dec 11 23:50:17 1997 John F. Carr <jfc@mit.edu>
8174 * tree.c, tree.h: Change tree_code_type, tree_code_length, and
8175 tree_code_name from pointers to arrays.
8176 * tree.c: Remove standard_tree_code_* variables, no longer used.
8177 * print-tree.c: Remove declaration of tree_code_name.
8179 * cp/lex.c (init_lex): Update for tree_code_* changes.
8180 * objc/objc-act.c (init_objc): Likewise.
8182 * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
8185 Thu Dec 11 23:34:54 1997 Fred Fish <fnf@ninemoons.com>
8187 * config.sub: Add support for BeOS target.
8188 * configure.in: Likewise.
8189 * ginclude/stdarg.h: Likewise.
8190 * ginclude/stddef.h: Likewise.
8191 * ginclude/varargs.h: Likewise.
8192 * rs6000/beos.h: New file for BeOS.
8193 * rs6000/t-beos: Likewise.
8194 * rs6000/x-beos: Likewise.
8195 * rs6000/xm-beos.h: Likewise.
8196 * toplev.c (get_run_time): Just return 0 on BeOS.
8198 Thu Dec 11 23:25:23 1997 Jeffrey A Law (law@cygnus.com)
8199 Toon Moene (toon@moene.indiv.nluug.nl)
8201 * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
8202 old and broken Sun3 assemblers. Newer versions handle large
8203 offsets correctly as does the GNU assembler.
8205 Thu Dec 11 23:06:48 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8207 * objc/objc-act.c (lang_report_error_function): Disable.
8208 * objc/objc-parse.y: Include "output.h".
8209 (yyerror): Remove redundant decl.
8210 (yyprint): Fix prototype.
8211 (apply_args_register_offset): Remove redundant decl.
8212 (get_file_function_name): Likewise.
8214 Thu Dec 11 22:02:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8216 * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
8218 (find_basic_blocks_1): Likewise.
8220 Thu Dec 11 21:08:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8222 * except.c (use_eh_context): Don't copy_rtx a REG.
8223 (emit_throw): Lose old unwinder support.
8224 (expand_internal_throw): Likewise.
8225 * libgcc2.c (struct eh_context): Likewise.
8226 (new_eh_context): Likewise.
8227 (__get_eh_info): Lose redundant cast.
8228 (__get_dynamic_handler_chain): Likewise.
8229 (__get_saved_pc): Lose.
8230 Lose all old unwinder support code.
8232 Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
8234 Thread-safe EH support for pthreads, DCE threads and Solaris threads.
8236 * integrate.c (expand_inline_function): If the inline fn uses eh
8237 context, make sure that the current fn has one.
8238 * toplev.c (rest_of_compilation): Call emit_eh_context.
8239 * except.c (use_eh_context): New fn.
8240 (get_eh_context_once): New fn.
8241 (call_get_eh_context): New fn.
8242 (emit_eh_context): New fn.
8243 (get_eh_context): Call either get_eh_context_once or
8244 call_get_eh_context, depending on what we have.
8245 (get_dynamic_handler_chain): Call get_eh_context_once.
8246 * except.h: Prototypes for fns above.
8247 * optabs.c (get_eh_context_libfunc): Removed.
8248 (init_optabs): Don't initialize it.
8249 * expr.h (get_eh_context_libfunc): Removed.
8250 * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
8251 * config/pa/pa.h (CPP_SPEC): Support for -threads.
8252 * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
8253 * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
8254 New multilib for -threads.
8255 * config/sparc/t-sol2: Added multilibs for -threads and
8256 made -pthreads alias to it.
8257 * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
8258 Added -threads and -pthreads options.
8259 * libgcc-thr.h: New file.
8260 * libgcc2.c: (__get_cpp_eh_context): Removed.
8261 (struct cpp_eh_context): Removed.
8262 (struct eh_context): Replaced cpp_eh_context with generic language
8264 (__get_eh_info): New function.
8265 (__throw): Check eh_context::info.
8267 * libgcc2.c: Include libgcc-thr.h.
8268 (new_eh_context, __get_eh_context,
8269 eh_pthread_initialize, eh_context_initialize, eh_context_static,
8270 eh_context_specific, eh_context_free): New functions.
8271 (get_eh_context, eh_context_key): New variables.
8272 (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
8273 get_eh_context to get the context.
8274 (longjmp): Move the declaration inside
8275 #ifdef DONT_USE_BUILTIN_SETJMP.
8276 * frame.c: Include libgcc-thr.h.
8277 (object_mutex): Mutex to protect the object list.
8278 (find_fde, __register_frame, __register_frame_table,
8279 __deregister_frame): Hold the lock while accessing objects.
8280 * except.h (get_eh_context): Declare.
8281 * except.c (current_function_ehc): Define.
8282 (current_function_dhc, current_function_dcc): Removed.
8283 (get_eh_context): New function.
8284 (get_dynamic_handler_chain): Use get_eh_context.
8285 (get_saved_pc_ref): Ditto.
8286 (get_dynamic_cleanup_chain): Removed references to
8287 current_function_dcc.
8288 (save_eh_status, restore_eh_status): Save and restore
8289 current_function_ehc instead.
8290 * optabs.c (get_eh_context_libfunc): New variable.
8291 (init_optabs): Initialize it.
8292 * expr.h: Declare get_eh_context_libfunc.
8293 * function.h (struct function): Replaced dhc and dcc with ehc.
8294 * except.c (get_saved_pc_ref): New functions.
8295 (eh_saved_pc_rtx, eh_saved_pc): Deleted.
8296 (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
8298 (end_eh_unwinder): Likewise.
8299 (init_eh): Remove initialization of eh_saved_pc.
8300 * optabs.c (get_saved_pc_libfunc): New variable.
8301 (init_optabs): Initialize it.
8302 * expr.h: Declare get_saved_pc_libfunc.
8303 * except.h (eh_saved_pc_rtx): Deleted.
8304 (get_saved_pc_ref): Declared.
8306 From Scott Snyder <snyder@d0sgif.fnal.gov>:
8307 * libgcc2.c (__get_saved_pc): New.
8308 (__eh_type, __eh_pc): Deleted.
8309 (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
8310 (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
8313 Thu Dec 11 17:23:48 1997 John F. Carr <jfc@mit.edu>
8315 * sparc/sol2.h: Use 64 bit multiply and divide functions in
8316 Solaris libc. Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
8319 * rtl.h (global_rtl): New variable, replacing separate variables for
8321 (const_int_rtx): Now array of rtx_def, not rtx.
8322 * emit-rtl.c: Update for new rtl data structures.
8323 * genattrtab.c: Define global_rtl.
8325 Thu Dec 11 15:50:29 1997 David Edelsohn <edelsohn@mhpcc.edu>
8327 * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
8330 Wed Dec 10 12:30:18 1997 Anthony Green <green@cygnus.com>
8332 * crtstuff.c (__do_global_ctors): Fix typo.
8334 Tue Dec 9 09:43:59 1997 Manfred Hollstein <manfred@s-direktnet.de>
8336 * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
8337 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
8339 Tue Dec 9 09:38:58 1997 David Edelsohn <edelsohn@mhpcc.edu>
8341 * rs6000.h (FUNCTION_ARG_PADDING): Define.
8342 * rs6000.c (function_arg_padding): New function.
8344 Tue Dec 9 10:34:21 1997 Manfred Hollstein <manfred@s-direktnet.de>
8346 * m68k.c: Include tree.h only once.
8348 Tue Dec 9 09:32:33 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8350 * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
8352 Tue Dec 9 01:16:06 1997 Jeffrey A Law (law@cygnus.com)
8354 * Partially cleaned up prototyping code from HJ.
8355 * tree.h: Add many prototypes.
8356 * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
8357 All references changed.
8358 * rtl.h: Protect from multiple inclusions. Add many prototypes.
8360 Tue Dec 9 01:15:15 1997 Fred Fish <fnf@ninemoons.com>
8362 * libgcc2.c (string.h): Hoist inclusion to occur before first use of
8363 string functions like strlen.
8365 Tue Dec 9 00:57:38 1997 Manfred Hollstein <manfred@s-direktnet.de>
8367 * configure.in: Check for functions getrlimit and setrlimit.
8368 * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
8369 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
8371 Mon Dec 8 23:53:26 1997 Jay Sachs <sachs@bull.cs.williams.edu>
8373 * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
8375 Mon Dec 8 21:03:28 1997 Richard Henderson <rth@cygnus.com>
8377 * alpha.c (REG_RA, alpha_return_addr, output_epilog):
8380 * alpha.c (override_options): Don't know about scheduling for EV6.
8381 * alpha.md (ev5 function units): Don't overload as ev6.
8383 * alpha.c (alpha_adjust_cost): Simplify. Fix typo in ev5 mult case.
8384 * alpha.md (define_attr type): Add mvi.
8385 (ev5_e0): Define sceduling parameters for it.
8386 (TARGET_MAX insns): Type is mvi not shift.
8388 Mon Dec 8 18:15:00 1997 Richard Henderson <rth@cygnus.com>
8390 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
8392 Mon Dec 8 21:17:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8394 * cstamp-h, auto-config.h: Delete.
8396 Sun Dec 7 19:19:03 1997 Jeffrey A Law (law@cygnus.com)
8398 * version.c: Bump for snapshot.
8400 Sat Dec 6 22:22:22 1997 Jeffrey A Law (law@cygnus.com)
8402 * cccp.c: Fix typo brought over in merge.
8404 * Merge in changes from gcc-2.8.
8406 Mon Nov 3 05:45:32 1997 Philippe De Muyter <phdm@macqel.be>
8408 * m68k.c: Include tree.h for dwarf2out_cfi_label.
8410 * gcc.c (process_command): Do not take address of function fatal when
8411 calling lang_specific_driver.
8413 Sat Dec 6 01:02:38 1997 Mumit Khan <khan@xraylith.wisc.edu>
8415 * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
8416 doesn't work with it yet, so set it to 0.
8417 * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
8419 Sat Dec 6 01:01:02 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
8421 * cse.c (cse_insn): Check for invalid entries when taking references.
8423 Fri Dec 5 18:26:25 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8425 * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
8426 (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
8427 * toplev.c (rest_of_compilation): Pass it. Remove code to
8428 save / clear / restore flag_unroll_{,all_}loops.
8430 Fri Dec 5 16:26:03 1997 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
8432 * i386.c (notice_update_cc): Remove bogus pentium GCC code.
8434 Fri Dec 5 16:25:14 1997 Jeffrey A Law (law@cygnus.com)
8436 * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
8438 Thu Dec 4 11:51:00 1997 Jason Merrill <jason@yorick.cygnus.com>
8440 * except.c (get_dynamic_handler_chain): Only make the call once per
8443 * except.c (expand_end_all_catch): Fix for sjlj exceptions.
8445 Thu Dec 4 12:30:40 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8447 * sh.c (final_prescan_insn): Use local label prefix
8448 when emitting .uses pseudo-ops.
8450 Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
8452 * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
8453 * except.c: Lose outer_context_label_stack.
8454 (expand_eh_region_end): Rethrow from outer_context here.
8455 (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
8456 (expand_internal_throw): Take no args.
8457 (expand_internal_throw_indirect): Lose.
8458 (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
8459 (expand_start_all_catch): Start a rethrow region.
8460 (expand_end_all_catch): End it.
8461 (expand_rethrow): New fn.
8462 * except.h: Reflect above changes.
8463 * flow.c: Revert change of Nov 27.
8465 Thu Dec 4 00:24:09 1997 Jeffrey A Law (law@cygnus.com)
8467 * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
8469 Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
8471 * except.c (expand_fixup_region_end): New fn.
8472 (expand_fixup_region_start): Likewise.
8473 (expand_eh_region_start_tree): Store cleanup into finalization here.
8474 * stmt.c (expand_cleanups): Use them to protect fixups.
8476 Wed Dec 3 11:41:13 1997 Gavin Koch <gavin@cygnus.com>
8478 * mips/mips.md (muldi3_r4000): Broaden the output template
8479 and attribute assignments to handle three operand dmult;
8480 rename to muldi3_internal2.
8481 (muldi3): Call the new muldi3_internal2 for R4000, and
8482 any GENERATE_MULT3 chip.
8484 Tue Dec 2 19:40:43 1997 Jason Merrill <jason@yorick.cygnus.com>
8486 * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
8488 Tue Dec 2 12:54:33 1997 Jim Wilson <wilson@cygnus.com>
8490 * unroll.c (find_splittable_givs): Remove last change. Handle givs
8491 with a dest_reg that was created by loop.
8493 Sat Nov 29 12:44:57 1997 David Edelsohn <edelsohn@mhpcc.edu>
8495 * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
8497 * rs6000/aix41.h (ASM_CPU_SPEC): Define.
8499 Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com)
8501 * configure.in: Fix NCR entries.
8503 Thu Nov 27 12:20:19 1997 Jeffrey A Law (law@cygnus.com)
8505 * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
8506 nested exceptions correctly.
8508 * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
8509 that was created by loop.
8511 Thu Nov 27 09:34:58 1997 Jason Merrill <jason@yorick.cygnus.com>
8513 * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
8515 * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
8517 Wed Nov 26 15:47:30 1997 Michael Meissner <meissner@cygnus.com>
8519 * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
8520 (print_operand): Use SMALL_DATA_REG for the register involved in
8521 small data relocations.
8522 (print_operand_address): Ditto.
8524 * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
8525 -dynamic linker is not used.
8527 * rs6000.md (call insns): For local calls, use @local suffix under
8528 System V. Don't use @plt under Solaris.
8530 * rs6000.c (output_function_profiler): Put label address in r0, and
8531 store LR in 4(sp) for System V/eabi.
8533 * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
8534 byte boundary, and maintain stack backchain.
8536 Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
8538 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
8539 fix_truncsfdi2): Change *.
8541 Wed Nov 26 11:12:26 1997 Jason Merrill <jason@yorick.cygnus.com>
8543 * toplev.c (main): Complain about -gdwarfn.
8545 Tue Nov 25 22:43:30 1997 Jason Merrill <jason@yorick.cygnus.com>
8547 * dwarfout.c (output_type): If finalizing, write out nested types
8548 of types we've already written.
8550 Tue Nov 25 20:32:24 1997 Michael Meissner <meissner@cygnus.com>
8552 (patches originally from Geoffrey Keating)
8553 * rs6000.c (function_arg): Excess floating point arguments don't
8554 go into GPR registers after exhausting FP registers under the
8556 (function_arg_partial_nregs): Ditto.
8558 * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
8561 Tue Nov 25 23:37:27 1997 Jason Merrill <jason@yorick.cygnus.com>
8563 * integrate.c (output_inline_function): Just unset DECL_INLINE.
8565 Tue Nov 25 23:33:29 1997 scott snyder <snyder@d0sgif.fnal.gov>
8567 * dwarf2out.c (outout_call_frame_info): Ensure that the info has
8570 * libgcc2.c (__throw): Initialize HANDLER.
8572 Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
8574 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
8575 fix_truncsfdi2): Change *X to ?*X.
8577 Tue Nov 25 10:00:42 1997 Richard Henderson (rth@cygnus.com)
8579 * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
8581 Tue Nov 25 10:00:42 1997 Jeffrey A Law (law@cygnus.com)
8583 * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
8585 Tue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog.fr>:
8587 * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
8589 Mon Nov 24 22:41:55 1997 Jason Merrill <jason@yorick.cygnus.com>
8591 * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
8592 * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
8595 Sat Nov 22 18:58:20 1997 Jeffrey A Law (law@cygnus.com)
8597 * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
8598 * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
8599 gas and not using the new HP assembler.
8601 Fri Nov 21 15:20:05 1997 Jeffrey A Law (law@cygnus.com)
8603 * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
8604 (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
8606 Fri Nov 21 19:37:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
8608 * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
8609 TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
8612 Fri Nov 21 12:49:56 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8614 * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
8616 Fri Nov 21 12:18:51 1997 Jason Merrill <jason@yorick.cygnus.com>
8618 * except.h: Add outer_context_label_stack.
8619 * except.c: Likewise.
8620 (expand_start_all_catch): Push the outer_context for the try block
8621 onto outer_context_label_stack.
8622 (expand_end_all_catch): Use it and pop it.
8624 Fri Nov 21 10:13:11 1997 Robert Lipe (robertl@dgii.com)
8626 * i386/sco5.h (HAVE_ATEXIT): Revert last change.
8628 Thu Nov 20 16:11:50 1997 Richard Henderson <rth@cygnus.com>
8630 * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
8632 Thu Nov 20 16:11:50 1997 Klaus Kaempf <kkaempf@progis.de>
8634 * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
8635 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
8637 Thu Nov 20 14:42:15 1997 Jason Merrill <jason@yorick.cygnus.com>
8639 * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
8640 * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
8641 __builtin_delete, and __builtin_vec_delete.
8643 * except.c (output_exception_table): Don't bother with
8646 Thu Nov 20 16:11:50 1997 Jeffrey A Law (law@cygnus.com)
8648 * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
8649 is an in/out operand.
8650 (zero extended variants of stwm/stwm patterns): Similarly.
8652 * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
8654 Thu Nov 20 13:19:32 1997 Jason Merrill <jason@yorick.cygnus.com>
8656 * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
8658 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
8659 (output_call_frame_info): Emit a \n after using it.
8661 Thu Nov 20 00:38:46 1997 Dave Love <d.love@dl.ac.uk>
8663 * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
8665 Wed Nov 19 12:03:04 1997 Philippe De Muyter <phdm@macqel.be>
8667 * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
8668 (ASM_OUTPUT_DWARF_VALUE4): New macro.
8669 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
8671 (output_call_frame_info): Do not output forward label differences
8672 if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
8673 * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
8675 Tue Nov 18 23:03:30 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8677 * sh.md (attribute "type"): Add nil.
8678 (movsi_ie): y/y alternative is type nil.
8679 (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
8681 (movsf_ie+1): Delete.
8683 Tue Nov 18 15:39:59 1997 Jim Wilson <wilson@cygnus.com>
8685 * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
8686 large_int, emit two insns instead of one splitable insn.
8687 * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
8688 from cfa_temp_value, use cfa_offset. Add assert checking that
8691 Mon Nov 17 15:35:38 1997 Tom Tromey <tromey@cygnus.com>
8693 * cccp.c (deps_output): Properly quote file names for make.
8695 Mon Nov 17 13:21:40 1997 Jeffrey A Law (law@cygnus.com)
8697 * t-h8300 (MULTILIB_EXCEPTIONS): Define.
8699 Fri Nov 7 15:33:11 1997 Robert Lipe (robertl@dgii.com)
8701 * i386/sco5.h (HAVE_ATEXIT): Delete definition.
8703 Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com)
8705 * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
8707 (cse_end_of_basic_block): Similarly.
8709 Sun Nov 16 23:01:40 1997 J. Kean Johnston <jkj@sco.com>
8711 * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
8712 (SELECT_RTX_SECTION): Define.
8713 (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
8715 Sun Nov 16 22:47:03 1997 Manfred Hollstein <manfred@s-direktnet.de>
8717 * Makefile.in (compare, compare-lean): Define $stage for each
8719 (gnucompare, gnucompare-lean): Likewise.
8721 Sun Nov 16 22:02:16 1997 Richard Henderson (rth@cygnus.com)
8723 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
8725 * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
8726 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
8728 Fri Nov 14 09:09:20 1997 Fred Fish (fnf@cygnus.com)
8730 * dwarfout.c (byte_size_attribute): Add local var upper_bound
8731 and add case to handle STRING_TYPE.
8732 * dwarfout.c (output_string_type_die): Fix code to generate
8733 correct string length attribute for fixed length strings.
8734 Still needs support for varying length strings.
8736 Fri Nov 14 08:46:56 1997 Jeffrey A Law (law@cygnus.com)
8738 * toplev.c (get_run_time): Do something sensible for cygwin32.
8740 Fri Nov 14 07:24:20 1997 Richard Henderson <rth@cygnus.com>
8742 * expr.c (expand_builtin_setjmp): Set
8743 current_function_has_nonlocal_label.
8744 * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
8745 call-saved registers across calls.
8747 * alpha.md (exception_receiver): Remove.
8748 (nonlocal_goto_receiver_osf): New
8749 (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
8750 (nonlocal_goto_receiver): New, select _osf or _vms.
8752 * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
8753 keep them from being propogated to the object file.
8754 (alpha_write_linkage): Likewise.
8755 * alpha.md (call_vms): Likewise.
8756 (call_value_vms): Likewise.
8757 (unnamed osf call insns): Likewise.
8759 * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
8760 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8762 * alpha.c (call_operand): Any reg is valid for WinNT.
8763 * alpha.md (call_nt, call_value_nt): Don't force address into $27.
8764 (anon nt calls): Add 'R' alternative.
8765 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
8766 INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
8768 Fri Nov 14 06:59:33 1997 Jeffrey A Law (law@cygnus.com)
8770 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
8772 * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
8773 * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
8774 * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
8776 Thu Nov 13 20:37:33 1997 Michael Meissner <meissner@tiktok.cygnus.com>
8778 * reload1.c (new_spill_reg): Improve fixed or forbidden register
8779 spill error message.
8781 Thu Nov 13 20:29:08 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8783 * prefix.c: Use stdarg.h only ifdef __STDC__. Otherwise,
8784 use varargs.h. Wrap header with <>, not "".
8786 Thu Nov 13 20:21:17 1997 Jeffrey A Law (law@cygnus.com)
8788 * integrate.c (save_for_inline_copying): Add return value from
8791 Thu Nov 13 19:12:33 1997 Brendan Kehoe <brendan@cygnus.com>
8793 * fixincludes: Be a little more restrictive on what we will
8794 substitute to replace definitions of MAXINT for HPUX.
8796 Thu Nov 13 18:41:02 1997 Michael Meissner <meissner@cygnus.com>
8798 * dbxout.c (dbxout_symbol_location): Don't assume that variables
8799 whose address is the stack or argument pointers are indirect
8802 1997-11-13 Paul Eggert <eggert@twinsun.com>
8804 * cccp.c, cpplib.c (compare_defs):
8805 Don't complain about arg name respellings unless pedantic.
8806 * cpplib.c (compare_defs): Accept pfile as new arg.
8807 All callers changed.
8809 Thu Nov 13 23:33:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8811 * fold-const.c (fold_truthop): Fix bug in last change.
8813 1997-11-13 Paul Eggert <eggert@twinsun.com>
8815 Fix some confusion with IEEE minus zero.
8817 * real.h (REAL_VALUES_IDENTICAL): New macro.
8819 * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
8820 * fold-const.c (operand_equal_p): Don't consider -0.0 to be
8822 * tree.c (simple_cst_equal): Don't consider -0.0 to have the
8823 same tree structure as 0.0.
8825 * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
8826 macro instead of doing it by hand.
8828 Thu Nov 13 16:56:14 1997 Jeffrey A Law (law@cygnus.com)
8830 * v850/lib1funcs.asm: Minor whitespace changes.
8831 * v850.c: Fix minor formatting problems in many places.
8832 (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
8834 Thu Nov 13 12:53:44 1997 Jim Wilson <wilson@cygnus.com>
8836 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
8837 xplus1 when xplus0 is not a register.
8839 Thu Nov 13 11:41:42 1997 Jeffrey A Law (law@cygnus.com)
8841 * flow.c (find_basic_blocks): During marking phase, if we encounter
8842 an insn with a REG_LABEL note, make the target block live and
8843 create an edge from the insn to the target block. Do not make
8844 edges from all blocks to the target block.
8846 * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
8848 * confiugre.in: Tweak NCR entries.
8849 * configure: Rebuilt.
8851 Thu Nov 13 11:07:41 1997 Michael Meissner <meissner@cygnus.com>
8853 * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
8854 pick apart floating point values, instead of using CONST_DOUBLE_LOW
8855 and CONST_DOUBLE_HIGH.
8857 * rs6000.md (define_splits for DF constants): Use the appropriate
8858 REAL_VALUE_* interface to pick apart DF floating point constants in
8859 a machine independent fashion.
8861 Thu Nov 13 00:06:58 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8863 * fold-const.c (fold_truthop): When changing a one-bit comparison
8864 against zero into a comparison against mask, do a proper sign
8867 Wed Nov 12 09:37:01 1997 Jeffrey A Law (law@cygnus.com)
8869 * except.c: Do not include "assert.h".
8870 (save_eh_status): Turn asserts into conditional aborts.
8871 (restore_eh_status, scan_region): Likewise.
8872 * dwarfout.c: Do not include "assert.h".
8873 (bit_offset_attribute): Turn asserts into conditional aborts.
8874 (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
8875 (output_inlined_structure_type_die): Likewise.
8876 (output_inlined_union_type_die): Likewise
8877 (output_tagged_type_instantiation): Likewise.
8878 (dwarfout_file_scope_decl): Likewise.
8879 * dwarf2out.c: Do not include "assert.h"
8880 (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
8881 (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
8882 (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
8883 (add_bit_size_attribute, scope_die_for): Likewise.
8884 (output_pending_types_for_scope): Likewise.
8885 (get_inlined_enumeration_type_die): Likewise.
8886 (get_inlined_structure_type_die): Likewise.
8887 (get_inlined_union_type_die, gen_subprogram_die): Likewise.
8888 (gen_tagged_type_instantiation_die): Likewise.
8890 * flow.c (find_basic_blocks): Refine further to get a more correct
8891 cfg, especially in the presense of exception handling, computed
8892 gotos, and other non-trivial cases. Call abort if an inaccuracy
8893 is detected in the cfg.
8895 Tue Nov 11 21:47:27 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8897 * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
8899 * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
8900 (skip_white_space): Use whitespace_cr.
8901 (check_newline): Handle whitespace more consistently.
8903 Tue Nov 11 16:25:49 1997 Jim Wilson <wilson@cygnus.com>
8905 * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
8906 * i386/xm-cygwin32.h (POSIX): Define.
8908 Mon Nov 10 20:53:11 1997 Gavin Koch <gavin@cygnus.com>
8910 * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
8911 is available elsewhere.
8913 Mon Nov 10 16:21:58 1997 Doug Evans <devans@canuck.cygnus.com>
8915 * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
8916 what the instruction can handle.
8918 Mon Nov 10 03:02:19 1997 Jason Merrill <jason@yorick.cygnus.com>
8920 * stmt.c (expand_decl_cleanup_no_eh): New fn.
8922 * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
8924 Mon Nov 10 00:05:56 1997 Jeffrey A Law (law@cygnus.com)
8926 * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
8927 (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
8929 Sun Nov 9 14:34:47 1997 David Edelsohn <edelsohn@mhpcc.edu>
8931 * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
8932 swap instruction order.
8934 Sun Nov 9 02:07:16 1997 Jeffrey A Law (law@cygnus.com)
8936 * fixinc.svr4 (__STDC__): Add another case.
8938 Sun Nov 9 02:00:29 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8940 * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
8941 addresses in the epilogue delay slot.
8943 Sun Nov 9 01:40:40 1997 Manfred Hollstein (manfred@s-direktnet.de)
8945 * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
8946 in generated `specs' file.
8948 Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com)
8950 * flags.h (flag_rerun_loop_opt): Declare.
8951 * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
8952 * toplev.c (flag_rerum_loop_opt): Delete static.
8954 Sat Nov 8 18:20:21 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8956 Bring over from FSF:
8958 Thu Oct 30 12:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8960 * va-sh.h (__va_arg_sh1): Define.
8962 SH3E doesn't use any integer registers for subsequent arguments
8963 once a non-float value was passed in the stack.
8964 * sh.c (machine_dependent_reorg): If optimizing, put explicit
8965 alignment in front label for ADDR_DIFF_VEC.
8966 * sh.h (PASS_IN_REG_P): Fix SH3E case.
8967 (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
8969 Tue Oct 28 15:06:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8971 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
8974 Mon Oct 27 16:11:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8976 * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
8977 put an use_sfunc_addr before each sfunc.
8978 * sh.md (use_sfunc_addr, dummy_jump): New insns.
8979 (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
8981 Tue Oct 21 07:12:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8983 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
8985 Fri Nov 7 10:22:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8987 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
8990 Wed Nov 5 14:26:05 1997 Jeffrey A Law (law@cygnus.com)
8992 * alias.c (find_base_value): Only return the known base value for
8995 Wed Nov 5 11:27:14 1997 Jim Wilson <wilson@cygnus.com>
8997 * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
8998 * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
9000 (prologue_get_pc_and_set_got): New pattern.
9002 Tue Nov 4 20:36:50 1997 Richard Henderson (rth@cygnus.com)
9004 * alpha.c (summarize_insn): Handle ASM_OPERANDS. Don't recurse
9005 for SUBREG, just fall through.
9007 * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
9009 * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
9011 Tue Nov 4 18:49:42 1997 Jeffrey A Law (law@cygnus.com)
9013 * fixincludes: Fix "hypot" prototype in NeXT math.h.
9015 * Makefile.in (USE_ALLOCA): Always include alloca.o.
9016 (USE_HOST_ALLOCA): Likewise.
9018 * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
9019 and LABEL_REFS fields.
9020 * rtl.h (LABEL_REFS): Update.
9022 Tue Nov 4 16:55:11 1997 Jim Wilson <wilson@cygnus.com>
9024 * combine.c (try_combine): When setting elim_i2, check whether newi2pat
9025 sets i2dest. When calling distribute_notes for i3dest_killed, pass
9026 elim_i2 and elim_i1. When setting elim_i1, check if newi2pat
9029 * mips.md (insv, extzv, extv): Add change_address call.
9030 (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
9032 * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
9034 * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
9036 * mips.c (mips_expand_epilogue): Emit blockage insn before call to
9037 save_restore_insns if no FP and GP will be restored.
9039 * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
9040 Convert CCmode to word_mode before calling GET_MODE_SIZE.
9042 * acconfig.h (HAVE_INTTYPES_H): Undef.
9043 * configure.in (inttypes.h): Check for conflicts between sys/types.h
9044 and inttypes.h, and verify that intmax_t is defined.
9045 * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
9046 * config/mips/x-iris3: Likewise.
9048 Tue Nov 4 16:07:15 1997 Jeffrey A Law (law@cygnus.com)
9050 * alias.c (find_base_value): When copying arguments, return the
9051 tenative value for a hard register.
9053 Tue Nov 4 13:40:35 1997 Doug Evans <devans@canuck.cygnus.com>
9055 * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
9056 (yylex): Record wide strings using target endianness, not host.
9058 Tue Nov 4 13:13:12 1997 Jeffrey A Law (law@cygnus.com)
9060 * mn10200.h (ASM_OUTPUT_BSS): Delete.
9061 (ASM_OUTPUT_ALIGNED_BSS): New macro
9062 * mn10300.h (ASM_OUTPUT_BSS): Delete.
9063 (ASM_OUTPUT_ALIGNED_BSS): New macro.
9064 * v850.h (ASM_OUTPUT_BSS): Delete.
9065 (ASM_OUTPUT_ALIGNED_BSS): New macro.
9067 Tue Nov 4 00:55:48 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9069 * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
9071 Mon Nov 3 14:36:50 1997 Jeffrey A Law (law@cygnus.com)
9073 * configure.in (sco5): Use cpio to install header files.
9075 Sun Nov 2 23:31:43 1997 Manfred Hollstein <manfred@s-direktnet.de>
9077 * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
9079 * configure: Rebuild.
9081 Sun Nov 2 19:44:00 1997 Robert Lipe (robertl@dgii.com)
9083 * i386/sco5.h: enable -gstabs once again.
9085 Sun Nov 2 19:27:21 1997 Jeffrey A Law (law@cygnus.com)
9087 * arm.c (output_move_double): Allocate 3 entries in otherops array.
9089 Sat Nov 1 21:43:00 1997 Mike Stump (mrs@wrs.com)
9091 * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
9092 notes for sjlj exceptions too.
9093 (expand_eh_region_end): Similarly for EH_REGION_END notes.
9094 (exception_optimize): Optimize EH regions for sjlj exceptions too.
9095 * final.c (final_scan_insn): Don't output labels for EH REGION
9096 notes if doing sjlj exceptions.
9098 Sat Nov 1 19:15:28 1997 Jeffrey A Law (law@cygnus.com)
9100 * alias.c (init_alias_analysis): Handle -fno-alias-check when
9101 optimizing correctly.
9103 * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
9104 or set current_function_calls_setjmp anymore.
9106 * flow.c (find_basic_blocks): If we delete the label for an
9107 exception handler, remove it from the EH label list and remove
9108 the EH_BEGIN/EH_END notes for that EH region.
9110 Sat Nov 1 16:44:49 1997 Jason Merrill (jason@cygnus.com)
9112 * flow.c (find_basic_blocks): Generate correct flow control
9113 information when exception handling notes are present.
9115 Sat Nov 1 13:42:19 1997 Jeffrey A Law (law@cygnus.com)
9117 * dwarf2out.c (output_call_frame_info): Fix length argument
9118 to ASM_OUTPUT_ASCII.
9119 (output_die, output_pubnames, output_line_info): Likewise.
9121 Fri Oct 31 07:10:09 1997 Jeffrey A Law (law@cygnus.com)
9123 * version.c: Bump for snapshot.
9125 * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
9126 output ASCII by default. Only use ASM_OUTPUT_DWARF_STRING if
9127 flag_debug_asm is on.
9128 (output_die, output_pubnames, output_line_info): Likewise.
9130 * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
9131 and static_chain_rtx into the potential base values array if
9134 * alias.c (new_reg_base_value): New array of potential base values.
9135 (unique_id): Now file scoped static.
9136 (find_base_value, case REG): Return the value in reg_base_value
9137 array for the REG if it exists. Else, return the value from
9138 new_reg_base_value if copying args and REG is a hard register.
9139 (find_base_value, case PLUS): If either operand of the PLUS is
9140 a REG, try to get its base value. Handle base + index and
9142 (record_set): Use new_reg_base_value instead of reg_base_value.
9143 (init_alias_analysis): Allocate space for new_reg_base_value too.
9144 Rework code to iterate over the insns propagating base value
9145 information until nothing changes.
9147 * global.c (global_alloc): Free the conflict matrix after
9148 reload has finished.
9150 Fri Oct 31 01:45:31 1997 Jason Merrill <jason@yorick.cygnus.com>
9152 * libgcc2.c (L_eh): Define __eh_pc.
9153 Replace __eh_type with generic pointer __eh_info.
9155 Fri Oct 31 00:34:55 1996 J"orn Rennecke <amylaar@cygnus.co.uk>
9157 * expr.c (expand_increment): When enqueing a postincrement for a MEM,
9158 use copy_to_reg if address is not a general_operand.
9160 Fri Oct 31 00:16:55 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9162 * profile.c (output_func_start_profiler): Clear flag_inline_functions
9163 for the duration of the call to rest_of_compilation.
9165 Thu Oct 30 14:40:10 1997 Doug Evans <devans@canuck.cygnus.com>
9167 * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
9169 (sparc*-*-*): Recognize --with-cpu=v9.
9170 * sparc/elf.h: New file.
9171 * sparc/t-elf: New file.
9173 Thu Oct 30 13:26:12 1997 Jeffrey A Law (law@cygnus.com)
9175 * mn10300.c (const_8bit_operand): New function.
9176 (mask_ok_for_mem_btst): New funtion.
9177 * mn10300.md (btst patterns with mem operands): Use new functions
9178 to avoid creating btst instructions with invalid operands.
9180 Wed Oct 29 16:57:19 1997 Michael Meissner <meissner@cygnus.com>
9182 * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
9183 are running on PowerPC Linux.
9185 Wed Oct 29 13:10:11 1997 Gavin Koch <gavin@cygnus.com>
9187 * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
9188 if not previously defined.
9190 Tue Oct 28 23:55:27 1997 Doug Evans (devans@cygnus.com)
9192 * function.c (assign_parms): Correct mode of stack_parm if
9193 entry_parm underwent a mode conversion.
9195 1997-10-28 Brendan Kehoe <brendan@lisa.cygnus.com>
9197 * global.c (global_alloc): Use xmalloc instead of alloca for
9198 CONFLICTS, since max_allocno * allocno_row_words alone can be more
9199 than 2.5Mb sometimes.
9201 Tue Oct 28 15:29:15 1997 Richard Henderson <rth@cygnus.com>
9203 * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
9204 DEST for the spill, adjust mode of SRC to compensate.
9206 Tue Oct 28 14:36:45 1997 Richard Henderson <rth@cygnus.com>
9208 * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
9209 since any_memory_operand() allows pseudos during reload.
9210 (reload_inhi, reload_outqi, reload_outhi): Likewise.
9212 Tue Oct 28 11:53:14 1997 Jim Wilson <wilson@cygnus.com>
9214 * m68k.md (btst patterns): Add 5200 support.
9216 Tue Oct 28 11:58:40 1997 Toon Moene <toon@moene.indiv.nluug.nl>
9218 * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
9219 optimizations, look inside dividend to determine if the expression
9220 can be simplified by using EXACT_DIV_EXPR.
9222 Tue Oct 28 10:19:01 1997 Jason Merrill <jason@yorick.cygnus.com>
9225 * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
9227 Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com>
9229 * alpha.c (summarize_insn [SUBREG]): Propogate SET.
9231 Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com>
9233 * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
9236 Mon Oct 27 21:25:20 1997 Richard Henderson <rth@cygnus.com>
9238 * alpha.md (movqi, movhi): Make sure new insns created during reload
9239 won't need reloading themselves.
9240 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
9242 Mon Oct 27 16:11:10 1997 Jeffrey A Law (law@cygnus.com)
9244 * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
9246 Sun Oct 26 13:50:44 1997 Richard Henderson <rth@cygnus.com>
9248 * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
9249 Patch from Klaus Kaempf <kkaempf@progis.de>.
9251 Sun Oct 26 13:31:47 1997 Jim Wilson (wilson@cygnus.com)
9253 * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
9254 to an element in a constant string.
9256 Sun Oct 26 11:41:49 1997 Jason Merrill <jason@yorick.cygnus.com>
9258 * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
9259 bit PC-relative offset. The exception range table pointer is now in
9261 * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
9262 (count_fdes, add_fdes, get_cie): Adjust.
9263 (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
9266 * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
9268 Sun Oct 26 11:52:01 1997 Richard Henderson <rth@cygnus.com>
9270 * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
9271 like stack_pointer_rtx.
9273 Sun Oct 26 11:32:16 1997 Manfred Hollstein <manfred@s-direktnet.de>
9275 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9276 targets using "$@" to provide support for similar but not identical
9277 targets without having to duplicate code.
9278 (bootstrap4): New goal.
9280 * Makefile.in (compare, compare-lean, compare3): Combined to one
9281 ruleset determining actions to be performed via $@.
9282 (compare4, compare4-lean): New targets.
9283 (gnucompare, gnucompare3): Combined to one ruleset determining
9284 actions to be performed via $@. Also, note which files failed
9285 the comparison test in .bad_compare.
9286 (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
9288 Sun Oct 26 10:06:11 1997 Toon Moene <toon@moene.indiv.nluug.nl>
9290 * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
9291 if the dividend is a multiple of the divisor.
9293 Sun Oct 26 09:21:40 1997 Jeffrey A Law (law@cygnus.com)
9295 * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
9297 * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
9300 * alias.c (true_dependence): Fix typo.
9302 * toplev.c (flag_rerun_loop_opt): New variable.
9303 (f_options): Handle -frerun-loop-opt.
9304 (rest_of_compilation): If -frerun-loop-opt, then run the loop
9306 (main): Enable -frerun-loop-opt by default for -O2 or greater.
9308 * loop.c (simplify_giv_expr): Adding two invariants results
9311 Sun Oct 26 09:15:15 1997 Richard Henderson <rth@cygnus.com>
9313 * expr.c (get_inner_reference): Remove the array bias after
9314 converting the index to Pmode.
9316 Sat Oct 25 12:20:58 1997 Jeffrey A Law (law@cygnus.com)
9318 * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
9319 (TARGET_MULT_BUG): Define.
9320 (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
9321 * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
9323 Fri Oct 24 17:40:34 1997 Jeffrey A Law (law@cygnus.com)
9325 * mn10200.c (indirect_memory_operand): Delete unused function.
9326 * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
9327 * mn10200.md (bset, bclr insns): Handle output in a reg too.
9329 Fri Oct 24 15:54:57 1997 Richard Henderson <rth@cygnus.com>
9331 * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
9332 the callee's ldgp, we must do it ourselves, and we use the jsr tag
9333 for more than scheduling.
9335 Fri Oct 24 13:23:04 1997 Doug Evans <devans@canuck.cygnus.com>
9337 * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
9339 Fri Oct 24 13:19:40 1997 Jeffrey A Law (law@cygnus.com)
9341 * mn10300.c (symbolic_operand, legitimize_address): New functions.
9342 * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
9343 (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
9345 Thu Oct 23 09:35:12 1997 Jeffrey A Law (law@cygnus.com)
9347 * version.c: Bump for snapshot.
9349 Thu Oct 23 08:03:59 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9351 * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
9354 Wed Oct 22 00:34:12 1997 Jeffrey A Law (law@cygnus.com)
9356 * toplev.c (flag_exceptions): Default value is 2.
9357 (compile_file): If flag_exceptions still has the value 2, then
9360 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
9361 (rs6000_save_machine_status): Save pic_offset_table_rtx.
9362 (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
9364 * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
9367 * rs6000.md (*movsi_got_internal_mem): New pattern.
9368 (*movsi_got_internal_mem splitter): New define_split.
9370 Tue Oct 21 18:14:03 1997 Jim Wilson <wilson@cygnus.com>
9372 * obstack.h (obstack_empty_p): Fix spurious space after backslash.
9374 Tue Oct 21 18:34:01 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
9376 * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
9377 only need to save LR.
9379 Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com)
9381 * mn10300.md (movqi, movhi): Avoid using address registers as
9382 destinations unless absolutely necessary.
9384 * mn10200.c (expand_prologue): Fix typo.
9386 * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
9388 * mn10200.md (neghi2): Provide an alternative which works if
9389 the input and output register are the same.
9391 * mn10300.c (print_operand): Handle 'S'.
9392 * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
9393 shift amount in last alternative
9395 * mn10300.c (expand_epilogue): Rework to handle register restores
9396 in "ret" and "retf" instructions correctly.
9398 Mon Oct 20 16:47:08 1997 Jim Wilson <wilson@cygnus.com>
9400 * expmed.c (extract_bit_field): Don't make flag_force_mem disable
9401 extzv for memory operands.
9403 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
9404 redundant conditional moves to single operand.
9406 Mon Oct 20 15:30:26 1997 Nick Clifton <nickc@cygnus.com>
9408 * v850.h: Move define of __v850__ from CPP_PREDEFINES
9411 * xm-v850.h: Use __v850 rather than __v850__ to
9414 Mon Oct 20 14:15:02 1997 Jim Wilson <wilson@cygnus.com>
9416 * mips/mips.c (compute_frame_size): Not a leaf function if
9419 Mon Oct 20 14:16:38 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
9421 * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
9423 Mon Oct 20 12:28:17 1997 Doug Evans <devans@canuck.cygnus.com>
9425 * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
9426 (DEFAULT_ARCH32_P): New macro.
9427 (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
9428 (enum cmodel): Declare.
9429 (sparc_cmodel_string,sparc_cmodel): Declare.
9430 (SPARC_DEFAULT_CMODEL): Provide default.
9431 (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
9432 (TARGET_FULLANY): Deleted.
9433 (TARGET_CM_MEDMID): New macro.
9434 (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
9435 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
9436 (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
9437 (CPP_SPEC): Rewrite.
9438 (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
9439 (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
9440 (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
9441 (ASM_SPEC): Add %(asm_arch).
9442 (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
9443 Rename asm_default to asm_cpu_default.
9444 Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
9445 cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
9446 (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
9447 ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
9448 (MASK_INT64,MASK_LONG64): Delete.
9449 (MASK_ARCH64): Renamed to MASK_64BIT.
9450 (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
9451 (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
9452 (TARGET_SWITCHES): Always provide 64 bit options.
9453 (ARCH64_SWITCHES): Delete.
9454 (TARGET_OPTIONS): New option -mcmodel=.
9455 (INT_TYPE_SIZE): Always 32.
9456 (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
9457 (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
9458 (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
9459 (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
9460 * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
9462 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
9463 * sparc/linux.h: Likewise.
9464 * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
9465 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
9466 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
9467 (SPARC_DEFAULT_CMODEL): Define.
9468 (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
9469 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
9470 (LONG_DOUBLE_TYPE_SIZE): Define.
9471 (ASM_SPEC): Add %(asm_arch).
9472 * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
9473 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
9474 (TARGET_CPU_DEFAULT): Add ultrasparc case.
9475 * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
9476 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
9477 (SPARC_DEFAULT_CMODEL): Define.
9478 * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
9479 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT. Delete
9480 MASK_LONG64, MASK_MEDANY.
9481 (SPARC_DEFAULT_CMODEL): Define.
9482 (CPP_PREDEFINES): Delete.
9483 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
9484 (ASM_SPEC): Add %(asm_arch).
9485 (LONG_DOUBLE_TYPE_SIZE): Define.
9486 (DWARF2_DEBUGGING_INFO): Define.
9487 * sparc/splet.h (CPP_SPEC): Delete.
9488 * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
9489 (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
9490 (BLOCK_PROFILER): Likewise.
9491 * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
9492 (sparc_override_options): Handle code model selection.
9493 (sparc_init_expanders): Renamed from sparc64_init_expanders.
9494 * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
9495 TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
9496 (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
9497 (sethi_di_fullany): Delete.
9499 Mon Oct 20 02:00:18 1997 Klaus Kaempf <kkaempf@progis.de>
9500 Jeff Law <law@cygnus.com>
9501 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9503 * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
9504 (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
9505 (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
9506 (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
9507 * alpha/alpha.md (arg_home): Likewise.
9509 * alpha/alpha.c (vmskrunch): Delete
9510 * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
9511 * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
9512 truncate to 64 characters.
9514 * make-l2.com: Support openVMS/Alpha.
9516 * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
9518 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9520 * longlong.h (count_leading_zeros): Add missing casts to USItype.
9522 Sun Oct 19 18:44:06 1997 Jeffrey A Law (law@cygnus.com)
9524 * i386/bsd386.h (ASM_COMMENT_START): Define.
9526 Sat Oct 18 13:47:15 1997 Jason Merrill <jason@yorick.cygnus.com>
9528 * tree.c (restore_tree_status): Also free up temporary storage
9529 when we finish a toplevel function.
9530 (dump_tree_statistics): Print stats for backend obstacks.
9532 Sat Oct 18 12:47:31 1997 Doug Evans <dje@canuck.cygnus.com>
9534 * expr.c (use_group_regs): Don't call use_reg for MEMs.
9536 Sat Oct 18 09:49:46 1997 Jason Merrill <jason@yorick.cygnus.com>
9538 * libgcc2.c (__throw): Don't copy the return address.
9539 * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
9541 * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
9542 * toplev.c (main): Initialize exceptions_via_longjmp.
9544 * tree.c: Add extra_inline_obstacks.
9545 (save_tree_status): Use it.
9546 (restore_tree_status): If this is a toplevel inline obstack and we
9547 didn't want to save anything on it, recycle it.
9548 (print_inline_obstack_statistics): New fn.
9549 * function.c (pop_function_context_from): Pass context to
9550 restore_tree_status.
9551 * obstack.h (obstack_empty_p): New macro.
9553 Sat Oct 18 00:43:59 1997 Jeffrey A Law (law@cygnus.com)
9555 * i386/freebsd.h (ASM_COMMENT_START): Fix.
9557 Fri Oct 17 23:48:52 1997 Jim Wilson (wilson@cygnus.com)
9559 * v850.c (ep_memory_offset): New function.
9560 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
9562 * v850.h (CONST_OK_FOR_*): Add and correct comments.
9563 (CONSTANT_ADDRESS_P): Add comment.
9564 (EXTRA_CONSTRAINT): Define 'U'.
9565 * v850.md: Add comments on bit field instructions.
9566 (addsi3): Delete &r/r/r alternative. Add r/r/U alternative.
9567 (lshrsi3): Use N not J constraint.
9569 * v850.md (v850_tst1+1): New define_split for tst1 instruction.
9571 * v850.c (reg_or_0_operand): Call register_operand.
9572 (reg_or_int5_operand): Likewise.
9573 * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
9574 (TARGET_SWITCHES): Add "big-switch".
9575 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
9576 ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
9577 (CASE_DROPS_THROUGH): Comment out.
9578 (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
9579 * v850.md (cmpsi): Delete compare mode.
9580 (casesi): New pattern.
9582 * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
9583 * v850.md (ashlsi3): Use SImode not QImode for shift count.
9584 (lshrsi3): Likewise.
9586 * v850.c (print_operand): Add 'c', 'C', and 'z' support. Delete
9587 unreachable switch statement after 'b' support. Remove "b" from
9588 strings for 'b' support.
9589 * v850.md (branch_normal, branch_invert): Change %b to b%b.
9591 Fri Oct 17 23:33:20 1997 Jeffrey A Law (law@cygnus.com)
9593 * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
9594 empty line if @inhibit_libc@ is empty.
9596 Fri Oct 17 23:24:40 1997 Robert Lipe (robertl@dgii.com)
9598 * i386/sco5.h: Let ELF use dwarf2 unwinding. COFF uses sjlj.
9599 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
9600 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
9601 (DWARF2_UNWIND_INFO): Let this track object file format.
9602 (EXTRA_SECTIONS): Add in_eh.
9603 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
9604 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
9606 Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
9608 * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
9609 * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
9611 * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
9612 (output_double_int): Output DI mode values correctly when
9613 HOST_BITS_PER_WIDE_INT is 64.
9614 (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
9615 fmovd so it works if a quad float ends up in one of the upper 32
9617 * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
9618 necessary for PIC support on sparc64.
9620 Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>
9622 * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
9623 * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
9624 (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
9625 (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
9626 (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
9627 (SPARC_FP_ARG_FIRST): New macro.
9628 (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
9629 (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
9630 (NPARM_REGS): There are 32 fp argument registers now.
9631 (FUNCTION_ARG_REGNO_P): Likewise.
9632 (FIRST_PARM_OFFSET): Update to new v9 abi.
9633 (REG_PARM_STACK_SPACE): Define for arch64.
9634 (enum sparc_arg_class): Delete.
9635 (sparc_arg_count,sparc_n_named_args): Delete.
9636 (struct sparc_args): Redefine and use for arch32 as well as arch64.
9637 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
9638 (FUNCTION_ARG_ADVANCE): Rewrite.
9639 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
9640 (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
9641 (FUNCTION_ARG_CALLEE_COPIES): Delete.
9642 (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
9643 (STRICT_ARGUMENT_NAMING): Define.
9644 (doublemove_string): Declare.
9645 * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
9646 (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
9647 (doublemove_string): New function.
9648 (output_move_quad): Clean up some of the arch64 support.
9649 (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
9650 Don't add 8 bytes of reserved space if arch64.
9651 (sparc_builtin_saveregs): Combine arch32/arch64 versions.
9652 (init_cumulative_args): New function.
9653 (function_arg_slotno): New static function.
9654 (function_arg,function_arg_partial_nregs): New functions.
9655 (function_arg_{pass_by_reference,advance}): New functions.
9656 (function_arg_padding): New function.
9657 * ginclude/va-sparc.h: Rewrite v9 support.
9659 Fri Oct 17 12:29:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
9661 * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
9662 for hard regs to determine base and index registers.
9664 * reload.c (debug_reload_to_stream): New function. Specify stream
9665 into which to write debug info.
9666 (debug_reload): Modify to call debug_reload_to_stream with stderr.
9668 Thu Oct 16 15:07:51 1997 Richard Henderson <rth@cygnus.com>
9670 * combine.c (can_combine_p): Don't combine with an asm whose
9671 output is a hard register.
9673 Thu Oct 16 15:43:26 1997 Mike Stump (mrs@wrs.com)
9675 * c-decl.c (start_struct): Ensure that structs with forward
9676 declarations are in fact packed when -fpack-struct is given.
9678 * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
9679 we are packing a structure. This allows a structure with only
9680 bytes to be aligned on a byte boundary and have no padding on a
9683 Thu Oct 16 15:17:54 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9685 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
9687 Thu Oct 16 11:20:30 1997 Richard Henderson <rth@cygnus.com>
9689 * alpha.c (alpha_return_addr_rtx): New variable.
9690 (alpha_save_machine_status): New; save it.
9691 (alpha_restore_machine_status): New; restore it.
9692 (alpha_init_expanders): New; clear it.
9693 (alpha_return_addr): New; set it.
9694 (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
9695 is overly conservative, so search the insns explicitly.
9696 (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
9697 (alpha_sa_size [VMS && !VMS]): Likewise.
9698 * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
9699 (INIT_EXPANDERS): New definition.
9701 * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
9702 (output_prolog [!VMS]): Use them.
9704 * alpha.c (output_prolog [!VMS]): Move gp detection to ...
9705 (alpha_does_function_need_gp): ... a new function. Refine the
9706 CALL_INSN test to just TYPE_JSR.
9707 * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
9709 Thu Oct 16 09:36:47 1997 Jeffrey A Law (law@cygnus.com)
9711 * version.c: Bump for snapshot.
9713 Wed Oct 15 21:38:18 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9715 * pa.c (move_operand): Respect -mdisable-indexing.
9716 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
9718 Wed Oct 15 21:34:45 1997 David Edelsohn <edelsohn@mhpcc.edu>
9720 * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
9722 (umulsidi3,umulsi3_highpart): Ditto.
9723 (smulsi3_highpart_no_mq): Add !TARGET_POWER.
9725 Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com>
9727 * alpha.c (final_prescan_insn): Gut, remove and transform to ...
9728 (alpha_handle_trap_shadows): ... a new function. Handle the entire
9729 function in one go. Emit RTL for trapb, instead of printf directly.
9730 (alpha_reorg): New function. Call alpha_handle_trap_shadows.
9731 (trap_pending): Kill global variable.
9732 (output_epilog): Don't call final_prescan_insn.
9733 (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
9734 * alpha.h (FINAL_PRESCAN_INSN): Remove.
9735 (MACHINE_DEPENENT_REORG): Define.
9736 * alpha.md (jsr patterns with trapb): Stupid and useless. Kill.
9739 Wed Oct 15 18:16:05 1997 Richard Henderson <rth@cygnus.com>
9741 Tune Haifa scheduler for Alpha:
9742 * alpha.h (ISSUE_RATE): Define.
9743 * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
9744 EV4 adjustments to EV5.
9745 * alpha.md: Remove all scaling from function unit delays. Rework
9746 EV5 function units to match the CPU.
9747 (umuldi3_highpart): EV5 added the IMULH insn class.
9749 Wed Oct 15 17:42:41 1997 Jeffrey A Law (law@cygnus.com)
9751 * pa.c (following_call): Fail if the CALL_INSN is an indirect
9754 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
9756 * cplus-dem.c (demangle_signature): Don't look for return types on
9757 constructors. Handle member template constructors.
9759 Tue Oct 14 11:30:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9761 * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
9762 * tree.h: Declare them.
9764 Fri Oct 10 13:46:56 1997 Doug Evans <dje@canuck.cygnus.com>
9766 * configure.in: Handle --with-newlib.
9767 * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
9769 * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
9771 Wed Oct 8 14:37:44 1997 Jeffrey A Law (law@cygnus.com)
9773 * config/ptx4.h: Fix typo.
9775 Wed Oct 8 08:57:20 1997 Jeffrey A Law (law@cygnus.com)
9777 * version.c: Bump for snapshot.
9779 Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
9781 * aclocal.m4: Substitute INSTALL.
9782 * configure: Re-built.
9784 Tue Oct 7 15:37:35 1997 Jeffrey A Law (law@cygnus.com)
9786 * integrate.c (save_for_inline_copying): Avoid undefined pointer
9788 (expand_inline_function): Likewise.
9790 * dwarf2out.c (output_call_frame_info): Reinstate last change
9791 using flag_debug_asm check instead of flag_verbose_asm.
9793 Tue Oct 7 12:57:26 1997 Jim Wilson <wilson@cygnus.com>
9795 * dwarf2out.c (output_call_frame_info): Remove last change.
9797 1997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9799 * frame.c (__frame_state_for): Execute the FDE insns until the
9800 current pc value is strictly bigger than the target pc value.
9802 Tue Oct 7 11:00:42 1997 Jason Merrill <jason@yorick.cygnus.com>
9804 * regclass.c (init_reg_modes): If we can't find a mode for the
9805 register, use the previous one.
9807 Tue Oct 7 10:55:34 1997 Richard Henderson <rth@cygnus.com>
9809 * haifa-sched.c (print_block_visualization): Call fprintf directly,
9810 don't sprintf through an alloca'ed buffer.
9812 Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
9814 * reload.c (decompose): Always initialize val.base.
9816 Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
9818 * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
9819 instead of aborting.
9820 * dwarf2out.c (output_call_frame_info): Call app_enable and
9821 app_disable to let GNU as accept the generated comments.
9823 Tue Oct 7 11:41:21 1997 Michael Meissner <meissner@cygnus.com>
9825 * tree.h (get_file_function_name): Add declaration.
9826 * dwarf2out.c (output_call_frame_info): No need to cast
9827 get_file_function_name call anymore.
9828 * profile.c (toplevel): Remove get_file_function_name
9830 * c-lang.c (finish_file): Ditto.
9832 Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
9834 * Makefile.in (program_transform_name): Let autoconf substitute
9837 Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com)
9839 * haifa-sched.c (schedule_block): If the first real insn in a
9840 block has any special notes attached to it, remove them.
9842 Tue Oct 7 09:48:51 1997 Richard Henderson <rth@cygnus.com>
9844 * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
9846 Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
9848 * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
9850 Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
9852 * Makefile.in (check-g77): New test target.
9853 (CHECK-TARGETS): Add check-g77.
9855 Fri Oct 3 11:56:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9857 * toplev.c (rest_of_compilation): Defer all non-nested inlines.
9859 Fri Oct 3 15:49:27 1997 Michael Meissner <meissner@cygnus.com>
9861 * flow.c (print_rtl_with_bb): Cast alloca return value for
9864 Thu Oct 2 21:15:03 1997 Richard Henderson <rth@cygnus.com>
9866 * i386.h (RETURN_ADDR_RTX): New definition that works for
9867 __builtin_return_address(0) and -fomit-frame-pointer.
9869 Wed Oct 1 13:43:53 1997 Jim Wilson <wilson@cygnus.com>
9871 Bring over from FSF.
9872 Tue Aug 5 16:10:45 1997 Jason Merrill <jason@yorick.cygnus.com>
9874 * mips.c (function_arg): Handle passing a struct
9875 containing a double in a DFmode register without the PARALLEL.
9877 Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com>
9879 * pexecute.c: Use spawn if __CYGWIN32__.
9881 * pexecute.c: Include "config.h" first, as per autoconf manual
9882 (from Paul Eggert <eggert@twinsun.com>).
9884 Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
9886 * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
9887 optimisation for f/expr.o and f/stb.o.
9889 Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
9891 * cse.c (this_insn_cc0_mode): Initialize.
9893 Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
9895 * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
9897 * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
9899 Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
9901 * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
9902 that pair will dual-issue on the 21164 and plus+beq won't.
9903 (bne): Likewise for cmpeq+beq.
9905 Tue Sep 30 16:07:58 1997 Jim Wilson <wilson@cygnus.com>
9907 * except.c (find_exception_handler_labels): Correct argument to free.
9909 Tue Sep 30 11:00:00 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9911 * except.c (find_exception_handler_labels): Free LABELS when we're
9914 Mon Sep 29 14:04:35 1997 Jeffrey A Law (law@cygnus.com)
9916 * version.c: Bump for snapshot.
9918 Mon Sep 29 10:51:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9920 * flow.c (find_basic_blocks): Mark calls as potentially jumping
9923 Mon Sep 29 09:58:06 1997 Jeffrey A Law (law@cygnus.com)
9925 * configure.in: Substitute for "install" too.
9926 * configure: Rebuilt.
9928 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9930 * Makefile.in (bootstrap-lean, compare-lean): New targets.
9932 Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
9934 * alias.c (base_alias_check): Two symbols can conflict if they
9935 are accessed via AND.
9936 (memrefs_conflict_p): Likewise.
9938 * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
9939 after flushing argument registers to the stack.
9941 * Makefile.in (mostlyclean): Remove .regmove files.
9943 Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
9945 * libgcc2.c (__throw): Fix thinko.
9947 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
9949 * cplus-dem.c (demangle_template): Add new parameter. Handle new
9950 template-function mangling.
9951 (consume_count_with_underscores): New function.
9952 (demangle_signature): Handle new name-mangling scheme.
9954 Sun Sep 28 01:55:04 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
9956 * flow.c (print_rtl_with_bb): Cast alloca return values for variables
9959 Sun Sep 28 01:05:16 1997 Jeffrey A Law (law@cygnus.com)
9961 * frame.c: Remove last change.
9962 * dwarf2.h: Remove last change.
9963 * tree.h: Add declarations of DWARF2 unwind info support
9966 Sat Sep 27 11:02:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9968 * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
9969 * tree.h (built_in_function): Likewise.
9970 * expr.c (expand_builtin): Likewise.
9971 * except.h: Likewise.
9972 * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
9973 * libgcc2.c (copy_reg): New fn.
9976 Fri Sep 26 08:54:59 1997 Paul Eggert <eggert@twinsun.com>
9978 * c-typeck.c (build_binary_op): Warn about comparing signed vs
9979 unsigned if -W is specified and -Wno-sign-compare is not.
9980 * c-decl.c (warn_sign_compare): Initialize to -1.
9981 (c_decode_option): -Wall no longer implies -Wsign-compare.
9983 Fri Sep 26 09:00:13 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9985 * frame.c: Include gansidecl.h for PROTO.
9986 * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
9987 defined. Don't declare dwarf2out_cfi_label here.
9988 * dwarf2.h: Add declarations of DWARF2 unwind info support
9990 * m68k.c: Include dwarf2.h.
9991 (output_function_prologue): Add dwarf2 support.
9992 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
9993 (INCOMING_FRAME_SP_OFFSET): Likewise.
9995 * integrate.c (expand_inline_function): Make sure there is at
9996 least one insn that can be used as an insertion point.
9998 Wed Sep 24 21:34:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10000 * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
10002 Wed Sep 24 22:05:30 1997 Jeffrey A Law (law@cygnus.com)
10004 * version.c: Bump for snapshot.
10006 Wed Sep 24 17:36:23 1997 Doug Evans <dje@canuck.cygnus.com>
10008 Bring over from FSF.
10010 Wed Sep 24 19:17:08 1997 Doug Evans <dje@cygnus.com>
10012 * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
10013 (get_pc_via_rdpc): Renamed from get_pc_sp64.
10014 * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
10016 Wed Sep 24 18:38:22 1997 David S. Miller <davem@tanya.rutgers.edu>
10018 * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
10019 (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
10020 -malign-functions=.
10021 (sparc_align_{loops,jumps,funcs}_string): Declare.
10022 (sparc_align_{loops,jumps,funcs}): Declare.
10023 (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
10024 (FUNCTION_BOUNDARY): Use sparc_align_funcs.
10025 (STACK_BIAS): Define.
10026 (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
10028 (SPARC_SETHI_P): New macro.
10029 (CONST_OK_FOR_LETTER_P): Use it.
10030 (ASM_OUTPUT_ALIGN_CODE): Define.
10031 (ASM_OUTPUT_LOOP_ALIGN): Define.
10032 * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
10033 (sparc_align_{loops,jumps,funcs}): New globals.
10034 (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
10035 -malign-functions=.
10036 (move_operand): Use SPARC_SETHI_P.
10037 (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
10039 (arith11_double_operand): Likewise.
10040 (arith10_double_operand): Likewise.
10041 (finalize_pic): Finish sparc64 support.
10042 (emit_move_sequence): Use SPARC_SETHI_P. Simplify low part of
10043 64 bit constants if able.
10044 (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
10045 (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
10047 * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
10048 (get_pc_sp32): Use for sparc64 as well.
10049 (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
10050 (sethi_di_sp64_const): Likewise.
10051 (movtf_cc_sp64): Check TARGET_HARD_QUAD.
10052 (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
10053 (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
10055 Tue Sep 23 19:02:46 1997 Doug Evans <dje@cygnus.com>
10057 * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
10058 * sparc/linux.h (COMMENT_BEGIN): Likewise.
10059 * sparc/linux64.h (COMMENT_BEGIN): Likewise.
10061 Tue Sep 23 14:48:18 1997 David S. Miller <davem@tanya.rutgers.edu>
10063 Add sparc64 linux support.
10064 * configure.in (sparc64-*-linux*): Recognize. Add sparc/xm-sparc.h
10065 to xm_file list on 32-bit sparc-linux.
10066 * sparc/xm-sp64.h: New file.
10067 * sparc/linux64.h: New file.
10068 * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
10069 Don't include xm-sparc.h.
10070 * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
10071 * glimits.h (LONG_MAX): Handle sparc64.
10073 Sat Sep 20 03:07:54 1997 Doug Evans <dje@cygnus.com>
10075 * sparc/sysv4.h (ASM_COMMENT_START): Delete.
10076 * sparc.h (ASM_COMMENT_START): Define.
10077 * sparc.c (output_function_prologue): Use it.
10078 (sparc_flat_output_function_{epi,pro}logue): Likewise.
10080 Wed Sep 17 15:04:19 1997 Doug Evans <dje@cygnus.com>
10082 * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
10083 use sparc.h's copies.
10084 * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
10085 ascii form as well.
10087 Mon Sep 8 08:45:19 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10089 * sparc.c (dwarf2out_cfi_label): Add declaration.
10090 (save_regs, output_function_prologue): Remove cast for it.
10091 (sparc_flat_{save_restore,output_function_prologue): Likewise.
10092 ({save,restore}_regs): No longer inline.
10094 Tue Sep 23 12:34:51 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10096 * fold-const.c (make_range): Correctly handle cases of converting
10097 from unsigned to signed type.
10099 Tue Sep 23 12:34:51 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10101 * fold-const.c (merge_ranges): Make sure that if one range is subset
10102 of another, it will always be the second range. Correct (+,-) case to
10105 Tue Sep 23 08:32:51 1997 Jason Merrill <jason@yorick.cygnus.com>
10107 * final.c (final_end_function): Also do dwarf2 thing if
10108 DWARF2_DEBUGGING_INFO.
10109 (final_start_function): Likewise.
10111 Tue Sep 23 01:15:50 1997 David S. Miller <davem@tanya.rutgers.edu>
10113 * expmed.c (expand_divmod): If compute_mode is not the same as
10114 mode, handle the case where convert_modes() causes op1 to no
10115 longer be a CONST_INT.
10117 * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
10118 note holding get_jump_flags() calculation to all JUMP_INSNs.
10119 * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
10120 * rtl.c (reg_note_name): Add new note types.
10122 Tue Sep 23 00:59:54 1997 Jeffrey A Law (law@cygnus.com)
10124 * rtlanal.c (computed_jump_p): Fix typo in last change.
10126 Tue Sep 23 00:42:44 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10128 * loop.c (indirect_jump_in_function_p): Return 0
10131 Tue Sep 23 00:33:55 1997 Jeffrey A Law (law@cygnus.com)
10133 * rs6000/xm-rs6000.h: Fix thinko in last change.
10134 * rs6000/xm-sysv4.h: Likewise.
10136 Mon Sep 22 19:33:53 1997 Jim Wilson <wilson@cygnus.com>
10138 * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
10140 Mon Sep 22 14:41:00 1997 Jeffrey A Law (law@cygnus.com)
10142 * reg-stack.c (find_blocks): Fix thinko in last change.
10144 1997-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10146 * m68k.c (output_function_prologue): Add dwarf2 support.
10148 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
10149 INCOMING_FRAME_SP_OFFSET): New definitions.
10151 Mon Sep 22 11:36:42 1997 David S. Miller <davem@tanya.rutgers.edu>
10153 * combine.c (try_combine): Use NULL_RTX instead of '0' where
10154 appropriate in calls to gen_rtx().
10155 * cse.c (cse_main): Likewise.
10156 * emit-rtl.c (gen_label_rtx): Likewise.
10157 * expr.c (init_expr_once): Likewise.
10158 * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
10159 sched_analyze, init_rgn_data_dependences,
10160 compute_block_backward_dependences): Likewise.
10161 * sched.c (schedule_insns): Likewise.
10162 * varasm.c (immed_double_const): Likewise.
10164 * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
10165 SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
10167 Mon Sep 22 11:21:33 1997 J. Kean Johnston <jkj@sco.com>
10169 * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
10170 (MULTILIB_DEFAULTS): Define.
10171 (ASM_SPEC, CPP_SPEC): Handle -mcoff.
10172 (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
10173 (LIBGCC_SPEC): Likewise.
10174 (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
10175 (SUBTARGET_SWITCHES): Add -mcoff and -melf.
10176 * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
10177 (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
10178 (EXTRA_PARTS, TAROUTOPTS): Delete.
10179 (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
10180 (MULTILIB_OPTIONS): Define.
10181 (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
10182 (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
10184 Mon Sep 22 02:10:43 1997 Jeffrey A Law (law@cygnus.com)
10186 * version.c: Bump for snapshot.
10188 Sun Sep 21 17:45:45 1997 Jeffrey A Law (law@cygnus.com)
10190 * loop.c (loop_number): Delete function. Change all references
10191 to use uid_loop_num array.
10192 * loop.h (loop_number): Delete declaration.
10193 * unroll.c (unroll_loop): Change "loop_number" references to
10194 use uid_loop_num instead.
10196 * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
10198 (loop_unroll_iter): Remove unused variable and all references.
10199 (loop_optimize): Always allocate and clear space for loop_unroll_factor.
10200 (insert_bct): Fix minor formatting problems.
10201 * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
10202 (loop_unroll_iter): Removed unused decl.
10203 * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
10204 Always record the unrolling factor.
10206 * cse.c (simplify_relational_operation): Set h0u just like h0s.
10207 Similarly for h1u and h1s.
10209 * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
10210 (find_basic_blocks): Use computed_jump_p to determine if a
10211 particular JUMP_INSN is a computed jump.
10212 * reg-stack.c (find_blocks): Use computed_jump_p to determine
10213 if a particular JUMP_INSN is a computed jump.
10214 * rtlanal.c (jmp_uses_reg_or_mem): New function.
10215 (computed_jump_p): Likewise.
10216 * rtl.h (computed_jump_p): Declare.
10217 * genattrtab.c (pc_rtx): Define and initialize.
10218 * loop.c (loop_optimize): Always determine if the current
10219 function has a computed jump.
10220 (indirect_jump_in_function_p): Use computed_jump_p to determine
10221 if a particular JUMP_INSN is a computed jump.
10223 * loop.c (fix_bct_param): Delete unused function.
10224 (check_bct_param): Likewise.
10226 Sat Sep 20 16:22:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10228 * frame.c (__deregister_frame): Check properly for initialized object.
10230 Fri Sep 19 20:51:03 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10232 * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
10234 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
10236 * jump.c (thread_jumps): check can_reverse_comparison_p before
10237 threading a reversed-condition jump.
10239 * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
10240 * haifa-sched.c (update_flow_info): Likewise.
10242 Thu Sep 18 21:13:40 1997 Jeffrey A Law (law@cygnus.com)
10244 * Makefile.in (BOOT_CFLAGS): Use -O2.
10246 * configure.in (strtoul, bsearch): Have autoconf check for these
10248 * configure, config.in: Rebuilt.
10250 * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
10251 * mips/mips.h (alloca): Likewise.
10252 * rs6000/xm-rs6000.h (alloca): Likewise.
10253 * rs6000/xm-sysv4.h: Likewise.
10255 Thu Sep 18 14:22:22 1997 Jason Merrill <jason@yorick.cygnus.com>
10257 * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
10258 * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
10259 (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
10261 * except.c (end_eh_unwinder): Subtract 1 from return address.
10262 * libgcc2.c (__throw): Likewise.
10263 (find_exception_handler): Don't change PC here. Compare end with >.
10265 Thu Sep 18 10:43:07 1997 Nick Clifton <nickc@cygnus.com>
10267 * v850.c (compute_register_save_size): Correct register
10269 * v850.md (save_interrupt, return_interrupt): Correct
10271 * v850/lib1funcs.asm (save_interrupt): Correct register number.
10272 (return_interrupt): Use stack pointer, not element pointer.
10274 1997-09-18 Brendan Kehoe <brendan@lisa.cygnus.com>
10276 * configure.in, configure: Make sure to create the stage* and include
10277 symbolic links in each subdirectory.
10279 Thu Sep 18 01:47:06 1997 Jeffrey A Law (law@cygnus.com)
10281 * pa.md (reload_peepholes): Don't allow addresses with side
10282 effects for the memory operand.
10284 Wed Sep 17 18:19:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10286 * libgcc2.c (find_exception_handler): Subtract one from our PC when
10287 looking for a handler, to avoid hitting the beginning of the next
10290 * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
10292 Wed Sep 17 18:33:59 1997 Jeffrey A Law (law@cygnus.com)
10294 * mips/abi64.h (LONG_MAX_SPEC): Define.
10295 * mips.h (LONG_MAX_SPEC): Define.
10296 (CPP_SPEC): Include long_max_spec.
10297 (EXTRA_SPECS): Include long_max_spec.
10299 Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com)
10301 * v850.c (construct_save_jarl): Fix thinko in last change.
10303 Wed Sep 17 09:53:07 1997 Jeffrey A Law (law@cygnus.com)
10305 * version.c: Bump for snapshot.
10307 Tue Sep 16 14:22:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10309 * libgcc2.c (find_exception_handler): Not found is -1.
10311 * integrate.c (expand_inline_function): Move expand_start_bindings
10312 after expanding the arguments.
10314 Tue Sep 16 11:13:46 1997 Jim Wilson <wilson@cygnus.com>
10316 * expr.c (expand_expr): Remove previous incorrect change.
10317 If target and slot has no DECL_RTL, then call mark_addressable
10318 again for the slot after we give it RTL.
10320 Tue Sep 16 09:18:52 1997 Jason Merrill (jason@cygnus.com)
10322 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
10323 again for the slot after we give it RTL.
10325 Tue Sep 16 00:13:20 1997 Nick Clifton <nickc@cygnus.com>
10327 * v850.c (register_is_ok_for_epilogue,
10328 pattern_is_ok_for_epilogue, construct_restore_jr,
10329 pattern_is_ok_for_prologue, construct_save_jarl): New functions.
10331 * v850.h (pattern_is_ok_for_prologue,
10332 pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
10335 * v850.md: Replace prologue and epilogue patterns with a
10336 match_parallel pattern.
10338 Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com)
10340 * aclocal.m4: Add replacement for AC_PROG_INSTALL.
10341 * configure.in: Use EGCS_PROG_INSTALL.
10343 Mon Sep 15 22:40:55 1997 Jim Wilson (wilson@cygnus.com)
10345 * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
10346 extern inline function.
10348 Mon Sep 15 22:40:55 1997 Richard Henderson (rth@cygnus.com)
10350 * dwarf2out.c (reg_loc_descriptor): Fix prototype.
10351 (concat_loc_descriptor): New function.
10352 (loc_descriptor): Call it.
10353 (add_AT_location_description): Also elide the descriptor if both
10354 halves of a CONCAT are pseudos.
10355 (add_location_or_const_value_attribute): Recognize CONCAT too.
10357 Mon Sep 15 15:24:00 1997 Richard Henderson <rth@cygnus.com>
10359 * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
10361 * alpha/alpha.c (output_prolog): New variable sa_reg. Use it for
10362 out-or-range reg_offset.
10363 (output_epilog): Likewise.
10365 Mon Sep 15 15:39:26 1997 Jeffrey A Law (law@cygnus.com)
10367 * cse.c (simplify_relational_operation): If MODE specifies a
10368 mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
10369 is derived from the sign bit of the low word.
10371 Mon Sep 15 11:43:38 1997 Jason Merrill <jason@yorick.cygnus.com>
10373 Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
10375 * dwarf2.h: Add DW_CFA_GNU_args_size.
10376 * frame.c (execute_cfa_insn): Likewise.
10377 * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
10378 (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
10379 (dwarf2out_frame_debug): If this isn't a prologue or epilogue
10380 insn, hand it off to dwarf2out_stack_adjust.
10381 (dwarf2out_begin_prologue): Initialize args_size.
10382 * frame.h (struct frame_state): Add args_size.
10383 * libgcc2.c (__throw): Use args_size.
10384 * final.c (final_scan_insn): If we push args, hand off all insns
10385 to dwarf2out_frame_debug.
10386 * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
10388 * dwarf2out.c dwarf2out_frame_debug): Fix typo.
10389 Handle epilogue restore of SP from FP.
10390 * emit-rtl.c (gen_sequence): Still generate a sequence if the
10391 lone insn has RTX_FRAME_RELATED_P set.
10393 * frame.c (extract_cie_info): Handle "e" augmentation.
10394 * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
10395 absence of UNALIGNED_*_ASM_OP.
10396 (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
10397 (output_call_frame_info): Use "e" instead of "z" for augmentation.
10398 Don't emit augmentation fields length.
10399 (dwarf2out_do_frame): Move outside of #ifdefs.
10400 * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
10403 * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
10404 * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
10405 * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
10406 * sparc/sun4gas.h: New file.
10407 * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
10409 * collect2.c (write_c_file_stat, write_c_file_glob): Declare
10410 __register_frame_table and __deregister_frame.
10412 1997-09-15 Brendan Kehoe <brendan@cygnus.com>
10414 * except.c (find_exception_handler_labels): Use xmalloc instead of
10415 alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
10418 Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
10420 * Makefile.in: Various changes to build info files
10421 in the object tree rather than the source tree.
10423 Sun Sep 14 12:24:30 1997 Jeffrey A Law (law@cygnus.com)
10425 * fixinc.math: New file to fix math.h on some systems.
10426 * configure.in (freebsd, netbsd): Use fixinc.math on these
10428 * configure: Rebuilt.
10430 Sun Sep 14 11:11:05 1997 Jeffrey A Law (law@cygnus.com)
10432 * regmove.c (regmove_optimize): If we end up moving the
10433 original insn due to lifetime overlaps, make sure to move
10436 Sat Sep 13 15:51:11 1997 Manfred Hollstein <manfred@s-direktnet.de>
10438 * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
10440 Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com)
10442 * haifa-sched.c (add_branch_dependences): Make each insn in
10443 a SCHED_GROUP_P block explicitly depend on the previous insn.
10445 Fri Sep 12 13:49:58 1997 Jason Merrill <jason@yorick.cygnus.com>
10447 * except.h: Prototype dwarf2 hooks.
10450 Thu Sep 11 17:43:55 1997 Jim Wilson <wilson@cygnus.com>
10452 * configure.in (native_prefix): Delete.
10453 (mips-dec-netbsd): Don't set prefix.
10454 (*linux*): Don't set prefix.
10456 Thu Sep 11 15:48:32 1997 Fred Fish <fnf@ninemoons.com>
10458 * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
10459 defined. If not defined, include <sys/varargs.h> if
10460 HAVE_SYS_VARARGS_H is defined.
10461 * configure.in: Test for varargs.h and sys/varargs.h.
10462 * configure: Regenerate with autoconf.
10463 * config.in: Regenerate with autoheader.
10465 * cpplib.c (quote_string): Cast first arg of sprintf call
10466 from "unsigned char *" to "char *".
10467 (output_line_command): Ditto.
10468 (macroexpand): Ditto.
10469 (do_line): Cast atoi arg from "unsigned char *" to "char *".
10471 Wed Sep 10 21:37:30 1997 Jeffrey A Law (law@cygnus.com)
10473 * version.c: Bump for snapshot.
10475 * Makefile.in (compare): Exit with nonzero status if there
10476 are comparison failures. Note which files failed the
10477 comparison test in .bad_compare.
10479 Wed Sep 10 17:05:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10481 * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
10483 Wed Sep 10 16:37:28 1997 Fred Fish <fnf@ninemoons.com>
10485 * Makefile.in (LN, LN_S): New macros, use where appropriate.
10486 * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
10487 * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
10488 * configure: Regenerated.
10490 Thu Sep 11 11:09:43 1997 Jeffrey A Law (law@cygnus.com)
10492 * loop.c (strength_reduce): Fix typo.
10494 Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
10496 * m88k/m88k.c (struct option): Rename to struct options.
10497 * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
10498 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
10499 * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
10500 __DOLPHIN__ or sysV88.
10502 Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com>
10504 * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
10507 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10509 * config.sub: Accept 'amigados' for backward compatability.
10511 Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10513 * Makefile.in (testsuite/site.exp): New target.
10514 (check-gcc, check-g++): Depend on testsuite/site.exp.
10515 Don't stop for failure.
10517 Wed Sep 10 12:59:57 1997 Jason Merrill <jason@yorick.cygnus.com>
10519 * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
10520 if DWARF2_UNWIND_INFO.
10522 Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com>
10524 Add support for exception handling using DWARF 2 frame unwind info.
10525 Currently works on SPARC and MIPS, and almost on x86.
10527 * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
10528 next_stack_level, in_reg_window): Helper fns.
10529 (__throw): Implement for DWARF2_UNWIND_INFO.
10531 * expr.c (expand_builtin): Handle builtins used by __throw.
10532 * tree.h (enum built_in_function): Add builtins used by __throw.
10533 * c-decl.c (init_decl_processing): Declare builtins used by __throw.
10534 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
10535 * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
10536 (expand_builtin_extract_return_addr): Likewise.
10537 (expand_builtin_frob_return_addr): Likewise.
10538 (expand_builtin_set_return_addr_reg): Likewise.
10539 (expand_builtin_eh_stub): Likewise.
10540 (expand_builtin_set_eh_regs): Likewise.
10541 (eh_regs): Choose two call-clobbered registers for passing back values.
10543 * frame.c, frame.h: New files for parsing dwarf 2 frame info.
10544 * Makefile.in (LIB2ADD): New variable. Add $(srcdir)/frame.c.
10545 (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
10546 (stmp-multilib): Likewise.
10547 ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
10549 * except.c: #include "defaults.h".
10550 (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
10551 (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
10552 (register_exception_table_p): New fn.
10553 (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
10554 (end_eh_unwinder): Likewise.
10556 * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
10557 call __register_frame and __deregister_frame as needed.
10558 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
10559 * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro. Check
10560 EH_FRAME_SECTION_ASM_OP.
10561 * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
10562 * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
10563 (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
10565 * dwarf2out.c (output_call_frame_info): If no support for
10566 EXCEPTION_SECTION, mark the start of the frame info with a
10568 * collect2.c (frame_tables): New list.
10569 (is_ctor_dtor): Recognise frame entries.
10570 (scan_prog_file): Likewise.
10571 (main): Pass -fno-exceptions to sub-compile. Also do collection
10572 if there are any frame entries.
10573 (write_c_file_stat): Call __register_frame_table and
10574 __deregister_frame as needed.
10575 (write_c_file_glob): Likewise.
10577 * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
10578 Also require unaligned reloc support.
10579 * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
10580 UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
10581 * sparc/sysv4.h: Not here.
10583 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
10584 * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
10585 (dwarf2out_finish): Don't call dwarf2out_frame_finish.
10587 * libgcc2.c (L_eh): Reorganize, moving code shared by different
10588 EH implementations to the top.
10589 (find_exception_handler): Split out. Start from 0. Compare against
10591 (__find_first_exception_table_match): Use it.
10592 * except.c (output_exception_table): Don't do anything if there's
10593 no table. Don't output a first entry of zeroes.
10594 (eh_outer_context): Adjust properly.
10595 (add_eh_table_entry): Use xrealloc.
10596 * toplev.c (compile_file): Just call output_exception_table.
10598 Wed Sep 10 11:30:36 1997 Jason Merrill <jason@cygnus.com>
10600 * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
10602 Wed Sep 10 08:17:10 1997 Torbjorn Granlund <tege@pdc.kth..se>
10604 * except.c (eh_outer_context): Do masking using expand_and.
10606 Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
10608 Add port done awhile ago for the ARC cpu.
10609 * arc/arc.h: New file.
10610 * arc/arc.c: New file.
10611 * arc/arc.md: New file.
10612 * arc/initfini.c: New file.
10613 * arc/lib1funcs.asm: New file.
10614 * arc/t-arc: New file.
10615 * arc/xm-arc.h: New file.
10616 * ginclude/va-arc.h: New file.
10617 * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
10618 * ginclude/varargs.h: Likewise.
10619 * Makefile.in (USER_H): Add va-arc.h.
10620 * configure.in (arc-*-elf*): Recognize.
10621 * longlong.h: Add ARC support.
10623 Wed Sep 10 01:32:54 1997 Jeffrey A Law (law@cygnus.com)
10625 * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
10626 when clearing non-BLKmode data.
10628 Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
10630 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
10631 * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
10633 * xm-m88k.h (USG): Only define if it hasn't already been defined.
10635 * Makefile.in (risky-stage1): Delete gratutious whitespace.
10637 * Makefile.in (clean): Delete libgcc1-test.
10639 * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
10641 Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
10643 * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
10646 Tue Sep 9 09:50:02 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10648 * dwarf2out.c (output_call_frame_info): Call named_section.
10650 Tue Sep 9 09:12:17 1997 Jeffrey A Law (law@cygnus.com)
10652 * haifa-sched.c (print_value): Fix last change.
10654 Tue Sep 9 01:30:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10656 * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
10659 Mon Sep 8 16:32:43 1997 Jason Merrill <jason@yorick.cygnus.com>
10661 * mips.c (function_prologue): Set up the CFA when ABI_32.
10663 * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
10664 for dwarf2 unwind info.
10665 (output_function_prologue, sparc_flat_output_function_prologue): Same.
10667 * final.c (final_end_function): Check dwarf2out_do_frame instead
10668 of DWARF2_DEBUG for dwarf2 unwind info.
10669 (final_scan_insn): Likewise.
10670 (final_start_function): Likewise. Initialize dwarf2 frame debug here.
10673 * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
10676 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
10678 Mon Sep 8 15:15:11 1997 Nick Clifton <nickc@cygnus.com>
10680 * v850.h (ASM_SPEC): Pass on target processor.
10681 (CPP_PREDEFINES): Only define if not already specified.
10682 (TARGET_VERSION): Only define if not already specified.
10683 (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
10685 (EXTRA_SWITCHES): Extra entries in the switches array.
10686 (TARGET_DEFAULT): Set default target processor.
10688 Mon Sep 8 18:26:35 1997 Jim Wilson <wilson@cygnus.com>
10690 * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
10691 cases, add %# and %/, and add : to make them into extended asms.
10693 Sun Sep 7 23:57:50 1997 Weiwen Liu <liu@hepunix.physics.yale.edu>
10695 * alias.c (init_alias_analysis): Clean up incompatible pointer
10696 type warning in bzero.
10697 * regmove.c (regmove_optimize): Ditto.
10698 * haifa-sched.c (find_rgns): Ditto.
10700 * haifa-sched.c (print_value): Clean up ptr->int cast
10703 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10705 * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
10706 * install.texi (Configurations): Ditto.
10707 * config.sub: Ditto.
10709 Sun Sep 7 22:56:56 1997 Weiwen Liu (liu@hepvms.physics.yale.edu)
10711 * Makefile.in (sdbout.o): Depend on insn-config.h.
10713 Sun Sep 7 18:44:50 1997 Jim Wilson <wilson@cygnus.com>
10715 * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
10716 For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
10718 Sun Sep 7 18:30:46 1997 Jason Merrill <jason@yorick.cygnus.com>
10720 * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
10721 prologue insn, only the first elt is significant.
10722 (output_call_frame_info): For exception handling, always use 4-byte
10723 fields as specified by the dwarf2 spec.
10724 Don't skip trivial FDEs.
10726 Sun Sep 7 14:19:39 1997 Jeffrey A Law (law@cygnus.com)
10728 * version.c: Bump for snapshot.
10730 Sun Sep 7 14:17:36 1997 Torbjorn Granlund (tege@pdc.kth.se)
10732 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
10733 for negative constants. Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
10736 Sun Sep 7 13:46:46 1997 Jeffrey A Law (law@cygnus.com)
10738 * final.c (shorten_branches): During first pass, assume worst
10739 possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
10741 * Makefile.in (distclean): Remove various things left around
10742 by running the testsuite.
10744 Sun Sep 7 13:16:06 1997 Manfred Hollstein <manfred@s-direktnet.de>
10746 * configure.in (out_file): Emit definition to config.status in order
10747 to have a defined value for configure.lang.
10748 * configure: Re-built.
10750 Sun Sep 7 09:59:08 1997 Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
10752 * configure.in: Make symlink to as-new rather than as.new. Similarly
10754 * configure: Rebuilt.
10756 Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com>
10758 * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
10760 Fri Sep 5 16:16:44 1997 Christian Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
10762 * sparc/sparc.md: Add ultrasparc scheduling support.
10763 * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
10765 Fri Sep 5 14:04:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
10767 * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
10768 as initial value for real_label_map.
10769 (copy_for_inline): Likewise.
10771 Fri Sep 5 13:36:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
10773 * sched.c (update_flow_info) When looking if to set found_split_dest
10774 or found_orig_dest, look at all parts of a PARALLEL.
10775 * haifa-sched.c (update_flow_info): Likewise.
10777 Fri Sep 5 10:08:44 1997 Jeffrey A Law (law@cygnus.com)
10779 * v850: New directory for v850 port.
10780 * v850/lib1funcs.asm: New file.
10781 * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
10782 * ginclude/va-v850.h: New file.
10783 * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
10784 * configure.in (mn10200-*-*): New target.
10785 * configure: Rebuilt.
10786 * config.sub: Handle v850-elf.
10787 * Makefile.in (USER_H): Add va-mn10200.h.
10788 * invoke.texi: Document v850 stuff.
10790 Fri Sep 5 09:37:50 1997 Jim Wilson (wilson@cygnus.com)
10792 * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
10793 has integer TYPE_{MAX,MIN}_VALUE before using them.
10795 * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
10796 __HPUX_ASM__ versions.
10798 Fri Sep 5 09:08:44 1997 Jeffrey A Law (law@cygnus.com)
10800 * install.sh: Delete duplicate install script.
10802 Thu Sep 4 23:14:27 1997 Stan Cox (coxs@dg-rtp.dg.com)
10804 * reg-stack.c (subst_stack_regs): Pop the stack register for a
10805 computed goto which sets the same stack register.
10807 * reg-stack.c (compare_for_stack_reg): Swap only if the source and
10808 destination are both on the regstack.
10809 (subst_stack_regs_pat): Put the destination at the top of the regstack.
10811 Thu Sep 4 15:02:27 1997 Jim Wilson <wilson@cygnus.com>
10813 * mips.md (nonlocal_goto_receiver): Define.
10815 * profile.c (output_arc_profiler): Check next_insert_after for non
10816 NULL before deferencing it.
10818 * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
10820 Thu Sep 4 14:51:57 1997 Jeffrey A Law (law@cygnus.com)
10822 * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
10824 Thu Sep 4 15:01:49 1997 Michael Meissner <meissner@cygnus.com>
10826 * toplev.c (rest_of_compilation): For passes starting with
10827 flow_analysis, use print_rtl_with_bb instead of print_rtl.
10829 * print-rtl.c (print_rtl_single): Print a single rtl value to a
10832 * flow.c (print_rtl_with_bb): Print which insns start and end
10833 basic blocks. For the start of a basic block, also print the live
10836 Thu Sep 4 11:51:43 1997 Jim Wilson <wilson@cygnus.com>
10838 * toplev.c (main): Change #elif to #else/#ifdef
10840 * tlink.c: Include ctype.h.
10841 * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
10843 Thu Sep 4 11:17:16 1997 Mikeael Meissner (meissner@cygnus.com)
10845 * bitmap.c: Conditionally include stdlib.h.
10846 (free): Provide a declaration if NEED_DECLARATION_FREE.
10848 Thu Sep 4 09:58:53 1997 Joel Sherrill (joel@OARcorp.com)
10850 * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
10852 Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
10854 * profile.c (output_arc_profiler): Verify next_insert_after is an
10855 INSN before and after skipping a stack pop.
10857 Thu Sep 4 07:39:19 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
10859 * final.c (shorten_branches): Don't count the lengths of deleted
10862 Thu Sep 4 09:43:01 1997 Jeffrey A Law (law@cygnus.com)
10864 * version.c: Bump for snapshot.
10866 Thu Sep 4 11:04:21 1997 Michael Meissner <meissner@cygnus.com>
10868 * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
10869 two bitmaps ANDed together.
10870 (bitmap_print): Declare.
10872 * bitmap.c (function_obstack): Don't declare any more.
10873 (bitmap_obstack): Obstack for allocating links from.
10874 (bitmap_obstack_init): New static to say whether to initialize
10876 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
10877 (bitmap_release_memory): Free all memory allocated from
10880 * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
10881 EXECUTE_IF_AND_IN_BITMAP.
10883 Wed Sep 3 10:39:42 1997 Jim Wilson <wilson@cygnus.com>
10885 * alias.c (true_dependence): Address with AND can alias scalars.
10886 (anti_dependence, output_dependence): Likewise.
10888 * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
10890 Wed Sep 3 09:28:50 CDT 1997 Joel Sherrill (joel@OARcorp.com)
10892 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
10893 mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
10894 sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
10895 definitions. Use -qrtems instead of -mrtems.
10897 Wed Sep 3 09:05:41 1997 Robert Lipe (robert@dgii.com)
10899 * xm-sco5.h (sys_siglist): Define.
10900 (SYS_SIGLIST_DECLARED): Likewise.
10902 Tue Sep 2 23:33:33 1997 Jeffrey A Law (law@cygnus.com)
10904 * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
10906 Wed Sep 3 02:09:30 1997 Torbjorn Granlund <tege@pdc.kth..se>
10908 * except.c (eh_outer_context): Expand masking operation using
10911 Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
10913 * alpha.md (floatdisf2-1): New pattern.
10915 Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
10917 * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
10918 * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
10919 * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
10920 * gcc.texi: Note that if you define sys_siglist that you should
10921 also define SYS_SIGLIST_DECLARED.
10923 * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
10924 are relative to the next instruction, not the current instruction.
10926 Tue Sep 2 14:22:43 1997 Jim Wilson <wilson@cygnus.com>
10928 * local-alloc.c (contains_replace_regs): New function.
10929 (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
10930 verify that there is no existing REG_EQUIV note, and add a call to
10931 contains_place_regs.
10933 Tue Sep 2 12:48:11 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10935 * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
10936 (STARTFILE_SPEC): Always use crtbegin.o%s
10937 (ENDFILE_SPEC): Always use crtend.o%s.
10939 Tue Sep 2 12:00:36 1997 Jim Wilson <wilson@cygnus.com>
10941 * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
10943 * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
10944 SFmode for 64 bit hosts.
10946 Tue Sep 2 13:42:38 1997 Paul N. Hilfinger <hilfingr@CS.Berkeley.EDU>
10948 * fixincludes: Permits spaces between # and define. Discard C++
10949 comments in sys/pci.h on HP/UX 10.20.
10951 Mon Sep 1 22:13:18 1997 Jeffrey A Law (law@cygnus.com)
10953 * version.c: Bump for snapshot.
10955 * pa.c (restore_unscaled_index_insn_codes): New function.
10956 (record_unscaled_index_insn_codes): Likewise.
10957 (output_function_prologue): Call restore_unscaled_index_insn_codes.
10958 (output_function_epilogue): Free memory for unscaled_index_insn_codes.
10959 (pa_reorg): Call record_unscaled_index_insn_codes.
10961 * haifa-sched.c (move_insn): Handle notes correctly for insns
10962 with SCHED_GROUP_P set.
10964 Mon Sep 1 16:58:57 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10966 * alpha/xm-linux.h (USE_BFD): Undef before define.
10968 Mon Sep 1 16:25:34 1997 Jim Wilson <wilson@cygnus.com>
10970 * cse.c (cse_insn): Don't record BLKmode values.
10972 Mon Sep 1 11:25:47 1997 Stephen Williams (steve@icarus.icarus.com)
10974 * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
10976 Mon Sep 1 08:29:46 1997 Jeffrey A Law (law@cygnus.com)
10978 * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
10979 * collect2.c (sys_errlist): Likewise.
10980 * cpplib.c (sys_errlist): Likewise.
10981 * gcc.c (sys_errlist): Likewise.
10982 * protoize (sys_errlist): Likewise.
10983 * configure.in: Check for strerror.
10984 * xm-freebsd.h (HAVE_STRERROR): Remove definition.
10985 * xm-gnu.h (HAVE_STRERROR): Likewise.
10986 * xm-linux.h (HAVE_STRERROR): Likewise.
10987 * xm-netbsd.h (HAVE_STRERROR): Likewise.
10988 * xm-bsd386.h (HAVE_STRERROR): Likewise.
10989 * xm-cygwin32.h (HAVE_STRERROR): Likewise.
10990 * xm-dos.h (HAVE_STRERROR): Likewise.
10991 * xm-mingw32.h (HAVE_STRERROR): Likewise.
10992 * xm-pa.h (HAVE_STRERROR): Likewise.
10993 * xm-papro.h (HAVE_STRERROR): Likewise.
10994 * xm-sysv4.h (HAVE_STRERROR): Likewise.
10995 * configure, config.in: Rebuilt.
10997 * Makefile.in: Add several missing "else true" clauses.
10999 * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
11000 * mips-tfile.c: Likewise.
11001 * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
11002 * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
11003 * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
11004 * configure.in: Check for sys_siglist declaration.
11005 * configure, config.in: Rebuilt.
11007 Mon Sep 1 08:04:07 1997 Joel Sherrill (joel@OARcorp.com)
11009 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
11010 m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
11011 sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
11012 * i960/i960.h: Added SUBTARGET_SWITCHES macro.
11013 * rs6000/sysv4.h (extra_subtarget_switches): Added new
11014 macro EXTRA_SUBTARGET_SWITCHES.
11015 * configure.in (sh*-*-rtems*): New target.
11016 * sh/rtems.h: New file.
11017 * sh/sh.h: Added SUBTARGET_SWITCHES macro.
11018 * configure: Rebuilt.
11020 Sat Aug 30 22:54:26 1997 Jim Wilson <wilson@cygnus.com>
11022 * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
11024 Sat Aug 30 10:49:46 1997 David Edelsohn <edelsohn@mhpcc.edu>
11026 * rs6000.md: Make DF fused-add operations pay attention to
11029 Fri Aug 29 19:19:54 1997 Jim Wilson <wilson@cygnus.com>
11031 * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
11033 Fri Aug 29 16:13:51 1997 Jeffrey A Law (law@cygnus.com)
11035 * pa.md (reload_peepholes): Make sure operand is a REG before
11036 examining REGNO. Allow general registers too.
11038 Fri Aug 29 11:42:04 1997 Jim Wilson <wilson@cygnus.com>
11040 * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
11042 Fri Aug 29 09:33:20 1997 Philipp Thomas (kthomas@lxi165.gwdg.de)
11044 * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
11045 to reallocate abbrev_die_table.
11047 Thu Aug 28 15:14:46 1997 Jim Wilson <wilson@cygnus.com>
11049 * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
11051 1997-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11053 * Makefile.in (config.status): Depend on version.c
11055 * expr.h (insn_gen_function): Reenable prototype.
11057 * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
11060 Thu Aug 28 13:01:43 1997 Jim Wilson <wilson@cygnus.com>
11062 * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
11064 Thu Aug 28 07:03:15 1997 Jeffrey A Law (law@cygnus.com)
11066 * version.c: Bump for latest snapshot.
11068 * bc-optab.c: Conditionally include stdlib.h.
11069 (free): Provide a declaration if NEED_DECLARATION_FREE.
11070 * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
11071 * rtl.h (free): Remove declaration.
11072 * tree.h (free): Remvoe declaration.
11074 * configure: Rebuilt.
11076 Wed Aug 27 21:32:20 1997 Jeffrey A Law (law@cygnus.com)
11078 * flags.h (flag_move_all_movables): Declare.
11079 (flag_reduce_all_givs): Likewise.
11080 * loop.c (move_movables): Handle flag_move_all_movables.
11081 (strength_reduce): Handle flag_reduce_all_givs.
11082 * toplev.c (flag_move_all_movables): Define.
11083 (flag_reduce_all_givs): Likewise.
11084 (f_options): Add -fmove-all-movables and -freduce-all-givs.
11085 * invoke.texi: Document new options, including alias stuff that
11086 wasn't included last time.
11088 Wed Aug 27 18:08:51 1997 Bob Manson (manson@cygnus.com)
11090 * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
11091 * t-mn10200: Ditto.
11092 * t-vxsparc: Ditto.
11093 * t-vxworks68: Ditto.
11094 * t-vxworks960: Ditto.
11097 Wed Aug 27 16:35:29 1997 Richard Henderson <rth@cygnus.com>
11099 * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
11100 if not already defined, and USE_C_ALLOCA not defined.
11102 Wed Aug 27 16:08:43 1997 Jim Wilson <wilson@cygnus.com>
11104 * config.guess: Replace with script that uses ../config.guess.
11106 * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
11107 if USE_GNULIBC_1 is not defined.
11109 Wed Aug 27 15:49:12 1997 Richard Henderson <rth@cygnus.com>
11111 * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
11112 * config.guess: Recognize alpha-linux-gnulibc1.
11113 * configure.in (alpha-*-linux-gnulibc1): New target.
11114 (alpha-*-linux-gnu*): Don't build crtbegin/end.
11116 Wed Aug 27 11:52:58 1997 Jim Wilson <wilson@cygnus.com>
11118 * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
11121 Wed Aug 27 01:56:18 1997 Doug Evans <dje@seba.cygnus.com>
11123 * loop.c (combine_movables): Earlier insns don't match later ones.
11125 Wed Aug 27 01:24:25 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11127 * config/linux.h (CC1_SPEC): Define it only if not defined.
11129 * config/m68k/linux.h (CC1_SPEC): Undefine it before include
11132 * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
11133 USE_GNULIBC_1 is not defined.
11135 * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1.
11137 * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
11138 as 1 if USE_GNULIBC_1 is not defined.
11140 Wed Aug 27 00:49:14 1997 Jeffrey A Law (law@cygnus.com)
11142 * reorg.c (dbr_schedule): Allow current_function_return_rtx
11143 to be something other than a REG.
11144 * function.c (expand_function_end): Fix current_function_return_rtx
11145 if it was a pseudo.
11147 * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
11148 * x-netbsd: Likewise
11149 * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
11150 (INSTALL_HEADERS): Delete.
11151 * x-dguxbcs: Likewise.
11152 * x-hp3bsd44: Likewise
11155 Wed Aug 27 00:30:00 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11157 * i386.md (pop): pop increments the stack pointer.
11158 (prologue_set_stack_ptr): New pattern.
11159 * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
11162 Tue Aug 26 18:50:32 1997 Jim Wilson <wilson@cygnus.com>
11164 * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
11165 address where an offsettable address is required.
11167 Tue Aug 26 17:54:56 1997 Michael P. Hayes (michaelh@ongaonga.chch.cri.nz>
11169 * loop.c (check_final_value): Don't miss a biv increment in a
11172 Tue Aug 26 12:03:49 1997 Jim Wilson (wilson@cygnus.com)
11174 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
11175 TYPE_DECL_IS_STUB instead of DECL_NAME.
11177 Mon Aug 25 23:27:10 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11179 * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
11181 Mon Aug 25 23:27:10 1997 Jim Meyering <meyering@eng.ascend.com>
11183 * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
11185 Mon Aug 25 13:12:24 1997 Jeffrey A Law (law@cygnus.com)
11187 * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
11188 (find_post_sched_live): Likewise.
11190 * haifa-sched.c (schedule_block): Remove old code to get arguments
11191 from hard regs into pseudos early.
11193 Mon Aug 25 08:55:00 1997 Jeffrey A Law (law@cygnus.com)
11195 * version.c: Bump for new snapshot.
11197 * local-alloc.c (update_equiv_regs): All the target to reject
11198 promotion of some REG_EQUAL to REG_EQUIV notes.
11199 * pa.h (DONT_RECORD_EQUIVALENCE): Define.
11201 * pa.c (secondary_reload_class): (mem (mem ... )) does not need
11204 * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
11205 store of the argument registers.
11207 Mon Aug 25 08:39:02 1997 Craig Burley (burley@gnu.ai.mit.edu)
11209 * fold-const.c (multiple_of_p): New function.
11210 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
11212 Mon Aug 25 01:47:41 1997 Jeffrey A Law (law@cygnus.com)
11214 * expr.h (insn_gen_function): Temporarily remove prototype.
11216 Sun Aug 24 17:22:21 1997 Jim Wilson <wilson@cygnus.com>
11218 * Makefile.in (install-info): Don't cd into srcdir. Add srcdir to
11219 filenames. Use sed to extract base filename for install.
11221 Sat Aug 23 18:19:40 1997 John F. Carr <jfc@mit.edu>
11223 * unroll.c (find_splittable_givs): Only share if two givs have the
11224 same add and multiply values.
11226 Sat Aug 23 14:36:27 1997 Jim Wilson <wilson@cygnus.com>
11228 * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
11229 * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
11231 Sat Aug 23 00:18:22 1997 Jeffrey A Law (law@cygnus.com)
11233 * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
11234 around branch tables.
11235 * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
11236 and .end_brtab directives if TARGET_GAS.
11238 Fri Aug 22 14:05:55 1997 Jim Wilson <wilson@cygnus.com>
11240 * alias.c (true_dependence): Pass x_addr not x to varies.
11242 * acconfig.h (NEED_DECLARATION_CALLOC): Add.
11243 * configure.in: Add GCC_NEED_DECLARATION call for calloc.
11244 * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
11246 * config.in, configure: Regenerate.
11248 Thu Aug 21 23:52:16 1997 John F. Carr <jfc@mit.edu>
11250 * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
11252 (record_set): Handle LO_SUM like PLUS.
11253 (init_alias_analysis): When following chains of base addresses,
11254 do not stop on reaching a hard register.
11256 Thu Aug 21 20:17:37 1997 Jeffrey A Law (law@cygnus.com)
11258 * version.c: Bump for new snapshot.
11260 Thu Aug 21 17:28:00 1997 Jim Wilson <wilson@cygnus.com>
11262 * alpha.h (ARCH_ASM_FILE_START): Define.
11263 (ASM_FILE_START): Use ARCH_ASM_FILE_START.
11264 * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
11266 Thu Aug 21 10:22:19 1997 Jeffrey A Law (law@cygnus.com)
11268 * Makefile.in (install-common): Put gcov comment at start of line.
11270 Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com)
11272 * alias.c (init_alias_analysis): When simplifying the reg_base_value
11273 array, simplify entries for hard registers too.
11275 Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
11277 * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
11280 Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
11282 * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
11283 block_stack before dereferencing it.
11285 Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com>
11287 * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
11289 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
11291 * cplus-dem.c: Add 'extern' to prepends_underscore.
11293 Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
11295 * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
11296 (get_issue_rate): Delete.
11297 * pa.h (ISSUE_RATE): Define.
11299 * configure.in: Turn on haifa by default for the PA.
11300 * configure: Rebuilt.
11301 * pa.c (override_options): Accept -mschedule=7200 option.
11302 (pa_adjust_cost): No longer need to scale costs for newer
11304 * pa.h (enum processor_type): Add PROCESSOR_7200.
11305 * pa.md: Revamp scheduling parameters to work better with
11306 haifa. Add scheduling parameters for the 7200.
11308 * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
11310 (schedule_block): When adjusting basic_block_{head,end}, account
11311 for movement of SCHED_GROUP_P insns too.
11313 * haifa-sched.c (debug_dependencies): Fix thinko.
11315 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
11316 (site.exp, check, check-g++, check-gcc): New targets.
11318 * haifa-sched.c: Make lots of variables static.
11320 Tue Aug 19 07:18:34 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11322 * expr.h, real.h: Finish prototyping.
11324 Mon Aug 18 21:49:02 1997 Jim Wilson <wilson@cygnus.com>
11326 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
11327 reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
11328 * reload1.c: Undo bugfix from Aug 11.
11330 Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
11332 * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
11333 quotes around the name.
11334 * configure: Regenerate.
11336 Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
11338 * Makefile.in (stmp-multilib-sub): Fix typo in last change.
11340 Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
11342 * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
11343 to sub-makes to avoid building more passes than the user might have
11344 requested on the command line.
11346 Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
11348 * configure.in: Expurgate `broken_install' (install is
11351 * configure.lang: Substitute autoconfed ${INSTALL} (not currently
11354 Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
11356 * loop.c (is_power_of_2, is_conditional_branch): Delete unused
11357 functions and declarations.
11358 (analyze_loop_iterations): Use condjump_p.
11359 (insert_bct): Likewise. Use exact_log2.
11361 Fri Aug 15 23:48:32 1997 Jeffrey A Law (law@cygnus.com)
11363 * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
11364 (schedule_region): Likewise.
11365 (schedule_insns): Likewise.
11367 * PROJECTS: Update with Haifa stuff.
11369 Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com)
11371 * version.c: Change the version string to look like:
11372 egcs-2.90.00 970814 (gcc2-970802 experimental).
11374 * loop.c (is_conditional_branch): Make definition match declaration.
11376 * gcc.c: Take out experimental snapshot warning message.
11378 Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com>
11380 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
11381 print out the names of the notes. Print out the name of the insn
11382 that is not a note, and not an {,CALL_,JUMP_}INSN.
11384 Wed Aug 13 17:32:38 1997 Jason Merrill <jason@yorick.cygnus.com>
11386 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
11387 again for the slot after we give it RTL.
11389 Wed Aug 13 01:03:37 1997 Doug Evans <dje@canuck.cygnus.com>
11391 * configure.in (haifa configury): Fix typo.
11392 * configure: Regenerate.
11394 Tue Aug 12 10:20:36 1997 Jeffrey A Law (law@cygnus.com)
11396 * version.c: Bump version to "gcc-3.0.0 970802 experimental".
11398 * gcc.info*: Rebuilt.
11400 * COPYING.g77, README.g77: New files.
11401 * real.c (ereal_unto_float, ereal_unto_double): New functions.
11402 * real.h (ereal_unto_float, ereal_unto_double): Declare them.
11403 (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
11405 Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com)
11407 * Integrate Haifa instruction scheduler.
11408 * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS. Prefix all references
11409 to sched with $(SCHED_CFLAGS.
11410 * configure.in: Handle --enable-haifa.
11411 * configure: Rebuilt.
11412 * flags.h: Add new flags for haifa instruction scheduler.
11413 * genattrtab.c (expand_units): For haifa, don't subtract one
11414 when computing blockage.
11415 * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
11416 (flag_schedule_speculative): Ditto.
11417 (flag_schedule_speculative_load): Ditto.
11418 (flag_schedule_speculative_load_dangerous): Ditto.
11419 (flag_schedule_reverse_before_reload): Ditto.
11420 (flag_schedule_reverse_after_reload): Ditto.
11421 (flag_branch_on_count_reg): Ditto.
11422 (f_options): Add Haifa switches.
11423 (main): Turn off some Haifa options if appropriate macro is
11424 defined. Process Haifa switches.
11425 * unroll.c (iteration_info): No longer static, since Haifa
11427 (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
11428 * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
11429 * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
11430 * loop.h (loop_initial_value,loop_unroll_iter): New globals.
11431 * loop.c (loop_optimize): If HAIFA is defined, allocate additional
11432 storage for the Haifa scheduler.
11433 (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
11435 (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
11436 are defined, call analyze_loop_iterations and insert_bct to use
11438 (record_giv): Refine test for jumps out of loops if HAIFA is
11440 (analyze_loop_iterations): New function to identify if we can use
11442 (insert_bct): Insert countdown loop.
11443 (instrument_loop_bct): Low level code to insert countdown loop.
11444 (loop_number): Calculate UID of loop.
11445 (indirect_jump_in_function_p): Return true if an indirect jump is
11447 (is_power_of_2): Return true if value is a power of 2.
11448 (is_conditional_branch): Return true if insn is a conditional
11450 (fix_bct_param): Process -fbct-{min,max}-N switches.
11451 (check_bct_param): Return true if loop should be instrumented.
11452 * loop.c (loop_initial_value,loop_unroll_iter): New globals.
11453 (loop_optimize): Initialize.
11454 (get_condition_for_loop): Ditto.
11455 * loop.c (strength_reduce): Inside of code that uses #ifdef
11456 HAVE_decrement_and_branch_on_count code, test it to make sure the
11458 (instrument_loop_bct): Ditto.
11459 * haifa-sched.c: New file.
11462 * Integrate regmove pass.
11463 * Makefile.in (OBJS): Add regmove.o
11464 (regmove.o): Add dependencies.
11465 * flow.c (find_use_as_address): No longer static.
11466 * rtl.h (find_use_as_address): Declare.
11467 * toplev.c (regmove_dump, flag_regmove): Define.
11468 (f_options): Add -fregmove.
11469 (regmove_dump_file, regmove_time): Define.
11470 (fatal_insn): Close the regmove dump file.
11471 (compile_file): Initialize regmove_time; open/close the regmove dump
11472 file as needed. Print regmove time as needed.
11473 (rest_of_compilation): Run regmove pass if requested, dump
11474 RTL after regmove if requested.
11475 (main): If -O2 or more, turn on regmove. Handle dump switches.
11476 * regmove.c: New file.
11478 Mon Aug 11 14:15:02 1997 Jeffrey A Law (law@cygnus.com)
11480 * Integrate tlink patch from jason@cygnus.com
11481 * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
11482 (process_command): Increment n_switches for them. Don't discard
11483 their args. Validate them.
11484 (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
11486 (process_command): Set include_prefixes from COMPILER_PATH.
11487 (main): Set COLLECT_GCC_OPTIONS sooner.
11488 * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
11489 * tlink.c, hash.c, hash.h: New files.
11490 * Makefile.in (USE_COLLECT2): Always use collect2.
11491 (collect2): Depend on and link in hash.o and tlink.o.
11492 (tlink.o, hash.o): Add dependencies.
11494 Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com)
11496 * Integrate alias analysis changes from jfc@mit.edu
11497 * Makefile.in (OBJS): Add alias.o
11498 (alias.o): Add dependencies.
11499 * alias.c: New file.
11500 * sched.c: Remove alias analysis code. It lives in alias.c now.
11501 (sched_analyze_2): Add new arguments to true_dependence.
11502 (schedule_insns): Always call init_alias_analysis.
11503 * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
11504 mark return value from such functions as a pointer and keep track of
11505 them for alias analysis. If a return value from a function is a
11506 pointer, mark it as such.
11507 * combine.c (distribute_notes): Handle REG_NOALIAS.
11508 * cse.c (struct write_data): Delete. No longer needed.
11509 (invalidate): Don't call set_nonvarying_address_components anymore.
11510 Use true_dependence to decide if an entry should be removed from
11512 (invalidate_memory): Remove WRITES argument, simplify appropriately.
11514 (note_mem_written): Similarly for WRITE_PTR argument.
11515 (invalidate_from_clobbers): Similarly for W argument.
11516 (invalidate_for_call): Remove memory elements from the hash table.
11517 (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
11518 (cse_rtx_varies_p): New function. Derived from old
11519 cse_rtx_addr_varies_p.
11520 (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
11521 Don't call note_mem_written anymore. Stack pushes invalidate the stack
11522 pointer if PUSH_ROUNDING is defined. No longer need to call
11523 cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
11524 (skipped_writes_memory): Remove variable.
11525 (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
11526 (invalidate_skipped_block): Simplify for new alias analysis code.
11527 (cse_set_around_loop): Likewise.
11528 (cse_main): Call init_alias_analysis.
11529 * flags.h (flag_alias_check, flag_argument_noalias): Declare.
11530 * toplev.c (flag_alias_check, flag_argument_noalias): Define.
11531 (f_options): Add new alias checking arguments.
11532 (main): Set flag_alias_check when optimizing.
11533 * local_alloc (validate_equiv_mem_from_store): Add new arguments
11534 to true_dependence.
11535 (memref_referenced_p): Likewise.
11536 * loop.c (NUM_STORES): Increase to 30.
11537 (prescan_loop): Only non-constant calls set unknown_address_altered.
11538 (invariant_p): Add new arguments to true_dependence.
11539 (record_giv): Initialize unrolled and shared fields.
11540 (emit_iv_add_mult): Call record_base_value as needed.
11541 * loop.h (struct induction): Add unrolled and shared fields.
11542 * unroll.c (unroll_loop): Call record_base_value as needed.
11543 (copy_loop_body): Likewise.
11544 (final_biv_value): Likewise.
11545 (final_giv_value): Likewise.
11546 (find_splittable_regs): Likewise. Only create one new pseudo
11547 if we have multiple address GIVs that were combined with the same
11548 dst_reg GIV. Note when a new register is created due to unrolling.
11549 * rtl.c (reg_note_name): Add REG_NOALIAS.
11550 * rtl.h (enum reg_note): Similarly.
11551 (rtx_varies_p, may_trap_p, side_effects_p): Declare.
11552 (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
11553 (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
11554 (true_dependence, read_dependence, anti_dependence): Likewise.
11555 (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
11556 (mark_user_reg, mark_reg_pointer): Likewise.
11559 * Integrate reload bugfix from Wilon which enables the PA port
11560 to bootstrap again.
11561 * reload1.c (reload): Sum needs for both OPADDR_ADDR and
11562 OPERAND_ADDRESS when computing how many registers an insn needs.
11563 (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
11565 (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
11566 OPADDR_ADDR reload.
11567 (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
11568 in reload_reg_use_in_op_addr do not reach the end.
11569 do not reach the end.
11570 (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
11571 RELOAD_FOR_OPERAND_ADDRESS.
11573 Sun Aug 10 12:00:20 1997 Jeffrey A Law (law@cygnus.com)
11575 * egcs project officially starts.
11578 add-log-time-format: current-time-string