1 Mon Nov 2 11:46:17 1998 Doug Evans <devans@canuck.cygnus.com>
3 * m32r/m32r.c (m32r_expand_block_move): Fix byte count computations.
4 (m32r_output_block_move): Rewrite bytes < 4 handling.
6 Mon Nov 2 10:10:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8 * configure.in: Call AC_FUNC_VFORK.
10 * collect2.c: Define VFORK_STRING as a printable string for
11 error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
12 defined, include vfork.h. If VMS is defined, define vfork()
13 appropriately. Remove vfork check on USG, we're using autoconf.
14 (collect_execute): Pass VFORK_STRING to fatal_perror instead of
15 checking locally what string to pass.
16 (scan_prog_file): Likewise.
17 (scan_libraries): Likewise.
19 * gcc.c: Remove vfork check on USG, we're using autoconf.
20 Besides, no calls to vfork/fork occur in this file.
22 * protoize.c: Likewise.
24 Mon Nov 2 07:52:28 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
26 * configure.in (DEFAULT_LINKER): renamed from LD
27 (DEFAULT_ASSEMBLER): renamed from AS; reverted Schwab's patch
28 (gcc_cv_as): try $DEFAULT_ASSEMBLER before $AS
31 Mon Nov 2 01:48:10 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
33 * BUGS: fix the regexp for `more' to find the appropriate node.
34 Reported by Joerg Pietschmann <joerg_pietschmann@zkb.ch>
36 * BUGS: added link to the WWW FAQ
38 Sun Nov 1 18:27:15 PST 1998 Jeff Law (law@cygnus.com)
40 * version.c: Bump for snapshot.
42 Sun Nov 1 11:04:32 1998 Jeffrey A Law (law@cygnus.com)
44 * From Christian Gafton:
45 * i386/linux.h (CPP_PREDEFINES): Add -D__i386__.
46 * sparc/linux.h (CPP_PREDEFINES): Add -D__sparc__.
47 * sparc/linux64.h (CPP_PREDEFINES): Add -D__sparc__.
49 Sat Oct 31 21:42:39 1998 Mark Mitchell <mark@markmitchell.com>
51 * c-common.c (c_get_alias_set): Allow all type-punning through
52 unions. Don't get confused about the type of a bit-field, despite
53 the antics of build_modify_expr.
55 Sat Oct 31 22:35:29 1998 Jean-Pierre Radley <jpr@jpr.com>
57 * fixinc.sco: Paramaterize #include_next values.
58 * fixinc/fixinc.sco: Likewise.
60 Sat Oct 31 20:39:35 1998 Jeffrey A Law (law@cygnus.com)
62 * toplev.c (rest_of_compilation): No longer set reload_completed.
63 * reload1.c (reload): Set it here. Perform instruction splitting
64 after reload has completed if we will be running the scheduler
67 Sat Oct 31 12:30:02 1998 Jeffrey A Law (law@cygnus.com)
69 * jump.c (jump_optimize): Initialize mappings from INSN_UID to
70 EH region if exceptions are enabled and we're performing cross
72 (find_cross_jump): Exit loop if the insns are in different EH regions.
74 Sat Oct 31 10:02:48 1998 Mark Mitchell <mark@markmitchell.com>
76 * dwarf2out.c (output_call_frame_info): Use
77 ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c.
79 Sat Oct 31 10:23:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
81 Reinstall Apr 24th fix, lost during May 6th gcc2 merge:
82 * c-common.c (check_format_info): Don't check for the 'x'
83 format character twice, instead check for 'x' and 'X'
85 Fri Oct 30 14:50:25 1998 Jeffrey A Law (law@cygnus.com)
87 * configure.in (assembler features): Also make gas is configured if
88 we find it in the souce tree.
90 Fri Oct 30 13:23:20 1998 Richard Henderson <rth@cygnus.com>
92 * i386.c (i386_comp_type_attributes): Compare whether the
93 attributes are defined, not their tree nodes.
95 Fri Oct 30 11:39:47 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
97 * configure.in (gxx_include_dir): bitten by autoconf quoting
101 Fri Oct 30 10:43:29 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
103 * configure.in: Ignore non-absolute value in $AS.
105 Fri Oct 30 00:54:25 1998 Peter Jakubek <pjak@snafu.de>
107 * m68k.h (INDIRECTABLE_1_ADDRESS_P): Fix thinko.
109 Fri Oct 30 00:42:34 1998 Mark Elbrecht <snowball3@usa.net>
111 * configure.in (msdosdjgpp): Set exeext and target_alias.
113 Thu Oct 29 23:55:43 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
115 * flow.c (XNMALLOC): New macro.
116 (flow_int_list_blocks, basic_block_succ, basic_block_pred): New
118 (add_edge, add_edge_to_label): New static functions.
119 (free_bb_memory): New function.
120 (flow_delete_insn): Delete function.
121 (basic_block_drops_in): Delete variable.
122 (find_basic_blocks): Allocate and initialize basic_block_head,
123 basic_block_succ. Don't allocate basic_block_drops_in.
124 Call free_bb_memory at the beginning.
125 (find_basic_blocks_1): Don't do multiple passes.
126 Delete code to compute basic_block_drops_in.
127 After calling make_edges, mark blocks reached by current block live.
128 Update test for unreachable live blocks.
129 (mark_label_ref): Delete args X, CHECKDUP. Add PRED arg. All callers
131 Simplify to call add_edge_to_label when a LABEL_REF is found.
132 (make_edges): Simplify to call add_edge_to_label instead of
133 mark_label_ref most of the time.
134 Compute here whether control drops into the next block.
135 (delete_unreachable_blocks): Return void. All callers changed.
136 Delete unreachable blocks in reverse order.
137 After deleting all unreachable blocks, renumber the remaining ones
138 and update n_basic_blocks.
139 (delete_block): Speed up deletion a bit.
140 Don't set basic_block_drops_in for deleted blocks.
141 (free_basic_block_vars): Don't free basic_block_drops_in.
142 (life_analysis_1): Update to use new edge representation.
143 (dump_flow_info): Delete code to print basic block info; call
144 dump_bb_data instead.
145 (compute_preds_succs): Delete code to recompute basic_block_drops_in
146 and uid_block_number.
147 Simply copy the previously computed cfg.
148 (dump_bb_data): New arg LIVE_INFO. All callers changed.
149 Print register lifetime information if LIVE_INFO is nonzero.
150 * basic-block.h (dump_bb_data): Adjust prototype.
151 * gcse.c (gcse_main): Update call to dump_bb_data.
152 * rtl.h (free_bb_memory): Declare.
153 * toplev.c (rest_of_compilation): Call free_bb_memory.
155 * reload1.c (struct elim_table): Delete MAX_OFFSET member.
156 (update_eliminable_offsets): Don't compute it.
157 (set_initial_elim_offsets): Don't initialize it.
158 Break out some code into set_initial_label_offsets so the rest of
159 this function can be called from reload_as_needed.
160 Assume that INITIAL_FRAME_POINTER_OFFSET is defeined when
161 ELIMINABLE_REGS isn't.
162 (set_initial_label_offsets): New function, broken out of
163 set_initial_elim_offsets.
164 (set_offsets_for_label): New function, broken out of set_label_offsets
165 and reload_as_needed.
166 (reload): Call the two new functions.
167 (reload_as_needed): Call set_initial_elim_offsets instead of
168 duplicating the code. Likewise for set_offsets_for_label.
170 * reload1.c (choose_reload_regs): Fix typo in Oct 17 change.
171 (emit_reload_insns): Ensure that when we set reg_reloaded_valid for
172 any hard reg, reg_reloaded_dead contains valid data.
174 Thu Oct 29 22:30:54 1998 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
176 * i386.c (i386_comp_type_attributes): Return nonzero for mismatched
177 "stdcall" and "cdecl" attributes.
179 Thu Oct 29 19:05:17 1998 Jim Wilson <wilson@cygnus.com>
181 * sched.c (update_flow_info): Add code to ! found_orig_dest case to
182 handle deleted no-op moves of hard registers.
183 * haifa-sched.c (update_flow_info): Likewise.
185 Thu Oct 29 18:07:47 1998 Jeffrey A Law (law@cygnus.com)
187 * mips.md (reload_{in,out}{si,di}): Emit a USE of HILO at the end
188 of the sequences to reload the HILO register which do not actually
191 Thu Oct 29 12:39:35 1998 Jim Wilson <wilson@cygnus.com>
193 * c-common.c (c_get_alias_set): Handle ARRAY_REF of union field.
195 Thu Oct 29 14:10:22 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
197 * except.c (emit_eh_context): Make the EH context register stay alive
198 at -O0 so stupid.c doesn't get confused.
200 1998-10-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
202 * emit-rtl.c (try_split): Do not try to split a BARRIER.
204 Thu Oct 29 01:33:54 1998 Jan Hubicka <hubicka@freesoft.cz>
205 Jeffrey A Law (law@cygnus.com)
207 * i386.md: Change ix86_cpu == PROCESSOR_PENTIUM to TARGET_PENTIUM
208 (zero_extendsidi2): Use # in output template and handle completely by
210 (zero_extend splitters): New define_splits.
211 (ashiftrt_32): New pattern.
213 Wed Oct 28 22:58:35 1998 Jason Merrill <jason@yorick.cygnus.com>
215 * tree.c (append_random_chars): New fn.
216 (get_file_function_name_long): Use it.
218 Wed Oct 28 22:27:05 1998 Richard Henderson <rth@cygnus.com>
220 * Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.
221 (LIBCPP_OBJS): New. Add cppulp.o.
222 (cppmain, fix-header): Depend on and use libcpp.a.
223 * configure.in (extra_c_objs, extra_cxx_objs): Use libcpp.a instead
224 of the individual object files.
225 * objc/Make-lang.in (cc1obj): Put OBJC_OBJS, and thence @extra_c_objs@,
228 * cccp.c (user_label_prefix): New.
229 (main): Set it off -f*leading-underscore.
230 (special_symbol): Use it.
231 * cpplib.c (special_symbol): Likewise.
232 (cpp_handle_option): Handle -f*leading-underscore.
233 * cppulp.c: New file.
235 * output.h (user_label_prefix): Declare it.
236 * dwarf2out.c (ASM_NAME_TO_STRING): Prepend user_label_prefix.
237 * toplev.c (f_options, main): Handle -f*leading-underscore.
239 * defaults.h (ASM_OUTPUT_LABELREF): Use asm_fprintf instead of
240 referencing USER_LABEL_PREFIX directly.
241 * config/nextstep.h (ASM_OUTPUT_LABELREF): Likewise.
242 * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
243 * final.c (asm_fprintf): Use user_label_prefix instead.
244 * arm/thumb.c (thumb_print_operand): Likewise.
246 * gcc.c (default_compilers): Pass -f*leading-underscore on to
247 cpp wherever appropriate.
249 Wed Oct 28 23:09:25 1998 Robert Lipe <robertl@dgii.com>
251 * sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
252 specific compiler switches.
254 Wed Oct 28 21:05:53 1998 Jeffrey A Law (law@cygnus.com)
256 * Makefile.in (c-common.o): Depend on c-pragma.h. Use $(RTL_H) instead
259 Wed Oct 28 20:52:47 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
261 * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
262 structure which has exactly the members provided by EXTRA_SPECS.
263 Xmalloc() the real `extra_specs', and initialize it from this
264 intermediate structure.
266 * alpha.h (EXTRA_SPECS): Revert change for missing initializers.
268 * mips.h (EXTRA_SPECS): Likewise.
270 * sparc.h (EXTRA_SPECS): Likewise.
272 Wed Oct 28 16:46:07 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
274 * function.c (purge_addressof_1): Instead of aborting when a
275 bitfield insertion as a replacement for (MEM (ADDRESSOF)) does not
276 work just put the ADDRESSOF on stack. Otherwise remember all such
277 successfull replacements, so that exactly the same replacements
278 can be made on the REG_NOTEs. Remove the special case for CALL
280 (purge_addressof_replacements): New variable.
281 (purge_addressof): Clear it at end.
283 1998-10-28 16:10 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
285 * c-lang.c: Declare extern char *yy_cur if USE_CPPLIB.
286 (lang_init): Call check_newline always.
287 * c-lex.c (init_parse) [USE_CPPLIB=1]: After calling
288 cpp_start_read, set yy_cur and yy_lim to read from
289 parse_in.token_buffer, so that we'll see the first #line
291 * cpplib.c (cpp_start_read): finclude the main input file
292 before processing -include/-imacros. Process -imacros and
293 -include separately, and handle -include by stacking a
294 buffer for the file in question as if it'd been #included.
295 * toplev.c (documented_lang_options) Recognize -H when
298 1998-10-28 16:09 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
300 * cpplib.c: Merge do_once into do_pragma. Break file handling
301 code out of do_include.
302 Move append_include_chain, deps_output,
303 file_cleanup, redundant_include_p, import_hash,
304 lookup_import, add_import, read_filename_string, read_name_map,
305 open_include_file, finclude, safe_read to cppfiles.c.
306 Move prototypes for deps_output, append_include_chain,
307 finclude to cpplib.h. Move definition of struct
308 file_name_list there also.
310 * cppfiles.c: New file. Contains all the above functions
311 broken out of cpplib.c; also hack_vms_include_specification
312 from cccp.c and find_include_file, a new function broken out of
315 * Makefile.in (cppmain): Depend on cppfiles.o.
316 (fix-header): Likewise.
317 (cppfiles.o): New target.
318 * configure.in (--enable-c-cpplib): Add cppfiles.o to
319 extra_c_objs. Add ../cppfiles.o to extra_cxx_objs.
321 Wed Oct 28 14:06:49 1998 Jim Wilson <wilson@cygnus.com>
323 * dwarfout.c (dwarfout_file_scope_decl): If DECL_CONTEXT, don't abort
324 if pending_types is non-zero.
325 (dwarfout_finish): Verify pending_types is zero before finishing.
327 Wed Oct 28 10:29:09 1998 Nick Clifton <nickc@cygnus.com>
329 * expr.c (convert_move): Use shifts to perform the move if a
330 suitable extend pattern cannot be found. Code written by
331 Richard Henderson <rth@cygnus.com>.
333 Wed Oct 28 03:59:29 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
335 * regclass.c (renumber, regno_allocated): New static variables, moved
336 out of allocate_reg_info.
337 (allocate_reg_info): Move these two variables outside the function.
338 Move code to free memory into new function free_reg_info.
339 (free_reg_info): New function, broken out of allocate_reg_info.
340 * toplev.c (compile_file): Call free_reg_info, not allocate_reg_info.
341 * rtl.h (allocate_reg_info): Don't declare.
342 (free_reg_info): Declare.
344 * final.c (cleanup_subreg_operands): ASM_INPUTs need no treatment.
346 Wed Oct 28 02:38:12 1998 Jason Merrill <jason@yorick.cygnus.com>
348 * toplev.c (compile_file): Temporarily revert last change.
350 Wed Oct 28 00:00:35 1998 Jason Merrill <jason@yorick.cygnus.com>
352 * c-typeck.c (convert_for_assignment): Parenthesize.
354 1998-10-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
356 * reload1.c (delete_output_reload): Avoid ambigous else.
358 Wed Oct 28 00:10:35 1998 Jeffrey A Law (law@cygnus.com)
360 * toplev.c (compile_file): Call allocate_reg_info to free register
362 * rtl.h (allocate_reg_info): Declare.
364 * PROJECTS: Remove entry for local spilling.
366 * final.c (cleanup_subreg_operands): New function.
367 (final_scan_insn): Use it.
368 (alter_subreg): Clear the "used" field when we turn a SUBREG into
370 * reload1.c (reload): Delete CLOBBER insns and also cleanup SUBREG
371 operands when reload has finished.
372 * reload.h (cleanup_subreg_operands): Declare..
373 * flow.c (life_analysis_1): No longer delete CLOBBER insns after
374 reload. Handled in reload itself.
376 Tue Oct 27 23:32:34 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
378 * reload1.c (verify_initial_offsets): New function.
379 (reload): Call it after reload_as_needed. Also verify that the frame
380 size stays constant during reload_as_needed.
381 * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Undo Jul 26 change.
383 * reload.h (struct insn_chain): Add need_operand_change element.
384 * reload1.c (new_insn_chain): Clear it.
385 (calculate_needs_all_insns): Set it; don't overload need_reload.
386 (reload_as_needed): Use it.
388 * reload.c (find_reloads_address): Use BASE_REG_CLASS instead of
389 reload_address_base_reg_class throughout. Similar for INDEX_REG_CLASS
390 and reload_address_index_reg_class.
391 (find_reloads_address_1): Likewise.
392 * reload.h (reload_address_base_reg_class,
393 reload_address_index_reg_class): Don't declare.
394 * reload1.c (reg_old_renumber, pseudo_previous_regs,
395 pseudo_forbidden_regs, bad_spill_regs_global): New static variables.
396 (used_spill_regs): Now static.
397 (reload_address_base_reg_class, reload_address_index_reg_class,
398 regs_explicitly_used, counted_for_groups, counted_for_nongroups,
399 basic_block_needs, max_needs, group_size, group_mode, max_groups,
400 max_nongroups, max_needs_insn, max_groups_insn, max_nongroups_insn,
403 (init_reload): Delete code to compute base/index reg classes.
404 (reload): Delete variable J.
405 Delete code to manage basic_block_needs.
406 Don't compute regs_explicitly_used.
407 Allocate, initialize and free reg_old_renumber, pseudo_forbidden_regs,
408 pseudo_previous_regs.
409 Initialize bad_spill_regs_global.
410 Don't call order_regs_for_reload here.
411 Don't initialize spill_reg_order and n_spills.
412 Don't forbid explicitly used regs to be used for spill regs.
413 Change main loop to infinite loop, with explicit break statements.
414 Make SOMETHING_CHANGED variable local to that loop.
415 Don't initialize max_needs, max_groups, max_nongroups, max_needs_insn,
416 max_groups_insn, max_nongroups_insn, group_size, group_mode.
417 Make sure spilled_speudos is cleared before calling spill_hard_reg or
419 Don't call dump_needs.
420 Delete code to reset potential_reload_regs.
421 Delete code to terminate loop conditional on the global needs variables
422 showing no further needs.
423 (calculate_needs_all_insns): Return void. All callers changed.
424 Initialize somehing_needs_elimination here, not in reload.
425 Delete avoid_return_reg kludge.
426 (calculate_needs): Lose AVOID_RETURN_REG and GLOBAL args, return void.
428 Initialize the group_mode and group_size elements of the arg CHAIN.
429 Delete code to manage basic_block_needs.
430 Operate on elements of CHAIN instead of global variables.
431 Delete avoid_return_reg kludge.
432 (find_tworeg_group): Lose GLOBAL arg, take CHAIN arg, return void.
434 Operate on elements of CHAIN instead of global variables.
435 Delete special SMALL_REGISTER_CLASSES code.
436 Delete spill_failure code; now in new_spill_reg.
437 (find_group): Lose GLOBAL arg, take CHAIN arg, return void.
439 Operate on elements of CHAIN instead of global variables.
440 (maybe_mark_pseudo_spilled): New static function.
441 (find_reload_regs): Lose GLOBAL arg, take CHAIN arg, return void.
443 Operate on elements of CHAIN instead of global variables.
444 Call order_regs_for_reload here, not in reload.
445 Initialize spill_reg_order and n_spills.
446 Simplify test whether an asm insn is involved.
447 Delete spill_failure code; now in new_spill_reg.
448 Call maybe_mark_pseudo_spilled for everything marked as live in
449 CHAIN. Merge CHAIN's used_spill_regs into the global variable
451 (dump_needs): Take CHAIN arg. No longer static, to prevent the
452 compiler from optimizing this function (now unused) away.
453 Operate on elements of CHAIN instead of global variables.
454 (possible_group_p): Lose MAX_GROUPS arg, take CHAIN arg. All callers
456 Operate on elements of CHAIN instead of global variables.
457 (count_possible_groups): Lose GROUP_SIZE, GROUP_MODE, MAX_GROUPS args,
458 take CHAIN arg. All callers changed.
459 Operate on elements of CHAIN instead of global variables.
460 (new_spill_reg): Lose MAX_NEEDS, MAX_NONGROUPS, GLOBAL args, take
461 CHAIN, NONGROUP args. Return void. All callers changed.
462 Verify caller isn't trying to spill a pseudo.
463 Simplify test for illegal reg, just use bad_spill_regs.
464 Generate better error messages.
465 Operate on elements of CHAIN instead of global variables.
466 Mark spilled register in CHAIN's used_spill_regs element.
467 Don't call spill_hard_reg.
468 (spill_hard_reg): Lose GLOBAL arg, return void. All callers changed.
469 Mark spilled hard regs in bad_spill_regs_global.
470 Mark affected pseudos in spilled_pseudos, but don't spill them.
471 (ior_hard_reg_set): New static function.
472 (finish_spills): Return int. All callers changed.
473 Compute spill_reg_order, n_spills and spill_regs here. Also update
474 regs_ever_live for regs used as spills.
475 For every pseudo in spilled_pseudos, spill it and mark the previous
476 hard reg it had in pseudo_previous_regs. Compute which hard regs
477 arseudo): New static function.
478 (order_regs_for_reload): Take CHAIN arg. All callers changed.
479 Initialize bad_spill_regs from bad_spill_regs_global, then merge any
480 hard registers explicitly used across the current insn into the set.
481 Compute hard_reg_n_uses taking only pseudos live across this insn
483 Tweak sorting of potential_reload_regs.
484 (compare_spill_regs): Delete function.
485 (reload_as_needed): Don't sort the spill_regs array, it's computed
486 in proper order in finish_spills.
487 Delete avoid_return_reg kludge.
488 Delete code to manage basic_block_needs.
489 (allocate_reload_reg): Minor speed/readability tweaks.
490 Operate on elements of CHAIN instead of global variables.
491 (choose_reload_regs): Lose AVOID_RETURN_REG arg. All callers changed.
492 Delete avoid_return_reg kludge.
493 Initialize reload_reg_used from CHAIN's used_spill_regs element.
494 Delete unused label FAIL.
495 (reload_combine): Replce reload_address_index_reg_class with
497 Don't use used_spill_regs to determine information about lifetime of
500 Tue Oct 27 13:15:02 1998 Nick Clifton <nickc@cygnus.com>
502 * toplev.c (display_help): Ignore empty target specific
503 options, and if -W is also specified on the command line then
504 display undocumented options.
506 * config/arm/arm.c: Updated with changes in devo sources.
507 * config/arm/arm.h: Updated with changes in devo sources.
508 * config/arm/lib1funcs.asm: Updated with changes in devo sources.
509 * config/arm/lib1thumb.asm: Add ELF support.
511 Tue Oct 27 16:11:43 1998 David Edelsohn <edelsohn@mhpcc.edu>
513 * collect2.c (aix64_flag): New variable.
514 (main, case 'b'): Parse it.
515 (GCC_CHECK_HDR): object magic number must match mode.
516 (scan_prog_file): Only check for shared object if valid header.
517 Print debugging if header/mode mismatch.
519 Tue Oct 27 10:15:02 1998 Nick Clifton <nickc@cygnus.com>
521 Added support for arm-elf-linux configuration, submitted by Philip
522 Blundell <pb@nexus.co.uk>, and integrated this with the arm-elf
523 code developed by Catherine Moore <clm@cygnus.com>. The following
526 * configure.in: Add arm-*-linux-gnu, armv2-*-linux and arm-*-elf
529 * configure: Regenerated.
531 * config/arm/aout.h: Add default definitions of REGISTER_PREFIX,
532 USER_LABEL_PREFIX and LOCAL_LABEL_PREFIX. Make other macro
533 definitions conditional on their not having been already defined.
535 * config/arm/lin1funcs.asm: Add ELF only macros to generate .size
536 and .type directives, and add "(PLT)" qualification to function
539 * config/arm/linux.h: Deleted. This file is now superceeded by
540 either linux-elf.h or linux-aout.h.
542 * config/arm/linux-gas.h: Define `inhibit_libc' if cross-compiling.
543 (CLEAR_INSN_CACHE): New macro, currently disabled (awaiting kernel
545 Move definitions from old linux.h file here.
547 * config/arm/elf.h: New file. Generic ARM/ELF support.
549 * config/arm/linux-aout.h: New file. Support for Linux with a.out.
551 * config/arm/linux-elf.h: New file. Support for Linux with ELF.
553 * config/arm/linux-elf26.h: New file. Support for Linux with ELF
554 using the 26bit APCS.
556 * config/arm/unknown-elf.h: New file. Support for OS'es other
559 * config/arm/t-arm-elf: New file. makefile fragment for arm-elf
562 * config/arm/coff.h: Include aout.h for basic assembler macros.
563 Add support for -mstructure_size_boundary=<n> command line option.
565 * config/arm/arm.h: Add support for -mstructure_size_boundary=<n>
566 command line option. Make macro definitions conditional on their
567 not having been already defined.
569 * config/arm/arm.c: Add support for -mstructure_size_boundary=<n>
573 Tue Oct 27 08:56:46 1998 Andrew MacLeod <amacleod@cygnus.com>
575 * dwarfout.c (ASM_OUTPUT_DWARF_STRING_NEWLINE): ASM_OUTPUT_DWARF_STRING
576 has been changed to not include a newline. Use this macro instead.
577 (output_enumeral_list, const_value_attribute, name_attribute,
578 comp_dir_attribute, prototyped_attribute, producer_attribute,
579 inline_attribute, pure_or_virtual_attribute, output_inheritance_die,
580 dwarfout_file_scope_decl, generate_new_sfname_entry,
581 generate_macinfo_entry, dwarfout_init, dwarfout_finish): Use
582 ASM_OUTPUT_DWARF_STRING_NEWLINE macro.
584 Mon Oct 26 13:35:02 1998 Richard Henderson <rth@cygnus.com>
586 * combine.c (subst): Process the inputs to a parallel asm_operands
589 Mon Oct 26 13:32:31 1998 Richard Henderson <rth@cygnus.com>
591 * stmt.c (expand_asm_operands): Accept `=' or `+' at any position.
593 Mon Oct 26 12:53:14 1998 Jeffrey A Law (law@cygnus.com)
595 * tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.
597 Mon Oct 26 00:36:58 PST 1998 Jeff Law (law@cygnus.com)
599 * version.c: Bump for snapshot.
601 Sun Oct 25 23:36:52 1998 Jason Merrill <jason@yorick.cygnus.com>
603 * stmt.c (expand_fixup): Set fixup->before_jump to a
604 NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG.
606 Sun Oct 25 15:49:57 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
608 * Makefile.in (recog.o): Depend on toplev.h.
609 (insn-emit.o): Depend on recog.h.
610 (insn-peep.o): Depend on recog.h and insn-config.h.
612 * combine.c (simplify_set): Remove unused variable `scratches'.
614 * final.c (final_scan_insn): Wrap declaration of variables `vlen'
615 and `idx' in macro conditional controlling their use.
617 * genemit.c (main): Make the generated output file include
618 recog.h. Don't have it declare `insn_operand_constraint', since
619 we get it from recog.h.
621 * genpeep.c (main): Make the generated output file include
622 insn-config.h and recog.h.
624 * recog.c: Include toplev.h.
625 (extract_insn): Remove unused variable `p'.
627 * regclass.c (fix_register): Add missing braces around initializer
629 (allocate_reg_info): Move variable `i' into the scope where it is
630 used. Change its type to `size_t'.
632 Sun Oct 25 13:10:15 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
634 * reload.c (push_reload): When merging reloads, make sure
635 that reload_in_reg and reload_in are from the same reload in
638 Sun Oct 25 12:07:00 1998 Mumit Khan <khan@xraylith.wisc.edu>
640 * i386/crtdll.h (CPP_PREDEFINES): Fix typo.
641 * i386/mingw32.h (CPP_PREDEFINES): Likewise.
643 Fri Oct 23 23:42:03 1998 David Edelsohn <edelsohn@mhpcc.edu>
645 * loop.c (loop_has_tablejump): New variable.
646 (prescan_loop): Scan for it.
647 (insert_bct): Replace explicit scan with use of it.
648 * regclass.c (regclass): Restore loop variable j.
649 (record_reg_classes): Deterine op_types modifiers and initialize
650 classes[i] before matching constraints. Handle matching
653 Fri Oct 23 13:55:48 1998 Jim Wilson <wilson@cygnus.com>
655 * m32r/m32r.c (gen_split_move_double): Call alter_subreg. Delete
658 Fri Oct 23 16:19:24 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
660 * mips.h (EXTRA_SPECS): Add missing initializers.
662 Fri Oct 23 16:08:39 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
664 * sparc.h (EXTRA_SPECS): Add missing initializers.
665 (sparc_defer_case_vector): Provide a prototype.
667 * svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when
668 comparing it to the result of a pointer subtraction.
670 Fri Oct 23 15:34:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
672 * alpha.c (override_options): Use ISDIGIT(), not isdigit(). Cast
673 the argument to (unsigned char).
675 * alpha.h (EXTRA_SPECS): Add missing initializers.
676 (ASM_GENERATE_INTERNAL_LABEL): Ensure the argument matches the
679 Fri Oct 23 13:12:35 1998 Jeffrey A Law (law@cygnus.com)
681 * flow.c (life_analysis_1): Enable "rescan" code after reload.
682 (propagate_block): Delete dead code after reload.
684 * sched.c (update_flow_info): Revert Oct 19, 1998 change. Brings
685 back Oct 15, 1998 change.
686 * haifa-sched.c (update_flow_info): Likewise.
687 * flow.c (life_analysis_1): Delete CLOBBER insns after reload.
689 * mn10200.md (truncated shift): Accept constant inputs too.
691 Fri Oct 23 04:06:57 1998 Richard Earnshaw (rearnsha@arm.com)
693 * machmode.h (mode_mask_array): No longer const.
694 * rtl.c (init_rtl): Fully initialize it if EXTRA_CC_MODES defined.
696 Fri Oct 23 11:19:06 1998 Martin v. Löwis <loewis@informatik.hu-berlin.de>
698 * frame.c: Somewhat explain `FDE'.
699 Suggested by Brendan Kehoe
701 Fri Oct 23 00:56:11 1998 Jason Merrill <jason@yorick.cygnus.com>
703 * expr.c (pending_chain): Move up.
704 (save_expr_status): Do save pending_chain.
705 (restore_expr_status): And restore it.
706 * function.h (struct function): Add pending_chain.
708 1998-10-23 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
710 * reorg.c (relax_delay_slots): Fixed test for mostly_true_jump. The
711 did not match the code.
713 Fri Oct 23 00:07:01 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
715 * regclass.c (regclass): Break out some code into new function
716 scan_one_insn, and into regclass_init.
717 (init_cost): New static variable, moved out of regclass.
718 (regclass_init): Initialize it here, not in .
719 (scan_one_insn): New static function, broken out of regclass.
720 * recog.c (apply_change_group): Break out some code into new
721 function insn_invalid_p.
722 (insn_invalid_p): New static fn, broken out of apply_change_group.
724 Thu Oct 22 22:34:42 1998 Jim Wilson <wilson@cygnus.com>
726 * reload1.c (reload_as_needed): When rewrite POST_INC, verify
727 reg_reloaded_contents matches incremented pseudo.
729 * v850/v850.c (v850_reorg): Call alter_subreg. Delete subreg support.
731 Fri Oct 23 11:11:56 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
733 * rtl.def (POST_MODIFY, PRE_MODIFY): New generalized operators for
734 addressing modes with side effects. These are currently
735 placeholders for the C4x target.
737 Thu Oct 22 16:46:35 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
739 * loop.c (express_from): Make sure that when generating a PLUS of
740 a PLUS, any constant expression appears on the outermost PLUS.
742 Thu Oct 22 15:46:23 1998 Per Bothner (bothner@cygnus.com)
744 * Makefile.in (distdir-cvs, distdir-start): Clean up so it
745 works if "$(srcdir)" != ".".
747 Wed Oct 21 19:23:59 1998 Jim Wilson <wilson@cygnus.com>
749 * expmed.c (store_bit_field): If need to add a SUBREG, then remove
750 existing SUBREG if we can, otherwise abort.
752 Wed Oct 21 09:58:51 1998 Mark Mitchell <mark@markmitchell.com>
754 * c-common.c (c_apply_type_quals_to_decl): Don't crash when
755 `restrict' is applied to a non-pointer variable.
757 Wed Oct 21 09:18:58 1998 Mark Mitchell <mark@markmitchell.com>
759 * invoke.texi: Document -flang-isoc9x.
761 * Makefile.in (OBJS): Add splay-tree.o.
762 (c-common.o): Depend on rtl.h.
763 (splay-tree.o): List dependencies and provide build rule.
765 * rtl.h (record_alias_subset): New function.
766 * alias.c: Include splay-tree.h.
767 (alias_set_entry): New type.
768 (CHECK_ALIAS_SETS_FOR_CONSISTENCY): Remove.
769 (DIFFERENT_ALIAS_SETS_P): Use mem_in_disjoint_alias_sets_p.
770 (mems_in_disjoin_alias_sets_p): New function.
771 (alias_set_compare): Likewise.
772 (insert_subset_children): Likewise.
773 (get_alias_set_entry): Likewise.
775 * tree.h (TYPE_RESTRICT): New macro.
776 (TYPE_UNQUALIFIED): New manifest constant.
777 (TYPE_QUAL_CONST): Likewise
778 (TYPE_QUAL_VOLATILE): Likewise.
779 (TYPE_QUAL_RESTRICT): Likewise.
780 (tree_type): Add restrict_flag. Reduce count of free bits.
781 (DECL_POINTER_ALIAS_SET): New macro.
782 (DECL_POINTER_ALIAS_SET_KNOWN_P): Likewise.
783 (tree_decl): Add pointer_alias_set.
784 (build_qualified_type): New function.
785 (build_type_variant): Define in terms of build_qualified_type.
786 * tree.c (set_type_quals): New function.
787 (make_node): Initializae DECL_POINTER_ALIAS_SET.
788 (build_type_attribute_variant): Use build_qualified_type and
790 (build_type_variant): Rename, and modify, to become...
791 (build_qualified_type): New function.
792 (build_complex_type): Use set_type_quals.
794 * c-tree.h (C_TYPE_OBJECT_P): New macro.
795 (C_TYPE_FUNCTION_P): Likewise.
796 (C_TYPE_INCOMPLETE_P): Likewise.
797 (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
798 (c_apply_type_quals_to_decl): New function.
799 (c_build_qualified_type): New function.
800 (c_build_type_variant): Define in terms of c_build_qualified_type.
801 (flag_isoc9x): Declare.
802 * c-typeck.c (qualify_type): Use c_build_qualified_type.
803 (common_type): Change to use TYPE_QUALS.
804 (comptypes): Likewise.
805 (convert_for_assignment): Likewise.
806 * c-aux-info.c (gen_type): Likewise. Deal with `restrict'.
807 * c-decl.c (flag_isoc9x): Define.
808 (c_decode_option): Handle -flang-isoc9x.
809 (grokdeclarator): Update to handle restrict. Use TYPE_QUALS,
810 c_build_qualified_type, etc. Use c_apply_type_quals_to_decl.
811 * c-lex.c (init_lex): Deal with restrict.
812 (init_lex): Don't treat restrict as a reserved word in
813 -traditional mode, or without -flang-isoc9x.
814 * c-lex.h (rid): Add RID_RESTRICT.
815 * c-parse.gperf (restrict, __restrict, __restrict__): Make
816 equivalent to RID_RESTRICT.
817 * c-parse.in (TYPE_QUAL): Update comment.
818 * c-common.c: Include rtl.h.
819 (c_find_base_decl): New function.
820 (c_build_type_variant): Rename, and modify, to become ...
821 (c_build_qualified_type): New function.
822 (c_apply_type_quals_to_decl): Likewise.
823 (c_get_alias_set): For INDIRECT_REFs, check to see if we can find
824 a particular alias set for the reference.
825 * toplev.c (documented_lang_options): Add -flang-isoc9x.
827 Wed Oct 21 09:15:06 1998 Nick Clifton <nickc@cygnus.com>
829 * config/arm/arm.h (TARGET_SWITCHES): Document arm specific
830 command line switches.
832 Tue Oct 20 10:04:51 1998 Graham <grahams@rcp.co.uk>
834 * reload.c (loc_mentioned_in_p): Add missing braces to bind
837 Mon Oct 19 16:34:05 1998 Tom Tromey <tromey@cygnus.com>
839 * gcc.c (option_map): Added --classpath and --CLASSPATH.
841 Tue Oct 20 10:59:02 1998 Gavin Romig-Koch <gavin@cygnus.com>
843 * regclass.c (fix_register): Add error message.
844 * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
847 Tue Oct 20 10:12:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
849 * c-decl.c (warn_missing_noreturn): New global variable.
850 (c_decode_option): Check for new flags -W{no-}missing-noreturn.
851 (finish_function): Implement missing noreturn warning.
853 * c-tree.h (warn_missing_noreturn): Declare extern.
855 * invoke.texi: Document new flags.
857 * toplev.c (documented_lang_options): Add description.
859 Tue Oct 20 22:16:11 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
861 * config/c4x/c4x.c (c4x_parallel_process): Disable until BCT
862 loop optimization stable for the C4x.
863 (c4x_rptb_info_t, c4x_dump, c4x_rptb_in_range, c4x_rptb_unjumped_loop,
864 c4x_rptb_find_comp_and_jump, c4x_rptb_loop_info_get,
865 c4x_rptb_emit_init, c4x_rptb_process): Deleted (superceded by BCT
867 (c4x_address_conflict): Be more paranoid when packing a volatile
868 memref in a parallel load/store.
870 Tue Oct 20 21:56:05 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
872 * config/c4x/c4x.md (repeat_block_top, repeat_block_end,
873 repeat_block_filler): Deleted.
874 (*ashlqi3_set, *ashrqi3_const_set, *ashrqi3_nonconst_clobber):
875 Condition code not set if destination register from 'c' class.
876 (*subbqi3_carry_clobber): Fix typo.
878 1998-10-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
880 * reorg.c (steal_delay_list_from_target) Check for insns that
881 modify the condition codes and effect the direction of the jump
884 Sat Oct 17 13:09:09 1998 Graham <grahams@rcp.co.uk>
886 * function.c (purge_addressof_1): Replace call to
887 emit_insns_before() with emit_insn_before().
889 Mon Oct 19 19:34:03 1998 Mike Stump <mrs@wrs.com>
891 * libgcc2.c (__pure_virtual): Call __terminate instead of _exit.
893 Mon Oct 19 13:26:24 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
895 * jump.c (sets_cc0_p): Compile only if HAVE_cc0.
897 Mon Oct 19 11:40:56 1998 Jeffrey A Law (law@cygnus.com)
899 * gcse.c (compute_hash_table): Correctly identify hard regs which are
900 clobbered across calls.
902 * loop.c (scan_loop): Be more selective about what invariants are
905 Mon Oct 19 10:46:58 PDT 1998 Jeff Law (law@cygnus.com)
907 * version.c: Bump for snapshot.
909 Mon Oct 19 11:40:56 1998 Jeffrey A Law (law@cygnus.com)
911 * libgcc2.c (eh_context_static): Do not call malloc to allocate the
912 static eh_context structure.
914 Mon Oct 19 10:45:40 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
916 * combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg. All
918 (try_combine): Don't update max_scratch.
919 * flow.c (max_scratch, num_scratch): Delete variables.
920 (life_analysis_1): Don't initialize max_scratch.
921 (propagate_block): Don't update max_scratch.
922 (mark_set_1): Don't increment num_scratch.
923 * regs.h (max_scratch): Delete declaration.
925 Mon Oct 19 10:28:15 1998 Jeffrey A Law (law@cygnus.com)
927 * reload1.c (reload_reg_free_before_p): Hack. Return 0 if EQUIV
928 is nonzero. This is temporary!
930 * sched.c (update_flow_info): Handle death notes made invalid by
931 instruction splitting. Partially reverts Oct 15, 1998 patch.
932 * haifa-sched.c (update_flow_info): Likewise.
934 Sun Oct 18 17:31:26 1998 Jeffrey A Law (law@cygnus.com)
936 * function.c (uninitialized_vars_warning): Do not warn for a VAR_DECL
937 if it has a nonzero DECL_INITIAL.
939 Sat Oct 17 23:18:08 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
941 * Makefile.in (flow.o): Depend on recog.h.
943 * cpplib.h (directive_table): Add missing initializiers.
944 (finclude): Change type of variable `bsize' to size_t.
946 * cse.c (rtx_cost): Mark parameter `outer_code' with ATTRIBUTE_UNUSED.
948 * dwarfout.h (dwarfout_label): Wrap prototype in macro RTX_CODE.
950 * fix-header.c (lookup_std_proto): Cast the result of `strlen' to
951 `int' when comparing against one.
952 (cpp_file_line_for_message): Mark parameter `pfile' with
954 (cpp_fatal): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
956 * flow.c: Include recog.h.
957 (sbitmap_copy): Cast arguments 1 & 2 of `bcopy' to (PTR).
959 * function.c (thread_prologue_and_epilogue_insns): Mark parameter
960 `f' with ATTRIBUTE_UNUSED.
961 (reposition_prologue_and_epilogue_notes): Likewise.
963 * genopinit.c (gen_insn): Cast argument of ctype functions to
966 * haifa-sched.c: Include recog.h.
967 (blockage_range): Cast result of UNIT_BLOCKED macro to (int) when
968 comparing against one.
970 * libgcc2.a (__throw): Revert ATTRIBUTE_UNUSED change for now.
972 * mips-tfile.c (parse_end): Cast the argument of ctype function to
974 (parse_ent): Likewise.
975 (parse_input): Likewise.
977 * optabs.c (init_libfuncs): Likewise.
979 * protoize.c (find_rightmost_formals_list): Likewise.
981 * recog.h (const_double_operand): Fix typo in prototype.
983 * tlink.c (scan_linker_output): Cast the argument of ctype
984 function to `unsigned char'.
986 * toplev.c (check_lang_option): Cast the result of `strlen' to
987 `int' when comparing against one.
989 Sat Oct 17 13:09:09 1998 Graham <grahams@rcp.co.uk>
991 * gcse.c (dump_cuid_table): Correct typo.
993 Sat Oct 17 11:02:47 1998 Nick Clifton <nickc@cygnus.com>
995 * toplev.c (display_help): Prepend '-m' to target specific
997 (check_lang_option): Ignore text after end of first word of a
998 language specific option.
1000 Sat Oct 17 02:26:03 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1002 * reload1.c (reg_used_by_pseudo): New static variable.
1003 (choose_reload_regs): Initialize it.
1004 Use it instead of testing spill_reg_order to determine whether a
1005 pseudo is live in a hard register across the current insn.
1006 Fix a typo in a reference to reload_reg_rtx.
1008 * flow.c (propagate_block): Replace code that computes and uses
1009 regs_sometimes_live with simpler code that just walks the set of
1010 currently live registers.
1012 * Makefile.in (insn-extract.o): Fix dependencies.
1013 * genextract.c (main): Generate includes for insn-config.h and
1015 Delete generation of declarations which are now in recog.h.
1016 * genrecog.c (main): Delete generation of definitions which are
1018 * local-alloc.c (block_alloc): Use extract_insn and the variables
1019 it sets up instead of looking up values by insn_code.
1020 * recog.c (recog_operand, recog_operand_loc, recog_dup_loc,
1021 recog_dup_num): Define here instead of generating the definition in
1023 (recog_n_operands, recog_n_dups, recog_n_alternatives,
1024 recog_operand_mode, recog_constraints, recog_operand_address_p):
1026 (extract_insn): New function.
1027 * recog.h (extract_insn): Declare function.
1028 (which_alternative, recog_n_operands, recog_n_dups,
1029 recog_n_alternatives, recog_operand_mode, recog_constraints,
1030 recog_operand_address_p): Declare variables.
1031 * regclass.c (n_occurrences): New static function.
1032 * reload.c (n_occurrences): Delete function.
1033 (find_reloads): Use extract_insn.
1034 * reload.h (n_occurrences): Delete declaration.
1036 Sat Oct 17 01:17:51 1998 Jeffrey A Law (law@cygnus.com)
1038 * reload1.c (reload_as_needed): Fix test for when to call
1039 update_eliminable_offsets.
1041 Fri Oct 16 20:40:50 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1043 Fix consistency problems with reg_equiv_{mem,address};
1044 Improve reload inheritance;
1046 * reload.c (reload_out_reg): New variable.
1047 (loc_mentioned_in_p, remove_address_replacements): New functions.
1048 (remove_replacements): Deleted.
1049 (push_reload): Set reload_out_reg[i].
1050 When merging, also set reload_{in,out}_reg[i], and remove
1051 duplicate address reloads.
1052 (combine_reloads): Copy reload_out_reg[i].
1053 (find_reloads): Do make_memloc substitution also when
1054 reg_equiv_memory_loc[regno] and num_not_at_initial_offset
1056 Include *recog_operand_loc in commutativity operand changes.
1057 Generate optional output reloads.
1058 Delete reference to n_memlocs. Don't set *recog_operand_loc before
1059 processing operands. Call make_memloc in reg_equiv_address code.
1060 Set *recog_operand_loc only after processing operands, and only
1061 if replace is true. Return a value.
1062 When changing address reload types for operands that didn't get
1063 reloaded, use RELOAD_FOR_OPADDR_ADDRESS for
1064 RELOAD_FOR_INPADDR_ADDRESS / RELOAD_FOR_OUTADDR_ADDRESS reloads.
1065 Don't emit USEs for pseudo SUBREGs when not replacing.
1066 (find_reloads_address): Do make_memloc substitution also when
1067 reg_equiv_memory_loc[regno] and num_not_at_initial_offset
1069 (find_reloads_toplev): Likewise.
1070 Call make_memloc in reg_equiv_address code.
1071 (debug_reload_to_stream): Add code to output reload_out_reg.
1072 (make_memloc): Delete local variable i, ifdefed out code, and
1073 references to memlocs and n_memlocs.
1074 (memlocs, n_memlocs): Delete.
1075 (push_secondary_reload): Clear reload_out_reg.
1076 (find_reloads_address_1): Provide memrefloc argument to all calls
1077 to find_reloads_address.
1078 In AUTO_INC code, handle non-directly addressable equivalences properly.
1079 * reload.h (reload_out_reg, num_not_at_initial_offset): Declare.
1080 (find_reloads): Add return type.
1081 (remove_address_replacements, deallocate_reload_reg): Declare.
1082 * reload1.c (num_not_at_initial_offset): No longer static.
1083 (delete_address_reloads, delete_address_reloads_1): Likewise.
1084 (deallocate_reload_reg): New function.
1085 (spill_reg_stored_to): New array.
1086 (eliminate_regs): Don't substitute from reg_equiv_memory_loc.
1087 (eliminate_regs_in_insn): Move assignments of previous_offset and
1088 max_offset fields, and recalculation of num_not_at_initial_offset
1089 into new static function:
1090 (update_eliminable_offsets) .
1091 (reload_as_needed): Call update_eliminable_offsetss after calling
1093 Call forget_old_reloads_1 with contents of reloaded auto_inc
1094 expressions if the actual addressing can't be changed to match the
1096 (choose_reload_regs): For inheritance, replace
1097 reload_reg_free_before_p test with reload_reg_used_at_all test, and
1098 remove stand-alone reload_reg_used_at_all test.
1099 Use reload_out_reg to determine which reload regs have output reloads.
1100 Treat reload_override_in more similar to inherited reloads.
1101 Handle (subreg (reg... for inheritance.
1102 For flag_expensive_optimizations, add an extra pass to remove
1103 unnecessary reloads from known working inheritance.
1104 Delete obsolete code for pseudos replaced with MEMs.
1105 Handle inheritance from auto_inc expressions.
1106 (emit_reload_insns): If reload_in is a MEM, set OLD to
1108 Don't reload directly from oldequiv; if it's a pseudo with a
1109 stack slot, use reload_in[j].
1110 Check that reload_in_reg[j] is a MEM before replacing reload_in
1111 from reg_reloaded_contents.
1112 Include non-spill registers in reload inheritance processing.
1113 Also try to use reload_out_reg to set spill_reg_store /
1114 reg_last_reload_reg.
1115 In code to set new_spill_reg_store, use single_set to find out if
1116 there is a single set.
1117 Add code that allows to delete optional output reloads.
1118 Add code to allow deletion of output reloads that use no spill reg.
1119 At the end, set reload_override_in to oldequiv.
1120 Also call delete_output_reload if reload_out_reg is equal to old
1122 Add code to call delete_output_reload for stores with no matching load.
1123 Set / use spill_reg_stored_to.
1124 Handle case where secondary output reload uses a temporary, but
1125 actual store isn't found.
1126 When looking for a store of a value not loaded in order to call
1127 delete_output_reload, count_occurences should return 0 for no
1128 loads; but discount inherited input reloadill_reg_stored_to.
1129 Do checks for extra uses of REG. Changed all
1131 Use delete_address_reloads.
1132 (reload): Take return value of find_reloads into account.
1133 If a no-op set needs more than one reload, delete it.
1134 (reload_reg_free_before_p): RELOAD_FOR_INPUT
1135 can ignore RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
1136 for the same operand.
1137 (clear_reload_reg_in_use): Check for other reloads that keep a
1139 (reload_reg_free_for_value_p): handle RELOAD_FOR_OPERAND_ADDRESS /
1140 RELOAD_FOR_OPADDR_ADDR.
1141 Take into account when an address address reload is only needed
1142 for the address reload we are considering.
1143 (count_occurrences): Use rtx_equal_p for MEMs.
1144 (inc_for_reload): Return instruction that stores into RELOADREG.
1145 New argument two, IN, and rtx. Changed all callers.
1146 (calculate_needs_all_insns, reload_as_needed):
1147 Don't clear after_call for a CLOBBER.
1148 Keep track of how many hard registers need to be copied from
1149 after_call, and don't clear after_call before we have seen
1150 that much copies, or we see a different instruction.
1152 Fri Oct 16 10:58:23 1998 Jeffrey A Law (law@cygnus.com)
1154 * flow.c (find_basic_blocks_1): Do not delete unreachable blocks
1155 after reload has completed.
1157 Fri Oct 16 17:26:10 1998 Dave Brolley <brolley@cygnus.com>
1159 * cpplib.c (cpp_get_token): Replace whitespace that occurs between
1160 a macro name and the next token with a single blank if that whitespace
1161 is in a macro buffer and the next token is not '('.
1163 Fri Oct 16 15:44:02 1998 Dave Brolley <brolley@cygnus.com>
1165 * cccp.c (rescan): Handle multibyte chartacters ending in backslash.
1167 (skip_if_group): Ditto.
1168 (skip_to_end_of_comment): Ditto.
1170 (discard_comments): Ditto.
1171 (change_newlines): Ditto.
1173 Fri Oct 16 15:26:24 1998 Dave Brolley <brolley@cygnus.com>
1175 * c-lex.c (yylex): Fix unaligned access of wchar_t.
1177 Fri Oct 16 10:47:53 1998 Nick Clifton <nickc@cygnus.com>
1179 * config/arm/arm.h (TARGET_SWITCHES): Add --help documentation.
1180 (TARGET_OPTIONS): Add --help documentation.
1182 Fri Oct 16 11:49:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1184 * rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_NORETURN change.
1186 Fri Oct 16 07:08:46 1998 Bruce Korb <korb@datadesign.com>
1188 * fixinc/* Moved in from ../contrib directory in preparation
1189 for integrating it into the normal build process. In particular,
1190 fixinc/Makefile.in must be config-ed into the build directory
1191 as fixinc/Makefile. Proposed patches to ./Makefile.in and
1192 ./configure.in will be "in the mail" momentarily.
1194 Fri Oct 16 08:13:46 1998 David S. Miller <davem@pierdol.cobaltnet.com>
1196 * cse.c (cse_basic_block): Fixup hash flushing loop so we do not
1197 accidently walk into the free list. Comment how that can happen.
1198 (invalidate): Fix indentation.
1200 Thu Oct 15 23:53:29 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1201 Jeffrey A Law (law@cygnus.com)
1203 * flow.c (life_analysis_1): Do not clobber regs_ever_live after
1204 reload. Never perform rescans of the insn chain after reload.
1205 (propagate_block): Do not delete insn or create new autoinc addressing
1208 * jump.c (jump_optimize): Unconditionally use the code that was
1209 previously conditional on PRESERVE_DEATH_INFO_REGNO_P.
1210 * reload1.c (reload): When reloading is finished, delete all
1211 REG_DEAD and REG_UNUSED notes.
1212 (emit_reload_insns): Delete all code that was conditional on
1213 PRESERVE_DEATH_INFO_REGNO_P.
1214 (no_longer_dead_regs): Delete variable.
1215 (reload_cse_delete_death_notes): Delete function.
1216 (reload_cse_no_longer_dead): Delete function.
1217 (reload_cse_regs_1): Delete all code to handle deletion of death
1219 (reload_cse_noop_set_p): Likewise.
1220 (reload_cse_simplify_set): Likewise.
1221 (reload_cse_simplify_operands): Likewise.
1222 (reload_cse_move2add): Likewise.
1223 * reorg.c (used_spill_regs): Delete declaration.
1224 (max_label_num_after_reload): Delete declaration.
1225 (find_dead_or_set_registers): Don't assume that spill regs are
1226 dead at a CODE_LABEL.
1227 * rtlanal.c (dead_or_set_regno_p): Death notes are always accurate,
1229 * sched.c (sched_analyze_insn): Likewise.
1230 (update_flow_info): Likewise.
1231 * haifa-sched.c (sched_analyze_insn): Likewise.
1232 (update_flow_info): Likewise.
1233 * tm.texi (PRESERVE_DEATH_INFO_REGNO_P): Delete documentation.
1234 * toplev.c (max_label_num_after_reload): Delete variable.
1235 (rest_of_compilation): Don't set max_label_num_after_reload.
1236 Call life_analysis after reload_cse_regs if optimizing.
1237 * config/gmicro/gmicro.h: Delete comment referring to
1238 PRESERVE_DEATH_INFO_REGNO_P.
1239 * config/i386/i386.h: Likewise.
1240 * config/m88k/m88k.h: Likewise.
1241 * config/m32r/m32r.h (PRESERVE_DEATH_INFO_REGNO_P): Delete definition.
1242 * config/sh/sh.h: Likewise.
1244 Thu Oct 15 19:48:41 1998 David Edelsohn <edelsohn@mhpcc.edu>
1246 * loop.c (strength_reduce): Restore marking bct_p as
1248 * rs6000.c (optimization_options): Change #ifdef HAIFA to
1249 HAVE_decrement_and_branch_on_count.
1250 (small_data_operand): Remove TARGET_ELF condition for marking
1251 parameters ATTRIBUTE_UNUSED.
1253 Thu Oct 15 11:45:51 1998 Robert Lipe <robertl@dgii.com>
1255 * config/i386/sco5.h (MAX_OFILE_ALIGNMENT): Define.
1256 (SELECT_SECTION): Resync with svr4.h.
1258 Thu Oct 15 12:42:13 1998 David Edelsohn <edelsohn@mhpcc.edu>
1260 * loop.c (strength_reduce): Undo Oct 14 change marking bct_p
1263 Thu Oct 15 00:57:55 1998 Robert Lipe <robertl@dgii.com>
1265 * c-pragma.c (handle_pragma_token): Test for null tree before
1266 dereferencing TREE_CODE.
1268 Thu Oct 15 17:36:48 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1270 * config/c4x/c4x.c: Convert to use GEN_INT.
1271 (c4x_parallel_process): Rework to handle new repeat loop structure.
1273 * config/c4x/c4x.md: Convert to use GEN_INT.
1274 (rptb_end): Convert to use GE test. Replace uses with clobbers.
1275 (decrement_and_branch_on_count): Likewise.
1277 * config/c4x/c4x.h (REPEAT_BLOCK_PROCESS): Deleted hook now that
1278 loop.c has the desired functionality.
1279 (rc_reg_operand): New prototype.
1281 * config/c4x/t-c4x: Can now build all front ends.
1283 Wed Oct 14 23:27:08 1998 Didier FORT (didier.fort@fedex.com)
1285 * fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS.
1287 Wed Oct 14 22:13:28 1998 Joel Sherrill (joel@OARcorp.com)
1289 * Makefile.in (stmp-fixinc): Do not install assert.h if not desired.
1290 * config/t-rtems: Do not install assert.h -- use newlib's.
1292 Wed Oct 14 21:57:08 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1294 * combine.c (combine_instructions): When finished, call init_recog.
1295 * regmove.c (optimize_reg_copy_3): Reject volatile MEMs.
1297 Wed Oct 14 16:10:22 1998 Per Bothner <bothner@cygnus.com>
1299 * toplev.c: If flag_syntax_only, don't open or write assembler file.
1301 Wed Oct 14 13:26:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1303 * cppalloc.c (memory_full): Mark function prototype with
1306 * demangle.h (collect_exit): Likewise.
1308 * fix-header.c (v_fatal, fatal): Likewise.
1310 * gcc.c (pfatal_with_name, pfatal_pexecute, fatal, fancy_abort):
1313 * gcov.c (print_usage): Likewise.
1315 * genattr.c (fatal, fancy_abort): Likewise.
1317 * genattrtab.c (fatal, fancy_abort): Likewise.
1319 * gencodes.c (fatal, fancy_abort): Likewise.
1321 * genconfig.c (fatal, fancy_abort): Likewise.
1323 * genemit.c (fatal, fancy_abort): Likewise.
1325 * genextract.c (fatal, fancy_abort): Likewise.
1327 * genflags.c (fatal, fancy_abort): Likewise.
1329 * genopinit.c (fatal, fancy_abort): Likewise.
1331 * genoutput.c (fatal, fancy_abort): Likewise.
1333 * genpeep.c (fatal, fancy_abort): Likewise.
1335 * genrecog.c (fatal, fancy_abort): Likewise.
1337 * libgcc2.c (__eprintf, __default_terminate, __sjthrow,
1338 __sjpopnthrow, __throw): Likewise.
1340 * objc/objc-act.c (objc_fatal): Likewise.
1342 * protoize.c (usage, aux_info_corrupted,
1343 declare_source_confusing): Likewise.
1345 * rtl.c (dump_and_abort): Likewise.
1347 * rtl.h (sets_cc0_p): Likewise.
1349 * toplev.c (float_signal, pipe_closed): Likewise.
1351 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1353 * dwarf2out.c (expand_builtin_dwarf_reg_size): Look at all ranges
1354 when generating the decision tree for the general case.
1356 * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Don't accept modes
1357 wider that 12 bytes in fpu regs or wider than 8 byte in fpa regs.
1359 Wed Oct 14 11:14:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1361 * Makefile.in (sched.o): Depend on recog.h.
1363 * alias.c (REG_BASE_VALUE): Cast the result of REGNO() macro to
1364 (unsigned) when comparing against one.
1365 (find_base_value): Likewise.
1366 (record_base_value): Cast variable `regno' to (unsigned) when
1367 comparing against one. Cast the result of REGNO() macro to
1368 (unsigned) when comparing against one.
1369 (memrefs_conflict_p): Change type of variables `r_x' and `r_y' to
1371 (init_alias_analysis): Add unsigned variable `ui'. Use it as loop
1372 variable where an unsigned index is needed.
1374 * caller-save.c (init_caller_save): Cast `-1' to (enum insn_code)
1375 before comparing against one.
1377 * collect2.c: Add prototypes for functions `error', `fatal' and
1378 `fatal_perror'. Make these functions take variable arguments
1379 instead of faking it with a fixed number of args.
1380 (write_c_file_stat): Cast the argument of ctype macro to (unsigned
1383 * combine.c (can_combine_p): Mark parameter `pred' with
1385 (find_split_point): Cast variable `src' to (unsigned
1386 HOST_WIDE_INT) when comparing against one.
1387 (simplify_rtx): Cast 1 to (unsigned HOST_WIDE_INT) in shift.
1388 (simplify_logical): Likewise.
1389 (force_to_mode): Cast result of INTVAL() macro to (unsigned
1390 HOST_WIDE_INT) when comparing against one. Cast 1 to (unsigned
1391 HOST_WIDE_INT) in shift.
1392 (simplify_and_const_int): Cast result of INTVAL() macro to
1393 `unsigned HOST_WIDE_INT' when comparing against one.
1394 (merge_outer_ops): Cast variable const0 to `unsigned
1395 HOST_WIDE_INT' when comparing against the result of
1396 GET_MODE_MASK() macro.
1397 (simplify_comparison): Likewise for variable `c0'. Cast variable
1398 `const_op' to `unsigned HOST_WIDE_INT' when comparing against
1399 one. Cast `1' to `unsigned HOST_WIDE_INT' in shift. Cast the
1400 result of `GET_MODE_MASK()/2' to `HOST_WIDE_INT' when comparing
1401 against one. Cast `1' to `unsigned HOST_WIDE_INT' in shift. Cast
1402 result of INTVAL() macro to `unsigned HOST_WIDE_INT' when
1403 comparing against one.
1404 (distribute_notes): Wrap variable `cc0_setter' in macro `HAVE_cc0'.
1406 config/mips/mips.c (gen_int_relational): Cast result of INTVAL()
1407 macro to `unsigned HOST_WIDE_INT' when comparing against one.
1408 (output_block_move): Cast `sizeof' expression to (int) when
1409 comparing against one.
1410 (function_arg): Cast BITS_PER_WORD to `unsigned' when comparing
1412 (save_restore_insns): Cast `base_offset' to `long' to match format
1413 specifier in fprintf.
1415 * config/mips/mips.h (Pmode): Cast the result of `Pmode' macro
1416 to `enum machine_mode'.
1418 * flow.c (life_analysis_1): Remove unused variable `insn'.
1420 * gcc.c (translate_options): Move variables `j' and `k' into the
1421 scope in which they are used. Change their types to `size_t'.
1422 (set_spec): Cast the argument of ctype macro to `unsigned char'.
1423 (read_specs): Likewise.
1424 (process_command): Cast `sizeof' to (int) when comparing against one.
1425 (do_spec_1): Cast the argument of ctype macro to `unsigned char'.
1426 (handle_braces): Cast both sides of `==' expression to `long' to
1427 ensure sign matching.
1428 (main): Cast variable `i' to `int' when comparing against one.
1430 * gcov-io.h (__fetch_long): Change type of parameter `bytes' from
1431 int to size_t. Cast variable `i' to size_t when comparing against
1434 * genattrtab.c (convert_set_attr_alternative): Remove unused
1435 parameter `insn_code'. All callers changed.
1436 (convert_set_attr): Likewise.
1438 * genrecog.c (add_to_sequence): Cast result of XVECLEN() macro to
1439 size_t when comparing against one. Likewise for variable `len'.
1441 * global.c (global_alloc): Cast variable `max_regno' to size_t
1442 when comparing against one. Likewise for variable `max_allocno'.
1444 * jump.c (sets_cc0_p): Mark parameter `x' with ATTRIBUTE_UNUSED.
1446 * local-alloc.c (validate_equiv_mem_from_store): Mark parameter
1447 `set' with ATTRIBUTE_UNUSED.
1448 (find_free_reg): Cast `sizeof' expression to (int) when comparing
1451 * loop.c (count_loop_regs_set): Remove unused variable `dest'.
1452 (strength_reduce): Mark parameter `bct_p' with ATTRIBUTE_UNUSED.
1453 (get_condition): Cast variable `const_val' to `unsigned
1454 HOST_WIDE_INT' when comparing against one. Cast unsigned
1455 expression to HOST_WIDE_INT when comparing against one.
1456 (insert_loop_mem): Mark parameter `data' with ATTRIBUTE_UNUSED.
1457 (load_mems_and_recount_loop_regs_set): Cast variable `nregs' to
1458 `unsigned' when comparing against one.
1460 * protoize.c (is_id_char): Change type of parameter `ch' to
1462 (munge_compile_params): Cast argument of ctype macro to (const
1464 (process_aux_info_file): Cast variable `aux_info_size' to int when
1465 comparing against one.
1466 (forward_to_next_token_char): Cast argument of ctype macro to
1467 `const unsigned char'.
1468 (edit_formals_lists): Likewise.
1469 (find_rightmost_formals_list): Likewise.
1470 (add_local_decl): Likewise.
1471 (add_global_decls): Likewise.
1472 (edit_fn_definition): Likewise.
1473 (do_cleaning): Likewise.
1474 (scan_for_missed_items): Likewise.
1475 (edit_file): Cast variable `orig_size' to (int) when comparing
1477 (main): Cast argument of ctype macro to `const unsigned char'.
1479 * recog.c (const_int_operand): Mark parameter `mode' with
1482 * regclass.c (record_reg_classes): Change type of variable `c' to
1483 `unsigned char'. Cast `char' array index to `unsigned char'.
1485 * reload.c (push_secondary_reload): Cast argument to
1486 REG_CLASS_FROM_LETTER() macro to `unsigned char'.
1488 * reload1.c (calculate_needs): Cast `char' array index to
1490 (set_label_offsets): Change type of variable `i' to unsigned int.
1491 Cast result of XVECLEN() macro to unsigned when comparing against
1493 (mark_not_eliminable): Change type of variable `i' to unsigned.
1494 (order_regs_for_reload): Likewise. Cast `max_regno' to unsigned
1495 when comparing against one.
1496 (reload_as_needed): Cast macro NUM_ELIMINABLE_REGS to (int) when
1497 comparing against one.
1498 (choose_reload_regs): Hide unused label `fail'.
1499 (reload_cse_simplify_operands): Cast `char' array index to
1501 (reload_combine_note_store): Mark parameter `set' with
1502 ATTRIBUTE_UNUSED. Cast UNITS_PER_WORD to unsigned when comparing
1504 (reload_cse_move2add): Remove unused variable `src2'.
1506 * sched.c: Include recog.h.
1507 (sched_note_set): Remove unused parameter `b'. All callers
1509 (split_hard_reg_notes): Likewise for parameter `orig_insn'.
1510 (blockage_range): Cast result of UNIT_BLOCKED() macro to (int)
1511 when comparing against one.
1513 * stupid.c (stupid_find_reg): Mark parameter `changes_size' with
1514 ATTRIBUTE_UNUSED. Cast `sizeof' expression to (int) when
1515 comparing against one.
1517 * unroll.c (precondition_loop_p): Remove unused parameter
1518 `loop_end'. All callers changed.
1520 Tue Oct 13 22:12:11 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1522 * reload1.c (maybe_fix_stack_asms): New static function.
1525 * reload.h (compute_use_by_pseudos): Declare.
1527 * reload1.c (spilled_pseudos, insns_need_reload): New variables.
1528 (something_needs_reloads): Delete variable.
1529 (finish_spills): New function.
1530 (compute_use_by_pseudos): New function.
1532 (delete_caller_save_insns): Lose argument FIRST. All callers changed.
1533 Use the reload_insn_chain instead of walking the rtl directly.
1535 (reload): Allocate and free spilled_pseudos.
1536 Ensure that all calls of spill_hard_reg are followed by a call to
1538 Use the insns_need_reload list instead of something_needs_reloads
1539 to find out if reload_as_needed must be called.
1540 Clear unused_insn_chains at the end.
1542 (calculate_needs_all_insns): Lose FIRST parameter. All callers
1544 Delete code to keep track of current basic block.
1545 Walk reload_insn_chain instead of the rtl structure. Build the
1546 insns_need_reload chain.
1547 Remember which insns need reloading/elimination by setting the
1548 appropriate fields in struct insn_chain, not by putting modes on the
1551 (calculate_needs): Lose THIS_BLOCK arg. Accept arg CHAIN instead of
1552 arg INSN. All callers changed.
1553 Delete declaration of struct needs.
1554 Don't set something_needs_reloads.
1555 Record insn needs in the CHAIN argument.
1557 (spill_hard_reg): Record the affected pseudos in spilled_pseudos.
1559 (reload_as_needed): Lose FIRST arg. All callers changed.
1560 Walk the reload_insn_chain instead of the rtx structure.
1561 Delete code to keep track of current basic block.
1562 Rename one of the NEXT variables to OLD_NEXT.
1564 (allocate_reload_reg): Accept arg CHAIN instead of arg INSN. All
1566 (choose_reload_regs): Likewise.
1568 (emit_reload_insns): Replace INSN and BB args with arg CHAIN. All
1571 * caller-save.c (MOVE_MAX_WORDS): New macro. Use it throughout
1572 instead of (MOVE_MAX / UNITS_PER_WORD) computation.
1573 (hard_regs_live, hard_regs_need_restore): Delete variables.
1574 (n_regs_saved): Now static.
1575 (referenced_regs, this_insn_sets): New variables.
1577 (setup_save_areas): Restructure the code a bit.
1579 (restore_referenced_regs): Delete function.
1580 (mark_referenced_regs): New function, similar to the old
1581 restore_referenced_regs, but mark registers in referenced_regs.
1583 (clear_reg_live): Delete function.
1584 (mark_set_regs): Renamed from set_reg_live. All callers changed.
1585 Only mark registers in this_insn_sets.
1587 (save_call_clobbered_regs): Rework this function to walk the
1588 reload_insn_chain instead of using the list of instructions directly.
1589 Delete code to keep track of register lives, compute live regs on the
1590 fly from information in the chain.
1591 Instead of calling restore_referenced_regs, use mark_referenced_regs,
1592 then walk the set it computes and call insert_restore as appropriate.
1594 (insert_restore): Lose INSN and BLOCK args. Add CHAIN arg. All
1596 Restructure the code a bit. Test hard_regs_saved instead of
1597 hard_regs_need_restore.
1598 (insert_save): Lose INSN and BLOCK args. Add CHAIN and TO_SAVE
1599 args. All callers changed.
1600 Restructure the code a bit. Use TO_SAVE to determine which regs to
1601 save instead of more complicated test.
1602 (insert_one_arg): Lose INSN and BLOCK args. Add CHAIN arg. All
1604 Create a new insn_chain structure for the new insn and place it
1607 * rtl.texi: Update documentation to reflect that reload no longer
1608 puts modes on the insns.
1610 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1612 * function.c (purge_addressof_1): Force the first argument of a
1613 CALL insn to memory.
1615 Wed Oct 14 00:38:40 1998 Jeffrey A Law (law@cygnus.com)
1617 * rtl.h: Delete duplicate prototypes. Add some missing
1619 * rtlanal.c: (for_each_rtx): Formatting tweak.
1621 1998-10-13 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1623 * real.c (emdnorm and etoasc): Disable round to even for c4x target
1624 to be compatible with TI compiler.
1626 * Makefile.in (USER_H): Add va-c4x.h to definition.
1628 Tue Oct 13 23:03:37 1998 Richard Henderson <rth@cygnus.com>
1630 * function.c (purge_addressof_1): Fix typo in inequality: do
1631 bitfield optimization for equal mode sizes.
1632 * expmed.c (store_bit_field): Don't take subregs of subregs in
1633 the movstrict case. Tidy a potential problem in the multi-word case.
1634 (extract_bit_field): Likewise.
1636 Tue Oct 13 22:12:11 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1638 * flow.c (find_basic_blocks): Emit NOPs after normal calls in this
1640 Compute max_uid_for_flow by calling get_max_uid after the scan.
1641 (find_basic_blocks_1): Don't emit NOPs here.
1643 Tue Oct 13 22:05:49 1998 Richard Henderson <rth@cygnus.com>
1645 * alias.c (base_alias_check): Accept new args for the modes of the
1646 two references. Use them to determine if an AND can overlap. Update
1648 (memrefs_conflict_p): Assume sizes are aligned, and uses them
1649 to determine if an AND can overlap.
1651 Tue Oct 13 17:51:04 1998 Jim Wilson <wilson@cygnus.com>
1653 * config/m68k/m68k.h (HARD_REGNO_MODE_OK): For FP regs, add REGNO >= 16
1654 check. Add comment to document problems with TARGET_SUN_FPA version
1656 * config/m68k/m68k.md (movxf+1): Support 'r'/'r' moves.
1658 Tue Oct 13 17:46:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1660 * Makefile.in (gencheck.o): Depend on gansidecl.h.
1662 * c-common.c (print_char_table): Add missing initializers.
1663 (scan_char_table): Likewise.
1664 (time_char_table): Likewise.
1666 * c-decl.c (c_decode_option): Mark parameter `argc' with
1668 (declare_parm_level): Mark parameter `definition_flag' with
1671 * c-lex.c (readescape): Use `(unsigned)1' in shift.
1672 (yylex): Likewise. Cast `sizeof' to an (int) when comparing
1675 * calls.c (store_one_arg): Remove unused parameter `fndecl'. All
1677 (emit_call_1): Mark parameters `fndecl' and `funtype' with
1679 (expand_call): Cast result of MIN() to (unsigned int) when
1680 comparing against an unsigned value.
1682 * cccp.c (pcfinclude): Remove unused parameter `limit'. All
1684 (make_definition): Remove unused parameter `op'. All callers
1686 (create_definition): Cast REST_EXTENSION_LENGTH to (long) when
1687 comparing against the result of pointer arithmetic.
1689 * config/mips/mips.h (FUNCTION_ARG_BOUNDARY): Cast to (unsigned)
1690 when comparing against one.
1692 * dwarf2out.c (dwarf2out_frame_debug): Cast REGNO() and
1693 HARD_FRAME_POINTER_REGNUM to (unsigned) when comparing against
1695 (output_die): Move variable `i' into the scope in which it is
1696 used. Change its type to `unsigned'.
1697 (output_die): Cast the result of `strlen' to (int) when passing it
1698 to ASM_OUTPUT_ASCII().
1699 (output_pubnames): Likewise.
1700 (output_line_info): Likewise.
1702 * emit-rtl.c (global_rtl): Add missing initializers.
1704 * explow.c (promote_mode): Mark parameter `for_call' with
1707 * expmed.c (expand_shift): Cast the result of GET_MODE_BITSIZE to
1708 `unsigned HOST_WIDE_INT' when comparing against one.
1709 (synth_mult): Change type of variable `cost' to int.
1710 (emit_store_flag): Use `(unsigned HOST_WIDE_INT) 1' in shift.
1712 * expr.c (copy_blkmode_from_reg): Cast BITS_PER_WORD to (unsigned)
1713 when comparing against one.
1714 (get_inner_reference): Change variable `alignment' to unsigned.
1715 (expand_expr): Cast the result of GET_MODE_ALIGNMENT to (unsigned
1716 int) when comparing against one.
1717 (expand_builtin_setjmp): Change type of variable `i' to size_t.
1719 * fold-const.c (div_and_round_double): Cast BASE to
1720 (HOST_WIDE_INT) when comparing against one.
1722 * gencheck.c: Include gansidecl.h.
1723 (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
1725 * optabs.c (gen_cond_trap): Mark parameters `code', `op2' and
1726 `tcode' with ATTRIBUTE_UNUSED.
1728 * real.c (edivm): Cast constant value to (unsigned long) in
1729 expression compared against an unsigned value.
1731 * stmt.c (expand_return): Cast BITS_PER_WORD to (unsigned) when
1732 comparing against one.
1733 (expand_end_case): Cast CASE_VALUES_THRESHOLD to (unsigned int)
1734 when comparing against one.
1736 * stor-layout.c (mode_for_size): Cast MAX_FIXED_MODE_SIZE to
1737 (unsigned int) when comparing against one. Likewise for
1739 (smallest_mode_for_size): Likewise.
1740 (save_storage_status): Mark parameter `p' with ATTRIBUTE_UNUSED.
1741 (restore_storage_status): Likewise.
1743 * toplev.c (debug_args): Add missing initializer.
1744 (f_options): Spelling correction. Add missing initializers.
1745 (documented_lang_options): Likewise.
1746 (debug_end_source_file): Mark parameter `lineno' with
1749 * tree.c (valid_machine_attribute): Mark parameters `attr_args',
1750 `decl' and `type' with ATTRIBUTE_UNUSED.
1752 * varasm.c (decode_reg_name): Cast `sizeof' expression to (int)
1753 when comparing against one.
1754 (assemble_variable): Mark parameter `top_level' with
1756 (assemble_external_libcall): Mark parameter `fun' with
1758 (output_constant_pool): Mark parameters `fnname' and `fndecl' with
1761 Tue Oct 13 12:51:04 1998 Nick Clifton <nickc@cygnus.com>
1763 * config/v850/lib1funcs.asm (_udivsi3): Add .type declaration.
1764 Replace use of r5 with use of r19.
1766 * config/v850/v850.h (LINK_POINTER_REGNUM): Define.
1768 * config/v850/v850.c (compute_register_save_size): Allow for the
1769 fact that helper functions save all registers, not just those used
1772 Replace constant 31 with macro LINK_POINTER_REGNUM.
1774 * config/v850/v850.md: Use 'indirect_operand' rather than
1775 'memory_operand' for bit test/set/clear patterns.
1777 Tue Oct 13 11:49:14 1998 Jason Merrill <jason@yorick.cygnus.com>
1779 * mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBALIZE_LABEL.
1780 * varasm.c (assemble_start_function et al): Don't call
1781 ASM_GLOBALIZE_LABEL for weak symbols.
1783 Tue Oct 13 11:37:45 1998 Nick Clifton <nickc@cygnus.com>
1785 * cse.c (equiv_constant): Check for NULL return from
1786 gen_lowpart_if_possible().
1788 Tue Oct 13 11:24:51 1998 Jeffrey A Law (law@cygnus.com)
1790 * mn10200.md (addsi3, subsi3, negsi2): Only allow register operands.
1792 * collect2.c (main): Pass -EL/-EB through to the compiler.
1794 1998-10-12 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1796 * expr.c (push_block): Handle targets where the stack grows
1797 to higher addresses, but args grow to lower addresses and
1798 ACCUMULATE_OUTGOING_ARGS is not defined.
1800 Tue Oct 13 08:00:52 1998 Catherine Moore <clm@cygnus.com>
1802 * config/v850/v850.c (print_operand): Extend meaning
1803 of 'c' operands to support .vtinherit.
1805 Tue Oct 13 21:38:35 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1807 * config/c4x/c4x.c: Convert to gen_rtx_FOO.
1808 Added ATTRIBUTE_UNUSED to unused function arguments.
1809 (rc_reg_operand): New predicate.
1810 (c4x_rptb_insert): New function.
1811 (c4x_rptb_nop_p): Recognize modified rptb_top pattern.
1812 (c4x_optimization_options): New function.
1814 * config/c4x/c4x.md: Convert to gen_rtx_FOO.
1815 (decrement_and_branch_on_count): New pattern.
1816 (rptb_top): Modified pattern to work with BCT optimization.
1818 * config/c4x/c4x.h (RC_REG): New register class.
1819 (rc_reg_operand): Define prototype.
1820 (IS_RC_REG): New macro.
1821 (IS_RC_OR_PSEUDO_REG): New macro.
1822 (IS_RC_OR_PSEUDO_REGNO): New macro.
1823 (OPTIMIZATION_OPTIONS): Define.
1825 Mon Oct 12 19:57:34 1998 Jason Merrill <jason@yorick.cygnus.com>
1827 * collect2.c (extract_init_priority): No priority is 65535.
1829 Mon Oct 12 12:10:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1831 * Makefile.in (build_tooldir): new variable, same as old
1832 $(tooldir), but without depending on $(libdir)/$(unlibsubdir)
1833 (GCC_FOR_TARGET): add -B$(build_tooldir)/bin/
1834 (bootstrap, bootstrap2, bootstrap3, bootstrap4): ditto
1836 * configure.in (gxx_include_dir): set default based on unlibsubdir
1837 * Makefile.in (tooldir): ditto
1838 (cccp.o, cpplib.o): use unlibsubdir implicitly through
1839 gxx_include_dir, includedir and tooldir
1840 (protoize.o, unprotoize.o): ditto
1842 Mon Oct 12 10:50:44 1998 Nick Clifton <nickc@cygnus.com>
1844 * config/arm/arm.md: Replace (reg 24) with (reg:CC 24).
1846 * config/arm/thumb.c (thumb_override_options): Add warning about
1847 PIC code not being supported just yet.
1849 Sun Oct 11 16:49:15 EDT 1998 John Wehle (john@feith.com)
1851 * flow.c: Update comment.
1852 (notice_stack_pointer_modification): New static function.
1853 (record_volatile_insns): Use it.
1854 (mark_regs_live_at_end): Mark the stack pointer as alive
1855 at the end of the function if current_function_sp_is_unchanging
1857 (life_analysis_1): Set current_function_sp_is_unchanging.
1858 * function.c: Define it.
1859 (init_function_start): Initialize it.
1860 * output.h: Declare it.
1861 * reorg.c (fill_simple_delay_slots, dbr_schedule): Mark
1862 the stack pointer as alive at the end of the function if
1863 current_function_sp_is_unchanging is set.
1864 * i386.c (ix86_epilogue): Optimize the restoring
1865 of the stack pointer.
1867 Mon Oct 12 01:22:53 PDT 1998 Jeff Law (law@cygnus.com)
1869 * version.c: Bump for snapshot.
1871 Sun Oct 11 23:04:30 1998 Robert Lipe <robertl@dgii.com>
1873 * c-pragma.c (handle_pragma_token): If passed a token instead
1874 of a tree, use that as the pack value.
1876 Sun Oct 11 14:21:14 1998 Mark Mitchell <mark@markmitchell.com>
1878 * flow.c (find_basic_blocks_1): Fix prototype.
1880 Sun Oct 11 05:03:41 1998 Ken Raeburn <raeburn@cygnus.com>
1882 * tree.h (DECL_NO_CHECK_MEMORY_USAGE): New macros.
1883 (struct tree_decl): New fields no_check_memory_usage.
1884 * c-common.c (enum attrs): Add A_NO_CHECK_MEMORY_USAGE.
1885 (init_attributes): Register it as a new attribute.
1886 (decl_attributes): Set flags on functions given that attribute.
1887 * c-decl.c (duplicate_decls): Merge new attribute.
1888 * expr.h (current_function_check_memory_usage): Declare new var.
1889 * calls.c, expr.c, function.c, stmt.c, alpha.c, clipper.c, m88k.c,
1890 pa.c, sparc.c: Replace uses of flag_check_memory_usage with
1891 current_function_check_memory_usage.
1892 * function.h: Add field to struct function.
1893 * function.c (current_function_check_memory_usage): Define it.
1894 (push_function_context_to, pop_function_context_from): Save and
1896 (expand_function_start): Set it, based on global flag and function
1899 * expr.c (expand_expr, case VAR_DECL): In memory-checking code, do
1900 check non-automatic variables, to permit detection of writes to
1901 read-only locations in embedded systems without memory management.
1902 * calls.c (store_one_arg): Use ARGS_SIZE_RTX to get size of argument
1903 when emitting chkr_set_right_libfunc call, even if the argument is
1904 BLKmode or variable-sized; don't abort.
1906 * optabs.c (init_optabs): Create Checker and __cyg_profile_*
1907 symbols in Pmode, not VOIDmode.
1909 Sun Oct 11 01:03:05 1998 Zack Weinberg <zack@rabi.phys.columbia.edu>
1911 * cppexp.c: When forcing unsigned comparisons, cast both sides
1914 * cpphash.h: Move static declaration of hashtab[]...
1915 * cpphash.c: ...here.
1917 * cpplib.c: Cast difference of two pointers to size_t before
1918 comparing it to size_t. Cast signed to unsigned
1919 before comparing to size_t. (FIXME: struct argdata should use
1920 unsigned buffer sizes.)
1921 * cpplib.h (struct cpp_reader): Declare token_buffer_size as
1922 unsigned int. (CPP_WRITTEN): Cast return value to size_t.
1923 (CPP_RESERVE): Parenthesize N for evaluation order, cast to
1924 size_t before comparison.
1926 Sun Oct 11 00:15:29 1998 Jeffrey A Law (law@cygnus.com)
1928 * flow.c (find_basic_blocks): Delete "live_reachable_p" argument.
1929 (find_basic_blocks_1): Similarly.
1930 * output.h (find_basic_blocks): Fix prototype.
1931 * gcse.c, toplev.c: Don't pass "live_reachable_p" argument to
1932 find_basic_blocks anymore.
1934 Sat Oct 10 22:00:34 1998 Richard Henderson <rth@cygnus.com>
1936 * basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro.
1937 (sbitmap_free, sbitmap_vector_free): New macros.
1938 * output.h (rtl_dump_file): Declare.
1940 Sat Oct 10 17:01:42 1998 Jeffrey A Law (law@cygnus.com)
1942 * regmove.c (optimize_reg_copy_3): Honor TRULY_NOOP_TRUNCATION.
1944 Fri Oct 9 22:08:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1946 * fp-bit.c (SFtype): Don't implicitly use int in declaration.
1948 (_fpdiv_parts): Remove unused parameter `tmp', all callers changed.
1949 (divide): Remove unused variable `tmp'.
1950 (si_to_float): Cast numeric constant to (SItype) before comparing
1953 Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk>
1955 * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.
1956 * gcc.c (add_preprocessor_option): Correct typo when allocating
1957 memory, sizeof() argument had one too many `*'.
1958 (add_assembler_option): Likewise.
1959 (add_linker_option): Likewise.
1960 * gcov.c (output_data): Likewise.
1961 * local-alloc.c (memref_used_between_p): Likewise.
1962 (update_equiv_regs): Likewise.
1963 * loop.c (strength_reduce): Likewise.
1964 * reg-stack.c (record_asm_reg_life): Likewise.
1965 (subst_asm_stack_reg): Likewise.
1966 * reorg.c (dbr_schedule): Likewise.
1968 Fri Oct 9 15:57:51 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
1970 * flow.c (life_analysis_1): Break out some functions.
1971 (find_basic_blocks_1): Likewise. Also move some variables out and
1973 Rename NONLOCAL_LABEL_LIST arg to NONLOCAL_LABELS and initialize
1974 new static var nonlocal_label_list with it.
1975 (active_eh_region, nested_eh_region, label_value_list,
1976 nonlocal_label_list): New static variables.
1977 (make_edges, delete_unreachable_blocks, delete_block): New static
1978 functions, broken out of find_basic_blocks_1.
1979 (record_volatile_insns, mark_regs_live_at_end, set_noop_p,
1980 noop_move_p): New static functions, broken out of life_analysis_1.
1982 Fri Oct 9 15:49:29 1998 Richard Henderson <rth@cygnus.com>
1984 * expmed.c (store_bit_field): Pun non-integral str_rtx modes.
1985 Take extra care for op0 now possibly being a subreg.
1986 (extract_bit_field): Likewise.
1987 * function.c (purge_addressof_1): Revert Oct 4 change. Drop
1988 the reg to memory if there is no equal sized integral mode.
1989 * stor-layout.c (int_mode_for_mode): New function.
1990 * machmode.h: Prototype it.
1992 Fri Oct 9 14:26:44 1998 Jeffrey A Law (law@cygnus.com)
1994 * global.c (build_insn_chain): Verify no real insns exist past the
1995 end of the last basic block, then exit the loop.
1997 Fri Oct 9 11:44:47 1998 David Edelsohn <edelsohn@mhpcc.edu>
1999 * loop.c (insert_bct): Ensure loop_iteration_var non-zero before use.
2001 Thu Oct 8 21:59:47 1998 Dave Brolley <brolley@cygnus.com>
2003 * emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
2005 Thu Oct 8 22:03:45 1998 David Edelsohn <edelsohn@mhpcc.edu>
2007 * rs6000.h (RTX_COSTS): Add PROCESSOR_PPC604e cases.
2009 Thu Oct 8 17:00:18 1998 Richard Henderson <rth@cygnus.com>
2011 * flow.c (find_basic_blocks): Correctly determine when a call
2012 is within an exception region.
2014 Thu Oct 8 17:15:04 1998 Jeffrey A Law (law@cygnus.com)
2016 * toplev.c (output_file_directive): Use DIR_SEPARATOR, not '/'.
2018 * cpplib.h: Protect from multiple inclusions.
2019 * cpplib.c: Fix minor formatting problems.
2021 * i386/xm-cygwin32.h: Only define POSIX if it is not already defined.
2023 * jump.c (jump_optimize): Revert accidental patch.
2025 * Makefile.in (cpplib.o): Use unlibsubdir.
2027 Thu Oct 8 12:50:47 1998 Jim Wilson <wilson@cygnus.com>
2029 * loop.c (get_condition): Allow combine when either compare is
2032 Thu Oct 8 11:31:01 PDT 1998 Jeff Law (law@cygnus.com)
2034 * version.c: Bump for snapshot.
2036 Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
2038 * c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.
2039 (init_lex): Initialize ridpointers[RID_BYREF].
2040 * c-lex.h (enum rid): Add RID_BYREF.
2041 * c-parse.gperf: Add RID_BYREF as a type qualifier.
2042 * objc/objc-act.c (is_objc_type_qualifiers): Handle RID_BYREF.
2043 (encode_type_qualifiers): Similarly
2044 * c-gperf.h: Rebuilt.
2046 Thu Oct 8 05:56:00 1998 Jeffrey A Law (law@cygnus.com)
2048 * c-common.c (type_for_mode): Only return TItype nodes when
2049 HOST_BITS_PER_WIDE_INT is >= 64 bits.
2050 * c-decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
2051 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
2052 (init_decl_processing): Only create TItype nodes when
2053 HOST_BITS_PER_WIDE_INT is >= 64 bits.
2054 * c-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
2055 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
2057 Thu Oct 8 05:05:34 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2059 * stmt.c (n_occurrences): New static function.
2060 (expand_asm_operands): Verify that all constrains match in the
2061 number of alternatives.
2062 Verify that '+' or '=' are at the beginning of an output constraint.
2063 Don't allow '&' for input operands.
2064 Verify that '%' isn't written for the last operand.
2065 * reload.c (find_reloads): Abort if an asm is found with invalid
2066 constraints; all possible problems ought to be checked for earlier.
2068 Thu Oct 8 04:26:20 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2070 * flags.h (flag_branch_on_count_reg): Always declare
2071 * toplev.c (flag_branch_on_count_reg): Likewise.
2072 * toplev.c: Fix typos.
2074 * real.c (c4xtoe): Remove unused variables. Add some missing parens.
2077 Thu Oct 8 01:25:22 1998 Richard Henderson <rth@cygnus.com>
2079 * flow.c (find_basic_blocks): Calc upper bound for extra nops in
2081 (find_basic_blocks_1): Add a nop to the end of a basic block when
2082 a trailing call insn does not have abnormal control flow.
2083 * gcse.c (pre_transpout): New variable.
2084 (alloc_pre_mem, free_pre_mem, dump_pre_data): Bookkeeping for it.
2085 (compute_pre_transpout): Calculate it.
2086 (compute_pre_ppinout): Use it to eliminate impossible placements
2087 due to abnormal control flow through calls.
2088 (compute_pre_data): Call compute_pre_transpout.
2090 Wed Oct 7 21:40:24 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2092 * config/sparc/sol2-sld-64.h (ASM_CPU_SPEC): Fix typo.
2094 Wed Oct 7 21:19:46 1998 Ken Raeburn <raeburn@cygnus.com>
2096 * config/mips/mips.md (tablejump_internal3, tablejump_internal4
2097 and matching define_insns): Tack on a `use' of the table label, so
2098 flow analysis will recognize a tablejump.
2100 Wed Oct 7 17:33:39 1998 Richard Henderson <rth@cygnus.com>
2102 * gcse.c (pre_insert_insn): Tweek to notice that calls do not
2103 always end basic blocks for abnormal edge reasons.
2105 Wed Oct 7 14:40:43 1998 Nick Clifton <nickc@cygnus.com>
2107 * config/i386/i386.h: Remove definition of
2108 HANDLE_PRAGMA_PACK_PUSH_POP.
2110 * config/i386/go32.h: Add definition of
2111 HANDLE_PRAGMA_PACK_PUSH_POP.
2113 * config/i386/win32.h: Add definition of
2114 HANDLE_PRAGMA_PACK_PUSH_POP.
2116 * config/i386/cygwin32.h: Add definition of
2117 HANDLE_PRAGMA_PACK_PUSH_POP.
2119 * c-pragma.c (insert_pack_attributes): Do not insert
2120 attributes unless #pragma pack(push,<n>) is in effect.
2122 Wed Oct 7 12:10:46 1998 Jim Wilson <wilson@cygnus.com>
2124 * expr.c (emit_group_store): Handle a PARALLEL destination.
2126 Wed Oct 7 10:07:29 1998 Richard Henderson <rth@cygnus.com>
2128 * gcse.c (pre_insert_insn): When a call ends a bb, insert
2129 the new insns before the argument regs are loaded.
2131 Wed Oct 7 12:55:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2133 * Makefile.in (c-gperf.h): Add -L KR-C -F ', 0, 0' flags to gperf.
2134 (c-parse.gperf): Update comments describing invocation flags.
2135 (c-gperf.h): Regenerate using gperf 2.7.1 (19981006 egcs).
2137 1998-10-07 Manfred Hollstein <manfred@s-direktnet.de>
2139 * reload1.c (reload): Call free before clobbering the memory
2140 locations or constants pointers.
2142 Wed Oct 7 02:05:20 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2144 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Rework
2145 for efficiency by checking whether we need to modify the current
2146 stack permission at all.
2147 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Define.
2148 * config/sparc/sparc.c (sparc_initialize_trampoline): Emit
2149 __enable_execute_stack libcall here too if
2150 TRANSFER_FROM_TRAMPOLINE is defined.
2151 * config/sparc/sparc.h: Set TARGET_ARCH32 to a constant if
2154 Wed Oct 7 02:27:52 1998 Jeffrey A Law (law@cygnus.com)
2156 * Makefile.in (DRIVER_DEFINES): Remove last change.
2158 Wed Oct 7 01:08:43 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2160 * jump.c (duplicate_loop_exit_test): Strip REG_WAS_0 notes off all
2161 insns we're going to copy.
2162 * regclass.c (reg_scan_mark_refs): Don't test X for NULL_RTX.
2164 * loop.c (count_one_set): Add prototype.
2166 * caller-save.c (restore_referenced_regs): Lose mode argument.
2167 (insert_save): Lose mode argument.
2168 (insert_restore): Lose mode argument.
2169 (insert_one_insn): Lose mode argument.
2170 (save_call_clobbered_regs): Lose mode argument.
2171 (setup_save_areas): Take no argument and return void. All callers
2173 Don't verify validity of memory addresses.
2174 * reload.h (setup_save_ares): Adjust prototype.
2175 (save_call_clobbered_regs): Likewise.
2176 * reload1.c (delete_caller_save_insns): New function.
2177 (caller_save_spill_class): Delete variable.
2178 (caller_save_group_size): Delete variable.
2179 (reload): Call setup_save_areas and save_call_clobbered_regs
2180 in the main loop, before calling calculate_needs_all_insns.
2181 Don't call save_call_clobbered_regs after the loop.
2182 Call delete_caller_save_insns at the end of an iteration if
2184 Delete code to manage caller_save_spill_class.
2185 Emit the final note before setting reload_first_uid.
2186 Simplify test that determines whether reload_as_needed gets run.
2187 (calculate_needs): Delete code to manage caller_save_spill_class.
2189 Tue Oct 6 15:42:27 1998 Richard Henderson <rth@cygnus.com>
2191 * collect2.c (main): Initialize ld_file_name.
2193 Tue Oct 6 15:45:15 1998 Catherine Moore <clm@cygnus.com>
2195 * config/sparc/sysv4.h (ASM_OUTPUT_SECTION_NAME): Don't
2196 check for flag_function_sections.
2198 Tue Oct 6 20:02:31 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2200 * cse.c (insert_regs): Fix bug in Sep 24 change.
2202 Tue Oct 6 17:00:42 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2204 * flags.h (flag_dump_unnumbered): Declare.
2205 * toplev.c (flag_dump_unnumbered): Don't declare.
2206 * print-rtl.c (flags.h): Include.
2207 (print_rtl_single): Add return value.
2208 * rtl.h (print_rtl_single): Update declaration.
2209 * flow.c (flag_dump_unnumbered): Don't declare.
2210 (print_rtl_with_bb): Use return value of print_rtl_single.
2212 Tue Oct 6 01:36:00 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2214 * loop.c (count_one_set): New static function, broken out of
2216 (count_loop_regs_set): Call it.
2217 * global.c (mark_reg_store): Handle clobbers here by not calling
2219 (mark_reg_clobber): Just call mark_reg_store after ensuring SETTER
2220 is in fact a clobber.
2221 * integrate.c (process_reg_param): New function, broken out of
2222 expand_inline_function.
2223 (expand_inline_function): Call it.
2226 * i386.md (addsidi3_1): Delete unused variable temp.
2227 (addsidi3_2): Likewise.
2228 (clstrstrsi): Delete unused variable addr1.
2230 * rtl.h: Don't declare any functions also declared in recog.h.
2232 * Makefile.in (stupid.o): Update dependencies.
2233 (global.o): Likewise.
2235 * global.c: Include reload.h
2236 (reg_becomes_live): New function.
2237 (reg_dies): New function.
2238 (build_insn_chain): New function.
2239 (global_alloc): Call build_insn_chain before calling reload.
2241 * reload.h (struct needs): New structure definition.
2242 (struct insn_chain): Likewise.
2243 (reload_insn_chain): Declare variable.
2244 (new_insn_chain): Declare function.
2247 * reload1.c (reload_startobj): New variable.
2248 (reload_insn_chain): New variable.
2249 (unused_insn_chains): New variable.
2250 (new_insn_chain): New function.
2251 (init_reload): Initialize reload_startobj, not reload_firstobj.
2252 (reload): Initialize reload_firstobj.
2253 Before returning, free everything on the reload_obstack.
2255 * stupid.c: Include insn-config.h, reload.h and basic-block.h.
2256 (reg_where_dead_chain, reg_where_born_exact, reg_where_born_clobber,
2257 current_chain): New variables.
2258 (reg_where_born): Delete variable.
2259 (REG_WHERE_BORN): New macro.
2260 (find_clobbered_regs): New function.
2261 (stupid_life_analysis): Don't allocate/free reg_where_born.
2262 Allocate and free reg_where_born_exact, reg_where_born_clobber,
2263 reg_where_dead_chain.
2264 Use REG_WHERE_BORN instead of reg_where_born.
2265 While processing the insns, build the reload_insn_chain with
2266 information about register lifetimes.
2267 (stupid_reg_compare): Use REG_WHERE_BORN instead of reg_where_born.
2268 (stupid_mark_refs): Replace arg INSN with arg CHAIN. All callers
2270 Compute and information about birth and death of pseudo registers in
2271 reg_where_dead_chain, reg_where_born_exact and reg_where_born_clobber.
2272 Delete code to set elements of reg_where_born.
2274 Mon Oct 5 22:34:30 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
2276 * tree.def (GOTO_EXPR): Modified documentation.
2277 * expr.c (expand_expr): Expand GOTO_EXPR into a goto or a computed
2280 Mon Oct 5 22:43:36 1998 David Edelsohn <edelsohn@mhpcc.edu>
2282 * unroll.c (loop_iteration_var, loop_initial_value, loop_increment
2283 loop_final_value, loop_comparison_code): No longer static.
2284 (unroll_loop): Delete loop_start_value update.
2285 * loop.h (loop_iteration_var, loop_initial_value, loop_increment,
2286 loop_final_value, loop_comparison_code): Extern.
2287 (loop_start_value): Delete extern.
2288 * loop.c (loop_can_insert_bct, loop_increment, loop_start_value,
2289 loop_comparison_value, loop_comparison_code): Delete.
2290 (loop_optimize): Remove initialization for deleted variables.
2291 (strength_reduce): Delete analyze_loop_iterations call. Only call
2292 insert_bct if flag_branch_count_on_reg set.
2293 (analyze_loop_iterations): Delete.
2294 (insert_bct): Remove iteration count calculation. Move checks for
2295 viable BCT optimization to here. Obtain iteration count from
2296 loop_iterations and correct for unrolling. Check for enough
2297 iteration to be beneficial. Comment out runtime iteration count
2299 (insert_bct): Print iteration count in dump file. Remove
2300 loop_var_mode and use word_mode directly.
2302 * rs6000.h (processor_type): Add PROCESSOR_PPC604e.
2303 * rs6000.c (rs6000_override_options): Use it.
2304 (optimization_options): Enable use of flag_branch_on_count_reg.
2305 * rs6000.md (define_function_unit): Describe 604e.
2307 1998-10-05 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2309 * loop.c (move_movables): Corrected threshold calculation for
2310 moved_once registers.
2312 Mon Oct 5 21:18:45 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2314 * loop.c (combine_givs_p): Fix test for identical givs.
2316 Mon Oct 5 10:11:28 1998 Nick Clifton <nickc@cygnus.com>
2318 * dwarf2out.c (gen_subprogram_die): If errorcount nonzero, don't
2319 call abort if the function is already defined.
2321 Mon Oct 5 10:02:36 1998 Jeffrey A Law (law@cygnus.com)
2323 * combine.c (simplify_rtx): Do not replace TRUNCATE with a SUBREG if
2324 truncation is not a no-op.
2326 Mon Oct 5 09:02:04 PDT 1998 Jeff Law (law@cygnus.com)
2328 * version.c: Bump for snapshot.
2330 Mon Oct 5 08:19:55 PDT 1998 Jeff Law (law@cygnus.com)
2332 * version.c: Bump for snapshot.
2334 Mon Oct 5 01:07:23 1998 Torbjorn Granlund <tege@matematik.su.se>
2336 * expmed.c (expand_divmod): Don't widen for computing remainder
2337 if we seem to have a divmod pattern for needed mode.
2339 Mon Oct 5 01:01:42 1998 Zack Weinberg <zack@rabi.phys.columbia.edu>
2341 * cpplib.c (macroexpand): Correct off-by-one error in handling
2344 Sun Oct 4 23:58:30 1998 Richard Henderson <rth@cygnus.com>
2346 * combine.c (expand_field_assignment): Don't do bitwise operations
2347 on MODE_FLOAT; pun to MODE_INT if possible.
2349 Sun Oct 4 18:33:24 1998 Jason Merrill <jason@yorick.cygnus.com>
2350 scott snyder <snyder@d0sgif.fnal.gov>
2352 * tlink.c (scan_linker_output): Recognize errors from irix 6.2
2353 linker. Recognize mangled names in quotes.
2355 Sun Oct 4 02:58:20 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
2357 * config/sparc/sparc.md (ashldi3+1): Name it ashldi3_sp64.
2358 (ashlsi3_const1, ashldi3_const1): New combiner patterns.
2359 (ashrsi3_extend, ashrsi3_extend2): New combiner patterns.
2360 (lshrsi3_extend, lshrsi3_extend2): Ditto.
2362 Sun Oct 4 00:23:00 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2364 * function.c (purge_addressof_1): If trying to take a sub-word
2365 integral piece of a floating point mode, put it on the stack.
2367 Sat Oct 3 19:01:03 1998 Richard Henderson <rth@cygnus.com>
2369 * alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
2371 Sat Oct 3 14:42:19 1998 Jason Merrill <jason@yorick.cygnus.com>
2373 * PROJECTS: Remove template friends.
2375 * collect2.c (sort_ids): Remove unused variable.
2377 * tm.texi (MATH_LIBRARY): Document.
2378 (NEED_MATH_LIBRARY): Remove.
2380 * varasm.c (assemble_start_function, assemble_variable, weak_finish,
2381 assemble_alias): Do ASM_GLOBALIZE_LABEL for weak symbols, too.
2383 Sat Oct 3 16:14:44 1998 John Carr <jfc@mit.edu>
2385 * dwarf2out.c (expand_builtin_dwarf_reg_size): Initialize
2386 last_end to 0x7fffffff.
2388 Fri Oct 2 19:14:20 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2390 * function.c (purge_addressof_1): Do not perform endianness
2391 corrections on bitpos, who we call will do it for us.
2393 Fri Oct 2 11:52:35 1998 Jeffrey A Law (law@cygnus.com)
2395 * h8300.c (WORD_REG_USED): Fix typo.
2396 (initial_offset): Use WORD_REG_USED.
2398 * h8300.c (handle_pragma): Fix typo.
2400 Fri Oct 2 10:51:35 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2402 * caller-save.c (insert_save_restore): Break this function up
2403 into new functions insert_restore, insert_save and insert_one_insn.
2404 All callers changed.
2405 (insert_restore): New function, mostly broken out of
2406 insert_save_restore.
2407 (insert_save): Likewise.
2408 (insert_one_insn): Likewise.
2409 (restore_referenced_regs): New argument BLOCK. All callers changed.
2410 (save_call_clobbered_regs): Don't keep track of basic block boundaries
2411 in this function, do it in insert_one_insn instead.
2413 * reload1.c (reload): Break out some more pieces into separate
2415 (dump_needs): New function, broken out of reload.
2416 (set_initial_elim_offsets): Likewise.
2417 (init_elim_table): Likewise.
2418 (update_eliminables): Likewise.
2420 * global.c (global_alloc): Delete code to manage the scratch_list.
2421 * local-alloc.c (qty_scratch_rtx): Delete.
2422 (scratch_block): Delete.
2423 (scratch_list): Delete.
2424 (scratch_list_length): Delete.
2425 (scratch_index): Delete.
2426 (alloc_qty_for_scratch): Delete.
2427 (local-alloc): Update initialization of max_qty.
2428 Delete code to manage the scratch list.
2429 Delete code to allocate/initialize qty_scratch_rtx.
2430 (block_alloc): Don't allocate quantities for scratches.
2431 Delete code to manage the scratch list.
2432 * regs.h (scratch_list): Delete declaration.
2433 (scratch_block): Delete declaration.
2434 (scratch_list_length): Delete declaration.
2435 * reload1.c (reload): Delete code to manage the scratch list.
2436 (spill_hard_reg): Likewise.
2437 (mark_scratch_live): Delete.
2439 * recog.c (alter_subreg): Delete declaration.
2441 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2443 * Makefile.in (cccp.o): Fix typo in last patch.
2445 Fri Oct 2 16:13:12 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2447 * t-sh (LIB1ASMFUNCS): Add _set_fpscr .
2448 * config/sh/lib1funcs.asm (___set_fpscr): Add.
2450 Fri Oct 2 02:01:59 1998 Jeffrey A Law (law@cygnus.com)
2452 * regclass.c (reg_scan_mark_refs): Return immediately if passed a
2453 NULL_RTX as an argument.
2455 * Makefile.in (unlibsubdir): Define.
2456 (DRIVER_DEFINES): Use unlibsubdir.
2457 (cccp.o, cpplib.o, protoize.o, unprotoize.o): Similarly.
2458 (stmp-fixinc): Similarly.
2460 Thu Oct 1 19:58:30 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2462 * regmove.c (regmove_optimize): Add variable old_max_uid.
2463 At the end of the function, update basic_block_end.
2465 Thu Oct 1 17:58:25 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2467 * dwarf2out.c (expand_builtin_dwarf_reg_size): Use
2468 FIRST_PSEUDO_REGISTER as upper bound for last_end, not an
2471 Thu Oct 1 17:57:14 1998 Nick Clifton <nickc@cygnus.com>
2473 * config/arm/arm.c: Improve interworking support.
2475 Thu Oct 1 18:43:35 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2477 * reload1.c (choose_reload_regs): Fix test if reload_reg_rtx[r] was
2478 copied from reload_out[r] .
2480 Thu Oct 1 19:20:09 1998 John Carr <jfc@mit.edu>
2482 * dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work
2483 with more than three size ranges.
2485 * flow.c (sbitmap_copy): Use bcopy to copy bitmap.
2487 * rtl.c (mode_name): Add a null string at the end of the array.
2488 (mode_wider_mode): Change type to unsigned char.
2489 (mode_mask_array): New variable.
2490 (init_rtl): Update for mode_wider_mode type change.
2492 * rtl.h (mode_wider_mode): Change type to unsigned char.
2493 (mode_mask_array): Declare.
2494 (GET_MODE_MASK): Use mode_mask_array.
2496 Thu Oct 1 15:56:01 1998 Gavin Romig-Koch <gavin@cygnus.com>
2498 * calls.c (expand_call) : Encapsulate code into
2499 copy_blkmode_from_reg.
2500 * expr.c (copy_blkmode_from_reg): New function.
2501 * expr.h (copy_blkmode_from_reg): New function.
2502 * integrate.c (function_cannot_inline_p): We can inline
2504 (expand_inline_function): Use copy_blkmode_from_reg
2505 if needed. Avoid creating BLKmode REGs.
2506 (copy_rtx_and_substitute): Don't try to SUBREG a BLKmode
2509 Thu Oct 1 10:42:27 1998 Nick Clifton <nickc@cygnus.com>
2511 * config/v850/v850.c: Add function prototypes.
2512 Add support for v850 special data areas.
2514 * config/v850/v850.h: Add support for v850 special data areas.
2516 * c-pragma.c: Add support for HANDLE_PRAGMA_PACK and
2517 HANDLE_PRAGMA_PACK_PUSH_POP.
2518 (push_alignment): New function: Cache an alignment requested
2519 by a #pragma pack(push,<n>).
2520 (pop_alignment): New function: Pop an alignment from the
2522 (insert_pack_attributes): New function: Generate __packed__
2523 and __aligned__ attributes for new decls whilst a #pragma pack
2525 (add_weak): New function: Cache a #pragma weak directive.
2526 (handle_pragma_token): Document calling conventions. Add
2527 support for #pragma pack(push,<n>) and #pragma pack (pop).
2529 * c-pragma.h: If HANDLE_SYSV_PRAGMA or HANDLE_PRAGMA_PACK_PUSH_POP
2530 are defined enable HANDLE_PRAGMA_PACK.
2531 Move 'struct weak_syms' here (from varasm.c).
2532 Add pragma states for push and pop pragmas.
2534 * c-common.c (decl_attributes): Call PRAGMA_INSERT_ATTRIBUTES
2537 * c-lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
2538 HANDLE_GENERIC_PRAGMAS.
2540 * varasm.c: Move definition of 'struct weak_syms' into
2542 (handle_pragma_weak): Deleted.
2544 * config/i386/i386.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
2546 * config/winnt/win-nt.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
2548 * c-decl.c (start_function): Add invocation of
2549 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
2551 * tm.texi: Remove description of non-existant macro
2552 SET_DEFAULT_SECTION_NAME.
2554 (HANDLE_SYSV_PRAGMA): Document.
2555 (HANDLE_PRAGMA_PACK_PUSH_POP): Document.
2557 Wed Sep 30 22:27:53 1998 Robert Lipe <robertl@dgii.com>
2559 * config.sub: Recognize i[34567]86-pc-udk as new target.
2560 * configure.in: Likewise.
2561 * config/i386/t-udk: New file.
2562 * config/i386/udk.h: New file.
2564 Wed Sep 30 19:33:07 1998 Jeffrey A Law (law@cygnus.com)
2566 * reorg.c (check_annul_list_true_false): Remove unused variables.
2567 (steal_delay_list_from_target): Add missing "used_annul" variable.
2568 (try_merge_delay_insns): Close out half formed comment.
2570 Wed Sep 30 19:13:20 1998 Zack Weinberg <zack@rabi.phys.columbia.edu>
2572 * cpplib.c (macroexpand): If arg->raw_before or
2573 arg->raw_after, remove any no-reexpansion escape at the
2574 beginning of the pasted token. Correct handling of whitespace
2575 markers and no-reexpand markers at the end if arg->raw_after.
2577 * toplev.c (documented_lang_options): Recognize -include,
2578 -imacros, -iwithprefix, -iwithprefixbefore.
2579 * cpplib.c (cpp_start_read): Process -imacros and -include
2580 switches at the same time and in command-line order, after
2581 initializing the dependency-output code. Emit properly nested
2582 #line directives for them. Emit a #line for the main file
2583 before processing these switches, and don't do it again
2586 Wed Sep 30 18:03:22 1998 Richard Henderson <rth@cygnus.com>
2588 * function.c (purge_addressof_1): Use bitfield manipulation
2589 routines to handle mem mode < reg mode.
2591 Wed Sep 30 18:43:32 1998 Herman ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2593 * reorg.c (try_merge_delay_insns): Account for resources referenced
2594 in each instruction in INSN's delay list before trying to eliminate
2595 useless instructions. Similarly when looking at a trial insn's delay
2598 * reorg.c (check_annul_list_true_false): New function.
2599 (steal_delay_list_from_{target,fallthrough}): Call it and also
2600 refine tests for when we may annul if already filled a slot.
2601 (fill_slots_from_thread): Likewise.
2602 (delete_from_delay_slot): Return newly-created thread.
2603 (try_merge_delay_isns): Use its new return value.
2605 Wed Sep 30 18:29:26 1998 Jeffrey A Law (law@cygnus.com)
2607 * loop.c (check_dbra_loop): Use a vanilla loop reversal if the biv is
2608 used to compute a giv or as some other non-counting use.
2610 Wed Sep 30 18:19:27 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2612 * regs.h (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
2613 * local-alloc.c (find_free_reg): Use it.
2614 * global.c (find_reg): Likewise.
2615 * tm.texi: Document HARD_REGNO_CALL_PART_CLOBBERED.
2617 * regs.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
2618 * caller-save.c (init_caller_save): Use it.
2619 * tm.texi: Document HARD_REGNO_CALLER_SAVE_MODE.
2621 Wed Sep 30 12:57:30 1998 Zack Weinberg <zack@rabi.phys.columbia.edu>
2623 * configure.in: Add --enable-cpplib option which uses cpplib
2624 for cpp, but doesn't link cpplib into cc1. Make help text
2625 capitalization consistent.
2626 * configure: Rebuilt.
2628 Wed Sep 30 10:09:39 1998 Mark Mitchell <mark@markmitchell.com>
2630 * function.c (gen_mem_addressof): If the address REG is
2631 REG_USERVAR_P make the new REG be so also.
2632 * loop.c (scan_loop): Apply DeMorgan's laws and add documentation
2633 in an attempt to clarify slightly.
2635 Wed Sep 30 09:57:40 1998 Jeffrey A Law (law@cygnus.com)
2637 * expr.c (expand_expr): Handle COMPONENT_REF, BIT_FIELD_REF ARRAY_REF
2638 and INDIRECT_REF in code to check MAX_INTEGER_COMPUTATION_MODE.
2640 Wed Sep 30 10:13:39 1998 Catherine Moore <clm@cygnus.com>
2642 * toplev.c: Fix last patch.
2644 Tue Sep 29 20:03:18 1998 Jim Wilson <wilson@cygnus.com>
2646 * loop.c (get_condition): Fix typo in May 9 change.
2648 Tue Sep 29 11:11:38 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
2650 * invoke.texi (-fexceptions): Merge 2 different descriptions.
2652 Mon Sep 28 22:08:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2654 * toplev.c (documented_lang_options): Spelling corrections.
2656 Mon Sep 28 19:41:24 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
2658 * configure.in: new flags --with-ld and --with-as, equivalent
2659 to setting LD and AS environment variables. Test whether
2660 specified arguments are GNU commands, and report them with
2661 checking messages. Use the specified AS for configure
2664 * acconfig.h: add DEFAULT_ASSEMBLER and DEFAULT_LINKER
2666 * gcc.c (find_a_file): when looking for `as' and `ld', return
2667 the DEFAULT program if it exists
2668 * collect2.c (main): use DEFAULT_LINKER if it exists
2670 * gcc.c (find_a_file): the test for existence of a full
2671 pathname was reversed
2673 Mon Sep 28 17:34:35 1998 Michael Meissner <meissner@cygnus.com>
2675 * rs6000.h (ASM_OUTPUT_MI_THUNK): Only define on ELF systems.
2676 * rs6000.c (output_mi_thunk): Always use a raw jump for now.
2678 Mon Sep 28 14:24:03 1998 Mark Mitchell <mark@markmitchell.com>
2680 * tree.h (TYPE_BINFO): Document.
2682 Mon Sep 28 12:55:49 1998 Stan Cox <scox@cygnus.com>
2684 * i386-coff.h (dbxcoff.h): Added.
2686 Mon Sep 28 12:51:00 1998 Catherine Moore <clm@cygnus.com>
2688 * toplev.c: fix bad patch around flag_data_sections.
2690 Mon Sep 28 10:32:28 1998 Nick Clifton <nickc@cygnus.com>
2692 * reload1.c (reload): Use reload_address_index_reg_class and
2693 reload_address_base_reg_class when setting
2694 caller_save_spill_class. (Patch generated by Jim Wilson:
2697 Mon Sep 28 07:43:34 1998 Mark Mitchell <mark@markmitchell.com>
2699 * c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs
2700 and ARRAY_TYPEs. Tidy up. Improve support for type-punning.
2701 * expr.c (store_field): Add alias_set parameter. Set the
2702 MEM_ALIAS_SET accordingly, if the target is a MEM.
2703 (expand_assignment): Use it.
2704 (store_constructor_field): Pass 0.
2705 (expand_expr): Likewise.
2707 Mon Sep 28 07:54:03 1998 Catherine Moore <clm@cygnus.com>
2709 * flags.h: Add flag_data_sections.
2710 * toplev.c: Add option -fdata-sections. Add flag_data_sections.
2711 (compile_file): Error if flag_data_sections not supported.
2712 * varasm.c (assemble_variable): Handle flag_data_sections.
2713 * config/svr4.h: Modify prefixes for UNIQUE_SECTION_NAME.
2714 * config/mips/elf.h: Likewise.
2715 * config/mips/elf64.h: Likewise.
2716 * invoke.texi: Describe -fdata-sections.
2718 Mon Sep 28 04:15:44 1998 Craig Burley <burley@melange.gnu.org>
2720 * invoke.texi (-ffloat-store): Clarify that this option
2721 does not affect intermediate results -- only variables.
2723 Mon Sep 28 04:11:35 1998 Jeffrey A Law (law@cygnus.com)
2725 * cpp.texi: Update for Fortran usage from Craig.
2727 Fri Sep 25 22:09:47 1998 David Edelsohn <edelsohn@mhpcc.edu>
2729 * rs6000.c (function_arg_boundary): Revert accidental change on
2732 Fri Sep 25 20:30:00 1998 Michael Meissner <meissner@cygnus.com>
2734 * rs6000.h (ASM_OUTPUT_MI_THUNK): Declare, call output_mi_thunk.
2735 (output_mi_thunk): Declare.
2737 * rs6000.c (output_mi_thunk): Function to create thunks for MI.
2738 (output_function_profiler): Use r12 for temp, instead of r11 so
2739 that we preserve the static chain register.
2741 Fri Sep 25 14:18:33 1998 Jim Wilson <wilson@cygnus.com>
2743 * sdbout.c (sdbout_one_type): Don't look at TYPE_BINFO field of enums.
2745 Fri Sep 25 19:30:19 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2747 * sh.c (gen_shl_sext): Fix case 5.
2749 Fri Sep 25 17:35:23 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2751 * reload1.c (reload_combine): Re-add line that got accidentally lost.
2753 Fri Sep 25 10:43:47 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2755 * cccp.c (pedwarn_with_file_and_line): For !__STDC__ case, avoid
2756 accessing variables until they are initialized via va_arg().
2758 Thu Sep 24 22:12:16 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2760 * reload1.c (reload_combine): Initialize set before using.
2762 Thu Sep 24 18:53:20 1998 Jason Merrill <jason@yorick.cygnus.com>
2764 * sdbout.c (sdbout_field_types): Don't emit the types of fields we
2767 Thu Sep 24 17:05:30 1998 Nick Clifton <nickc@cygnus.com>
2769 * config/arm/arm.md (insv): Add comment. In CONST_INT case, and
2770 operand3 with mask before using it. Patch provided by Jim Wilson.
2772 Thu Sep 24 15:08:08 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
2774 * config/sparc/sparc.c (function_value): Perform the equivalent of
2775 PROMOTE_MODE for ARCH64.
2776 (eligible_for_epilogue_delay): Allow DImode operations in delay
2777 slot of a return for ARCH64.
2779 Thu Sep 24 22:17:54 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2781 * sh.md (sqrtsf2): Fix mode of sqrt.
2783 Thu Sep 24 21:48:51 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2785 * reload1.c (choose_reload_regs): Also try inheritance when
2786 reload_in is a stack slot of a pseudo, even if we already got a
2789 Thu Sep 24 21:22:39 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2791 * reload1.c (reload_cse_regs_1): Renamed from reload_cse_regs.
2792 (reload_cse_regs): New function body: call reload_cse_regs_1,
2793 reload_combine, reload_cse_move2add.
2794 When doing expensive_optimizations, call reload_cse_regs_1 a
2795 second time after reload_cse_move2add.
2796 (reload_combine, reload_combine_note_store): New functions.
2797 (reload_combine_note_use): New function.
2798 (reload_cse_move2add, move2add_note_store): New functions.
2800 Thu Sep 24 18:48:43 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2802 * reload.c (find_reloads): In code to promote RELOAD_FOR_X_ADDR_ADDR
2803 reloads to RELOAD_FOR_X_ADDRESS reloads, test for reload sharing.
2805 Properly keep track of first RELOAD_FOR_X_ADDRESS also for
2806 more than 3 such reloads.
2808 If there is not more than one RELOAD_FOR_X_ADDRESS, don't change
2809 RELOAD_FOR_X_ADDR_ADDR reload.
2811 Thu Sep 24 17:45:55 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2813 * expr.c (store_constructor): When initializing a field that is smaller
2814 than a word, at the start of a word, try to widen it to a full word.
2816 * cse.c (cse_insn): When we are about to change a register,
2817 remove any invalid references to it.
2819 (remove_invalid_subreg_refs): New function.
2820 (mention_regs): Special treatment for SUBREGs.
2821 (insert_regs): Don't strip SUBREG for call to mention_regs.
2822 Check if reg_tick needs to be bumped up before that call.
2823 (lookup_as_function): Try to match known word_mode constants when
2824 looking for a norrower constant.
2825 (canon_hash): Special treatment for SUBREGs.
2827 Thu Sep 24 01:35:34 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
2829 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Define.
2830 * config/sparc/sparc.c (sparc64_initialize_trampoline): If that is
2831 defined, emit libcall to __enable_execute_stack. Also fix opcodes
2832 and offsets in actual stack trampoline code so they match the
2833 commentary and actually work.
2835 Thu Sep 24 01:19:02 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
2837 * configure.in (sparcv9-*-solaris): Use t-sol2 and t-sol2-64 for
2839 (sparc64-*-linux): Use t-linux and sparc/t-linux64 for
2840 tmake_file. Set extra_parts to needed crt objects.
2841 * configure: Rebuilt.
2842 * config/sparc/linux64.h (SPARC_BI_ARCH): Define.
2843 (TARGET_DEFAULT): Set if default is v9 or ultra.
2844 (STARTFILE_SPEC32, STARTFILE_SPEC64): New macros.
2845 (STARTFILE_SPEC): Set to those upon SPARC_BI_ARCH.
2846 (ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_SPEC): Likewise.
2847 (SUBTARGET_EXTRA_SPECS, LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
2848 LINK_SPEC, LINK_ARCH_SPEC): Likewise.
2849 (TARGET_VERSION): Define.
2850 (MULTILIB_DEFAULT): Define.
2851 * config/sparc/sparc.h (CPP_CPU_DEFAULT_SPEC): Rearrange so that
2852 mixed 32/64 bit compilers based upon SPARC_BI_ARCH work.
2853 (CPP_CPU64_DEFAULT_SPEC, CPP_CPU32_DEFAULT_SEC): Define
2855 (TARGET_SWITCHES): Allow ptr32/ptr64 options once more.
2856 * config/sparc/sparc.c (sparc_override_options): If arch and
2857 pointer size disagree, emit diagnostic and fix it up. If
2858 SPARC_BI_ARCH and TARGET_ARCH32, set cmodel to CM_32. Turn off
2859 V8PLUS in 64-bit mode.
2860 * config/sparc/t-linux64: New file.
2861 * config/sparc/t-sol2-64: New file.
2862 * config/sparc/t-sol2: Adjust build rules to use MULTILIB_CFLAGS.
2863 * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Define.
2864 (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC,
2865 CPP_CPU32_DEFAULT_SPEC, CPP_CPU64_DEFAULT_SPEC): Define.
2866 (ASM_SPEC, CPP_CPU_SPEC): Set appropriately based upon those.
2867 (STARTFILE_SPEC32, STARTFILE_SPEC32, STARTFILE_ARCH_SPEC):
2869 (STARTFILE_SPEC): Set approriately based upon those.
2870 (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Set based upon
2871 disposition of DEFAULT_ARCH32_P.
2872 (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Define.
2873 (LINK_ARCH_SPEC, LINK_ARCH_DEFAULT_SPEC): Set based upon those.
2874 (CC1_SPEC, MULTILIB_DEFAULTS): Set based upon DEFAULT_ARCH32_P.
2875 (MD_STARTFILE_PREFIX): Set correctly based upon SPARC_BI_ARCH.
2876 * config/sparc/xm-sysv4-64.h (HOST_BITS_PER_LONG): Only set on
2878 * config/sparc/xm-sp64.h (HOST_BITS_PER_LONG): Likewise.
2880 Wed Sep 23 22:32:31 1998 Mark Mitchell <mark@markmitchell.com>
2882 * rtl.h (init_virtual_regs): New function.
2883 * emit-rtl.c (init_virtual_regs): Define.
2884 (insn_emit): Use it.
2885 * integrate.c (save_for_inline_copying): Likewise.
2887 Wed Sep 23 16:22:01 1998 Nick Clifton <nickc@cygnus.com>
2889 * config/arm/thumb.h: The following patches were made by Jim Wilson:
2890 (enum reg_class): Add NONARG_LO_REGS support.
2891 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
2892 PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Likewise.
2893 (GO_IF_LEGITIMATE_ADDRESS): Disable REG+REG addresses before reload
2894 completes. Re-enable HImode REG+OFFSET addresses.
2895 (LEGITIMIZE_RELOAD_ADDRESS): Define.
2897 * expmed.c (extract_bit_field): Add comment from Jim Wilson.
2899 Wed Sep 23 13:26:02 1998 Richard Henderson <rth@cygnus.com>
2901 * alpha.c (get_aligned_mem): Revert Sep 20 change.
2902 (alpha_set_memflags, alpha_set_memflags_1): Likewise.
2903 (alpha_align_insns): Properly calculate initial offset wrt max_align.
2905 Wed Sep 23 10:45:44 1998 Richard Earnshaw (rearnsha@arm.com)
2907 * arm.c (find_barrier): Revert change of Apr 23. Handle table
2908 jumps as a single entity, taking into account the size of the
2911 Tue Sep 22 15:13:34 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
2913 * tree.def (SWITCH_EXPR): New tree node definition.
2915 Mon Sep 21 23:40:38 PDT 1998 Jeff Law (law@cygnus.com)
2917 * version.c: Bump for snapshot.
2919 Mon Sep 21 22:31:14 PDT 1998 Jeff Law (law@cygnus.com)
2921 * version.c: Bump for snapshot.
2923 Mon Sep 21 22:48:09 1998 Jeffrey A Law (law@cygnus.com)
2925 * configure.in: Recognize i[34567]86-*-openbsd* and handle it like
2928 Mon Sep 21 22:05:28 1998 Jeffrey A Law (law@cygnus.com)
2930 * Revert this patch.
2931 * reload.c (find_reloads): Do not replace a pseudo with
2932 (MEM (reg_equiv_addr)) in the initializing insn for the
2935 Mon Sep 21 20:19:41 1998 John Carr <jfc@mit.edu>
2937 * final.c (final_scan_insn): Disable tracking CC across branches.
2939 Mon Sep 21 17:15:26 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
2941 * expr.h (eh_rtime_match_libfunc): New extern declaration.
2942 * optabs.c (init_optabs): Set eh_rtime_match_libfunc.
2943 * except.c (start_catch_handler): Use eh_rtime_match_libfunc.
2944 * libgcc2.c (__eh_rtime_match): Always return 0 if the matcher is
2945 NULL. Only include <stdio.h> if inhibit_libc is not defined.
2947 Mon Sep 21 14:10:51 1998 Jason Merrill <jason@yorick.cygnus.com>
2949 * toplev.c (rest_of_compilation): Skip compiling anything with
2950 DECL_EXTERNAL set, not just if it has DECL_INLINE as well.
2952 Mon Sep 21 13:51:05 1998 Jim Wilson <wilson@cygnus.com>
2954 * flow.c (find_basic_blocks): Delete check for in_libcall_block when
2955 prev_code is a CALL_INSN. Change check for REG_RETVAL note to
2956 use in_libcall_block.
2957 (find_basic_blocks_1): Delete check for in_libcall_block when prev_code
2958 is a CALL_INSN. If CALL_INSN and in_libcall_block, then change code
2961 Mon Sep 21 14:02:23 1998
2963 * i386.h: (TARGET_SWITCHES) Improve doc for align-double. Fix
2964 typo in no-fancy-math-387 description.
2966 Mon Sep 21 09:27:18 PDT 1998 Jeff Law (law@cygnus.com)
2968 * version.c: Bump for snapshot.
2970 Mon Sep 21 09:24:49 1998 Stan Cox <scox@cygnus.com>
2972 * i386-coff.h (DBX_DEBUGGING_INFO): Added.
2974 Mon Sep 21 09:14:49 1998 Robert Lipe <robertl@dgii.com>
2976 * i386.h: (TARGET_SWITCHES) Add description fields for flags
2977 documented in install.texi.
2978 (TARGET_OPTIONS) Likewise.
2980 Mon Sep 21 01:39:03 PDT 1998 Jeff Law (law@cygnus.com)
2982 * version.c: Bump for snapshot.
2984 Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
2986 * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
2987 * cccp.c (main): Likewise.
2989 * cccp.c, collect2.c, cpplib.c, gcc.c, config/i386/xm-cygwin32.h:
2990 Rename GET_ENVIRONMENT to GET_ENV_PATH_LIST, and fix some
2993 Mon Sep 21 00:52:12 1998 Per Bothner <bothner@cygnus.com>
2995 * Makefile.in (LIBS): Link in libiberty.a.
2996 * c-common.c, gcc.c, toplev.c: Replace (some) bcopy calls by memcpy.
2998 Sun Sep 20 23:28:11 1998 Richard Henderson <rth@cygnus.com>
3000 * reload1.c (emit_reload_insns): Accept a new arg for the bb. Use
3001 it to update bb boundaries. Update caller.
3002 * function.c (reposition_prologue_and_epilogue_notes): Update
3003 bb boundaries wrt the moved note.
3005 Sun Sep 20 20:57:02 1998 Robert Lipe <robertl@dgii.com>
3007 * configure.in (i*86-*-sysv5*): Use fixinc.svr4 to patch byteorder
3009 * configure: Regenerate.
3011 Sun Sep 20 19:01:51 1998 Richard Henderson <rth@cygnus.com>
3013 * alpha.c (alpha_sr_alias_set): New variable.
3014 (override_options): Set it.
3015 (alpha_expand_prologue, alpha_expand_epilogue): Use it.
3016 (mode_mask_operand): Fix signed-unsigned comparision warning.
3017 (alpha_expand_block_move): Likewise.
3018 (print_operand): Likewise.
3019 (get_aligned_mem): Use change_address.
3020 (alpha_set_memflags, alpha_set_memflags_1): Set the alias set.
3021 (alphaev4_insn_pipe, alphaev4_next_group): New functions.
3022 (alphaev4_next_nop, alphaev5_next_nop): New functions.
3023 (alpha_align_insns): Remade from old alphaev5_align_insns
3024 to handle multiple processors.
3025 (alpha_reorg): Call alpha_align_insns for both ev4 and ev5.
3026 * output.h (label_to_alignment): Prototype.
3028 * tree.c (new_alias_set): New function.
3029 * tree.h (new_alias_set): Declare it.
3030 * c-common.c (c_get_alias_set): Use it.
3032 Sun Sep 20 12:35:55 1998 Richard Henderson <rth@cygnus.com>
3034 * fold-const.c (fold): Yet another COND_EXPR bug: when folding
3035 to an ABS expr, convert an unsigned input to signed.
3037 Sun Sep 20 12:14:45 1998 Jeffrey A Law (law@cygnus.com)
3039 * fold-const.c (fold): Fix another type in COND_EXPR handling code.
3041 1998-09-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3043 * configure.in: Add support for c4x targets.
3044 * configure: Rebuilt.
3046 Sun Sep 20 00:00:51 1998 Richard Henderson <rth@cygnus.com>
3048 * combine.c (distribute_notes): If an insn is a cc0 user, only
3049 delete it if we can also delete the cc0 setter.
3051 Sun Sep 20 00:22:23 1998 Michael Tiemann <michael@impact.tiemann.org>
3053 * fold-const.c (fold): Fix typo in COND_EXPR handling code.
3054 (invert_truthvalue): Enable truthvalue inversion for
3055 floating-point operands if -ffast-math.
3057 Sat Sep 19 23:58:07 1998 Melissa O'Neill <oneill@cs.sfu.ca>
3059 * configure.in: Disable collect2 for nextstep. Instead use
3061 * configure: Rebuilt.
3062 * config/nextstep.h (STARTFILE_SPEC): Add crtbegin.
3063 (ENDFILE_SPEC): Define.
3064 (OBJECT_FORMAT_MACHO): Define.
3065 (EH_FRAME_SECTION_ASM_OP): Define.
3066 * crtstuff.c: Handle MACHO.
3068 Sun Sep 20 00:24:24 1998 Robert Lipe <robertl@dgii.com>
3070 * config/i386/sco5.h (TARGET_MEM_FUNCTIONS): Define.
3072 1998-09-19 Torbjorn Granlund <tege@matematik.su.se>
3074 * fp-bit.c (pack_d): Do not clear SIGN when fraction is 0.
3075 (_fpadd_parts): Get sign right for 0.
3077 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3079 * ginclude/varargs.h: Add support for C4x target.
3080 * ginclude/stdargs.h: Likewise.
3082 Sat Sep 19 12:05:09 1998 Richard Henderson <rth@cygnus.com>
3084 * alpha.c (alpha_return_addr): SET should be VOIDmode.
3085 (alpha_emit_set_long_const): Rewrite to be callable from reload
3087 (alpha_expand_epilogue): Update for alpha_emit_set_long_const.
3088 * alpha.md (movdi): Likewise.
3090 Sat Sep 19 07:33:36 1998 Richard Earnshaw (rearnsha@arm.com)
3092 * arm.c (add_constant): New parameter address_only, change caller.
3093 Set it non-zero if taking the address of an item in the pool.
3094 (arm_reorg): Handle cases where we need the address of an item in
3097 * arm.c (bad_signed_byte_operand): Check both arms of a sum in
3099 * arm.md (splits for *extendqihi_insn and *extendqisi_insn): Handle
3100 memory addresses that are not in standard canonical form.
3102 Sat Sep 19 01:00:32 1998 Michael Hayes (mph@elec.canterbury.ac.nz)
3104 * README.C4X: New file with information about the c4x ports.
3105 * ginclude/va-c4x.h: New file for c4x varargs support.
3106 * config/c4x: New directory with c4x port files.
3108 Fri Sep 18 22:52:05 1998 Jeffrey A Law (law@cygnus.com)
3110 * reload.c (find_reloads): Do not replace a pseudo with
3111 (MEM (reg_equiv_addr)) in the initializing insn for the
3114 Fri Sep 18 23:50:56 1998 David Edelsohn <edelsohn@mhpcc.edu>
3116 * toplev.c (rest_of_compilation): Set bct_p on second call to
3118 * loop.c (loop_optimize, scan_loop, strength_reduce): New argument
3120 (strength_reduce): Only call analyze_loop_iterations and
3121 insert_bct if bct_p set.
3122 (check_dbra_loop): Fix typo.
3123 (insert_bct): Use word_mode instead of SImode.
3124 (instrument_loop_bct): Likewise. Do not delete iteration count
3125 condition code generation insn. Initialize iteration count before
3127 * rtl.h (loop_optimize): Update prototype.
3129 * ginclude/va-ppc.h (va_arg): longlong types in overflow area are
3130 not doubleword aligned.
3132 * rs6000.c (optimization_options): New function.
3133 (secondary_reload_class): Only call true_regnum for PSEUDO_REGs.
3134 * rs6000.h (OPTIMIZATION_OPTIONS): Define.
3135 (REG_ALLOC_ORDER): Allocate highest numbered condition regsiters
3136 first; cr1 can be used for FP record condition insns.
3138 Fri Sep 18 09:44:55 1998 Nick Clifton <nickc@cygnus.com>
3140 * config/m32r/m32r.h (m32r_block_immediate_operand): Add to
3143 * config/m32r/m32r.md: Add "movstrsi" and "movstrsi_internal"
3146 * config/m32r/m32r.c (m32r_print_operand): Add 's' and 'p'
3148 (block_move_call): New function: Call a library routine to copy a
3150 (m32r_expand_block_move): New function: Expand a "movstrsi"
3151 pattern into a sequence of insns.
3152 (m32r_output_block_move): New function: Expand a
3153 "movstrsi_internal" pattern into a sequence of assembler opcodes.
3154 (m32r_block_immediate_operand): New function: Return true if the
3155 RTL is an integer constant, less than or equal to MAX_MOVE_BYTES.
3157 Thu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3159 * except.c (start_catch_handler): Issue 'fatal' instead of 'error' and
3161 * libgcc2.c (__eh_rtime_match): fprintf a runtime error. Use <stdio.h>.
3163 Thu Sep 17 12:24:33 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3165 * regmove.c (copy_src_to_dest): Check that modes match.
3167 Wed Sep 16 22:10:42 1998 Robert Lipe <robertl@dgii.com>
3169 * config/i386/sco5.h (SUPPORTS_WEAK): True only if targeting ELF.
3171 Wed Sep 16 15:24:54 1998 Richard Henderson <rth@cygnus.com>
3173 * i386.h (PREFERRED_RELOAD_CLASS): Respect an existing class
3174 narrower than FLOAT_REGS.
3176 Wed Sep 16 17:51:00 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3178 * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
3180 * Makefile.in (old_gxx_include_dir): removed
3182 Wed Sep 16 12:29:22 1998 Nick Clifton <nickc@cygnus.com>
3184 * config/sh/sh.h: Update definition of HANDLE_PRAGMA to match
3187 * config/sh/sh.c (handle_pragma): Rename to sh_handle_pragma().
3188 (sh_handle_pragma): Change function arguments to match new
3189 specification for HANDLE_PRAGMA.
3191 Wed Sep 16 12:43:19 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3193 * gen-protos.c (parse_fn_proto): Cast argument of ISALNUM to
3195 (main): Mark parameter `argc' with ATTRIBUTE_UNUSED.
3196 When generating output, initialize missing struct member to zero.
3198 Wed Sep 16 14:47:43 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3200 * regmove.c (copy_src_to_dest): Don't copy if that requires
3201 (a) new register(s).
3203 Wed Sep 16 01:29:12 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3205 * global.c (reg_allocno): Now static.
3206 * reload1.c (reg_allocno): Delete declaration.
3207 (order_regs_for_reload): Take no arguments. Don't treat regs
3208 allocated by global differently than those allocated by local-alloc.
3210 Wed Sep 16 01:09:01 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
3212 * m68k/m68k.c (output_function_prologue): Reverse NO_ADDSUB_Q
3213 condition, fix format strings.
3214 (output_function_epilogue): Likewise.
3216 * m68k/m68k.c: Don't include <stdlib.h> directly.
3218 Wed Sep 16 00:30:56 1998 Geoff Keating <geoffk@ozemail.com.au>
3220 * gcse.c: New definition NEVER_SET for reg_first_set, reg_last_set,
3221 mem_first_set, mem_last_set; because 0 can be a CUID.
3222 (oprs_unchanged_p): Use new definition.
3223 (record_last_reg_set_info): Likewise.
3224 (record_last_mem_set_info): Likewise.
3225 (compute_hash_table): Likewise.
3227 Tue Sep 15 22:59:52 1998 Jeffrey A Law (law@cygnus.com)
3229 * rs6000.c (output_epilogue): Handle Chill.
3231 * mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
3232 * mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
3234 * combine.c (make_extraction): If no mode is specified for
3235 an operand of insv, extv, or extzv, default it to word_mode.
3236 (simplify_comparison): Similarly.
3237 * expmed.c (store_bit_field): Similarly.
3238 (extract_bit_field): Similarly.
3239 * function.c (fixup_var_regs_1): Similarly.
3240 * recog.c (validate_replace_rtx_1): Similarly.
3241 * mips.md (extv, extzv, insv expanders): Default modes for most
3242 operands. Handle TARGET_64BIT.
3243 (movdi_uld, movdi_usd): New patterns.
3245 * pa.c (emit_move_sequence): Do not replace a pseudo with its
3246 equivalent memory location unless we have been provided a scratch
3247 register. Similarly do not call find_replacement unless a
3248 scratch register has been provided.
3250 Tue Sep 15 19:23:01 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3252 * i386.h (PREFERRED_RELOAD_CLASS): For standard 387 constants,
3255 Tue Sep 15 19:09:06 1998 Richard Henderson <rth@cygnus.com>
3257 * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill.
3258 (BUILT_IN_FP, BUILT_IN_SP, BUILT_IN_SET_RETURN_ADDR_REG): Kill.
3259 (BUILT_IN_EH_STUB_OLD, BUILT_IN_EH_STUB, BUILT_IN_SET_EH_REGS): Kill.
3260 (BUILT_IN_EH_RETURN, BUILT_IN_DWARF_CFA): New.
3261 * c-decl.c (init_decl_processing): Update accordingly.
3262 * expr.c (expand_builtin): Likewise.
3264 * rtl.h (global_rtl): Add cfa entry.
3265 (virtual_cfa_rtx, VIRTUAL_CFA_REGNUM): New.
3266 (LAST_VIRTUAL_REGISTER): Update.
3267 * emit-rtl.c (global_rtl): Add cfa entry.
3268 (init_emit): Initialize it.
3269 * function.c (cfa_offset): New.
3270 (instantiate_virtual_regs): Initialize it.
3271 (instantiate_virtual_regs_1): Instantiate virtual_cfa_rtx.
3272 (expand_function_end): Call expand_eh_return.
3273 * tm.texi (ARG_POINTER_CFA_OFFSET): New.
3275 * except.c (current_function_eh_stub_label): Kill.
3276 (current_function_eh_old_stub_label): Likwise; update all references.
3277 (expand_builtin_set_return_addr_reg): Kill.
3278 (expand_builtin_eh_stub_old, expand_builtin_eh_stub): Kill.
3279 (expand_builtin_set_eh_regs): Kill.
3280 (eh_regs): Produce a third reg for the actual handler address.
3281 (eh_return_context, eh_return_stack_adjust): New.
3282 (eh_return_handler, eh_return_stub_label): New.
3283 (init_eh_for_function): Initialize them.
3284 (expand_builtin_eh_return, expand_eh_return): New.
3285 * except.h: Update prototypes.
3286 * flow.c (find_basic_blocks_1): Update references to the stub label.
3287 * function.h (struct function): Kill stub label elements.
3289 * libgcc2.c (in_reg_window): For REG_SAVED_REG, check that the
3290 register number is one that would be in the previous window.
3291 Provide a dummy definition for non-windowed targets.
3292 (get_reg_addr): New function.
3293 (get_reg, put_reg, copy_reg): Use it.
3294 (__throw): Rely on in_reg_window, not INCOMING_REGNO. Kill stub
3295 generating code and use __builtin_eh_return. Use __builtin_dwarf_cfa.
3297 * alpha.c (alpha_eh_epilogue_sp_ofs): New.
3298 (alpha_init_expanders): Initialize it.
3299 (alpha_expand_epilogue): Use it.
3300 * alpha.h: Declare it.
3301 * alpha.md (eh_epilogue): New.
3303 * m68h.h (ARG_POINTER_CFA_OFFSET): New.
3304 * sparc.h (ARG_POINTER_CFA_OFFSET): New.
3306 Tue Sep 15 19:31:58 1998 Michael Meissner <meissner@cygnus.com>
3308 * i960.h (CONST_COSTS): Fix thinko. Test flag, not the constant
3311 Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3313 * except.h (struct eh_entry): Add false_label field.
3314 (end_catch_handler): Add prototype.
3315 * except.c (push_eh_entry): Set false_label field to NULL_RTX.
3316 (start_catch_handler): When using old style exceptions, issue
3317 runtime typematch code before continuing with the handler.
3318 (end_catch_handler): New function, generates label after handler
3319 if needed by older style exceptions.
3320 (expand_start_all_catch): No need to check for new style exceptions.
3321 (output_exception_table_entry): Only output the first handler label
3322 for old style exceptions.
3323 * libgcc2.c (__eh_rtime_match): New routine to lump runtime matching
3324 mechanism into one function, if a runtime matcher is provided.
3326 Tue Sep 15 13:53:59 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3328 * config/i960/i960.h (SLOW_BYTE_ACCESS): Change definition to 1.
3330 Tue Sep 15 09:59:01 1998 Mark Mitchell <mark@markmitchell.com>
3332 * integrate.c (copy_decl_list): Fix typo.
3334 Tue Sep 15 04:18:52 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
3336 * config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
3339 Mon Sep 14 14:02:53 PDT 1998 Jeff Law (law@cygnus.com)
3341 * version.c: Bump for snapshot.
3343 Mon Sep 14 10:33:56 PDT 1998 Jeff Law (law@cygnus.com)
3345 * version.c: Bump for snapshot.
3347 Mon Sep 14 09:51:05 PDT 1998 Jeff Law (law@cygnus.com)
3349 * version.c: Bump for snapshot.
3351 Sun Sep 13 22:10:18 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
3353 * invoke.texi (C Dialect Options): Put back missing @end itemize.
3355 Mon Sep 14 02:33:46 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3357 * configure.in: remove usage of `!' to negate the result of a
3358 command; some common shells do not support it
3360 Sun Sep 13 19:17:35 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
3362 * configure.in: in sparc9-sol2 config, use 'if test' not
3364 * configure: Rebuilt.
3366 * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to
3368 (CPP_CPU_SPEC): Do not define _LP64, header files do this.
3369 (CPP_CPU_DEFAULT_SPEC): Likewise.
3370 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right
3371 for arch64 libfuncs.
3373 * config/sparc/sparc.md (goto_handler_and_restore): Allow any mode
3376 Sun Sep 13 09:11:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3378 * acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub.
3380 * collect2.c: Don't declare `sys_siglist' here.
3381 (my_strsignal): Prototype and define new function. Use it in
3382 place of `sys_siglist' hacks.
3384 * mips_tfile.c: Likewise.
3386 * configure.in (AC_CHECK_FUNCS): Check for strsignal.
3387 (GCC_NEED_DECLARATIONS): Likewise.
3389 * system.h (strsignal): Prototype it, if necessary.
3390 (sys_siglist): Declare it, if necessary.
3392 Sun Sep 13 04:37:28 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
3394 * loop.c (move_movables): While removing insn sequences, preserve
3395 the next pointer of the most recently deleted insn when we skip
3398 Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com>