1 Wed May 20 23:44:28 EDT 1998 John Wehle (john@feith.com)
3 * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
4 * configure.in: Check for it.
5 * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
6 * final.c (uid_align, uid_shuid, label_align): Make static.
7 (label_align): Change type to struct label_alignment pointer.
8 (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
9 (LABEL_TO_MAX_SKIP): Define.
10 (LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
11 LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
12 (shorten_branches): Record the maximum bytes to skip when
14 (final_scan_insn): Use the maximum bytes to skip when aligning a label
15 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
16 * i386.h (LOOP_ALIGN_MAX_SKIP,
17 LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
18 * i386.c (override_options): i386_align_jumps and i386_align_loops
19 default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
20 * invoke.texi: Document new i386 align-loops and align-jumps behavior.
22 1998-05-21 Mark Mitchell <mmitchell@usa.net>
24 * cplus-dem.c (do_type): Handle volatile qualification.
26 Thu May 21 12:23:17 1998 Per Bothner <bothner@cygnus.com>
28 * function.c (init_function_start): Don't call emit_line_note if
29 lineno is 0. (Can happen when compiling Java .class files.)
31 Thu May 21 19:50:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
33 * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
34 end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
36 Thu May 21 19:32:27 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
38 * combine.c (nonzero_bits): For paradoxical subregs, take
39 LOAD_EXTENDED_OP into account.
41 Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com>
43 * configure.in (extra_c_objs): add prefix.o.
44 (extra_cxx_objs): extra objects for C++ with cpplib.
45 * configure: Regenerate.
47 * c-tree.h: (get_directive_line): Different prototype for cpplib.
48 (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
50 * c-lex.h: (get_directive_line): Not needed here for cpplib.
52 * c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
53 (GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
55 * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
56 (yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c
58 Thu May 21 09:04:42 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
60 * gengenrtl.c (type_from_format, accessor_from_format): Change
61 type of parameter `c' from `char' to `int'.
63 Wed May 20 22:28:34 1998 Jeffrey A Law (law@cygnus.com)
65 * warn_summary, test_summary: New scripts from
66 Kaveh Ghazi and Alexandre Oliva respectively.
68 * gcse.c (current_function_calls_longjmp): Declare.
70 1998-05-20 Jason Merrill <jason@yorick.cygnus.com>
72 * dwarf2out.c (base_type_die): Use int_size_in_bytes.
74 Wed May 20 01:11:02 1998 Doug Evans (devans@cygnus.com)
75 Jeff Law (law@cygnus.com)
77 * Global CSE and constant/copy propagation.
78 * Makefile.in (OBJS): Add gcse.o
79 (STAGESTUFF): Add *.gcse.
80 (gcse.o): Add dependencies.
81 (mostlyclean): Remove *.gcse and */*.gcse.
83 * loop.c (loop_optimize): Move call to init_alias_analysis.
84 * recog.c (validate_replace_src): New function.
85 * toplev.c (gcse_dump): New global variable.
86 (flag_gcse, gcse_time): Likewise.
87 (compile_file): Initialize gcse_time and clean out the gcse dump
89 (rest_of_compilation): Call gcse_main as requested. Dump RTL
90 after gcse if requested.
91 (main): Enable gcse for -O2 and above. Handle -dG. Enable gcse
93 * gcc.texi: Add gcse related internal documentation.
94 * invoke.texi: Note new command line options for gcse.
95 * tm.texi: Document AVOID_CCMODE_COPIES.
96 * mips.h (AVOID_CCMODE_COPIES): Define.
98 Tue May 19 22:31:20 1998 Jeffrey A Law (law@cygnus.com)
100 * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
102 (stmp-fixproto): Simlarly for running fixproto.
103 * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
105 Tue May 19 19:08:52 1998 Jim Wilson <wilson@cygnus.com>
107 * config/mips/mips.c (double_memory_operand): Accept any MEM during
108 reload when TARGET_64BIT.
110 Tue May 19 18:21:25 1998 Jim Wilson <wilson@cygnus.com>
112 Finish incomplete change started by Kenner.
113 * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
114 (powerpcle-*-cygwin32): Delete xm_defines.
115 * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
116 HAVE_STAB_H instead of NO_STAB_H.
117 * config/xm-linux.h (NO_STAB_H): Delete.
118 (HAVE_STAB_H): Undefine.
119 * config/i386/xm-go32.h (NO_STAB_H): Delete.
121 1998-05-19 Jim Wilson <wilson@cygnus.com>
123 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
124 LANG_TYPE trees with DECL_SOURCE_LINE of 0.
126 Tue May 19 15:07:54 1998 Todd Vierling <tv@netbsd.org>
128 * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
130 Tue May 19 17:19:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
132 * reload1.c (reload_reg_free_for_value_p): New function.
133 (allocate_reload_reg, choose_reload_regs): Use it.
135 Tue May 19 11:51:00 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)
137 * except.c (expand_start_catch): Correct logic for when to
138 generate a new handler label, and when to use the old one.
140 Tue May 19 11:08:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
142 * Makefile.in (print-rtl.o): Depend on bitmap.h.
143 (dbxout.o): Depend on toplev.h.
144 ($(SCHED_PREFIX)sched.o): Likewise.
145 ($(out_object_file)): Likewise for system.h and toplev.h.
146 (cppmain.o): Depend on gansidecl.h.
147 (cpplib.o): Likewise.
148 (cpperror.o): Likewise.
149 (cppexp.o): Likewise.
150 (cpphash.o): Likewise.
151 (cppalloc.o): Likewise.
152 (fix-header.o): Depend on cpplib.h and cpphash.h.
153 (scan-decls.o): Depend on gansidecl.h.
155 * basic-block.h (free_regset_vector): Add prototype.
157 * cccp.c (check_precompiled): Mark parameter `fname' with
159 (do_assert): Likewise for `op' and `keyword'.
160 (do_unassert): Likewise.
161 (do_line): Likewise for `keyword'.
162 (do_error): Likewise for `op' and `keyword'.
163 (do_warning): Likewise.
164 (do_ident): Likewise for `keyword'.
165 (do_pragma): Likewise for `limit', `op' and `keyword'.
167 (do_if): Likewise for `keyword'.
170 (do_endif): Likewise.
172 * collect2.c (getenv): Remove redundant prototype.
173 (collect_exit, collect_execute, dump_file): Likewise.
174 (dump_list): Wrap prototype and definition in COLLECT_EXPORT_LIST.
175 (dump_prefix_list): Hide prototype and definition.
177 * sparc.c: Include toplev.h.
178 (intreg_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
179 (symbolic_memory_operand): Likewise.
180 (sp64_medium_pic_operand): Likewise.
181 (data_segment_operand): Likewise.
182 (text_segment_operand): Likewise.
183 (splittable_symbolic_memory_operand): Likewise.
184 (splittable_immediate_memory_operand): Likewise.
185 (eq_or_neq): Likewise.
186 (normal_comp_operator): Likewise.
187 (noov_compare_op): Likewise.
188 (v9_regcmp_op): Likewise.
189 (v8plus_regcmp_op): Likewise.
190 (extend_op): Likewise.
191 (cc_arithop): Likewise.
192 (cc_arithopn): Likewise.
193 (small_int): Likewise.
194 (uns_small_int): Likewise.
195 (clobbered_register): Likewise.
196 (legitimize_pic_address): Likewise.
197 (delay_operand): Likewise.
198 (sparc_builtin_saveregs): Remove unused variable `stdarg'.
200 * sparc.h (order_regs_for_local_alloc, eligible_for_return_delay,
201 sparc_issue_rate, v8plus_regcmp_p): Add prototypes.
203 * sparc.md (cmpdi_v8plus): Add abort for default case in switch.
205 * cppalloc.c: Include gansidecl.h.
207 * cpperror.c: Include stdarg.h/varargs.h and gansidecl.h.
208 (cpp_file_line_for_message): Mark parameter `pfile' with
210 (v_cpp_message): New function.
211 (cpp_message): Use it. Also convert to variable arguments.
212 (cpp_fatal): Likewise.
213 (cpp_pfatal_with_name): Constify parameter `name'.
215 * cppexp.c: Move gansidecl.h before cpplib.h.
216 * cpphash.c: Likewise.
217 * cpphash.h (hashf, delete_macro): Add prototypes.
219 * cpplib.c: Include stdarg.h/varargs.h and move gansidecl.h before
220 cpplib.h. Don't include errno.h.
221 (update_path): Add arguments to prototype.
222 (cpp_fatal, cpp_file_line_for_message, cpp_message, delete_macro,
223 cpp_print_containing_files): Remove redundant prototypes.
224 (cpp_hash_cleanup, add_import, append_include_chain,
225 make_assertion, path_include, initialize_builtins,
226 initialize_char_syntax, finclude, validate_else, comp_def_part,
227 lookup_import, redundant_include_p, is_system_include,
228 read_name_map, read_filename_string, open_include_file,
229 check_macro_name, compare_defs, compare_token_lists,
230 eval_if_expression, change_newlines): Add prototype arguments.
231 (hashf): Remove redundant prototype.
232 (read_token_list, free_token_list, safe_read, xcalloc, savestring,
233 conditional_skip, skip_if_group): Add prototype arguments.
234 (fdopen): Remove redundant prototype.
235 (do_define, do_line, do_include, do_undef, do_error, do_pragma,
236 do_ident, do_if, do_xifdef, do_else, do_elif, do_endif, do_sccs,
237 do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
238 (struct directive): Add prototype arguments to function pointer
240 (handle_directive): Add missing arguments to call to `do_line'.
241 (do_include): Mark parameters `unused1' and `unused2' with
243 (do_line): Likewise for `keyword' and new parameters `unused1' and
245 (do_error): Likewise for `keyword'.
246 (do_warning): Likewise. Also add missing argument `pfile' in call
248 (do_once): Mark parameter `keyword', `unused1' and `unused2' with
250 (do_ident): Likewise for `keyword', `buf' and `limit'.
251 (do_pragma): Likewise. Also add missing arguments in call to do_once.
252 (do_sccs): Mark parameter `keyword', `buf' and `limit' with
254 (do_if): Likewise for `keyword'.
256 (eval_if_expression): Likewise for `buf' and `length'.
257 (do_xifdef): Likewise for `unused1' and `unused2'.
258 (do_else): Likewise for `keyword', `buf' and `limit'.
259 (do_endif): Likewise.
260 (parse_name): Add missing argument `pfile' in call to cpp_pedwarn.
261 (cpp_handle_options): Remove superfluous NULL argument in call to
263 (cpp_handle_options): Likewise.
264 (do_assert): Mark parameter `keyword', `buf' and `limit' with
266 (do_unassert): Likewise.
267 (cpp_print_file_and_line): Add missing argument `pfile' in call to
268 cpp_file_line_for_message.
269 (v_cpp_error): New function.
270 (cpp_error): Use it. Also accept variable arguments.
271 (v_cpp_warning): New function.
272 (cpp_warning): Use it. Also accept variable arguments.
273 (cpp_pedwarn): Accept variable arguments.
274 (v_cpp_error_with_line): New function
275 (cpp_error_with_line): Use it. Accept variable arguments.
276 (v_cpp_warning_with_line): New function.
277 (cpp_warning_with_line): Use it. Accept variable arguments. Hide
279 (cpp_pedwarn_with_line): Accept variable arguments.
280 (cpp_pedwarn_with_file_and_line): Likewise.
281 (cpp_error_from_errno): Constify parameter `name'. Add missing
282 argument `pfile' in call to cpp_file_line_for_message.
283 (cpp_perror_with_name): Constify parameter `name'.
285 * cpplib.h: Define PARAMS() in terms of PROTO().
286 (fatal): Remove redundant prototype.
287 (cpp_error, cpp_warning, cpp_pedwarn, cpp_error_with_line,
288 cpp_pedwarn_with_line, cpp_pedwarn_with_file_and_line,
289 cpp_error_from_errno, cpp_perror_with_name, cpp_pfatal_with_name,
290 cpp_fatal, cpp_message, cpp_pfatal_with_name,
291 cpp_file_line_for_message, cpp_print_containing_files): Add
292 arguments to prototypes.
293 (scan_decls, cpp_finish): Add prototypes.
295 * cppmain.c: Include gansidecl.h.
296 (main): Remove unused variable `i'.
298 * dbxout.c: Include toplev.h.
300 * demangle.h (do_tlink, collect_execute, collect_exit,
301 collect_wait, dump_file, file_exists): Add prototype.
303 * dwarf2out.c (dwarf_type_encoding_name, decl_start_label): Hide
304 prototype and definition.
305 (gen_unspecified_parameters_die): Don't assign results of call to
306 function new_die() to unused variable `parm_die'.
307 (dwarf2out_line): Mark parameter `filename' with ATTRIBUTE_UNUSED.
308 (dwarf2out_define): Likewise for `lineno' and `buffer'.
310 * dwarfout.c (output_unsigned_leb128, output_signed_leb128): Hide
311 prototype and definition.
312 (output_die): Add prototype arguments to function pointer arg.
313 (output_unspecified_parameters_die): Mark parameter `arg' with
316 * except.c (output_exception_table_entry): Remove unused variable
319 * except.h (expand_fixup_region_start, expand_fixup_region_end):
322 * expr.c (do_jump_by_parts_equality_rtx): Remove prototype.
324 * expr.h (do_jump_by_parts_equality_rtx): Add prototype.
326 * fix-header.c: Include stdarg.h/varargs.h, move gansidecl.h
327 before cpplib.h, include cpphash.h, remove redundant prototype of
328 cpp_fatal, don't define `const', add a prototype for `fatal'.
329 (cpp_file_line_for_message): Add missing arguments `pfile'.
330 (v_cpp_message): New function.
331 (cpp_message): Use it.
332 (v_fatal): New function.
333 (fatal, cpp_fatal): Use it.
334 (cpp_pfatal_with_name): Constify parameter `name'.
336 * flow.c (free_regset_vector): Remove redundant prototype.
338 * function.c (round_down): Wrap prototype and definition with
339 macro ARGS_GROW_DOWNWARD.
340 (record_insns): Wrap prototype and definition with
341 defined (HAVE_prologue) || defined (HAVE_epilogue).
343 * gansidecl.h (ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5): New macros.
345 * gen-protos.c: Include gansidecl.h.
346 (hashf): Don't make it static, constify parameter `name'.
348 * genattrtab.c (check_attr_test): Change XEXP() to XSTR() to match
349 specifier %s in calls to function `fatal'.
351 * haifa-sched.c: Include toplev.h.
352 (find_rgns): Remove unused variable `j'.
354 * integrate.c (note_modified_parmregs): Mark parameter `x' with
356 (mark_stores): Likewise.
358 * jump.c (mark_modified_reg): Likewise.
360 * output.h (insn_current_reference_address): Add prototype.
361 (eh_frame_section): Likewise.
363 * print-rtl.c: Include bitmap.h.
365 * reload1.c (reload): Wrap variables `note' and `next' in macro
366 PRESERVE_DEATH_INFO_REGNO_P.
367 (forget_old_reloads_1): Mark parameter `ignored' with
369 (choose_reload_regs): Remove unused variable `in'.
370 (reload_cse_invalidate_mem): Mark parameter `ignore' with
372 (reload_cse_check_clobber): Likewise.
374 * rtl.h (expand_null_return, reg_classes_intersect_p): Add prototype.
375 (mark_elimination): Fix typo in prototype.
377 * scan-decls.c: Include gansidecl.h.
379 * tree.h (using_eh_for_cleanups, supports_one_only): Add prototype.
381 Mon May 18 22:37:33 1998 Jeffrey A Law (law@cygnus.com)
383 * function.c (identify_blocks): Fix thinko when setting the
384 block number for NOTE_INSN_BLOCK_END.
386 Mon May 18 15:30:42 1998 Nick Clifton <nickc@cygnus.com>
388 * config/v850/lib1funcs.asm: Add .text pseudo op to start of
391 * config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
392 underscores for the prefixes to the names of the maths functions.
394 * dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE. Add
395 comment explaining why.
397 Mon May 18 13:20:23 1998 Richard Henderson <rth@cygnus.com>
399 * tree.h (TYPE_SIZE_UNIT): New.
400 (struct tree_type): Add size_unit member.
401 * stor-layout.c (layout_type): Initialize it.
402 * expr.c (get_inner_reference) [ARRAY_REF]: Use it.
403 * tree.c (size_in_bytes, int_size_in_bytes): Likewise.
405 Mon May 18 12:07:37 1998 Richard Earnshaw (rearnsha@arm.com)
407 * stor-layout.c (layout_record): Fix off-by-one error when checking
408 length of the TYPE_BINFO vector.
410 Mon May 18 10:59:23 1998 Nick Clifton <nickc@cygnus.com>
412 * dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
413 function parameter passed in memory.
415 Mon May 18 09:02:09 1998 Robert Lipe <robertl@dgii.com>
417 * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.
418 Prototypes for externally used functions in respective C files.
419 * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
420 final.c: Include above files.
421 * Makefile.in (toplev.o): Add dependency for above four headers.
423 (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
424 respective header files.
426 Mon May 18 01:23:33 1998 Jeffrey A Law (law@cygnus.com)
428 * Makefile.in (TARGET_TOOLPREFIX): No longer define.
429 (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
430 the build tree if they exist.
431 (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
433 (objdir): Let configure substitute value.
434 (FLOAT_H): Let configure select a pre-built version from the
436 * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
437 * configure.in: Substitute for objdir.
439 * Makefile.in (build_canonical, host_canonical): Let configure
440 substitute values for these variables.
441 * configure.in: Substitute for build_canonical, host_canonical
442 and target_subdir in generated Makefile.
444 * output.h (find_basic_blocks): Declare.
445 (free_basic_block_vars, set_block_num, life_analysis): Likewise.
447 * Makefile.in (BISON): Use bison from the build tree if it exists.
450 Mon May 18 00:08:19 1998 Nick Clifton <nickc@cygnus.com>
452 * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
453 (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
454 (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
455 command line arguments to see if an executable is not being
456 created, and if so - do not append the suffix.
458 * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
461 Sun May 17 23:59:45 1998 John Wehle (john@feith.com)
463 * i386.h (ALIGN_DFmode): Delete.
464 (CONSTANT_ALIGNMENT): Define.
465 * varasm.c (force_const_mem): Use it.
467 Sun May 17 19:31:05 1998 Richard Henderson <rth@cygnus.com>
469 * alpha.c (alpha_emit_conditional_branch): Clear cmp_code after
470 using it with swap_condition, not before.
472 Sun May 17 13:44:32 1998 Jim Wilson <wilson@cygnus.com>
474 * alias.c (mode_alias_check): Delete.
475 (true_dependence, anti_dependence, output_dependence): Revert April 21
478 Sun May 17 08:45:21 1998 Krister Walfridsson <cato@df.lth.se>
480 * toplev.c (output_lang_identify): Enable prototype and definition.
482 Sun May 17 01:12:27 PDT 1998 Jeff Law (law@cygnus.com)
484 * version.c: Bump for snapshot.
486 Sat May 16 23:20:32 1998 Richard Henderson <rth@cygnus.com>
488 * alpha/osf.h (HAVE_STAMP_H): Define.
490 * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
491 * configure.in (alpha*-*-netbsd*): New.
492 Based on patches from Paul H. Anderson <pha@pdq.com>.
494 * configure.in (alpha*-*-linux-*): Kill xm_defines.
495 (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
496 * alpha/xm-linux.h: Remove file.
498 Sat May 16 18:32:45 1998 Doug Evans <devans@canuck.cygnus.com>
500 * dbxout.c (dbxout_parms): If mode of type of parameter living
501 in memory doesn't match mode of DECL_RTL, make big endian correction.
503 Fri May 15 21:40:06 1998 John Wehle (john@feith.com)
505 * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
507 Fri May 15 18:55:22 1998 Jason Merrill <jason@yorick.cygnus.com>
509 * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
510 * stor-layout.c (layout_record): Set it.
512 Fri May 15 18:49:30 1998 Mark Mitchell <mmitchell@usa.net>
514 * toplev.c (rest_of_compilation): Don't defer nested functions.
516 Fri May 15 17:42:52 1998 Bob Manson <manson@charmed.cygnus.com>
518 * config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
519 to an 8-byte boundary if info_ptr->fpmem_p.
521 Fri May 15 17:36:11 1998 Bill Moyer <ttk@cygnus.com>
523 * loop.c (basic_induction_var): Added test preventing
524 CCmode parameter passed to convert_modes().
526 Fri May 15 17:26:18 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
528 * expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
529 input_filename and lineno around expand_expr call. Set them to values
530 in WFL before expand_expr call.
532 Fri May 15 12:44:57 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
534 * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
536 Fri May 15 07:20:03 1998 Mark Mitchell <mmitchell@usa.net>
538 * fold-const.c (constant_boolean_node): New function.
541 Fri May 15 11:21:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
543 * sh.c (gen_shl_and): Don't sign extend constant for kind two.
544 Abort if trying to split kind 3 or 4 outside of combine.
546 Fri May 15 01:47:37 1998 Jeffrey A Law (law@cygnus.com)
548 * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
550 Fri May 15 01:42:45 1998 Mumit Khan <khan@xraylith.wisc.edu>
552 * objc/Make-lang.in (OBJC_O): Add missing exeext.
553 (libobjc.a, runtime-info.h): Likewise.
555 Fri May 15 01:29:39 1998 John Wehle (john@feith.com)
557 * i386.h (DATA_ALIGNMENT): Define.
559 Fri May 15 05:35:37 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
561 * reload1.c (delete_output_reload): Ignore single USE that
562 was emitted for the pseudo use of this INSN.
563 If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
564 remains, we can always delete OUTPUT_RELOAD_INSN.
566 Thu May 14 18:38:50 1998 Jim Wilson <wilson@cygnus.com>
568 * reload.c (find_reloads): Don't penalize SCRATCH output reload.
570 Thu May 14 15:10:30 1998 Jeffrey A Law (law@cygnus.com)
572 * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
574 Thu May 14 16:30:47 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
576 * eh-common.h: New file for basic EH data structures.
577 * except.h: Various prototypes and structures for NEW_EH_MODEL
578 * function.h (struct function): Add a struct eh_stack for the catch
580 * except.c (gen_exception_label): New function to generate an
582 (push_eh_entry): Use gen_exception_label() and init 'label_used' field.
583 (push_entry): New function to push an existing entry onto a stack.
584 (receive_exception_label): New function to emit the code required
585 at the start of all catch blocks.
586 (struct func_eh_entry): New structure for maintaining handlers
587 associated with EH regions.
588 (new_eh_region_entry): New function to register an EH region.
589 (add_new_handler): New function to register a handler with a region.
590 (get_new_handler): Creates anew handler entry for registering.
591 (find_func_region): New function to convert a NOTE eh region number
592 to an Eh region index.
593 (get_first_handler): New function to get the first handler in a region.
594 (clear_function_eh_region): New function to release memory.
595 (duplicate_handlers): New function to duplicate a list of handlers.
596 (expand_eh_region_end): Create a new region entry node as well.
597 (expand_leftover_cleanups): Call receive_exception_label() and
598 register the cleanup as a handler to the current region.
599 (expand_start_catch): New function to start a catch clause.
600 (expand_end_catch): New function to end a catch clause.
601 (expand_start_all_catch): restructure to not do the equivilent of
602 what expand_start_catch() does now. Push the exception region being
603 handled onto the catch stack.
604 (output_exception_table_entry): Issue an entry for each handler
605 associated with a region.
606 (set_exception_lang_code): New function for setting the language code.
607 (set_exception_version_code): New function to set the version number.
608 (output_exception_table): Output version and language codes.
609 (find_exception_handler_labels): Find handler labels using new scheme.
610 (is_exception_handler_label): New function, returns 1 if label is
611 present as a handler in some exception region.
612 (check_exception_handler_labels): Use the new scheme.
613 (init_eh_for_function): Initialize the catch stack.
614 (save_eh_status): Save the catch stack.
615 (restore_eh_status): Restore the catch stack.
616 (scan_region): Don't remove unreferenced handler label. Flow does it.
617 (get_reg_for_handler): New function to get the eh_context pointer
619 (expand_builtin_eh_stub): Changes required for NEW_EH_MODEL only.
620 * final.c (final_scan_insn): With NEW_EH_MODEL, add EH table
621 entry when processing END region rather that START region.
622 * flow.c (find_basic_blocks_1): Find all potential handler regions
623 now that we don't automatically know what the labels might be.
624 Let scan_region() remove unreferenced EH BEGIN/END labels.
625 * integrate.c (get_label_from_map): Put inlined labels onto the
626 permanent obstack since we dont know which ones might be exception
628 (save_for_inline_copying): Make new copies of all the handlers.
629 (expand_inline_function): Make new copies of all the handlers.
630 * libgcc2.c: Remove local struct decls, and include eh-common.h.
631 (find_exception_handler): With NEW_EH_MODEL the first matching
632 region we find is the right one. Add eh_info as a new parameter.
633 (__throw): Pass eh_info to find_exception_handler. Set handler
634 and pass use different regs under NEW_EH_MODEL.
636 Thu May 14 12:58:21 1998 Jim Wilson <wilson@cygnus.com>
638 * i960.h (hard_regno_mode_ok): Changed to function from array of
640 (HARD_REGNO_MODE_OK): Call function instead of testing bit.
641 * i960.c (hard_regno_mode_ok): Changed to function from array of
644 Thu May 14 08:41:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
646 * reload.c (remove_replacements): New function.
647 * reload.h (remove_replacements): Declare.
648 * reload1.c (choose_reload_regs): Disable some reloads that
649 belong to inherited reloads.
651 Thu May 14 02:17:17 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
653 * loop.c (scan_loop): Don't call move_moveables for optimize_size.
655 * reload1.c (merge_assigned_reloads): When merging, reset
656 reload_spill_index for the eliminated reload.
658 Wed May 13 17:51:13 1998 Jeffrey A Law (law@cygnus.com)
660 * haifa-sched.c (schedule_insns): Fix merge goof.
662 1998-05-13 Jim Wilson <wilson@cygnus.com>
664 * varasm.c (make_decl_rtl): Revert April 1 change.
665 * alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
666 m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
667 Get function name from the SYMBOL_REF in the DECL_RTL, not from
669 * i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
672 Wed May 13 13:09:19 1998 Jim Wilson <wilson@cygnus.com>
674 * i386.c (notice_update_cc, output_float_compare): Disable
675 TARGET_CMOVE support.
677 Wed May 13 15:28:59 1998 Michael Meissner <meissner@cygnus.com>
678 Jeff Law <law@cygnus.com>
680 * rtlanal.c (find_reg_note): Ignore notes that are not on on
682 (find_regno_note): Likewise.
684 * Makefile.in (stor-layout.o): Depend on except.h
685 (varasm.o, function.o): Likewise.
686 (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.
688 * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
689 (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
690 ($(HOST_PREFIX_1)rtl.o): Likewise.
691 ($(HOST_PREFIX_1)bitmap.o): New host object.
692 * emit-rtl.c (toplevel): Include bitmap.h.
693 (gen_rtx): Handle 't' and 'b' nodes.
694 * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
695 Print block number for block begin/end notes. Print 't' type
696 nodes as a pointer. Know that the 3rd argument of live range
697 start/stop notes is really a range_info rtx. If type is 'b', print
698 out argument as a bitmap.
699 * rtl.c: Include bitmap.c.
700 (copy_rtx): Copy tree nodes as is. Copy bitmaps if type is 'b'.
701 (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
702 * rtl.def (RANGE_LIVE): New node to hold live information while we
703 recalculate the basic blocks.
704 (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
705 (RANGE_VAR): New node, to hold information saved in symbol node for New
706 communicating live range information to the debug output functions.
707 * rtl.h (rtunion_def): Add rttree and rtbit fields.
708 (XBITMAP, XTREE): New accessor macros.
709 (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
710 (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
711 (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
712 (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
713 (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
714 (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
715 (RANGE_INFO_*): Likewise.
716 * sched.c (sched_analyze): Keep live range start/stop notes.
717 (unlink_other_notes): Likewise.
718 * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
719 (unlink_other_notes): Likewise.
720 * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
721 (BLOCK_LIVE_RANGE_FLAG): Likewise.
722 (DECL_LIVE_RANGE_RTL): Likewise.
723 (struct tree_block): Add live_range_flag, live_range_var_flag,
724 live_range_start and live_range_end.
725 (struct tree_decl): Add live_range_rtl field.
726 * gengenrtl.c (type_from_format): Handle 'b' and 't'.
727 (accessor_from_format): Likewise.
729 * haifa-sched.c (schedule_block): Make verbose output line up.
730 Also add a blank line in printing the individual ready lists.
732 Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
734 * Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
735 (c-lex.o): Depend on output.h.
736 (c-common.o): Likewise.
739 (integrate.o): Depend on toplev.h.
740 (regclass.o): Depend on output.h.
741 (final.o): Depend on reload.h.
743 * c-common.c: Include output.h.
744 (check_format_info): Remove unused variable `integral_format'.
746 * c-decl.c (print_lang_decl): Mark parameters `file', `node' and
747 `indent' with ATTRIBUTE_UNUSED.
748 (print_lang_type): Likewise.
749 (maybe_build_cleanup): Likewise for parameter `decl'.
750 (copy_lang_decl): Likewise for parameter `node'.
752 * c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
753 (lang_print_xnode): Mark parameters `file', `node' and `indent'
754 with ATTRIBUTE_UNUSED.
755 (lookup_interface): Likewise for parameter `arg'.
756 (is_class_name): Likewise.
757 (maybe_objc_check_decl): Likewise for parameter `decl'.
758 (maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
760 (maybe_objc_method_name): Likewise for parameter `decl'.
761 (build_objc_string): Likewise for parameters `len' and `str'.
763 * c-lex.c: Include output.h.
765 * c-lex.h (position_after_white_space): Correct typo in prototype.
767 * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
768 c_expand_end_cond, init_iterators): Add prototypes.
770 * caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
771 with ATTRIBUTE_UNUSED.
773 * calls.c: Include output.h.
775 * cccp.c (pipe_closed): Mark parameter `signo' with
778 * combine.c: Move inclusion of expr.h to after insn-config.h.
780 * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
781 as empty, rather define as ((void)0).
783 * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
784 Add parentheses around assignment used as truth value.
786 * cplus-dem.c (squangle_mop_up): Change return type to void.
787 (internal_cplus_demangle): Remove unused parameter `options'.
789 (cplus_demangle_opname): Remove function wide variable `int i' and
790 replace with `size_t i' at each location where it is used.
791 (cplus_demangle_opname): change type of `i' from int to size_t.
793 * cppexp.c (right_shift): Mark parameter `pfile' with
796 * cpphash.c (cpp_lookup): Likewise.
797 (cpp_hash_cleanup): Likewise.
799 * cpplib.c (parse_name): Add a prototype and make it static.
800 (null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
801 (null_cleanup): Likewise for parameters `pbuf' and `pfile'.
802 (macro_cleanup): Likewise for parameter `pfile'.
803 (file_cleanup): Likewise.
805 * cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
806 cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
808 * crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
809 __DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
811 * cse.c (cse_check_loop_start): Mark parameter `set' with
814 * dbxout.c (flag_minimal_debug, have_used_extensions,
815 source_label_number): Move inside macro wrapper check against
816 defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
818 * dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
820 * except.h (doing_eh): Provide prototype.
822 * expr.c: Move inclusion of expr.h to after insn-config.h.
824 * final.c: Include reload.h.
825 (shorten_branches): Cast the first argument of bzero to char *.
827 * fix-header.c (cpp_print_containing_files): Mark parameter
828 `pfile' with ATTRIBUTE_UNUSED.
829 (cpp_fatal): Likewise.
831 * flow.c (find_basic_blocks_1): Cast the first argument of bzero
834 * genattrtab.c (make_length_attrs): Change the type of variable
835 `i' from int to size_t.
836 (zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
839 * genextract.c (main): When generating insn-extract.c, mark
840 variable `junk' with ATTRIBUTE_UNUSED.
842 * gengenrtl.c (gencode): When generating genrtl.c, cast the first
843 argument of bzero to char*.
845 * integrate.c: Include toplev.h.
847 * libgcc2.c: Wrap `struct exception_table' and
848 `find_exception_handler' in macro DWARF2_UNWIND_INFO.
850 * objc/Make-lang.in (objc-act.o): Depend on toplev.h.
852 * objc/objc-act.c: Include toplev.h.
853 (lang_print_xnode): Mark parameters `file', `node' and `indent'
854 with ATTRIBUTE_UNUSED.
855 (finish_protocol): Likewise for parameter `protocol'.
857 * output.h (declare_weak): Add prototype.
858 (decode_reg_name): Don't wrap with TREE_CODE macro.
859 (assemble_alias): Add prototype.
861 * regclass.c: Include output.h.
863 * reload.h (reloads_conflict): Add prototype.
865 * rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
866 output_func_start_profiler): Add prototypes.
868 * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
871 * scan-decls.c: Include scan.h.
873 * scan.h (recognized_function, recognized_extern): Add prototypes.
875 * stmt.c: Include output.h.
877 * toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
878 (output_lang_identify): Hide prototype and definition.
879 (float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
880 (pipe_closed): Likewise.
882 * toplev.h (count_error, strip_off_ending, error_for_asm,
883 warning_for_asm): Add prototypes.
885 Wed May 13 12:54:19 1998 Michael Meissner <meissner@cygnus.com>
887 * toplev.c (rest_of_compilation): "Charge" final for any time
888 doing various cleanup operations after finishing compilation
891 * flow.c (dump_flow_info): Also print number of sets and
892 whether or not the pseudo is a user variable.
894 * flow.c (reg_n_max): New global variable.
895 * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
896 Delete regno_max variable.
897 * regs.h (REG_N_CHECK): Define.
898 (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
899 (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
900 (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
902 Wed May 13 12:54:19 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
904 * acconfig.h (ENABLE_CHECKING): Undefine.
905 * configure.in (--enable-checking): New option.
907 Wed May 13 08:52:08 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
909 * reload1.c (merge_assigned_reloads): Can merge
910 RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
911 if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
913 Tue May 12 20:05:57 1998 Jim Wilson <wilson@cygnus.com>
915 * collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.
917 Wed May 13 03:23:45 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
919 * reload1.c (gen_reload): Create REG_EQUIV notes.
921 Tue May 12 22:21:07 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
923 * reload1.c (reload): Fix check for USEs to use code of pattern.
924 (choose_reload_regs): Remove dead variable use_insn.
926 Tue May 12 14:04:49 1998 Jeffrey A Law (law@cygnus.com)
928 * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
930 Tue May 12 15:16:02 1998 Michael Meissner <meissner@cygnus.com>
932 * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
934 (find_insn_{,mem_}list): Use HAIFA_INLINE, not __inline.
935 (insn_{unit,issue_delay}): Ditto.
936 (blockage_range): Ditto.
937 (actual_hazard{,_this_instance}): Ditto.
938 (schedule_unit): Ditto.
939 (potential_hazard): Ditto.
943 (birthing_insn_p): Ditto.
944 (adjust_priority): Ditto.
945 (get_block_head_tail): Ditto.
946 (init_rgn_data_dependences): Ditto.
948 Tue May 12 10:27:54 1998 Klaus Kaempf <kkaempf@progis.de>
950 * alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
952 Tue May 12 11:44:14 1998 Gavin Koch <gavin@cygnus.com>
954 * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
956 Tue May 12 11:38:31 1998 Gavin Koch <gavin@cygnus.com>
958 * config/mips/mips.md (dslot): Move after definition of "cpu"
959 attribute. Handle r3900 case.
961 Tue May 12 10:21:36 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
963 * system.h: Define the STRINGIFY macro here.
964 * protoize.c: Not here.
965 * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
967 Tue May 12 00:47:33 1998 John Wehle (john@feith.com)
969 * varasm.c (assemble_variable): Compute the alignment of the data
970 earlier so that both initialized and uninitialized variables are
971 effected by DATA_ALIGNMENT.
972 * tm.texi (DATA_ALIGNMENT): Updated appropriately.
974 Mon May 11 19:57:58 1998 Jeffrey A Law (law@cygnus.com)
976 * mips.c: Prototype static functions.
978 Mon May 11 17:43:03 1998 Jim Wilson <wilson@cygnus.com>
980 * regmove.c (fixup_match_2, find_matches, regmove_profitable):
981 Add explanatory comments.
983 * sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT.
985 Mon May 11 17:24:27 1998 Richard Henderson <rth@cygnus.com>
987 * sparc.md (ffsdi2): Disable. Simplify the expression as well.
989 Mon May 11 13:30:44 1998 Jim Wilson <wilson@cygnus.com>
991 * varasm.c (make_decl_rtl): Disable April 1 change.
993 Mon May 11 09:14:41 1998 Richard Henderson <rth@cygnus.com>
995 * configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
997 Mon May 11 08:24:18 1998 Richard Henderson <rth@cygnus.com>
999 * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
1000 * alpha.c (print_operand): Handle it.
1001 * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and
1002 related define_splits. Also add peepholes for SImode reload
1003 plus sign_extend lossage.
1005 Mon May 11 09:33:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1007 * genattr.c: Include stdarg.h/varargs.h. Change function
1008 `fatal' to use variable arguments instead of faking it with
1009 integer parameters. Provide a prototype which also
1010 checks the format specifiers using ATTRIBUTE_PRINTF_1.
1012 * genattrtab.c: Likewise.
1013 * gencodes.c: Likewise.
1014 * genconfig.c: Likewise.
1015 * genemit.c: Likewise.
1016 * genextract.c: Likewise.
1017 * genflags.c: Likewise.
1018 * genopinit.c: Likewise.
1019 * genpeep.c: Likewise.
1020 * genrecog.c: Likewise.
1021 * genoutput.c: Likewise. Similarly for function `error'.
1023 Sun May 10 02:27:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1025 * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
1026 * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
1027 * configure.in: Use GCC_C_VOLATILE.
1028 * system.h (volatile): Define as empty if no volatile support is
1031 Sun May 10 01:21:43 1998 Jeffrey A Law (law@cygnus.com)
1033 * genemit.c (output_add_clobbers): Removed unused variable 'i' from
1036 Sat May 9 02:02:15 1998 Richard Henderson <rth@cygnus.com>
1038 * loop.c (get_condition): Don't combine when either compare is MODE_CC.
1039 * alpha.c (alpha_emit_conditional_branch): New function. Taken from
1040 the body of beq; additionally set the mode of the branch to CCmode for
1041 FP compares and not fast_math.
1042 (alpha_emit_conditional_move): Always use a compare insn for FP
1043 when not fast_math, as well as setting CCmode on the cmov.
1044 * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch.
1046 * machmode.h (COMPLEX_MODE_P): New macro.
1048 Sat May 9 01:53:23 1998 Richard Henderson <rth@cygnus.com>
1050 * haifa-sched.c (print_exp): Fix typo.
1052 Fri May 8 21:48:50 PDT 1998 Jeff Law (law@cygnus.com)
1054 * version.c: Bump for snapshot.
1056 Fri May 8 18:23:08 1998 Michael Meissner <meissner@cygnus.com>
1058 * final.c (final_scan_insn): Call fatal_insn instead of abort if
1059 we could not split an insn when required to.
1061 * m32r.md ({add,sub}di3): Add define_splits and appropriate low
1063 (peepholes): Disable peepholes that call dead_or_set_p.
1064 (movsi): Rewrite to handle addresses better after last change.
1065 Add define_split to split load of addresses in large/medium modes.
1066 (prologue): Call m32r_expand_prologue.
1067 (movsi_{push,pop}): Generators for push/pop.
1068 (movsi): Support PRE_{INC,DEC}, POST_INC.
1069 (mov{di,df}): Rewrite. Always split the insns.
1070 (movsf): Add define_split to get register load in correct mode.
1071 (cmp_ne_small_const_insn): Use 'N' instead of 'S' constraint.
1072 (attributes): Rewrite attributes so that type indicates both the
1073 type and the length of the insn directly.
1074 (all insns): Change to use new type attributes.
1075 (debug): New attribute to convey whether -mdebug was used.
1076 (opt_space): New attribute to convey whether -Os was used.
1077 (function units): Loads are 3 cycles, not 2. Better classify all
1078 insns into short/long.
1079 (load/store/extend insns): Add separate case for load/store
1080 indirect operations without an offset.
1081 (divsi3): Division is a long operation, not short.
1083 * m32r.h (LEGITIMATE_LO_SUM_ADDRESS_P): Do not allow LO_SUM for
1085 (GO_IF_MODE_DEPENDENT_ADDRESS): LO_SUM is now mode dependent.
1086 (CONST_OK_FOR_LETTER_P): Make 'N' handle reverse 8 bit compares.
1087 (EXTRA_CONSTRAINT): Remove 'S' special support. Add 'U' for
1088 operands with PRE_{INC,DEC}, POST_INC.
1089 (FUNCTION_PROFILER): Call abort instead of doing nothing.
1090 (GO_IF_LEGITIMATE_ADDRESS): Allow PRE_{INC,DEC}, POST_INC of
1092 (gen_split_move_double): Declare.
1093 (EXTRA_CONSTRAINT): Add 'T' for memory reference with no offset.
1095 * m32r.c (gen_split_move_double): Fix typo. Also, don't call
1096 emit_move_insn, build up SET's directly.
1097 (toplevel): Include system.h, not stdio.h.
1098 (move_double_src_operand): Allow any DF or DI mode constant.
1099 (gen_split_move_double): Split moves of DI or DF values into the
1100 appropriate moves, loads, or stores. Don't handle use of auto
1101 inc/dec if using dead index. Do handle overlapping moves, etc.
1102 (m32r_frame_info): Remove prologue_size field.
1103 (m32r_compute_frame_size): Don't calculate prologue size.
1104 (m32r_output_function_prologue): Change to pretty much a NOP.
1105 (m32r_expand_prologue): Expand prologue as a series of INSNs.
1106 (m32r_print_operand): Add support for PRE_{INC,DEC}, POST_INC.
1107 (m32r_print_operand_address): Ditto.
1109 Fri May 8 14:13:21 1998 H.J. Lu (hjl@gnu.org)
1111 * reload1.c (emit_reload_insns): When performing expensive
1112 optimizations, do not output the last reload insn if OLD is
1113 not the dest of NSN and is in the src and is clobbered by INSN.
1115 Fri May 8 09:47:29 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1117 * Makefile.in (genrtl.o): Depend on system.h.
1118 * gengenrtl.c (gencode): When creating genrtl.c, have it
1121 Fri May 8 10:57:33 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1123 * config/m68k/t-linux: Remove extra stuff already included in
1126 Fri May 8 09:53:24 Paul Eggert <eggert@twinsun.com>
1128 * fixinc.wrap: Renamed from fixinc.math. Put wrapper around
1129 curses.h if it contains `typedef char bool;', as suggested by
1130 Manfred Hollstein <manfred@s-direktnet.de>.
1132 * configure.in: Rename fixinc.math to fixinc.wrap.
1134 Thu May 7 19:26:34 1998 Jim Wilson <wilson@cygnus.com>
1136 * gcc.c (read_specs): Handle missing blank line at end of specs file.
1138 * i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1,
1139 movdfcc_1): Disable.
1141 Thu May 7 15:39:14 1998 Jim Wilson <wilson@cygnus.com>
1143 * configure.in (enable_threads): Rename to enable_threads_flag before
1144 main loop. Set enable_threads to enable_threads_flag inside main
1147 Thu May 7 17:38:03 1998 Michael Meissner <meissner@cygnus.com>
1149 * r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
1152 Thu May 7 14:26:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1154 * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
1156 * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
1157 (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
1158 (AC_CHECK_FUNCS): Remove unused check for vprintf.
1160 * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
1161 (cccp.o): Depend on gansidecl.h.
1164 * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
1165 per the rest of gcc source.
1166 * cexp.y: Likewise. Include gansidecl.h and remove all code made
1169 * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
1170 used when vfprintf is missing.
1173 * genattrtab.c: Likewise.
1174 * mips-tfile.c: Likewise.
1175 * toplev.c: Likewise.
1177 * vfprintf.c: New file.
1178 * doprint.c: New file.
1180 Thu May 7 10:18:41 1998 Jeffrey A Law (law@cygnus.com)
1182 * config/linux.h (ASM_COMMENT_START): Remove from here,
1183 * config/linux-aout.h (ASM_COMMENT_START): and here,
1184 * config/i386/linux.h (ASM_COMMENT_START): to here,
1185 * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
1186 * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
1189 Thu May 7 10:55:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1191 * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
1194 Wed May 6 22:32:37 CDT 1998 Robert Lipe <robertl@dgii.com>
1196 * Makefile.in (dwarfout.o) Add toplev.h dependency.
1197 * dwarfout.c, i386.c: Include toplev.h
1198 * toplev.h: (pfatal_with_name) Add prototype.
1200 Wed May 6 19:02:29 1998 Jason Merrill <jason@yorick.cygnus.com>
1202 * Makefile.in: Fix .SUFFIXES.
1204 Wed May 6 19:31:32 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1206 * config/linux.h (ASM_COMMENT_START): Define as "#".
1207 * config/linux-aout.h (ASM_COMMENT_START): Likewise.
1209 Wed May 6 15:51:39 1998 Jim Wilson <wilson@cygnus.com>
1211 * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
1212 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
1214 * toplev.c: Include toplev.h.
1215 * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
1216 c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
1217 dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
1218 hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
1219 reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
1220 toplev.h dependency.
1222 * mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
1223 HARD_FRAME_POINTER_REGNUM.
1225 * expr.c (target_temp_slot_level): Delete duplicate definition.
1227 Wed May 6 16:46:01 1998 Jeffrey A Law (law@cygnus.com)
1229 * stmt.c (mark_seen_cases): Make it have external linkage again.
1230 * expr.h (mark_seen_cases): Add declaration, but only when tree.h
1233 * haifa-sched.c (print_value, case SUBREG): Fix typo.
1235 * i386.c (output_387_binary_op): Add some braces to avoid warnings.
1236 * i386.h (REG_CLASS_CONTENTS): Similarly.
1238 * toplev.c (-fsched-max): Delete flag.
1239 (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
1240 * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
1241 and -fsched-interblock-max-insns-N support. Remove INTERBLOCK_DEBUG
1244 * haifa-sched.c (find_rgns): Correctly handle reducible loops with
1245 inner loops which are not reducible.
1247 * loop.c (regs_match_p): Fix typo in prototype.
1249 * regmove.c (try_auto_increment): Wrap declaration inside an
1250 #ifdef AUTO_INC_DEC.
1252 Wed May 6 17:07:47 1998 Michael Meissner <meissner@cygnus.com>
1254 * final.c (output_operand_lossage): Call fatal with the operand
1255 lossage message instead of calling abort.
1257 Wed May 6 15:37:27 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1259 * c-common.c: Convert to using ctype macros defined in system.h.
1260 * c-lex.c: Likewise.
1262 * collect2.c: Likewise.
1263 * rs6000.c: Likewise.
1264 * cpplib.c: Likewise.
1265 * fix-header.c: Likewise.
1267 * gen-protos.c: Likewise.
1268 * pexecute.c: Likewise.
1269 * protoize.c: Likewise.
1273 * tlink.c: Likewise.
1274 * toplev.c: Likewise.
1276 Wed May 6 14:44:14 1998 Gavin Koch <gavin@cygnus.com>
1278 * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
1279 Replace -gdwarf-2 with -g0.
1281 Wed May 6 11:43:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1283 * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
1284 * mips-tdump.c: Include system.h, remove redundant headers.
1285 * mips-tfile.c: Likewise. Also, convert all ctype function calls
1286 to calls of the macro versions defined in system.h.
1288 * objc/Make-lang.in (objc-act.o): Depend on system.h.
1289 * objc/objc-act.c: Include system.h, remove redundant headers.
1291 Wed May 6 11:21:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1293 * configure.in (AC_CHECK_FUNCS): Add isascii.
1294 (GCC_NEED_DECLARATIONS): Add atof.
1296 * system.h: Provide prototypes for abort, atof, atol and sbrk here.
1297 * rtl.c, rtl.h, toplev.c, tree.h: Not here.
1299 Wed May 6 10:52:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1301 * system.h: Wrap time.h and sys/file.h in autoconf checks.
1302 Provide default definitions for O_RDONLY and O_WRONLY here.
1304 * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
1306 1998-05-06 Mark Mitchell <mmitchell@usa.net>
1308 * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
1310 Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>
1312 * toplev.h: New file. Protypes for functions in toplev.c.
1313 * tree.h, rtl.h: Deleted protos for functions in toplev.c.
1314 * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
1315 c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
1316 convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
1317 function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
1318 reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
1319 varasm.c: include it.
1321 Wed May 6 01:09:01 1998 Jeffrey A Law (law@cygnus.com)
1322 Jim Wilson (wilson@cygnus.com)
1324 * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
1325 blocks. Check for 1 successor which is the EXIT_BLOCK.
1327 * haifa-sched.c (find_rgns): Detect unreachable blocks, including
1328 unreachable loops with more than one block.
1330 Wed May 6 08:22:24 1998 Manfred Hollstein <manfred@s-direktnet.de>
1332 * fix-header.c (write_rbrac): Add "abort" to functions which need to
1335 Wed May 6 00:09:36 1998 Jeffrey A Law (law@cygnus.com)
1337 * Check in merge from gcc2. See ChangeLog.12 for details.
1339 Tue May 5 14:33:49 1998 Jim Wilson <wilson@cygnus.com>
1341 * c-common.c (scan_char_table): Separate 's' and 'c'. 'c' does not
1342 accept 'a' flag. 'S' does accept 'a' flag.
1343 (check_format_info): When pedantic, warn for m/C/S/a/A formats,
1346 * elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.
1348 Tue May 5 10:50:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1350 * config/m68k/m68k.h: Declare functions from m68k.c used in
1351 macros and machine description.
1352 (ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
1354 (ASM_OUTPUT_FLOAT): Likewise.
1355 (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
1357 Tue May 5 01:28:12 1998 Jason Merrill <jason@yorick.cygnus.com>
1359 * tree.def: Add NAMESPACE_DECL.
1360 * dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
1361 * dwarf2out.c (push_decl_scope): Likewise.
1362 (scope_die_for): Likewise.
1363 * tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
1364 how to get next context level.
1366 Tue May 5 01:43:16 1998 Jim Wilson <wilson@cygnus.com>
1368 * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
1371 Tue May 5 01:15:06 1998 Jeffrey A Law (law@cygnus.com)
1373 * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
1375 * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
1376 for any insns skipped at the start of a block because they were
1379 Mon May 4 20:23:51 1998 Jim Wilson <wilson@cygnus.com>
1381 * alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
1383 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
1385 * c-common.c (format_char_info): Add new field hhlen.
1386 (print_char_table, scan_char_table, time_char_table): Initialize
1387 hhlen field appropriately.
1388 (char_format_info): Recognize hh modifier and lookup correct char
1391 Mon May 4 19:15:29 1998 Jim Wilson <wilson@cygnus.com>
1393 * expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
1394 reference if this is a store.
1396 Mon May 4 17:25:17 1998 Richard Henderson <rth@cygnus.com>
1398 * sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
1400 Sun May 3 23:57:25 1998 Robert Lipe <robertl@dgii.com>
1402 Make UnixWare 7 bootstrap support work with final shipping product.
1403 * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
1404 Pick up xm-siglist and xm-alloca.
1405 (xm_defines): Add USG so dbxout will build.
1406 * configure: Regenerate.
1408 Sun May 3 13:51:34 PDT 1998 Richard Henerson <rth@cygnus.com>
1410 Support for official Sparc V9 ABI:
1411 * sparc.c (sparc_override_options): Force stack bias off for !arch64.
1412 Care for flag_pcc_struct_return default.
1413 (output_move_quad): Rewrite to move by halves on v9 and in the
1415 (move_quad_direction): New function.
1416 (output_fp_move_quad): Use it to determine the direction of copy.
1417 (function_arg_slotno): Return -1 for FP reg overflow as well.
1418 (function_arg_record_value*): New functions.
1419 (function_arg): Use them. Streamline unprototyped parameter passing.
1420 (function_arg_pass_by_reference): Pass TCmode by reference.
1421 (function_value): New function.
1422 * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
1423 long long in 64-bit mode.
1424 (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
1425 (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
1426 (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
1427 (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
1428 (BASE_INCOMING_ARG_REG): Likewise.
1429 (FUNCTION_VALUE): Call function_value.
1430 (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
1431 * sparc.md (movdi_sp32_v9): Disable for arch64.
1432 (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
1433 (call_value_address_sp64): Remove register class constraints.
1434 (call_value_symbolic_sp64): Likewise.
1435 (nonlocal_goto): Pass label reg directly to goto_handlers. Constrain
1436 v9 case to 32-bit constants.
1437 (goto_handler_and_restore_v9): Provide a version for arch64.
1438 * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
1439 * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
1440 (CPP_PREDEFINES): New.
1441 * sparc/sp64-elf.h: Likewise.
1442 (PREFERRED_DEBUGGING_TYPE): Dwarf2.
1443 (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
1444 * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.
1446 Sat May 2 17:47:17 PDT 1998 Jeff Law (law@cygnus.com)
1448 * version.c: Bump for snapshot.
1450 Sat May 2 01:37:29 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1452 * reload.c (find_reloads): Emit USEs to mark where a pseudo
1453 is reloaded with the MEM of its stack slot.
1454 * reload1.c (cannot_omit_stores): Delete.
1455 (reload): Don't initialize it.
1456 Don't apply avoid_return_reg logic to USEs.
1457 When done, remove USEs that have a REG_EQUAL note on them.
1458 (emit_reload_insns): Handle case where we have inherited a MEM.
1459 (choose_reload_regs): Likewise.
1460 (delete_output_reload): Don't use cannot_omit_stores.
1462 Thu Apr 30 18:59:03 1998 Jim Wilson <wilson@cygnus.com>
1464 * Makefile.in (cpp.info, gcc.info): Put -o option before input file.
1466 Thu Apr 30 16:57:34 1998 Michael Meissner <meissner@cygnus.com>
1468 * haifa-sched.c (print_{exp,value}): Various changes to make the
1469 debug output easier to read. Also, use only one buffer, and make
1470 sure the buffer we are passed in doesn't overflow.
1471 (safe_concat): Concatenate to a buffer without overflow.
1473 Thu Apr 30 16:57:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1475 * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree
1478 Wed Apr 29 21:45:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1480 * sched.c (new_insn_dead_notes): Check if the register was
1481 used in the original instruction.
1482 * haifa-sched.c (new_insn_dead_notes): Likewise.
1484 Wed Apr 29 13:46:03 1998 Jim Wilson <wilson@cygnus.com>
1486 * dwarf2out.c (scope_die_for): If could not find proper scope,
1487 check for and handle tagged type with incorrect TYPE_CONTEXT.
1489 Wed Apr 29 15:34:40 1998 John Carr <jfc@mit.edu>
1491 * calls.c (expand_call): Fix recognition of C++ operator new.
1493 * alias.c (mode_alias_check): Disable type based alias detection.
1495 Wed Apr 29 15:06:42 1998 Gavin Koch <gavin@cygnus.com>
1497 * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
1498 ASM_OUTPUT_WEAK_ALIAS): Define.
1499 * config/mips/elf64.h: Same.
1500 * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
1501 ASM_WEAKEN_LABEL): Removed.
1503 Wed Apr 29 10:53:29 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1505 * calls.c (expand_call): Bump the length limit on the specially
1506 recognized function names to 17.
1508 Tue Apr 28 17:53:33 1998 Jim Wilson <wilson@cygnus.com>
1510 * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
1511 when undefining macros at the end.
1513 * expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
1514 val or len has TREE_SIDE_EFFECTS set.
1516 * sparc.md (mulsidi3): Call const v8plus and v8plus routines.
1517 (mulsidi3_v8plus, const_mulsidi3_v8plus): Delete asterisk from name.
1518 (smuldi3_highpart): Call const v8plus routine.
1519 (smulsi3_highpart_v8plus): Renamed from smulsidi3_highpart_v8plus.
1520 (const_smulsi3_highpart_v8plus): New pattern.
1521 (smulsi3_highpart_sp32): Renamed from smulsidi3_highpart_sp32.
1522 (umulsidi3): Call const v8plus routine.
1523 (umulsi3_highpart): Handle const before v8plus. Call const v8plus
1525 (umulsi3_highpart_v8plus): Renamed from umulsidi3_highpart_v8plus.
1526 (umulsi3_highpart_sp32): Renamed from umulsidi3_highpart_sp32.
1528 Tue Apr 28 08:55:26 1998 Michael Meissner <meissner@cygnus.com>
1530 * m32r.c (*_oper{and|ator}): Change enum arguments and return
1531 values to int, so they can be prototyped even in files that don't
1533 ({small,large}_insn_p): Ditto.
1534 (m32r_select_cc_mode): Ditto.
1535 (gen_compare): Ditto.
1536 (function_arg_partial_nregs): Ditto.
1537 (m32r_setup_incoming_varargs): Ditto.
1538 (init_reg_tables): Add prototype.
1539 (m32r_frame_info): Add prolog_size field.
1540 (m32r_compute_frame_size): Calculate the size of the prologue.
1541 (m32r_first_insn_address): Return prologue size.
1542 (m32r_output_function_prologue): Calculate frame size before
1543 printing out information. Print out the prologue size.
1545 * m32r.h: Prototype all functions in m32r.c.
1546 (FIRST_INSN_ADDRESS): Declare, returning prologue size.
1548 * m32r.md (bcc functions): Cast enum's to int.
1550 * m32r.c (conditional_move_operand): Silence a debug message.
1551 ({small,long}_insn): New predicates.
1553 * m32r.h (TARGET_M32R): New macro.
1554 (PREDICATE_CODES): Rearrange somewhat, add small_insn/long_insn.
1555 (HAIFA_P): Define as 1/0 depending on whether the Haifa scheduler
1557 (ISSUE_RATE): Define as 2.
1559 * m32r.md (insn_size): New attribute.
1560 ({,rev_}branch_insn): Add .s qualifier to branches believed to be
1562 (m32r): New attribute.
1564 * configure.in (enable_haifa): Switch m32r to Haifa by default.
1565 * configure: Regenerate.
1567 (Changes from Nick Clifton <nickc@cygnus.com>)
1568 * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
1569 the equivalent of a negated 'I' constraint.
1570 (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
1571 optimisation to work.
1573 * m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather
1574 than 'I' since the value is negated.
1575 (peephole): Add peephole optimisation to cope with optimization of
1576 divide and subtracts of the same operands.
1578 * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
1582 * m32r.h (PREDICATE_CODES): Add declaration of machine specific
1585 Tue Apr 28 07:25:53 1998 Manfred Hollstein <manfred@s-direktnet.de>
1587 * Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
1589 Mon Apr 27 18:39:47 1998 Nick Clifton <nickc@cygnus.com>
1591 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Check against
1592 frame_pointer_rtx not FRAME_POINTER_REGNUM.
1594 Mon Apr 27 18:36:28 1998 Jim Wilson <wilson@cygnus.com>
1596 * reg-stack.c: Revert last patch (Apr 20).
1597 (convert_regs): Set insn to PREV_INSN (next) after do while loop.
1599 * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
1601 * loop.c (check_dbra_loop): New locals jump, first_compare, and
1602 compare_and_branch. Call get_condition to set first_compare.
1603 Set compare_and_branch to number of compare/branch instructions.
1604 Replace PREV_INSN (PREV_INSN (loop_end)) with first_compare.
1605 Replace '2' with compare_and_branch.
1607 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
1609 * cplus-dem.c (demangle_qualified): Replace missing else.
1611 Mon Apr 27 20:22:08 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1613 * sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.
1615 Mon Apr 27 18:23:51 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1617 * sh.c (sh_expand_prologue, sh_expand_epilogue):
1618 If TARGET_DOUBLE_ALIGN, preserve 64 bit stack alignment.
1619 * sh.h (STACK_BOUNDARY): Likewise.
1621 Mon Apr 27 17:22:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1623 * sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
1625 Mon Apr 27 08:55:23 1998 Michael Meissner <meissner@cygnus.com>
1627 * system.h (abort): If abort is not defined, and neither is
1628 USE_SYSTEM_ABORT, redefine abort to call fprintf and exit,
1629 reporting the line and filename of the error.
1631 * .gdbinit: Add breakpoints on exit and fancy_abort.
1633 * final.c (split_double): Avoid a compiler warning if
1634 BITS_PER_WORD is less than or equal to HOST_BIT_PER_WIDE_INT.
1636 * rtl.h (JUMP_{CROSS_JUMP,NOOP_MOVES,AFTER_REGSCAN}): New macros
1637 for calling jump_optimize.
1639 * toplev.c (rest_of_compilation): Call jump_optimize using JUMP_*
1640 macros, rather than 0/1's.
1642 Sun Apr 26 23:19:10 1998 Richard Henderson <rth@cygnus.com>
1644 * alpha.h (CONST_COSTS): Zero is always free.
1645 (RTX_COSTS): Add EV6 costs. Abort if alpha_cpu is unknown.
1647 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1649 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
1650 length in the name of a virtual table.
1652 Sun Apr 26 01:21:06 1998 Richard Henderson <rth@cygnus.com>
1654 * alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
1656 Sat Apr 25 22:11:38 PDT 1998 Jeff Law (law@cygnus.com)
1658 * version.c: Bump for snapshot.
1660 Sat Apr 25 17:17:15 1998 Jeffrey A Law (law@cygnus.com)
1662 * fold-const.c (fold_convert): Fix typo.
1664 Sat Apr 25 17:55:54 1998 John Carr <jfc@mit.edu>
1666 * alias.c (alias_invariant): New variable.
1667 (record_base_value): New argument INVARIANT.
1668 (memrefs_conflict_p): If a register has an entry in the alias_invariant
1669 array, try substituting that value for the register.
1671 * rtl.h: Declare record_base_value.
1673 * loop.c, unroll.c: Update callers of record_base_value.
1675 * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
1676 ZERO_EXTEND do not affect base values.
1678 Fri Apr 24 15:57:02 1998 Jeffrey A Law (law@cygnus.com)
1680 * dbxout.c (dbxout_type): Fix typo.
1681 (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix.
1683 * configure.in: Use CC_FOR_BUILD, not BUILD_CC.
1685 Fri Apr 24 16:11:47 1998 John Carr <jfc@mit.edu>
1687 * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
1688 if the argument is the address of a structure or array.
1690 * configure.in: Enable Haifa scheduler by default for SPARC.
1692 Fri Apr 24 20:55:47 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1694 * cse.c (cse_set_around_loop): Don't do optimization when
1695 new pseudos are created.
1697 Fri Apr 24 11:00:18 1998 Jeffrey A Law (law@cygnus.com)
1699 * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
1701 (dbxout_type_method_1, dbxout_type): Likewise.
1702 (print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
1703 (dbxout_type): Fix check for when to print a type range in
1706 Fri Apr 24 16:45:03 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1708 * (gen_shl_and, in case 1): Fix comparison with mask.
1710 Fri Apr 24 06:46:40 1998 Nick Clifton <nickc@cygnus.com>
1712 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow frame
1713 pointer as second register in REG+REG pair.
1715 Fri Apr 24 09:22:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1717 * c-common.c (check_format_info): Don't check for the 'x' format
1718 character twice, instead check for 'x' and 'X'
1720 Fri Apr 24 08:02:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
1722 * Makefile.in (libgcc2.ready): Add explicit dependancy from
1723 $(STMP_FIXPROTO) to ensure all necessary include files have
1724 been created and to guarantee proper parallel builds.
1726 Fri Apr 24 04:42:35 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1728 * sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra
1729 register for stdarg functions.
1730 * sh.h (current_function_varargs): Declare.
1731 (FUNCTION_ARG): Ignore NAMED for stdarg functions.
1733 1998-04-23 Jim Wilson <wilson@cygnus.com>
1735 * frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when
1736 inhibit_libc is defined.
1738 * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
1740 Thu Apr 23 19:09:33 1998 Jim Wilson <wilson@cygnus.com>
1742 * profile.c (tablejump_entry_p): New function.
1743 (branch_prob): Add code to recognize MIPS tablejump entry branch.
1744 Use tablejump_entry_p in MIPS and HPPA tablejump checking code.
1746 Thu Apr 23 15:01:13 1998 Nick Clifton <nickc@cygnus.com>
1748 * config/arm/arm.c (find_barrier): Return as soon as a barrier is
1749 found, rather than at end of the loop, after the insn has been
1752 Thu Apr 23 20:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1754 * sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.
1755 * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete.
1757 Wed Apr 22 17:07:35 1998 Michael Meissner <meissner@cygnus.com>
1759 * loop.c (note_addr_stored): Correct function to take 2 arguments,
1762 * rtl.def (MATCH_INSN2): Add new matching pattern.
1763 * genrecog.c (add_to_sequence): Support MATCH_INSN2.
1765 Wed Apr 22 15:52:22 1998 John Carr <jfc@mit.edu>
1767 * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
1768 if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
1770 * final.c (split_double): Sign extend both halves of a split CONST_INT.
1772 Wed Apr 22 10:42:45 1998 Jeffrey A Law (law@cygnus.com)
1774 * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
1776 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
1778 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
1779 (cplus_demangle_opname): Call mop_up_squangle.
1780 (cplus_demangle): Initialize squangle info, then call
1781 internal_cplus_demangle. (Most code moved there as well)
1782 (internal_cplus_demangle): New function, performs most of what use
1783 to be done in cplus_demangle, but is only called with this file.
1784 (squangle_mop_up): New function to clean up B and K code data.
1785 (mop_up): set pointers to NULL after freeing.
1786 (demangle_signature, demangle_template, demangle_class): Add
1787 switch elements to handle K and B codes.
1788 (demangle_prefix, gnu_special, demangle_qualified): Add
1789 code to handle K and B codes.
1790 (do_type, demangle_fund_type): Handle B and K codes.
1791 (remember_Ktype): New function to store K info.
1792 (register_Btype, remember_Btype): New functions for B codes.
1793 (forget_B_and_K_types): New function to destroy B and K info.
1795 1998-04-21 Jim Wilson <wilson@cygnus.com>
1797 * stmt.c (check_seenlabel): When search for line number note for
1798 warning, handle case where there is no such note.
1800 Tue Apr 21 20:48:37 1998 John Carr <jfc@mit.edu>
1802 * genemit.c (gen_exp): Allow machine description to set mode of
1805 Tue Apr 21 16:36:01 1998 John Carr <jfc@mit.edu>
1807 * alias.c (mode_alias_check): New function.
1808 (true_dependence, anti_dependence, output_dependence): Call
1811 Tue Apr 21 12:05:32 1998 Jeffrey A Law (law@cygnus.com)
1813 * mips.h (STACK_BOUNDARY): Allow specific targets to override.
1814 (MIPS_STACK_ALIGN): Similarly.
1816 * c-common.c (type_for_mode): Handle TI types.
1817 * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
1818 (init_decl_processing): Handle TI types.
1819 * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
1821 * mips.c (block_move_loop): Test Pmode == DImode instead of
1823 (expand_block_move, save_restore_insns): Likewise.
1824 (function_prologue, mips_expand_prologue): Likewise.
1825 (mips_expand_epilogue): Likewise.
1826 * mips.h (POINTER_SIZE): Allow specific targets to override.
1827 (Pmode): Allow specific targets to override.
1828 (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
1829 (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
1830 (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1831 (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
1832 (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
1833 (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
1834 * mips.md (indirect, tablejump & casesi support): Test for
1835 Pmode == DImode instead of TARGET_MIPS64.
1836 (call patterns): Likewise.
1838 Tue Apr 21 09:43:55 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1840 * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
1841 for gen_rtx(MEM, ...).
1843 Tue Apr 21 02:15:36 1998 Richard Henderson <rth@cygnus.com>
1845 * sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite
1846 to not be so gross, and to properly function with PIC.
1848 Mon Apr 20 20:44:25 1998 Jim Wilson <wilson@cygnus.com>
1850 * frame.c (heapsort): Rename to frame_heapsort.
1852 * gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it.
1854 Mon Apr 20 12:43:09 1998 Doug Evans <devans@canuck.cygnus.com>
1856 * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.
1858 Mon Apr 20 15:04:14 1998 John Wehle (john@feith.com)
1860 * i386.md (movsf_push, movdf_push, movxf_push): Allow memory
1861 operands during and after reload.
1863 Mon Apr 20 22:37:50 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1865 * final.c (shorten_branches, init_insn_lengths): Move code
1866 to free label_align, uid_shuid, insn_lengths, insn_addresses
1867 and uid_align from the former function into the latter one;
1868 Add code to clear these variables.
1869 * sh.h (label_align): Remove declaration.
1871 Mon Apr 20 14:48:29 1998 Michael Meissner <meissner@cygnus.com>
1873 * gcc.c (lang_specific_driver): Declare prototype properly so
1874 fatal can be passed to it without error.
1876 * configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
1877 * configure: Regenerate.
1878 * config.in: Add #undef's for strchr and strrchr.
1880 * protoize.c (toplevel): If we have rindex, but not strrchr, map
1882 (file_could_be_converted): Use strrchr, not rindex since rindex is
1883 not defined on Linux systems when _POSIX_SOURCE is defined.
1884 (file_normally_convertible): Ditto.
1885 (process_aux_info_file): Ditto.
1888 * rs6000.md (mov{sf,df} define_splits): When splitting a move of
1889 a constant to an integer register, don't split the insns that do
1890 the simple AND and OR operations, rather just split each word, and
1891 let the normal movsi define split handle it further.
1893 Mon Apr 20 18:19:40 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1895 * sh.c (find_barrier): Fix bug in ADDR_DIFF_VEC handling.
1896 (split_branches): Call init_insn_lengths.
1898 Mon Apr 20 07:37:49 1998 Michael Meissner <meissner@cygnus.com>
1900 * i386.c: Include expr.h to get the change_address prototype
1903 Mon Apr 20 01:00:05 1998 H.J. Lu (hjl@gnu.org)
1905 * reg-stack.c (subst_asm_stack_regs): Change to return the last
1906 new insn generated by this function.
1907 (subst_stack_regs): Likewise.
1908 (convert_regs): Record the last newly generated insn and use
1909 it for change_stack () instead of INSN.
1911 Sun Apr 19 15:41:24 1998 Manfred Hollstein <manfred@s-direktnet.de>
1913 * fix-header.c (enum special_file): Undefine enumerators if they
1914 are already defined by include files.
1915 * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection
1916 macro with '__' to not pollute user namespace.
1918 Sun Apr 19 02:42:06 1998 Richard Henderson <rth@cygnus.com>
1920 * haifa-sched.c (queue_to_ready): Fix typo in prototype.
1922 Sat Apr 18 23:52:35 PDT 1998 Jeff Law (law@cygnus.com)
1924 * version.c: Bump for snapshot.
1926 Sat Apr 18 18:30:22 1998 Jim Wilson <wilson@cygnus.com>
1928 * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
1930 * i386.h (CPP_CPU_DEFAULT): Renamed to CPP_CPU_DEFAULT_SPEC.
1931 Add missing -Dpentium* options.
1932 (CPP_CPU_SPEC): Delete redundant definition. Include cpp_cpu_default
1933 instead of CPP_CPU_DEFAULT.
1934 (EXTRA_SPECS): Add entry for cpp_cpu_default.
1936 Sat Apr 18 19:06:59 1998 David Edelsohn <edelsohn@mhpcc.edu>
1938 * rs6000.md (floatsidf2_loadaddr): rs6000_fpmem_offset will be
1939 negative in a stackless frame.
1940 * rs6000.c (rs6000_stack_info): Don't include fixed-size link area
1941 in stackless frame size. Support 64-bit stackless frame size.
1942 Combine fpmem offset calculations and don't add total_size to
1943 offset if not pushing a stack frame.
1945 Sat Apr 18 15:41:16 1998 Jim Wilson <wilson@cygnus.com>
1947 * regmove.c (fixup_match_1): In three places, in flag_exceptions
1948 check, change p to q.
1950 Sat Apr 18 15:30:49 1998 Jim Wilson <wilson@cygnus.com>
1952 * gcc.c (lang_specific_driver): Add new parm type to prototype.
1953 (added_libraries): New file scope static variable.
1954 (process_command): Initialize added_libraries. Pass it to
1955 lang_specific_driver.
1956 (main): Use added_libraries in check for no input files.
1958 Sat Apr 18 01:23:11 1998 John Carr <jfc@mit.edu>
1960 * sparc.c, sparc.h, sparc.md, sol2.h: Many changes related to V9
1961 code generation. Use 64 bit instructions in 32 bit mode when
1962 possible. Use V9 return instruction. UltraSPARC optimizations.
1964 * sparc.h: Change gen_rtx (CODE to gen_rtx_CODE (.
1966 Fri Apr 17 22:38:17 1998 Jeffrey A Law (law@cygnus.com)
1968 * global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg,
1969 just pass zero. That will work regardless of the size of HARD_REG_SET.
1971 * libgcc2.c (__floatdisf): Fix a couple typos.
1973 Fri Apr 17 17:28:26 1998 Jim Wilson <wilson@cygnus.com>
1975 * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
1977 Fri Apr 17 16:35:35 1998 Greg McGary <gkm@gnu.org>
1979 * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
1981 Fri Apr 17 14:30:37 1998 John Carr <jfc@mit.edu>
1983 * emit-rtl.c (operand_subword_force): If a register can not be
1984 accessed by words, copy it to a pseudo register.
1986 Fri Apr 17 14:30:37 1998 Jim Wilson <wilson@cygnus.com>
1988 * rs6000/vxppc.h (CPP_SPEC): Add support for mrelocatable*.
1990 Fri Apr 17 17:01:25 1998 Michael Meissner <meissner@cygnus.com>
1992 * tree.h (mark_seen_cases): Delete declaration.
1994 Fri Apr 17 13:32:20 1998 Jeffrey A Law (law@cygnus.com)
1996 * stmt.c (mark_seen_cases): Make static and add prototype.
1998 Fri Apr 17 11:21:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2000 * frame.c: Include stdlib.h and unistd.h to possibly get various
2001 function prototypes. The fixproto script guarantees these header
2002 files exist on the target system.
2003 * libgcc2.c: Likewise.
2005 * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
2006 __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
2007 function parameters.
2008 * libgcc2.c (__udiv_w_sdiv): Likewise.
2010 Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
2012 * varasm.c (asm_output_bss): Add prototype.
2013 (asm_output_aligned_bss): Likewise.
2015 * unroll.c (verify_addresses): Add prototype.
2017 * toplev.c: Add many prototypes. Too many to mention here.
2019 * stmt.c (check_seenlabel): Add prototype.
2021 * rtlanal.c (reg_set_p_1): Add prototype.
2022 (reg_set_last_1): Likewise.
2024 * reorg.c (find_dead_or_set_registers): Add prototype.
2026 * regmove (try_auto_increment): Add prototype.
2028 * reg-stack.c (pop_stack): Add prototype.
2030 * recog.c (validate_replace_rtx_1): Add prototype.
2031 (find_cosntant_term_loc): Likewise.
2033 * loop.c (regs_patch_p): Add prototype.
2034 (add_label_notes, count_nonfixed_reads): Likewise.
2035 (find_single_use_in_loop): Likewise.
2036 (express_from): Surround prototype with #ifdef.
2037 (giv_sort): Similarly.
2039 * jump.c (mark_modified_reg): Add prototype.
2041 * haifa-sched.c (is_prisky): Add prototype.
2042 (queue_to_ready): Likewise.
2044 * genextract.c (gen_insn): Add prototype.
2046 * genemit.c (max_operand_1): Add prototype.
2047 (max_operand_vec, print_code, gen_exp, gen_insn): Likewise.
2048 (gen_expand, gen_explit, output_add_clobbers): Likewise.
2049 (output_init_mov_optab): Likewise.
2051 * genattrtab.c (attr_hash_add_rtx): Add prototype.
2052 (attr_hash_add_string, write_length_unit_log): Likewise.
2054 * genattr.c (init_range): Add prototype.
2056 * combine.c (sets_function_arg_p): Add prototype.
2058 * expr.c (store_constructor_field): Add prototype.
2059 (get_memory_usage_from_modifier): Likewise
2061 * expmed.c (synth_mult): Add prototype.
2062 (choose_multiplier, invert_mod2n): Likewise.
2064 * except.c (push_eh_entry): Add prototype.
2065 (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise.
2066 (call_get_eh_context, start_dynamic_cleanup): Likewise.
2067 (start_dynamic_handler, can_throw): Likewise.
2068 (output_exception_table_entry, scan_region): Likewise.
2069 (eh_regs, set_insn_eh_region): Likewise.
2071 * dwarfout.c (decl_class_context): Add prototype.
2072 (output_inheritance_die, type_ok_for_scope): Likewise.
2074 * c-lex.c (skip_white_space_on_line): Add prototype.
2076 * alias.c (record_set): Add prototype.
2077 (find_base_term, base_alias_check): Likewise.
2079 * function.c (assign_outer_stack_local): Make static and add prototype.
2081 * haifa-sched.c (build_control_flow): Accept raw data as inputs
2082 instead of computing it locally. Callers changed.
2083 (find_rgns): Several new arguments. Callers changed.
2084 Generally clean up and comment better. Use dominators to
2085 identify reducible loops. Convert some flag arrays to bitmaps.
2086 Convert most of the code to work on pred/succ lists instead of
2087 an edge table. Add comments for future improvements.
2088 (schedule_insns): Allocate temporary tables for flow data, call
2089 routines to compute flow data and pass it along to children as
2091 (debug_control_flow): Delete. Use dump_bb_data instead.
2093 * basic-block.h (compute_dominators): Declare.
2095 * flow.c (dump_sbitmap, dump_sbitmap_vector): New debugging
2097 * basic-block.h: Declare them.
2099 Thu Apr 16 13:45:51 1998 Jim Wilson <wilson@cygnus.com>
2101 * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
2104 Wed Apr 15 11:33:09 1998 Alexandre Petit-Bianco <apbianco@sendai.cygnus.com>
2106 * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
2107 Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated
2108 node is non NULL. Cache last file name and file name identifier node.
2110 1998-04-15 Mark Mitchell <mmitchell@usa.net>
2112 * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
2113 the length of an array, not TREE_TYPE.
2115 Wed Apr 15 15:31:34 1998 Jeffrey A Law (law@cygnus.com)
2117 * flow.c (sbitmap_union_of_successors): New function.
2118 * basic-block.h (sbitmap_union_of_successors): Declare it.
2120 Wed Apr 15 12:38:03 1998 Jim Wilson <wilson@cygnus.com>
2122 * configure.in (gnu_ld): Rename to gnu_ld_flag before main loop.
2123 Set gnu_ld to gnu_ld_flag inside main loop.
2126 Wed Apr 15 14:50:05 1998 Dave Brolley <brolley@cygnus.com>
2128 * toplev.c (compile_file): Call init_parse using new interface.
2129 (init_lex): Remove declaration.
2131 * c-lex.c (init_parse): Now returns char* containing filename.
2133 Wed Apr 15 12:37:10 1998 Jeffrey A Law (law@cygnus.com)
2135 * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing if not optimizing.
2137 Wed Apr 15 12:10:18 1998 Michael Meissner <meissner@cygnus.com>
2139 * Makefile.in (gen{config,flags,codes,emit}): Link in host print-rtl.o.
2140 (gen{extract,peep,opinit,output}): Ditto.
2142 * gen{attr,codes,config,emit,output}.c (insn_attr_name): Provide a
2143 global definition so print-rtl.o can be linked in.
2144 * gen{peep,recog}.c (insn_attr_name): Ditto.
2146 Tue Apr 14 07:30:57 1998 K. Richard Pixley <rich@kyoto.noir.com>
2148 * fixincludes: discard empty C++ comments, as found in sys/time.h
2151 Wed Apr 15 10:47:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2153 * config/m68k/m68k.md (adddi3, subdi3): Optimize for constant
2156 Wed Apr 15 01:21:21 1998 Jeffrey A Law (law@cygnus.com)
2158 * emit-rtl.c (operand_subword): Rework slightly to avoid
2159 bogus warning from previous change.
2161 Tue Apr 14 23:39:13 1998 Richard Henderson <rth@cygnus.com>
2163 * alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's
2164 Nov 8 find_replacement change. Move decls of get_unaligned_address
2165 * alpha.h: ... here.
2167 Tue Apr 14 22:00:39 1998 John Carr <jfc@mit.edu>
2169 * function.c (assign_parms): Initialize unsignedp before passing
2170 its pointer to promote_mode.
2172 * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.
2173 (write_test_expr): Allow MATCH_INSN.
2175 Tue Apr 14 21:57:57 1998 Paul Eggert <eggert@twinsun.com>
2177 * install.texi: Update section on warnings that can be safely ignored.
2179 Tue Apr 14 14:55:16 1998 Jim Wilson <wilson@cygnus.com>
2181 * mips.md (reload_outdi): Change the scratch mode from DImode to
2182 TImode. New variable scratch, used instead of operand[2] in template.
2183 Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.
2185 Tue Apr 14 16:19:03 1998 Michael Meissner <meissner@cygnus.com>
2187 * expr.c (MOVE_RATIO): Set to 3 if optimizing for space.
2189 Tue Apr 14 11:31:28 1998 Krister Walfridsson <cato@df.lth.se>
2191 * i386/bsd386.h (ASM_OUTPUT_ALIGN): Redefine.
2193 Tue Apr 14 09:02:32 1998 Jeffrey A Law (law@cygnus.com)
2195 * svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
2196 (ASM_FINISH_DECLARE_OBJECT): Likewise.
2198 * Idea and part of the patch from HJ.
2199 * Makefile.in: auto-host.h renamed from auto-config.h. All references
2201 (distclean): Remove auto-build.h too.
2202 * configure.in: Rename host autoconf generated file to auto-host.h.
2203 If host != build, then run autoconf to generate auto-build.h for
2204 the build machine and include it in build_xm_files.
2205 Check for wait.h and sys/wait.h.
2207 * combine.c (simplify_rtx, case TRUNCATE): Respect value of
2208 TRULY_NOOP_TRUNCATION.
2210 Mon Apr 13 11:31:49 1998 Jason Merrill <jason@yorick.cygnus.com>
2212 * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.
2214 Sun Apr 12 20:55:32 1998 Catherine Moore <clm@cygnus.com>
2216 * invoke.texi (ld options) Include memset requirements
2217 for options -nodstdlib and -nodefaultlibs.
2219 1998-04-12 Paul Eggert <eggert@twinsun.com>
2221 This change is from an idea suggested by Arthur David Olson.
2223 * c-common.c (decl_attributes, record_function_format,
2224 check_format_info, init_function_format_info):
2225 Add support for strftime format checking.
2226 (enum format_type): New type.
2227 (record_function_format): Now static, and takes value of type
2228 enum format_type instead of int.
2229 (time_char_table): New constant.
2230 (struct function_format_info): format_type member renamed from is_scan.
2231 (check_format_info): Use `warning' rather than sprintf followed by
2232 `warning', to avoid mishandling `%' in warnings.
2233 Change `pedwarn' to `warning', since these warnings do not necessarily
2234 mean the program does not conform to the C Standard, as the code
2235 need not be executed.
2237 * c-tree.h (record_function_format): Remove decl; no longer extern.
2239 * extend.texi: Add documentation for strftime format checking.
2241 Sun Apr 12 20:23:03 1998 Jeffrey A Law (law@cygnus.com)
2243 * mips/ecoffl.h: Do not include mips.h.
2244 * mips/elf.h: Likewise.
2246 * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
2247 * mips/ecoff.h: Include "mips/mips.h".
2249 Sat Apr 11 22:42:54 PDT 1998 Jeff Law (law@cygnus.com)
2251 * version.c: Bump for snapshot.
2253 Sat Apr 11 01:24:28 1998 Jeffrey A Law (law@cygnus.com)
2255 * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
2256 (delete_trivially_dead_insns): Renamed from delete_dead_from_cse.
2257 * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns instead of delete_dead_from_cse. Also call delete_trivially_dead_insns
2258 between loop optimization passes.
2259 * rtl.h: Updated appropriately.
2261 Fri Apr 10 22:28:32 1998 Jeffrey A Law (law@cygnus.com)
2263 Reinstall this patch from Jason.
2264 * function.c (push_function_context_to): Don't call init_emit.
2266 Fri Apr 10 13:40:20 1998 Nick Clifton <nickc@cygnus.com>
2268 * rtl.c (read_skip_spaces): Prevent infinite loops upon
2269 encountering unterminated comments.
2271 Fri Apr 10 10:43:41 1998 Jeffrey A Law (law@cygnus.com)
2273 * emit-rtl.c (operand_subword): Properly handle CONST_INTs for
2276 * configure.in: Handle --with-fast-fixincludes.
2277 (fixincludes): If --with-fast-fixincludes, then use a different
2278 fixincludes program by default.
2279 * Makefile.in (fixinc.sh): New rule.
2281 Fri Apr 10 00:36:31 1998 H.J. Lu (hjl@gnu.org)
2283 * i386.md (movqi+1): Handle invalid QI register.
2284 (movsf_push-1): Likewise.
2286 Thu Apr 9 16:53:59 1998 Nick Clifton <nickc@cygnus.com>
2288 * config/m32r/m32r.c: call_address_operand(): Only accept symbolic
2290 symbolic_memort_operand(), call32_operand(), int8_operand(),
2291 int16_operand(), uint24_operand(), reg_or_int8_operand(): Removed.
2293 uint16_operand(): Made static.
2295 Thu Apr 9 01:43:04 1998 Jeffrey A Law (law@cygnus.com)
2297 * calls.c (expand_call): Fix typo.
2299 Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com)
2301 * c-lex.c (finput): New global.
2302 (init_parse): Always included. Handle !USE_CPPLIB using
2303 code originally in compile_file.
2304 (finish_parse): Update for CPPLIB.
2305 * toplev.c (init_parse, finish_parse): Declare.
2306 (finput): Delete variable. Now in front-ends.
2307 (compile_file): Remove code which is now handled by init_parse
2308 which is unconditionally called. Similarly for finish_parse.
2310 Wed Apr 8 23:13:50 1998 Gavin Koch <gavin@cygnus.com>
2312 * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
2313 ASM_WEAKEN_LABEL): Add.
2315 Wed Apr 8 18:21:30 1998 Richard Henderson <rth@cygnus.com>
2317 * alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files.
2318 * configure.in (alpha-*-linux*): Use them.
2320 Fri Apr 3 17:02:13 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
2322 * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
2323 * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
2324 COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
2325 (build_expr_wfl): New prototype declaration.
2326 * tree.c (build_expr_wfl): New function, to build
2327 EXPR_WITH_FILE_LOCATION nodes.
2328 (copy_node): Don't zero TREE_CHAIN if copying a
2329 EXPR_WITH_FILE_LOCATION node.
2330 * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
2331 * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.
2333 Wed Apr 8 12:51:19 1998 Jeffrey A Law (law@cygnus.com)
2335 * configure.in (v850): Use t-v850.
2336 (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
2338 * protoize.c (creat, read, write): Do not declare.
2340 * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
2341 refer to the CODE_LABEL before a dispatch table.
2343 * invoke.texi: Add ARC options.
2345 * gcc.c (proces_command): Improve error message for -o with
2348 * i386/x-cygwin32 (CLIB): Link in advapi32.
2350 * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
2351 (ASM_IDENTIFY_LANGUAGE): Likewise.
2353 * i386.md (movqi recognizer): Don't perfom byte increment into
2356 * configure.in (x86-dg-dgux): Run fixinc.dgux.
2358 * i370.h: Fix typo in GEN_INT changes.
2360 * bitmap.c (bitmap_element_allocate): Use "void" for arglist instead
2361 of an empty arglist in prototype.
2363 * Makefile.in: Remove bytecode crud that crept back in after the
2366 1998-04-08 Brendan Kehoe <brendan@cygnus.com>
2368 * c-lex.h (is_class_name): Fix arg type to be tree, not void.
2369 (make_pointer_declarator, reinit_parse_for_function): Fix typo.
2371 Wed Apr 8 06:16:45 1998 Richard Earnshaw (rearnsha@arm.com)
2373 * arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
2375 Wed Apr 8 00:44:18 1998 Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
2377 * c-lex.c (is_class_name): Delete declaration.
2378 (whitespace_cr): Make static and add prototype.
2379 * c-lex.h (make_pointer_declarator, reinit_parse_for_function,
2380 yylex, get_directive_line): Turn declarations into prototypes.
2381 (position_after_whitespace, check_newline, yyerror,, is_class_name,
2382 forget_protocol_qualifiers, remember_protocol_qualifiers): Add
2384 * genattr.c (extend_range, write_upcase, gen_attr, write_units): Add
2386 * gencodes.c (gen_insn): Add prototype.
2387 * genconfig.c (walk_insn, gen_insn, gen_expand, gen_split,
2388 gen_peephole): Add prototypes.
2389 * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
2391 * gengenrtl.c (type_from_format, accessor_from_format, special_rtx,
2392 special_format, find_formats, gendecl, genmacro, gendef, genlegend,
2393 genheader, gencode): Add prototypes.
2394 * genopinit.c (gen_insn): Add prototype.
2395 * genoutput.c (output_prologue, output_epilogue, scan_operands,
2396 process_template, validate_insn_alternatives, gen_insn, gen_peephole,
2397 gen_expand, gen_split, n_occurrences): Add prototypes.
2398 * genpeep.c (gen_peephole): Add prototype.
2399 * loop.c (find_and_verify_loops, mark_loop_jump, prescan_loop,
2400 reg_in_basic_block_p, consec_sets_invariant_p, libcall_other_reg,
2401 labels_in_range_p, count_loop_regs_set, note_addr_stored,
2402 loop_reg_used_before_p, scan_loop, replace_call_address,
2403 skip_consec_insns, libcall_benefit, ignore_some_movables,
2404 force_movables, combine_movables, rtx_equal_for_loop_p, move_movables,
2405 strength_reduce, valid_initial_value_p, find_mem_givs, record_biv,
2406 check_final_value, record_giv, update_giv_derive, basic_induction_var,
2407 simplify_giv_expr, general_induction_var, consec_sets_giv,
2408 check_dbra_loop, express_from, combine_givs_p, combine_givs,
2409 product_cheap_p, maybe_eliminate_biv, maybe_eliminate_biv_1,
2410 last_use_this_basic_block, record_initial, update_reg_last_use,
2411 iteration_info, analyze_loop_iterations, insert_bct,
2412 instrument_loop_bct, indirect_jump_in_function_p): Turn declarations
2415 Tue Apr 7 21:48:52 1998 Jeffrey A Law (law@cygnus.com)
2417 * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
2419 1998-04-07 Ken Raeburn <raeburn@cygnus.com>
2421 * config/mips/mips.c (siginfo): Deleted.
2422 (override_options): Don't install SIGINFO signal handler.
2424 Tue Apr 7 11:58:04 1998 Jim Wilson <wilson@cygnus.com>
2426 * loop.c (check_dbra_loop): When normalize comparison_val, add check
2427 to verify it is non-negative.
2429 Tue Apr 7 02:01:47 1998 Richard Henderson <rth@cygnus.com>
2431 * alpha.c (alpha_expand_block_move): Correctly collect block offsets.
2432 (alpha_expand_block_clear): Likewise.
2434 Mon Apr 6 23:36:01 1998 Richard Henderson <rth@cygnus.com>
2436 * tree.h (sizetype_tab): Fix previous change for K&R.
2438 Mon Apr 6 22:23:29 PDT 1998 Jeff Law (law@cygnus.com)
2440 * version.c: Bump for snapshot.
2442 Mon Apr 6 23:16:10 1998 Richard Earnshaw (rearnsha@arm.com)
2444 * configure.in (sparc-*-solaris2*): Add xm-siglist.h to xm_file.
2445 Add USG and POSIX to xm_defines.
2447 Mon Apr 6 21:49:57 1998 Bob Manson <manson@charmed.cygnus.com>
2449 * gcc.c: Add linker spec.
2450 (link_command_spec): Use %(linker) instead of ld.
2451 (main): If collect2 is requested as the linker, see if it exists;
2452 if not, use ld instead.
2454 * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
2456 (install-collect2): Install as collect2, not ld.
2458 * configure.in(will_use_collect2): It's named collect2 now.
2460 * collect2: Remove checks to see if we were invoked recursively.
2461 (collect_execute): Use _spawnvp under cygwin32.
2463 Mon Apr 6 17:23:41 1998 Jim Wilson <wilson@cygnus.com>
2465 * haifa-sched.c (build_control_flow): Set unreachable for block whose
2466 only predecessor is itself.
2468 Mon Apr 6 16:08:04 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2470 * c-parse.in: Include system.h, and remove stuff now made redundant.
2473 * protoize.c: Likewise. Properly check for cpp stringification.
2475 * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o):
2478 * objc/Make-lang.in (objc-parse.o): Likewise.
2480 Mon Apr 6 14:59:58 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2482 * gansidecl.h: Check if compiler supports __attribute__. Provide
2483 definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
2484 __attribute__ when its available. Also provide definitions for
2485 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
2486 terms of ATTRIBUTE_PRINTF.
2488 * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
2491 Mon Apr 6 07:17:52 1998 Catherine Moore <clm@cygnus.com>
2493 * combine.c (can_combine_p): Include successor in volatile test.
2495 Mon Apr 6 14:16:33 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2497 * sh.h (CASE_VECTOR_SHORTEN_MODE): Fix logic when to set
2500 Mon Apr 6 02:03:29 1998 Jeffrey A Law (law@cygnus.com)
2502 * objc/objc-act.c (encode_aggregate_within): Avoid GNU extensions
2503 in prototype and definition.
2505 Mon Apr 6 00:48:56 PDT 1998 Jeff Law (law@cygnus.com)
2507 * version.c: Bump for snapshot.
2509 Mon Apr 6 00:08:50 1998 Richard Henderson <rth@cygnus.com>
2511 * alpha.c (alpha_expand_block_clear): Add missing offset arg to
2512 alpha_expand_unaligned_store_words.
2514 Sun Apr 5 21:31:24 1998 John Wehle (john@feith.com)
2516 * i386.md (movsf_push, movsf_mem): Remove.
2517 (movsf_push): Rename from movsf_push_nomove and move in front of
2518 movsf. Use nonmemory_operand predicate and don't bother checking
2520 (movsf_push_memory): New pattern.
2521 (movsf): Don't bother checking for push_operand. If TARGET_MOVE and
2522 both operands refer to memory then force operand[1] into a register.
2523 (movsf_normal): Change to unnamed pattern.
2524 Likewise for movdf, movxf, and friends.
2526 Sun Apr 5 18:45:51 PDT 1998 Jeff Law (law@cygnus.com)
2528 * version.c: Bump for snapshot.
2530 Sun Apr 5 16:31:10 1998 Richard Henderson <rth@cygnus.com>
2532 * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
2534 Sun Apr 5 16:53:37 1998 Don Bowman <don@pixsci.com>
2536 * configure.in (mips-wrs-vxworks): New target.
2538 Sat Apr 4 23:34:32 PST 1998 Jeff Law (law@cygnus.com)
2540 * expmed.c (synth_mult): The value -1, has no zeros, so it can
2541 never have the form ...011.
2543 * version.c: Bump for snapshot.
2545 Sat Apr 4 20:16:46 1998 Richard Henderson <rth@cygnus.com>
2547 * i386.c (asm_output_function_prefix, load_pic_register):
2548 Use ASM_GENERATE_INTERNAL_LABEL properly.
2549 (output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
2550 (print_operand): Ignore it.
2551 (load_pic_register): Use it for the got load call.
2552 * i386.md (prologue_set_got, prologue_get_pc): Likewise.
2553 (prologue_get_pc_and_set_got): Likewise.
2554 * i386.h: Update print_operand docs.
2556 Sat Apr 4 19:08:37 1998 Richard Henderson <rth@cygnus.com>
2558 * i386.md (ffssi, ffshi): Rewrite as define_expands.
2559 (ffssi_1, ffshi_1): New (unspec [] 5) support patterns.
2560 * i386.c (notice_update_cc): Recognize unspec 5.
2562 Sat Apr 4 18:07:16 1998 David Mosberger-Tang (davidm@mostang.com)
2564 * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '(' for s/sv/svi.
2565 * alpha.c (print_operand): Handle it.
2566 * alpha.md (fix_truncsfdi2): Use it. Add earlyclobber pattern
2568 (fix_truncdfdi2): Likewise.
2570 Sat Apr 4 17:42:05 1998 Richard Henderson <rth@cygnus.com>
2572 * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all
2573 of these into a single struct, with additional [us]sizetype entries.
2574 * stor-layout.c (set_sizetype): Initialize [us]sizetype.
2575 * fold-const.c (size_int_wide): Don't rely on sizetype_tab being
2578 Sat Apr 4 17:04:41 1998 Richard Henderson <rth@cygnus.com>
2580 * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
2582 Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com>
2584 * haifa-sched.c (split_block_insns): Don't supress insn splitting
2585 on subsequent passes.
2587 * alpha.c (hard_fp_register_operand): New function.
2588 * alpha.h (PREDICATE_CODES): Add it.
2589 * alpha.md (extendsidi2): Kill bogus f<-f cvtql+cvtlq case. Add an
2590 f<-m case and accompanying define_split.
2591 (trapb): Use a unique unspec_volatile number.
2593 Sat Apr 4 13:32:08 1998 Richard Henderson <rth@cygnus.com>
2595 * configure.in (alpha-*-linux-gnu*): Undo Feb 3 change brought in
2598 Sat Apr 4 10:23:41 1998 Jeffrey A Law (law@cygnus.com)
2600 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
2603 * haifa-sched.c: Mirror recent changes from gcc2.
2605 Fri Apr 3 00:17:01 1998 Jeffrey A Law (law@cygnus.com)
2607 * Makefile.in (insn*.o): Depend on system.h.
2609 * pa.c (output_global_address): Initialize base.
2610 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
2612 1998-04-03 Mike Stump <mrs@wrs.com>
2614 * gthr.h: Support systems that don't have weak, but have threads.
2615 * configure.in (*wrs-vxworks*): Use VxWorks threads by default.
2616 * gthr-vxworks.h: New file.
2617 * objc/thr-vxworks.h: Dummy file from thr-single.c for now.
2619 Thu Apr 2 18:00:52 1998 Jim Wilson <wilson@cygnus.com>
2621 * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
2623 1998-04-02 Vladimir N. Makarov <vmakarov@cygnus.com>
2625 * ginclude/va-i960.h (va_end): Change void * to void.
2627 Thu Apr 2 13:51:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2629 * Makefile.in (choose-temp.o): Depend on system.h.
2631 * choose-temp.c: Include system.h when IN_GCC.
2633 Thu Apr 2 02:37:07 1998 Joern Rennecke (amylaar@cygnus.co.uk)
2634 Richard Henderson <rth@cygnus.com>
2636 * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.
2637 (move_replacements): New function.
2638 * reload.h: Prototype it.
2640 * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition.
2642 Thu Apr 2 01:01:34 1998 Richard Henderson <rth@cygnus.com>
2644 * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
2647 * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
2648 (gen_highpart): Likewise.
2649 * final.c (alter_subreg): Allow the target to hook by-mode subreg
2650 hard register number changes.
2652 Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
2654 * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
2655 rnbitsize, rnmode and rinner.
2656 (make_range): Initialize type.
2657 (fold): Initialize arg0, arg1 and varop.
2659 * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi
2661 (expand_function_start): Initialize last_ptr.
2663 * stor-layout.c (layout_record): Initialize desired_align.
2664 (get_best_mode): Initialize unit.
2666 * tree.c (copy_node): Initialize length.
2668 * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
2670 * caller-save.c (insert_save_restore): Initialize pat, code and
2673 * emit-rtl.c (push_to_sequence): Initialize top.
2674 (push_topmost_sequence): Likewise.
2676 * genattrtab.c (simplify_by_exploding): Initialize defval.
2678 * profile.c (branch_prob): Initialize dest.
2680 * rtl.h (note_stores): Remove duplicate prototype.
2681 (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT.
2683 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
2684 strings that are not actually lengths.
2686 * genattrtab.c: Make generated file use system.h, instead of
2687 including stdio.h, etc directly.
2688 * genextract.c, genopinit.c, genoutput.c: Likewise.
2689 * genpeep.c, genrecog.c: Likewise
2691 * genoutput.c (process_template): Mark operands in the generated
2692 function as potentially unused if compiling with GNU CC.
2694 * i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
2696 * pa.md (reload peepholes): Remove unused variable "mode".
2698 Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com>
2700 * config/arm/thumb.h: Add super interworking support.
2701 * config/arm/thumb.c: Add super interworking support.
2702 * config/arm/thumb.md: Add super interworking support.
2703 * config/arm/lib1funcs.asm: Add interworking support.
2704 * config/arm/lib1thumb.asm: Add super interworking support.
2705 * config/arm/t-semi: Add interworking support.
2706 * config/arm/t-thumb: Add interworking support.
2707 * config/arm/README-interworking: New file.
2709 Wed Apr 1 14:38:10 1998 Jim Wilson <wilson@cygnus.com>
2711 * config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/.
2712 (MD_STARTFILE_PREFIX): Unset.
2714 1998-04-01 Mark Mitchell <mmitchell@usa.net>
2716 * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a
2717 entity in a local scope.
2719 * fold-const.c (fold): Call truthvalue_conversion for values which
2720 are folded to boolean type.
2722 Wed Apr 1 06:09:53 1998 Jeffrey A Law (law@cygnus.com)
2724 * 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently.
2725 * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise.
2726 * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise.
2727 * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise.
2728 * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise.
2729 * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise.
2730 * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise.
2731 * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise.
2732 * md.texi: Likewise.
2734 Wed Apr 1 08:33:44 1998 Manfred Hollstein <manfred@s-direktnet.de>
2736 * fixincludes (limits.h): Fix nested comments in Motorola's
2737 limits.h and sys/limits.h.
2739 Tue Mar 31 16:57:33 1998 Jim Wilson <wilson@cygnus.com>
2741 * alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr
2742 as dest of expand_binop call.
2744 * alpha.md (extzv): Correct check for valid operand[2] values.
2746 * profile.c (branch_prob): Add code to recognize HPPA tablejump entry
2749 * toplev.c (rest_of__compilation): Call init_recog_no_volatile at end.
2751 Mon Mar 30 13:11:05 1998 Stan Cox <scox@cygnus.com>
2753 * libgcc2.c: (__main, __do_global_dtors, __do_global_ctors):
2754 For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
2756 * gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.
2757 cygwin32 can override this to allow both unix and win32 style PATHs.
2759 * i386/xm-cygwin32.h (GET_ENVIRONMENT): Defined to allow win32
2760 style environment paths.
2762 Mon Mar 30 14:43:20 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2764 * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o,
2765 cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o,
2766 gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on
2769 * cpphash.c: Include config.h.
2770 * cppalloc.c: Include system.h. Add parameters to various
2771 function prototypes.
2772 * cpperror.c: Likewise.
2773 * cppexp.c: Likewise.
2774 * cpphash.c: Likewise.
2775 * cpplib.c: Likewise.
2776 * cppmain.c: Likewise.
2777 * fix-header.c: Likewise.
2779 * gen-protos.c: Likewise.
2780 * gengenrtl.c: Likewise.
2781 * halfpic.c: Likewise.
2783 * scan-decls.c: Likewise.
2786 Mon Mar 30 11:06:45 1998 Jim Wilson <wilson@cygnus.com>
2788 * README.gnat: Add lang_print_xnode definition.
2790 Mon Mar 30 11:12:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2792 * config/m68k/m68k.c (standard_68881_constant_p): Don't use
2793 fmovecr on the 68060.
2795 Mon Mar 30 00:21:03 1998 Jeffrey A Law (law@cygnus.com)
2797 * genemit.c (DONE): Rework so that it works in the true arm if
2798 an if-else conditional.
2801 Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com)
2803 * rs6000.c: Do not include stdioh or ctype.h anymore.
2805 * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and
2807 (stor-layout.o): Likewise.
2808 * c-typeck.c: Include rtl.h and expr.h.
2809 * stor-layout.c: Likewise.
2811 * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
2812 All callers changed.
2813 (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
2814 * fix-header.c (cpp_file_line_for_message): Delete unused paramter.
2815 All callers changed.
2817 * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
2819 * local-alloc.c (reg_classes_overlap_p): Delete dead function.
2821 * tree.h (lang_print_xnode): Provide prototype.
2823 Sat Mar 28 23:50:44 PST 1998 Jeff Law (law@cygnus.com)
2825 * version.c: Bump for snapshot.
2827 Sun Mar 29 00:42:21 1998 Jeffrey A Law (law@cygnus.com)
2829 * objc/sendmsg.c (__objc_block_forward): Add braces for return
2830 value if INVISIBLE_STRUCT_RETURN.
2832 * pa.c (arith_double_operand): Fix parens.
2834 * haifa-sched.c (print_pattern): Correct arg to sprintf.
2836 * Makefile.in (libgcc1.null): Make return type for __foo void.
2838 Sat Mar 28 14:37:20 1998 Jeffrey A Law (law@cygnus.com)
2840 * pa.h: Add declarations for many functions defined in pa.c.
2842 * genpeep.c (main): Remove unused variable 'i' from the generated
2845 * genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
2846 (gen_split): Likewise.
2847 (main): Rework generated definitions of DONE and FAIL so that they
2848 no longer use gotos. Avoids warnings about unused labels.
2850 * integrate.c (copy_rtx_and_substitute): Rework to avoid need for
2851 unused "junk" variable.
2853 * genattrtab.c (write_complex_function): Add a default case in
2854 generated switch statement to keep -W -Wall quiet.
2856 Sat Mar 28 10:47:21 1998 Nick Clifton <nickc@cygnus.com>
2858 * invoke.texi: Document more ARM and Thumb command line options.
2860 * config/arm/xm-thumb.h: New file.
2862 Sat Mar 28 01:37:33 1998 Craig Burley <burley@gnu.ai.mit.edu>
2864 * stmt.c (expand_expr_stmt): Must generate code for
2865 statements within an expression (gcc's `({ ... )}')
2866 even if -fsyntax-only.
2868 Sat Mar 28 01:06:12 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2869 Jeffrey A Law (law@cygnus.com)
2871 * basic-block.h (basic_block_computed_jump_target): Declare.
2872 * flags.h: (current_function_has_computed_jump): Declare.
2873 * flow.c: (basic_block_computed_jump_target): Define.
2874 (flow_analysis): Allocate it. Set current_function_has_computed_jump
2876 (find_basic_blocks): Set current_function_has_computed_jump and
2877 elements of basic_block_computed_jump_target to 1 as appropriate.
2878 * function.c: (current_function_has_computed_jump): Define.
2879 * global.c (global_conflicts): Don't allocate pseudos into stack regs
2880 at the start of a block that is reachable by a computed jump.
2881 * reg-stack.c (stack_reg_life_analysis): If must restart, do so
2883 (subst_stack_regs): Undo change from Sep 4 1997.
2884 (uses_reg_or_mem): Now unused, deleted.
2885 * stupid.c (stupid_life_analysis): Compute
2886 current_function_has_computed_jump.
2887 (stupid_find_reg): Don't allocate stack regs if the function has a
2889 * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
2890 the current function has a computed jump. Use the global value
2893 Sat Mar 28 00:21:37 1998 Jeffrey A Law (law@cygnus.com)
2895 * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
2896 (DWARF2_UNWIND_INFO): Define to zero.
2898 Fri Mar 27 16:04:49 1998 Michael Meissner <meissner@cygnus.com>
2900 * gcc.c (set_std_prefix): Add declaration.
2901 (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
2902 suffix, and update the standard prefix prefix.c uses.
2904 * prefix.c (std_prefix): New global to hold default prefix value.
2905 (get_key_value): Change to use std_prefix instead of PREFIX.
2906 (translate_name): Ditto.
2907 (update_path): Ditto.
2908 (get_key_value): Release allocated scratch storage.
2909 (set_std_prefix): New function to reset the standard prefix.
2911 Fri Mar 27 18:08:21 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2913 * sh.c (find_barrier): Fix calculations for alignment increase.
2915 Fri Mar 27 08:56:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
2917 * Makefile.in (stmp-fixinc): If we're actually fixing include
2918 files, copy gcc's assert.h into the fixed include dir.
2919 * fixincludes (assert.h): Avoid any attempts to fix a probably
2920 broken system specific assert.h file.
2921 * fixproto (stdlib.h): Make sure, it'll contain a definition of
2924 Fri Mar 27 00:49:46 1998 Jeffrey A Law (law@cygnus.com)
2926 * regclass.c (reg_scan_mark_refs): Be more selective about
2927 when we mark a register with REGNO_POINTER_FLAG.
2929 Thu Mar 26 23:00:11 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2931 reload inheritance improvement:
2932 * reload1.c (reg_reloaded_contents, reg_reloaded_insn):
2933 Change meaning: index is now hard reg number.
2934 (reg_reloaded_valid, reg_reloaded_dead): New variables.
2935 (reload_spill_index): Content is now a hard reg number.
2936 (reload_as_needed): Change to fit new variable meaning.
2937 (forget_old_reloads_1, allocate_reload_reg): Likewise.
2938 (choose_reload_regs, emit_reload_insns): Likewise.
2940 Thu Mar 26 18:34:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2942 * regclass.c (record_reg_classes): '?' increases cost by two.
2944 * reload.c (find_reloads): Double previous costs. Output
2945 reloads cost one unit extra.
2947 * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
2948 boiled down to && ! 0.
2950 * reload.c (find_equiv_reg): Also consider a goal offset from the
2951 frame pointer to be constant.
2953 Thu Mar 26 17:34:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2955 * sh.h (OPTIMIZATION_OPTIONS): Define.
2957 Thu Mar 26 00:19:47 1998 Richard Henderson <rth@cygnus.com>
2959 * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
2961 Wed Mar 25 23:53:11 1998 Jeffrey A Law (law@cygnus.com)
2963 * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
2965 Wed Mar 25 13:40:48 1998 Jim Wilson <wilson@cygnus.com>
2967 * c-common.c (check_format_info): Initialize type, is_type. New local
2968 integral_format. Don't warn for 'L' when pedantic. Do warn for 'L'
2969 when pedantic if used with integral format specifier.
2971 Wed Mar 25 16:09:01 1998 Michael Meissner <meissner@cygnus.com>
2973 * rs6000.h (FUNCTION_ARG_PADDING): Cast result to be enum
2975 (function_arg_padding): Declare.
2977 * rs6000.c: Include system.h.
2978 (function_arg_padding): Change return type to int, cast enum's to
2981 (From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>)
2982 * collect2.c (scan_prog_file): Add explicit braces to avoid
2985 * dbxout.c (dbxout_type_fields): Add braces around empty body in
2987 (dbxout_type): Likewise.
2989 * rs6000.c (rs6000_override_options): Change type of `i', `j' and
2990 `ptt_size' from int to size_t.
2991 (rs6000_file_start): Likewise for `i'.
2992 (rs6000_replace_regno): Add default case in enumeration switch.
2993 (output_epilog): Remove unused variable `i'.
2994 (rs6000_longcall_ref): Remove unused variables `len', `p', `reg1'
2997 * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add missing braces around
2999 (get_issue_rate, non_logical_cint_operand): Add prototype.
3000 (rs6000_output_load_toc_table): Ditto.
3002 * rs6000.md (udivmodsi4): Add explicit braces to avoid ambiguous
3005 Wed Mar 25 10:05:19 1998 Nick Clifton <nickc@cygnus.com>
3007 * config/arm/thumb.c: New File. Support for ARM's Thumb
3009 * config/arm/thumb.h: New File. Thumb definitions.
3010 * config/arm/thumb.md: New File. Thumb machine description.
3011 * config/arm/tcoff.h: New File. Thumb COFF support.
3012 * config/arm/t-thumb: New File. Thumb makefile fragment.
3013 * config/arm/lib1thumb.asm: New File. Thumb libgcc support functions.
3015 * configure.in: Add Thumb-coff target.
3016 * configure: Add Thumb-coff target.
3017 * config.sub: Add Thumb-coff target.
3019 Wed Mar 25 10:30:32 1998 Jim Wilson <wilson@cygnus.com>
3021 * loop.c (scan_loop): Initialize move_insn_first to zero.
3023 Wed Mar 25 01:06:49 1998 Joel Sherrill (joel@OARcorp.com)
3025 * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
3026 * config/i386/rtems.h: Likewise.
3027 * config/i960/rtems.h: Likewise.
3028 * config/m68k/rtems.h: Likewise.
3029 * config/mips/rtems64.h: Likewise.
3030 * config/pa/rtems.h: Likewise.
3031 * config/rs6000/rtems.h: Likewise.
3032 * config/sh/rtems.h: Likewise.
3033 * config/sparc/rtems.h: Likewise.
3035 Wed Mar 25 00:57:26 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3037 * pa.c (emit_move_sequence): If in reload, call find_replacement.
3039 Tue Mar 24 10:44:11 1998 Nick Clifton <nickc@cygnus.com>
3041 * Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
3043 * collect2.c (find_a_file): Add debugging.
3044 (find_a_file): Test for win32 style absolute paths if
3045 DIR_SERPARATOR is defined.
3046 (prefix_from_string): Add debugging.
3047 (main): Test for debug command line switch at start of program
3049 (main): Use GET_ENVIRONMENT rather than getenv().
3050 (prefix_from_env): Use GET_ENVIRONMENT.
3052 1998-03-24 Mark Mitchell <mmitchell@usa.net>
3054 * cplus-dem.c (optable): Add sizeof.
3055 (demangle_template_value_parm): New function containing code
3056 previously found in demangle_template.
3057 (demangle_integral_value): New function which handles complicated
3058 integral expressions.
3059 (demangle_template): Use them.
3061 Tue Mar 24 12:13:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3063 * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
3064 genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
3065 genattrtab.o, genoutput.o): Depend on system.h.
3067 * genattr.c: Include system.h. Add arguments to various function
3068 prototypes. Remove redundant prototype of read_rtx().
3069 * genattrtab.c: Likewise.
3070 * gencodes.c: Likewise.
3071 * genconfig.c: Likewise.
3072 * genemit.c: Likewise.
3073 * genextract.c: Likewise.
3074 * genflags.c: Likewise.
3075 * genopinit.c: Likewise.
3076 * genoutput.c: Likewise.
3077 * genpeep.c: Likewise.
3078 * genrecog.c: Likewise.
3080 1998-03-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
3082 * c-lang.c (lang_print_xnode): New function.
3083 * objc/objc-act.c (lang_print_xnode): Likewise.
3084 * print-tree.c (print_node): Call it
3086 Mon Mar 23 23:59:11 1998 H.J. Lu (hjl@gnu.org)
3088 * c-parse.in: Recognize protocol qualifiers in class
3089 definitions for objc.
3091 (yyerror): Remove redundant decl.
3092 (yyprint): Fix prototype.
3094 Mon Mar 23 23:49:47 1998 Jeffrey A Law (law@cygnus.com)
3096 * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
3098 * stmt.c (unroll_block_trees): Free block_vector if needed.
3100 Mon Mar 23 23:26:42 1998 Philippe De Muyter <phdm@macqel.be>
3102 * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
3103 (zero_extendsidi2): Avoid useless copy.
3104 (iordi_zext): New pattern.
3105 (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
3107 (iorsi_zext): New name for old unnamed pattern; indentation fixes.
3109 * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
3110 (ashldi3): Allow constant shift count in range ]32,63].
3111 (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.
3113 1998-03-22 Mark Mitchell <mmitchell@usa.net>
3115 * tree.h (IS_EXPR_CODE_CLASS): New macro.
3117 Mon Mar 23 23:18:48 1998 Jeffrey A Law (law@cygnus.com)
3119 * h8300.h (CONST_COSTS): Remove definition.
3120 (DEFAULT_RTX_COSTS): Define.
3122 Mon Mar 23 22:58:22 1998 Joel Sherrill (joel@OARcorp.com)
3124 * config/sh/rtems.h: Switched from ELF to COFF.
3126 Mon Mar 23 14:14:20 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3128 * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
3130 Sat Mar 21 23:52:56 PST 1998 Jeff Law (law@cygnus.com)
3132 * version.c: Bump for snapshot.
3134 Sun Mar 22 00:50:42 1998 Nick Clifton <nickc@cygnus.com>
3135 Geoff Noer <noer@cygnus.com>
3137 * Makefile.in: Various fixes for building cygwin32 native toolchains.
3139 * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
3140 * objc/Make-lang.in: Likewise.
3142 * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
3144 Sun Mar 22 00:21:46 1998 R. Ganesan <rganesan@novell.com>
3146 * configure.in: Handle with-PACKAGE=no correctly
3148 Fri Mar 20 17:36:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3150 * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
3151 c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
3152 caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
3153 dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
3154 expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
3155 integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
3156 prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
3157 reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
3158 rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
3159 tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
3162 * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
3163 c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
3164 caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
3165 dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
3166 expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
3167 integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
3168 prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
3169 reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
3170 rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
3171 stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
3172 xcoffout.c: Include system.h. Organize include ordering so
3173 that stdarg/varargs comes before other system headers. Remove
3174 spurious casts of functions assured of a prototype in system.h.
3176 Fri Mar 20 11:19:40 1998 Stan Cox <scox@equinox.cygnus.com>
3178 * reg-stack.c (pop_stack): Define. Pops any register on the
3179 regstack and adjusts regstack.
3180 (compare_for_stack_reg): Use pop_stack.
3182 Thu Mar 19 23:51:01 1998 Jeffrey A Law (law@cygnus.com)
3184 * configure.in (hppa1.0-hp-hpux10): Handle threads for this
3187 Thu Mar 19 20:30:31 1998 Philippe De Muyter <phdm@macqel.be>
3189 * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
3191 * fold-const.c (fold): Replace sign-extension of a zero extended
3192 value by a single zero extension.
3194 Thu Mar 19 00:58:07 1998 Jason Merrill <jason@yorick.cygnus.com>
3196 * except.c (init_eh): Do nothing.
3197 (save_eh_status): Call init_eh_for_function, not init_eh.
3198 * function.c (push_function_context_to): Don't call init_emit.
3200 Thu Mar 19 13:39:52 1998 Michael Meissner <meissner@cygnus.com>
3202 * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
3205 Thu Mar 19 10:10:36 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3207 * final.c (shorten_branches): Add parentheses around +/- in
3210 * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS.
3212 Thu Mar 19 09:15:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
3214 * regclass.c (memory_move_secondary_cost): Wrap uses of
3215 SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS
3218 Thu Mar 19 09:06:35 1998 Manfred Hollstein <manfred@s-direktnet.de>
3220 * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
3222 * flow.c (life_analysis): #include <sys/types.h> to make sure
3224 * cplus-dem.c (demangle_function_name): Likewise.
3226 Thu Mar 19 09:00:01 1998 Manfred Hollstein <manfred@s-direktnet.de>
3228 * final.c (insn_noperands): Change type to unsigned int.
3229 (final_scan_insn): Likewise for noperands;
3230 properly check operand number boundaries.
3232 Wed Mar 18 16:20:30 1998 Richard Henderson <rth@cygnus.com>
3234 * alpha.md (extzv): Don't reject register operands. Fix
3237 Wed Mar 18 16:14:23 1998 Richard Henderson <rth@cygnus.com>
3239 * dbxout.c (dbxout_function_end): Fix last change. The correct
3240 predicate is ASM_OUTPUT_SECTION_NAME.
3242 Wed Mar 18 12:43:20 1998 Jim Wilson <wilson@cygnus.com>
3244 * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
3245 (ashlsi): Use match_dup 1 instead of match_operand 2.
3247 Wed Mar 18 13:46:07 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3249 * fold-const.c (operand_equal_for_comparison_p): See if equal
3250 when nop conversions are removed.
3252 Wed Mar 18 13:42:01 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3254 * expr.c (expand_expr, case COND_EXPR): If have conditional move,
3255 don't use ORIGINAL_TARGET unless REG.
3257 Wed Mar 18 16:53:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3259 * netbsd.h (ASM_OUTPUT_ALIGN): Redefine.
3261 Wed Mar 18 12:43:20 1998 Jim Wilson <wilson@cygnus.com>
3263 * loop.c (struct movable): New field move_insn_first.
3264 (scan_loop): In consec sets code, set it. Clear it otherwise.
3265 (move_movables): In consec sets code, use it. Copy REG_NOTES from
3266 p to i1 only if i1 does not have REG_NOTES. Delete obsolete ifdefed
3269 Wed Mar 18 09:52:56 1998 Richard Henderson <rth@cygnus.com>
3271 * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
3272 is large, and the system doesn't provide atoll or atoq.
3275 * alpha/xm-vms.h (HAVE_ATOLL): Define.
3276 Reported by Klaus Kaempf <kkaempf@progis.de>.
3278 Wed Mar 18 09:56:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3280 * c-lang.c (finish_file): Wrap variable `void_list_node' with macro
3281 test !ASM_OUTPUT_CONSTRUCTOR || !ASM_OUTPUT_DESTRUCTOR.
3283 * calls.c (emit_call_1): Wrap variable `already_popped' with macro
3284 test !ACCUMULATE_OUTGOING_ARGS.
3286 * collect2.c (write_c_file_glob): Wrap function definition in
3287 macro test !LD_INIT_SWITCH.
3289 * combine.c (try_combine): Wrap variables `cc_use' and
3290 `compare_mode' in macro test EXTRA_CC_MODES.
3292 * cpplib.c (do_ident): Remove unused variable `len'.
3293 (skip_if_group): Remove unused variables `at_beg_of_line' and
3295 (cpp_get_token): Remove unused variable `dummy'.
3297 * dbxout.c (scope_labelno): Move static variable definition inside
3298 the one function scope where it is used.
3299 (dbxout_function_end): Wrap prototype and definition in
3300 macro test !NO_DBX_FUNCTION_END.
3302 * dwarf2out.c (add_subscript_info): Wrap variable `dimension_number'
3303 in macro test !MIPS_DEBUGGING_INFO.
3305 * expr.c (expand_builtin_setjmp): Move declaration of variable `i'
3306 into the scope where it is used. Wrap empty else-statement body
3309 * fix-header.c: Fix typo in comment.
3310 (inf_skip_spaces): Cast results of INF_UNGET to (void).
3311 (check_protection, main): Likewise.
3313 * flow.c (find_basic_blocks_1): Remove dangling comment text.
3315 * function.c (contains): Wrap prototype and definition in macro
3316 test HAVE_prologue || HAVE_epilogue.
3317 (fixup_var_refs_1): Remove unused variable `width'.
3319 * gen-protos.c (main): Remove unused variable `optr'.
3321 * haifa-sched.c (debug_control_flow): Remove unused variable `j'.
3323 * libgcc2.c (__udiv_w_sdiv): Provide dummy return value of 0.
3324 (__sjpopnthrow): Remove unused variable `jmpbuf'.
3325 (__throw): Remove unused variable `val'.
3327 * protoize.c: Check for a previously existing definition before
3328 defining *_OK macros.
3330 * scan-decls.c (scan_decls): Remove unused variable `old_written'.
3332 Tue Mar 17 00:45:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3334 * vax.h (ADDR_VEC_ALIGN): Define.
3336 Mon Mar 16 15:57:17 1998 Michael Meissner <meissner@cygnus.com>
3338 * gcc.c (default_arg): Don't wander off the end of allocated
3341 (From Geoffrey Keating <geoffk@ozemail.com.au>)
3342 * rs6000.c (small_data_operand): Ensure that any address
3343 referenced relative to the small data area is inside the SDA.
3345 Mon Mar 16 12:55:15 1998 Jim Wilson <wilson@cygnus.com>
3347 * config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
3349 Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
3351 * except.h (in_same_eh_region): New prototype.
3352 (free_insn_eh_region, init_insn_eh_region): New prototypes.
3353 * except.c (insn_eh_region, maximum_uid): New static variables.
3354 (set_insn_eh_region): New static function to set region numbers.
3355 (free_insn_eh_region): New function to free EH region table.
3356 (init_insn_eh_region): New function to initialize EH region table.
3357 (in_same_eh_region): New function used to determine if two rtl
3358 instructions are in the same exception region or not.
3359 * final.c (final): Initialize the table indicating which instructions
3360 belong in which exception region.
3361 * genpeep.c (main): Add "except.h" to include file list in generated
3363 * config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
3364 peepholes involving calls and unconditional branches.
3366 Mon Mar 16 11:16:50 1998 Jim Wilson <wilson@cygnus.com>
3368 * README.gnat: New file.
3370 Mon Mar 16 11:14:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3372 * config/m68k/m68k.c: Include <stdlib.h> for atoi. Include
3373 "recog.h" for offsettable_memref_p.
3374 (legitimize_pic_address): Remove unused variable `offset'.
3375 (notice_update_cc): Change return type to void. Add default label
3377 (standard_68881_constant_p): Remove unused variable mode.
3378 (print_operand): Define local variable i only if SUPPORT_SUN_FPA.
3379 (const_int_cost): Explicitly declare as returning int.
3380 (output_dbcc_and_branch): Change return type to void.
3382 * config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
3383 config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
3384 (...). Use GEN_INT instead of gen_rtx_CONST_INT.
3386 Sun Mar 15 22:30:44 PST 1998 Jeff Law (law@cygnus.com)
3388 * version.c: Bump for snapshot.
3390 Fri Mar 13 11:30:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3392 * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Fix logic in range
3393 check for 'M' constraint.
3395 Thu Mar 12 14:47:14 1998 Jim Wilson <wilson@cygnus.com>
3397 * cccp.c (create_definition): If pedantic, call pedwarn for macro
3400 Thu Mar 12 13:43:25 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
3402 * i386.c (ix86_logical_operator): New function.
3403 (split_di): Ensure that when a MEM is split, the resulting MEMs have
3405 * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
3408 Thu Mar 12 15:13:16 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3409 Richard Earnshaw <rearnsha@arm.com>
3410 Nick Clifton <nickc@cygnus.com>
3412 * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
3414 * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
3416 * cse.c (rtx_cost): Provide a default case in an enumeration
3417 switch, and call DEFAULT_RTX_COSTS if it's defined.
3419 Thu Mar 12 10:02:38 1998 Manfred Hollstein <manfred@s-direktnet.de>
3421 * basic-block.h (compute_preds_succs): Change return type in
3423 * flow.c (compute_preds_succs): Likewise in function definition.
3425 * regmove.c (find_matches): Cast char used as array index to unsigned char
3428 Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de>
3430 * i386.h (RTX_COSTS): Insert braces around nested if.
3431 (ADDITIONAL_REGISTER_NAMES): Insert braces around structured
3434 * gcc.c (default_compilers): Properly put brackets around array elements in
3437 * getopt.c (_getopt_internal): Add explicit braces around nested if;
3440 * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
3441 (record_reg_life_pat): Add explicit parens around && and || in expression.
3442 (stack_reg_life_analysis): Add parens around assignment used as expression.
3443 (convert_regs): Likewise.
3445 Thu Mar 12 09:25:29 1998 Manfred Hollstein <manfred@s-direktnet.de>
3447 * bitmap.c (bitmap_element_allocate): Remove unused parameter;
3448 change callers accordingly.
3450 * cplus-dem.c (arm_special): Remove unused parameter work in prototype
3451 and definition; change all callers accordingly.
3453 * except.c (init_eh): Avoid assignment of unused return value of
3454 build_pointer_type; cast it to void, instead, and remove unused
3457 * gcc.c (lang_specific_driver): Define prototype only #ifdef
3458 LANG_SPECIFIC_DRIVER.
3459 (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
3461 * genoutput.c (output_epilogue): Initialize next_name to 0.
3463 * real.c (efrexp): #if 0 prototype and function definition.
3464 (eremain): Likewise.
3471 * reload.c (push_secondary_reload): Define prototype only
3472 #ifdef HAVE_SECONDARY_RELOADS.
3474 * varasm.c (assemble_static_space): Define rounded only
3475 #ifndef ASM_OUTPUT_ALIGNED_LOCAL.
3477 Thu Mar 12 09:11:35 1998 Manfred Hollstein <manfred@s-direktnet.de>
3479 * i386.md (andsi): Add default case in enumeration switch.
3484 Thu Mar 12 08:37:02 1998 Manfred Hollstein <manfred@s-direktnet.de>
3486 * c-decl (finish_struct): Change type of min_align to unsigned.
3488 * cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
3489 remove unused variable len.
3491 * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
3492 comment indicating this is proper behaviour.
3493 (reg_loc_descriptor): Remove redundant comparison of unsigned variable
3495 (based_loc_descr): Likewise.
3497 * enquire.c (bitpattern): Change type of variable i to unsigned.
3499 * final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
3501 * flow.c (life_analysis): Change type of variable i to size_t;
3502 remove unused variable insn.
3504 * gcc.c (translate_options): Change type of variables optlen, arglen and
3506 (input_filename_length): Change type to size_t.
3507 (do_spec_1): Change type of variable bufsize to size_t.
3508 (main): Change type of variables i and j to size_t;
3509 remove subblock local definition of variable i.
3510 (lookup_compiler): Change type of second argument to size_t;
3511 change type of variable i to size_t.
3513 * genemit.c (output_init_mov_optab): Change type of variable i to size_t.
3515 * genopinit.c (get_insn): Change type of variable pindex to size_t.
3517 * genrecog.c (add_to_sequence): Change type of variable i to size_t.
3519 * global.c (global_alloc): Change type of variable i to size_t.
3521 * regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
3523 * stmt.c (expand_end_bindings): Change type of variable i to size_t.
3524 (expand_end_case): Change type of variable count to size_t.
3526 * toplev.c (main): Change type of variable j to size_t.
3527 (set_target_switch): Change type of variable j to size_t.
3528 (print_switch_values): Change type of variable j to size_t;
3529 remove unused variable flags.
3531 * varasm.c (assemble_variable): Change type of variable align to size_t.
3532 (const_hash_rtx): Change type of variable i to size_t.
3534 1998-03-11 Mark Mitchell <mmitchell@usa.net>
3536 * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a
3537 TREE_VEC if that's what it really is.
3539 Wed Mar 11 15:16:01 1998 Michael Meissner <meissner@cygnus.com>
3541 * {haifa-,}sched.c (rank_for_schedule): Only take void * arguments
3544 Wed Mar 11 12:05:20 1998 Teemu Torma <tot@trema.com>
3546 * gthr.h: Changed the comment about return values.
3547 * gthr-solaris.h (__gthread_once): Do not use errno; return the
3548 error number instead of -1.
3549 (__gthread_key_create): Any non-zero return value is an error.
3550 * libgcc2.c (eh_context_initialize): Check for non-zero return
3551 value from __gthread_once.
3552 Check that the value of get_eh_context was really changed.
3554 Wed Mar 11 18:26:25 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3556 * sh.h (LOOP_ALIGN): Only align when optimizing.
3557 * sh.c (find_barrier): Clear inc for CODE_LABELs.
3558 When not optimizing, calculate alignment for BARRIERs directly.
3560 Wed Mar 11 15:07:18 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3562 * final.c (shorten_branches): Remove conditionalizing on
3563 SHORTEN_WITH_ADJUST_INSN_LENGTH
3564 * sh.h, pa.h (SHORTEN_WITH_ADJUST_INSN_LENGTH): Remove.
3566 Wed Mar 11 02:37:41 1998 Jeffrey A Law (law@cygnus.com)
3568 * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing
3569 an unconditional jump around deleted blocks.
3571 Mon Mar 9 12:02:23 1998 Jim Wilson <wilson@cygnus.com>
3573 * profile.c (branch_prob): If see computed goto, call fatal instead of
3576 * config/mips/sni-svr4.h (CPP_PREDEFINE): Add -DSNI and -Dsinix.
3578 * configure.in (alpha-dec-osf): Add default case for osf* to switch.
3579 Patch from Bruno Haible.
3581 * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
3582 (assign_parms): Set aggregate if hide_last_arg and last_named.
3584 Mon Mar 9 19:57:56 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3586 * final.c (shorten_branches): Initialize insn_addresses.
3588 Mon Mar 9 14:10:23 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3590 * sh.h (MUST_PASS_IN_STACK): Define.
3592 Sun Mar 8 13:01:56 1998 Jeffrey A Law (law@cygnus.com)
3594 * final.c (shorten_branches): Fix minor logic error in
3595 ADDR_DIFF_VEC shortening support.
3597 Sun Mar 8 02:17:42 PST 1998 Jeff Law (law@cygnus.com)
3599 * version.c: Bump for snapshot.
3601 Sat Mar 7 00:54:15 1998 Jeffrey A Law (law@cygnus.com)
3603 * haifa-sched.c (is_cfg_nonregular): Change return type to
3604 an int. No longer compute "estimated" number of edges. Use
3605 computed_jump_p instead of duplicating the code. Fixup/add
3607 (build_control_flow): Returns a value indicating an irregularity
3608 in the cfg was detected. Count the number of edges in the cfg.
3609 allocate various edge tables.
3610 (find_rgns): No longer look for unreachable blocks.
3611 (schedule_insns): Do not allocate memory for edge tables here.
3612 Free memory for edge tables before returning. Do not perform
3613 cross block scheduling if build_control_flow returns nonzero.
3614 * flow.c (compute_preds_succs): More accurately determine when
3617 * basic-block.h (free_basic_block_vargs): Provide prototype.
3619 * cccp.c (main): Fix dumb mistakes in last change.
3621 Fri Mar 6 21:28:45 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3623 * rtl.h (addr_diff_vec_flags): New typedef.
3624 (union rtunion_def): New member rt_addr_diff_vec_flags.
3625 (ADDR_DIFF_VEC_FLAGS): New macro.
3627 * sh.c (output_branch): Fix offset overflow problems.
3629 * final.c (shorten_branches): Implement CASE_VECTOR_SHORTEN_MODE.
3630 (final_scan_insn): New argument BODY for ASM_OUTPUT_ADDR_DIFF_ELT.
3631 * rtl.def (ADDR_DIFF_VEC): Three new fields (min, max and flags).
3632 * stmt.c (expand_end_case): Supply new arguments to
3633 gen_rtx_ADDR_DIFF_VEC.
3634 * 1750a.h (ASM_OUTPUT_ADDR_DIFF_ELT): New argument BODY.
3635 * alpha.h, arc.h, clipper.h, convex.h : Likewise.
3636 * dsp16xx.h, elxsi.h, fx80.h, gmicro.h, h8300.h : Likewise.
3637 * i370.h, i386.h, i860.h, i960.h, m32r.h, m68k.h, m88k.h : Likewise.
3638 * mips.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pyr.h : Likewise.
3639 * rs6000.h, sh.h, sparc.h, spur.h, tahoe.h, v850.h : Likewise.
3640 * vax.h, we32k.h, alpha/vms.h, arm/aof.h, arm/aout.h : Likewise.
3641 * i386/386bsd.h, i386/freebsd-elf.h : Likewise.
3642 * i386/freebsd.h, i386/linux.h : Likewise.
3643 * i386/netbsd.h, i386/osfrose.h, i386/ptx4-i.h, i386/sco5.h : Likewise.
3644 * i386/sysv4.h, m68k/3b1.h, m68k/dpx2.h, m68k/hp320.h : Likewise.
3645 * m68k/mot3300.h, m68k/sgs.h : Likewise.
3646 * m68k/tower-as.h, ns32k/encore.h, sparc/pbd.h : Likewise.
3647 * sh.h (INSN_ALIGN, INSN_LENGTH_ALIGNMENT): Define.
3648 (CASE_VECTOR_SHORTEN_MODE): Define.
3649 (short_cbranch_p, align_length, addr_diff_vec_adjust): Don't declare.
3650 (med_branch_p, braf_branch_p): Don't declare.
3651 (mdep_reorg_phase, barrier_align): Declare.
3652 (ADJUST_INSN_LENGTH): Remove alignment handling.
3653 * sh.c (uid_align, uid_align_max): Deleted.
3654 (max_uid_before_fixup_addr_diff_vecs, branch_offset): Deleted.
3655 (short_cbranch_p, med_branch_p, braf_branch_p, align_length): Deleted.
3656 (cache_align_p, fixup_aligns, addr_diff_vec_adjust): Deleted.
3657 (output_far_jump): Don't use braf_branch_p.
3658 (output_branchy_insn): Don't use branch_offset.
3659 (find_barrier): Remove checks for max_uid_before_fixup_addr_diff_vecs.
3660 Remove paired barrier stuff.
3661 Don't use cache_align_p.
3662 Take alignment insns into account.
3663 (fixup_addr_diff_vecs): Reduce to only fixing up the base label of
3665 (barrier_align, branch_dest): New function.
3666 (machine_dependent_reorg, split_branches): Remove infrastructure
3667 for branch shortening that is now provided in the backend.
3668 * sh.md (short_cbranch_p, med_branch_p, med_cbranch_p): New attributes.
3669 (braf_branch_p, braf_cbranch_p): Likewise.
3670 (attribute length): Use new attributes.
3671 (casesi_worker): Get mode and unsignednedd from ADDR_DIFF_VEC.
3672 (addr_diff_vec_adjust): Delete.
3673 (align_2): Now a define_expand.
3674 (align_log): Now length 0.
3676 Fri Mar 6 14:41:33 1998 Michael Meissner <meissner@cygnus.com>
3678 * m32r.md (right): Correctly check for length == 2, not 1.
3680 Fri Mar 6 14:00:04 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3682 * mips/mips.h: Prototype `machine_dependent_reorg'.
3683 (ASM_OUTPUT_ALIGN): Remove unused variable `mask'.
3685 Fri Mar 6 11:43:35 1998 Joern Rennecke (amylaar@cygnus.co.uk)
3687 * final.c (shorten_branches): Restore accidentally removed code.
3689 Fri Mar 6 11:00:49 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3691 * configure.in: Remove duplicate uses of AC_PROG_CC and
3694 Fri Mar 6 00:59:30 1998 Richard Henderson <rth@cygnus.com>
3696 * configure.in (target_cpu_default2): Correct typo for alphapca56.
3698 Thu Mar 5 23:24:50 1998 Jeffrey A Law (law@cygnus.com)
3699 Doug Evans (devans@cygnus.com)
3701 * haifa-sched.c (build_jmp_edges): Delete dead function.
3702 (build_control_flow): Use cfg routines from flow.c
3703 (schedule_insns): Remove debugging code accidentally checked
3706 * basic-block.h: Add external integer list structures, typdefs,
3707 accessor macros and function declarations. Simlarly for
3708 basic block pred/succ support and simple bitmap stuff.
3709 * flow.c: Add functions for integer list, basic block pred/succ
3710 support and simple bitmap support.
3711 (compute_dominators): New function to compute dominators and
3713 (find_basic_blocks): Split into two functions.
3714 (life_analysis): Likewise.
3715 (flow_analysis): Removed. Now handled by calling find_basic_blocks,
3716 the life_analysis from toplev.c
3717 * toplev.c (rest_of_compilation): Call find_basic_blocks, then
3718 life_analysis instead of flow_analysis.
3720 Thu Mar 5 23:06:26 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3722 * jump.c (jump_optimize): Call mark_jump_label also for deleted
3724 (mark_jump_label): Don't increment ref counts for deleted insns.
3726 Thu Mar 5 09:55:15 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3728 * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
3730 * mips/mips.c: Include stdlib.h and unistd.h.
3731 (mips_asm_file_end): Add braces around empty body in an if-statement.
3732 (function_prologue): Wrap variable `fnname' in
3733 !FUNCTION_NAME_ALREADY_DECLARED. Correct format specifier in fprintf.
3734 (mips_select_rtx_section, mips_select_section): Declare as void.
3736 * mips/mips.h: Add prototypes for extern functions in mips.c.
3737 (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
3738 (ENCODE_SECTION_INFO): Add braces around empty body in an
3741 * mips/mips.md (movdi): Add parentheses around && within ||.
3742 (movsf, movdf): Likewise.
3743 (branch_zero, branch_zero_di): Add default case in
3747 Thu Mar 5 02:45:48 1998 Richard Henderson <rth@cygnus.com>
3749 * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
3750 real constants, since they can't be changed.
3751 (TARGET_AS_CAN_SUBTRACT_LABELS): New.
3752 * alpha/alpha.md (builtin_setjmp_receiver): Use it.
3753 * alpha/osf.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
3754 * alpha/osf2or3.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
3755 * alpha/vms.h (TARGET_OPEN_VMS): New.
3756 * alpha/win-nt.h (TARGET_WINDOWS_NT): New.
3758 Thu Mar 5 02:41:27 1998 Richard Henderson <rth@cygnus.com>
3760 * reload.c (find_reloads): Always force (subreg (mem)) to be
3761 reloaded if WORD_REGISTER_OPERATIONS.
3763 Thu Mar 5 02:14:44 1998 Richard Henderson <rth@cygnus.com>
3765 * haifa-sched.c (free_list): Rename from free_pnd_lst.
3766 (free_pending_lists): Rename free_pnd_lst uses.
3767 (remove_dependence): Place expunged element on unused_insn_list.
3768 (alloc_INSN_LIST, alloc_EXPR_LIST): New. Change all callers of
3769 gen_rtx_*_LIST and alloc_rtx to use them.
3770 (compute_block_backward_dependences): Free the reg_last_* lists.
3772 Thu Mar 5 00:05:40 1998 Jeffrey A Law (law@cygnus.com)
3774 * cccp.c (main): Avoid undefined behavior when setting pend_includes
3777 Wed Mar 4 21:58:25 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
3779 * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if
3780 USE_GNULIBC_1 is defined
3781 * configure.in: add a new case powerpc-*-linux-gnulibc1 which
3782 includes the t-linux-gnulibc1 fragment
3784 Wed Mar 4 12:11:36 1998 Jim Wilson <wilson@cygnus.com>
3786 * mips.md (movdf_internal1a): Fix misplaced parenthesis in condition.
3788 Wed Mar 4 18:47:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3790 * final.c (final_scan_insn, case CODE_LABEL: Cleanup.
3792 Wed Mar 4 15:51:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3794 * final.c (shorten_branches): Tag the loop alignment onto the
3795 first label after NOTE_INSN_LOOP_BEG even if there is an
3798 Tue Mar 3 21:48:35 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3800 * final.c (insn_current_reference_address):
3801 Use SEQ instead of BRANCH as argument to align_fuzz, to get a
3802 proper alignment chain.
3804 * final.c (max_labelno): New static variable.
3805 (final_scan_insn): Check max_labelno before outputting an
3806 alignment for a label.
3807 (shorten_branches): Remove unused variable length_align.
3809 Tue Mar 3 14:27:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3811 * sparc.c (ultrasparc_adjust_cost): Add default case in
3814 * sparc.h: Add prototypes for extern functions defined in
3817 Tue Mar 3 10:00:11 1998 Nick Clifton <nickc@cygnus.com>
3819 * toplev.c: Only generate <name>.dbr file when dumping RTL if
3820 DEALY_SLOTS is defined.
3822 Tue Mar 3 07:36:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
3824 * reorg.c (fill_eager_delay_slots): Add new argument delay_list
3825 in call to fill_slots_from_thread.
3827 Mon Mar 2 13:45:03 1998 Richard Henderson <rth@cygnus.com>
3829 * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
3830 to SUB_CPP_PREDEFINES. Reported by asun@saul4.u.washington.edu.
3832 Mon Mar 2 22:59:28 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3834 * final.c (insn_last_address, insn_current_align, uid_align):
3836 (in_align_chain, align_fuzz, align_shrink_fuzz): New functions.
3837 (insn_current_reference_address): Likewise.
3838 (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
3839 LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
3840 (label_to_alignment): New function.
3841 * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
3842 LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
3843 insn_current_reference_address instead of insn_current_address.
3844 (or_attr_value, write_length_unit_log): New functions.
3845 (main): Call write_length_unit_log.
3846 (write_const_num_delay_slots): Output extra '\n'.
3847 * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
3849 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
3850 * i386.h, i386/osfrose.h, i386/svr3dbx.h, m68k.h, sparc.h: Likewise.
3851 * arc.h, m32r.h (ASM_OUTPUT_LOOP_ALIGN): replace with:
3853 * i960.h, m88k.h: (ASM_OUTPUT_ALIGN_CODE): Replace with:
3854 (LABEL_ALIGN_AFTER_BARRIER).
3855 * ns32k/encore.h, ns32k/merlin.h, ns32k.h, ns32k/sequent.h: Likewise.
3856 * ns32k/tek6000.h: Likewise.
3857 * i386/gas.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Delete.
3858 * i386.md (casesi+1): Use ASM_OUTPUT_ALIGN instead of
3859 ASM_OUTPUT_ALIGN_CODE.
3861 Mon Mar 2 01:05:50 PST 1998 Jeff Law (law@cygnus.com)
3863 * version.c: Bump for snapshot.
3865 Mon Mar 2 00:52:18 PST 1998 Jeff Law (law@cygnus.com)
3867 * version.c: Bump for snapshot.
3869 Sun Mar 1 18:25:49 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
3871 * reorg.c (fill_slots_from_thread): Don't steal delay list from target
3872 if condition code of jump conflicts with opposite_needed.
3874 * reorg.c (fill_slots_from_thread): Mark resources referenced in
3875 opposite_needed thread. Return delay_list even when cannot get
3876 any more delay insns from end of subroutine.
3878 Sun Mar 1 18:26:21 1998 Ken Rose (rose@acm.org)
3880 * reorg.c (fill_slots_from_thread): New parameter, delay_list.
3881 All callers changed.
3883 Sun Mar 1 18:25:37 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
3885 * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
3886 end_fde_sort): New functions for fast sorting of an FDE array.
3887 (fde_insert): Simplified.
3888 (add_fdes): Change argument list.
3889 (frame_init): Use the new functions.
3891 Sun Mar 1 18:06:21 1998 Jeffrey A Law (law@cygnus.com)
3893 * ginclude/va-ppc.h (va_arg): Fix typo in long long support.
3895 * i386.c (reg_mentioned_in_mem): Fix dangling else statement.
3897 * fold-const.c (fold_range_test): Always return a value.
3899 Sun Mar 1 17:57:34 1998 Mumit Khan <khan@xraylith.wisc.edu>
3901 * config/i386/winnt.c (i386_pe_unique_section): Put read-only
3902 data in the text section unless READONLY_DATA_SECTION is defined.
3904 Sun Mar 1 17:48:46 1998 Jeffrey A Law (law@cygnus.com)
3906 * c-parse.in (undeclared variable error): Tweak error message to
3909 Sun Mar 1 10:22:36 PST 1998 Jeff Law (law@cygnus.com)
3911 * version.c: Bump for snapshot.
3913 1998-02-28 Mark Mitchell <mmitchell@usa.net>
3915 * final.c (final_scan_insn): Undo overzealous removal of `set'.
3917 Sat Feb 28 07:54:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3919 * pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated
3920 case, add parentheses to specify the proper order of precedence in
3924 * c-aux-info.c: Include string.h/strings.h.
3926 * pa.c: Include stdlib.h.
3927 (pa_combine_instructions): Prototype the function.
3928 (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
3929 (reloc_needed): Add default case for enumeration switch.
3930 (remove_useless_addtr_insns): Remove unused variable `all'.
3931 (hppa_expand_prologue): Add explicit braces to avoid
3933 (output_function_epilogue): Remove unused variable `i'.
3934 (output_millicode_call): Remove unused variable `link'.
3935 (shadd_constant_p, forward_branch_p): Make the function static.
3936 (following_call): Explicitly declare to return int.
3937 (pa_reorg): Declare as void.
3938 (pa_combine_instructions): Declare as static void. Add
3939 parentheses around && within ||.
3941 * pa.h: Add prototypes for pa_reorg, symbolic_operand,
3942 following_call, function_label_operand, lhs_lshift_cint_operand
3945 * pa.md: Add parentheses around && within ||.
3947 * cppalloc.c: Include stdlib.h.
3949 * cpperror.c (cpp_print_containing_files): Remove unused variable
3950 `i'. Fix format specifier in fprintf.
3952 * cse.c (cse_around_loop): Add explicit braces to avoid
3954 (delete_dead_from_cse): Wrap variable `tem' in macro HAVE_cc0.
3956 * expr.c (expand_expr): Add parentheses around && within ||.
3958 * final.c (app_enable): Replace fprintf with fputs where there are
3959 no format specifiers and no trailing argument after the string.
3960 Eg, when printing ASM_APP_ON/ASM_APP_OFF.
3961 (app_disable): Likewise.
3962 (final_end_function): Likewise.
3963 (final_scan_insn): Likewise. Remove unused variable `set'.
3964 (profile_function): Wrap empty if-statement body in {} brackets.
3966 * function.c: Include stdlib.h.
3967 (pad_below): Wrap prototype and definition in ARGS_GROW_DOWNWARD.
3968 (reposition_prologue_and_epilogue_notes): Add parentheses
3969 around assignment used as truth value.
3971 * integrate.c (expand_inline_function): Wrap variable
3972 `cc0_insn' in macro HAVE_cc0.
3974 * jump.c (jump_optimize): Wrap variable `q' in macro
3975 HAVE_cc0. Remove unused variable `prev1'.
3977 * libgcc2.c (__bb_exit_trace_func): Add parentheses around &&
3978 within ||. Fix format specifier in fprintf.
3979 (__bb_init_prg): Add parentheses around assignment used as
3982 * local-alloc.c: Include stdlib.h.
3983 (requires_inout): Add parentheses around assignment used
3986 * loop.c (analyze_loop_iterations): Wrap prototype and definition
3987 in macro HAVE_decrement_and_branch_on_count.
3988 (insert_bct, instrument_loop_bct): Likewise.
3989 (move_movables): Add parentheses around assignment used as
3991 (consec_sets_invariant_p): Likewise.
3992 (maybe_eliminate_biv_1): Wrap variable `new' in macro HAVE_cc0.
3994 * objc/objc-act.c: Include stdlib.h.
3995 (lookup_method_in_protocol_list): Wrap empty else-statement body
3997 (lookup_protocol_in_reflist): Likewise.
3998 (objc_add_static_instance): Remove unused variables `decl_expr'
4000 (get_objc_string_decl): Remove unused variable `decl'.
4001 (generate_static_references): Remove unused variables `idecl' and
4003 (check_protocols): Wrap empty else-statement body in braces.
4005 * protoize.c: Include stdlib.h.
4006 (substr): Add parentheses around assignment used as truth value.
4007 (abspath): Likewise.
4008 (shortpath): Likewise.
4010 * regmove.c (fixup_match_1): Add parentheses around assignment
4011 used as truth value.
4013 * reload.c (push_secondary_reload): Remove unused variable `i'.
4014 (find_reloads): Add parentheses around assignment used as truth
4017 * reload1.c: Include stdlib.h.
4019 * rtl.h: Correct typo in prototype of offsettable_memref_p.
4021 * stmt.c (add_case_node): Add parentheses around assignment used
4023 (case_tree2list): Likewise.
4025 * tree.c (valid_machine_attribute): Wrap variable `decl_attr_list'
4026 in macro VALID_MACHINE_DECL_ATTRIBUTE. Wrap variable
4027 `type_attr_list' in macro VALID_MACHINE_TYPE_ATTRIBUTE.
4028 (merge_attributes): Add explicit braces to avoid ambiguous
4031 * unroll.c (copy_loop_body): Wrap variable `cc0_insn' in
4034 * varasm.c: Include stdlib.h.
4037 * system.h: Remove sys/stat.h.
4038 * gcc.c: Add sys/stat.h.
4040 * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.
4041 * genattrtab.c: Likewise.
4042 * genconfig.c: Likewise.
4043 * genemit.c: Likewise.
4044 * genextract.c: Likewise.
4045 * genflags.c: Likewise.
4046 * genopinit.c: Likewise.
4047 * genoutput.c: Likewise.
4048 * genpeep.c: Likewise.
4049 * genrecog.c: Likewise.
4050 * tlink.c: Likewise. Also wrap `getenv' in NEED_DECLARATION_GETENV.
4052 Fri Feb 27 11:02:47 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4054 * invoke.texi: Use @itemx for a secondary item in a @table.
4056 * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE
4059 Thu Feb 26 00:13:21 1998 Ian Lance Taylor <ian@cygnus.com>
4061 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
4063 Wed Feb 25 23:40:54 1998 Jeffrey A Law (law@cygnus.com)
4065 * i386.c (struct machine_function): Add new fields for PIC stuff.
4066 (save_386_machine_status): Fix argument to xmalloc. Save pic_label_rtx
4068 (restore_386_machine_status): Corresponding changes.
4069 (clear_386_stack_locals): Also clear pic_label_rtx and pic_label_name.
4071 Wed Feb 25 01:31:40 1998 Jeffrey A Law (law@cygnus.com)
4073 * c-parse.y (undeclared variable error): Tweak error message
4076 Tue Feb 24 23:54:07 1998 Richard Henderson <rth@cygnus.com>
4078 * flags.h (g_switch_value, g_switch_set): Declare.
4079 * alpha.c (override_options): Set g_switch_value=8 if not set.
4080 * alpha/elf.h (CC1_SPEC): New.
4082 (LINK_SPEC): Pass along the -G value we were given.
4083 (LOCAL_ASM_OP): Remove.
4084 (ASM_OUTPUT_ALIGNED_LOCAL): Output to .bss or .sbss by size.
4085 (MAX_OFILE_ALIGNMENT): New.
4086 (BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP): New.
4087 (EXTRA_SECTIONS): Add sbss and sdata.
4088 (SECTION_FUNCTION_TEMPLATE): New.
4089 (EXTRA_SECTION_FUNCTIONS): Use it.
4090 (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
4091 (SELECT_SECTION): Use sdata when small enough.
4092 * alpha/linux.h (ASM_SPEC): Remove.
4095 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
4096 * config.sub (sco5): Fix typo.
4098 Mon Feb 23 18:19:31 1998 Manfred Hollstein <manfred@s-direktnet.de>
4100 * config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
4102 * config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
4103 * config/alpha/t-linux: Remove file.
4104 * config/sparc/t-linux: Remove file.
4105 * config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
4106 * config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
4107 * configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
4109 (alpha*-*-linux-gnu*): Likewise.
4110 (sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
4111 (sparc-*-linux-gnu*): Likewise.
4113 Mon Feb 23 10:47:39 1998 Robert Lipe <robertl@dgii.com>
4114 * collect2.c (ldd_file_name): Bracket declaration with same
4116 (full_real_ld_suffix): Deleted. Variable was calloced and
4117 written into, but never read.
4119 1998-02-23 Mike Stump <mrs@wrs.com>
4121 * configure.in: Add support for i386-wrs-vxworks configuration.
4122 * i386/vxi386.h: New file.
4124 Sun Feb 22 21:16:51 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
4126 * tree.c (contains_placeholder_p): Ensure function always returns
4128 * sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
4129 (movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
4131 Sun Feb 22 20:58:19 1998 Jeffrey A Law (law@cygnus.com)
4133 * vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
4135 1998-02-22 Paul Eggert <eggert@twinsun.com>
4137 * config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
4138 Define this new symbol.
4139 (DWARF2_DEBUGGING_INFO, DWARF_DEBUGGING_INFO): Do not #undef.
4140 * toplev.c (main): Do not default to DWARF2_DEBUG with -ggdb if
4141 LINKER_DOES_NOT_WORK_WITH_DWARF2 is defined.
4143 Sun Feb 22 20:07:32 1998 Jim Wilson <wilson@cygnus.com>
4145 * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
4146 * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
4148 Sun Feb 22 15:29:48 1998 Richard Henderson <rth@cygnus.com>
4150 * objc/Object.m (-error): Call objc_verror with our va_list.
4152 Sun Feb 22 09:45:39 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4154 * collect2.c (scan_prog_file): Completely cover uses of variable
4155 `exports' with macro COLLECT_EXPORT_LIST.
4157 Sat Feb 21 20:36:23 1998 Jeff Law (law@cygnus.com)
4159 * version.c: Bump for snapshot.
4161 Fri Feb 20 16:22:13 1998 Michael Meissner <meissner@cygnus.com>
4163 * sched.c (schedule_block): Remove code to get arguments from hard
4164 regs into pseudos early. Same as Aug 25, 1997 change to
4167 1998-02-20 Jason Merrill <jason@yorick.cygnus.com>
4169 * collect2.c (main): Still handle !do_collecting for non-AIX targets.
4171 1998-02-16 Mark Mitchell <mmitchell@usa.net>
4173 * toplev.c (rest_of_compilation): Do not defer the output of a
4176 Fri Feb 20 10:39:47 1998 Michael Tiemann <michael@impact.tiemann.org>
4178 * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
4179 continuation character (line 243).
4181 Fri Feb 20 12:10:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4183 * genrecog.c (main): Remove duplicated sentence in emitted comment.
4185 Thu Feb 19 22:36:53 1998 Andrey Slepuhin <pooh@msu.net>
4186 David Edelsohn <edelsohn@mhpcc.edu>
4188 * collect2.c (XCOFF_SCAN_LIBS): Remove.
4189 (export_flag): New variable.
4190 (export_file): #ifdef COLLECT_EXPORT_LIST.
4191 (import_file, exports, imports, undefined): New variables.
4192 (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
4193 (dump_list, dump_prefix_list, is_in_list): New functions.
4194 (write_export_file): $ifdef COLLECT_EXPORT_LIST.
4195 (write_import_file, resolve_lib_name): New functions.
4196 (use_import_list, ignore_library): Same.
4197 (collect_exit): maybe_unlink import_file and #ifdef.
4199 (main): New variable importf, #ifdef exportf. Move parsing of
4200 -shared before general argument parsing. Resolve AIX library
4201 paths and import libgcc.a symbols. Treat .so shared libraries the
4202 same as objects and .a libraries. Create alias for object_lst and
4203 increment it instead of original pointer. Scan AIX libraries as
4204 objects earlier instead of using scan_libraries. Perform AIX
4205 tlink later to resolve templates instead of forking ld.
4206 (GCC_OK_SYMBOL): Ensure symbol not in undef section.
4207 (GCC_UNDEF_SYMBOL): New macro.
4208 (scan_prog_file): Loop for members of AIX libraries. Handle
4209 export/import of ctors/dtors.
4210 (aix_std_libs): New variable.
4211 (scan_libraries, XCOFF): Delete.
4213 Thu Feb 19 22:36:52 1998 Robert Lipe <robertl@dgii.com>
4215 * collect2.c (full_real_ld_suffix): #ifdef CROSS_COMPILE.
4217 1998-02-19 Mike Stump <mrs@wrs.com>
4219 * Makefile.in: Use $tooldir for sys-include to match toplevel
4222 Thu Feb 19 01:32:37 1998 Jeffrey A Law (law@cygnus.com)
4223 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4225 * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
4227 * emit-rtl.c (hard-reg-set.h): Include.
4228 (get_lowpart_common): Don't make new REG for hard reg in a
4229 class that cannot change size.
4230 * Makefile.in (emit-rtl.o): Depend on hard-reg-set.h.
4232 * combine.c: Revert previous patch.
4234 1998-02-19 Paul Eggert <eggert@twinsun.com>
4236 * config/sparc/sol2-sld.h: New file.
4237 * configure.in (sparc-*-solaris2*): Use it when using the
4240 Thu Feb 19 00:46:59 1998 Jeffrey A Law (law@cygnus.com)
4242 * loop.c (force_movables): Fix typo.
4244 Thu Feb 19 08:26:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
4246 * m88k.h: Change file pattern to match reality.
4248 Wed Feb 18 23:19:52 1998 Jeffrey A Law (law@cygnus.com)
4250 * varasm.c (output_constant_pool): Fix dumb thinko in last
4253 * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
4254 a function name to a section name.
4256 1998-02-18 Doug Evans <devans@cygnus.com>
4258 * tree.h (merge_machine_{type,decl}_attributes): Declare.
4259 (split_specs_attrs, strip_attrs): Add prototypes.
4260 * tree.c (merge_machine_{type,decl}_attributes): New functions.
4261 * c-decl.c (duplicate_decls): Call merge_machine_decl_attributes.
4262 Update olddecl's attributes too.
4263 * c-common.c (strip_attrs): New function.
4264 * c-typeck.c (common_type): Call merge_machine_type_attributes.
4265 * varasm.c (make_function_rtl): New target macro REDO_SECTION_INFO_P.
4266 (make_decl_rtl): Likewise.
4268 1998-02-18 Jim Wilson <wilson@cygnus.com>
4270 * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
4272 Wed Feb 18 09:09:50 1998 Jeffrey A Law (law@cygnus.com)
4274 Remove this change until we can fix it correctly.
4275 * collect2.c: Bracket declaration of 'exportf' and
4276 'full_real_ld_suffix'.
4278 Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4280 * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
4282 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4284 * c-common.c (c_expand_start_cond, c_expand_end_cond,
4285 c_expand_start_else): Don't warn about non-ambiguous else even if
4288 Tue Feb 17 23:56:50 1998 Robert Lipe <robertl@dgii.com>
4290 * sco5.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
4291 ASM_OUTPUT_LONG_DOUBLE): Delete. Use the ones from i386.h
4294 Tue Feb 17 22:56:14 1998 Richard Henderson <rth@cygnus.com>
4296 * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when
4297 simplifying a subreg of a hard reg.
4298 (expand_compound_operation): Likewise.
4299 (force_to_mode): Likewise.
4301 Tue Feb 17 22:37:22 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4303 * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
4304 (lshift_double): Add parentheses around + or - inside shift.
4305 (rshift_double): Likewise.
4306 (size_int_wide): Explicitly set type of `bit_p' to `int'.
4308 * Makefile.in (fold-const.o): Depend on system.h.
4310 * Makefile.in (gcc.o): Depend on system.h, in accordance with last
4313 * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
4314 (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
4315 (sched_note_set): Remove unused parameter `b', all callers changed.
4316 (schedule_block): Likewise for `rgn'.
4317 (split_hard_reg_notes): Likewise for `orig_insn'.
4318 (check_live): Likewise for `trg'.
4319 (update_live): Likewise.
4320 (check_live_1): Explcitly declare variable `i' as int.
4321 (update_live_1): Likewise.
4322 (insn_issue_delay): Remove unused variable `link'.
4323 (sched_analyze_2): Add default case in enumeration switch.
4324 (schedule_insns): Remove unused variable `i'.
4326 * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
4328 Tue Feb 17 22:31:04 1998 Jeffrey A Law (law@cygnus.com)
4330 * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
4331 a dangling else clause.
4333 Tue Feb 17 21:28:12 1998 Gavin Koch <gavin@cygnus.com>
4335 * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
4336 pointer for the stack pointer in MIPS16 and 64BIT.
4338 Tue Feb 17 21:17:30 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
4340 * rtl.h (force_line_numbers, restore_line_number_status): Declare.
4341 * emit-rtl.c (force_line_numbers, restore_line_number_status):
4343 * stmt.c (struct nesting): Replace seenlabel with line_number_status.
4344 (expand_start_case): Adjust to this change.
4345 (check_seenlabel): New function.
4346 (pushcase, pushcase_range, expand_endcase): Use it.
4348 Tue Feb 17 10:14:32 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4350 * i386.md (adddi3): Add =!r,0,0,X alternative.
4352 Mon Feb 16 16:13:43 1998 David Edelsohn <edelsohn@mhpcc.edu>
4354 * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
4355 * x-aix31 (INSTALL): Delete.
4357 Mon Feb 16 09:24:32 1998 Gavin Koch <gavin@cygnus.com>
4359 * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
4360 tsize changes to something other than zero.
4362 Mon Feb 16 09:11:48 1998 Gavin Koch <gavin@cygnus.com>
4364 * ginclude/va-mips.h: Replace casts of pointers to int with
4365 casts of pointers to __PTRDIFF_TYPE__.
4367 Mon Feb 16 08:17:14 1998 John Carr <jfc@mit.edu>
4369 * loop.c (strength_reduce, record_biv, record_giv): Use
4370 HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
4372 1998-02-16 Jason Merrill <jason@yorick.cygnus.com>
4374 * tree.c (first_rtl_op): New fn.
4375 (unsave_expr_now): Use it.
4376 * print-tree.c (print_node): Likewise.
4377 * tree.c (has_cleanups): New fn.
4378 * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it. Be more
4379 conservative about pushing the cleanup point down.
4380 * tree.h: Declare them.
4382 Sun Feb 15 23:28:44 1998 Jeffrey A Law (law@cygnus.com)
4384 * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
4385 (flag_schedule_reverse_after_reload): Likewise.
4386 (f_options): Remove reverse scheduling support.
4387 * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
4388 (flag_schedule_reverse_after_reload): Likewise.
4389 * haifa-sched.c (rank_for_schedule): Remove support for reverse
4392 Sun Feb 15 21:33:55 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4394 * gcc.c: Get system includes, prototypes and macros via "system.h"
4395 instead of doing it manually. Change all calls of the ctype
4396 macros to custom versions defined in "system.h".
4398 * system.h: Fix return type of bcmp prototype from `void' to `int'.
4399 Make bcopy, bcmp and bzero prototypes explicitly `extern'.
4400 Add a prototype for getenv.
4402 Sun Feb 15 17:05:41 1998 Jim Wilson <wilson@cygnus.com>
4404 * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
4406 Sun Feb 15 15:23:15 1998 John Carr <jfc@mit.edu>
4408 * alias.c: Include <stdlib.h> and <string.h>.
4409 (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
4411 Sat Feb 14 11:23:09 PST 1998 Jeff Law (law@cygnus.com)
4413 * version.c: Bump for snapshot.
4415 Sat Feb 14 05:08:21 1998 Richard Earnshaw (rearnsha@arm.com)
4417 * arm.md (movsfcc): Also validate operands[3] when compiling hard
4419 (movdfcc): Only accept fpu_add_operand for operands[3].
4421 * arm/t-semi (STMP_FIXPROTO): Define to nothing.
4422 * arm/t-semiaof (STMP_FIXPROTO): Likewise.
4424 Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com)
4426 * varasm.c (output_constant_pool): Bring back 'done' label inside
4427 an appropriate #ifdef.
4429 * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an
4431 (bitmap_copy, bitmap_operation): Likewise.
4432 * combine.c (combinable_i3pat): Similarly for 'src'.
4433 * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
4434 (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
4435 * regclass.c (copy_cost): Similarly for 'secondary_class'.
4436 * reload.c (make_memloc): Simliarly for 'i'.
4437 (find_reloads_address_1): Similarly for 'link'.
4438 * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
4439 (emit_reload_insns): Similarly for 'second_reloadreg'.
4440 * unroll.c (iteration_info): Similarly for 'v'.
4442 * caller-save.c (insert_save_restore): Remove unused variable 'i'.
4443 * calls.c (expand_call): Similarly for 'i'.
4444 (emit_library_call, emit_library_call_value): Similarly for 'mode'.
4445 * fold-const.c (strip_compund_expr): Similarly for 'type'.
4446 * function.c (fixup_var_refs_1): Similarly for 'width'.
4447 (fixup_memory_subreg): Similarly for 'saved'.
4448 (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
4449 (setjmp_protect): Similarly for 'sub'.
4450 (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
4451 * loop.c (record_giv): Similarly for 'p'.
4452 (combine_givs): Similarly for 'temp_iv'.
4453 (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
4454 * recog.c (validate_replace_rtx_1): Similarly for 'width'.
4455 * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
4456 * unroll.c (unroll_loop): Similarly for 'copy'.
4457 (iteration_info): Similarly for 'b'.
4458 * varasm.c (assemble_string): Similarly for 'i'.
4459 * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
4461 1998-02-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
4463 * c-lang.c (lang_print_xnode): New function.
4464 * objc/objc-act.c (lang_print_xnode): Likewise.
4465 * print-tree.c (print_node): Call it
4467 Fri Feb 13 14:38:34 1998 Jim Wilson <wilson@cygnus.com>
4469 * dwarf2out.c (decl_scope_node): New type.
4470 (decl_scope_table): Change type to use it.
4471 (decl_scope_table_allocated, decl_scope_depth): Change type to int.
4472 (push_decl_scope): Use new type. New locals containing_scope, i.
4473 Add code to handle setting previous field.
4474 (scope_die_for): Change type of local i to int. Add code to use
4476 (dwarf2out_init): Use new type.
4478 1998-02-13 Jason Merrill <jason@yorick.cygnus.com>
4480 * except.c (emit_throw): Lose throw_used.
4482 Fri Feb 13 20:36:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4484 * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
4486 * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
4488 Fri Feb 13 12:18:40 1998 Jeffrey A Law (law@cygnus.com)
4490 * genextract.c (main): Fix typo.
4492 Fri Feb 13 08:41:49 1998 Robert Lipe <robertl@dgii.com>
4494 * c-lang.c (finish_file): Bracket declaration of static_ctors,
4497 * calls.c (expand_call): Bracket declaration of 'rtx_before_call',
4498 'old_stack_arg_under_construction'
4499 (emit_library_call): Bracket declaration of 'upper_bound',
4500 'lower_bound', 'i', 'reg_parm_stack_space'
4501 (emit_library_call_value): Likewise.
4504 * collect2.c: include <unistd.h> when appropriate.
4505 Bracket declaration of 'exportf' and 'full_real_ld_suffix'.
4507 * emit-rtl.c (prev_cc0_setter): Remove unused variable 'link'.
4509 * explow.c (plus_constant_for_output_wide): Remove unused variable
4511 (memory_address): Remove unused variable 'orig_x'.
4513 * genattrtab.c (make_canonical): Remove unreferenced label 'cond:'.
4514 (write_const_num_delay_slots): Remove unused variable 'i'.
4516 * genopinit.c (main): Remove unused variables 'dummy', 'insn_ptr'.
4517 (gen_insn): Remove unused variable 'obstack_ptr'.
4519 * libgcc2.c (__bb_exit_func): Remove unused variables 'ret',
4521 (__bb_exit_trace_func): Remove unused variable 'e'.
4523 * optabs.c (expand_binop): remove unused variables 'lhs', 'rhs',
4525 (expand_unop): Remove unused variable 'funexp'.
4526 (expand_complex_abs): Remove unused variable 'funexp'.
4527 (init_optabs): Bracket declaration of 'j'.
4528 (init_complex_libfuncs): Deleted. Dead static function.
4530 * profile.c (branch_prob): Remove unused variables 'insn', 'dest'.
4532 * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
4533 (reg_to_stack): 'initialized', 'before_function_beg'
4534 explictly type as ints instead of defaulting.
4535 (emit_swap_insn): Remove unused variable 'i2'.
4536 (compare_for_stack_reg): Remove unused variable 'src_note'.
4538 * rtlanal.c (computed_jump_p): Remove unused variable 'computed_jump'.
4540 * sched.c (actual_hazard): Bracket declaration of 'this_cost'.
4542 * stmt.c (add_case_node): Add parens for assignment used as truth.
4543 (all_cases_count): Remove unused variable 'count_high'.
4544 (mark_seen_cases): Remove unused variable 'i'.
4545 (check_for_full_enumeration_handling): Remove unused variable 't'.
4546 Bracket declaration of 'all_values', 'l'.
4548 * tlink.c: Include <stdlib.h>, <unistd.h>, <string.h>/<strings.h>.
4550 * varasm.c (assemble_string): Remove unused variable 'i'.
4551 (immed_double_const): Remove unused variable 'in_current_obstack'.
4552 (immed_real_const_1): Likewise.
4553 (output_constant_pool): Remove unreferenced label 'done'.
4554 (output_constant): Remove unused variable 'x'.
4556 * i386/i386.h (ENCODE_SECTION_INFO): TREE_PUBLIC is an int, not
4559 * i386/sco5.h (ASM_OUTPUT_ASCII): Add parens for assignment used
4562 Fri Feb 13 10:21:41 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4564 * combine.c (can_combine_p): Handle USEs in PARALLELs.
4566 Fri Feb 13 01:34:14 1998 H.J. Lu (hjl@gnu.org)
4568 * config/linux.h (LIB_SPEC): Add -lc for -shared if
4569 USE_GNULIBC_1 is not defined.
4570 * config/sparc/linux.h; Ditto.
4572 * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared.
4574 * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if
4575 USE_GNULIBC_1 is not defined.
4577 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4579 * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
4582 Fri Feb 13 01:23:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4584 * system.h: New file to get common systems includes and various
4585 definitions and declarations based on autoconf macros.
4587 Fri Feb 13 00:46:19 1998 Jeffrey A Law (law@cygnus.com)
4589 * cccp.c (new_include_prefix): Correctly handle -I./.
4591 Thu Feb 12 20:16:35 1998 Michael Meissner <meissner@cygnus.com>
4593 * rs6000.md: Replace gen_rtx (CONST_INT,...) with GEN_INT.
4595 Thu Feb 12 16:45:17 1998 Robert Lipe <robertl@dgii.com>
4597 * expr.c (expand_assignment): Correct typo exposed by -Wall.
4598 offset should have been a truth value, not an assignment.
4600 Thu Feb 12 15:26:50 1998 Jeffrey A Law (law@cygnus.com)
4602 * cse.c (delete_dead_from_cse): If a libcall produces a constant
4603 result and that result can be substituted into SET_SRC of the
4604 insn with the REG_RETVAL note, then perform the substitution
4605 and delete the libcall.
4607 Thu Feb 12 14:04:09 1998 Gavin Koch <gavin@cygnus.com>
4609 * mips.md (trucndihi2,truncdiqi2): Change these to support
4612 Thu Feb 12 11:34:55 1998 Gavin Koch <gavin@cygnus.com>
4614 * mips/mips.c (movdi_operand): Direct referances to symbols
4615 that arn't mips16 consts in mips16 mode arn't valid operands.
4617 * mips/mips.c (mips_move_2words): Add gprel handling.
4619 Thu Feb 12 11:18:37 1998 Gavin Koch <gavin@cygnus.com>
4621 * mips.md (extendsidi2): Allow extension to/from a non-mips16
4624 Thu Feb 12 00:04:16 1998 Marc Lehmann <pcg@goof.com>
4626 * i386.c: Conditionally include <stdlib.h>, <string.h>, and
4629 Wed Feb 11 11:43:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4631 * Makefile.in (WARN_CFLAGS): New variable.
4632 (bootstrap, bootstrap2, bootstrap3, bootstrap4): Use it.
4634 1998-02-11 Mark Mitchell <mmitchell@usa.net>
4636 * config/i386/i386.c (reg_mentioned_in_mem): Don't abort when
4637 falling through default case in switch.
4638 (i386_aligned_p): Likewise.
4640 Wed Feb 11 12:59:56 1998 Lee Iverson <leei@Canada.AI.SRI.COM>
4642 * mips/mips.h (mips_abi_string): Correct typo in comment.
4644 Wed Feb 11 08:29:56 1998 Gavin Koch <gavin@cygnus.com>
4646 * mips/mips.md (movdi): These PLUS's need to be Pmode.
4648 Wed Feb 11 01:47:54 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4650 * Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
4651 reorg.o, regmove.o): Depend on insn-codes.h, it gets included
4652 indirectly via expr.h.
4654 Wed Feb 11 01:44:13 1998 Richard Henderson <rth@cygnus.com>
4656 * stor-layout.c (layout_type): Do upper - lower in the native type,
4657 so as to properly handle negative indices.
4659 Wed Feb 11 01:35:55 1998 Robert Lipe <robertl@dgii.com>
4661 * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
4662 (expand_eh_region_start_tree): Remove unused variable 'note'.
4663 (exception_optimize): Remove unused variable 'regions'.
4664 (expand_builtin_eh_stub): Remove unused variable 'temp'.
4665 (copy_eh_entry): Deleted. Dead function.
4667 * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
4668 'last' with same #if HAVE_load_multiple as use of it.
4669 (move_block_from_reg): Likewise.
4670 (emit_move_insn_1): Remove unused variable 'insns'.
4671 (store_constructor): Bracket declaration of startb, endb with
4672 #if TARGET_MEMFUNCTIONS. Remove unused variables 'set_word_size'
4673 'target', and 'xtarget'.
4674 (expand_builtin_setjmp): Remove unused variables 'op0',
4675 'next_arg_reg', 'old_inhibit_defer_pop'.
4676 (expand_builtin): Remove unused variable 'offset'.
4677 (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
4678 (emit_queue): Add parens for assignment used as conditional.
4679 (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.
4681 Wed Feb 11 01:30:49 1998 Marc Lehmann <pcg@goof.com>
4683 * i386.c: Added include for recog.h.
4684 (override_options): Removed unused variable p. Initialized regno to
4686 (order_regs_for_local_alloc): Initialized regno to avoid warning.
4687 (legitimize_address): Likewise for 'other'.
4688 (i386_aligned_reg_p): Added default case with abort ().
4689 (print_operand): Likewise.
4690 (reg_mentioned_in_mem): Likewise.
4691 (ix86_expand_binary_operator): Removed unused variables i & insn.
4692 (ix86_expand_unary_operator): Removed unused variable insn.
4693 (output_fp_cc0_set): Removed unused variable unordered_label.
4695 Wed Feb 11 01:23:03 1998 John F. Carr <jfc@mit.edu>
4697 * i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...).
4698 Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments
4699 and format string match.
4701 Wed Feb 11 01:17:39 1998 Jeffrey A Law (law@cygnus.com)
4703 * flow.c (life_analysis): Do not conside the stack pointer live at
4704 the end of a function if the fucntio ncalls alloca.
4705 (mark_used_regs): Similarly.
4707 1998-02-10 John F Carr <jfc@mit.edu>
4709 * config/sparc/sparc.md (movdi_v8plus): Output stx on alternative
4710 1, fzero on alternative 8.
4712 Tue Feb 10 09:02:19 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4714 * rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.
4716 Tue Feb 10 03:35:43 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4718 * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
4719 SUBREGs of CONST_INTs.
4721 Mon Feb 9 17:52:36 1998 John Carr <jfc@mit.edu>
4723 * mips.c (print_operand, function_prologue): Make printf format
4724 match argument type.
4726 Mon Feb 9 02:37:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4728 * alpha.c (alpha_return_addr): Remove unused variable `first'.
4729 (alpha_ra_ever_killed): Remove unused variables `ra' and `i'.
4730 (output_epilog): Remove unused variable `frame_size_from_reg_save'.
4732 Sun Feb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4734 * loop.c (strength_reduce): When placing increment for auto-inc
4735 case, do comparison in loop order.
4737 Sun Feb 8 13:21:38 1998 John Carr <jfc@mit.edu>
4739 * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
4740 not a HOST_WIDE_INT.
4742 * calls.c (expand_call): Change test of expand_inline_function
4743 return value to stop compiler warning.
4745 * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.
4747 Sun Feb 8 12:04:24 1998 Jim Wilson (wilson@cygnus.com)
4748 Jeff Law (law@cygnus.com)
4750 * regmove.c: Fix various minor formatting problems.
4751 (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions
4752 is true. Make end of basic block tests consistent through regmove.c.
4753 (optimize_reg_copy_2, optimize_reg_copy_3): Likewise.
4754 (fixup_match_2, fixup_match_1, regmove_optimize): Likewise.
4756 Sun Feb 8 01:49:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4758 * gansidecl.h: Check for a conflicting macro definition before
4759 attempting to prototype bcopy, bcmp or bzero.
4761 Sun Feb 8 00:09:59 1998 Jeffrey A Law (law@cygnus.com)
4763 * expr.c (clear_pending_stack_adjust): Handle case where a function
4764 calls alloca, but the user has specified -fomit-fframe-pointer.
4766 * function.c (assign_parms): Fix typo in last change.
4768 Sat Feb 7 23:54:29 1998 Robert Lipe <robertl@dgii.com>
4770 * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
4772 (free_path_suffix): Remove unreferenced static function.
4773 (process_command): Remove unused variable temp.
4774 (default_arg): Remove unused variable i.
4775 (do_spec_1): Add parens for assignment used as truth value.
4777 (validate_all_switches): Likewise.
4778 (main): Remove unused variables i, first_time>
4780 * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
4782 * calls.c (expand_call): Remove unused variables funtree,
4783 n_regs, and tmpmode.
4785 * dbxout.c, except.c: Include <string.h>/<strings.h>.
4787 * explow.c: (plus_constant_for_output_wide) Removed unused
4788 variable all_constant.
4790 * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
4791 genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
4792 genrecog.c, global.c, integrate.c , stupid.c : Include
4795 * genextract.c: (walk_rtx) Remove unused variable link.
4797 * genrecog.c: (concat) Remove unreferenced static function.
4799 * prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
4801 * stmt.c: Include <stdlib.h>.
4802 (expand_asm_operands): Remove unused variable val1.
4803 (expand_return): Remove unused variable block.
4804 (pushcase): Remove unused variables l and n.
4805 (pushcaserange): Likewise.
4807 * unroll.c (unroll_loop): Remove unused variable temp.
4809 Sat Feb 7 23:46:09 1998 Greg McGary <gkm@gnu.org>
4811 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
4813 Sat Feb 7 15:11:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4815 * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
4816 functions for whether they support the %p format specifier.
4817 * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf.
4818 * configure.in (GCC_FUNC_PRINTF_PTR): Use it.
4819 * configure, config.in: Rebuild.
4821 Fri Feb 6 14:20:16 1998 Jim Wilson <wilson@cygnus.com>
4823 * function.c (assign_parms): New variable named_arg, with value
4824 depending on STRICT_ARGUMENT_NAMING. Use instead of ! last_named.
4826 Fri Feb 6 14:34:28 1998 Gavin Koch <gavin@cygnus.com>
4828 * mips/t-r3900: New - same as t-ecoff but eliminate
4829 multilibs: mips1 and mips3.
4830 * configure.in (tx39*): Use new mips/t-r3900.
4831 * configure: Rebuild.
4832 * mips/r3900.h (MULTILIB_DEFAULTS): Eliminate mips1.
4834 1998-02-06 Jason Merrill <jason@yorick.cygnus.com>
4836 * dwarf2out.c: Add old_args_size.
4837 (dwarf2out_args_size): Use it.
4838 (dwarf2out_begin_prologue): Initialize it.
4839 (dwarf2out_stack_adjust): If !asynchronous_exceptions, save up
4840 pushed args until we see a call.
4841 * final.c (final_scan_insn): Hand CALL_INSNs off to the dwarf2 code
4842 before outputting them.
4844 1998-02-06 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
4846 * cplus-dem.c (demangle_template_template_parm): New function.
4847 (demangle_template): Handle template template parameters.
4849 1998-02-02 Mark Mitchell <mmitchell@usa.net>
4851 * calls.c (expand_call): Don't confuse member functions named
4852 realloc, setjmp, and so forth with the standard library
4853 functions of the same names.
4855 Thu Feb 5 21:59:49 1998 Jeffrey A Law (law@cygnus.com)
4857 * stmt.c (expand_asm_operands): Correctly identify asm statements
4860 Thu Feb 5 21:56:06 1998 Mumit Khan <khan@xraylith.wisc.edu>
4862 * c-common.c (decl_attributes): Flag unrecognized attribute
4863 functions as warnings instead of as errors.
4865 1998-02-05 Marc Lehmann <pcg@goof.com>
4867 * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
4868 when -Os is specified.
4869 * toplev.c (main): Don't disable flag_inline_functions anymore when
4872 Fri Feb 6 00:27:36 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4874 * regmove.c: Update.
4875 * flags.h (flag_regmove): Declare.
4876 * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Don't declare.
4877 * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2):
4878 Moved into regmove; changed caller.
4879 * toplev.c (rest_of_compilation): Call regmove_optimize also for
4880 expensive_optimizations.
4882 Thu Feb 5 13:38:42 PST 1998 Jeff Law (law@cygnus.com)
4884 * version.c: Bump for snapshot.
4886 Thu Feb 5 01:45:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4887 Undo this change (the problem was actually in reload):
4888 Fri Jan 23 23:28:59 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4890 * sh.md (movqi_i+1): New peephole.
4892 Tue Feb 3 01:11:12 1998 Jeffrey A Law (law@cygnus.com)
4894 * jump.c (jump_optimize): Lose calls to modified_in_p they are
4895 not needed anymore due to changes elsewhere in jump.c.
4897 * jump.c (jump_optimize): Fix first arg to modified_in_p in
4900 Mon Feb 2 19:18:14 1998 Richard Henderson <rth@cygnus.com>
4902 * expr.c (expand_builtin_setjmp): Accept two new arguments for
4903 the labels to branch to on first and subsequent executions. Don't
4904 play with __dummy. Rename `setjmp' insn to `builtin_setjmp_setup',
4905 and provide it with the jmp_buf. Use only one of
4906 `builtin_setjmp_receiver' or `nonlocal_goto_receiver',
4907 and provide the former with the target label.
4908 (expand_builtin) [BUILTIN_SETJMP]: Generate a label for use by setjmp.
4909 (expand_builtin) [BUILTIN_LONGJMP]: Split out to ...
4910 (expand_builtin_longjmp): ... here. Recognize a `builtin_longjmp'
4911 insn to replace all of the normal nonlocal_goto code. Don't play
4912 with __dummy. Correct arguments to nonlocal_goto.
4913 * expr.h (expand_builtin_setjmp): Update prototype.
4914 * except.c (start_dynamic_handler): When using builtin_setjmp,
4915 generate more accurate flow information.
4917 * alpha.md (nonlocal_goto_receiver_osf): Delete.
4918 (nonlocal_goto_receiver_vms): Rename to nonlocal_goto_receiver.
4919 (builtin_longjmp, builtin_setjmp_receiver): New.
4920 * sparc.md (update_return): Disambiguate unspec number.
4921 (nonlocal_goto): Rearrange arguments to match caller in except.c.
4922 (builtin_setjmp_setup): Rename from setjmp. Match and ignore the
4924 * mips.md (nonlocal_goto_receiver, builtin_setjmp_receiver): Remove.
4925 (builtin_setjmp_setup*, builtin_longjmp): New.
4927 Mon Feb 2 16:43:10 1998 John Carr <jfc@mit.edu>
4929 * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
4931 Mon Feb 2 13:06:47 1998 Jim Wilson <wilson@cygnus.com>
4933 * vmsconfig.com: Remove bytecode references.
4935 1998-01-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4937 * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
4938 -fno-sjlj-exceptions works for a target that defines
4939 DWARF2_UNWIND_INFO as zero.
4941 * regmove.c (fixup_match_1): Undo last change which removed some
4942 "useless" code, and add a comment explaining this.
4944 Mon Feb 2 10:47:14 1998 Gavin Koch (gavin@cygnus.com)
4946 * mips.c (mips_expand_prologue): Change uses of TARGET_64BIT
4949 Mon Feb 2 10:38:41 1998 Klaus Kaempf <kkaempf@progis.de>
4951 * makefile.vms: Remove bytecode references.
4952 Create genrtl files.
4954 Mon Feb 2 02:08:04 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
4956 * jump.c (jump_optimize): Allow conditional loading of floating point
4957 constants and constants from memory. Reinstalled modified_in_p tests.
4959 Mon Feb 2 01:38:39 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4961 * loop.c (get_condition): Handle sign-extended constants.
4963 Mon Feb 2 01:22:46 1998 Hans-Peter Nilsson <hp@axis.se>
4965 * expr.c (emit_push_insn): Add code to use movstrti if present.
4967 * expr.c (emit_push_insn): Use same max-move-amount for movstrhi
4968 and movstrqi as in emit_block_move ().
4970 Mon Feb 2 00:09:52 1998 Toon Moene <toon@moene.indiv.nluug.nl>
4972 * config/m68k/x-next: Remove /NextDeveloper/Headers from
4973 the directories to fixinclude - /usr/include is a link
4974 to it and hence its contents are fixed by default.
4976 Sun Feb 1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4978 * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
4980 Sun Feb 1 13:01:15 1998 Klaus Kaempf <kkaempf@progis.de>
4982 * cccp.c (main): Predefine __VMS_VER on VMS.
4984 Sun Feb 1 12:39:53 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4986 * expr.c (get_inner_reference): Use sbitsizetype for type sizes.
4987 * fold-const.c (size_int): Replace with
4989 (make_bit_field_ref): Use bitsize_int for bit position.
4990 * stor-layout.c (sizetype): Delete.
4991 (sizetype_tab, sbitsizetype, ubitsizetype): Declare.
4992 (layout_record, layout_union, layout_type):
4993 Use bitsize_int for bit size.
4994 (set_sizetype): New function.
4995 (make_signed_type, make_unsigned_type): Use it.
4996 * c-decl.c (init_decl_processing): Likewise.
4997 * tree.h (size_int): Don't delcare, #define.
4998 (size_int_wide, sizetype_tab, sbitsize, ubitsize): Declare.
4999 (set_sizetype): Declare.
5000 (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
5002 * c-typeck.c (c_sizeof, c_sizeof_nowarn, c_size_in_bytes):
5003 Convert result to sizetype.
5004 (really_start_incremental_init, push_init_level):
5005 Set type of constructor_bit_index to sbitsizetype.
5006 (push_init_level): Use unsigned arithmetic to determine padding.
5007 (output_init_element): Likewise.
5009 Sun Feb 1 03:32:07 1998 Jeffrey A Law (law@cygnus.com)
5011 * combine.c (simplify_shift_const): Fix typo in last change.
5013 Sun Feb 1 02:50:46 1998 John Carr <jfc@mit.edu>
5015 * combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt)))
5016 is (truncate (lshiftrt)).
5018 Sun Feb 1 01:06:53 1998 Richard Henderson <rth@cygnus.com>
5020 * alpha.c (alpha_expand_unaligned_load): Use expand_binop properly.
5021 Make sure result winds up in TGT.
5022 (alpha_expand_unaligned_store): Use expand_binop properly. Allow
5023 src to be other than DImode.
5024 (alpha_expand_unaligned_load_words): Tidy. Take an offset argument.
5025 (alpha_expand_unaligned_store_words): Likewise.
5026 (alpha_expand_block_move): Use REGNO_POINTER_ALIGN. Restructure so
5027 that source and destination are separately optimized for alignment.
5028 (alpha_expand_block_clear): Use REGNO_POINTER_ALIGN.
5030 Sun Feb 1 01:55:09 1998 Jeffrey A Law (law@cygnus.com)
5032 * mips.md (adddi3_internal_2): Be consistent with adddi3 expander
5033 with handling of -32768.
5035 Sun Feb 1 01:48:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5037 * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
5038 shell variable argument instead of only hard coded functions.
5039 (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
5041 * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
5042 call. Collapse multiple calls to GCC_NEED_DECLARATION into one
5043 call to GCC_NEED_DECLARATIONS (new macro.) Check if we need
5044 declarations for bcopy, bcmp and bzero.
5046 * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
5048 * gansidecl.h: If we have bcopy but don't declare it, then do so.
5049 Likewise for bcmp and bzero. Only define macros for bcopy, bcmp,
5050 bzero, index and rindex if they aren't already present.
5052 Sat Jan 31 11:26:58 1998 Jeffrey A Law (law@cygnus.com)
5054 * toplev.c (close_dump_file): Wrap function prototype for
5055 argument "func" in PROTO.
5056 (dump_rtl): Likewise.
5058 Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu>
5060 * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
5062 (output_function_epilogue): Omit epilogue if nothing drops through.
5063 (output_move_double): Supress int ldd usage on ultrasparc and v9.
5064 (registers_ok_for_ldd_peep): Likewise.
5065 (print_operand): Supress b,a on ultrasparc. Let Y accept a constant.
5066 (ultrasparc_adjust_cost): New function.
5067 (sparc_issue_rate): New function.
5068 * sparc.h (MASK_VIS, TARGET_VIS): New
5069 (MASK_V8PLUS, TARGET_V8PLUS): New.
5070 (TARGET_HARD_MUL32, TARGET_HARD_MUL): New.
5071 (TARGET_SWITCHES): Add vis and v8plus.
5072 (REG_CLASS_FROM_LETTER): Accept d and b for VIS.
5073 (REGISTER_MOVE_COST): FP<->INT move cost 12 for ultrasparc.
5074 (RTX_COSTS): Use TARGET_HARD_MUL
5075 (ADJUST_COST): Call ultrasparc_adjust_cost.
5077 * sparc.md (attr type): Add sload, fpmove, fpcmove. Adjust users
5078 of load & fp appropritely.
5079 (supersparc function units): Adjust for Haifa.
5080 (ultrasparc function units): Likewise.
5081 (get_pc_via_rdpc): All v9, not just arch64.
5082 (movdi_v8plus, movdi_v8plus+1): New.
5083 (adddi3_sp32+1): New.
5084 (subdi3_sp32+1): New.
5085 (movsi_insn, movsf_const_insn, movdf_const_insn): Know VIS.
5086 (addsi3, subsi3, anddi3_sp32, andsi3, and_not_di_sp32): Likewise.
5087 (and_not_si, iordi3_sp32, iorsi3, or_not_di_sp32, or_not_si): Likewise.
5088 (xorsi3_sp32, xorsi3, xor_not_di_sp32, xor_not_si): Likewise.
5089 (one_cmpldi2_sp32, one_cmplsi2): Likewise.
5090 (ldd peepholes): Suppress for v9.
5091 (return_adddi): Kill redundant test. Arg1 may be arith_operand.
5092 (return_subsi): Revmove.
5094 Fri Jan 30 18:30:03 1998 John F Carr <jfc@mit.edu>
5096 * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
5097 save/restore MEM rtl.
5099 Fri Jan 30 09:08:16 1998 Jeffrey A Law (law@cygnus.com)
5101 * configure.in: Check for declaration of abort.
5102 * acconfig.h: Corresponding changes.
5103 * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should
5106 Thu Jan 29 20:26:12 1998 Jeffrey A Law (law@cygnus.com)
5108 * genattrtab.c (optimize): Define in case PRESERVE_DEATH_INFO_REGNO_P
5111 Thu Jan 29 09:27:56 PST 1998 Jeff Law (law@cygnus.com)
5113 * version.c: Bump for snapshot.
5115 Thu Jan 29 10:12:27 1998 Jeffrey A Law (law@cygnus.com)
5117 * configure.in: Check for atoq and atoll.
5118 * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
5119 proper routine for converting ascii into long long values.
5121 Thu Jan 29 01:28:14 1998 Klaus Kaempf <kkaempf@progis.de>
5123 * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.
5125 * vmsconfig.com: Remove bytecode references.
5127 * alpha/vms.h (PREFIX): Define.
5129 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.
5131 * am-alpha.h: Don't include alloca for OPEN_VMS.
5133 * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Define.
5135 * alpha/xm-vms.h (INCLUDE_DEFAULTS): Define.
5136 (GCC_INCLUDE_DIR): Define
5138 * make-cc.com, make-cccp.com, make-cc1.com: Removed.
5139 * makefile.vms: New file.
5141 * alpha/vms.h (CPP_PREDEFINES): Remove -Dalpha.
5143 * alpha.c (output_prolog): Output '.name' directive
5144 for minimal traceback information.
5146 * alpha.c (output_prolog): Don't prepend entry point symbols
5147 with '$' on OPEN_VMS.
5149 Thu Jan 29 00:25:35 1998 David S. Miller <davem@tanya.rutgers.edu>
5150 Jeffrey A Law (law@cygnus.com)
5152 * rtl.c (read_rtx): Use atol/atoq based upon disposition of
5155 * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
5157 * genemit.c (gen_exp): Likewise.
5158 * genpeep.c (match_rtx): Likewise.
5159 * genrecog.c (write_tree_1): Likewise.
5161 * c-lex.c (yyprint): Use proper format string based upon
5162 disposition of HOST_BITS_PER_WIDE_INT.
5163 (yylex): Put casts in right place for args to build_int_2.
5165 Thu Jan 29 00:24:29 1998 Jeffrey A Law (law@cygnus.com)
5167 * combine.c: Fix typos in Jan27 changes.
5169 Thu Jan 29 00:07:49 1998 Ollivier Robert <roberto@keltia.freenix.fr>
5171 * i386/freebsd.h (LIB_SPEC): Correctly handle -shared, -p and friends.
5172 (LINK_SPEC): Likewise.
5173 (STARTFILE_SPEC): Likewise.
5175 1998-01-28 Mike Stump <mrs@wrs.com>
5177 * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
5179 * genattrtab.c (reload_completed): Define.
5181 * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
5184 Wed Jan 28 20:11:06 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5186 * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
5187 SUBREG_REG if the word count is unchanged, also in the input reload
5188 case. Disable non-applicable sanity checks.
5190 Wed Jan 28 20:08:26 1998 Jeffrey A Law (law@cygnus.com)
5192 * config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
5194 Wed Jan 28 20:04:43 1998 Ian Lance Taylor <ian@cygnus.com>
5196 * i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
5198 Wed Jan 28 11:45:27 1998 Per Bothner <bothner@cygnus.com>
5200 * dbxout.c (dbxout_type): For a RECORD_TYPE, check that TYPE_BINFO
5201 is a TREE_VEC before trying to use it for baseclasses.
5202 (Chill uses the same field for a different purpose.)
5204 * toplev.c (strip_off_ending): Generalize to endings up to 5 chars.
5206 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
5208 * config.sub: More accurate determination of HP processor types.
5210 Tue Jan 27 23:11:11 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5212 * c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>. Add
5213 prototype for `handle_sysv_pragma', and make it static. Add
5214 parentheses around assignment used as truth value.
5216 * combine.c (combine_instructions): Protect variable `prev' with
5218 (can_combine_p): Protect variable `link' with AUTO_INC_DEC.
5219 (extract_left_shift): Add parentheses around operand of &.
5220 (merge_outer_ops): Avoid an empty body in an else-statement.
5221 (gen_rtx_combine): Remove unused variable `i'.
5223 * sparc/gmon-sol2.c: Include <fcntl.h>. Make return type of
5224 function monstartup `void'. Likewise for internal_mcount. Add
5225 `static void' prototype for moncontrol. Reconcile sprintf format
5228 * sparc/sparc.c: Include <stdlib.h> and <string.h>/<strings.h>.
5229 Make return type of function_arg_slotno explicitly `int'.
5230 (reg_unused_after): Add parentheses around assignment used as
5232 (save_regs): Add explicit braces to avoid ambiguous `else'.
5233 (function_arg_slotno): Add parentheses around && within ||.
5234 (function_arg_pass_by_reference): Likewise.
5235 (sparc_flat_output_function_prologue): Reconcile fprintf format
5238 * svr4.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
5239 assignment used as truth value.
5241 * cplus-dem.c: Include <stdlib.h>.
5242 (demangle_signature): Avoid an empty body in an else-statement.
5243 (do_type): Remove unused variable `lvl'.
5245 * cppexp.c: Don't have <stdlib.h> depend on MULTIBYTE_CHARS.
5246 Include <string.h>/<strings.h>.
5247 (cpp_lex): Remove unused variable `namelen'.
5248 (cpp_lex): Explicitly declare `num_chars' as an int.
5250 * cpplib.c: Avoid duplicate inclusion of <stdlib.h>, include
5251 <unistd.h> instead. Explicitly declare is_system_include
5253 (make_assertion): Remove unused variable `kt'.
5254 (cpp_expand_to_buffer): Hide variable `obuf'.
5255 (output_line_command): Remove unused variables, `line_end',
5256 `line_cmd_buf' and `len'.
5257 (macarg): Remove unused variable `arg_start'.
5258 (special_symbol): Remove unused variable `i'. Add parentheses
5259 around assignment used as truth value.
5260 (do_include): Remove unused variables `pcfname' and `retried',
5261 hide `pcf' and `pcfbuflimit'.
5262 (do_line): Remove unused variable `i'.
5263 (finclude): Hide variable `missing_newline'.
5264 (cpp_handle_options): Remove unused variable `j'.
5265 (read_token_list): Remove unused variable `eofp'.
5266 (cpp_error_with_line): Remove unused variable `i'.
5267 (cpp_warning_with_line): Likewise.
5268 (cpp_pedwarn_with_line): Explicitly declare `column' as int.
5269 (cpp_error_from_errno): Remove unused variable `i'.
5271 * cse.c (invalidate): Add parentheses around assignment used as
5273 (find_best_addr): Move declaration of variable `our_cost' inside
5274 the conditional macro where its used.
5275 (fold_rtx): Avoid an empty body in an if-statement.
5276 (cse_insn): Wrap variables `this_insn_cc0_mode' and
5277 `this_insn_cc0' in macro HAVE_cc0.
5279 * dwarf2out.c: Include <stdlib.h> and <string.h>/<string.h>.
5280 (ASM_OUTPUT_DWARF_DATA8): Reconcile format vs. args in fprintf's.
5281 (output_uleb128): Likewise.
5282 (output_sleb128): Likewise.
5283 (output_cfi): Likewise.
5284 (output_call_frame_info): Remove unused variables `j', `fde_size'
5286 (comp_unit_has_inlines): Hide declaration as per rest of file.
5287 (size_of_line_prolog): Correct typo in prototype.
5288 (add_arange): Likewise.
5289 (output_aranges): Likewise.
5290 (add_name_and_src_coords_attributes): Likewise.
5291 (gen_array_type_die): Likewise.
5292 (gen_inlined_subroutine_die): Likewise.
5293 (equate_decl_number_to_die): Remove unused variable `i'.
5294 (print_die): Reconcile format vs. args in fprintf's.
5295 (print_dwarf_line_table): Likewise.
5296 (output_die): Likewise.
5297 (output_line_info): Likewise.
5298 (add_subscript_info): Avoid an empty body in an else-statement.
5299 (gen_subprogram_die): Remove unused variable `fp_loc'.
5301 * dwarfout.c: Explicitly declare `next_pubname_number' as int.
5302 Protect `ordering_attribute' prototype with USE_ORDERING_ATTRIBUTE
5303 macro. Protect `src_coords_attribute' prototype with
5304 DWARF_DECL_COORDINATES macro. Hide `output_entry_point_die'
5305 prototype as in the rest of the file. Likewise for
5306 `output_pointer_type_die' and `output_reference_type_die'. Remove
5307 prototype for `type_of_for_scope'.
5308 (output_unsigned_leb128): Reconcile format vs. args in fprintf.
5309 (type_attribute): Add explicit braces to avoid ambiguous `else'.
5311 * final.c: Include <stdlib.h> and <string.h>/<strings.h>.
5312 (shorten_branches): Protect declaration of tmp_length with
5313 SHORTEN_WITH_ADJUST_INSN_LENGTH and ADJUST_INSN_LENGTH macros.
5314 (profile_function): Protect declaration of `sval' and `cxt'
5315 variables with appropriate macros.
5316 (final_scan_insn): Likewise for `note' variable. Add explicit
5317 braces to avoid empty body in an if-statement.
5318 (output_asm_insn): Move variable `i' inside macro conditional
5319 where it is used. Add parentheses around assignment used as truth
5321 (asm_fprintf) Likewise, likewise.
5323 * fix-header.c (main): Remove unused variable `done'. Protect
5324 declaration of `i' with FIXPROTO_IGNORE_LIST.
5326 * pexecute.c: Include <unistd.h>. Prototype `my_strerror'.
5328 * print-rtl.c (print_inline_rtx): Explicitly declare the parameter
5331 * profile.c: Include <string.h>/<strings.h>.
5332 (instrument_arcs): Remove unused variables `note', `inverted',
5333 `zero' and `neg_one'.
5334 (branch_prob): Avoid empty body in an if-statement.
5336 * regclass.c: Include <stdlib.h>.
5337 (reg_alternate_class): Explicitly declare parameter `regno'.
5339 * regmove.c (regmove_optimize): Remove unused variable `p'. Add
5340 parentheses around assignment used as truth value.
5341 (find_matches): Remove unused variables `output_operand' and
5343 (fixup_match_1): Remove statement with no effect: "if (0) ;".
5345 * scan.c (sstring_append): Explicitly declare `count' as int.
5346 (scan_string): Explicitly declare parameter `init' as int.
5348 * sched.c: Include <stdlib.h>.
5349 (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
5350 (rank_for_schedule): Add parentheses around assignment used as
5352 (schedule_block): Likewise.
5353 (regno_use_in): Likewise.
5354 (schedule_insns): Remove unused variable `i'.
5356 * toplev.c: Include <stdlib.h> and <string.h>/<strings.h>.
5357 (v_message_with_decl): Remove unused variable `n'.
5358 (botch): Explicitly declare parameter `s' as char *.
5359 (main): Add parentheses around assignment used as truth value.
5361 * tree.c (make_node): Protect the variable `kind' with the
5362 GATHER_STATISTICS macro.
5363 (real_value_from_int_cst): Move variable `e' inside conditional
5364 macro area where it is used.
5365 (tree_last): Add parentheses around assignment used as truth value.
5366 (build1): Protect the variable `kind' with the GATHER_STATISTICS
5368 (print_obstack_statistics): Reconcile format vs. args in fprintf.
5369 Protect variables `i', `total_nodes', and `total_bytes' with the
5370 GATHER_STATISTICS macro.
5372 Tue Jan 27 23:01:55 1998 Mike Stump (mrs@wrs.com)
5374 * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
5375 some comments regarding use of dead_or_set_p.
5377 Tue Jan 27 22:14:48 1998 Todd Vierling <tv@pobox.com>
5379 * fixincludes: Tweak fix for struct exception in math.h
5381 Tue Jan 27 17:21:09 1998 Gavin Koch (gavin@cygnus.com)
5383 * mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
5384 Change mode of registers used to add/sub from
5385 hard_frame_pointer_rtx from word_mode to Pmode.
5387 Tue Jan 27 11:02:04 1998 Nick Clifton <nickc@cygnus.com>
5389 * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
5390 asm_output_aligned_bss() instead of asm_output_bss().
5392 * toplev.c (rest_of_compilation): Replace references to
5393 stack_reg_dump_file and dbr_sched_dump_file with references to
5396 Tue Jan 27 10:22:13 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
5398 * tlink.c (scan_linker_output): Call fclose() for opened files.
5400 Tue Jan 27 05:05:26 1998 Richard Henderson <rth@cygnus.com>
5402 * alpha.c (output_epilog [!VMS]): Don't tag global functions if
5403 compiling with -fpic -- we want to be able to override symbols
5405 (alpha_expand_block_move): Fix thinko in last change.
5407 * alpha.h (ASM_OUTPUT_MI_THUNK): New define.
5408 * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
5409 * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.
5411 Tue Jan 27 03:21:23 1998 Richard Henderson <rth@cygnus.com>
5413 * alpha.md (abssf, absdf): Revert last change.
5415 Tue Jan 27 00:26:50 1998 John Carr <jfc@mit.edu>
5417 * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
5418 * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.
5420 Tue Jan 27 00:07:02 1998 Jeffrey A Law (law@cygnus.com)
5422 * emit-rtl.c (gen_lowpart_common): Handle more case where converting
5423 a CONST_INT into SFmode.
5425 Tue Jan 20 16:01:03 1998 Anthony Green <green@cygnus.com>
5427 * flags.h: New flag (optimize_size).
5428 * toplev.c (main): Parse -Os option and set optimize_space
5430 * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
5431 __OPTIMIZE_SIZE__ when compiling with -Os.
5432 * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
5433 config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
5434 config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
5436 * config/i386/i386.c (optimization_options): Accept new SIZE argument.
5438 Mon Jan 26 23:57:39 1998 Manfred Hollstein <manfred@s-direktnet.de>
5440 * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
5441 stuff only if MCT_TEXT is #define'd.
5443 Mon Jan 26 23:52:51 1998 Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac.at>
5445 * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
5448 Fri Jan 23 09:39:36 1998 Nick Clifton <nickc@cygnus.com>
5450 * toplev.c: Add -dM command line option to dump RTL after the
5451 machine dependent reorganisation pass, if there is one.
5452 Reorganise RTL dump code, so that only one file handle is
5455 Mon Jan 26 12:09:42 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
5457 * except.c (check_exception_handler_labels): Disable warning when
5460 Mon Jan 26 18:17:32 1998 Jim Wilson <wilson@cygnus.com>
5462 * sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.
5464 Mon Jan 26 18:11:30 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5466 * c-decl.c (grokdeclarator): Get parameter tags from
5467 last_function_parm_tags.
5468 * dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
5469 traversing the parameter types.
5470 (output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.
5472 Mon Jan 26 01:44:12 1998 Jeffrey A Law (law@cygnus.com)
5474 * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
5476 (get_shift_alg): Fix typo.
5478 Sun Jan 25 22:22:04 1998 Richard Henderson <rth@cygnus.com>
5480 * alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
5482 Sun Jan 25 22:14:28 1998 Richard Henderson <rth@cygnus.com>
5484 * toplev.c (get_run_time): Make sure each case gets its variables.
5486 Sun Jan 25 22:10:21 1998 Richard Henderson <rth@cygnus.com>
5488 * configure.in (build_xm_file): Add auto-config.h if host=build.
5489 (host_xm_file_list): Don't add $(srcdir) to auto-config.h.
5490 (build_xm_file_list): Likewise.
5491 * configure: Rebuild.
5493 Sun Jan 25 22:00:25 1998 Alasdair Baird <alasdair@wildcat.demon.co.uk>
5495 * recog.c (validate_replace_rtx_1): Only perform substitutions
5496 of arguments to commutative and comparison operators once.
5498 Sun Jan 25 12:30:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5500 * sparc.c (output_cbranch): Add default case in
5503 * reorg.c (insn_sets_resource_p): Correct typo in prototype.
5504 (emit_delay_sequence): Eliminate unused parameter, all callers
5506 (fill_simple_delay_slots): Likewise.
5507 (fill_slots_from_thread): Likewise.
5508 (fill_eager_delay_slots): Likewise.
5509 (mark_referenced_resources): Add default case in enumeration switch.
5510 (mark_set_resources): Likewise.
5511 (rare_destination): Likewise.
5512 (mostly_true_jump): Likewise.
5513 (find_dead_or_set_registers): Likewise.
5514 (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
5515 (update_reg_unused_notes): Remove unused variable `p'.
5516 (mark_target_live_regs): Remove unused variables `next' and
5518 (fill_simple_delay_slots): Remove unused variable `j'.
5519 (fill_slots_from_thread): Add parentheses around assignment used
5521 (dbr_schedule): Likewise.
5523 * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
5524 (objc.stage2, objc.stage3, objc.stage4): Likewise.
5526 Sun Jan 25 12:13:47 1998 Michael Tiemann <michael@tiemann.org>
5528 * cse.c (simplify_ternary_operation): Don't try to simplify
5529 IF_THEN_ELSE expressions (created by combine) that don't use
5530 relational operators.
5532 Fri Jan 23 22:48:24 1998 Jeffrey A Law (law@cygnus.com)
5534 * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
5537 * crtstuff.c (init_dummy): Keep the epilogue in the init
5538 section for non-ELF systems.
5540 Fri Jan 23 23:28:59 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5542 * sh.md (movqi_i+1): New peephole.
5544 Fri Jan 23 15:39:42 1998 Jim Wilson <wilson@cygnus.com>
5546 * Makefile.in: Remove remaining bytecode stuff.
5547 * emit-rtl.c, expr.c: Likewise.
5549 Fri Jan 23 12:41:10 1998 Nick Clifton (nickc@cygnus.com)
5551 * toplev.c (lang_options): Add unknown-pragma options.
5553 Thu Jan 22 23:43:38 1998 Per Bothner <bothner@cygnus.com>
5555 * dwarfout.c (byte_size_attribute): Simplify and fix - don't need
5556 special (and incomplete) handling for Chill arrays.
5558 Fri Jan 23 00:27:23 1998 John Carr <jfc@mit.edu>
5560 * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
5563 Fri Jan 23 00:19:36 1998 Gavin Koch (gavin@cygnus.com)
5565 * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
5567 1998-01-22 scott snyder <snyder@d0sgif.fnal.gov>
5569 * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
5570 .frame directive instead of FRAME_POINTER_REGNUM.
5572 Fri Jan 23 00:08:55 1998 Robin Kirkham <rjk@mlb.dmt.csiro.au>
5574 * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
5575 (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
5576 * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
5577 (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
5578 (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
5579 * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
5580 (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
5581 (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
5583 * longlong.h: Replace __mc68332__ with __mcpu32__.
5585 Thu Jan 22 19:55:40 PST 1998 Jeff Law (law@cygnus.com)
5587 * version.c: Bump for snapshot.
5589 Thu Jan 22 14:47:31 1998 Jim Wilson <wilson@cygnus.com>
5591 * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
5592 to require the SUBREG mode to be smaller than the SUBREG_REG mode.
5593 * reload1.c (eliminate_regs): Likewise.
5595 Thu Jan 22 14:49:14 1998 Jeffrey A Law (law@cygnus.com)
5597 * regmove.c (find_matches): Initialize matches->earlyclobber too.
5599 Thu Jan 22 01:40:52 1998 Richard Henderson <rth@cygnus.com>
5601 * alpha.md (abssf2, absdf2): Disable in IEEE mode.
5602 (negsf2, negdf2): Use proper subtract in IEEE mode.
5604 Tue Jan 20 09:29:09 1998 Jeffrey A Law (law@cygnus.com)
5606 * Makefile.in: Remove more bytecode stuff.
5607 * expr.c, stmt.c, config/msdos/top.sed: Likewise.
5608 * vax/xm-vms.h, winnt/config-nt.sed: Likewise.
5609 * f/install.texi, objc/Make-lang.in: Likewise.
5611 * Makefile.in: Remove all bytecode support.
5612 (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
5613 * emit-rtl.c: Remove all bytecode support.
5614 * expr.c, expr.h function.c, integrate.c: Likewise.
5615 * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
5616 * tree.h, varasm.c: Likewise.
5617 * config/m68k/m68k.h: Likewise.
5618 * bi-*, bc-*, bytecode*: Delete bytecode related files.
5619 * modemap.def: Likewise.
5621 Tue Jan 20 09:02:31 1998 Gavin Koch (gavin@cygnus.com)
5623 * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
5624 umodsi3,umoddi3): Handle mips16 div/mod by a constant.
5626 Mon Jan 19 21:57:00 1998 Richard Henderson <rth@cygnus.com>
5628 * i386.md (push): Prohibit symbolic constants if flag_pic.
5629 (movsi+1): Likewise for move to non-register.
5631 Mon Jan 19 11:15:38 1998 Jim Wilson <wilson@cygnus.com>
5633 * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
5634 (print_operand): Handle 0xffffffff on 32 bit host.
5636 * configure.in (thread_file): Rename uses before main loop to
5637 target_thread_file. Initialize to empty in main loop. Set thread_file
5638 to target_thread_file after main loop if not set.
5639 * configure: Rebuild.
5641 * genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
5642 (add_values_to_cover): Revert last change (which had no ChangeLog
5644 (simplify_with_current_value_aux): Handle CONST_INT.
5646 Mon Jan 19 10:14:55 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5648 * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
5650 Mon Jan 19 10:11:52 1998 Richard Henderson <rth@cygnus.com>
5652 * configure.in: Add cpp stringify test.
5653 * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
5654 * gengenrtl.c: Use it.
5655 * configure, config.in: Rebuild.
5657 Mon Jan 19 09:43:15 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5659 * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
5661 Mon Jan 19 09:38:18 1998 Richard Henderson <rth@cygnus.com>
5663 * configure.in: Find declaration for sbrk.
5664 * acconfig.h (NEED_DECLARATION_SBRK): New tag.
5665 * config.in, configure: Rebuild.
5666 * mips-tfile.c: Properly protect declaration of sbrk and free.
5667 * toplev.c: Properly protect declaration of sbrk.
5669 Sun Jan 18 20:18:01 1998 Richard Henderson <rth@cygnus.com>
5671 * alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
5673 Sun Jan 18 01:54:27 1998 Jeffrey A Law (law@cygnus.com)
5675 * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
5677 Sun Jan 18 00:57:35 1998 Mike Stump (mrs@wrs.com)
5679 * configure.in (i960-wrs-vxworks): Default to latest vxworks release.
5681 Sat Jan 17 23:41:36 1998 David S. Miller <davem@tanya.rutgers.edu>
5683 * combine.c (force_to_mode, nonzero_bits): Correctly optimize
5684 constant offset computations from objects with known alignment in
5685 the presence of STACK_BIAS.
5687 * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
5689 (const_hash): Hash val is unsigned long.
5690 (SYMHASH): Likewise.
5692 * tree.c (TYPE_HASH): Type of hash val is unsigned long.
5694 * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
5695 char pointer, not HOST_WIDE_INT.
5696 (print_node): Likewise. Also hash is unsigned long not
5699 * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.
5701 * explow.c (optimize_save_area_alloca): New function for targets
5702 where SETJMP_VIA_SAVE_AREA is true.
5703 (allocate_dynamic_stack_space): On SETJMP_VIA_SAVE_AREA targets,
5704 compute the amount of stack space needed should we find later that
5705 setjmp is never called by this function, stuff rtl for this inside
5706 a REG_NOTE of the final SET of stack_pointer_rtx.
5707 * toplev.c (rest_of_compilation): If SETJMP_VIA_SAVE_AREA and
5708 current_function_calls_alloca, call optimize_save_area_alloca.
5710 Sat Jan 17 23:22:59 1998 John Wehle (john@feith.com)
5712 * i386.md: Remove redundant integer push patterns.
5713 Don't bother checking for TARGET_PUSH_MEMORY when
5714 pushing constants or registers.
5716 Sat Jan 17 22:35:39 1998 Mumit Khan <khan@xraylith.wisc.edu>
5717 J.J VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
5719 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
5720 (pwait): New function for mingw32.
5722 * gcc.c (execute): Mingw32 pexecute() supports pipes, but cygwin32
5723 pipe support is broken for now.
5725 1998-01-17 Lee Iverson <leei@Canada.AI.SRI.COM>
5727 * emit_rtl.c (init_emit_once): Ensure that potential aliasing
5728 between frame_pointer_rtx, hard_frame_pointer_rtx, and
5729 arg_pointer_rtx is respected in initialization.
5730 (init_emit_once): Use gen_rtx_raw_REG() to create
5731 return_address_pointer_rtx.
5733 * reorg.c: #include "expr.h" for rtx prototypes.
5734 * Makefile.in (reorg.o): Depend on expr.h
5736 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
5738 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5739 local_prefix to sub-make invocations.
5741 Sat Jan 17 21:24:16 1998 David T. McWherter <dtm@waterw.com>
5743 * objc-parse.c: Recognize protocol qualifiers in class definitions.
5745 Sat Jan 17 21:16:19 1998 Jeffrey A Law (law@cygnus.com)
5749 * acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
5750 * configure.in: Check for atol.
5751 * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
5753 * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
5755 * loop.c (find_and_verify_loops): When attempting to move insns from
5756 inside the loop outside the loop, create a BARRIER if no suitable
5759 * jump.c (jump_optimize): Remove Dec 17, 1997 chance in
5760 favor of an equivalent change from gcc-2.8.
5762 * i386/x-sco5 (CC): Remove trailing whitespace.
5764 Sat Jan 17 21:09:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5766 * gengenrtl.c (type_from_format): De-ANSIfy function signature.
5767 (accessor_from_format): Likewise.
5768 (xmalloc): New function for use when linking with alloca.o.
5770 Mon Jan 5 02:53:01 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5772 * frame.c (find_fde): Correct FDE's upper bound.
5774 Fri Jan 16 16:23:52 1998 Richard Henderson <rth@cygnus.com>
5776 * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
5778 Fri Jan 16 10:16:10 1998 Jeffrey A Law (law@cygnus.com)
5780 * calls.c (expand_call): Move #ifdef code out of macro argument
5782 (emit_library_call, emit_library_call_value): Likewise.
5784 Fri Jan 16 00:46:40 1998 Jeffrey A Law (law@cygnus.com)
5786 * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
5788 Thu Jan 15 01:02:30 1998 Jeffrey A Law (law@cygnus.com)
5790 * version.c: Bump for snapshot.
5792 Wed Jan 14 22:49:17 1998 Richard Henderson <rth@cygnus.com>
5794 * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
5795 change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
5796 * caller-save.c, calls.c, combine.c, cse.c: Likewise.
5797 * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
5798 * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
5799 * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
5800 * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
5801 * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
5802 * unroll.c, varasm.c: Likewise.
5803 * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
5805 Wed Jan 14 19:36:08 1998 Gavin Koch (gavin@cygnus.com)
5807 * mips.h: Fix some type-o's from a previous change.
5809 Wed Jan 14 01:26:05 1998 Jeffrey A Law (law@cygnus.com)
5811 * loop.c (check_dbra_loop): Make sure initial value is a
5812 CONST_INT before trying to normalize it.
5814 Tue Jan 13 23:27:54 1998 Robert Lipe (robertl@dgii.com)
5816 * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
5818 Tue Jan 13 22:47:02 1998 Herman ten Brugge <herman@htbrug.net.HCC.nl>
5820 * cppexp.c: Include gansidecl.h
5822 Tue Jan 13 22:43:35 1998 Ian Lance Taylor <ian@cygnus.com>
5824 * svr4.h (LINK_SPEC): Never specify -h.
5825 * ptx4.h (LINK_SPEC): Likewise.
5826 * rs6000/sysv4.h (LINK_SPEC): Likewise.
5827 * sparc/sol2.h (LINK_SPEC): Likewise.
5829 Tue Jan 13 22:39:40 1998 Richard Henderson (rth@cygnus.com)
5831 * c-typeck.c (comptypes): Exit early on NULL input.
5833 * haifa-sched.c (schedule_insns): Correctly remove inter-block
5834 dependencies after reload.
5836 Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5838 * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
5840 Tue Jan 13 22:14:57 1998 Klaus Kaempf <kkaempf@progis.de>
5842 * alpha/vms.h (DIR_SEPARATOR): define
5844 Tue Jan 13 22:13:04 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5846 * Makefile.in (stamp-proto): Remove.
5847 (protoize.o, unprotoize.o): Straightforward compile.
5848 * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
5850 Tue Jan 13 21:59:39 1998 Mumit Khan <khan@xraylith.wisc.edu>
5852 * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
5853 off the trailing @[NUM] added by ENCODE_SECTION_INFO.
5855 Tue Jan 13 21:55:06 1998 Jeffrey A Law (law@cygnus.com)
5857 * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
5858 * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
5859 * sparc/netbsd.h, vax/netbsd.h: Likewise.
5861 Tue Jan 13 21:37:07 1998 Shigeya Suzuki <shigeya@foretune.co.jp>
5863 * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
5865 Tue Jan 13 17:50:55 1998 Jim Wilson <wilson@cygnus.com>
5867 * configure.in (target_cpu_default, target_cpu_default2): Use double
5868 quotes around them when testing their value.
5869 * configure: Rebuilt.
5871 Tue Jan 13 09:07:44 1998 John Carr <jfc@mit.edu>
5873 * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
5875 (gendef): Call obstack_alloc_rtx.
5877 Tue Jan 13 01:16:36 1998 Robert Lipe (robertl@dgii.com)
5879 * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
5882 Thu Dec 18 18:40:17 1997 Mumit Khan <khan@xraylith.wisc.edu>
5884 * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
5885 of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
5886 (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
5888 Tue Jan 13 00:44:02 1998 Jim Wilson <wilson@cygnus.com>
5890 * mips.md (return_internal): Change mode from SImode to VOIDmode.
5892 Sat Jan 10 22:11:39 1998 J. Kean Johnston <jkj@sco.com>
5894 * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
5897 Sat Jan 10 22:04:15 1998 Stan Cox <scox@equinox.cygnus.com>
5899 * i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode
5900 suffix from operand 3.
5902 Sat Jan 10 21:50:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5903 Jeffrey A Law (law@cygnus.com)
5905 * regmove.c: New implementation of regmove pass.
5906 * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
5907 decls, make them have external linkage. Return a value from
5908 optimize_reg_copy_1.
5909 * reload.h (count_occurrences): Add decl.
5910 * reload1.c (count_occurrences): Delete decl, make it have external
5912 * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
5914 Sat Jan 10 20:30:12 1998 Jeffrey A Law (law@cygnus.com)
5916 * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
5917 if it is not defined.
5919 Thu Jan 8 21:06:54 1998 Richard Henderson <rth@cygnus.com>
5921 * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
5922 * emit-rtl.c (gen_rtx): Move special code to ...
5923 (gen_rtx_CONST_INT): New function.
5924 (gen_rtx_REG): New function.
5925 (*): Update all calls to gen_rtx.
5926 * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
5927 * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
5928 (GEN_INT): Call gen_rtx_CONST_INT.
5929 * gengenrtl.c: New file.
5931 Mon Jan 5 13:00:18 1998 John F. Carr <jfc@mit.edu>
5933 * alias.c (*_dependence): Call base_alias_check before canon_rtx.
5934 (base_alias_check): If no base found for address call canon_rtx and
5937 Mon Jan 5 11:39:49 1998 Jeffrey A Law (law@cygnus.com)
5939 * mips.c (mips_expand_prologue): Handle large frame with no outgoing
5940 arguments for mips16.
5941 (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
5942 Don't lose if tsize is zero after handling large stack for mips16.
5943 * mips.md (return): For trivial return, return address is in $31.
5945 Sun Jan 4 20:24:00 1998 Nigel Stephens <nigel@algor.co.uk>
5947 * mips/mips16.S: Various changes to make it work with -msingle-float
5950 Sun Jan 4 14:25:18 1998 Gavin Koch <gavin@cygnus.com>
5951 Ian Lance Taylor <ian@cygnus.com>
5952 Jeff Law <law@cygnus.com>
5954 * mips.c, mips.h, mips.md: First cut at merging in mips16
5955 support. Major modifications throughout all three files.
5957 Sun Jan 4 01:01:50 1998 scott snyder <snyder@d0sgif.fnal.gov>
5959 * configure.in: Make gthr-default.h a forwarding header instead of
5962 Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5964 * gcov-io.h: Include sys/types.h to ensure we get size_t.
5966 * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
5968 Fri Jan 2 23:40:09 1998 Jim Wilson (wilson@cygnus.com)
5969 Jeffrey A Law (law@cygnus.com)
5971 * crtstuff.c (__frame_dummy): New function for irix6.
5972 (__do_global_ctors): Call __frame_dummy for irix6.
5973 * iris6.h (LINK_SPEC): Hide __frame_dummy too.
5975 Fri Jan 2 04:57:57 1998 Weiwen Liu <liu@hepmail.physics.yale.edu>
5977 * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
5979 Fri Jan 2 04:34:14 1998 Richard Henderson <rth@cygnus.com>
5981 * c-decl.c (init_decl_processing): Provide proper fallback symbol
5982 for __builtin_memset.
5983 * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
5984 not INTEGER_CST. Assert arg 3 is a constant.
5986 * alpha.c (mode_width_operand): Accept 64-bit modes.
5987 (mode_mask_operand): Likewise.
5988 (print_operand): Likewise for 'M' and 'U' codes.
5989 (alpha_expand_unaligned_load): New function.
5990 (alpha_expand_unaligned_store): Likewise.
5991 (alpha_expand_unaligned_load_words): Likewise.
5992 (alpha_expand_unaligned_store_words): Likewise.
5993 (alpha_expand_block_move): Likewise.
5994 (alpha_expand_block_clear): Likewise.
5995 * alpha.h (MOVE_RATIO): New define.
5996 * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
5997 (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
5999 * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
6000 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
6002 Thu Jan 1 15:40:15 1998 Richard Henderson <rth@cygnus.com>
6004 * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
6005 * configure: Update.
6007 Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com)
6009 * emit-rtl.c (operand_subword): Correctly handle extracting a word
6010 from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
6012 * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
6015 Wed Dec 31 14:42:18 1997 Ian Lance Taylor <ian@cygnus.com>
6017 * configure.in: Set and subsitute host_exeext. Use it when creating
6018 the assembler and linker symlinks.
6019 * configure: Rebuild.
6020 * Makefile.in (exeext): Set to @host_exeext@.
6021 (build_exeext): New variable, set to @build_exeext@.
6022 (FLAGS_TO_PASS): Pass down build_exeext.
6023 (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
6026 Wed Dec 31 10:05:44 1997 Jeffrey A Law (law@cygnus.com)
6028 * mn10200.md (addsi3, subsi3): Fix thinkos.
6030 Tue Dec 30 00:04:49 1997 Richard Henderson <rth@cygnus.com>
6032 * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
6033 save+restore. Fix pic+big_offset delay slot. Use "pic" case for
6034 unix always, since we want to be able to thunk to functions in a
6035 shared library from an application.
6037 Mon Dec 29 14:37:31 1997 Ian Lance Taylor <ian@cygnus.com>
6039 * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
6040 (LIB1ASMSRC, LIB1ASMFUNCS): Define.
6042 Mon Dec 29 14:03:38 1997 Jeffrey A Law (law@cygnus.com)
6044 * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
6045 offset's mode is not ptr_mode, convert it.
6047 Mon Dec 29 15:58:18 1997 Michael Meissner <meissner@cygnus.com>
6049 * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
6050 compiling if it was already defined.
6052 Sun Dec 28 00:32:16 1997 Jeffrey A Law (law@cygnus.com)
6054 * flow.c (find_basic_blocks): Don't create a new basic block
6055 for calls in a LIBCALL block.
6057 Sun Dec 28 00:30:24 1997 David Edelsohn <edelsohn@mhpcc.edu>
6059 * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
6061 Sat Dec 27 22:43:12 1997 Jeffrey A Law (law@cygnus.com)
6063 * cse.c (rtx_cost): Remove conflicting default case.
6065 Sat Dec 27 21:20:02 1997 Richard Henderson <rth@cygnus.com>
6067 * configure.in: Move default enabling of Haifa out of for loop.
6068 * configure: Rebuild.
6070 Thu Dec 25 01:02:54 1997 Jeffrey A Law (law@cygnus.com)
6072 * version.c: Bump for snapshot.
6074 1997-12-25 Teemu Torma <tot@trema.com>
6076 * Makefile.in (GTHREAD_FLAGS): New var.
6077 (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
6078 (distclean): Remove gthr-default.h.
6080 * configure.in: Accept dce as a thread package.
6081 Check for thread.h and pthread.h.
6082 Link gthr-default.h to appropriate thread file and set
6084 (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
6085 include multilib definitions from pa/t-dce-thr.
6086 (sparc-*-solaris2*): Enable threads by default, if thread.h or
6087 pthread.h is found, preferring posix threads over solaris ones.
6089 * config/pa/t-dce-thr: New file.
6090 * config/pa/t-pa: Removed multilibs.
6091 * config/sparc/t-sol2: Ditto.
6094 * gthr-single.h: New file.
6095 * gthr-posix.h: New file.
6096 * gthr-solaris.h: New file.
6097 * gthr-dce.h: New file.
6098 * libgcc-thr.h: Removed.
6099 * objc/thr-dce.c: New file copied from thr-decosf1.c.
6101 * frame.c: Include gthr.h instead of libgcc-thr.h.
6102 * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
6103 (eh_context_initialize): If __gthread_once fails, use static eh
6105 (eh_context_free): Call __gthread_key_dtor.
6107 Wed Dec 24 23:33:17 1997 Jeffrey A Law (law@cygnus.com)
6109 * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
6111 Wed Dec 24 23:12:14 1997 Jim Wilson <wilson@cygnus.com>
6113 * cse.c (max_insn_uid): New variable.
6114 (cse_around_loop): Use max_insn_uid.
6115 (cse_main): Set max_insn_uid.
6117 * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
6118 and define __LONG_MAX__ appropriately. Add support for -mabi=X,
6119 -mlong64, and -mgp{32,64} options.
6120 * mips.c (mips_abi): Change type to int.
6121 * mips.h (enum mips_abi_type): Delete.
6122 (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
6123 (mips_abi): Change type to int.
6125 Wed Dec 24 22:38:34 1997 John Carr <jfc@mit.edu>
6127 * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
6128 optimization is now always enabled.
6130 * calls.c (expand_call): Recognize C++ operator new as malloc-like
6133 * alias.c (memrefs_conflict_p): Eliminate tests now done by
6135 (*_dependence): Call canon_rtx before base_alias_check.
6136 (init_alias_once): New function to precompute set of registers which
6137 can hold Pmode function arguments.
6139 * rtl.h: Declare init_alias_once.
6141 * toplev.c (compile_file): Call init_alias_once.
6143 Wed Dec 24 22:34:55 1997 Jeffrey A Law (law@cygnus.com)
6145 * tree.c (restore_tree_status): Do not dereference a null pointer.
6147 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
6149 * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
6150 RLIMIT_STACK. This maintains consistency with the recent, similar
6151 patch to cccp.c and toplev.c.
6153 Tue Dec 23 05:17:28 1997 Richard Henderson <rth@cygnus.com>
6155 * genattrtab.c (expand_units): For large nr opclasses, expand
6156 function_units_used with ORX to prevent blowups. Tag with FFS.
6157 (num_unit_opclasses): New variable.
6158 (gen_unit): Update it.
6159 (enum operator): Add ORX_OP.
6160 (operate_exp): Treat ORX as or, except don't expand across an if.
6161 Reuse number rtx's after operating on them.
6162 (check_attr_value): Accept IOR, AND, & FFS.
6163 (write_test_expr): Transmute `in_comparison' to `flags'. Allow
6164 for attribute value caching. Handle CONST_STRING, IF_THEN_ELSE.
6165 (write_expr_attr_cache, write_toplevel_expr): New functions.
6166 (write_attr_get): Handle FFS-tagged expressions.
6167 (make_canonical): Don't expand const attributes.
6168 (convert_const_symbol_ref): Dike out.
6169 (evaluate_eq_attr): Handle SYMBOL_REF.
6170 (main): Don't emit get_attr_foo for const attributes.
6172 * alpha.c (override_options): Reinstate PROCESSOR_EV6.
6173 (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
6174 * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
6175 * alpha.md: Redo all of the scheduling, adding EV6 support, and
6176 combining function units where possible.
6177 (attr "type"): Split loads, stores, cmov into int/fp. Combine
6178 multiplies and divides. Add EV6 sqrt, ftoi, itof.
6179 (attr "opsize"): New attribute.
6180 (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
6181 (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
6182 to control register allocation.
6183 (movsi2-1, movdi2-1): Likewise.
6185 Tue Dec 23 03:53:21 1997 Richard Henderson <rth@cygnus.com>
6187 * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
6188 MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
6189 Move OSF/1 specific defines out.
6190 * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
6191 Move Linux specific defines out.
6192 (LINK_SPEC): Genericize.
6193 (ASM_FILE_START): Emit .arch if using more than the base insn set.
6194 (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
6195 (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
6196 (HANDLE_SYSV_PRAGMA): Define.
6197 * alpha/osf.h: New file.
6198 * alpha/linux.h: Split. Retain file-format independant defines.
6199 Import Linux bits from elf.h.
6200 (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
6201 (FUNCTION_PROFILER): _mcount takes its address in $28.
6202 (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
6203 * alpha/linux-ecoff.h: New file.
6204 * alpha/linux-elf.h: New file.
6205 * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
6206 * alpha/win-nt.h (TARGET_DEFAULT): Define.
6207 * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
6208 Add new headers as appropriate.
6210 * configure.in (alpha*): Enable Haifa by default.
6211 (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
6212 * configure: Rebuild.
6214 Tue Dec 23 03:14:54 1997 Richard Henderson <rth@cygnus.com>
6216 * Makefile.in (clean): Remove the stages with their objects here ...
6217 (distclean): ... instead of here.
6219 Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6221 * cse.c (rtx_cost): Add default case in enumeration switch.
6222 * fix-header.c (recognized_macro): Likewise.
6223 (recognized_extern): Likewise.
6224 (write_rbrac): Likewise.
6225 * objc/objc-act.c (encode_aggregate): Likewise.
6226 (gen_declarator): Likewise.
6227 (gen_declspecs): Likewise.
6229 Mon Dec 22 09:58:51 1997 Jeffrey A Law (law@cygnus.com)
6231 * haifa-sched.c (create_reg_dead_note): Detect and handle another
6232 case where we kill more regs after sched than were killed before
6234 * sched.c (create_reg_dead_note): Similarly.
6236 Mon Dec 22 09:18:37 1997 Jeffrey A Law (law@cygnus.com)
6238 * c-pragma.c: Include flags.h.
6240 Sun Dec 21 22:10:59 1997 Mumit Khan <khan@xraylith.wisc.edu>
6242 * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
6243 about system headers.
6244 (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
6245 and also to resolve symbols in prefix.c.
6247 * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
6248 between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
6249 when the definitions in auto-config.h is not visible.
6250 (HAVE_BZERO): Likewise.
6251 (HAVE_BCMP): Likewise.
6252 (HAVE_RINDEX): Likewise.
6253 (HAVE_INDEX): Likewise.
6255 Sun Dec 21 21:54:22 1997 Jeffrey A Law (law@cygnus.com)
6257 * pa.c (emit_move_sequence): Handle a function label source
6260 Sun Dec 21 16:13:55 1997 Nick Clifton <nickc@cygnus.com
6262 * c-pragma.c (handle_pragma_token): Generate warning messages
6263 about unknown pragmas if warn_unknown_pragmas is set.
6265 * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
6266 line option to set variable: warn_unknown_pragmas.
6268 Sun Dec 21 15:51:10 1997 Manfred Hollstein <manfred@lts.sel.alcatel.de>
6270 * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
6272 (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
6274 Sun Dec 21 13:58:39 1997 Jeffrey A Law (law@cygnus.com)
6276 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
6277 (libgcc2.a): Depend on $(DPBIT) and $(FPBIT). Add rules to
6278 generate more fine grained floating point emulation libraries.
6279 * config/fp-bit.c: Add protecting #ifdef to all functions so
6280 that they can be compiled separately. If !FINE_GRAINED_LIBRARIES,
6281 then compile all suitable functions.
6282 (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
6283 underscores to avoid namespace pollution.
6284 * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
6286 * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
6290 Sat Dec 20 11:26:47 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6291 Jeff Law <law@cygnus.com>
6293 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
6295 * c-decl.c (finish_decl): Use parentheses around && within ||.
6296 * rtl.c: Include stdlib.h.
6297 (read_skip_spaces): Add parentheses around assignments used as
6299 (read_rtx): Initialize list_rtx.
6300 * cppexp.c (parse_number): Use || when operands are truth values.
6301 * alias.c (find_base_value): Add default case.
6302 (memrefs_conflict): Likewise.
6303 * combine.c (sets_function_arg_p): Likewise.
6304 * genemit.c (gen_exp): Likewise.
6305 * local-alloc.c (contains_replace_regs): Likewise.
6306 * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
6307 * fold-const.c (fold_convert): Use "&&" for truth values.
6308 (fold): Add default case.
6309 * sdbout.c (sdbout_field_types): Fix typo in declaration.
6310 (sdbout_one_type): Add default case.
6311 * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
6312 (some_operand): Add default case.
6313 (input_operand): Likewise.
6314 (signed_comparison_operator): Likewise.
6315 (divmod_operator): Likewise.
6316 (alpha_set_memflags_1): Likewise.
6317 * reload1.c (reload_cse_simplify_operands): Ensure function
6318 always returns a value.
6319 * scan-decls.c (scan_decls): Likewise.
6320 * c-lex.c (skip_white_space): Fix typo in declaraion.
6321 * c-typeck.c (comp_target_types): Add parentheses around assignment
6322 used as truth value.
6323 (print_spelling): Likewise.
6324 (constructor_implicit, constructor_result): Remove unused variables.
6325 * collect2.c (scan_library): Protect prototype with
6326 #ifdef SCAN_LIBRARIES.
6327 * emit-rtl.c (find_line_note): Fix typo in declaration.
6328 * final.c (asm_insn_count): Protect prototype with
6329 #ifdef HAVE_ATTR_length.
6330 * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
6331 (try_pre_increment_1, try_pre_increment): Likewise.
6332 * regclass.c (auto_inc_dec_reg_p): Protect prototype with
6333 #ifdef FORBIDDEN_INC_DEC_CLASSES. Make return type explicit.
6334 * gcov-io.h (__store_long, __write_long, __read_long): Fix
6335 unsigned/signed comparisons.
6336 * gcov.c (read_files): Remove unused "first_type" variable.
6337 (scan _for_source_files): Initialize s_ptr.
6338 (function_summary): Eliminate "%lf" formatting, use %ld for
6340 (output_data): Initialize branch_probs and last_line_num.
6341 Eliminate "%lf" formatting, use "%ld" for longs.
6343 Fri Dec 19 17:31:11 1997 Ian Lance Taylor <ian@cygnus.com>
6345 * mips16.S: New file.
6347 * libgcc2.c (varargs): Handle mips16.
6349 * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
6351 * stmt.c (expand_end_case): Likewise.
6352 * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
6353 * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
6354 * rs6000.h, sh.h, tahoe.h, v850.h, vax.h: Likewise.
6356 Tue Dec 16 15:14:09 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6358 * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
6359 the build directory.
6360 (libobjc.a): Update dependency list.
6361 (libobjc.dll): Likewise. Use libobjc_entry.o from the build
6363 (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
6364 (objc.mostlyclean): Remove runtime-info.h.
6366 Fri Dec 19 00:19:42 1997 Richard Henderson <rth@cygnus.com>
6368 * tree.c (build_range_type): Allow creation of ranges with no maximum.
6369 * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
6370 * dwarf2out.c (add_subscript_info): Likewise.
6371 * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
6372 * sdbout.c (plain_type_1): Likewise.
6373 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
6375 * fold-const.c (int_const_binop, fold_convert, make_range, fold):
6378 Thu Dec 18 17:05:10 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6380 * mips.c (fatal): Remove declaration.
6382 1997-12-18 Mark Mitchell <mmitchell@usa.net>
6384 * integrate.c (get_label_from_map): New function.
6385 (expand_inline_function): Use it. Initialize the label_map to
6386 NULL_RTX instead of gen_label_rtx.
6387 (copy_rtx_and_substitute): Use get_label_from_map.
6388 * integrate.h (get_label_from_map): New function.
6389 (set_label_from_map): New macro.
6390 * unroll.c (unroll_loop): Use them.
6391 (copy_loop_body): Ditto.
6393 Thu Dec 18 19:19:57 1997 Ian Lance Taylor <ian@cygnus.com>
6395 * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
6396 (INIT_TARGET_OPTABS): Define.
6397 * mips/ecoff.h: Include gofast.h before mips.h.
6398 (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
6399 * mips/elf64.h: Likewise.
6400 * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
6402 Thu Dec 18 14:51:12 1997 Jason Merrill <jason@yorick.cygnus.com>
6404 * except.c: Remove register_exception_table{,_p}.
6406 Thu Dec 18 14:57:29 1997 Gavin Koch <gavin@cygnus.com>
6408 * unroll.c (calculate_giv_inc): Handle constant increment found in
6409 a MEM with an appropriate REG_EQUAL note.
6411 * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
6413 * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
6414 frame pointer in the prologue.
6416 Thu Dec 18 00:19:38 1997 Robert Lipe <robertl@dgii.com>
6418 * i386/x-sco5 (CLIB) Deleted. (ALLOCA) Added.
6419 * i386/xm-sco5.h (USE_C_ALLOCA) Added.
6421 Tue Dec 16 18:51:00 1997 Bill Moyer <billm@cygnus.com>
6423 * config/m68k/m68k.c (output_function_prologue): Typecast
6424 dwarf2out_cfi_label to (char *).
6425 * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
6427 Wed Dec 17 15:06:04 1997 Richard Henderson <rth@cygnus.com>
6429 * sparc.md (jump): Don't use the annul bit around an empty loop.
6430 Patch from Kevin.Kelly@East.Sun.COM.
6432 Wed Dec 17 00:51:36 1997 Stan Cox (scox@cygnus.com)
6434 * jump.c: (jump_optimize): Don't use the return register as a
6435 source1 of a conditional move.
6437 Tue Dec 16 23:45:40 1997 Richard Henderson <rth@cygnus.com>
6439 * sparc.c (DF_MODES): Or the mask not the bit number.
6440 (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
6442 Wed Dec 17 00:13:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
6444 * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
6446 Tue Dec 16 23:44:54 1997 Manfred Hollstein <manfred@s-direktnet.de>
6448 * fixincludes (size_t): Add support for Motorola's stdlib.h
6449 which fails to provide a definition for size_t.
6450 (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
6451 (strlen,strspn,strcspn return value): Handle different layout on sysV88.
6452 (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
6454 * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
6455 prevent unresolved externals in libio.
6456 * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
6458 Tue Dec 16 23:25:45 1997 H.J. Lu (hjl@gnu.org)
6460 * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
6461 (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
6462 (LIB_SPEC): Updated for glibc 2.
6464 Tue Dec 16 20:11:36 1997 Jeffrey A Law (law@cygnus.com)
6466 * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
6467 * ginclude/varargs.h: Likewise.
6469 Tue Dec 16 00:32:01 1997 Jeffrey A Law (law@cygnus.com)
6471 * version.c: Bump for snapshot.
6473 Tue Dec 16 00:14:29 1997 H.J. Lu (hjl@gnu.org)
6475 * frame.h (__register_frame, __register_frame_table,
6476 __deregister_frame): New.
6477 * frame.c (__register_frame, __register_frame_table,
6478 __deregister_frame): New.
6479 * frame.c (__deregister_frame_info): Return void *.
6480 * frame.h (__deregister_frame_info): Ditto.
6481 * collect2.c (__deregister_frame_info): Ditto.
6483 Mon Dec 15 18:40:08 1997 Richard Henderson <rth@cygnus.com>
6485 * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
6487 Mon Dec 15 18:31:43 1997 Richard Henderson <rth@cygnus.com>
6489 * alpha.c (alpha_cpu_name): New variable.
6490 (alpha_mlat_string): Likewise.
6491 (alpha_memory_latency): Likewise.
6492 (override_options): Handle -mmemory-latency.
6493 (alpha_adjust_cost): Adjust load cost for latency.
6494 * alpha.h (TARGET_OPTIONS): Add meory-latency.
6495 (REGISTER_MOVE_COST): Define in terms of memory_latency. Take
6496 TARGET_CIX into account.
6497 (MEMORY_MOVE_COST): Define in terms of memory_latency.
6498 * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
6500 * alpha.h (ASM_COMMENT_START): New macro.
6502 Mon Dec 15 17:48:05 1997 Richard Henderson <rth@cygnus.com>
6504 * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
6505 dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
6507 * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
6508 SUBREG_REG if the word count is unchanged.
6509 * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
6510 subregs of identical word size for push_reload.
6512 Mon Dec 15 Mark Mitchell <mmitchell@usa.net> 11:41:32 1997
6514 * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
6515 if all we're doing is dealing with -Wreturn-type.
6517 Mon Dec 15 09:44:39 1997 Richard Henderson <rth@cygnus.com>
6519 * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
6520 Use and 255 instead of zapnot 1, since it schedules better.
6522 Mon Dec 15 08:48:24 1997 Jeffrey A Law (law@cygnus.com)
6524 * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
6527 Mon Dec 15 00:04:48 1997 Jeffrey A Law (law@cygnus.com)
6529 * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
6530 dependency we delete. Properly update prev for multiple consecutive
6532 (priority): Skip deleted dependence.
6534 Fri Dec 12 18:54:23 1997 Per Bothner <bothner@cygnus.com>
6536 * expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
6538 Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6540 * flow.c (flow_analysis): Be consistent with find_basic_blocks in
6541 determining when a new basic block starts.
6543 * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
6545 * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
6546 * pa.md (iorsi3): Add missing args to *_operand calls.
6548 * except.c (call_get_eh_context): Don't mess with sequences.
6549 (emit_eh_context): Include the call in the sequence here.
6551 1997-12-11 Paul Eggert <eggert@twinsun.com>
6553 * collect2.c (write_c_file_glob): Allocate initial frame object
6554 in static storage and pass its address.
6556 Thu Dec 11 23:33:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6558 * except.c (call_get_eh_context): Don't take a parm.
6559 Put the call at the top of the function.
6560 (emit_eh_context): Adjust.
6561 (get_eh_context): Replace with former use_eh_context.
6562 (get_eh_context_once, get_saved_pc_ref): Remove.
6563 (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
6565 * integrate.c (expand_inline_function): Adjust.
6566 * toplev.c (rest_of_compilation): Don't call emit_unwinder.
6568 Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
6570 * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
6571 (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
6573 Thu Dec 11 23:55:17 1997 Manfred Hollstein <manfred@s-direktnet.de>
6575 * fixincludes (strlen,strspn,strcspn return value): Handle different
6577 (hypot): Provide a fake for hypot which is broken on
6578 m88k-motorola-sysv3.
6580 Thu Dec 11 23:50:17 1997 John F. Carr <jfc@mit.edu>
6582 * tree.c, tree.h: Change tree_code_type, tree_code_length, and
6583 tree_code_name from pointers to arrays.
6584 * tree.c: Remove standard_tree_code_* variables, no longer used.
6585 * print-tree.c: Remove declaration of tree_code_name.
6587 * cp/lex.c (init_lex): Update for tree_code_* changes.
6588 * objc/objc-act.c (init_objc): Likewise.
6590 * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
6593 Thu Dec 11 23:34:54 1997 Fred Fish <fnf@ninemoons.com>
6595 * config.sub: Add support for BeOS target.
6596 * configure.in: Likewise.
6597 * ginclude/stdarg.h: Likewise.
6598 * ginclude/stddef.h: Likewise.
6599 * ginclude/varargs.h: Likewise.
6600 * rs6000/beos.h: New file for BeOS.
6601 * rs6000/t-beos: Likewise.
6602 * rs6000/x-beos: Likewise.
6603 * rs6000/xm-beos.h: Likewise.
6604 * toplev.c (get_run_time): Just return 0 on BeOS.
6606 Thu Dec 11 23:25:23 1997 Jeffrey A Law (law@cygnus.com)
6607 Toon Moene (toon@moene.indiv.nluug.nl)
6609 * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
6610 old and broken Sun3 assemblers. Newer versions handle large
6611 offsets correctly as does the GNU assembler.
6613 Thu Dec 11 23:06:48 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6615 * objc/objc-act.c (lang_report_error_function): Disable.
6616 * objc/objc-parse.y: Include "output.h".
6617 (yyerror): Remove redundant decl.
6618 (yyprint): Fix prototype.
6619 (apply_args_register_offset): Remove redundant decl.
6620 (get_file_function_name): Likewise.
6622 Thu Dec 11 22:02:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6624 * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
6626 (find_basic_blocks_1): Likewise.
6628 Thu Dec 11 21:08:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6630 * except.c (use_eh_context): Don't copy_rtx a REG.
6631 (emit_throw): Lose old unwinder support.
6632 (expand_internal_throw): Likewise.
6633 * libgcc2.c (struct eh_context): Likewise.
6634 (new_eh_context): Likewise.
6635 (__get_eh_info): Lose redundant cast.
6636 (__get_dynamic_handler_chain): Likewise.
6637 (__get_saved_pc): Lose.
6638 Lose all old unwinder support code.
6640 Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
6642 Thread-safe EH support for pthreads, DCE threads and Solaris threads.
6644 * integrate.c (expand_inline_function): If the inline fn uses eh
6645 context, make sure that the current fn has one.
6646 * toplev.c (rest_of_compilation): Call emit_eh_context.
6647 * except.c (use_eh_context): New fn.
6648 (get_eh_context_once): New fn.
6649 (call_get_eh_context): New fn.
6650 (emit_eh_context): New fn.
6651 (get_eh_context): Call either get_eh_context_once or
6652 call_get_eh_context, depending on what we have.
6653 (get_dynamic_handler_chain): Call get_eh_context_once.
6654 * except.h: Prototypes for fns above.
6655 * optabs.c (get_eh_context_libfunc): Removed.
6656 (init_optabs): Don't initialize it.
6657 * expr.h (get_eh_context_libfunc): Removed.
6658 * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
6659 * config/pa/pa.h (CPP_SPEC): Support for -threads.
6660 * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
6661 * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
6662 New multilib for -threads.
6663 * config/sparc/t-sol2: Added multilibs for -threads and
6664 made -pthreads alias to it.
6665 * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
6666 Added -threads and -pthreads options.
6667 * libgcc-thr.h: New file.
6668 * libgcc2.c: (__get_cpp_eh_context): Removed.
6669 (struct cpp_eh_context): Removed.
6670 (struct eh_context): Replaced cpp_eh_context with generic language
6672 (__get_eh_info): New function.
6673 (__throw): Check eh_context::info.
6675 * libgcc2.c: Include libgcc-thr.h.
6676 (new_eh_context, __get_eh_context,
6677 eh_pthread_initialize, eh_context_initialize, eh_context_static,
6678 eh_context_specific, eh_context_free): New functions.
6679 (get_eh_context, eh_context_key): New variables.
6680 (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
6681 get_eh_context to get the context.
6682 (longjmp): Move the declaration inside
6683 #ifdef DONT_USE_BUILTIN_SETJMP.
6684 * frame.c: Include libgcc-thr.h.
6685 (object_mutex): Mutex to protect the object list.
6686 (find_fde, __register_frame, __register_frame_table,
6687 __deregister_frame): Hold the lock while accessing objects.
6688 * except.h (get_eh_context): Declare.
6689 * except.c (current_function_ehc): Define.
6690 (current_function_dhc, current_function_dcc): Removed.
6691 (get_eh_context): New function.
6692 (get_dynamic_handler_chain): Use get_eh_context.
6693 (get_saved_pc_ref): Ditto.
6694 (get_dynamic_cleanup_chain): Removed references to
6695 current_function_dcc.
6696 (save_eh_status, restore_eh_status): Save and restore
6697 current_function_ehc instead.
6698 * optabs.c (get_eh_context_libfunc): New variable.
6699 (init_optabs): Initialize it.
6700 * expr.h: Declare get_eh_context_libfunc.
6701 * function.h (struct function): Replaced dhc and dcc with ehc.
6702 * except.c (get_saved_pc_ref): New functions.
6703 (eh_saved_pc_rtx, eh_saved_pc): Deleted.
6704 (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
6706 (end_eh_unwinder): Likewise.
6707 (init_eh): Remove initialization of eh_saved_pc.
6708 * optabs.c (get_saved_pc_libfunc): New variable.
6709 (init_optabs): Initialize it.
6710 * expr.h: Declare get_saved_pc_libfunc.
6711 * except.h (eh_saved_pc_rtx): Deleted.
6712 (get_saved_pc_ref): Declared.
6714 From Scott Snyder <snyder@d0sgif.fnal.gov>:
6715 * libgcc2.c (__get_saved_pc): New.
6716 (__eh_type, __eh_pc): Deleted.
6717 (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
6718 (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
6721 Thu Dec 11 17:23:48 1997 John F. Carr <jfc@mit.edu>
6723 * sparc/sol2.h: Use 64 bit multiply and divide functions in
6724 Solaris libc. Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
6727 * rtl.h (global_rtl): New variable, replacing separate variables for
6729 (const_int_rtx): Now array of rtx_def, not rtx.
6730 * emit-rtl.c: Update for new rtl data structures.
6731 * genattrtab.c: Define global_rtl.
6733 Thu Dec 11 15:50:29 1997 David Edelsohn <edelsohn@mhpcc.edu>
6735 * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
6738 Wed Dec 10 12:30:18 1997 Anthony Green <green@cygnus.com>
6740 * crtstuff.c (__do_global_ctors): Fix typo.
6742 Tue Dec 9 09:43:59 1997 Manfred Hollstein <manfred@s-direktnet.de>
6744 * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
6745 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
6747 Tue Dec 9 09:38:58 1997 David Edelsohn <edelsohn@mhpcc.edu>
6749 * rs6000.h (FUNCTION_ARG_PADDING): Define.
6750 * rs6000.c (function_arg_padding): New function.
6752 Tue Dec 9 10:34:21 1997 Manfred Hollstein <manfred@s-direktnet.de>
6754 * m68k.c: Include tree.h only once.
6756 Tue Dec 9 09:32:33 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6758 * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
6760 Tue Dec 9 01:16:06 1997 Jeffrey A Law (law@cygnus.com)
6762 * Partially cleaned up prototyping code from HJ.
6763 * tree.h: Add many prototypes.
6764 * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
6765 All references changed.
6766 * rtl.h: Protect from multiple inclusions. Add many prototypes.
6768 Tue Dec 9 01:15:15 1997 Fred Fish <fnf@ninemoons.com>
6770 * libgcc2.c (string.h): Hoist inclusion to occur before first use of
6771 string functions like strlen.
6773 Tue Dec 9 00:57:38 1997 Manfred Hollstein <manfred@s-direktnet.de>
6775 * configure.in: Check for functions getrlimit and setrlimit.
6776 * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
6777 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
6779 Mon Dec 8 23:53:26 1997 Jay Sachs <sachs@bull.cs.williams.edu>
6781 * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
6783 Mon Dec 8 21:03:28 1997 Richard Henderson <rth@cygnus.com>
6785 * alpha.c (REG_RA, alpha_return_addr, output_epilog):
6788 * alpha.c (override_options): Don't know about scheduling for EV6.
6789 * alpha.md (ev5 function units): Don't overload as ev6.
6791 * alpha.c (alpha_adjust_cost): Simplify. Fix typo in ev5 mult case.
6792 * alpha.md (define_attr type): Add mvi.
6793 (ev5_e0): Define sceduling parameters for it.
6794 (TARGET_MAX insns): Type is mvi not shift.
6796 Mon Dec 8 18:15:00 1997 Richard Henderson <rth@cygnus.com>
6798 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
6800 Mon Dec 8 21:17:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
6802 * cstamp-h, auto-config.h: Delete.
6804 Sun Dec 7 19:19:03 1997 Jeffrey A Law (law@cygnus.com)
6806 * version.c: Bump for snapshot.
6808 Sat Dec 6 22:22:22 1997 Jeffrey A Law (law@cygnus.com)
6810 * cccp.c: Fix typo brought over in merge.
6812 * Merge in changes from gcc-2.8.
6814 Mon Nov 3 05:45:32 1997 Philippe De Muyter <phdm@macqel.be>
6816 * m68k.c: Include tree.h for dwarf2out_cfi_label.
6818 * gcc.c (process_command): Do not take address of function fatal when
6819 calling lang_specific_driver.
6821 Sat Dec 6 01:02:38 1997 Mumit Khan <khan@xraylith.wisc.edu>
6823 * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
6824 doesn't work with it yet, so set it to 0.
6825 * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
6827 Sat Dec 6 01:01:02 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
6829 * cse.c (cse_insn): Check for invalid entries when taking references.
6831 Fri Dec 5 18:26:25 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
6833 * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
6834 (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
6835 * toplev.c (rest_of_compilation): Pass it. Remove code to
6836 save / clear / restore flag_unroll_{,all_}loops.
6838 Fri Dec 5 16:26:03 1997 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
6840 * i386.c (notice_update_cc): Remove bogus pentium GCC code.
6842 Fri Dec 5 16:25:14 1997 Jeffrey A Law (law@cygnus.com)
6844 * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
6846 Thu Dec 4 11:51:00 1997 Jason Merrill <jason@yorick.cygnus.com>
6848 * except.c (get_dynamic_handler_chain): Only make the call once per
6851 * except.c (expand_end_all_catch): Fix for sjlj exceptions.
6853 Thu Dec 4 12:30:40 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
6855 * sh.c (final_prescan_insn): Use local label prefix
6856 when emitting .uses pseudo-ops.
6858 Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
6860 * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
6861 * except.c: Lose outer_context_label_stack.
6862 (expand_eh_region_end): Rethrow from outer_context here.
6863 (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
6864 (expand_internal_throw): Take no args.
6865 (expand_internal_throw_indirect): Lose.
6866 (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
6867 (expand_start_all_catch): Start a rethrow region.
6868 (expand_end_all_catch): End it.
6869 (expand_rethrow): New fn.
6870 * except.h: Reflect above changes.
6871 * flow.c: Revert change of Nov 27.
6873 Thu Dec 4 00:24:09 1997 Jeffrey A Law (law@cygnus.com)
6875 * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
6877 Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
6879 * except.c (expand_fixup_region_end): New fn.
6880 (expand_fixup_region_start): Likewise.
6881 (expand_eh_region_start_tree): Store cleanup into finalization here.
6882 * stmt.c (expand_cleanups): Use them to protect fixups.
6884 Wed Dec 3 11:41:13 1997 Gavin Koch <gavin@cygnus.com>
6886 * mips/mips.md (muldi3_r4000): Broaden the output template
6887 and attribute assignments to handle three operand dmult;
6888 rename to muldi3_internal2.
6889 (muldi3): Call the new muldi3_internal2 for R4000, and
6890 any GENERATE_MULT3 chip.
6892 Tue Dec 2 19:40:43 1997 Jason Merrill <jason@yorick.cygnus.com>
6894 * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
6896 Tue Dec 2 12:54:33 1997 Jim Wilson <wilson@cygnus.com>
6898 * unroll.c (find_splittable_givs): Remove last change. Handle givs
6899 with a dest_reg that was created by loop.
6901 Sat Nov 29 12:44:57 1997 David Edelsohn <edelsohn@mhpcc.edu>
6903 * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
6905 * rs6000/aix41.h (ASM_CPU_SPEC): Define.
6907 Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com)
6909 * configure.in: Fix NCR entries.
6911 Thu Nov 27 12:20:19 1997 Jeffrey A Law (law@cygnus.com)
6913 * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
6914 nested exceptions correctly.
6916 * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
6917 that was created by loop.
6919 Thu Nov 27 09:34:58 1997 Jason Merrill <jason@yorick.cygnus.com>
6921 * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
6923 * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
6925 Wed Nov 26 15:47:30 1997 Michael Meissner <meissner@cygnus.com>
6927 * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
6928 (print_operand): Use SMALL_DATA_REG for the register involved in
6929 small data relocations.
6930 (print_operand_address): Ditto.
6932 * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
6933 -dynamic linker is not used.
6935 * rs6000.md (call insns): For local calls, use @local suffix under
6936 System V. Don't use @plt under Solaris.
6938 * rs6000.c (output_function_profiler): Put label address in r0, and
6939 store LR in 4(sp) for System V/eabi.
6941 * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
6942 byte boundary, and maintain stack backchain.
6944 Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
6946 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
6947 fix_truncsfdi2): Change *.
6949 Wed Nov 26 11:12:26 1997 Jason Merrill <jason@yorick.cygnus.com>
6951 * toplev.c (main): Complain about -gdwarfn.
6953 Tue Nov 25 22:43:30 1997 Jason Merrill <jason@yorick.cygnus.com>
6955 * dwarfout.c (output_type): If finalizing, write out nested types
6956 of types we've already written.
6958 Tue Nov 25 20:32:24 1997 Michael Meissner <meissner@cygnus.com>
6960 (patches originally from Geoffrey Keating)
6961 * rs6000.c (function_arg): Excess floating point arguments don't
6962 go into GPR registers after exhausting FP registers under the
6964 (function_arg_partial_nregs): Ditto.
6966 * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
6969 Tue Nov 25 23:37:27 1997 Jason Merrill <jason@yorick.cygnus.com>
6971 * integrate.c (output_inline_function): Just unset DECL_INLINE.
6973 Tue Nov 25 23:33:29 1997 scott snyder <snyder@d0sgif.fnal.gov>
6975 * dwarf2out.c (outout_call_frame_info): Ensure that the info has
6978 * libgcc2.c (__throw): Initialize HANDLER.
6980 Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
6982 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
6983 fix_truncsfdi2): Change *X to ?*X.
6985 Tue Nov 25 10:00:42 1997 Richard Henderson (rth@cygnus.com)
6987 * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
6989 Tue Nov 25 10:00:42 1997 Jeffrey A Law (law@cygnus.com)
6991 * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
6993 Tue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog.fr>:
6995 * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
6997 Mon Nov 24 22:41:55 1997 Jason Merrill <jason@yorick.cygnus.com>
6999 * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
7000 * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
7003 Sat Nov 22 18:58:20 1997 Jeffrey A Law (law@cygnus.com)
7005 * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
7006 * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
7007 gas and not using the new HP assembler.
7009 Fri Nov 21 15:20:05 1997 Jeffrey A Law (law@cygnus.com)
7011 * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
7012 (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
7014 Fri Nov 21 19:37:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
7016 * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
7017 TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
7020 Fri Nov 21 12:49:56 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
7022 * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
7024 Fri Nov 21 12:18:51 1997 Jason Merrill <jason@yorick.cygnus.com>
7026 * except.h: Add outer_context_label_stack.
7027 * except.c: Likewise.
7028 (expand_start_all_catch): Push the outer_context for the try block
7029 onto outer_context_label_stack.
7030 (expand_end_all_catch): Use it and pop it.
7032 Fri Nov 21 10:13:11 1997 Robert Lipe (robertl@dgii.com)
7034 * i386/sco5.h (HAVE_ATEXIT): Revert last change.
7036 Thu Nov 20 16:11:50 1997 Richard Henderson <rth@cygnus.com>
7038 * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
7040 Thu Nov 20 16:11:50 1997 Klaus Kaempf <kkaempf@progis.de>
7042 * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
7043 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7045 Thu Nov 20 14:42:15 1997 Jason Merrill <jason@yorick.cygnus.com>
7047 * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
7048 * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
7049 __builtin_delete, and __builtin_vec_delete.
7051 * except.c (output_exception_table): Don't bother with
7054 Thu Nov 20 16:11:50 1997 Jeffrey A Law (law@cygnus.com)
7056 * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
7057 is an in/out operand.
7058 (zero extended variants of stwm/stwm patterns): Similarly.
7060 * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
7062 Thu Nov 20 13:19:32 1997 Jason Merrill <jason@yorick.cygnus.com>
7064 * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
7066 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
7067 (output_call_frame_info): Emit a \n after using it.
7069 Thu Nov 20 00:38:46 1997 Dave Love <d.love@dl.ac.uk>
7071 * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
7073 Wed Nov 19 12:03:04 1997 Philippe De Muyter <phdm@macqel.be>
7075 * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
7076 (ASM_OUTPUT_DWARF_VALUE4): New macro.
7077 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
7079 (output_call_frame_info): Do not output forward label differences
7080 if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
7081 * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
7083 Tue Nov 18 23:03:30 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7085 * sh.md (attribute "type"): Add nil.
7086 (movsi_ie): y/y alternative is type nil.
7087 (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
7089 (movsf_ie+1): Delete.
7091 Tue Nov 18 15:39:59 1997 Jim Wilson <wilson@cygnus.com>
7093 * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
7094 large_int, emit two insns instead of one splitable insn.
7095 * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
7096 from cfa_temp_value, use cfa_offset. Add assert checking that
7099 Mon Nov 17 15:35:38 1997 Tom Tromey <tromey@cygnus.com>
7101 * cccp.c (deps_output): Properly quote file names for make.
7103 Mon Nov 17 13:21:40 1997 Jeffrey A Law (law@cygnus.com)
7105 * t-h8300 (MULTILIB_EXCEPTIONS): Define.
7107 Fri Nov 7 15:33:11 1997 Robert Lipe (robertl@dgii.com)
7109 * i386/sco5.h (HAVE_ATEXIT): Delete definition.
7111 Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com)
7113 * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
7115 (cse_end_of_basic_block): Similarly.
7117 Sun Nov 16 23:01:40 1997 J. Kean Johnston <jkj@sco.com>
7119 * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
7120 (SELECT_RTX_SECTION): Define.
7121 (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
7123 Sun Nov 16 22:47:03 1997 Manfred Hollstein <manfred@s-direktnet.de>
7125 * Makefile.in (compare, compare-lean): Define $stage for each
7127 (gnucompare, gnucompare-lean): Likewise.
7129 Sun Nov 16 22:02:16 1997 Richard Henderson (rth@cygnus.com)
7131 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
7133 * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
7134 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7136 Fri Nov 14 09:09:20 1997 Fred Fish (fnf@cygnus.com)
7138 * dwarfout.c (byte_size_attribute): Add local var upper_bound
7139 and add case to handle STRING_TYPE.
7140 * dwarfout.c (output_string_type_die): Fix code to generate
7141 correct string length attribute for fixed length strings.
7142 Still needs support for varying length strings.
7144 Fri Nov 14 08:46:56 1997 Jeffrey A Law (law@cygnus.com)
7146 * toplev.c (get_run_time): Do something sensible for cygwin32.
7148 Fri Nov 14 07:24:20 1997 Richard Henderson <rth@cygnus.com>
7150 * expr.c (expand_builtin_setjmp): Set
7151 current_function_has_nonlocal_label.
7152 * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
7153 call-saved registers across calls.
7155 * alpha.md (exception_receiver): Remove.
7156 (nonlocal_goto_receiver_osf): New
7157 (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
7158 (nonlocal_goto_receiver): New, select _osf or _vms.
7160 * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
7161 keep them from being propogated to the object file.
7162 (alpha_write_linkage): Likewise.
7163 * alpha.md (call_vms): Likewise.
7164 (call_value_vms): Likewise.
7165 (unnamed osf call insns): Likewise.
7167 * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
7168 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
7170 * alpha.c (call_operand): Any reg is valid for WinNT.
7171 * alpha.md (call_nt, call_value_nt): Don't force address into $27.
7172 (anon nt calls): Add 'R' alternative.
7173 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
7174 INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
7176 Fri Nov 14 06:59:33 1997 Jeffrey A Law (law@cygnus.com)
7178 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
7180 * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
7181 * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7182 * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7184 Thu Nov 13 20:37:33 1997 Michael Meissner <meissner@tiktok.cygnus.com>
7186 * reload1.c (new_spill_reg): Improve fixed or forbidden register
7187 spill error message.
7189 Thu Nov 13 20:29:08 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7191 * prefix.c: Use stdarg.h only ifdef __STDC__. Otherwise,
7192 use varargs.h. Wrap header with <>, not "".
7194 Thu Nov 13 20:21:17 1997 Jeffrey A Law (law@cygnus.com)
7196 * integrate.c (save_for_inline_copying): Add return value from
7199 Thu Nov 13 19:12:33 1997 Brendan Kehoe <brendan@cygnus.com>
7201 * fixincludes: Be a little more restrictive on what we will
7202 substitute to replace definitions of MAXINT for HPUX.
7204 Thu Nov 13 18:41:02 1997 Michael Meissner <meissner@cygnus.com>
7206 * dbxout.c (dbxout_symbol_location): Don't assume that variables
7207 whose address is the stack or argument pointers are indirect
7210 1997-11-13 Paul Eggert <eggert@twinsun.com>
7212 * cccp.c, cpplib.c (compare_defs):
7213 Don't complain about arg name respellings unless pedantic.
7214 * cpplib.c (compare_defs): Accept pfile as new arg.
7215 All callers changed.
7217 Thu Nov 13 23:33:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7219 * fold-const.c (fold_truthop): Fix bug in last change.
7221 1997-11-13 Paul Eggert <eggert@twinsun.com>
7223 Fix some confusion with IEEE minus zero.
7225 * real.h (REAL_VALUES_IDENTICAL): New macro.
7227 * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
7228 * fold-const.c (operand_equal_p): Don't consider -0.0 to be
7230 * tree.c (simple_cst_equal): Don't consider -0.0 to have the
7231 same tree structure as 0.0.
7233 * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
7234 macro instead of doing it by hand.
7236 Thu Nov 13 16:56:14 1997 Jeffrey A Law (law@cygnus.com)
7238 * v850/lib1funcs.asm: Minor whitespace changes.
7239 * v850.c: Fix minor formatting problems in many places.
7240 (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
7242 Thu Nov 13 12:53:44 1997 Jim Wilson <wilson@cygnus.com>
7244 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
7245 xplus1 when xplus0 is not a register.
7247 Thu Nov 13 11:41:42 1997 Jeffrey A Law (law@cygnus.com)
7249 * flow.c (find_basic_blocks): During marking phase, if we encounter
7250 an insn with a REG_LABEL note, make the target block live and
7251 create an edge from the insn to the target block. Do not make
7252 edges from all blocks to the target block.
7254 * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
7256 * confiugre.in: Tweak NCR entries.
7257 * configure: Rebuilt.
7259 Thu Nov 13 11:07:41 1997 Michael Meissner <meissner@cygnus.com>
7261 * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
7262 pick apart floating point values, instead of using CONST_DOUBLE_LOW
7263 and CONST_DOUBLE_HIGH.
7265 * rs6000.md (define_splits for DF constants): Use the appropriate
7266 REAL_VALUE_* interface to pick apart DF floating point constants in
7267 a machine independent fashion.
7269 Thu Nov 13 00:06:58 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7271 * fold-const.c (fold_truthop): When changing a one-bit comparison
7272 against zero into a comparison against mask, do a proper sign
7275 Wed Nov 12 09:37:01 1997 Jeffrey A Law (law@cygnus.com)
7277 * except.c: Do not include "assert.h".
7278 (save_eh_status): Turn asserts into conditional aborts.
7279 (restore_eh_status, scan_region): Likewise.
7280 * dwarfout.c: Do not include "assert.h".
7281 (bit_offset_attribute): Turn asserts into conditional aborts.
7282 (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
7283 (output_inlined_structure_type_die): Likewise.
7284 (output_inlined_union_type_die): Likewise
7285 (output_tagged_type_instantiation): Likewise.
7286 (dwarfout_file_scope_decl): Likewise.
7287 * dwarf2out.c: Do not include "assert.h"
7288 (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
7289 (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
7290 (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
7291 (add_bit_size_attribute, scope_die_for): Likewise.
7292 (output_pending_types_for_scope): Likewise.
7293 (get_inlined_enumeration_type_die): Likewise.
7294 (get_inlined_structure_type_die): Likewise.
7295 (get_inlined_union_type_die, gen_subprogram_die): Likewise.
7296 (gen_tagged_type_instantiation_die): Likewise.
7298 * flow.c (find_basic_blocks): Refine further to get a more correct
7299 cfg, especially in the presense of exception handling, computed
7300 gotos, and other non-trivial cases. Call abort if an inaccuracy
7301 is detected in the cfg.
7303 Tue Nov 11 21:47:27 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7305 * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
7307 * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
7308 (skip_white_space): Use whitespace_cr.
7309 (check_newline): Handle whitespace more consistently.
7311 Tue Nov 11 16:25:49 1997 Jim Wilson <wilson@cygnus.com>
7313 * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
7314 * i386/xm-cygwin32.h (POSIX): Define.
7316 Mon Nov 10 20:53:11 1997 Gavin Koch <gavin@cygnus.com>
7318 * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
7319 is available elsewhere.
7321 Mon Nov 10 16:21:58 1997 Doug Evans <devans@canuck.cygnus.com>
7323 * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
7324 what the instruction can handle.
7326 Mon Nov 10 03:02:19 1997 Jason Merrill <jason@yorick.cygnus.com>
7328 * stmt.c (expand_decl_cleanup_no_eh): New fn.
7330 * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
7332 Mon Nov 10 00:05:56 1997 Jeffrey A Law (law@cygnus.com)
7334 * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
7335 (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
7337 Sun Nov 9 14:34:47 1997 David Edelsohn <edelsohn@mhpcc.edu>
7339 * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
7340 swap instruction order.
7342 Sun Nov 9 02:07:16 1997 Jeffrey A Law (law@cygnus.com)
7344 * fixinc.svr4 (__STDC__): Add another case.
7346 Sun Nov 9 02:00:29 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7348 * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
7349 addresses in the epilogue delay slot.
7351 Sun Nov 9 01:40:40 1997 Manfred Hollstein (manfred@s-direktnet.de)
7353 * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
7354 in generated `specs' file.
7356 Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com)
7358 * flags.h (flag_rerun_loop_opt): Declare.
7359 * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
7360 * toplev.c (flag_rerum_loop_opt): Delete static.
7362 Sat Nov 8 18:20:21 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7364 Bring over from FSF:
7366 Thu Oct 30 12:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7368 * va-sh.h (__va_arg_sh1): Define.
7370 SH3E doesn't use any integer registers for subsequent arguments
7371 once a non-float value was passed in the stack.
7372 * sh.c (machine_dependent_reorg): If optimizing, put explicit
7373 alignment in front label for ADDR_DIFF_VEC.
7374 * sh.h (PASS_IN_REG_P): Fix SH3E case.
7375 (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
7377 Tue Oct 28 15:06:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7379 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
7382 Mon Oct 27 16:11:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7384 * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
7385 put an use_sfunc_addr before each sfunc.
7386 * sh.md (use_sfunc_addr, dummy_jump): New insns.
7387 (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
7389 Tue Oct 21 07:12:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7391 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
7393 Fri Nov 7 10:22:24 1997 Jason Merrill <jason@yorick.cygnus.com>
7395 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
7398 Wed Nov 5 14:26:05 1997 Jeffrey A Law (law@cygnus.com)
7400 * alias.c (find_base_value): Only return the known base value for
7403 Wed Nov 5 11:27:14 1997 Jim Wilson <wilson@cygnus.com>
7405 * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
7406 * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
7408 (prologue_get_pc_and_set_got): New pattern.
7410 Tue Nov 4 20:36:50 1997 Richard Henderson (rth@cygnus.com)
7412 * alpha.c (summarize_insn): Handle ASM_OPERANDS. Don't recurse
7413 for SUBREG, just fall through.
7415 * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
7417 * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
7419 Tue Nov 4 18:49:42 1997 Jeffrey A Law (law@cygnus.com)
7421 * fixincludes: Fix "hypot" prototype in NeXT math.h.
7423 * Makefile.in (USE_ALLOCA): Always include alloca.o.
7424 (USE_HOST_ALLOCA): Likewise.
7426 * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
7427 and LABEL_REFS fields.
7428 * rtl.h (LABEL_REFS): Update.
7430 Tue Nov 4 16:55:11 1997 Jim Wilson <wilson@cygnus.com>
7432 * combine.c (try_combine): When setting elim_i2, check whether newi2pat
7433 sets i2dest. When calling distribute_notes for i3dest_killed, pass
7434 elim_i2 and elim_i1. When setting elim_i1, check if newi2pat
7437 * mips.md (insv, extzv, extv): Add change_address call.
7438 (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
7440 * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
7442 * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
7444 * mips.c (mips_expand_epilogue): Emit blockage insn before call to
7445 save_restore_insns if no FP and GP will be restored.
7447 * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
7448 Convert CCmode to word_mode before calling GET_MODE_SIZE.
7450 * acconfig.h (HAVE_INTTYPES_H): Undef.
7451 * configure.in (inttypes.h): Check for conflicts between sys/types.h
7452 and inttypes.h, and verify that intmax_t is defined.
7453 * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
7454 * config/mips/x-iris3: Likewise.
7456 Tue Nov 4 16:07:15 1997 Jeffrey A Law (law@cygnus.com)
7458 * alias.c (find_base_value): When copying arguments, return the
7459 tenative value for a hard register.
7461 Tue Nov 4 13:40:35 1997 Doug Evans <devans@canuck.cygnus.com>
7463 * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
7464 (yylex): Record wide strings using target endianness, not host.
7466 Tue Nov 4 13:13:12 1997 Jeffrey A Law (law@cygnus.com)
7468 * mn10200.h (ASM_OUTPUT_BSS): Delete.
7469 (ASM_OUTPUT_ALIGNED_BSS): New macro
7470 * mn10300.h (ASM_OUTPUT_BSS): Delete.
7471 (ASM_OUTPUT_ALIGNED_BSS): New macro.
7472 * v850.h (ASM_OUTPUT_BSS): Delete.
7473 (ASM_OUTPUT_ALIGNED_BSS): New macro.
7475 Tue Nov 4 00:55:48 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7477 * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
7479 Mon Nov 3 14:36:50 1997 Jeffrey A Law (law@cygnus.com)
7481 * configure.in (sco5): Use cpio to install header files.
7483 Sun Nov 2 23:31:43 1997 Manfred Hollstein <manfred@s-direktnet.de>
7485 * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
7487 * configure: Rebuild.
7489 Sun Nov 2 19:44:00 1997 Robert Lipe (robertl@dgii.com)
7491 * i386/sco5.h: enable -gstabs once again.
7493 Sun Nov 2 19:27:21 1997 Jeffrey A Law (law@cygnus.com)
7495 * arm.c (output_move_double): Allocate 3 entries in otherops array.
7497 Sat Nov 1 21:43:00 1997 Mike Stump (mrs@wrs.com)
7499 * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
7500 notes for sjlj exceptions too.
7501 (expand_eh_region_end): Similarly for EH_REGION_END notes.
7502 (exception_optimize): Optimize EH regions for sjlj exceptions too.
7503 * final.c (final_scan_insn): Don't output labels for EH REGION
7504 notes if doing sjlj exceptions.
7506 Sat Nov 1 19:15:28 1997 Jeffrey A Law (law@cygnus.com)
7508 * alias.c (init_alias_analysis): Handle -fno-alias-check when
7509 optimizing correctly.
7511 * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
7512 or set current_function_calls_setjmp anymore.
7514 * flow.c (find_basic_blocks): If we delete the label for an
7515 exception handler, remove it from the EH label list and remove
7516 the EH_BEGIN/EH_END notes for that EH region.
7518 Sat Nov 1 16:44:49 1997 Jason Merrill (jason@cygnus.com)
7520 * flow.c (find_basic_blocks): Generate correct flow control
7521 information when exception handling notes are present.
7523 Sat Nov 1 13:42:19 1997 Jeffrey A Law (law@cygnus.com)
7525 * dwarf2out.c (output_call_frame_info): Fix length argument
7526 to ASM_OUTPUT_ASCII.
7527 (output_die, output_pubnames, output_line_info): Likewise.
7529 Fri Oct 31 07:10:09 1997 Jeffrey A Law (law@cygnus.com)
7531 * version.c: Bump for snapshot.
7533 * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
7534 output ASCII by default. Only use ASM_OUTPUT_DWARF_STRING if
7535 flag_debug_asm is on.
7536 (output_die, output_pubnames, output_line_info): Likewise.
7538 * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
7539 and static_chain_rtx into the potential base values array if
7542 * alias.c (new_reg_base_value): New array of potential base values.
7543 (unique_id): Now file scoped static.
7544 (find_base_value, case REG): Return the value in reg_base_value
7545 array for the REG if it exists. Else, return the value from
7546 new_reg_base_value if copying args and REG is a hard register.
7547 (find_base_value, case PLUS): If either operand of the PLUS is
7548 a REG, try to get its base value. Handle base + index and
7550 (record_set): Use new_reg_base_value instead of reg_base_value.
7551 (init_alias_analysis): Allocate space for new_reg_base_value too.
7552 Rework code to iterate over the insns propagating base value
7553 information until nothing changes.
7555 * global.c (global_alloc): Free the conflict matrix after
7556 reload has finished.
7558 Fri Oct 31 01:45:31 1997 Jason Merrill <jason@yorick.cygnus.com>
7560 * libgcc2.c (L_eh): Define __eh_pc.
7561 Replace __eh_type with generic pointer __eh_info.
7563 Fri Oct 31 00:34:55 1996 J"orn Rennecke <amylaar@cygnus.co.uk>
7565 * expr.c (expand_increment): When enqueing a postincrement for a MEM,
7566 use copy_to_reg if address is not a general_operand.
7568 Fri Oct 31 00:16:55 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7570 * profile.c (output_func_start_profiler): Clear flag_inline_functions
7571 for the duration of the call to rest_of_compilation.
7573 Thu Oct 30 14:40:10 1997 Doug Evans <devans@canuck.cygnus.com>
7575 * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
7577 (sparc*-*-*): Recognize --with-cpu=v9.
7578 * sparc/elf.h: New file.
7579 * sparc/t-elf: New file.
7581 Thu Oct 30 13:26:12 1997 Jeffrey A Law (law@cygnus.com)
7583 * mn10300.c (const_8bit_operand): New function.
7584 (mask_ok_for_mem_btst): New funtion.
7585 * mn10300.md (btst patterns with mem operands): Use new functions
7586 to avoid creating btst instructions with invalid operands.
7588 Wed Oct 29 16:57:19 1997 Michael Meissner <meissner@cygnus.com>
7590 * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
7591 are running on PowerPC Linux.
7593 Wed Oct 29 13:10:11 1997 Gavin Koch <gavin@cygnus.com>
7595 * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
7596 if not previously defined.
7598 Tue Oct 28 23:55:27 1997 Doug Evans (devans@cygnus.com)
7600 * function.c (assign_parms): Correct mode of stack_parm if
7601 entry_parm underwent a mode conversion.
7603 1997-10-28 Brendan Kehoe <brendan@lisa.cygnus.com>
7605 * global.c (global_alloc): Use xmalloc instead of alloca for
7606 CONFLICTS, since max_allocno * allocno_row_words alone can be more
7607 than 2.5Mb sometimes.
7609 Tue Oct 28 15:29:15 1997 Richard Henderson <rth@cygnus.com>
7611 * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
7612 DEST for the spill, adjust mode of SRC to compensate.
7614 Tue Oct 28 14:36:45 1997 Richard Henderson <rth@cygnus.com>
7616 * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
7617 since any_memory_operand() allows pseudos during reload.
7618 (reload_inhi, reload_outqi, reload_outhi): Likewise.
7620 Tue Oct 28 11:53:14 1997 Jim Wilson <wilson@cygnus.com>
7622 * m68k.md (btst patterns): Add 5200 support.
7624 Tue Oct 28 11:58:40 1997 Toon Moene <toon@moene.indiv.nluug.nl>
7626 * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
7627 optimizations, look inside dividend to determine if the expression
7628 can be simplified by using EXACT_DIV_EXPR.
7630 Tue Oct 28 10:19:01 1997 Jason Merrill <jason@yorick.cygnus.com>
7633 * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
7635 Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com>
7637 * alpha.c (summarize_insn [SUBREG]): Propogate SET.
7639 Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com>
7641 * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
7644 Mon Oct 27 21:25:20 1997 Richard Henderson <rth@cygnus.com>
7646 * alpha.md (movqi, movhi): Make sure new insns created during reload
7647 won't need reloading themselves.
7648 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
7650 Mon Oct 27 16:11:10 1997 Jeffrey A Law (law@cygnus.com)
7652 * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
7654 Sun Oct 26 13:50:44 1997 Richard Henderson <rth@cygnus.com>
7656 * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
7657 Patch from Klaus Kaempf <kkaempf@progis.de>.
7659 Sun Oct 26 13:31:47 1997 Jim Wilson (wilson@cygnus.com)
7661 * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
7662 to an element in a constant string.
7664 Sun Oct 26 11:41:49 1997 Jason Merrill <jason@yorick.cygnus.com>
7666 * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
7667 bit PC-relative offset. The exception range table pointer is now in
7669 * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
7670 (count_fdes, add_fdes, get_cie): Adjust.
7671 (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
7674 * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
7676 Sun Oct 26 11:52:01 1997 Richard Henderson <rth@cygnus.com>
7678 * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
7679 like stack_pointer_rtx.
7681 Sun Oct 26 11:32:16 1997 Manfred Hollstein <manfred@s-direktnet.de>
7683 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7684 targets using "$@" to provide support for similar but not identical
7685 targets without having to duplicate code.
7686 (bootstrap4): New goal.
7688 * Makefile.in (compare, compare-lean, compare3): Combined to one
7689 ruleset determining actions to be performed via $@.
7690 (compare4, compare4-lean): New targets.
7691 (gnucompare, gnucompare3): Combined to one ruleset determining
7692 actions to be performed via $@. Also, note which files failed
7693 the comparison test in .bad_compare.
7694 (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
7696 Sun Oct 26 10:06:11 1997 Toon Moene <toon@moene.indiv.nluug.nl>
7698 * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
7699 if the dividend is a multiple of the divisor.
7701 Sun Oct 26 09:21:40 1997 Jeffrey A Law (law@cygnus.com)
7703 * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
7705 * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
7708 * alias.c (true_dependence): Fix typo.
7710 * toplev.c (flag_rerun_loop_opt): New variable.
7711 (f_options): Handle -frerun-loop-opt.
7712 (rest_of_compilation): If -frerun-loop-opt, then run the loop
7714 (main): Enable -frerun-loop-opt by default for -O2 or greater.
7716 * loop.c (simplify_giv_expr): Adding two invariants results
7719 Sun Oct 26 09:15:15 1997 Richard Henderson <rth@cygnus.com>
7721 * expr.c (get_inner_reference): Remove the array bias after
7722 converting the index to Pmode.
7724 Sat Oct 25 12:20:58 1997 Jeffrey A Law (law@cygnus.com)
7726 * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
7727 (TARGET_MULT_BUG): Define.
7728 (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
7729 * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
7731 Fri Oct 24 17:40:34 1997 Jeffrey A Law (law@cygnus.com)
7733 * mn10200.c (indirect_memory_operand): Delete unused function.
7734 * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
7735 * mn10200.md (bset, bclr insns): Handle output in a reg too.
7737 Fri Oct 24 15:54:57 1997 Richard Henderson <rth@cygnus.com>
7739 * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
7740 the callee's ldgp, we must do it ourselves, and we use the jsr tag
7741 for more than scheduling.
7743 Fri Oct 24 13:23:04 1997 Doug Evans <devans@canuck.cygnus.com>
7745 * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
7747 Fri Oct 24 13:19:40 1997 Jeffrey A Law (law@cygnus.com)
7749 * mn10300.c (symbolic_operand, legitimize_address): New functions.
7750 * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
7751 (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
7753 Thu Oct 23 09:35:12 1997 Jeffrey A Law (law@cygnus.com)
7755 * version.c: Bump for snapshot.
7757 Thu Oct 23 08:03:59 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7759 * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
7762 Wed Oct 22 00:34:12 1997 Jeffrey A Law (law@cygnus.com)
7764 * toplev.c (flag_exceptions): Default value is 2.
7765 (compile_file): If flag_exceptions still has the value 2, then
7768 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
7769 (rs6000_save_machine_status): Save pic_offset_table_rtx.
7770 (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
7772 * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
7775 * rs6000.md (*movsi_got_internal_mem): New pattern.
7776 (*movsi_got_internal_mem splitter): New define_split.
7778 Tue Oct 21 18:14:03 1997 Jim Wilson <wilson@cygnus.com>
7780 * obstack.h (obstack_empty_p): Fix spurious space after backslash.
7782 Tue Oct 21 18:34:01 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
7784 * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
7785 only need to save LR.
7787 Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com)
7789 * mn10300.md (movqi, movhi): Avoid using address registers as
7790 destinations unless absolutely necessary.
7792 * mn10200.c (expand_prologue): Fix typo.
7794 * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
7796 * mn10200.md (neghi2): Provide an alternative which works if
7797 the input and output register are the same.
7799 * mn10300.c (print_operand): Handle 'S'.
7800 * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
7801 shift amount in last alternative
7803 * mn10300.c (expand_epilogue): Rework to handle register restores
7804 in "ret" and "retf" instructions correctly.
7806 Mon Oct 20 16:47:08 1997 Jim Wilson <wilson@cygnus.com>
7808 * expmed.c (extract_bit_field): Don't make flag_force_mem disable
7809 extzv for memory operands.
7811 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
7812 redundant conditional moves to single operand.
7814 Mon Oct 20 15:30:26 1997 Nick Clifton <nickc@cygnus.com>
7816 * v850.h: Move define of __v850__ from CPP_PREDEFINES
7819 * xm-v850.h: Use __v850 rather than __v850__ to
7822 Mon Oct 20 14:15:02 1997 Jim Wilson <wilson@cygnus.com>
7824 * mips/mips.c (compute_frame_size): Not a leaf function if
7827 Mon Oct 20 14:16:38 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
7829 * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
7831 Mon Oct 20 12:28:17 1997 Doug Evans <devans@canuck.cygnus.com>
7833 * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
7834 (DEFAULT_ARCH32_P): New macro.
7835 (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
7836 (enum cmodel): Declare.
7837 (sparc_cmodel_string,sparc_cmodel): Declare.
7838 (SPARC_DEFAULT_CMODEL): Provide default.
7839 (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
7840 (TARGET_FULLANY): Deleted.
7841 (TARGET_CM_MEDMID): New macro.
7842 (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
7843 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
7844 (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
7845 (CPP_SPEC): Rewrite.
7846 (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
7847 (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
7848 (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
7849 (ASM_SPEC): Add %(asm_arch).
7850 (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
7851 Rename asm_default to asm_cpu_default.
7852 Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
7853 cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
7854 (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
7855 ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
7856 (MASK_INT64,MASK_LONG64): Delete.
7857 (MASK_ARCH64): Renamed to MASK_64BIT.
7858 (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
7859 (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
7860 (TARGET_SWITCHES): Always provide 64 bit options.
7861 (ARCH64_SWITCHES): Delete.
7862 (TARGET_OPTIONS): New option -mcmodel=.
7863 (INT_TYPE_SIZE): Always 32.
7864 (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
7865 (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
7866 (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
7867 (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
7868 * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
7870 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
7871 * sparc/linux.h: Likewise.
7872 * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
7873 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
7874 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
7875 (SPARC_DEFAULT_CMODEL): Define.
7876 (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
7877 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
7878 (LONG_DOUBLE_TYPE_SIZE): Define.
7879 (ASM_SPEC): Add %(asm_arch).
7880 * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
7881 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
7882 (TARGET_CPU_DEFAULT): Add ultrasparc case.
7883 * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
7884 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
7885 (SPARC_DEFAULT_CMODEL): Define.
7886 * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
7887 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT. Delete
7888 MASK_LONG64, MASK_MEDANY.
7889 (SPARC_DEFAULT_CMODEL): Define.
7890 (CPP_PREDEFINES): Delete.
7891 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
7892 (ASM_SPEC): Add %(asm_arch).
7893 (LONG_DOUBLE_TYPE_SIZE): Define.
7894 (DWARF2_DEBUGGING_INFO): Define.
7895 * sparc/splet.h (CPP_SPEC): Delete.
7896 * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
7897 (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
7898 (BLOCK_PROFILER): Likewise.
7899 * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
7900 (sparc_override_options): Handle code model selection.
7901 (sparc_init_expanders): Renamed from sparc64_init_expanders.
7902 * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
7903 TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
7904 (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
7905 (sethi_di_fullany): Delete.
7907 Mon Oct 20 02:00:18 1997 Klaus Kaempf <kkaempf@progis.de>
7908 Jeff Law <law@cygnus.com>
7909 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7911 * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
7912 (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
7913 (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
7914 (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
7915 * alpha/alpha.md (arg_home): Likewise.
7917 * alpha/alpha.c (vmskrunch): Delete
7918 * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
7919 * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
7920 truncate to 64 characters.
7922 * make-l2.com: Support openVMS/Alpha.
7924 * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
7926 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
7928 * longlong.h (count_leading_zeros): Add missing casts to USItype.
7930 Sun Oct 19 18:44:06 1997 Jeffrey A Law (law@cygnus.com)
7932 * i386/bsd386.h (ASM_COMMENT_START): Define.
7934 Sat Oct 18 13:47:15 1997 Jason Merrill <jason@yorick.cygnus.com>
7936 * tree.c (restore_tree_status): Also free up temporary storage
7937 when we finish a toplevel function.
7938 (dump_tree_statistics): Print stats for backend obstacks.
7940 Sat Oct 18 12:47:31 1997 Doug Evans <dje@canuck.cygnus.com>
7942 * expr.c (use_group_regs): Don't call use_reg for MEMs.
7944 Sat Oct 18 09:49:46 1997 Jason Merrill <jason@yorick.cygnus.com>
7946 * libgcc2.c (__throw): Don't copy the return address.
7947 * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
7949 * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
7950 * toplev.c (main): Initialize exceptions_via_longjmp.
7952 * tree.c: Add extra_inline_obstacks.
7953 (save_tree_status): Use it.
7954 (restore_tree_status): If this is a toplevel inline obstack and we
7955 didn't want to save anything on it, recycle it.
7956 (print_inline_obstack_statistics): New fn.
7957 * function.c (pop_function_context_from): Pass context to
7958 restore_tree_status.
7959 * obstack.h (obstack_empty_p): New macro.
7961 Sat Oct 18 00:43:59 1997 Jeffrey A Law (law@cygnus.com)
7963 * i386/freebsd.h (ASM_COMMENT_START): Fix.
7965 Fri Oct 17 23:48:52 1997 Jim Wilson (wilson@cygnus.com)
7967 * v850.c (ep_memory_offset): New function.
7968 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
7970 * v850.h (CONST_OK_FOR_*): Add and correct comments.
7971 (CONSTANT_ADDRESS_P): Add comment.
7972 (EXTRA_CONSTRAINT): Define 'U'.
7973 * v850.md: Add comments on bit field instructions.
7974 (addsi3): Delete &r/r/r alternative. Add r/r/U alternative.
7975 (lshrsi3): Use N not J constraint.
7977 * v850.md (v850_tst1+1): New define_split for tst1 instruction.
7979 * v850.c (reg_or_0_operand): Call register_operand.
7980 (reg_or_int5_operand): Likewise.
7981 * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
7982 (TARGET_SWITCHES): Add "big-switch".
7983 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
7984 ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
7985 (CASE_DROPS_THROUGH): Comment out.
7986 (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
7987 * v850.md (cmpsi): Delete compare mode.
7988 (casesi): New pattern.
7990 * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
7991 * v850.md (ashlsi3): Use SImode not QImode for shift count.
7992 (lshrsi3): Likewise.
7994 * v850.c (print_operand): Add 'c', 'C', and 'z' support. Delete
7995 unreachable switch statement after 'b' support. Remove "b" from
7996 strings for 'b' support.
7997 * v850.md (branch_normal, branch_invert): Change %b to b%b.
7999 Fri Oct 17 23:33:20 1997 Jeffrey A Law (law@cygnus.com)
8001 * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
8002 empty line if @inhibit_libc@ is empty.
8004 Fri Oct 17 23:24:40 1997 Robert Lipe (robertl@dgii.com)
8006 * i386/sco5.h: Let ELF use dwarf2 unwinding. COFF uses sjlj.
8007 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
8008 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8009 (DWARF2_UNWIND_INFO): Let this track object file format.
8010 (EXTRA_SECTIONS): Add in_eh.
8011 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
8012 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8014 Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
8016 * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
8017 * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
8019 * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
8020 (output_double_int): Output DI mode values correctly when
8021 HOST_BITS_PER_WIDE_INT is 64.
8022 (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
8023 fmovd so it works if a quad float ends up in one of the upper 32
8025 * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
8026 necessary for PIC support on sparc64.
8028 Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>
8030 * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
8031 * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
8032 (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
8033 (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
8034 (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
8035 (SPARC_FP_ARG_FIRST): New macro.
8036 (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
8037 (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
8038 (NPARM_REGS): There are 32 fp argument registers now.
8039 (FUNCTION_ARG_REGNO_P): Likewise.
8040 (FIRST_PARM_OFFSET): Update to new v9 abi.
8041 (REG_PARM_STACK_SPACE): Define for arch64.
8042 (enum sparc_arg_class): Delete.
8043 (sparc_arg_count,sparc_n_named_args): Delete.
8044 (struct sparc_args): Redefine and use for arch32 as well as arch64.
8045 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
8046 (FUNCTION_ARG_ADVANCE): Rewrite.
8047 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
8048 (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
8049 (FUNCTION_ARG_CALLEE_COPIES): Delete.
8050 (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
8051 (STRICT_ARGUMENT_NAMING): Define.
8052 (doublemove_string): Declare.
8053 * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
8054 (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
8055 (doublemove_string): New function.
8056 (output_move_quad): Clean up some of the arch64 support.
8057 (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
8058 Don't add 8 bytes of reserved space if arch64.
8059 (sparc_builtin_saveregs): Combine arch32/arch64 versions.
8060 (init_cumulative_args): New function.
8061 (function_arg_slotno): New static function.
8062 (function_arg,function_arg_partial_nregs): New functions.
8063 (function_arg_{pass_by_reference,advance}): New functions.
8064 (function_arg_padding): New function.
8065 * ginclude/va-sparc.h: Rewrite v9 support.
8067 Fri Oct 17 12:29:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
8069 * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
8070 for hard regs to determine base and index registers.
8072 * reload.c (debug_reload_to_stream): New function. Specify stream
8073 into which to write debug info.
8074 (debug_reload): Modify to call debug_reload_to_stream with stderr.
8076 Thu Oct 16 15:07:51 1997 Richard Henderson <rth@cygnus.com>
8078 * combine.c (can_combine_p): Don't combine with an asm whose
8079 output is a hard register.
8081 Thu Oct 16 15:43:26 1997 Mike Stump (mrs@wrs.com)
8083 * c-decl.c (start_struct): Ensure that structs with forward
8084 declarations are in fact packed when -fpack-struct is given.
8086 * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
8087 we are packing a structure. This allows a structure with only
8088 bytes to be aligned on a byte boundary and have no padding on a
8091 Thu Oct 16 15:17:54 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8093 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
8095 Thu Oct 16 11:20:30 1997 Richard Henderson <rth@cygnus.com>
8097 * alpha.c (alpha_return_addr_rtx): New variable.
8098 (alpha_save_machine_status): New; save it.
8099 (alpha_restore_machine_status): New; restore it.
8100 (alpha_init_expanders): New; clear it.
8101 (alpha_return_addr): New; set it.
8102 (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
8103 is overly conservative, so search the insns explicitly.
8104 (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
8105 (alpha_sa_size [VMS && !VMS]): Likewise.
8106 * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
8107 (INIT_EXPANDERS): New definition.
8109 * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
8110 (output_prolog [!VMS]): Use them.
8112 * alpha.c (output_prolog [!VMS]): Move gp detection to ...
8113 (alpha_does_function_need_gp): ... a new function. Refine the
8114 CALL_INSN test to just TYPE_JSR.
8115 * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
8117 Thu Oct 16 09:36:47 1997 Jeffrey A Law (law@cygnus.com)
8119 * version.c: Bump for snapshot.
8121 Wed Oct 15 21:38:18 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8123 * pa.c (move_operand): Respect -mdisable-indexing.
8124 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
8126 Wed Oct 15 21:34:45 1997 David Edelsohn <edelsohn@mhpcc.edu>
8128 * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
8130 (umulsidi3,umulsi3_highpart): Ditto.
8131 (smulsi3_highpart_no_mq): Add !TARGET_POWER.
8133 Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com>
8135 * alpha.c (final_prescan_insn): Gut, remove and transform to ...
8136 (alpha_handle_trap_shadows): ... a new function. Handle the entire
8137 function in one go. Emit RTL for trapb, instead of printf directly.
8138 (alpha_reorg): New function. Call alpha_handle_trap_shadows.
8139 (trap_pending): Kill global variable.
8140 (output_epilog): Don't call final_prescan_insn.
8141 (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
8142 * alpha.h (FINAL_PRESCAN_INSN): Remove.
8143 (MACHINE_DEPENENT_REORG): Define.
8144 * alpha.md (jsr patterns with trapb): Stupid and useless. Kill.
8147 Wed Oct 15 18:16:05 1997 Richard Henderson <rth@cygnus.com>
8149 Tune Haifa scheduler for Alpha:
8150 * alpha.h (ISSUE_RATE): Define.
8151 * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
8152 EV4 adjustments to EV5.
8153 * alpha.md: Remove all scaling from function unit delays. Rework
8154 EV5 function units to match the CPU.
8155 (umuldi3_highpart): EV5 added the IMULH insn class.
8157 Wed Oct 15 17:42:41 1997 Jeffrey A Law (law@cygnus.com)
8159 * pa.c (following_call): Fail if the CALL_INSN is an indirect
8162 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
8164 * cplus-dem.c (demangle_signature): Don't look for return types on
8165 constructors. Handle member template constructors.
8167 Tue Oct 14 11:30:29 1997 Jason Merrill <jason@yorick.cygnus.com>
8169 * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
8170 * tree.h: Declare them.
8172 Fri Oct 10 13:46:56 1997 Doug Evans <dje@canuck.cygnus.com>
8174 * configure.in: Handle --with-newlib.
8175 * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
8177 * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
8179 Wed Oct 8 14:37:44 1997 Jeffrey A Law (law@cygnus.com)
8181 * config/ptx4.h: Fix typo.
8183 Wed Oct 8 08:57:20 1997 Jeffrey A Law (law@cygnus.com)
8185 * version.c: Bump for snapshot.
8187 Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
8189 * aclocal.m4: Substitute INSTALL.
8190 * configure: Re-built.
8192 Tue Oct 7 15:37:35 1997 Jeffrey A Law (law@cygnus.com)
8194 * integrate.c (save_for_inline_copying): Avoid undefined pointer
8196 (expand_inline_function): Likewise.
8198 * dwarf2out.c (output_call_frame_info): Reinstate last change
8199 using flag_debug_asm check instead of flag_verbose_asm.
8201 Tue Oct 7 12:57:26 1997 Jim Wilson <wilson@cygnus.com>
8203 * dwarf2out.c (output_call_frame_info): Remove last change.
8205 1997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8207 * frame.c (__frame_state_for): Execute the FDE insns until the
8208 current pc value is strictly bigger than the target pc value.
8210 Tue Oct 7 11:00:42 1997 Jason Merrill <jason@yorick.cygnus.com>
8212 * regclass.c (init_reg_modes): If we can't find a mode for the
8213 register, use the previous one.
8215 Tue Oct 7 10:55:34 1997 Richard Henderson <rth@cygnus.com>
8217 * haifa-sched.c (print_block_visualization): Call fprintf directly,
8218 don't sprintf through an alloca'ed buffer.
8220 Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
8222 * reload.c (decompose): Always initialize val.base.
8224 Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
8226 * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
8227 instead of aborting.
8228 * dwarf2out.c (output_call_frame_info): Call app_enable and
8229 app_disable to let GNU as accept the generated comments.
8231 Tue Oct 7 11:41:21 1997 Michael Meissner <meissner@cygnus.com>
8233 * tree.h (get_file_function_name): Add declaration.
8234 * dwarf2out.c (output_call_frame_info): No need to cast
8235 get_file_function_name call anymore.
8236 * profile.c (toplevel): Remove get_file_function_name
8238 * c-lang.c (finish_file): Ditto.
8240 Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
8242 * Makefile.in (program_transform_name): Let autoconf substitute
8245 Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com)
8247 * haifa-sched.c (schedule_block): If the first real insn in a
8248 block has any special notes attached to it, remove them.
8250 Tue Oct 7 09:48:51 1997 Richard Henderson <rth@cygnus.com>
8252 * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
8254 Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
8256 * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
8258 Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
8260 * Makefile.in (check-g77): New test target.
8261 (CHECK-TARGETS): Add check-g77.
8263 Fri Oct 3 11:56:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8265 * toplev.c (rest_of_compilation): Defer all non-nested inlines.
8267 Fri Oct 3 15:49:27 1997 Michael Meissner <meissner@cygnus.com>
8269 * flow.c (print_rtl_with_bb): Cast alloca return value for
8272 Thu Oct 2 21:15:03 1997 Richard Henderson <rth@cygnus.com>
8274 * i386.h (RETURN_ADDR_RTX): New definition that works for
8275 __builtin_return_address(0) and -fomit-frame-pointer.
8277 Wed Oct 1 13:43:53 1997 Jim Wilson <wilson@cygnus.com>
8279 Bring over from FSF.
8280 Tue Aug 5 16:10:45 1997 Jason Merrill <jason@yorick.cygnus.com>
8282 * mips.c (function_arg): Handle passing a struct
8283 containing a double in a DFmode register without the PARALLEL.
8285 Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com>
8287 * pexecute.c: Use spawn if __CYGWIN32__.
8289 * pexecute.c: Include "config.h" first, as per autoconf manual
8290 (from Paul Eggert <eggert@twinsun.com>).
8292 Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
8294 * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
8295 optimisation for f/expr.o and f/stb.o.
8297 Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
8299 * cse.c (this_insn_cc0_mode): Initialize.
8301 Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
8303 * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
8305 * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
8307 Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
8309 * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
8310 that pair will dual-issue on the 21164 and plus+beq won't.
8311 (bne): Likewise for cmpeq+beq.
8313 Tue Sep 30 16:07:58 1997 Jim Wilson <wilson@cygnus.com>
8315 * except.c (find_exception_handler_labels): Correct argument to free.
8317 Tue Sep 30 11:00:00 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8319 * except.c (find_exception_handler_labels): Free LABELS when we're
8322 Mon Sep 29 14:04:35 1997 Jeffrey A Law (law@cygnus.com)
8324 * version.c: Bump for snapshot.
8326 Mon Sep 29 10:51:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8328 * flow.c (find_basic_blocks): Mark calls as potentially jumping
8331 Mon Sep 29 09:58:06 1997 Jeffrey A Law (law@cygnus.com)
8333 * configure.in: Substitute for "install" too.
8334 * configure: Rebuilt.
8336 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8338 * Makefile.in (bootstrap-lean, compare-lean): New targets.
8340 Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
8342 * alias.c (base_alias_check): Two symbols can conflict if they
8343 are accessed via AND.
8344 (memrefs_conflict_p): Likewise.
8346 * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
8347 after flushing argument registers to the stack.
8349 * Makefile.in (mostlyclean): Remove .regmove files.
8351 Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
8353 * libgcc2.c (__throw): Fix thinko.
8355 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
8357 * cplus-dem.c (demangle_template): Add new parameter. Handle new
8358 template-function mangling.
8359 (consume_count_with_underscores): New function.
8360 (demangle_signature): Handle new name-mangling scheme.
8362 Sun Sep 28 01:55:04 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
8364 * flow.c (print_rtl_with_bb): Cast alloca return values for variables
8367 Sun Sep 28 01:05:16 1997 Jeffrey A Law (law@cygnus.com)
8369 * frame.c: Remove last change.
8370 * dwarf2.h: Remove last change.
8371 * tree.h: Add declarations of DWARF2 unwind info support
8374 Sat Sep 27 11:02:38 1997 Jason Merrill <jason@yorick.cygnus.com>
8376 * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
8377 * tree.h (built_in_function): Likewise.
8378 * expr.c (expand_builtin): Likewise.
8379 * except.h: Likewise.
8380 * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
8381 * libgcc2.c (copy_reg): New fn.
8384 Fri Sep 26 08:54:59 1997 Paul Eggert <eggert@twinsun.com>
8386 * c-typeck.c (build_binary_op): Warn about comparing signed vs
8387 unsigned if -W is specified and -Wno-sign-compare is not.
8388 * c-decl.c (warn_sign_compare): Initialize to -1.
8389 (c_decode_option): -Wall no longer implies -Wsign-compare.
8391 Fri Sep 26 09:00:13 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8393 * frame.c: Include gansidecl.h for PROTO.
8394 * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
8395 defined. Don't declare dwarf2out_cfi_label here.
8396 * dwarf2.h: Add declarations of DWARF2 unwind info support
8398 * m68k.c: Include dwarf2.h.
8399 (output_function_prologue): Add dwarf2 support.
8400 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
8401 (INCOMING_FRAME_SP_OFFSET): Likewise.
8403 * integrate.c (expand_inline_function): Make sure there is at
8404 least one insn that can be used as an insertion point.
8406 Wed Sep 24 21:34:06 1997 Jason Merrill <jason@yorick.cygnus.com>
8408 * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
8410 Wed Sep 24 22:05:30 1997 Jeffrey A Law (law@cygnus.com)
8412 * version.c: Bump for snapshot.
8414 Wed Sep 24 17:36:23 1997 Doug Evans <dje@canuck.cygnus.com>
8416 Bring over from FSF.
8418 Wed Sep 24 19:17:08 1997 Doug Evans <dje@cygnus.com>
8420 * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
8421 (get_pc_via_rdpc): Renamed from get_pc_sp64.
8422 * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
8424 Wed Sep 24 18:38:22 1997 David S. Miller <davem@tanya.rutgers.edu>
8426 * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
8427 (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
8429 (sparc_align_{loops,jumps,funcs}_string): Declare.
8430 (sparc_align_{loops,jumps,funcs}): Declare.
8431 (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
8432 (FUNCTION_BOUNDARY): Use sparc_align_funcs.
8433 (STACK_BIAS): Define.
8434 (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
8436 (SPARC_SETHI_P): New macro.
8437 (CONST_OK_FOR_LETTER_P): Use it.
8438 (ASM_OUTPUT_ALIGN_CODE): Define.
8439 (ASM_OUTPUT_LOOP_ALIGN): Define.
8440 * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
8441 (sparc_align_{loops,jumps,funcs}): New globals.
8442 (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
8444 (move_operand): Use SPARC_SETHI_P.
8445 (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
8447 (arith11_double_operand): Likewise.
8448 (arith10_double_operand): Likewise.
8449 (finalize_pic): Finish sparc64 support.
8450 (emit_move_sequence): Use SPARC_SETHI_P. Simplify low part of
8451 64 bit constants if able.
8452 (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
8453 (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
8455 * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
8456 (get_pc_sp32): Use for sparc64 as well.
8457 (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
8458 (sethi_di_sp64_const): Likewise.
8459 (movtf_cc_sp64): Check TARGET_HARD_QUAD.
8460 (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
8461 (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
8463 Tue Sep 23 19:02:46 1997 Doug Evans <dje@cygnus.com>
8465 * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
8466 * sparc/linux.h (COMMENT_BEGIN): Likewise.
8467 * sparc/linux64.h (COMMENT_BEGIN): Likewise.
8469 Tue Sep 23 14:48:18 1997 David S. Miller <davem@tanya.rutgers.edu>
8471 Add sparc64 linux support.
8472 * configure.in (sparc64-*-linux*): Recognize. Add sparc/xm-sparc.h
8473 to xm_file list on 32-bit sparc-linux.
8474 * sparc/xm-sp64.h: New file.
8475 * sparc/linux64.h: New file.
8476 * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
8477 Don't include xm-sparc.h.
8478 * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
8479 * glimits.h (LONG_MAX): Handle sparc64.
8481 Sat Sep 20 03:07:54 1997 Doug Evans <dje@cygnus.com>
8483 * sparc/sysv4.h (ASM_COMMENT_START): Delete.
8484 * sparc.h (ASM_COMMENT_START): Define.
8485 * sparc.c (output_function_prologue): Use it.
8486 (sparc_flat_output_function_{epi,pro}logue): Likewise.
8488 Wed Sep 17 15:04:19 1997 Doug Evans <dje@cygnus.com>
8490 * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
8491 use sparc.h's copies.
8492 * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
8495 Mon Sep 8 08:45:19 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8497 * sparc.c (dwarf2out_cfi_label): Add declaration.
8498 (save_regs, output_function_prologue): Remove cast for it.
8499 (sparc_flat_{save_restore,output_function_prologue): Likewise.
8500 ({save,restore}_regs): No longer inline.
8502 Tue Sep 23 12:34:51 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8504 * fold-const.c (make_range): Correctly handle cases of converting
8505 from unsigned to signed type.
8507 Tue Sep 23 12:34:51 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8509 * fold-const.c (merge_ranges): Make sure that if one range is subset
8510 of another, it will always be the second range. Correct (+,-) case to
8513 Tue Sep 23 08:32:51 1997 Jason Merrill <jason@yorick.cygnus.com>
8515 * final.c (final_end_function): Also do dwarf2 thing if
8516 DWARF2_DEBUGGING_INFO.
8517 (final_start_function): Likewise.
8519 Tue Sep 23 01:15:50 1997 David S. Miller <davem@tanya.rutgers.edu>
8521 * expmed.c (expand_divmod): If compute_mode is not the same as
8522 mode, handle the case where convert_modes() causes op1 to no
8523 longer be a CONST_INT.
8525 * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
8526 note holding get_jump_flags() calculation to all JUMP_INSNs.
8527 * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
8528 * rtl.c (reg_note_name): Add new note types.
8530 Tue Sep 23 00:59:54 1997 Jeffrey A Law (law@cygnus.com)
8532 * rtlanal.c (computed_jump_p): Fix typo in last change.
8534 Tue Sep 23 00:42:44 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8536 * loop.c (indirect_jump_in_function_p): Return 0
8539 Tue Sep 23 00:33:55 1997 Jeffrey A Law (law@cygnus.com)
8541 * rs6000/xm-rs6000.h: Fix thinko in last change.
8542 * rs6000/xm-sysv4.h: Likewise.
8544 Mon Sep 22 19:33:53 1997 Jim Wilson <wilson@cygnus.com>
8546 * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
8548 Mon Sep 22 14:41:00 1997 Jeffrey A Law (law@cygnus.com)
8550 * reg-stack.c (find_blocks): Fix thinko in last change.
8552 1997-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8554 * m68k.c (output_function_prologue): Add dwarf2 support.
8556 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
8557 INCOMING_FRAME_SP_OFFSET): New definitions.
8559 Mon Sep 22 11:36:42 1997 David S. Miller <davem@tanya.rutgers.edu>
8561 * combine.c (try_combine): Use NULL_RTX instead of '0' where
8562 appropriate in calls to gen_rtx().
8563 * cse.c (cse_main): Likewise.
8564 * emit-rtl.c (gen_label_rtx): Likewise.
8565 * expr.c (init_expr_once): Likewise.
8566 * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
8567 sched_analyze, init_rgn_data_dependences,
8568 compute_block_backward_dependences): Likewise.
8569 * sched.c (schedule_insns): Likewise.
8570 * varasm.c (immed_double_const): Likewise.
8572 * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
8573 SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
8575 Mon Sep 22 11:21:33 1997 J. Kean Johnston <jkj@sco.com>
8577 * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
8578 (MULTILIB_DEFAULTS): Define.
8579 (ASM_SPEC, CPP_SPEC): Handle -mcoff.
8580 (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
8581 (LIBGCC_SPEC): Likewise.
8582 (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
8583 (SUBTARGET_SWITCHES): Add -mcoff and -melf.
8584 * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
8585 (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
8586 (EXTRA_PARTS, TAROUTOPTS): Delete.
8587 (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
8588 (MULTILIB_OPTIONS): Define.
8589 (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
8590 (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
8592 Mon Sep 22 02:10:43 1997 Jeffrey A Law (law@cygnus.com)
8594 * version.c: Bump for snapshot.
8596 Sun Sep 21 17:45:45 1997 Jeffrey A Law (law@cygnus.com)
8598 * loop.c (loop_number): Delete function. Change all references
8599 to use uid_loop_num array.
8600 * loop.h (loop_number): Delete declaration.
8601 * unroll.c (unroll_loop): Change "loop_number" references to
8602 use uid_loop_num instead.
8604 * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
8606 (loop_unroll_iter): Remove unused variable and all references.
8607 (loop_optimize): Always allocate and clear space for loop_unroll_factor.
8608 (insert_bct): Fix minor formatting problems.
8609 * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
8610 (loop_unroll_iter): Removed unused decl.
8611 * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
8612 Always record the unrolling factor.
8614 * cse.c (simplify_relational_operation): Set h0u just like h0s.
8615 Similarly for h1u and h1s.
8617 * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
8618 (find_basic_blocks): Use computed_jump_p to determine if a
8619 particular JUMP_INSN is a computed jump.
8620 * reg-stack.c (find_blocks): Use computed_jump_p to determine
8621 if a particular JUMP_INSN is a computed jump.
8622 * rtlanal.c (jmp_uses_reg_or_mem): New function.
8623 (computed_jump_p): Likewise.
8624 * rtl.h (computed_jump_p): Declare.
8625 * genattrtab.c (pc_rtx): Define and initialize.
8626 * loop.c (loop_optimize): Always determine if the current
8627 function has a computed jump.
8628 (indirect_jump_in_function_p): Use computed_jump_p to determine
8629 if a particular JUMP_INSN is a computed jump.
8631 * loop.c (fix_bct_param): Delete unused function.
8632 (check_bct_param): Likewise.
8634 Sat Sep 20 16:22:06 1997 Jason Merrill <jason@yorick.cygnus.com>
8636 * frame.c (__deregister_frame): Check properly for initialized object.
8638 Fri Sep 19 20:51:03 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8640 * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
8642 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8644 * jump.c (thread_jumps): check can_reverse_comparison_p before
8645 threading a reversed-condition jump.
8647 * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
8648 * haifa-sched.c (update_flow_info): Likewise.
8650 Thu Sep 18 21:13:40 1997 Jeffrey A Law (law@cygnus.com)
8652 * Makefile.in (BOOT_CFLAGS): Use -O2.
8654 * configure.in (strtoul, bsearch): Have autoconf check for these
8656 * configure, config.in: Rebuilt.
8658 * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
8659 * mips/mips.h (alloca): Likewise.
8660 * rs6000/xm-rs6000.h (alloca): Likewise.
8661 * rs6000/xm-sysv4.h: Likewise.
8663 Thu Sep 18 14:22:22 1997 Jason Merrill <jason@yorick.cygnus.com>
8665 * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
8666 * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
8667 (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
8669 * except.c (end_eh_unwinder): Subtract 1 from return address.
8670 * libgcc2.c (__throw): Likewise.
8671 (find_exception_handler): Don't change PC here. Compare end with >.
8673 Thu Sep 18 10:43:07 1997 Nick Clifton <nickc@cygnus.com>
8675 * v850.c (compute_register_save_size): Correct register
8677 * v850.md (save_interrupt, return_interrupt): Correct
8679 * v850/lib1funcs.asm (save_interrupt): Correct register number.
8680 (return_interrupt): Use stack pointer, not element pointer.
8682 1997-09-18 Brendan Kehoe <brendan@lisa.cygnus.com>
8684 * configure.in, configure: Make sure to create the stage* and include
8685 symbolic links in each subdirectory.
8687 Thu Sep 18 01:47:06 1997 Jeffrey A Law (law@cygnus.com)
8689 * pa.md (reload_peepholes): Don't allow addresses with side
8690 effects for the memory operand.
8692 Wed Sep 17 18:19:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8694 * libgcc2.c (find_exception_handler): Subtract one from our PC when
8695 looking for a handler, to avoid hitting the beginning of the next
8698 * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
8700 Wed Sep 17 18:33:59 1997 Jeffrey A Law (law@cygnus.com)
8702 * mips/abi64.h (LONG_MAX_SPEC): Define.
8703 * mips.h (LONG_MAX_SPEC): Define.
8704 (CPP_SPEC): Include long_max_spec.
8705 (EXTRA_SPECS): Include long_max_spec.
8707 Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com)
8709 * v850.c (construct_save_jarl): Fix thinko in last change.
8711 Wed Sep 17 09:53:07 1997 Jeffrey A Law (law@cygnus.com)
8713 * version.c: Bump for snapshot.
8715 Tue Sep 16 14:22:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8717 * libgcc2.c (find_exception_handler): Not found is -1.
8719 * integrate.c (expand_inline_function): Move expand_start_bindings
8720 after expanding the arguments.
8722 Tue Sep 16 11:13:46 1997 Jim Wilson <wilson@cygnus.com>
8724 * expr.c (expand_expr): Remove previous incorrect change.
8725 If target and slot has no DECL_RTL, then call mark_addressable
8726 again for the slot after we give it RTL.
8728 Tue Sep 16 09:18:52 1997 Jason Merrill (jason@cygnus.com)
8730 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
8731 again for the slot after we give it RTL.
8733 Tue Sep 16 00:13:20 1997 Nick Clifton <nickc@cygnus.com>
8735 * v850.c (register_is_ok_for_epilogue,
8736 pattern_is_ok_for_epilogue, construct_restore_jr,
8737 pattern_is_ok_for_prologue, construct_save_jarl): New functions.
8739 * v850.h (pattern_is_ok_for_prologue,
8740 pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
8743 * v850.md: Replace prologue and epilogue patterns with a
8744 match_parallel pattern.
8746 Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com)
8748 * aclocal.m4: Add replacement for AC_PROG_INSTALL.
8749 * configure.in: Use EGCS_PROG_INSTALL.
8751 Mon Sep 15 22:40:55 1997 Jim Wilson (wilson@cygnus.com)
8753 * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
8754 extern inline function.
8756 Mon Sep 15 22:40:55 1997 Richard Henderson (rth@cygnus.com)
8758 * dwarf2out.c (reg_loc_descriptor): Fix prototype.
8759 (concat_loc_descriptor): New function.
8760 (loc_descriptor): Call it.
8761 (add_AT_location_description): Also elide the descriptor if both
8762 halves of a CONCAT are pseudos.
8763 (add_location_or_const_value_attribute): Recognize CONCAT too.
8765 Mon Sep 15 15:24:00 1997 Richard Henderson <rth@cygnus.com>
8767 * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
8769 * alpha/alpha.c (output_prolog): New variable sa_reg. Use it for
8770 out-or-range reg_offset.
8771 (output_epilog): Likewise.
8773 Mon Sep 15 15:39:26 1997 Jeffrey A Law (law@cygnus.com)
8775 * cse.c (simplify_relational_operation): If MODE specifies a
8776 mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
8777 is derived from the sign bit of the low word.
8779 Mon Sep 15 11:43:38 1997 Jason Merrill <jason@yorick.cygnus.com>
8781 Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
8783 * dwarf2.h: Add DW_CFA_GNU_args_size.
8784 * frame.c (execute_cfa_insn): Likewise.
8785 * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
8786 (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
8787 (dwarf2out_frame_debug): If this isn't a prologue or epilogue
8788 insn, hand it off to dwarf2out_stack_adjust.
8789 (dwarf2out_begin_prologue): Initialize args_size.
8790 * frame.h (struct frame_state): Add args_size.
8791 * libgcc2.c (__throw): Use args_size.
8792 * final.c (final_scan_insn): If we push args, hand off all insns
8793 to dwarf2out_frame_debug.
8794 * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
8796 * dwarf2out.c dwarf2out_frame_debug): Fix typo.
8797 Handle epilogue restore of SP from FP.
8798 * emit-rtl.c (gen_sequence): Still generate a sequence if the
8799 lone insn has RTX_FRAME_RELATED_P set.
8801 * frame.c (extract_cie_info): Handle "e" augmentation.
8802 * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
8803 absence of UNALIGNED_*_ASM_OP.
8804 (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
8805 (output_call_frame_info): Use "e" instead of "z" for augmentation.
8806 Don't emit augmentation fields length.
8807 (dwarf2out_do_frame): Move outside of #ifdefs.
8808 * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
8811 * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
8812 * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
8813 * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
8814 * sparc/sun4gas.h: New file.
8815 * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
8817 * collect2.c (write_c_file_stat, write_c_file_glob): Declare
8818 __register_frame_table and __deregister_frame.
8820 1997-09-15 Brendan Kehoe <brendan@cygnus.com>
8822 * except.c (find_exception_handler_labels): Use xmalloc instead of
8823 alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
8826 Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
8828 * Makefile.in: Various changes to build info files
8829 in the object tree rather than the source tree.
8831 Sun Sep 14 12:24:30 1997 Jeffrey A Law (law@cygnus.com)
8833 * fixinc.math: New file to fix math.h on some systems.
8834 * configure.in (freebsd, netbsd): Use fixinc.math on these
8836 * configure: Rebuilt.
8838 Sun Sep 14 11:11:05 1997 Jeffrey A Law (law@cygnus.com)
8840 * regmove.c (regmove_optimize): If we end up moving the
8841 original insn due to lifetime overlaps, make sure to move
8844 Sat Sep 13 15:51:11 1997 Manfred Hollstein <manfred@s-direktnet.de>
8846 * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
8848 Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com)
8850 * haifa-sched.c (add_branch_dependences): Make each insn in
8851 a SCHED_GROUP_P block explicitly depend on the previous insn.
8853 Fri Sep 12 13:49:58 1997 Jason Merrill <jason@yorick.cygnus.com>
8855 * except.h: Prototype dwarf2 hooks.
8858 Thu Sep 11 17:43:55 1997 Jim Wilson <wilson@cygnus.com>
8860 * configure.in (native_prefix): Delete.
8861 (mips-dec-netbsd): Don't set prefix.
8862 (*linux*): Don't set prefix.
8864 Thu Sep 11 15:48:32 1997 Fred Fish <fnf@ninemoons.com>
8866 * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
8867 defined. If not defined, include <sys/varargs.h> if
8868 HAVE_SYS_VARARGS_H is defined.
8869 * configure.in: Test for varargs.h and sys/varargs.h.
8870 * configure: Regenerate with autoconf.
8871 * config.in: Regenerate with autoheader.
8873 * cpplib.c (quote_string): Cast first arg of sprintf call
8874 from "unsigned char *" to "char *".
8875 (output_line_command): Ditto.
8876 (macroexpand): Ditto.
8877 (do_line): Cast atoi arg from "unsigned char *" to "char *".
8879 Wed Sep 10 21:37:30 1997 Jeffrey A Law (law@cygnus.com)
8881 * version.c: Bump for snapshot.
8883 * Makefile.in (compare): Exit with nonzero status if there
8884 are comparison failures. Note which files failed the
8885 comparison test in .bad_compare.
8887 Wed Sep 10 17:05:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8889 * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
8891 Wed Sep 10 16:37:28 1997 Fred Fish <fnf@ninemoons.com>
8893 * Makefile.in (LN, LN_S): New macros, use where appropriate.
8894 * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
8895 * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
8896 * configure: Regenerated.
8898 Thu Sep 11 11:09:43 1997 Jeffrey A Law (law@cygnus.com)
8900 * loop.c (strength_reduce): Fix typo.
8902 Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
8904 * m88k/m88k.c (struct option): Rename to struct options.
8905 * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
8906 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
8907 * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
8908 __DOLPHIN__ or sysV88.
8910 Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com>
8912 * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
8915 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
8917 * config.sub: Accept 'amigados' for backward compatability.
8919 Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8921 * Makefile.in (testsuite/site.exp): New target.
8922 (check-gcc, check-g++): Depend on testsuite/site.exp.
8923 Don't stop for failure.
8925 Wed Sep 10 12:59:57 1997 Jason Merrill <jason@yorick.cygnus.com>
8927 * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
8928 if DWARF2_UNWIND_INFO.
8930 Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8932 Add support for exception handling using DWARF 2 frame unwind info.
8933 Currently works on SPARC and MIPS, and almost on x86.
8935 * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
8936 next_stack_level, in_reg_window): Helper fns.
8937 (__throw): Implement for DWARF2_UNWIND_INFO.
8939 * expr.c (expand_builtin): Handle builtins used by __throw.
8940 * tree.h (enum built_in_function): Add builtins used by __throw.
8941 * c-decl.c (init_decl_processing): Declare builtins used by __throw.
8942 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
8943 * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
8944 (expand_builtin_extract_return_addr): Likewise.
8945 (expand_builtin_frob_return_addr): Likewise.
8946 (expand_builtin_set_return_addr_reg): Likewise.
8947 (expand_builtin_eh_stub): Likewise.
8948 (expand_builtin_set_eh_regs): Likewise.
8949 (eh_regs): Choose two call-clobbered registers for passing back values.
8951 * frame.c, frame.h: New files for parsing dwarf 2 frame info.
8952 * Makefile.in (LIB2ADD): New variable. Add $(srcdir)/frame.c.
8953 (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
8954 (stmp-multilib): Likewise.
8955 ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
8957 * except.c: #include "defaults.h".
8958 (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
8959 (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
8960 (register_exception_table_p): New fn.
8961 (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
8962 (end_eh_unwinder): Likewise.
8964 * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
8965 call __register_frame and __deregister_frame as needed.
8966 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
8967 * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro. Check
8968 EH_FRAME_SECTION_ASM_OP.
8969 * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
8970 * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
8971 (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
8973 * dwarf2out.c (output_call_frame_info): If no support for
8974 EXCEPTION_SECTION, mark the start of the frame info with a
8976 * collect2.c (frame_tables): New list.
8977 (is_ctor_dtor): Recognise frame entries.
8978 (scan_prog_file): Likewise.
8979 (main): Pass -fno-exceptions to sub-compile. Also do collection
8980 if there are any frame entries.
8981 (write_c_file_stat): Call __register_frame_table and
8982 __deregister_frame as needed.
8983 (write_c_file_glob): Likewise.
8985 * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
8986 Also require unaligned reloc support.
8987 * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
8988 UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
8989 * sparc/sysv4.h: Not here.
8991 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
8992 * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
8993 (dwarf2out_finish): Don't call dwarf2out_frame_finish.
8995 * libgcc2.c (L_eh): Reorganize, moving code shared by different
8996 EH implementations to the top.
8997 (find_exception_handler): Split out. Start from 0. Compare against
8999 (__find_first_exception_table_match): Use it.
9000 * except.c (output_exception_table): Don't do anything if there's
9001 no table. Don't output a first entry of zeroes.
9002 (eh_outer_context): Adjust properly.
9003 (add_eh_table_entry): Use xrealloc.
9004 * toplev.c (compile_file): Just call output_exception_table.
9006 Wed Sep 10 11:30:36 1997 Jason Merrill <jason@cygnus.com>
9008 * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
9010 Wed Sep 10 08:17:10 1997 Torbjorn Granlund <tege@pdc.kth..se>
9012 * except.c (eh_outer_context): Do masking using expand_and.
9014 Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
9016 Add port done awhile ago for the ARC cpu.
9017 * arc/arc.h: New file.
9018 * arc/arc.c: New file.
9019 * arc/arc.md: New file.
9020 * arc/initfini.c: New file.
9021 * arc/lib1funcs.asm: New file.
9022 * arc/t-arc: New file.
9023 * arc/xm-arc.h: New file.
9024 * ginclude/va-arc.h: New file.
9025 * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
9026 * ginclude/varargs.h: Likewise.
9027 * Makefile.in (USER_H): Add va-arc.h.
9028 * configure.in (arc-*-elf*): Recognize.
9029 * longlong.h: Add ARC support.
9031 Wed Sep 10 01:32:54 1997 Jeffrey A Law (law@cygnus.com)
9033 * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
9034 when clearing non-BLKmode data.
9036 Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
9038 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
9039 * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
9041 * xm-m88k.h (USG): Only define if it hasn't already been defined.
9043 * Makefile.in (risky-stage1): Delete gratutious whitespace.
9045 * Makefile.in (clean): Delete libgcc1-test.
9047 * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
9049 Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
9051 * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
9054 Tue Sep 9 09:50:02 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9056 * dwarf2out.c (output_call_frame_info): Call named_section.
9058 Tue Sep 9 09:12:17 1997 Jeffrey A Law (law@cygnus.com)
9060 * haifa-sched.c (print_value): Fix last change.
9062 Tue Sep 9 01:30:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9064 * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
9067 Mon Sep 8 16:32:43 1997 Jason Merrill <jason@yorick.cygnus.com>
9069 * mips.c (function_prologue): Set up the CFA when ABI_32.
9071 * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
9072 for dwarf2 unwind info.
9073 (output_function_prologue, sparc_flat_output_function_prologue): Same.
9075 * final.c (final_end_function): Check dwarf2out_do_frame instead
9076 of DWARF2_DEBUG for dwarf2 unwind info.
9077 (final_scan_insn): Likewise.
9078 (final_start_function): Likewise. Initialize dwarf2 frame debug here.
9081 * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
9084 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
9086 Mon Sep 8 15:15:11 1997 Nick Clifton <nickc@cygnus.com>
9088 * v850.h (ASM_SPEC): Pass on target processor.
9089 (CPP_PREDEFINES): Only define if not already specified.
9090 (TARGET_VERSION): Only define if not already specified.
9091 (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
9093 (EXTRA_SWITCHES): Extra entries in the switches array.
9094 (TARGET_DEFAULT): Set default target processor.
9096 Mon Sep 8 18:26:35 1997 Jim Wilson <wilson@cygnus.com>
9098 * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
9099 cases, add %# and %/, and add : to make them into extended asms.
9101 Sun Sep 7 23:57:50 1997 Weiwen Liu <liu@hepunix.physics.yale.edu>
9103 * alias.c (init_alias_analysis): Clean up incompatible pointer
9104 type warning in bzero.
9105 * regmove.c (regmove_optimize): Ditto.
9106 * haifa-sched.c (find_rgns): Ditto.
9108 * haifa-sched.c (print_value): Clean up ptr->int cast
9111 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9113 * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
9114 * install.texi (Configurations): Ditto.
9115 * config.sub: Ditto.
9117 Sun Sep 7 22:56:56 1997 Weiwen Liu (liu@hepvms.physics.yale.edu)
9119 * Makefile.in (sdbout.o): Depend on insn-config.h.
9121 Sun Sep 7 18:44:50 1997 Jim Wilson <wilson@cygnus.com>
9123 * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
9124 For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
9126 Sun Sep 7 18:30:46 1997 Jason Merrill <jason@yorick.cygnus.com>
9128 * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
9129 prologue insn, only the first elt is significant.
9130 (output_call_frame_info): For exception handling, always use 4-byte
9131 fields as specified by the dwarf2 spec.
9132 Don't skip trivial FDEs.
9134 Sun Sep 7 14:19:39 1997 Jeffrey A Law (law@cygnus.com)
9136 * version.c: Bump for snapshot.
9138 Sun Sep 7 14:17:36 1997 Torbjorn Granlund (tege@pdc.kth.se)
9140 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
9141 for negative constants. Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
9144 Sun Sep 7 13:46:46 1997 Jeffrey A Law (law@cygnus.com)
9146 * final.c (shorten_branches): During first pass, assume worst
9147 possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
9149 * Makefile.in (distclean): Remove various things left around
9150 by running the testsuite.
9152 Sun Sep 7 13:16:06 1997 Manfred Hollstein <manfred@s-direktnet.de>
9154 * configure.in (out_file): Emit definition to config.status in order
9155 to have a defined value for configure.lang.
9156 * configure: Re-built.
9158 Sun Sep 7 09:59:08 1997 Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
9160 * configure.in: Make symlink to as-new rather than as.new. Similarly
9162 * configure: Rebuilt.
9164 Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com>
9166 * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
9168 Fri Sep 5 16:16:44 1997 Christian Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
9170 * sparc/sparc.md: Add ultrasparc scheduling support.
9171 * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
9173 Fri Sep 5 14:04:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
9175 * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
9176 as initial value for real_label_map.
9177 (copy_for_inline): Likewise.
9179 Fri Sep 5 13:36:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9181 * sched.c (update_flow_info) When looking if to set found_split_dest
9182 or found_orig_dest, look at all parts of a PARALLEL.
9183 * haifa-sched.c (update_flow_info): Likewise.
9185 Fri Sep 5 10:08:44 1997 Jeffrey A Law (law@cygnus.com)
9187 * v850: New directory for v850 port.
9188 * v850/lib1funcs.asm: New file.
9189 * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
9190 * ginclude/va-v850.h: New file.
9191 * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
9192 * configure.in (mn10200-*-*): New target.
9193 * configure: Rebuilt.
9194 * config.sub: Handle v850-elf.
9195 * Makefile.in (USER_H): Add va-mn10200.h.
9196 * invoke.texi: Document v850 stuff.
9198 Fri Sep 5 09:37:50 1997 Jim Wilson (wilson@cygnus.com)
9200 * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
9201 has integer TYPE_{MAX,MIN}_VALUE before using them.
9203 * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
9204 __HPUX_ASM__ versions.
9206 Fri Sep 5 09:08:44 1997 Jeffrey A Law (law@cygnus.com)
9208 * install.sh: Delete duplicate install script.
9210 Thu Sep 4 23:14:27 1997 Stan Cox (coxs@dg-rtp.dg.com)
9212 * reg-stack.c (subst_stack_regs): Pop the stack register for a
9213 computed goto which sets the same stack register.
9215 * reg-stack.c (compare_for_stack_reg): Swap only if the source and
9216 destination are both on the regstack.
9217 (subst_stack_regs_pat): Put the destination at the top of the regstack.
9219 Thu Sep 4 15:02:27 1997 Jim Wilson <wilson@cygnus.com>
9221 * mips.md (nonlocal_goto_receiver): Define.
9223 * profile.c (output_arc_profiler): Check next_insert_after for non
9224 NULL before deferencing it.
9226 * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
9228 Thu Sep 4 14:51:57 1997 Jeffrey A Law (law@cygnus.com)
9230 * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
9232 Thu Sep 4 15:01:49 1997 Michael Meissner <meissner@cygnus.com>
9234 * toplev.c (rest_of_compilation): For passes starting with
9235 flow_analysis, use print_rtl_with_bb instead of print_rtl.
9237 * print-rtl.c (print_rtl_single): Print a single rtl value to a
9240 * flow.c (print_rtl_with_bb): Print which insns start and end
9241 basic blocks. For the start of a basic block, also print the live
9244 Thu Sep 4 11:51:43 1997 Jim Wilson <wilson@cygnus.com>
9246 * toplev.c (main): Change #elif to #else/#ifdef
9248 * tlink.c: Include ctype.h.
9249 * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
9251 Thu Sep 4 11:17:16 1997 Mikeael Meissner (meissner@cygnus.com)
9253 * bitmap.c: Conditionally include stdlib.h.
9254 (free): Provide a declaration if NEED_DECLARATION_FREE.
9256 Thu Sep 4 09:58:53 1997 Joel Sherrill (joel@OARcorp.com)
9258 * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
9260 Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
9262 * profile.c (output_arc_profiler): Verify next_insert_after is an
9263 INSN before and after skipping a stack pop.
9265 Thu Sep 4 07:39:19 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9267 * final.c (shorten_branches): Don't count the lengths of deleted
9270 Thu Sep 4 09:43:01 1997 Jeffrey A Law (law@cygnus.com)
9272 * version.c: Bump for snapshot.
9274 Thu Sep 4 11:04:21 1997 Michael Meissner <meissner@cygnus.com>
9276 * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
9277 two bitmaps ANDed together.
9278 (bitmap_print): Declare.
9280 * bitmap.c (function_obstack): Don't declare any more.
9281 (bitmap_obstack): Obstack for allocating links from.
9282 (bitmap_obstack_init): New static to say whether to initialize
9284 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
9285 (bitmap_release_memory): Free all memory allocated from
9288 * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
9289 EXECUTE_IF_AND_IN_BITMAP.
9291 Wed Sep 3 10:39:42 1997 Jim Wilson <wilson@cygnus.com>
9293 * alias.c (true_dependence): Address with AND can alias scalars.
9294 (anti_dependence, output_dependence): Likewise.
9296 * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
9298 Wed Sep 3 09:28:50 CDT 1997 Joel Sherrill (joel@OARcorp.com)
9300 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
9301 mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
9302 sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
9303 definitions. Use -qrtems instead of -mrtems.
9305 Wed Sep 3 09:05:41 1997 Robert Lipe (robert@dgii.com)
9307 * xm-sco5.h (sys_siglist): Define.
9308 (SYS_SIGLIST_DECLARED): Likewise.
9310 Tue Sep 2 23:33:33 1997 Jeffrey A Law (law@cygnus.com)
9312 * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
9314 Wed Sep 3 02:09:30 1997 Torbjorn Granlund <tege@pdc.kth..se>
9316 * except.c (eh_outer_context): Expand masking operation using
9319 Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
9321 * alpha.md (floatdisf2-1): New pattern.
9323 Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
9325 * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
9326 * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
9327 * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
9328 * gcc.texi: Note that if you define sys_siglist that you should
9329 also define SYS_SIGLIST_DECLARED.
9331 * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
9332 are relative to the next instruction, not the current instruction.
9334 Tue Sep 2 14:22:43 1997 Jim Wilson <wilson@cygnus.com>
9336 * local-alloc.c (contains_replace_regs): New function.
9337 (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
9338 verify that there is no existing REG_EQUIV note, and add a call to
9339 contains_place_regs.
9341 Tue Sep 2 12:48:11 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9343 * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
9344 (STARTFILE_SPEC): Always use crtbegin.o%s
9345 (ENDFILE_SPEC): Always use crtend.o%s.
9347 Tue Sep 2 12:00:36 1997 Jim Wilson <wilson@cygnus.com>
9349 * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
9351 * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
9352 SFmode for 64 bit hosts.
9354 Tue Sep 2 13:42:38 1997 Paul N. Hilfinger <hilfingr@CS.Berkeley.EDU>
9356 * fixincludes: Permits spaces between # and define. Discard C++
9357 comments in sys/pci.h on HP/UX 10.20.
9359 Mon Sep 1 22:13:18 1997 Jeffrey A Law (law@cygnus.com)
9361 * version.c: Bump for snapshot.
9363 * pa.c (restore_unscaled_index_insn_codes): New function.
9364 (record_unscaled_index_insn_codes): Likewise.
9365 (output_function_prologue): Call restore_unscaled_index_insn_codes.
9366 (output_function_epilogue): Free memory for unscaled_index_insn_codes.
9367 (pa_reorg): Call record_unscaled_index_insn_codes.
9369 * haifa-sched.c (move_insn): Handle notes correctly for insns
9370 with SCHED_GROUP_P set.
9372 Mon Sep 1 16:58:57 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9374 * alpha/xm-linux.h (USE_BFD): Undef before define.
9376 Mon Sep 1 16:25:34 1997 Jim Wilson <wilson@cygnus.com>
9378 * cse.c (cse_insn): Don't record BLKmode values.
9380 Mon Sep 1 11:25:47 1997 Stephen Williams (steve@icarus.icarus.com)
9382 * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
9384 Mon Sep 1 08:29:46 1997 Jeffrey A Law (law@cygnus.com)
9386 * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
9387 * collect2.c (sys_errlist): Likewise.
9388 * cpplib.c (sys_errlist): Likewise.
9389 * gcc.c (sys_errlist): Likewise.
9390 * protoize (sys_errlist): Likewise.
9391 * configure.in: Check for strerror.
9392 * xm-freebsd.h (HAVE_STRERROR): Remove definition.
9393 * xm-gnu.h (HAVE_STRERROR): Likewise.
9394 * xm-linux.h (HAVE_STRERROR): Likewise.
9395 * xm-netbsd.h (HAVE_STRERROR): Likewise.
9396 * xm-bsd386.h (HAVE_STRERROR): Likewise.
9397 * xm-cygwin32.h (HAVE_STRERROR): Likewise.
9398 * xm-dos.h (HAVE_STRERROR): Likewise.
9399 * xm-mingw32.h (HAVE_STRERROR): Likewise.
9400 * xm-pa.h (HAVE_STRERROR): Likewise.
9401 * xm-papro.h (HAVE_STRERROR): Likewise.
9402 * xm-sysv4.h (HAVE_STRERROR): Likewise.
9403 * configure, config.in: Rebuilt.
9405 * Makefile.in: Add several missing "else true" clauses.
9407 * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
9408 * mips-tfile.c: Likewise.
9409 * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
9410 * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
9411 * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
9412 * configure.in: Check for sys_siglist declaration.
9413 * configure, config.in: Rebuilt.
9415 Mon Sep 1 08:04:07 1997 Joel Sherrill (joel@OARcorp.com)
9417 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
9418 m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
9419 sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
9420 * i960/i960.h: Added SUBTARGET_SWITCHES macro.
9421 * rs6000/sysv4.h (extra_subtarget_switches): Added new
9422 macro EXTRA_SUBTARGET_SWITCHES.
9423 * configure.in (sh*-*-rtems*): New target.
9424 * sh/rtems.h: New file.
9425 * sh/sh.h: Added SUBTARGET_SWITCHES macro.
9426 * configure: Rebuilt.
9428 Sat Aug 30 22:54:26 1997 Jim Wilson <wilson@cygnus.com>
9430 * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
9432 Sat Aug 30 10:49:46 1997 David Edelsohn <edelsohn@mhpcc.edu>
9434 * rs6000.md: Make DF fused-add operations pay attention to
9437 Fri Aug 29 19:19:54 1997 Jim Wilson <wilson@cygnus.com>
9439 * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
9441 Fri Aug 29 16:13:51 1997 Jeffrey A Law (law@cygnus.com)
9443 * pa.md (reload_peepholes): Make sure operand is a REG before
9444 examining REGNO. Allow general registers too.
9446 Fri Aug 29 11:42:04 1997 Jim Wilson <wilson@cygnus.com>
9448 * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
9450 Fri Aug 29 09:33:20 1997 Philipp Thomas (kthomas@lxi165.gwdg.de)
9452 * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
9453 to reallocate abbrev_die_table.
9455 Thu Aug 28 15:14:46 1997 Jim Wilson <wilson@cygnus.com>
9457 * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
9459 1997-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9461 * Makefile.in (config.status): Depend on version.c
9463 * expr.h (insn_gen_function): Reenable prototype.
9465 * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
9468 Thu Aug 28 13:01:43 1997 Jim Wilson <wilson@cygnus.com>
9470 * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
9472 Thu Aug 28 07:03:15 1997 Jeffrey A Law (law@cygnus.com)
9474 * version.c: Bump for latest snapshot.
9476 * bc-optab.c: Conditionally include stdlib.h.
9477 (free): Provide a declaration if NEED_DECLARATION_FREE.
9478 * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
9479 * rtl.h (free): Remove declaration.
9480 * tree.h (free): Remvoe declaration.
9482 * configure: Rebuilt.
9484 Wed Aug 27 21:32:20 1997 Jeffrey A Law (law@cygnus.com)
9486 * flags.h (flag_move_all_movables): Declare.
9487 (flag_reduce_all_givs): Likewise.
9488 * loop.c (move_movables): Handle flag_move_all_movables.
9489 (strength_reduce): Handle flag_reduce_all_givs.
9490 * toplev.c (flag_move_all_movables): Define.
9491 (flag_reduce_all_givs): Likewise.
9492 (f_options): Add -fmove-all-movables and -freduce-all-givs.
9493 * invoke.texi: Document new options, including alias stuff that
9494 wasn't included last time.
9496 Wed Aug 27 18:08:51 1997 Bob Manson (manson@cygnus.com)
9498 * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
9501 * t-vxworks68: Ditto.
9502 * t-vxworks960: Ditto.
9505 Wed Aug 27 16:35:29 1997 Richard Henderson <rth@cygnus.com>
9507 * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
9508 if not already defined, and USE_C_ALLOCA not defined.
9510 Wed Aug 27 16:08:43 1997 Jim Wilson <wilson@cygnus.com>
9512 * config.guess: Replace with script that uses ../config.guess.
9514 * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
9515 if USE_GNULIBC_1 is not defined.
9517 Wed Aug 27 15:49:12 1997 Richard Henderson <rth@cygnus.com>
9519 * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
9520 * config.guess: Recognize alpha-linux-gnulibc1.
9521 * configure.in (alpha-*-linux-gnulibc1): New target.
9522 (alpha-*-linux-gnu*): Don't build crtbegin/end.
9524 Wed Aug 27 11:52:58 1997 Jim Wilson <wilson@cygnus.com>
9526 * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
9529 Wed Aug 27 01:56:18 1997 Doug Evans <dje@seba.cygnus.com>
9531 * loop.c (combine_movables): Earlier insns don't match later ones.
9533 Wed Aug 27 01:24:25 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9535 * config/linux.h (CC1_SPEC): Define it only if not defined.
9537 * config/m68k/linux.h (CC1_SPEC): Undefine it before include
9540 * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
9541 USE_GNULIBC_1 is not defined.
9543 * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1.
9545 * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
9546 as 1 if USE_GNULIBC_1 is not defined.
9548 Wed Aug 27 00:49:14 1997 Jeffrey A Law (law@cygnus.com)
9550 * reorg.c (dbr_schedule): Allow current_function_return_rtx
9551 to be something other than a REG.
9552 * function.c (expand_function_end): Fix current_function_return_rtx
9555 * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
9556 * x-netbsd: Likewise
9557 * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
9558 (INSTALL_HEADERS): Delete.
9559 * x-dguxbcs: Likewise.
9560 * x-hp3bsd44: Likewise
9563 Wed Aug 27 00:30:00 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9565 * i386.md (pop): pop increments the stack pointer.
9566 (prologue_set_stack_ptr): New pattern.
9567 * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
9570 Tue Aug 26 18:50:32 1997 Jim Wilson <wilson@cygnus.com>
9572 * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
9573 address where an offsettable address is required.
9575 Tue Aug 26 17:54:56 1997 Michael P. Hayes (michaelh@ongaonga.chch.cri.nz>
9577 * loop.c (check_final_value): Don't miss a biv increment in a
9580 Tue Aug 26 12:03:49 1997 Jim Wilson (wilson@cygnus.com)
9582 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
9583 TYPE_DECL_IS_STUB instead of DECL_NAME.
9585 Mon Aug 25 23:27:10 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9587 * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
9589 Mon Aug 25 23:27:10 1997 Jim Meyering <meyering@eng.ascend.com>
9591 * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
9593 Mon Aug 25 13:12:24 1997 Jeffrey A Law (law@cygnus.com)
9595 * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
9596 (find_post_sched_live): Likewise.
9598 * haifa-sched.c (schedule_block): Remove old code to get arguments
9599 from hard regs into pseudos early.
9601 Mon Aug 25 08:55:00 1997 Jeffrey A Law (law@cygnus.com)
9603 * version.c: Bump for new snapshot.
9605 * local-alloc.c (update_equiv_regs): All the target to reject
9606 promotion of some REG_EQUAL to REG_EQUIV notes.
9607 * pa.h (DONT_RECORD_EQUIVALENCE): Define.
9609 * pa.c (secondary_reload_class): (mem (mem ... )) does not need
9612 * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
9613 store of the argument registers.
9615 Mon Aug 25 08:39:02 1997 Craig Burley (burley@gnu.ai.mit.edu)
9617 * fold-const.c (multiple_of_p): New function.
9618 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
9620 Mon Aug 25 01:47:41 1997 Jeffrey A Law (law@cygnus.com)
9622 * expr.h (insn_gen_function): Temporarily remove prototype.
9624 Sun Aug 24 17:22:21 1997 Jim Wilson <wilson@cygnus.com>
9626 * Makefile.in (install-info): Don't cd into srcdir. Add srcdir to
9627 filenames. Use sed to extract base filename for install.
9629 Sat Aug 23 18:19:40 1997 John F. Carr <jfc@mit.edu>
9631 * unroll.c (find_splittable_givs): Only share if two givs have the
9632 same add and multiply values.
9634 Sat Aug 23 14:36:27 1997 Jim Wilson <wilson@cygnus.com>
9636 * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
9637 * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
9639 Sat Aug 23 00:18:22 1997 Jeffrey A Law (law@cygnus.com)
9641 * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
9642 around branch tables.
9643 * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
9644 and .end_brtab directives if TARGET_GAS.
9646 Fri Aug 22 14:05:55 1997 Jim Wilson <wilson@cygnus.com>
9648 * alias.c (true_dependence): Pass x_addr not x to varies.
9650 * acconfig.h (NEED_DECLARATION_CALLOC): Add.
9651 * configure.in: Add GCC_NEED_DECLARATION call for calloc.
9652 * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
9654 * config.in, configure: Regenerate.
9656 Thu Aug 21 23:52:16 1997 John F. Carr <jfc@mit.edu>
9658 * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
9660 (record_set): Handle LO_SUM like PLUS.
9661 (init_alias_analysis): When following chains of base addresses,
9662 do not stop on reaching a hard register.
9664 Thu Aug 21 20:17:37 1997 Jeffrey A Law (law@cygnus.com)
9666 * version.c: Bump for new snapshot.
9668 Thu Aug 21 17:28:00 1997 Jim Wilson <wilson@cygnus.com>
9670 * alpha.h (ARCH_ASM_FILE_START): Define.
9671 (ASM_FILE_START): Use ARCH_ASM_FILE_START.
9672 * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
9674 Thu Aug 21 10:22:19 1997 Jeffrey A Law (law@cygnus.com)
9676 * Makefile.in (install-common): Put gcov comment at start of line.
9678 Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com)
9680 * alias.c (init_alias_analysis): When simplifying the reg_base_value
9681 array, simplify entries for hard registers too.
9683 Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
9685 * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
9688 Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
9690 * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
9691 block_stack before dereferencing it.
9693 Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com>
9695 * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
9697 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
9699 * cplus-dem.c: Add 'extern' to prepends_underscore.
9701 Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
9703 * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
9704 (get_issue_rate): Delete.
9705 * pa.h (ISSUE_RATE): Define.
9707 * configure.in: Turn on haifa by default for the PA.
9708 * configure: Rebuilt.
9709 * pa.c (override_options): Accept -mschedule=7200 option.
9710 (pa_adjust_cost): No longer need to scale costs for newer
9712 * pa.h (enum processor_type): Add PROCESSOR_7200.
9713 * pa.md: Revamp scheduling parameters to work better with
9714 haifa. Add scheduling parameters for the 7200.
9716 * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
9718 (schedule_block): When adjusting basic_block_{head,end}, account
9719 for movement of SCHED_GROUP_P insns too.
9721 * haifa-sched.c (debug_dependencies): Fix thinko.
9723 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
9724 (site.exp, check, check-g++, check-gcc): New targets.
9726 * haifa-sched.c: Make lots of variables static.
9728 Tue Aug 19 07:18:34 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9730 * expr.h, real.h: Finish prototyping.
9732 Mon Aug 18 21:49:02 1997 Jim Wilson <wilson@cygnus.com>
9734 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
9735 reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
9736 * reload1.c: Undo bugfix from Aug 11.
9738 Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
9740 * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
9741 quotes around the name.
9742 * configure: Regenerate.
9744 Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
9746 * Makefile.in (stmp-multilib-sub): Fix typo in last change.
9748 Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
9750 * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
9751 to sub-makes to avoid building more passes than the user might have
9752 requested on the command line.
9754 Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
9756 * configure.in: Expurgate `broken_install' (install is
9759 * configure.lang: Substitute autoconfed ${INSTALL} (not currently
9762 Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
9764 * loop.c (is_power_of_2, is_conditional_branch): Delete unused
9765 functions and declarations.
9766 (analyze_loop_iterations): Use condjump_p.
9767 (insert_bct): Likewise. Use exact_log2.
9769 Fri Aug 15 23:48:32 1997 Jeffrey A Law (law@cygnus.com)
9771 * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
9772 (schedule_region): Likewise.
9773 (schedule_insns): Likewise.
9775 * PROJECTS: Update with Haifa stuff.
9777 Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com)
9779 * version.c: Change the version string to look like:
9780 egcs-2.90.00 970814 (gcc2-970802 experimental).
9782 * loop.c (is_conditional_branch): Make definition match declaration.
9784 * gcc.c: Take out experimental snapshot warning message.
9786 Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com>
9788 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
9789 print out the names of the notes. Print out the name of the insn
9790 that is not a note, and not an {,CALL_,JUMP_}INSN.
9792 Wed Aug 13 17:32:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9794 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
9795 again for the slot after we give it RTL.
9797 Wed Aug 13 01:03:37 1997 Doug Evans <dje@canuck.cygnus.com>
9799 * configure.in (haifa configury): Fix typo.
9800 * configure: Regenerate.
9802 Tue Aug 12 10:20:36 1997 Jeffrey A Law (law@cygnus.com)
9804 * version.c: Bump version to "gcc-3.0.0 970802 experimental".
9806 * gcc.info*: Rebuilt.
9808 * COPYING.g77, README.g77: New files.
9809 * real.c (ereal_unto_float, ereal_unto_double): New functions.
9810 * real.h (ereal_unto_float, ereal_unto_double): Declare them.
9811 (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
9813 Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com)
9815 * Integrate Haifa instruction scheduler.
9816 * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS. Prefix all references
9817 to sched with $(SCHED_CFLAGS.
9818 * configure.in: Handle --enable-haifa.
9819 * configure: Rebuilt.
9820 * flags.h: Add new flags for haifa instruction scheduler.
9821 * genattrtab.c (expand_units): For haifa, don't subtract one
9822 when computing blockage.
9823 * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
9824 (flag_schedule_speculative): Ditto.
9825 (flag_schedule_speculative_load): Ditto.
9826 (flag_schedule_speculative_load_dangerous): Ditto.
9827 (flag_schedule_reverse_before_reload): Ditto.
9828 (flag_schedule_reverse_after_reload): Ditto.
9829 (flag_branch_on_count_reg): Ditto.
9830 (f_options): Add Haifa switches.
9831 (main): Turn off some Haifa options if appropriate macro is
9832 defined. Process Haifa switches.
9833 * unroll.c (iteration_info): No longer static, since Haifa
9835 (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
9836 * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
9837 * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
9838 * loop.h (loop_initial_value,loop_unroll_iter): New globals.
9839 * loop.c (loop_optimize): If HAIFA is defined, allocate additional
9840 storage for the Haifa scheduler.
9841 (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
9843 (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
9844 are defined, call analyze_loop_iterations and insert_bct to use
9846 (record_giv): Refine test for jumps out of loops if HAIFA is
9848 (analyze_loop_iterations): New function to identify if we can use
9850 (insert_bct): Insert countdown loop.
9851 (instrument_loop_bct): Low level code to insert countdown loop.
9852 (loop_number): Calculate UID of loop.
9853 (indirect_jump_in_function_p): Return true if an indirect jump is
9855 (is_power_of_2): Return true if value is a power of 2.
9856 (is_conditional_branch): Return true if insn is a conditional
9858 (fix_bct_param): Process -fbct-{min,max}-N switches.
9859 (check_bct_param): Return true if loop should be instrumented.
9860 * loop.c (loop_initial_value,loop_unroll_iter): New globals.
9861 (loop_optimize): Initialize.
9862 (get_condition_for_loop): Ditto.
9863 * loop.c (strength_reduce): Inside of code that uses #ifdef
9864 HAVE_decrement_and_branch_on_count code, test it to make sure the
9866 (instrument_loop_bct): Ditto.
9867 * haifa-sched.c: New file.
9870 * Integrate regmove pass.
9871 * Makefile.in (OBJS): Add regmove.o
9872 (regmove.o): Add dependencies.
9873 * flow.c (find_use_as_address): No longer static.
9874 * rtl.h (find_use_as_address): Declare.
9875 * toplev.c (regmove_dump, flag_regmove): Define.
9876 (f_options): Add -fregmove.
9877 (regmove_dump_file, regmove_time): Define.
9878 (fatal_insn): Close the regmove dump file.
9879 (compile_file): Initialize regmove_time; open/close the regmove dump
9880 file as needed. Print regmove time as needed.
9881 (rest_of_compilation): Run regmove pass if requested, dump
9882 RTL after regmove if requested.
9883 (main): If -O2 or more, turn on regmove. Handle dump switches.
9884 * regmove.c: New file.
9886 Mon Aug 11 14:15:02 1997 Jeffrey A Law (law@cygnus.com)
9888 * Integrate tlink patch from jason@cygnus.com
9889 * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
9890 (process_command): Increment n_switches for them. Don't discard
9891 their args. Validate them.
9892 (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
9894 (process_command): Set include_prefixes from COMPILER_PATH.
9895 (main): Set COLLECT_GCC_OPTIONS sooner.
9896 * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
9897 * tlink.c, hash.c, hash.h: New files.
9898 * Makefile.in (USE_COLLECT2): Always use collect2.
9899 (collect2): Depend on and link in hash.o and tlink.o.
9900 (tlink.o, hash.o): Add dependencies.
9902 Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com)
9904 * Integrate alias analysis changes from jfc@mit.edu
9905 * Makefile.in (OBJS): Add alias.o
9906 (alias.o): Add dependencies.
9907 * alias.c: New file.
9908 * sched.c: Remove alias analysis code. It lives in alias.c now.
9909 (sched_analyze_2): Add new arguments to true_dependence.
9910 (schedule_insns): Always call init_alias_analysis.
9911 * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
9912 mark return value from such functions as a pointer and keep track of
9913 them for alias analysis. If a return value from a function is a
9914 pointer, mark it as such.
9915 * combine.c (distribute_notes): Handle REG_NOALIAS.
9916 * cse.c (struct write_data): Delete. No longer needed.
9917 (invalidate): Don't call set_nonvarying_address_components anymore.
9918 Use true_dependence to decide if an entry should be removed from
9920 (invalidate_memory): Remove WRITES argument, simplify appropriately.
9922 (note_mem_written): Similarly for WRITE_PTR argument.
9923 (invalidate_from_clobbers): Similarly for W argument.
9924 (invalidate_for_call): Remove memory elements from the hash table.
9925 (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
9926 (cse_rtx_varies_p): New function. Derived from old
9927 cse_rtx_addr_varies_p.
9928 (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
9929 Don't call note_mem_written anymore. Stack pushes invalidate the stack
9930 pointer if PUSH_ROUNDING is defined. No longer need to call
9931 cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
9932 (skipped_writes_memory): Remove variable.
9933 (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
9934 (invalidate_skipped_block): Simplify for new alias analysis code.
9935 (cse_set_around_loop): Likewise.
9936 (cse_main): Call init_alias_analysis.
9937 * flags.h (flag_alias_check, flag_argument_noalias): Declare.
9938 * toplev.c (flag_alias_check, flag_argument_noalias): Define.
9939 (f_options): Add new alias checking arguments.
9940 (main): Set flag_alias_check when optimizing.
9941 * local_alloc (validate_equiv_mem_from_store): Add new arguments
9943 (memref_referenced_p): Likewise.
9944 * loop.c (NUM_STORES): Increase to 30.
9945 (prescan_loop): Only non-constant calls set unknown_address_altered.
9946 (invariant_p): Add new arguments to true_dependence.
9947 (record_giv): Initialize unrolled and shared fields.
9948 (emit_iv_add_mult): Call record_base_value as needed.
9949 * loop.h (struct induction): Add unrolled and shared fields.
9950 * unroll.c (unroll_loop): Call record_base_value as needed.
9951 (copy_loop_body): Likewise.
9952 (final_biv_value): Likewise.
9953 (final_giv_value): Likewise.
9954 (find_splittable_regs): Likewise. Only create one new pseudo
9955 if we have multiple address GIVs that were combined with the same
9956 dst_reg GIV. Note when a new register is created due to unrolling.
9957 * rtl.c (reg_note_name): Add REG_NOALIAS.
9958 * rtl.h (enum reg_note): Similarly.
9959 (rtx_varies_p, may_trap_p, side_effects_p): Declare.
9960 (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
9961 (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
9962 (true_dependence, read_dependence, anti_dependence): Likewise.
9963 (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
9964 (mark_user_reg, mark_reg_pointer): Likewise.
9967 * Integrate reload bugfix from Wilon which enables the PA port
9969 * reload1.c (reload): Sum needs for both OPADDR_ADDR and
9970 OPERAND_ADDRESS when computing how many registers an insn needs.
9971 (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
9973 (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
9975 (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
9976 in reload_reg_use_in_op_addr do not reach the end.
9977 do not reach the end.
9978 (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
9979 RELOAD_FOR_OPERAND_ADDRESS.
9981 Sun Aug 10 12:00:20 1997 Jeffrey A Law (law@cygnus.com)
9983 * egcs project officially starts.