* tm.texi (PIC): Fix typo "PPIC".
[official-gcc.git] / gcc / ChangeLog
blob6603d4a3bae12e3a59966f62e7141ad6641b44ba
1 Wed Aug 19 13:51:35 1998  Hans-Peter Nilsson  <hp@axis.se>
3         * tm.texi (PIC): Fix typo "PPIC".
5         * tm.texi (Caller Saves): Say that DEFAULT_CALLER_SAVES has no
6         effect when -O2 and higher.
7         * invoke.texi (Optimize Options): Likewise for -fcaller-saves.
9 1998-08-19  Michael Hayes  <michaelh@ongaonga.chch.cri.nz>
11         * regclass.c: Changed register set documentation to be consistent
12         with GCC behaviour.
14         * final.c (final_start_function) Removed redundant test for
15         call_fixed_regs.
17 Wed Aug 19 13:28:41 1998  Mark Mitchell  <mark@markmitchell.com>
19         * rtl.h (rtx_function): New type.
20         (for_each_rtx): New function.
21         * rtlanal.c (for_each_rtx): Define it.
22         
23         * recog.c (change_t): New type.
24         (change_objects, change_old_codes, change_locs, change_olds):
25         Replace with ...
26         (changes): New variable.
27         (validate_change): Dynamically allocate room for more changes, if
28         necessary.  Uses changes array instead of change_objects, etc.
29         (apply_change_group):  Use changes array instead of
30         change_objects, etc.
31         
32         * loop.c (loop_mem_info): New type.
33         (loop_mems): New variable.
34         (loop_mems_idx): Likewise.
35         (looop_mems_allocated): Likewise.
36         (scan_loop): Remove nregs parameter.
37         (next_insn_in_loop): New function.
38         (load_mems_and_recount_loop_regs_set): Likewise.
39         (load_mems): Likewise.
40         (insert_loop_mem): Likewise.
41         (replace_loop_mem): Likewise.
42         (replace_label): Likewise.
43         (INSN_IN_RANGE_P): New macro.
44         (loop_optimize): Don't pass max_reg_num() to scan_loop.
45         (scan_loop): Remove nregs parameter, compute it after any new
46         registers are created by load_mems.  Use INSN_IN_RANGE_P and
47         next_insn_in_loop rather than expanding them inline.  Call
48         load_mems to load memory into pseudos, if appropriate.
49         (prescan_loop): Figure out whether or not there are jumps from the
50         loop to targets other than the label immediately following the
51         loop.  Call insert_loop_mem to notice all the MEMs used in the
52         loop, if it could be safe to pull MEMs into REGs for the duration
53         of the loop.
54         (strength_reduce): Use next_insn_in_loop.  Tweak comments.
56 Wed Aug 19 08:29:44 1998  Richard Earnshaw (rearnsha@arm.com)
58         * arm.c (arm_override_options): Remove lie about ignoring PIC flag.
60 Wed Aug 19 07:08:15 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
62         * config/sparc/sparc.c (finalize_pic): Check for the correct
63         nonlocal_goto_receiver UNSPEC number.
64         * config/sparc/sparc.md (nonlocal_goto_receiver): Add comment
65         making note of this dependency existing in sparc.c
66         (negtf2_notv9 split): Give NEG SFmode.
67         (negsf2): Fix insn output string.
68         
69 Tue Aug 18 12:40:27 1998  Richard Henderson  <rth@cygnus.com>
71         * c-common.c (decl_attributes): Issue an error if the argument
72         to alias is not a string.
74 Tue Aug 18 10:33:30 1998  Jeffrey A Law  (law@cygnus.com)
76         * haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the last
77         pending memory flush list.
79         * combine.c (can_combine_p): Allow combining insns with REG_RETVAL
80         notes.
81         (try_combine): Allow combining insns with REG_LIBCALL notes.
83         * expr.c (emit_block_move): Do not call memcpy as a libcall
84         instead build up a CALL_EXPR and call it like any other
85         function.
86         (clear_storage): Similarly for memset.
88         * regmove.c (fixup_match_2): Do not call reg_overlap_mentioned_p
89         on notes.
91         * Makefile.in (cplus-dem.o): Provide explicit rules for building
92         cplus-dem.o
94         * regmove.c (optimize_reg_copy_1): Update REG_N_CALLS_CROSSED
95         and REG_LIVE_LENGTH as successful substitutions are made.
97 Tue Aug 18 07:15:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
99         * config/sparc/sparc.c (ultra_find_type): Add empty semicolon
100         statement after end of loop label.
102 Tue Aug 18 07:13:27 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
104         * config/sparc/sparc.c (ultra_types_avail): New variable.
105         (ultra_build_types_avail): New function to record mask of insn
106         types in ready list at this cycle.
107         (ultrasparc_sched_reorder): Call it.
108         (ultra_find_type): Use it to quicken the search.  Also simplif
109         dependency check, don't use rtx_equal_p because we know exactly
110         what we are looking for.
112 Tue Aug 18 03:20:53 1998  Richard Earnshaw  (rearnsha@arm.com)
114         * arm.h (SECONDARY_INPUT_RELOAD_CLASS): Return NO_REGS if compiling
115         for architecture v4.
117 Mon Aug 17 21:26:38 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
119         * config/sparc/sparc.md (sltu, sgeu): Don't FAIL, call
120         gen_compare_reg.
121         (movsf_const_intreg, movsf_const_high, movsf_const_lo,
122         movdf_const_intreg and helper splits): New patterns to move float
123         constants into integer registers.
124         (negtf2, negdf2, abstf2, absdf2): Rework using new patterns and
125         splits.
127 Mon Aug 17 11:46:19 1998  Jeffrey A Law  (law@cygnus.com)
129         * From Graham
130         * tree.c (build_index_type): Copy TYPE_SIZE_UNIT from sizetype
131         to itype.
132         * c-decl.c (finish_enum): Copy TYPE_SIZ_UNIT from enumtype to tem.
134         * rs6000.c (secondary_reload_class): For TARGET_ELF, indicate that
135         a BASE_REGS register is needed as an intermediate when copying
136         a symbolic value into any register class other than BASE_REGS.
138         * expr.c (move_by_pieces): No longer static.  Remove prototype.
139         * rtl.h (move_by_pieces): Add extern prototype.
140         * mips.c (expand_block_move): Handle aligned straight line copy by
141         calling move_by_pieces.
143         * expr.c (expand_expr): Allow assignments from TImode PARM_DECLs
144         and VAR_DECLs.
146 Mon Aug 17 10:28:52 1998  Mark Mitchell  <mark@markmitchell.com>
148         * stmt.c (expand_end_loop): Tidy.  Allow unconditional
149         jumps out of the loop to be treated as part of the exit test.
151 Mon Aug 17 10:06:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
152                           Jeff Law <law@cygnus.com>
154         * Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
155         * cplus-dem.c: Delete.
157         * Makefile.in (fold-const.o): depend on $(RTL_H).
159         * fold-const.c: Include rtl.h to get the prototype for
160         `set_identifier_local_value'.
162         * loop.c (express_from_1): Remove unused variable `tmp'.
163         (combine_givs): cast the first argument of bzero to char *.
165         * toplev.c (display_help): Remove unused variable `looking_for_start'.
167         * c-decl.c (init_decl_processing): Remove unneeded &.
169         * alpha.h (alpha_initialize_trampoline): Provide prototype.
170         
171         * except.c (set_exception_lang_code, set_exception_version_code):
172         Change parameter from `short' to `int' to avoid using a gcc
173         extension.
175         * except.h (set_exception_lang_code, set_exception_version_code):
176         Likewise for prototypes.
178         * flow.c (count_reg_references): Remove unused variables `regno'
179         and `i'.
181         * gcse.c (hash_scan_insn): Declare parameter `in_libcall_block'.
183         * prefix.c (translate_name): Cast the result of `alloca'.
185         * varray.h (VARRAY_FREE): Reimplement as a `do-while(0)' statement.
187 Mon Aug 17 09:23:42 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
189         * config/m68k/m68k.c: Include "system.h" instead of <stdio.h>.
190         Include "toplev.h".
191         (valid_dbcc_comparison_p): Mark mode argument as unused.
192         (symbolic_operand): Likewise.
193         (legitimize_pic_address): Likewise.
194         (const_uint32_operand): Likewise.
195         (const_sint32_operand): Likewise.
196         * sched.c [!INSN_SCHEDULING]: Define only dummy function
197         schedule_insns and comment out rest of file.
199         * m68k.c (output_move_simode_const): Use subl to move a zero into an
200         address register.
201         (output_move_[hq]imode): Likewise.
203 Mon Aug 17 09:15:47 1998  Jeffrey A Law  (law@cygnus.com)
205         * toplev.c (main): Enable -fstrict-aliasing for -O2 and above.
206         * invoke.texi: Corresponding changes.
208 Mon Aug 17 02:03:55 1998  Richard Henderson  <rth@cygnus.com>
210         * regclass.c (allocate_reg_info): Respect MIN when clearing data.
212 Sun Aug 16 17:37:06 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
214         * config/sparc/sparc.c (ultra_code_from_mask,
215         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
216         ultra_find_type, ultra_schedule_insn, ultra_flush_pipeline,
217         ultrasparc_sched_init, ultrasparc_variable_issue,
218         ultra_rescan_pipeline_state, ultrasparc_sched_reorder): New
219         functions to describe UltraSPARC pipeline exactly to Haifa.
220         (ultrasparc_adjust_cost): Indicate IMUL type insns have zero cost,
221         as there is nothing the scheduler can do about it.  Indicate that
222         REG_DEP_OUTPUT's collide.  Fixup formatting.
223         * config/sparc/sparc.h (RTX_COSTS): Fixup integer multiply and
224         divide costs on Ultra for DImode.
225         (MD_SCHED_INIT, MD_SCHED_REORDER, MD_SCHED_VARIABLE_ISSUE):
226         Define.
227         * config/sparc/sparc.md (ieu_unnamed function unit): Rename to
228         ieuN and add call_no_delay_slot to type list.
229         (cti function unit): New unit for branches on UltraSPARC.
230         (subx/addx insns): Set type to misc.
231         (sidi zero/sign extension insns on arch64): Set type to shift.
232         (sign_extendhidi2_insn): Set type to sload.
234 Sun Aug 16 13:52:00 1998  David Edelsohn  <edelsohn@mhpcc.edu>
236         * rs6000.c (rs6000_stack_info): Use if == 0 for sizes.
237         (output_epilog): Use if != 0 for offset.
238         (rs6000_fatal_bad_address): Prepare for Intl.
239         * rs6000.h (rs6000_fatal_bad_address): Declare.
240         * rs6000.md (movsfcc, movdfcc): Use else if.
241         (elf_high): Use {liu|lis}.
242         (elf_low): Use {cal|la}.  Remove %a template from old mnemonics.
243         (movsi): Use rs6000_fatal_bad_address.
244         
245 Sun Aug 16 01:53:21 1998  Richard Henderson  <rth@cygnus.com>
247         * reload.c (find_equiv_reg): Reject equivalences separated
248         by a volatile instruction.
250 Sun Aug 16 00:21:44 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 
252         * rs6000/linux.h (CPP_OS_DEFAULT_SPEC): Define.
254 Sat Aug 15 20:51:35 1998  Richard Henderson  <rth@cygnus.com>
256         * alpha.md (movsicc): Fix mode mismatch.
258 Sat Aug 15 20:22:33 1998  H.J. Lu  (hjl@gnu.org)
260         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Handle aggregated
261         return type.
262         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): Likewise.
264 Sat Aug 15 08:39:49 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
266         * config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove
267         write-only modifier from operand 1 constraint.
269 Sat Aug 15 06:28:19 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
271         * config/sparc/sparc.c (sparc_emit_set_const64_quick1): If
272         emitting a XOR of -1 at the end, emit a NOT instead for combine's
273         sake.
274         (sparc_emit_set_const64): Likewise, also when computing trailing
275         bits do not negate low_bits and make fast_int an int.
277 Fri Aug 14 21:07:03 1998  Jeffrey A Law  (law@cygnus.com)
279         * loop.c (add_label_notes): Do not ignore references to labels
280         before dispatch tables.  Mirrors Apr 8 change to mark_jump_label.
281         * gcse.c (add_label_notes): Similarly.
283         * pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
285         * m68k.md (adddi_dilshr32): One of the operands must be a register.
286         (adddi_dishl32): Similarly.
288 Fri Aug 14 14:12:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
290         * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.
291         * alias.c (memrefs_conflict_p): Add braces to shut up warnings.
292         * cse.c (cse_basic_block): Add parens to shut up warnings.
294 Fri Aug 14 12:58:21 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
296         * config/sparc/sparc.c (sparc_emit_set_const64_quick2,
297         sparc_emit_set_const64_longway, const64_is_2insns,
298         create_simple_focus_bits, sparc_emit_set_const64): Fix more bugs
299         in 64-bit constant formation.
300         * config/sparc/sparc.md (snesi_zero_extend split): Generate
301         rtl for addx not subx.
302         (define_insn movdi_const64_special): Make available even when
303         HOST_BITS_PER_WIDE_INT is not 64.
304         (movdi_lo_sum_sp64_cint, movdi_high_sp64_cint): Remove.
305         (losum_di_medlow, sethm, setlo): Make op2 symbolic_operand.
306         (cmp_siqi_trunc_set, cmp_diqi_trunc_set): Encapsulate both
307         instances of operand 1 inside a QI subreg.
308         (xordi3_sp64_dbl): Remove '%' constraint for op1.
309         (one_cmpldi2_sp64): Fix output string.
310         (one_cmplsi2_not_liveg0): Rewrite to remove unneeded extra
311         alternative case.
312         (unnamed arch64 ashift DI): Truncate shift count if greater than
313         63, not 31.
315 Fri Aug 14 21:52:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
317         * expr.c (store_expr): Don't optimize away load-store pair
318         when either source or destination have a side effect.
320 Fri Aug 14 16:50:10 1998  John Carr  <jfc@mit.edu>
322         * genrecog.c (add_to_sequence): Fatal error if the modes of the
323         operands of SET are incompatible.
325         * alpha.md: Fix max and min patterns so modes of SET operands match.
327 Fri Aug 14 12:22:55 1998  Ian Lance Taylor  <ian@cygnus.com>
329         * configure.in: Avoid [[ by using test and changequote.
330         * configure: Rebuild.
332 Fri Aug 14 01:22:31 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
334         * rtl.def (CONSTANT_P_RTX): Fix typo in string name.
336         * config/sparc/sparc.md (seqdi_special_trunc, snedi_special_trunc,
337         seqsi_special_extend, snesi_special_extend, snesi_zero_extend and
338         split, snedi_zero_trunc and split, seqsi_zero_extend and split,
339         seqdi_zero_trunc and split, pic_lo_sum_di, pic_sethi_di,
340         movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc, addx_extend_sp32 and
341         split, addx_extend_sp64, subx_extend_sp64, subx_extend and split):
342         Fix mismatching modes in SET operands.
343         (conditional move patterns): Fix formatting.
344         (unnamed subx arch64 pattern): Remove duplicate insn.
345         
346 Fri Aug 14 00:34:34 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
348         * config/sparc/sparc.c (const64_operand, const64_high_operand):
349         Get it right when HOST_BITS_PER_WIDE_INT is not 64.
350         (input_operand): Fixup test for what we accept for constant
351         integers.
352         (sparc_emit_set_const32, sparc_emit_set_symbolic_const64): Give
353         set VOIDmode.
354         (safe_constDI): Remove.
355         (sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
356         gen_safe_XOR64): New functions.
357         (sparc_emit_set_const64_quick1, sparc_emit_set_const64_quick2,
358         sparc_emit_set_const64_longway, sparc_emit_set_const64): Use
359         them.
360         * config/sparc/sparc.md (define_insn xordi3_sp64_dbl): Only make
361         available when HOST_BITS_PER_WIDE_INT is not 64.
362         (define_insn movdi_sp64_dbl, movdi_const64_special): Likewise and
363         move before movdi_insn_sp64 pattern.
364         (define_insn movdi_lo_sum_sp64_dbl, movdi_high_sp64_dbl): Remove.
365         (define_insn sethi_di_medlow, seth44, setm44, sethh): Use
366         symbolic_operand as predicate for second operand.
367         (DImode minus split on arch32, negsi2 expander, one_cmplsi2
368         expander): Give set VOIDmode.
369         
370 Fri Aug 14 01:45:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
372         * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
374 Fri Aug 14 01:40:21 1998  Geoffrey Keating  <geoffk@ozemail.com.au>
376         * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
378 Fri Aug 14 01:23:23 1998  Richard Earnshaw (rearnsha@arm.com)
380         * arm/netbsd.h (TARGET_DEFAULT): Default includes software floating 
381         point.
382         (CPP_FLOAT_DEFAULT_SPEC): Re-define accordingly.
384 Fri Aug 14 01:19:08 1998  Robert Lipe  <robertl@dgii.com>
386         * install.texi: Various SCO OpenServer tweaks.
388 Thu Aug 13 20:14:40 1998  Jim Wilson  <wilson@cygnus.com>
390         * reload1.c (eliminate_regs_in_insn): Handle another case when
391         eliminating the frame pointer to the hard frame pointer.  Add
392         missing ep->to_rtx check to one existing case.
394         * mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.
396 Thu Aug 13 17:08:11 1998  Jason Merrill  <jason@yorick.cygnus.com>
398         * tree.h: De-conditionalize init_priority code.
400         * mips.h (NM_FLAGS): Change from -Bp to -Bn.
401         * collect2.c (NM_FLAGS): Change from -p to -n.
403         * configure.in: Turn on collect2 for mipstx39-elf.
404         Handle use_collect2=no properly.
406         * c-common.c: De-conditionalize init_priority code.
407         * collect2.c (extract_init_priority, sort_ids): New fns.
408         (main): Call sort_ids.
409         Move sequence_number to file scope.
411         * configure.in: Handle --enable-init-priority.
412         * c-common.c (attrs): Add A_INIT_PRIORITY.
413         (init_attributes, decl_attributes): Likewise.
414         * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
415         * tree.c (get_file_function_name_long): Split out...
416         (get_file_function_name): ...from here.
418 Thu Aug 13 16:09:53 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
420         * expr.c (safe_from_p): Change code to ERROR_MARK only when not
421         accessing nodes.
423 Thu Aug 13 15:24:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
425         * toplev.c (display_help): Add braces to shut up warnings.
426         * tree.c (simple_cst_equal): Likewise.
428         * fold-const.c (non_lvalue): Don't deal with null pointer 
429         constants here.
430         (fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.
432         * c-typeck.c (initializer_constant_valid_p): Allow conversion of 0
433         of any size to a pointer.
435 Thu Aug 13 12:53:13 1998  Jim Wilson  <wilson@cygnus.com>
437         * i386/winnt.c (i386_pe_asm_file_end): Check TREE_SYMBOL_REFERENCED.
439 Wed Aug 12 17:25:18 1998  Jeffrey A Law  (law@cygnus.com)
441         * mn10300.c (REG_SAVE_BYTES): Only reserve space for registers
442         which will be saved.
443         * mn10300.md (prologue insn): Only save registers which need saving.
444         (epilogue insn): Similarly.
446         * mn10300.c, mn10300.h, mn10300.md: Remove "global zero register"
447         optimizations.
449 Wed Aug 12 12:39:16 1998  Gavin Romig-Koch  <gavin@cygnus.com>
451         * mips/mips.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG for
452         VAR_DECL's in gp addressable sections.
454 Tue Aug 11 23:02:31 1998  John Carr  <jfc@mit.edu>
456         * sparc.c: Change return <exp> to <exp>; return; in functions
457         returning void.
458         * sparc.md: Add empty semicolon statement after final label in
459         move expanders.
461 Tue Aug 11 22:42:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
463         * config/sparc/sparc.md (define_insn addx_extend): Rename to
464         addx_extend_sp64, only allow when TARGET_ARCH64.
465         (define_insn addx_extend_sp32 and split): Version that works when
466         not TARGET_ARCH64.
467         (define_insn subx_extend): Likewise.
468         (define_split adddi3 and subdi3 with zero extension): Fixup and
469         correct bugs when not TARGET_ARCH64.
471 Tue Aug 11 16:04:34 1998  John Carr  <jfc@mit.edu>
473         * except.c (set_exception_lang_code, set_exception_version_code):
474         Use prototype-style definition if __STDC__, to match declaration
475         in except.h.
477         * genemit.c: Change FAIL and DONE macros not to use loops.
479 Tue Aug 11 12:27:03 1998  Jim Wilson  <wilson@cygnus.com>
481         * dwarf2out.c (ASM_OUTPUT_DWARF_ADDR_CONST): Use
482         ASM_OUTPUT_DWARF2_ADDR_CONST if defined.
484         * mips/mips.md (reload_outsi): Use M16_REG_P when TARGET_MIPS16.
486 Tue Aug 11 18:12:53 1998  Dave Love  <d.love@dl.ac.uk>
488         * README.g77: Update from Craig.
490 Tue Aug 11 04:46:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
492         * config/sparc/sparc.c (sparc_emit_set_const32): INTVAL is of
493         type HOST_WIDE_INT.
494         (safe_constDI sparc_emit_set_const64_quick1,
495         sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
496         analyze_64bit_constant, const64_is_2insns,
497         create_simple_focus_bits): Fix some bugs when compiled on real
498         64-bit hosts.
499         (function_arg_record_value_3, function_arg_record_value_2,
500         function_arg_record_value): Add fully prototyped forward decls.
501         * config/sparc/sparc.md (define_insn cmpsi_insn_sp32): Rename back
502         to cmpsi_insn and use on both 64 and 32 bit targets.
503         (define_insn cmpsi_insn_sp64): Remove.
504         (define_expand zero_extendsidi2): Allow for 32-bit target too.
505         (define_insn zero_extendsidi2_insn): Rename to
506         zero_extendsidi2_insn_sp64.
507         (define_insn zero_extendsidi2_insn_sp32): New pattern and
508         assosciated forced split for it.
510         * config/sparc/sparc.c (const64_operand, const64_high_operand):
511         New predicates.
512         * config/sparc/sparc.h: Declare them.
513         (PREDICATE_CODES): Add them.
514         * config/sparc/sparc.md (movdi_lo_sum_sp64_dbl,
515         movdi_high_sp64_dbl, xordi3_sp64_dbl): Use them.
517 Mon Aug 10 22:57:24 1998  John Carr  <jfc@mit.edu>
519         * config/sparc/sparc.md (define_insn jump): Output ba,pt not b,pt
520         in v9 case as the latter makes the Solaris assembler crash.
522 Mon Aug 10 22:39:09 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
524         * config/sparc/sparc.c (input_operand): Do not accept a LO_SUM MEM
525         for TFmode when !v9.  We require offsettable memory addresses.
526         * config/sparc/sparc.h (ALTER_HARD_SUBREG): Handle TFmode to
527         DFmode register number conversions.
528         * config/sparc/sparc.md (define_split DFmode moves): If register
529         is a SUBREG do alter_subreg on it before using.
530         (define_expand movtf): Fixup comment about alignment on v9.
531         (define_split TFmode moves): Don't use gen_{high,low}part, create
532         explicit SUBREGs instead.
534 Mon Aug 10 19:02:55 1998  John Carr  <jfc@mit.edu>
536         * Makefile.in (mbchar.o): Depend on mbchar.c.
538 Mon Aug 10 04:28:13 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
539                           Richard Henderson  <rth@cygnus.com>
540         
541         Rewrite Sparc backend for better code generation and
542         improved sparc64 support.
543         * config/sparc/sp64-elf.h: Set JUMP_TABLES_IN_TEXT_SECTION to
544         zero.
545         * config/sparc/sysv4.h: Likewise.
546         * config/sparc/sparc.c (v8plus_regcmp_p, sparc_operand,
547         move_operand, v8plus_regcmp_op, emit_move_sequence,
548         singlemove_string, doublemove_string, mem_aligned_8,
549         output_move_double, output_move_quad, output_fp_move_double,
550         move_quad_direction, output_fp_move_quad, output_scc_insn):
551         Remove.
552         (small_int_or_double): New predicate.
553         (gen_compare_reg): Remove TARGET_V8PLUS cmpdi_v8plus emission.
554         (legitimize_pic_address): Emit movsi_{high,lo_sum}_pic instead of
555         old pic_{sethi,lo_sum}_si patterns.
556         (mem_min_alignment): New generic function to replace
557         mem_aligned_8, which uses REGNO_POINTER_ALIGN information when
558         available and can test for arbitrary alignments.  All callers
559         changed.
560         (save_regs, restore_regs, build_big_number,
561         output_function_prologue, output_cbranch, output_return,
562         sparc_flat_save_restore, sparc_flat_output_function_prologue,
563         sparc_flat_output_function_epilogue): Prettify
564         insn output.
565         (output_function_epilogue): Likewise and add code to output
566         deferred case vectors.
567         (output_v9branch): Likewise, add new arg INSN and use it to tack
568         on branch prediction settings.  All callers changed.
569         (print_operand): Likewise and output %l44 for LO_SUMs when
570         TARGET_CM_MEDMID.
571         (sparc_splitdi_legitimate): New function to make sure DImode
572         splits can be run properly when !arch64.
573         (sparc_initialize_trampoline, sparc64_initialize_trampoline):
574         Reformat example code in comments.
575         (set_extends): Remove UNSPEC/v8plus_clear_high case.
576         (sparc_addr_diff_list, sparc_addr_list): New statics to keep track
577         of deferred case vectors we need to output.
578         (sparc_defer_case_vector): Record a case vector.
579         (sparc_output_addr_vec, sparc_output_addr_diff_vec,
580         sparc_output_deferred_case_vectors): New functions to output them.
581         (sparc_emit_set_const32): New function to form 32-bit constants in
582         registers when that requires more than one instruction.
583         (safe_constDI, sparc_emit_set_const64_quick1,
584         sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
585         analyze_64bit_constant, const64_is_2insns,
586         create_simple_focus_bits, sparc_emit_set_const64): New functions
587         which do the same for 64-bit constants when arch64.
588         (sparc_emit_set_symbolic_const64): New function to emit address
589         loading for all code models on v9.
590         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Do not make
591         %g1 fixed when arch64, unfix %g0 when TARGET_LIVE_G0.
592         (ALTER_HARD_SUBREG): Fix thinko, return REGNO + 1 not 1.
593         (SECONDARY_INPUT_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS): Fix
594         inaccuracies in comments, add symbolic and text_segment operands
595         when TARGET_CM_MEDANY and TARGET_CM_EMBMEDANY respectively.  Use
596         GENERAL_REGS in these cases as a temp REG is needed to load these
597         addresses into a register properly.
598         (EXTRA_CONSTRAINT): Document more accurately, remove Q case as it
599         is no longer used.
600         (GO_IF_LEGITIMATE_ADDRESS): Allow TFmode for LO_SUM on v9 since fp
601         quads are guarenteed to have 16-byte alignment.
602         (LEGITIMIZE_ADDRESS): For SYMBOL_REF, CONST, and LABEL_REF use
603         copy_to_suggested_reg instead of explicit LO_SUM and HIGH.
604         (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC): New macros for
605         deferred case vector implementation.
606         (ASM_OUTPUT_ADDR_VEC_ELT): Use fputc to output newline.
607         (ASM_OUTPUT_ADDR_DIFF_ELT): Parenthesize LABEL in macro calls.
608         Generate "internal label - label" instead of "label - 1b".
609         (PRINT_OPERAND_ADDRESS): For LO_SUM use %l44 on TARGET_CM_MEDMID.
610         (PREDICATE_CODES): Remove sparc_operand, move_operand,
611         v8plus_regcmp_op.  Add small_int_or_double, input_operand, and
612         zero_operand.
613         (doublemove_string, output_block_move, output_fp_move_double,
614         output_fp_move_quad, output_move_double, output_move_quad,
615         output_scc_insn, singlemove_string, mem_aligned_8, move_operand,
616         sparc_operand, v8plus_regcmp_op, v8plus_regcmp_p): Remove externs.
617         (sparc_emit_set_const32, sparc_emit_set_const64,
618         sparc_emit_set_symbolic_const64, input_operand, zero_operand,
619         mem_min_alignment, small_int_or_double): Add externs.
620         * config/sparc/sparc.md: Document the many uses of UNSPEC and
621         UNSPEC_VOLATILE in this backend.
622         (define_function_unit ieu): Rename to ieu_unnamed.  Add move and
623         unary to types which execute in it.
624         (define_function_unit ieu_shift): Rename to ieu0.
625         (define_function_unit ieu1): New, executes compare, call, and
626         uncond_branch type insns.
627         (define_function_units for type fdivs, fdivd, fsqrt): These
628         execute in the fpu multiply unit not the adder on UltraSparc.
629         (define_expand cmpdi): Disallow TARGET_V8PLUS.
630         (define_insn cmpsi_insn): Rename to cmpsi_insn_sp32.
631         (define_insn cmpsi_insn_sp64): New, same as sp32 variant except it
632         allows the arith_double_operand predicate and rHI constraint when
633         TARGET_ARCH64.
634         (define_insn cmpdi_sp64, cmpsf_fpe, cmpdf_fpe, cmptf_fpe,
635         cmpsf_fp, cmpdf_fp, cmptf_fp, sltu_insn, neg_sltu_insn,
636         neg_sltu_minux_x, neg_sltu_plus_x, sgeu_insn, neg_sgeu_insn,
637         sltu_plus_x, sltu_plus_x, sltu_plus_x_plus_y, x_minus_sltu,
638         sgeu_plus_x, x_minus_sgeu, movqi_cc_sp64, movhi_cc_sp64,
639         movsi_cc_sp64, movdi_cc_sp64, movsf_cc_sp64, movdf_cc_sp64,
640         movtf_cc_sp64, movqi_cc_reg_sp64, movhi_cc_reg_sp64,
641         movsi_cc_reg_sp64, movdi_cc_reg_sp64, movsf_cc_reg_sp64,
642         movdf_cc_reg_sp64, movtf_cc_reg_sp64, zero_extendhisi2_insn,
643         cmp_siqi_trunc, cmp_siqi_trunc_set, sign_extendhisi2_insn,
644         sign_extendqihi2_insn, sign_extendqisi2_insn,
645         sign_extendqidi2_insn, sign_extendhidi2_insn,
646         extendsfdf2, extendsftf2, extenddftf2, truncdfsf2, trunctfsf2,
647         trunctfdf2, floatsisf2, floatsidf2, floatsitf2, floatdisf2,
648         floatdidf2, floatditf2, fix_truncsfsi2, fix_truncdfsi2,
649         fix_trunctfsi2, fix_truncsfdi2, fix_truncdfdi2, fix_trunctfdi2,
650         adddi3_sp64, addsi3, cmp_ccx_plus, cmp_cc_plus_set, subdi_sp64,
651         subsi3, cmp_minus_ccx, cmp_minus_ccx_set, mulsi3, muldi3,
652         muldi3_v8plus, cmp_mul_set, mulsidi3, mulsidi3_v8plus,
653         const_mulsidi3_v8plus, mulsidi3_sp32, const_mulsidi3,
654         smulsi3_highpart_v8plus, unnamed subreg mult,
655         const_smulsi3_highpart_v8plus, smulsi3_highpart_sp32,
656         const_smulsi3_highpart, umulsidi3_v8plus, umulsidi3_sp32,
657         const_umulsidi3, const_umulsidi3_v8plus, umulsi3_highpart_v8plus,
658         const_umulsi3_highpart_v8plus, umulsi3_highpart_sp32,
659         const_umulsi3_highpart, divsi3, divdi3, cmp_sdiv_cc_set, udivsi3,
660         udivdi3, cmp_udiv_cc_set, smacsi, smacdi, umacdi, anddi3_sp64,
661         andsi3, and_not_di_sp64, and_not_si, iordi3_sp64, iorsi3,
662         or_not_di_sp64, or_not_si, xordi3_sp64, xorsi3, xor_not_di_sp64,
663         xor_not_si, cmp_cc_arith_op, cmp_ccx_arith_op,
664         cmp_cc_arith_op_set, cmp_ccx_arith_op_set, cmp_ccx_xor_not,
665         cmp_cc_xor_not_set, cmp_ccx_xor_not_set, cmp_cc_arith_op_not,
666         cmp_ccx_arith_op_not, cmp_cc_arith_op_not_set,
667         cmp_ccx_arith_op_not_set, negdi2_sp64, cmp_cc_neg, cmp_ccx_neg,
668         cmp_cc_set_neg, cmp_ccx_set_neg, one_cmpldi2_sp64, cmp_cc_not,
669         cmp_ccx_not, cmp_cc_set_not, cmp_ccx_set_not, addtf3, adddf3,
670         addsf3, subtf3, subdf3, subsf3, multf3, muldf3, mulsf3,
671         muldf3_extend, multf3_extend, divtf3, divdf3, divsf3, negtf2,
672         negdf2, negsf2, abstf2, absdf2, abssf2, sqrttf2, sqrtdf2, sqrtsf2,
673         ashlsi3, ashldi3, unnamed DI ashift, cmp_cc_ashift_1,
674         cmp_cc_set_ashift_1, ashrsi3, ashrdi3, unnamed DI ashiftrt,
675         ashrdi3_v8plus, lshrsi3, lshrdi3, unnamed DI lshiftrt,
676         lshrdi3_v8plus, tablejump_sp32, tablejump_sp64, call_address_sp32,
677         call_symbolic_sp32, call_address_sp64, call_symbolic_sp64,
678         call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
679         call_address_untyped_struct_value_sp32,
680         call_symbolic_untyped_struct_value_sp32, call_value_address_sp32,
681         call_value_symbolic_sp32, call_value_address_sp64,
682         call_value_symbolic_sp64, branch_sp32, branch_sp64,
683         flush_register_windows, goto_handler_and_restore,
684         goto_handler_and_restore_v9, goto_handler_and_restore_v9_sp64,
685         flush, all ldd/std peepholes, return_qi, return_hi, return_si,
686         return_addsi, return_di, return_adddi, return_sf, all call+jump
687         peepholes, trap, unnamed trap insns): Prettify output strings.
688         (define_insn anddi3_sp32, and_not_di_sp32, iordi3_sp32,
689         or_not_di_sp32, xordi3_sp32, xor_not_di_sp32, one_cmpldi2):
690         Likewise and force + implement splits for integer cases.
691         (define_insn return_sf_no_fpu): Likewise and allow to match when
692         no-fpu because of our subreg SFmode splits.
693         (define_insn zero_extendqihi2, zero_extendqisi2_insn,
694         zero_extendqidi2_insn, zero_extendhidi2_insn,
695         zero_extendsidi2_insn, sign_extendsidi2_insn): Likewise and use
696         input_operand for second operand.
697         (cmp_minus_cc, cmp_minus_cc_set): Likewise and use
698         reg_or_0_operand for operand 2 so new splits can use it.
699         (cmp_zero_extendqisi2, cmp_zero_extendqisi2_set, cmp_cc_plus,
700         cmp_cc_xor_not): Likewise and don't forget to check TARGET_LIVE_G0
701         too.
702         (cmp_zero_extract, cmp_zero_extract_sp64): Likewise and allow
703         CONST_DOUBLEs for operand 2.
704         (define_insn move_label_di): Likewise and label distance
705         optimization because it no longer works with new deferred case
706         vector scheme.  To be revisited.
707         (define_insn x_minus_y_minus_sltu, x_minus_sltu_plus_y): Likewise
708         and allow reg_or_0_operand and J constraint for second operand.
709         (define_insn jump): Set branch predict taken on V9.
710         (define_insn tablejump): Emit LABEL_REF + PLUS memory address for
711         new deferred case vector scheme.
712         (define_insn pic_tablejump_32, pic_tablejump_64): Remove.
713         (define_insn negdi2_sp32): Force + implement splits.
714         (define_insn negsi2, one_cmplsi2): Rename to negsi2_not_liveg0 and
715         one_cmplsi2_not_liveg0 respectively, and create expander of original
716         names which emit special rtl for TARGET_LIVE_G0.
717         (define_insn cmpdi_v8plus, scc_si, scc_di): Remove.
718         (define_insn seq, sne, slt, sge, sle, sltu, sgeu): Don't do
719         gen_compare_reg, FAIL instead.
720         (define_insn sgtu, sleu): Likewise and check gen_s*() return
721         values when trying to reverse condition codes, if they FAIL then
722         do likewise.
723         (define_insn snesi_zero, neg_snesi_zero, snesi_zero_extend,
724         snedi_zero, neg_snedi_zero, snedi_zero_trunc, seqsi_zero,
725         neg_seqsi_zero, seqsi_zero_extend, seqdi_zero, neg_seqdi_zero,
726         seqdi_zero_trunc, x_plus_i_ne_0, x_minus_i_ne_0, x_plus_i_eq_0,
727         x_minus_i_eq_0): Add new splits to perform these multi-insn cases,
728         set output string to # to indicate they are mandatory splits.
729         (define_insn pic_lo_sum_si, pic_sethi_si, pic_lo_sum_di,
730         pic_sethi_di, move_pic_label_si): Remove.
731         (define_insn movsi_low_sum, movsi_high, movsi_lo_sum_pic,
732         movsi_high_pic, movsi_pic_label_reg): New patterns to take their
733         place.
734         (define_expand movsi_pic_label_ref, define_insn
735         movsi_high_pic_label_ref, movsi_lo_sum_pic_label_ref): New
736         expander and insns to handle PIC label references and deferred
737         case vectors.
738         (define_insn get_pc_via_rdpc): Comment out as it is no longer
739         used.
740         (define_expand movqi, movhi, movsi, movdi, movsf, movdf, movtf):
741         Rewrite to not use emit_move_sequence, make use of new constant
742         formation code, and new splits for all multi-insn cases.
743         (define_insn movqi_insn): Remove sethi case, it can never happen.
744         Use reg_or_zero_operand instead of const0_rtx explicit test,
745         use input_operand instead of move_operand for source, and use
746         general_operand now for dest.
747         (define_insn movhi_insn): Similar but leave sethi case.
748         (define_insn lo_sum_qi, store_qi, store_hi): Remove.
749         (define_insn sethi_hi lo_sum_hi): Rename to movhi_high and
750         movhi_lo_sum respectively, prettify output string.
751         (define_insn movsi_zero_liveg0): New pattern to put zero into a
752         register when needed on TARGET_LIVE_G0.
753         (define_insn movsi_insn): Use general_operand and input_operand
754         for dest and src respectively.  Simplify applicability test.
755         Prettify output strings, and add clr alternative for J
756         constraint.
757         (define_insn movdi_sp32_v9, movdi_sp32, define_splits for
758         deprecated std and reg-reg DI moves): Remove and...
759         (define_insn movdi_insn_sp32, movdi_insn_sp64): Replace with new
760         implementation which uses forced splits for all non-single insn
761         cases.
762         (define_split DI move cases on !arch64): New splits to handle all
763         situations of 64-bit double register DImode on 32bit, and
764         unaligned registers and memory addresses for all subtargets.
765         (define_insn movsf_const_insn, movdf_const_insn, store_sf):
766         Remove.
767         (define_insn movsf_insn, movsf_no_f_insn): Use general_operand and
768         input_operand for dest and src respectively, prettify output
769         strings.
770         (define_insn movdf_insn, movdf_no_e_insn, store_df,
771         movtf_const_insn, movtf_insn, movtf_no_e_insn, store_tf): Remove
772         and...
773         (define_insn movdf_insn_sp32, movdf_no_e_insn_sp32,
774         movdf_insn_sp64, movdf_no_e_insn_sp64, movtf_insn,
775         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_sp64,
776         movtf_no_e_insn_sp64) Replace with new
777         implementation which uses forced splits for all non-single insn
778         cases.
779         (define_split DF move cases): New splits in similar vein to DI
780         move counterparts.
781         (define_insn sethi_di_medlow, sethi_di_medium_pic,
782         sethi_di_embmedany_data, sethi_di_embmedany_text, sethi_di_sp64,
783         movdi_sp64_insn): Remove old v9 code model and constant loading
784         support insns and..
785         (define_insn pic_lo_sum_di, pic_sethi_di,
786         sethi_di_medlow_embmedany_pic, sethi_di_medlow, losum_di_medlow,
787         seth44, setm44, setl44, sethh, setlm, sethm, setlo,
788         embmedany_sethi, embmedany_losum, embmedany_brsum,
789         embmedany_textuhi, embmedany_texthi, embmedany_textulo,
790         embmedany_textlo, movdi_lo_sum_sp64_cint, movdi_lo_sum_sp64_dbl,
791         movdi_high_sp64_cint, movdi_high_sp64_dbl): Replace with new
792         scheme, using unspecs, secondary reloads, and one to one sparc
793         insn to rtl insn mapping for better scheduling and code gen.
794         (define_expand reload_indi, reload_outdi): Reload helpers for
795         MEDANY and EMBMEDANY symbol address loading cases which require a
796         temporary register.
797         (define_expand movsicc): Remove v8plus_regcmp cases.
798         (define_insn movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc,
799         cmp_zero_extendqidi2, cmp_zero_extendqidi2_set, cmp_qidi_trunc,
800         cmp_diqi_trunc_set): New patterns used by some of the new scc
801         splits on arch64.
802         (define_insn xordi3_sp64_dbl): New pattern used for constant
803         formation when crossing from 32-bit targets.
804         (define_insn movsi_cc_reg_v8plus, v8plus_clear_high, and helper
805         split): Remove.
806         (define_insn addx, subx): Make visible and prettify.
807         (define_insn adddi3_insn_sp32): Likewise and force split.
808         (define_insn addx_extend, subx_extend, unnamed): New patterns for
809         64bit scc split usage.
810         (define_insn unnamed plusDI zero_extend, unnamed minusDI
811         zero_extend, subdi3): Force and implement splits.
812         
813         * final.c (final_scan_insn): Don't output labels if target
814         specifies ASM_OUTPUT_ADDR_{DIFF}_VEC.  Do these macro operations
815         instead.
816         
817         * reorg.c (dbr_schedule): When taking on BR_PRED notes at the end,
818         don't forget to walk inside SEQUENCESs too as these are what the
819         delay slot scheduler will create.
820         
821 Mon Aug 10 01:21:01 1998  Richard Henderson  <rth@cygnus.com>
823         * alpha.md (extxl+1,+2): New patterns to work around
824         combine lossage.
826 Sat Aug  8 19:20:22 1998 Gary Thomas (gdt@linuxppc.org)
828         * rs6000.c (rs6000_allocate_stack_space) Fix typo which
829         caused bad assembly code to be generated.
831 Sat Aug  8 18:53:28 1998  Jeffrey A Law  (law@cygnus.com)
833         * netbsd.h: Fix typo.
835 Mon Aug  3 00:06:42 1998  Robert Lipe  <robertl@dgii.com> 
837         * config.sub: Fix typo.
839 Sun Aug  2 22:39:08 1998  Hans-Peter Nilsson  <hp@axis.se>
841         * invoke.texi (Environment Variables): Typo: Change "ascpects"
842         into "aspects".
843         (Running Protoize): Typo: Change "ther" into "other".
845 Sun Aug  2 00:42:50 1998  Jeffrey A Law  (law@cygnus.com)
847         * i386/netbsd.h: Undo previous change to DWARF2_UNWIND_INFO.
848         * m68k/netbsd.h: Likewise.
849         * ns32k/netbsd.h: Likewise.
850         * sparc/netbsd.h: Likewise.
852 Sat Aug  1 17:59:30 1998  Richard Henderson  <rth@cygnus.com>
854         * ginclude/va-alpha.h (va_list): Use a typedef, not a define.
855         * ginclude/va-clipper.h (va_list): Likewise.
857 Fri Jul 31 20:22:02 1998  Michael Meissner  <meissner@cygnus.com>
859         * rs6000.c (rs6000_override_options): If big endian and -Os, use
860         load/store multiple instructions unless user overrides.
862 Fri Jul 31 17:08:59 1998  Jeffrey A Law  (law@cygnus.com)
864         * ns32k/netbsd.h: Fix typo.
866 Fri Jul 31 10:23:55 1998  Doug Evans  <devans@canuck.cygnus.com>
868         * m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Always output line number
869         labels with .debugsym if no parallel insns.
871 Thu Jul 30 19:15:53 1998  Richard Henderson  <rth@cygnus.com>
873         * alpha.md (fp cmp): Replicate patterns for ALPHA_TP_INSN.
874         (fcmov): Remove ALPHA_TP_INSN patterns -- fcmov doesn't trap.
876 Thu Jul 30 19:50:15 1998  David Edelsohn  <edelsohn@mhpcc.edu>
878         * rs6000/x-aix43 (AR_FOR_TARGET_FLAGS): Delete.
879         (AR_FOR_TARGET): Define.
881 Thu Jul 30 12:29:12 1998  Mark Mitchell  <mark@markmitchell.com>
883         * dyn-string.h: New file.
884         * dyn-string.c: Likewise.
885         * Makefile.in (OBJS): Add dyn-string.o.
886         (dwarf2out.o): Add dyn-string.h dependency.
887         (dyn-string.o): List dependencies.
888         * dwarf2out.c: Include dyn-string.h.
889         (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
890         (addr_const_to_string): Take a dyn_string_t, not a char* as a
891         prototype.  Use dyn_string_append rather than strcat, throughout.
892         (addr_to_string): Use dyn_string_t.
894 Thu Jul 30 13:08:07 1998  Ken Raeburn  <raeburn@cygnus.com>
896         Function entry/exit profiling instrumentation:
897         * expr.h (profile_function_entry_libfunc,
898         profile_function_exit_libfunc): Declare new variables.
899         * optabs.c: Define them here.
900         (init_optabs): Initialize them.
901         * tree.h (struct tree_decl): New flag
902         no_instrument_function_entry_exit.
903         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT): New accessor macro.
904         * c-decl.c (duplicate_decls): Merge it.
905         * c-common.c (enum attrs): New value A_NO_INSTRUMENT_FUNCTION.
906         (init_attributes): Use it for "no_instrument_function".
907         (decl_attributes): Handle it, for functions that have not yet been
908         compiled.  Set decl flag.
909         * flags.h (flag_instrument_function_entry_exit): Declare new
910         variable.
911         * toplev.c (flag_instrument_function_entry_exit): Define it here.
912         (f_options): New option "instrument-functions".
913         * function.h (struct function): New field instrument_entry_exit.
914         * function.c (current_function_instrument_entry_exit): New
915         variable.
916         (push_function_context_to, pop_function_context_from): Save and
917         restore.
918         (expand_function_start): Set current_ variable, maybe emit return
919         label and entry profile call.
920         (expand_function_end): Maybe emit exit profile call.
922 Thu Jul 30 00:58:34 1998  Jeffrey A Law  (law@cygnus.com)
924         * i386.md (movqi): When optimizing a load of (const_int 1) into a
925         NON_QI_REG_P, pretend the register is SImode.
927 Wed Jul 29 23:49:23 1998  Todd Vierling <tv@netbsd.org>
929         * configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
930         Accept arm32 as arm, m68k4k as m68k, mipsle as mips-dec, and any
931         manufacturer id for ns32k.
932         * configure: Regenerated.
933         * config/netbsd.h: When using ASM_WEAKEN_LABEL, make it global too.
934         * config/t-netbsd: Don't compile libgcc1-test as the fns are in libc.
935         * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
936         * config/m68k/netbsd.h: Same.
937         * config/ns32k/netbsd.h: Same.
938         * config/sparc/netbsd.h: Same.
940 Wed Jul 29 22:39:21 1998  Jeffrey A Law  (law@cygnus.com)
942         * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO
943         or UNROLL_COMPLETELY loop that starts with a jump to its
944         exit code.
946 Wed Jul 29 22:18:14 1998  David Edelsohn  <edelsohn@mhpcc.edu>
948         * rs6000/rs6000.md (absdi2 define_split): Swap operands of MINUS.
949         * rs6000/rs6000.c (mask64_operand): Use HOST_BITS_PER_WIDE_INT.
950         (print_operand, case 'B'): Don't fall through.
951         (print_operand, case 'S'): Correct mask begin/end computation.
952         Use HOST_BITS_PER_WIDE_INT.
953         * rs6000/rs6000.h (CPP_PREDEFINES): Define _LONG_LONG.
954         (CONDITIONAL_REGISTER_USAGE): GPR13 fixed if TARGET_64BIT.
955         * rs6000/aix41.h (CPP_PREDEFINES): Same.
956         * rs6000/aix43.h (CPP_PREDEFINES): Same.
958 Wed Jul 29 11:47:10 1998  Nick Clifton  <nickc@cygnus.com>
960         * config/arm/thumb.md (extendqisi2_insn): Remove earlyclobber
961         constraint from second alternative.
963 Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
965         * configure.in: Fix --without/--disable cases for local-prefix, 
966         gxx-include-dir and checking.
968 Tue Jul 28 22:01:23 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
970         * configure.in (enable_haifa): Set by default for sparc64 too.
971         configure: Rebuilt.
973 Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
975         * i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
976         * i386/winnt.c (associated_type): New fn.
977         (i386_pe_valid_type_attribute_p): New fn.
978         (i386_pe_check_vtable_importexport): Remove.
979         (i386_pe_dllexport_p): Use associated_type.
980         (i386_pe_dllimport_p): Likewise.
982         From Antonio M. O. Neto <anmendes@cruzeironet.com.br>:
983         * i386.c (i386_valid_type_attribute_p): Also accept
984         attributes for METHOD_TYPEs.
986 Tue Jul 28 23:17:39 1998  Peter Gerwinski <peter@gerwinski.de>
988         * tree.c (build_range_type): Copy TYPE_SIZE_UNIT.
990 Tue Jul 28 22:31:12 1998  Craig Burley  <burley@gnu.org>
992         * gcc.c: Fix commentary describing %g, %u, %U, and %O.
994         * gcc.c (do_spec_1): Fix handling of %g%O and %U%O to prevent
995         them from generating a new base name for each occurence of
996         a specific suffix.
998 1998-07-28  Vladimir N. Makarov  <vmakarov@cygnus.com>
1000         * cse.c (cse_insn): Enable subsitution inside libcall only for REG,
1001         SUBREG, MEM.
1002         * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE. 
1006         * cplus-dem.c (type_kind_t): New type.
1007         (demangle_template_value_parm): Add type_kind_t parameter.  Rely
1008         on this paramter, rather than demangling the type again.
1009         (demangle_integral_value): Pass tk_integral.
1010         (demangle_template_: Pass the value returned from do_type.
1011         (do_type): Return a type_kind_t.  Pass tk_integral to
1012         demangle_template_value_parm for array bounds.
1013         (demangle_fund_type): Likewise.
1014         
1015 Mon Jul 27 00:54:41 1998  Jason Merrill  <jason@yorick.cygnus.com>
1017         * tree.c (simple_cst_equal, case CONSTRUCTOR): OK if the elts are
1018         identical.
1020 Mon Jul 27 22:18:36 1998  Jeffrey A Law  (law@cygnus.com)
1022         * pa.c (move_operand): Accept CONSTANT_P_RTX.
1024 Mon Jul 27 17:18:52 1998  Dave Brolley  <brolley@cygnus.com>
1026         * stor-layout.c (layout_type): Handle arrays of bits, for Chill.
1028         * expr.c (get_inner_reference): Handle zero-based, unsigned, array
1029         index conversion.
1031 Mon Jul 27 14:51:33 1998  Jeffrey A Law  (law@cygnus.com)
1033         * mn10300.h (DEBUGGER_AUTO_OFFSET): Define.
1034         (DEBUGGER_ARG_OFFSET): Likewise.
1036         * mn10300.md (movsf): Remove last change.  Not needed.
1038 Mon Jul 27 14:22:36 1998  Dave Brolley  <brolley@cygnus.com>
1040         * c-lex.c (yylex): Fix boundary conditions in character literal and
1041         string literal loops.
1043 Mon Jul 27 11:43:54 1998  Stan Cox  <scox@cygnus.com>
1045         * longlong.h (count_leading_zeros): Sparclite scan instruction was
1046         being invoked incorrectly.
1048         * i386.c (ix86_prologue): Added SUBTARGET_PROLOGUE invocation.
1049         * i386/cygwin32.h (STARTFILE_SPEC, LIB_SPEC, SUBTARGET_PROLOGUE): 
1050         Add -pg support. 
1051         * i386/win32.h: New file.  Hybrid mingw32.h/cygwin32.h configuration.
1052         * configure.in: Added i[34567]86-*-win32
1053         * config.sub: Ditto.
1054         * configure: Rebuilt.
1055         
1056 Sun Jul 26 01:11:12 1998  H.J. Lu  (hjl@gnu.org)
1058         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Return 0 when eliminating
1059         the frame pointer and compiling PIC code and reload has not completed.
1061         * i386.c (output_to_reg): Add code to emulate non-popping DImode
1062         case.
1064 Sun Jul 26 01:01:32 1998  Jeffrey A Law  (law@cygnus.com)
1066         * regmove.c (regmove_optimize): Fix typo initializing regmove_bb_head.
1068 Sat Jul 25 23:29:23 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1070         * Makefile.in (install-info): Only try to update the info
1071         directory file if it exists in the first place.
1073 Fri Jul 24 18:58:37 1998  Klaus Espenlaub  <kespenla@student.informatik.uni-ulm.de>
1075         * rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete.
1077 Fri Jul 24 14:20:26 1998  Jeffrey A Law  (law@cygnus.com)
1079         * mn10300.md (movqi, movhi, movsi, movsf): Correctly handle
1080         CONST_DOUBLE source.
1082 Fri Jul 24 11:17:04 1998  Nick Clifton  <nickc@cygnus.com>
1084         * config/arm/thumb.c (thumb_print_operand): Decode %_ in asm
1085         strings as the insertion of USER_LABEL_PREFIX.
1086         * config/arm/thumb.h (PRINT_OPERAND_PUNCT_VALID_P): Accept _ as a
1087         valid code.
1088         * config/arm/thumb.md: Use %_ as a prefix to gcc library function
1089         calls. 
1091 Thu Jul 23 18:53:20 1998  Jim Wilson  <wilson@cygnus.com>
1093         * dbxout.c (dbxout_range_type): Only call dbxout_type_index for
1094         already defined type.
1096 Thu Jul 23 13:49:41 1998  Jeffrey A Law  (law@cygnus.com)
1098         * expr.c (check_max_integer_computation_mode): Allow conversions
1099         of constant integers to MAX_INTEGER_COMPUTATION_MODE.
1100         (expand_expr): Likewise.
1102 Thu Jul 23 11:12:06 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1104         * expr.c (expand_expr): Expand RETURN_EXPR.
1106 Thu Jul 23 11:00:29 1998  Jim Wilson  <wilson@cygnus.com>
1108         * dwarf2out.c (dwarf2out_finish): Call stripattributes on TEXT_SECTION.
1110 Wed Jul 22 19:10:00 1998  Catherine Moore  <clm@cygnus.com>
1112         * dwarf2out.c (output_aranges):  Call stripattributes
1113         for TEXT_SECTION references.
1114         (output_line_info): Likewise.
1116 Wed Jul 22 14:08:54 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1118         * profile.c (branch_prob): Call allocate_reg_info after outputting
1119         profile rtl in instrument_arcs.
1121 Wed Jul 22 12:47:49 1998  Jim Wilson  <wilson@cygnus.com>
1123         * fixinc.irix (math.h): Install wrapper instead of copying.
1125 Wed Jul 22 12:37:14 1998  Alexandre Petit-Bianco <apbianco@cygnus.com>
1127         * tree.def (EXPR_WITH_FILE_LOCATION): Defined as an 'e' expression
1128         so WFL are expanded correctly when contained in a COMPOUND_EXPR.
1129         * tree.h (EXPR_WFL_EMIT_LINE_NOTE): Change macro not to use
1130         lang_flag_0. Added documentation in the flag table.
1132 Tue Jul 21 23:28:35 1998  Klaus Kaempf <kkaempf@rmi.de>
1134         * cccp.c (do_include): Fix vax c style include handling.
1136 Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
1138         * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
1140 Sun Jul 12 01:27:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
1142         * fold-const.c (non_lvalue): Don't deal with null pointer 
1143         constants here.
1144         (fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.
1146 Tue Jul 21 15:49:31 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1148         * rs6000.h (PREDICATE_CODES): Add CONSTANT_P_RTX.
1149         * rs6000.md (movsi, movdi): Add CONSTANT_P_RTX.
1150         * rs6000.c (short_cint_operand): Add CONSTANT_P_RTX.
1151         (u_short_cint_operand): Same.
1152         (reg_or_cint_operand): Same.
1153         (logical_operand): Same.
1154         (input_operand): Same.
1155         (reg_or_short_operand): Use u_short_cint_operand.
1157 Tue Jul 21 08:56:42 1998  Richard Henderson  <rth@cygnus.com>
1159         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): Remove the define_expands,
1160         but keep the insns and splits.  Adjust so when the ultimate destination
1161         is memory, use cvtql.
1163 Tue Jul 21 08:55:09 1998  Richard Henderson  <rth@cygnus.com>
1165         * flow.c (regno_uninitialized): Fixed regs are never uninitialized.
1167 Tue Jul 21 00:31:01 1998  Jeffrey A Law  (law@cygnus.com)
1169         * gcc.c (do_spec): Call "error" not "warning".
1171         * configure.in: Fix minor problems with gas feature detection code.
1172         * configure: Rebuilt.
1174         * gcc.c (do_spec): Issue a warning for '%[]' usage.
1176         * Undo this change.
1177         * gcc.c: Delete %[spec] support.
1178         (do_spec_1, case '('): Likewise.
1179         (do_spec_1, case '['): Call error.
1181 Mon Jul 20 22:34:17 1998  Richard Henderson  <rth@cygnus.com>
1183         * alpha.h (CPP_SPEC): Tidy.  Hook to cpp_cpu and cpp_subtarget.
1184         (CPP_SUBTARGET_SPEC): Default to empty string.
1185         (CPP_AM_*, CPP_IM_*, CPP_CPU_*, CPP_CPU_SPEC): New.
1186         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): New.
1187         * alpha/elf.h (LD_SPEC): Use %(elf_dynamic_linker).
1188         * alpha/linux-elf.h (SUBTARGET_EXTRA_SPECS): New.
1189         (LIB_SPEC): Tidy.
1190         * alpha/linux.h (CPP_PREDEFINES): Tidy.
1191         * alpha/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): New.
1192         * alpha/netbsd.h (CPP_PREDEFINES): Tidy.
1193         * alpha/osf.h (CPP_PREDEFINES): Remove bits subsumed by CPP_CPU_SPEC.
1194         * alpha/win-nt.h (CPP_PREDEFINES): Likewise.
1195         * alpha/vsf.h (CPP_PREDEFINES): Likewise.
1196         (CPP_SUBTARGET_SPEC): New.  Do this instead of overriding CPP_SPEC.
1197         * alpha/vxworks.h: Likewise.
1199 Mon Jul 20 22:51:57 1998  Ken Raeburn  <raeburn@cygnus.com>
1201         * mips.md (reload_outsi): Added missing REGNO call.
1202         (smulsi3_highpart, umulsi3_highpart): Provide prototype for
1203         function pointer.
1204         (mul_acc_di, mul_acc_64bit_di): Don't use match_op_dup, use
1205         another match_operator and compare the codes.
1207         * mips.h (MASK_DEBUG_E, MASK_DEBUG_I): Set to zero.
1209         * MIPS multiply pattern fixes:
1210         * mips.h (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS):
1211         Add union classes for HI, LO, or HILO plus general registers.
1212         (GENERATE_MADD): Deleted.
1213         * mips.md (mulsi3_mult3): Don't disparage output-LO alternative.
1214         Add TARGET_MAD to condition.
1215         (mulsi3): Test HAVE_mulsi3_mult3, not specific flags.
1216         (mul_acc_si): Expand GENERATE_MADD here; it's the only use.  Use
1217         "*d" for accumulator, to give preference to LO initially but not
1218         during reload.
1220 Mon Jul 20 16:16:38 1998  Dave Brolley  <brolley@cygnus.com>
1222         * configure.in (enable_c_mbchar): New configure option.
1223         (extra_cpp_objs): Always available now.
1225         * cexp.y (mbchar.h): #include it.
1226         (yylex): Handle Multibyte characters in character literals.
1228         * cccp.c (mbchar.h): #include it.
1229         (main): Set character set based on LANG environment variable.
1230         (rescan): Handle multibyte characters in comments.
1231         (skip_if_group): See above.
1232         (validate_else): See above.
1233         (skip_to_end_of_comment): See above.
1234         (macarg1): See above.
1235         (discard_comments): See above.
1236         (rescan): Handle multibyte characters in string and character literals.
1237         (collect_expansion): See above.
1238         (skip_quoted_string): See above.
1239         (macroexpand): See above.
1240         (macarg1): See above.
1241         (discard_comments): See above.
1242         (change_newlines): See above.
1244         * c-lex.c (mbchar.h): #include it.
1245         (GET_ENVIRONMENT): New macro.
1246         (init_lex): Set character set based on LANG environment variable.
1247         (yylex): Handle multibyte characters in character literals.
1248         (yylex): Handle multibyte characters in string literals.
1250         * Makefile.in (mbchar.o): New target.
1251         (cccp$(exeext)): @extra_cpp_objs@ is always available.
1252         (cppmain$(exeext)): @extra_cpp_objs@ is always available.
1254         * mbchar.[ch]: New files for multibyte character handling.
1256 Mon Jul 20 01:11:11 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1258         * jump.c (jump_optimize): When simplifying noop moves and
1259         PUSH_ROUNDING, fix thinko so we use same criterion for identifying
1260         the PUSHes to rewrite in second loop as we did in the first.
1262 Sun Jul 19 08:23:53 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1264         * cplus-dem.c (demangle_nested_args): Make function definition
1265         static to match the prototype.
1267 Fri Jul 17 14:58:44 1998  Richard Henderson  <rth@cygnus.com>
1269         * alloca.c: Respect USE_C_ALLOCA.
1270         * gencheck.c (xmalloc): Ignore __GNUC__ for definition.
1271         * gengenrtl.c (xmalloc): Likewise.
1273 Fri Jul 17 14:18:14 1998  Richard Henderson  <rth@cygnus.com>
1275         * loop.h (struct induction): Add no_const_addval.
1276         * loop.c (the_movables, reg_address_cost): New variables.
1277         (init_loop): Init reg_address_cost.
1278         (loop_optimize): Call end_alias_analysis.
1279         (scan_loop): Init the_movables.
1280         (record_giv): Init induction->no_const_addval.
1281         (basic_induction_var) [PLUS]: Use rtx_equal_p instead of ==.
1282         [REG]: Rearrange loop search test to catch more cases.
1283         (general_induction_var): Return success not benefit; take an extra
1284         argument for that.  Change all callers.
1285         (simplify_giv_expr) [PLUS]: Always combine invariants.  Use sge_plus.
1286         [MULT]: Use rtx_equal_p instead of ==.  Combine simple invariants.
1287         [default]: Search the_movables for additional combinations.
1288         (sge_plus_constant, sge_plus): New functions.
1289         (express_from_1): New function.
1290         (express_from): Always define.  Rewrite using express_from_1.
1291         (combine_givs_p): Handle more cases.  Ignore address cost.
1292         (cmp_combine_givs_stats): New function.
1293         (combine_givs_used_once, combine_givs_benefit_from): New functions.
1294         (combine_givs): Rewrite to do best-fit combination.
1296         * fold-const.c (operand_equal_p): Handle RTL_EXPR.
1297         (fold): Do a complete (A*C)+(B*C) association check.
1299 Fri Jul 17 11:21:55 1998  Jim Wilson  <wilson@cygnus.com>
1301         * function.c (fixup_var_refs_insns): Handle CLOBBER of a CONCAT.
1303 Fri Jul 17 11:48:55 1998  Jeffrey A Law  (law@cygnus.com)
1305         * mn10300.c (MODES_TIEABLE_P): Fix typo.
1307 Fri Jul 17 03:26:12 1998  Rihcard Earnshaw (rearnsha@arm.com)
1309         * tree.c (valid_machine_attribute): Only create a new type variant if
1310         there is a decl to use it.
1312 Thu Jul 16 14:48:04 1998  Nick Clifton  <nickc@cygnus.com>
1314         * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have
1315         a suffix.
1317 Fri Jul 17 03:24:40 1998  Hans-Peter Nilsson  <hp@axis.se>
1319         * extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may
1320         be deleted" 
1322 Thu Jul 16 14:48:47 1998  Jeffrey A Law  (law@cygnus.com)
1324         * mn10300.c (count_tst_insns): New arg oreg_countp.  Callers changed.
1325         Simplify tests for clearing an address register.
1326         (expand_prologue): Corresponding changes.
1328         * mn10300.md (movXX patterns): Make sure the destination is an
1329         ADDRESS_REG when substituting "zero_areg" for (const_int 0).
1330         (logical patterns): Split into expanders + patterns
1331         (zero and sign extension patterns): Similarly.
1332         (shift patterns): Similarly.
1334 Thu Jul 16 01:17:44 1998  Richard Henderson  <rth@cygnus.com>
1336         * loop.c (emit_iv_add_mult): Scan the entire insn list generated
1337         for the sequence, recording base values.
1339 Wed Jul 15 10:49:55 1998  Richard Henderson  <rth@cygnus.com>
1341         * i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
1343 Tue Jul 14 14:15:30 1998  Nick Clifton  <nickc@cygnus.com>
1345         * gcc.c: Remove ANSI-C ism from --help code.
1347         * toplev.c: Support --help with USE_CPPLIB.
1349 Tue Jul 14 14:46:08 1998  Jeffrey A Law  (law@cygnus.com)
1351         * configure.in: Rework gas feature code to work with symlink based
1352         source trees.
1354         * extend.texi: Clarify some issues related to local variables
1355         assigned to explicit registers.
1357         * mn10300.md (mulsi): Turn into expander + pattern.
1359         * mn10300.md (movsi, movsf, movdi, movdf): Remove "x" from I -> a
1360         alternative.
1362 Tue Jul 14 07:41:59 1998  Richard Earnshaw (rearnsha@arm.com)
1364         * arm/tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h.
1366 Tue Jul 14 03:02:44 1998  Jeffrey A Law  (law@cygnus.com)
1368         * version.c: Bump again to distinguish mainline tree from the
1369         egcs-1.1 branch.
1371 Tue Jul 14 02:20:38 1998  Jeffrey A Law  (law@cygnus.com)
1373         * version.c: Bump to avoid problems with old spec files during
1374         bootstrap.
1376 Mon Jul 13 23:11:44 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1378         * config/sparc/sparc.c (output_scc_insn): Enclose || conditions in
1379         parens while walking over notes.
1380         * config/sparc/sparc.md (reg movdi split): Clean up matching
1381         conditions.
1382         (all DI arithop splits on 32-bit): Handle immediate arguments
1383         correctly when they are CONST_INTs.
1385 Mon Jul 13 23:57:21 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
1387         * m68k/m68k.h (TARGET_SWITCHES): Clear MASK_68040_ONLY for
1388         -m68020-40, -m68020-60 and -m5200.
1390 Mon Jul 13 23:52:05 1998  Weiwen Liu <weiwen.liu@yale.edu>
1392         * gcc.c (do_spec_1): Fix %O handling for secure temporary file
1393         creation.
1395 Mon Jul 13 23:42:36 1998  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1397         * sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.
1399 Mon Jul 13 23:36:08 1998  Jim Wilson  <wilson@cygnus.com>
1401         * i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs.
1402         (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Use them.
1403         (EXTRA_SPECS): Support them.
1404         * gcc.c: Delete %[spec] support.
1405         (do_spec_1, case '('): Likewise.
1406         (do_spec_1, case '['): Call error.
1407         * i386/aix386ng.h, cygwin32.h, freebsd-elf.h, gas.h, isc.h,
1408         linux-aout.h, linux-oldld.h, linux.h, osfelf.h, osfrose.h, sco.h,
1409         sco4.h, sco4dbx.h, sco5.h, sol2.h, sysv3.h (CPP_SPEC): Delete
1410         %[cpp_cpu].
1412 Mon Jul 13 23:31:04 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1414         * m68k.c (output_scc_di): Use cmpw #0 only for address registers.
1416 Mon Jul 13 23:26:43 1998  Jeffrey A Law  (law@cygnus.com)
1418         * tree.h (tree_common): Note front-end dependencies on layout of
1419         this structure.
1421 Mon Jul 13 23:18:39 1998  Craig Burley  <burley@gnu.org>
1423         * stmt.c (expand_expr_stmt): If not assigning fresh
1424         value to last_expr_value, zero it, so old garbage
1425         doesn't get dereferenced.
1427 Mon Jul 13 23:06:55 1998  Henning.Petersen@t-online.de (Henning Petersen)
1429         * gcse.c (hash_scan_insn): Add missing argument declaration.
1431 Mon Jul 13 18:59:13 1998  Jim Wilson  <wilson@cygnus.com>
1433         * configure.in (mips-sgi-irix5cross64, mips-sgi-irix5*): Remove
1434         HAVE_INTTYPES_H from xm_defines.  Define xm_file to mips/xm-iris5.h.
1435         * mips/xm-iris5.h (USG): Delete.
1437 Mon Jul 13 17:18:47 1998  Nick Clifton  <nickc@cygnus.com>
1439         * cccp.c (main): Add support for parsing --help.
1440         (display_help): New function: display command line switches.
1442         * cpplib.c (cpp_handle_option): Add support for parsing --help.
1443         (display_help): New function: display command line switches.
1445         * gcc.c (main): Add support for parsing --help, and passing it on
1446         to the sub-processes invoked by gcc.
1447         (display_help): New function: display comman line switches.     
1449         * tm.texi (TARGET_SWITCHES and TARGET_OPTIONS): Document
1450         'description' field added to structure.  
1452         * toplev.c: Add support for parsing --help.
1453         Add documentation strings to command line option tables.
1454         (display_help): New function: display comman line switches.
1456 Mon Jul 13 16:15:10 1998  John Carr  <jfc@mit.edu>
1458         * sparc.c, sparc.h, sparc.md: New trampoline code.
1459         Allow integer operand 1 to V8+ DImode shift instructions.
1460         Fix bugs in V8+ wide multiply patterns.
1461         In 32 bit mode, split DImode register moves and logical instructions. 
1462         Write V9 branch prediction flag.
1463         Use V9 conditional move more often for scc.
1465 Mon Jul 13 15:10:09 1998  Philippe De Muyter  <phdm@macqel.be>
1467         * invoke.texi(-fno-builtin): Explain that the names of built-in
1468         functions begin with `__builtin_', not `__'.
1470 Mon Jul 13 19:01:52 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1472         * reload1.c (reload_reg_free_before_p): Abort for RELOAD_FOR_OUTPUT.
1474 Mon Jul 13 10:50:17 1998  Mark Mitchell  <mark@markmitchell.com>
1476         * cplus-dem.c (SCOPE_STRING): Remove DMGL_JAVA stuff.
1477         (cplus_demangle_opname):  Initialize work.
1478         (demangle_template): Remove is_java_array.
1479         (do_type): Remove DMGL_JAVA stuff.
1480         (long_options): Remove "java".
1481         (main): Remove 'j' option.
1483 Mon Jul 13 10:19:00 1998  Jeffrey A Law  (law@cygnus.com)
1485         * mn10300.h (REG_CLASS_FROM_LETTER): Map 'y' to SP_REGS.
1486         Handle 'x' as NO_REGS for this cpu.
1487         (REGNO_OK_FOR_BIT_BASE_P): Define.
1488         (REG_OK_FOR_BIT_BASE_P): Define.
1489         (GO_IF_LEGITIMATE_ADDRESS): Use them.
1490         (REG_OK_FOR_INDEX_P): Tweak.
1491         * mn13000.c (REG_SAVE_BYTES): Define.
1492         (expand_epilogue, initial_offset): Use it.
1493         (secondary_reload_class): Slightly reformat.
1494         (output_tst): Tweak comments.
1495         * mn10300.md: Change 'x' to 'y' for SP_REGS.  Then add 'x' to many
1496         patterns.
1497         (addsi3): Turn into a define_expand/define_insn pair.  Rework code for
1498         three operand addition case to be more efficient.
1499         (subsi3): Turn into a define_expand/define_insn pair.
1501         * expr.c (expand_expr): Only set MEM_IN_STRUCT_P if the memory address
1502         is not varying for REFERENCE_TYPE or when we think we might have found
1503         an optimized access to the first element in an array.
1505 Mon Jul 13 02:24:08 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1507         * regclass.c (reg_scan_mark_refs): New arg min_regno.  Only update
1508         regscan information for REGs with numbers greater than or equal to
1509         this.  All callers changed.
1510         (reg_scan_update): New function to efficiently update regscan
1511         information on the fly.
1512         * rtl.h: Add prototype.
1513         * jump.c (jump_optimize): Call it when we make a transformation
1514         which generates new pseudo-REGs.
1516 Sun Jul 12 13:08:14 1998  Jeffrey A Law  (law@cygnus.com)
1518         * collect2.c (main): Use "-x c" instead of "-lang-c" for force the
1519         compiler into C mode.
1521 Sun Jul 12 01:27:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
1523         * cplus-dem.c (demangle_nested_args): Return a value.
1525         * tree.h (TYPE_P): New macro.
1527 Sat Jul 11 16:19:48 1998  Mark Mitchell  <mark@markmitchell.com>
1529         * cplus-dem.c (string): Move definition before work_stuff.
1530         (work_stuff): Add volatile_type, forgetting_types,
1531         previous_argument, and nrepeats fields.
1532         (SCOPE_STRING): New macro.
1533         (demangle_template): Add `remember' parameter.  Add comment.
1534         Register the `B' code type here, if remembering.  Tidy.  Fix crash
1535         on NULL tmpl_argvec.  Be consistent with use of tname/trawname.
1536         (demangle_nested_args): New function.
1537         (internal_cplus_demangle): Handle volatile-qualified member
1538         functions. 
1539         (mop_up): Delete the previous_argument string if present.
1540         (demangle_signature): Tidy.  Handle volatile-qualified member
1541         functions.  Handle back-references using the `B' code.  Use extra
1542         parameter to demangle_template and SCOPE_STRING where appropriate.
1543         (demangle_template_value_parm): Fix thinko; 'B' is not an integral
1544         code. 
1545         (demangle_class): Use SCOPE_STRING.
1546         (gnu_special): Pass additional argument to demangle_template.
1547         Use SCOPE_STRING.
1548         (demangle_qualified): Save qualified types for later
1549         back-references.  Handle constructors and destructors for template
1550         types correctly.
1551         (do_type): Tidy.  Use SCOPE_STRING.  Pass extra argument to
1552         demangle_template.  Use demangled_nested_args.  Don't remember
1553         qualified types here; that's now done in demangle_qualified.
1554         Similarly for templates.
1555         (do_arg): Improve commment.  Handle 'n' repeat code.
1556         (remember_type): Check forgetting_types.
1557         (demangle_args): Deal with 'n' repeat codes.  Tidy.
1558         
1559 Sat Jul 11 02:59:08 1998  Richard Earnshaw  <rearnsha@arm.com>
1561         * arm.md (extendhisi2_mem, movhi, movhi_bytes): Propagate the volatile
1562         and structure attribute flags to MEMs generated.
1563         (splits for sign-extended HI & QI mode from memory):  Also propagate 
1564         the volatile flag.
1566         * configure.in (thumb-*-coff*): Don't cause fixincludes to be run.
1568 Fri Jul 10 19:06:59 1998  Michael Meissner  <meissner@cygnus.com>
1570         * varray.h: Include system.h if it hasn't already been included
1571         before to get size_t declared.
1573 Fri Jul 10 12:53:58 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1575         * jump.c (jump_optimize): If after_regscan and our transformations
1576         generate new REGs, rerun reg_scan.
1578 Fri Jul 10 11:50:43 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
1580         * config/i960/i960.c (i960_address_cost): MEMA operands with
1581         positive offsets < 4096 are free.
1583 Fri Jul 10 12:34:37 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1585         * config/m68k/m68k.c (const_uint32_operand): Recognize
1586         CONSTANT_P_RTX.
1587         (const_sint32_operand): Likewise. 
1589 Thu Jul  9 22:58:59 1998  Jeffrey A Law  (law@cygnus.com)
1591         * Makefile.in (alias.o): Depend on $(EXPR_H).
1593 Thu Jul  9 18:24:56 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1595         * reload1.c (choose_reload_regs): If using an equivalence from
1596         find_equiv_reg and reg_reloaded_valid is not set for this register,
1597         clear the associated spill_reg_store.
1599 Thu Jul  9 18:12:49 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1601         * reload1.c (emit_reload_insns): If an output reload copies only
1602         to a secondary reload register, indicate that the secondary reload
1603         does the actual store.
1605 Thu Jul  9 18:01:05 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1607         * reload.c (find_equiv_reg): If need_stable_sp is set,
1608         check if stack pointer is changed directly in a PARALLEL.
1610 Thu Jul  9 10:38:14 1998  Jeffrey A Law  (law@cygnus.com)
1612         * jump.c (duplicate_loop_exit_test): Fix thinko.
1614 Thu Jul  9 01:30:37 1998  Joel Sherrill  <joel@OARcorp.com>
1615                           Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617         * config/i386/rtemself.h: Updated to keep in sync with
1618         config/i386/linux.h.
1620         * configure.in: Added sh-rtemself.
1621         * configure: Rebuilt.
1622         * config/sh/rtems.h: Removed -D__ELF__ since it is now COFF.
1623         * config/sh/rtemself.h: New file.
1625         * config/rs6000/rtems.h: Defined STARTFILE_DEFAULT_SPEC.
1627 Wed Jul  8 21:43:14 1998  Jeffrey A Law  (law@cygnus.com)
1629         * configure.in: Check if the assembler supports ".balign" and
1630         ".p2align" and define HAVE_GAS_BALIGN_AND_P2ALIGN appropriately.
1631         * acconfig.h (HAVE_GAS_BALIGN_AND_P2ALIGN): New tag.
1632         * i386/gas.h (ASM_OUTPUT_ALIGN): If the assembler has support for
1633         ".balign" then use it.
1635         * print-rtl.c (print_rtx): Revert previous patch.
1637         * jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit
1638         test if the exit code has an insn with ASM_OPERANDS.
1640         * i386/cygwin32.h (STDIO_PROTO): Fix typo.
1641         * m32r.h (STDIO_PROTO): Fix typo.
1643         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by
1644         LEGITIMIZE_RELOAD_ADDRESS.
1645         * tm.texi (LEGITIMIZE_RELOAD_ADDRESS): Note that this macro must be
1646         able to handle addresses created by previous invocations of the macro.
1648         * flow.c (find_auto_inc): Remove most recent change.  Real bug was
1649         elsewhere.
1651         * cse.c (count_reg_usage): Count registers used in addresses of
1652         CLOBBERs.
1654 Wed Jul  8 15:08:29 1998  Jim Wilson  <wilson@cygnus.com>
1656         * Makefile.in (STAGESTUFF): Readd line lost during June 9 FSF merge.
1658         * configure.in (mips64orion-*-rtems*): Use elf64.h not elfl64.h.
1660 1998-07-08  Vladimir N. Makarov  <vmakarov@cygnus.com>
1662         * config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function
1663         stubs.
1665         * toplev.c (lang_options): Add -Wlong-long, -Wno-long-long
1666         options.
1667         * c-decl.c (warn_long_long): Define.
1668         (c_decode_option): Parse -Wlong-long, -Wno-long-long options.
1669         (grokdeclarator): Add flag `warn_long_long' as guard for
1670         warning "ANSI C does not support `long long'".
1671         * invoke.texi: Add description of options -Wlong-long,
1672         -Wno-long-long.
1673         * gcc.1: The same as above.
1674         
1675 Wed Jul  8 02:43:34 1998  Jeffrey A Law  (law@cygnus.com)
1677         * rtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_PART.  If
1678         either argument is CONSTANT_P, then return zero.
1679         * reload.c (reg_overlap_mentioned_for_reload_p): Similarly.
1681         * configure.in: Also look at $srcdir/gas/configure to find a 
1682         gas version #.
1684 Wed Jul  8 00:28:22 1998  Carlo Wood <carlo@runaway.xs4all.nl>
1686         * dsp16xx.h : Clean up of macro OPTIMIZATION_OPTIONS
1688 Tue Jul  7 21:18:14 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1690         * i386/cygwin32.h (ASM_DECLARE_FUNCTION_NAME): Merge duplicate
1691         definitions from last two patches.
1693 Tue Jul  7 23:03:34 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1695         * reload1.c (choose_reload_regs): Don't set reload_override_in
1696         if EQUIV is clobbered in INSN and the reload is done after INSN.
1698 Tue Jul  7 21:23:36 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1700         * expr.c (emit_queue): If emitting a SEQUENCE, set QUEUED_INSN
1701         to the first insn of the sequence.
1703 Tue Jul  7 21:05:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1705         * cse.c (cse_insn): Don't make change without validation.
1707 Tue Jul  7 11:40:05 1998  Jeffrey A Law  (law@cygnus.com)
1709         * mn10200.md (various zero/sign extension patterns): zero and sign
1710         extensions which use "sub" clobber cc0.
1712 Tue Jul 7 09:12:08 PDT 1998 Jeff Law  (law@cygnus.com)
1714         * version.c: Bump for snapshot.
1716 Tue Jul  7 10:07:20 1998  Jeffrey A Law  (law@cygnus.com)
1718         * print-rtl.c (print_rtx): Use REAL_VALUE_TYPE instead of "double".
1720 Tue Jul  7 08:41:27 1998  Richard Henderson  (rth@cygnus.com)
1722         * print-rtl.c (print_rtx): Only print fp values when REAL_VALUE_TYPE
1723         is a double.
1725 Tue Jul 7 00:31:58 PDT 1998 Jeff Law  (law@cygnus.com)
1727         * version.c: Bump for snapshot.
1729 Tue Jul  7 01:03:03 1998  Mumit Khan <khan@xraylith.wisc.edu>
1731         Support for dllimport and dllexport attributes for i386-pe.
1733         * tree.h (DECL_NON_ADDR_CONST_P): New accessor macro.
1734         (struct tree_decl): Add non_addr_const_p field.
1735         * tree.c (staticp): Use.
1737         * i386/cygwin32.h (CPP_PREDEFINES): Map __declspec(x) to GCC
1738         attributes.
1739         (SUBTARGET_SWITCHES): Switches to turn on/off dllimport|export
1740         attributes. Also accept -mwindows option.
1741         (VALID_MACHINE_DECL_ATTRIBUTE): New macro.
1742         (MERGE_MACHINE_DECL_ATTRIBUTE): New macro.
1743         (REDO_SECTION_INFO_P): New macro.
1744         (DRECTVE_SECTION_FUNCTION): New macro.
1745         (drectve_section): Cover function to implement above.
1746         (SWITCH_TO_SECTION_FUNCTION): New macro.
1747         (switch_to_section): Covert function to implement above.
1748         (EXTRA_SECTIONS): Add in_drectve.
1749         (EXTRA_SECTION_FUNCTIONS): Add in_drectve and switch_to_section.
1750         (ENCODE_SECTION_INFO): Delete old macro and redefine as a function.
1751         (STRIP_NAME_ENCODING): Handle new attributes.
1752         (ASM_OUTPUT_LABELREF): New macro.
1753         (ASM_OUTPUT_FUNCTION_NAME): New macro.
1754         (ASM_OUTPUT_COMMON): New macro.
1755         (ASM_OUTPUT_DECLARE_OBJECT_NAME): New macro.
1757         * i386/mingw32.h (CPP_PREDEFINES): Map __declspec(x) to GCC
1758         attributes.
1760         * i386/winnt.c (i386_pe_valid_decl_attribute_p): New function.
1761         (i386_pe_merge_decl_attributes): New function.
1762         (i386_pe_check_vtable_importexport): New function.
1763         (i386_pe_dllexport_p): New function.
1764         (i386_pe_dllimport_p): New function.
1765         (i386_pe_dllexport_name_p): New function.
1766         (i386_pe_dllimport_name_p): New function.
1767         (i386_pe_mark_dllexport): New function.
1768         (i386_pe_mark_dllimport): New function.
1769         (i386_pe_encode_section_info): New function.
1770         (i386_pe_unique_section): Strip encoding from name first.
1772 Tue Jul  7 00:50:17 1998  Manfred Hollstein   (manfred@s-direktnet.de)
1774         * libgcc2.c (L_exit): Provide a fake for atexit on systems which
1775         define ON_EXIT but not HAVE_ATEXIT.
1777 Tue Jul  7 00:44:35 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1779         * m68k.md (zero_extend QI to HI): Correctly handle TARGET_5200.
1781 Tue Jul  7 00:36:41 1998  Ulrich Drepper <drepper@cygnus.com>
1783         * i386.c: Remove random whitespace at end of lines.
1785         * i386.c (ix86_epilogue): For pentium processors, try to deallocate
1786         4 or 8 byte stacks with pop instructions instead of an add instruction.
1788 Tue Jul  7 00:30:08 1998  Klaus Kaempf <kkaempf@rmi.de>
1790         * alpha.c: Include tree.h before expr.h.
1792 Mon Jul  6 22:50:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
1794         * c-parse.in (struct_head, union_head, enum_head): New nonterminals.
1795         (structsp): Use them.  Update files generated from c-parse.in.
1796         * extend.texi (Type Attributes): Document it.
1798         * c-decl.c: Add warn_multichar.
1799         (c_decode_option): Handle -Wno-multichar.
1800         * c-lex.c (yylex): Check it.
1801         * c-tree.h: Declare it.
1802         * toplev.c (lang_options): Add it.
1803         * invoke.texi: Document it.
1805 Mon Jul  6 22:47:55 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1807         * reload.c (find_equiv_reg): When looking for stack pointer + const,
1808         make sure we don't use a stack adjust.
1810         * reload.c (find_equiv_reg): If need_stable_sp is set,
1811         check if stack pointer is changed directly.
1813         * reload1.c (delete_dead_insn): Don't delete feeding insn
1814         if that insn has side effects.
1816         * flow.c (find_auto_inc): Clear UNCHANGING bit of register that is
1817         changed.
1819         * reload1.c (reload_reg_free_before_p): RELOAD_FOR_OPADDR_ADDR
1820         precedes RELOAD_FOR_OUTADDR_ADDRESS.
1822         * gcse.c (hash_scan_insn): New argument IN_LIBCALL_BLOCK.  Changed
1823         caller.
1825 Mon Jul  6 22:21:56 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
1827         * m68k.c (output_scc_di): Use cmpw #0 instead of tstl when
1828         testing address registers on the 68000.
1830 Mon Jul  6 22:17:19 1998  Alasdair Baird        <alasdair@wildcat.demon.co.uk>
1832         * i386.c (is_fp_test): Fix thinko.
1834         * jump.c (jump_optimize) Check for CONST_INT before using INTVAL.
1836 Mon Jul  6 22:14:31 1998  Richard Henderson  (rth@cygnus.com)
1838         * print-rtl.c (print_rtx): Display the real-value equivalent of
1839         a const_double when easy.
1841         * real.h (REAL_VALUE_TO_TARGET_SINGLE): Use a union to pun types.
1842         Zero memory first for predictability.
1843         (REAL_VALUE_TO_TARGET_DOUBLE): Likewise.
1844         * varasm.c (immed_real_const_1): Notice width of H_W_I == double.
1846         * regclass.c (allocate_reg_info): Initialize the entire reg_data
1847         virtual array.
1849 Mon Jul  6 22:09:32 1998  Ian Lance Taylor  <ian@cygnus.com>
1850                           Jeff Law          <law@cygnus.com>
1853         * i386/cygwin32.h: Add some declaration of external functions.
1854         (ASM_DECLARE_FUNCTION_NAME): Define.
1855         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
1856         (ASM_FILE_END): Define.
1857         * i386/winnt.c (i386_pe_declare_function_type): New function.
1858         (struct extern_list, extern_head): Define.
1859         (i386_pe_record_external_function): New function.
1860         (i386_pe_asm_file_end): New function.
1862         * cpplib.c (cpp_options_init): Initialize cplusplus_comments to 1,
1863         matching July 18, 1995 change to cccp.c.  If -traditional then
1864         disable cplusplus_comments.
1866 Mon Jul  6 21:28:14 1998  Jeffrey A Law  (law@cygnus.com)
1868         * combine.c (expand_compound_operation): Fix thinko in code to optimize
1869         (zero_extend:DI (subreg:SI (foo:DI) 0)) to foo:DI.
1871         * Disable the following change from gcc2.  Not appropriate for egcs:
1873         Sun Jun  7 09:30:31 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1874         * reload.c (find_reloads): Give preference to pseudo that was the
1875         reloaded output of previous insn.
1877 Mon Jul  6 21:07:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1879         * aclocal.m4 (GCC_FUNC_PRINTF_PTR): Don't define HOST_PTR_PRINTF.
1880         Instead, define a new macro HAVE_PRINTF_PTR which only signifies
1881         whether we have the %p format specifier or not.
1883         * acconfig.h: Delete stub for HOST_PTR_PRINTF, add HAVE_PRINTF_PTR.
1884         
1885         * machmode.h (HOST_PTR_PRINTF): When determining the definition,
1886         check HAVE_PRINTF_PTR to see whether "%p" is okay.
1888         * mips-tfile.c: Include machmode.h to get HOST_PTR_PRINTF.
1890         * Makefile.in (mips-tfile.o): Depend on machmode.h.
1892 Mon Jul  6 10:42:05 1998  Mark Mitchell  <mark@markmitchell.com>
1894         * jump.c (duplicate_loop_exit_test): Don't refuse to copy a
1895         section of code just because it contains
1896         NOTE_INSN_BLOCK_{BEG,END}.
1897         * stmt.c (expand_end_loop): Likewise.  Also, don't refuse to 
1898         move CALL_INSNs or CODE_LABELs.  When moving code, don't move
1899         NOTE_INSN_BLOCK_{BEG,END}.
1901 Mon Jul  6 09:38:15 1998  Mark Mitchell  <mark@markmitchell.com>
1903         * cse.c (CSE_ADDRESS_COST): New macro, based on ADDRESS_COST, but 
1904         dealing with ADDRESSOF.
1905         (find_best_addr): Use it. 
1907 Mon Jul  6 09:27:08 1998  Richard Henderson  <rth@cygnus.com>
1909         * alpha/vms.h (TRAMPOLINE_TEMPLATE): Revert last change.
1911 Mon Jul  6 09:25:06 1998  Dave Love  <d.love@dl.ac.uk>
1913         * libgcc2.c (__eprintf): Make args consistent with prototype in
1914         assert.h.
1916 Mon Jul  6 00:28:43 1998  Mark Mitchell  <mark@markmitchell.com>
1918         * cse.c (cse_insn): When SETting (MEM (ADDRESSOF (X))) to Y,
1919         don't claim that the former is equivalent to the latter.
1921 Sun Jul  5 23:58:19 1998  Jeffrey A Law  (law@cygnus.com)
1923         * cse.c (cse_insn): Second arg is an RTX now.  Update all callers.
1924         (cse_basic_block): Keep track of the current RETVAL insn for a
1925         libcall instead of just noting that we're in a libcall.
1927         * combine.c (simplify_comparison): Do not commute a AND into
1928         a paradoxical SUBREG if not WORD_REGISTER_OPERATIONS.
1930         * i386/freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Protect with
1931         HAVE_GAS_MAX_SKIP_P2ALIGN.
1932         * i386/linux.h: Likewise.
1933         
1934 Fri Jul  3 02:33:35 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1936         * sparc.c (sparc_operand, move_operand, arith_operand,
1937         arith11_operand, arith10_operand, arith_double_operand,
1938         arith11_double_operand, arith10_double_operand, small_int,
1939         uns_small_int): Recognize CONSTANT_P_RTX.
1940         (output_sized_memop, output_move_with_extension,
1941         output_load_address, output_size_for_block_move,
1942         output_block_move, delay_operand): Remove, has not been
1943         enabled or referenced for years.
1944         * sparc.md (movstrsi, block_move_insn): Likewise.
1945         * sparc.h (PREDICATE_CODES): Define.
1946         * linux-aout.h (MACHINE_STATE_{SAVE,RESTORE}): Override with
1947         version which uses getcc/setcc traps to save/restore condition
1948         codes.
1949         * linux64.h: Likewise.
1950         * sunos4.h: Likewise.
1951         * linux.h: Likewise.
1952         * sol2.h: Likewise.
1953         * sun4o3.h: Likewise.
1955 Fri Jul  3 02:28:05 1998  Richard Henderson  <rth@cygnus.com>
1957         * alpha.c (alpha_initialize_trampoline): Hack around Pmode/ptr_mode
1958         lossage on VMS.  Reported by kkaempf@rmi.de.
1959         * alpha/vms.h (TRAMPOLINE_TEMPLATE): Add missing 0.
1961 Thu Jul  2 17:41:14 1998  Nick Clifton  <nickc@cygnus.com>
1963         * config/m32r/m32r.h (MUST_PASS_IN_STACK): Override default
1964         version. 
1966 Thu Jul  2 14:34:48 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1968         * expr.h (STACK_SIZE_MODE): New macro.
1969         * explow.c (allocate_dynamic_stack_space): Use it for
1970         mode of allocate_stack pattern increment operand.
1971         * tm.texi (STACK_SAVEAREA_MODE, STACK_SIZE_MODE): Document.
1972         * md.texi (stack_save_block, ...): Reflect use of macro.
1974         * rs6000.h (PROMOTE_MODE): Always promote to word_mode.
1975         (PROMOTE_FUNCTION_ARGS): Define.
1976         (PROMOTE_FUNCTION_RETURN): Define.
1977         (FUNCTION_VALUE): Promote to word_mode if smaller.
1978         Convert to gen_rtx_FOO.
1979         * rs6000.md (call_indirect): Store doubleword in 64-bit mode.
1980         Convert to gen_rtx_FOO.
1981         * rs6000.c: Convert to gen_rtx_FOO.
1982         
1983 Thu Jul  2 14:16:11 1998  Michael Meissner  <meissner@cygnus.com>
1985         * varray.{c,h}: New files to provide virtual array support.
1987         * Makefile.in (OBJS): Add varray.o.
1988         (varray.o): Add new file.
1989         (REGS_H): New variable for dependencies for files including
1990         regs.h.  Add varray.h and files it includes.  Change all regs.h
1991         dependencies to $(REGS_H).
1993         * toplev.c (x{m,re}alloc): If size is 0, allocate 1 byte.
1994         (xcalloc): Provide frontend for calloc.
1995         * {tree,rtl}.h (xcalloc): Add declaration.
1997         * basic-block.h (REG_BASIC_BLOCK): Convert reg_n_info to be a
1998         varray.
2000         * regs.h (toplevel): Include varray.h.
2001         (reg_n_info): Switch to use a varray.
2002         (REG_*): Ditto.
2003         (allocate_reg_info): Change num_regs argument to be size_t.
2005         * regclass.c (reg_info_data): New structure to remember groups of
2006         reg_info structures allocated that are to be zeroed.
2007         ({pref,alt}class_buffer): New statics to hold buffers
2008         allocate_reg_info allocates for {pref,alt}class_buffer.
2009         (regclass): Use {pref,alt}class_buffer to initialize
2010         {pref,alt}class.
2011         (allocate_reg_info): Switch to make reg_n_info use varrays.
2012         Allocate buffers for the preferred and alter register class
2013         information.  Change num_regs argument to be size_t, not int.
2015         * flow.c (reg_n_info): Switch to use varrays.
2017 Thu Jul  2 10:11:47 1998  Robert Lipe  <robertl@dgii.com>
2019         * install.texi (sco3.2v5): Document new --with-gnu-as flag.
2020         * config/i386/sco5.h (JUMP_TABLES_IN_TEXT_SECTION): Defined as
2021         in other targets.
2022         (USE_GAS): Conditionalize away native assembler usage.
2023         * config/i386/sco5gas.h: New file.
2024         * config/i386/t-sco5gas: New file.
2025         * configure.in (ix86-sco3.2v5*): Use new files if --with-gnu-as
2027 Thu Jul 2 08:20:00 1998  Catherine Moore  <clm@cygnus.com>
2029         * haifa-sched.c (alloc_EXPR_LIST):  Change to use
2030         unused_expr_list.
2032 Thu Jul  2 14:13:28 1998  Dave Love  <d.love@dl.ac.uk>
2034         * Makefile.in (install-info): Don't use $realfile.  Ignore
2035         possible errors from the install-info program.
2037 Thu Jul  2 01:53:32 1998  Alasdair Baird        <alasdair@wildcat.demon.co.uk>
2039         * combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs.
2041 Wed Jul  1 23:06:03 1998  Richard Henderson  <rth@cygnus.com>
2043         * i386.h (HARD_REGNO_MODE_OK): Kill spurrious test.
2044         (MODES_TIEABLE_P): Tie SImode and HImode.
2046 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2048         * invoke.texi (Optimize Options): Fix typo.
2050 Wed Jul  1 22:25:43 1998  Jim Wilson  <wilson@cygnus.com>
2052         * xcoffout.c (xcoffout_begin_function): Call xcoffout_block for
2053         the zero'th block.
2055 Wed Jul  1 23:12:58 1998  Ken Raeburn  <raeburn@cygnus.com>
2057         * h8300.c (print_operand): Delete %L support.
2058         * h8300.md (branch_true, branch_false): Use %= with a prefix
2059         instead of %L for local branch labels.
2061 Wed Jul  1 21:27:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2063         * reload1.c (emit_reload_insns): Use proper register classes for
2064         SECONDARY_INPUT_RELOAD_CLASS / SECONDARY_MEMORY_NEEDED code.
2066 Wed Jul  1 21:17:36 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2068         * reload.c (find_reloads): If there are multiple
2069         RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_OUTPUT_ADDRESS reloads for
2070         one operand, change RELOAD_FOR_INPADDR_ADDRESS /
2071         RELOAD_FOR_OUTADDR_ADDRESS for all but the first
2072         RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_OUTPUT_ADDRESS reloads.
2074 Wed Jul  1 17:23:23 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2076         * regmove.c (fixup_match_2): Check that P has RTX_CLASS 'i' before
2077         using its PATTERN.
2079 Wed Jul  1 05:04:41 1998  Richard Henderson  <rth@cygnus.com>
2081         * expr.c (emit_group_load, emit_group_store): Rewrite considering
2082         the size and alignment of the structure being manipulated. 
2083         * expr.c, calls.c, function.c: Update all callers.
2084         * expr.h: Update prototypes.
2085         * cse.c (invalidate): Cope with parallels.
2087 Wed Jul  1 04:22:23 1998  Richard Henderson  <rth@cygnus.com>
2089         * sparc.c (function_arg_record_value): Take a MODE arg with which to
2090         create the PARALLEL.  Update all callers.
2092 Wed Jul  1 04:10:35 1998  Richard Henderson  <rth@cygnus.com>
2094         * expr.c (expand_assignment, store_constructor, expand_expr): Use
2095         convert_memory_address instead of convert_to_mode when possible.
2097 Wed Jul  1 03:48:00 1998  Richard Henderson  <rth@cygnus.com>
2099         * alpha.c (alpha_initialize_trampoline): Take arguments describing
2100         the layout.  Use ptr_mode.  Disable hint generation.  Use gen_imb.
2101         * alpha.h (INITIALIZE_TRAMPOLINE): Pass extra args to the init func.
2102         (TRANSFER_FROM_TRAMPOLINE): Move ...
2103         * alpha/osf.h: ... here.
2104         * alpha/vms.h (INITIALIZE_TRAMPOLINE): Use alpha_initialize_trampoline.
2105         (TRANSFER_FROM_TRAMPOLINE): Remove undef.
2106         * alpha/win-nt.h: Likewise.
2107         * alpha/vxworks.h: Likewise.
2109         * alpha/linux.h: Revert gcc2 merge lossage.
2111 Wed Jul  1 10:56:55 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2113         * c-decl.c (grokdeclarator): Don't warn about implicit int in
2114         `typedef foo = bar'.
2116 Wed Jul  1 02:12:33 1998  Robert Lipe  <robertl@dgii.com>
2118         * i386.c (asm_output_function_prefix): Make 686 function
2119         prologues not issue .types for non-global lables.
2121 Tue Jun 30 23:46:53 1998  Dmitrij Tejblum <tejblum@arc.hq.cti.ru>
2123         * i386/freebsd.h (WCHAR_TYPE): Chagne to an "int".
2124         (WCHAR_TYPE_SIZE): Update appropriately.
2126 Tue Jun 30 23:16:39 1998  Jeffrey A Law  (law@cygnus.com)
2128         * flow.c (recompute_reg_usage): Does not return a value.
2129         * rtl.h (recompute_reg_usage): Update prototype.
2131         * jump.c (jump_optimize): Show that the jump chain is not
2132         valid when not optimizing.
2134 Tue Jun 30 16:01:01 1998  Richard Henderson  <rth@cygnus.com>
2136         * rtl.def (CONSTANT_P_RTX): New.
2137         * rtl.h (CONSTANT_P): Recognize it.
2138         * cse.c (fold_rtx): Eliminate it.
2139         * expr.c (can_handle_constant_p): New variable.
2140         (init_expr_once): Initialize it.
2141         (expand_builtin): Generate CONSTANT_P_RTX if the expression is not
2142         immediately recognizable as a constant.
2144         * alpha.c (reg_or_6bit_operand): Recognize CONSTANT_P_RTX.
2145         (reg_or_8bit_operand, cint8_operand, add_operand): Likewise.
2146         (sext_add_operand, and_operand, or_operand): Likewise.
2147         (reg_or_cint_operand, some_operand, input_operand): Likewise.
2148         * alpha.h (PREDICATE_CODES): Add CONSTANT_P_RTX where needed.
2150 1998-06-30  Benjamin Kosnik  <bkoz@bliss.nabi.net>
2152         * dbxout.c (dbxout_type_methods): Remove warn_template_debugging.
2154 Tue Jun 30 14:03:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2156         * aclocal.m4 (GCC_NEED_DECLARATION): Accept an optional second
2157         argument, which is typically preprocessor code used to draw in
2158         additional header files when looking for a function declaration.
2159         (GCC_NEED_DECLARATIONS): Likewise.
2161         * configure.in (GCC_NEED_DECLARATIONS): Add checks for getrlimit
2162         and setrlimit, search for them in sys/resource.h.
2164         * acconfig.h: Add stubs for NEED_DECLARATION_GETRLIMIT and
2165         NEED_DECLARATION_SETRLIMIT.
2167         * system.h: Prototype getrlimit/setrlimit if necessary.
2169 Tue Jun 30 10:54:48 1998  Mark Mitchell  <mark@markmitchell.com>
2171         * rtl.texi: Don't say that RTX_INTEGRATED_P is not depended
2172         upon.
2174 Tue Jun 30 13:11:42 1998  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2176         * rs6000/sysv4.h (asm output): add tabs for asm directives.
2178 Tue Jun 30 13:11:42 1998  David Edelsohn <edelsohn@mhpcc.edu>
2180         * Makefile.in (FLAGS_TO_PASS): Set AR_FLAGS to AR_FOR_TARGET_FLAGS.
2182 Tue Jun 30 08:59:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2184         * gansidecl.h (ATTRIBUTE_UNUSED): Use __unused__ not `unused'.
2185         Don't define NULL here.  Also, remove all vestiges of autoconf
2186         based checks for bcmp/bcopy/bzero/index/rindex.
2188         * system.h: Immediately after including stdio.h, check for and if
2189         necessary provide a default definition of NULL.
2191 Tue Jun 30 08:22:05 1998  Michael Meissner  <meissner@cygnus.com>
2193         * reload1.c (reload_cse_simplify_operands): Call
2194         fatal_insn_not_found, not abort.
2196 Tue Jun 30 02:34:02 1998  Jeffrey A Law  (law@cygnus.com)
2198         * choose-temp.c (make_temp_file): Accept new argument for the
2199         file suffix to use.  Allocate space for it and add it to the
2200         template.
2201         * mkstemp.c (mkstemps): Renamed from mkstemp.  Accept new argument
2202         for the length of the suffix.  Update template struture checks
2203         to handle optinal suffix.
2204         * collect2.c (make_temp_file): Update prototype.
2205         (main): Put proper suffixes on temporary files.
2206         * gcc.c (make_temp_file): Update prototype.
2207         (do_spec_1): Put proper suffixes on temporary files.
2209 Tue Jun 30 00:56:19 1998  Bruno Haible <haible@ilog.fr>
2211         * invoke.texi: Document new implicit structure initialization
2212         warning.
2214 Mon Jun 29 22:12:06 1998  Jeffrey A Law  (law@cygnus.com)
2216         * Merge from gcc2 June 9, 1998 snapshot.  See ChangeLog.13 for
2217         details.
2219         * pa.c, pa.h, pa.md: Convert to gen_rtx_FOO.
2221 Mon Jun 29 20:12:41 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2223         * Makefile.in (fix-header): Don't needlessly depend on cpperror.o.
2225         * alias.c (CHECK_ALIAS_SETS_FOR_CONSISTENCY): Cast expansion to
2226         void since it is evaluated in a comma list.
2228         * mips.h (ASM_GENERATE_INTERNAL_LABEL): Always sprintf `NUM'
2229         argument as a long and cast `NUM' to long to ensure it is of the
2230         proper width.  Wrap macro arguments in parens when they appear in
2231         the expansion.
2233         * sol2.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2235         * sparc.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2236         (ASM_DECLARE_RESULT): Fix fprintf format specifier to match
2237         function argument return type.
2238         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_FP_P,
2239         REGNO_OK_FOR_CCFP_P): Use `(unsigned)' not `U'.
2241         * cpplib.c (cpp_message_from_errno): Remove unneeded argument to
2242         cpp_message.
2244         * dbxout.c: Fix the comments after an #endif to reflect the actual
2245         condition tested in the preceding #if.
2247         * except.c (find_all_handler_type_matches): Switch to old-style
2248         function definition.
2250         * expr.c (expand_builtin): Remove unused variable `type' twice.
2252         * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Cast -1 before comparing it
2253         to an unsigned long.
2255         * haifa-sched.c (print_insn_chain): Remove unused function.
2257         * objc/objc-act.c (build_msg_pool_reference): Hide prototype and
2258         definition.
2260         * toplev.c: When testing whether to include dbxout.h, also include
2261         it when XCOFF_DEBUGGING_INFO is defined.
2263         * unroll.c (unroll_loop): Add parentheses around assignment used
2264         as truth value.
2266 Mon Jun 29 12:18:00 1998  Catherine Moore  <clm@cygnus.com>
2268         * config/lb1spc.asm (.div, .udiv): Replace routines.
2270 Mon Jun 29 09:44:24 1998  Mark Mitchell  <mark@markmitchell.com>
2272         * rtl.h: Update comment about special gen_rtx variants.
2273         * emit-rtl.c (gen_rtx): Handle MEMs using gen_rtx_MEM.
2275 Sun Jun 28 20:58:51 1998  Jeffrey A Law  (law@cygnus.com)
2277         * choose-temp.c (choose_temp_base): Restore original variant of
2278         this function for compatibility.
2279         (make_temp_file): This is the new, preferred interface to create
2280         temporary files.
2281         * collect2.c (choose_temp_base): Delete declaration.
2282         (make_temp_file): Declare.
2283         (temp_filename_length, temp_filename): Delete.
2284         (main): Use make_temp_file to get temporary files.  Use --lang-c
2285         to force the resulting ctort/dtor file to be compiled with the C
2286         compiler.  Make sure to remove temporary files on all exit paths.
2287         * gcc.c (make_temp_file): Provide prototype if MKTEMP_EACH_FILE is
2288         defined.
2289         (choose_temp_base): Only provide prototype if MKTEMP_EACH_FILE is
2290         not defined.
2291         (do_spec): Use make_temp_file if MKTEMP_EACH_FILE is defined.
2293 Sun Jun 28 08:57:09 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2295         * configure.in (GCC_NEED_DECLARATIONS): Add strerror, getcwd and
2296         getwd.
2298         * acconfig.m4: Add stubs for NEED_DECLARATION_STRERROR,
2299         NEED_DECLARATION_GETCWD and NEED_DECLARATION_GETWD. 
2301         * cccp.c: Remove strerror()/sys_nerr/sys_errlist decls.
2302         (my_strerror): Add prototype and make it static.
2304         * collect2.c: Likewise.
2306         * cpplib.c: Likewise.
2308         * gcc.c: Likewise, but keep `my_strerror' extern.
2310         * protoize.c: Likewise.
2312         * pexecute.c (my_strerror): Add argument to prototype.
2314         * system.h: Add prototypes for getcwd, getwd and strerror.  Add
2315         extern decls for sys_nerr and sys_errlist.  Make abort decl
2316         explicitly extern.
2318         * getpwd.c: Remove decls for getwd and getcwd.
2320 Sun Jun 28 02:11:16 PDT 1998 Jeff Law  (law@cygnus.com)
2322         * version.c: Bump for snapshot.
2324 Sat Jun 27 23:32:25 1998  Richard Henderson  <rth@cygnus.com>
2326         * jump.c (jump_optimize): Use side_effects_p & may_trap_p instead
2327         of rtx_unsafe_p.  Use modified_between_p instead of reg_set_between_p.
2328         Allow FP moves to be optimized.
2329         (rtx_unsafe_p): Delete.
2331 Sat Jun 27 23:02:04 1998  Richard Henderson  <rth@cygnus.com>
2333         * objc/archive.c: Remove <string.h> prototypes.
2335 Sat Jun 27 22:37:05 1998  Jeffrey A Law  (law@cygnus.com)
2337         * tm.texi (NEED_MATH_LIBRARY): Document new target macro.
2339         * Makefile.in (gencheck): Remove $(TREE_H) dependency.
2341 Sat Jun 27 20:20:00 1998  John Carr  <jfc@mit.edu>
2343         * dsp16xx.h (FIRST_PSEUDO_REGISTER): Add parentheses to definition.
2344         * dsp16xx.c (next_cc_user_unsigned): New function.
2345         Remove save_next_cc_user_code.
2346         (print_operand): Use HOST_WIDE_INT_PRINT_* macros.
2347         * dsp16xx.md: Call next_cc_user_unsigned instead of using
2348         save_next_cc_user_code.
2349         Use gen_rtx_* functions instead of gen_rtx.
2351 Sat Jun 27 20:18:34 1998  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2353         * rs6000.h: Add trap_comparison_operator to PREDICATE_CODES.
2355 Sat Jun 27 16:45:42 1998  Jeffrey A Law  (law@cygnus.com)
2357         * flow.c (count_reg_sets): New function.
2358         (count_reg_sets_1, count_ref_references): Likewise.
2359         (recompute_reg_usage): Likewise.
2360         * rtl.h (recompute_reg_usage): Add prototype.
2361         * toplev.c (rest_of_compilation): Call recompute_reg_usage just
2362         before local register allocation.
2364 Sat Jun 27 13:15:30 1998  Richard Henderson  <rth@cygnus.com>
2366         * alpha.md (negsf, negdf): Revert Jan 22 change.
2368 Sat Jun 27 07:35:21 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2370         * mkstemp.c: Include gansidecl.h.  Rename uint64_t to gcc_uint64_t.
2371         (mkstemp): Remove size specifier for variable `letters'.  Call
2372         gettimeofday, not __gettimeofday.
2374         * Makefile.in (EXPR_H): New dependency variable.
2375         (c-typeck.o): Depend on $(EXPR_H) instead of expr.h.
2376         (c-iterate.o): Likewise.
2377         (gencheck): Depend on $(TREE_H) instead of tree.h, etc.
2378         (stor-layout.o): Depend on $(EXPR_H) instead of expr.h.
2379         (toplev.o): Likewise.  Also depend on $(RECOG_H) instead of recog.h.
2380         (varasm.o): Depend on $(EXPR_H) instead of expr.h.
2381         (function.o): Likewise.
2382         (stmt.o): Likewise.
2383         (except.o): Likewise.
2384         (expr.o): Likewise.
2385         (calls.o): Likewise.
2386         (expmed.o): Likewise.
2387         (explow.o): Likewise.
2388         (optabs.o): Likewise.
2389         (sdbout.o): Likewise.
2390         (dwarf2out.o): Likewise.
2391         (emit-rtl.o): Likewise.
2392         (integrate.o): Likewise.
2393         (jump.o): Likewise.
2394         (cse.o): Likewise.
2395         (gcse.o): Likewise.  Also depend on $(BASIC_BLOCK_H) instead of
2396         basic-block.h.
2397         (loop.o): Depend on $(EXPR_H) instead of expr.h.
2398         (unroll.o): Likewise.
2399         (combine.o): Likewise.
2400         (reload.o): Likewise.
2401         (reload1.o): Likewise.
2402         (caller-save.o): Likewise.
2403         (reorg.o): Likewise.
2404         (alias.o): Don't depend on insn-codes.h.
2405         (regmove.o): Depend on $(RECOG_H)/$(EXPR_H) instead of recog.h/expr.h.
2406         (insn-emit.o): Depend on $(EXPR_H) instead of expr.h.
2407         (insn-opinit.o): Likewise.
2409 Sat Jun 27 01:35:14 1998  Jeffrey A Law  (law@cygnus.com)
2411         * choose-temp.c (choose_temp_base): Remove MPW bits.  Use mkstemp
2412         instead of mktemp.
2413         * gcc.c (MKTEMP_EACH_FILE): Define.
2414         (main): No need to call choose_temp_base if we are going to
2415         use choose_temp_base to create each file later.
2416         * mkstemp.c: New file.  Adapted from glibc.
2417         * Makefile.in (xgcc, colect2, protoize, unprotoize): Link in mkstemp.o
2418         (mkstemp.o): Add dependencies.
2420         * configure.in (gettimeofday): Check for its existance.
2421         * config.in (HAVE_GETTIMEOFDAY): Define.
2422         * configure: Rebuilt.
2424 1998-06-26  Michael Meissner  <meissner@cygnus.com>
2426         * rs6000.md (ne 0, non power case): Add missing & constraint.
2427         Name pattern ne0.
2428         (negative abs insns): Add pattern names.
2430 Fri Jun 26 17:36:42 1998  Dave Love  <d.love@dl.ac.uk>
2432         * Makefile.in (install-info): Run install-info program in separate
2433         loop.
2435 Fri Jun 26 16:03:15 1998  Michael Meissner  <meissner@cygnus.com>
2437         * haifa-sched.c (schedule_block): Add hooks for the machine
2438         description to reorder the ready list, and update how many more
2439         instructions can be issued this cycle.
2440         * tm.texi (MD_SCHED_{INIT,REORDER,VARIABLE_ISSUE}): Document.
2441         
2442 Fri Jun 26 11:54:11 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
2444         * config/sparc/sparc.h (REGNO_OK_FOR_{INDEX,BASE,FP,CCFP}_P):
2445         Explicitly mark the constant being compared against as unsigned.
2446         * config/sparc/sparc.c (sparc_select, cpu_default, cpu_table):
2447         Fully initialize final members.
2448         (mem_aligned_8): Explicit init of offset to zero.
2449         (output_function_prologue): Explicit init of n_regs to zero.
2450         (output_function_epilogue): Likewise, and mark arg size as
2451         unused.
2452         (init_cumulative_args): Mark libname and indirect as unused.
2453         (function_arg_pass_by_reference): Likewise for cum and named.
2454         (sparc_builtin_saveregs): Likewise for arglist.
2455         (sparc_flat_eligible_for_epilogue_delay): Likewise for slot.
2457 Fri Jun 26 06:58:54 1998  Richard Earnshaw (rearnsha@arm.com)
2459         * arm.h (SECONDARY_INPUT_RELOAD_CLASS): Only need a secondary reload
2460         if reloading a MEM.
2462         * arm.h (arm_adjust_cost): Renamed bogus prototype from 
2463         arm_adjust_code.
2464         (bad_signed_byte_operand): Add prototype.
2465         * arm.c (arm_override_options): Make I unsigned.
2466         (const_ok_for_arm): Add casts to the constants. 
2467         (load_multiple_operation): Don't redeclare elt in sub-block.
2468         (arm_gen_movstrqi): Delete external declaration of optimize.
2469         (gen_compare_reg): Declare parameter fp.
2471         * arm.c (final_prescan_insn): Only initialize scanbody if the insn
2472         has a pattern.
2474 Fri Jun 26 09:31:24 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2476         * alpha.c: Include system.h and toplev.h.
2477         (cint8_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
2478         (const48_operand): Likewise.
2479         (mode_width_operand): Likewise.
2480         (mode_mask_operand): Likewise.
2481         (mul8_operand): Likewise.
2482         (current_file_function_operand): Likewise.
2483         (signed_comparison_operator): Likewise.
2484         (divmod_operator): Likewise.
2485         (any_memory_operand): Likewise.
2486         (alpha_return_addr): Likewise for parameter `frame'.
2487         (alpha_builtin_saveregs): Likewise for parameter `arglist'.
2488         (vms_valid_decl_attribute_p): Likewise for parameters `decl' and
2489         `attributes'.
2490         (alpha_start_function): Likewise for parameter `decl'.  Use
2491         HOST_WIDE_INT_PRINT_DEC in call to fprintf.  Fix various format
2492         specifiers.  Remove unused variables `lab' and `name'.
2493         (alpha_end_function): Mark parameter `decl' with ATTRIBUTE_UNUSED.
2494         (check_float_value): Likewise for parameter `overflow'.
2495         (alpha_need_linkage): Likewise for parameters `name' and `is_local'.
2496         
2497         * alpha.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Define as
2498         taking an argument.
2499         (ASM_OUTPUT_SHORT): Cast argument to `int' in call to fprintf.
2500         (ASM_OUTPUT_CHAR): Likewise.
2501         (ASM_OUTPUT_BYTE): Likewise.
2502         (PRINT_OPERAND_ADDRESS): Use HOST_WIDE_INT_PRINT_DEC in call to
2503         fprintf.
2504         (PUT_SDB_EPILOGUE_END): Mention argument `NAME' in definition.
2505         Add prototypes for functions in alpha.c.
2507         * alpha.md (ashldi3): Add default case in switch.
2509 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
2511         * Makefile.in (gcc_version, gcc_version_trigger): New macros.
2512         (version): Initialize from $(gcc_version).
2514         * configure.in (version): Rename to gcc_version.
2515         (gcc_version_trigger): New variable; call AC_SUBST for it and
2516         emit it into the generated config.status.
2517         * configure: Regenerate.
2519 Thu Jun 25 12:47:41 1998  Mark Mitchell  <mark@markmitchell.com>
2521         * fold-const.c (make_range): Don't go looking at TREE_OPERANDs of
2522         nodes that are not expressions.
2524 Thu Jun 25 15:08:16 1998  Mark Mitchell  <mark@markmitchell.com>
2526         * invoke.texi (-fstrict-aliasing): Document.
2527         * rtl.texi (MEM_ALIAS_SET): Document.
2529         * flags.h (flag_strict_aliasing): Declare.
2530         * toplev.c (flag_strict_aliasing): Define.
2531         (f_options): Add -strict-aliasing.
2532         (main): Set flag_strict_aliasing if -O2 or higher.
2534         * tree.h (tree_type): Add alias_set field.
2535         (TYPE_ALIAS_SET): New macro.
2536         (TYPE_ALIAS_SET_KNOWN_P): Likewise.
2537         (get_alias_set): Declare.
2538         * tree.c (lang_get_alias_set): Define.
2539         (make_node): Initialize TYPE_ALIAS_SET.
2540         (get_alias_set): New function.
2541         * print-tree.c (print_node): Dump the alias set for a type.
2543         * c-tree.h (c_get_alias_set): Declare.
2544         * c-common.c (c_get_alias_set): New function.
2545         * c-decl.c (init_decl_processing): Set lang_get_alias_set.
2547         * expr.c (protect_from_queue): Propogage alias sets.
2548         (expand_assignment): Calculate alias set for new MEMs.
2549         (expand_expr): Likewise.
2550         * function.c (put_var_into_stack): Likewise.
2551         (put_reg_into_stack): Likewise.
2552         (gen_mem_addressof): Likewise.
2553         (assign_parms): Likewise.
2554         * stmt.c (expand_decl): Likewise.
2555         * varasm.c (make_decl_rtl): Eliminate redundant clearing of
2556         DECL_RTL.  Calculate alias set for new MEMs. 
2558         * rtl.def (REG): Add dummy operand.
2559         (MEM): Add extra operand to store the MEM_ALIAS_SET.
2560         * rtl.h (MEM_ALIAS_SET): New macro.
2561         (gen_rtx_MEM): Declare.
2562         * emit-rtl.c (gen_rtx_MEM): New function.
2563         * gengenrtl.c (sepcial_rtx): Make MEMs special.
2565         * alias.c (CHECK_ALIAS_SETS_FOR_CONSISTENCY): New macro.
2566         (DIFFERENT_ALIAS_SETS_P): Likewise.
2567         (canon_rtx): Propogate the alias set to the new MEM.
2568         (true_dependence): Check the alias sets.
2569         (anti_dependence): Likewise.
2570         (output_dependence): Likewise.
2571         * explow.c (stabilize): Progoate alias sets.
2572         * integrate.c (copy_rtx_and_substitute): Likewise.
2573         * final.c (alter_subreg): Make sure not to leave MEM_IN_STRUCT_P
2574         in an unpredictable state.  Propogate alias sets.
2575         * reload1.c (reload): Clear MEM_ALIAS_SET for new MEMs about which
2576         we have no alias information.
2577         
2578 Thu Jun 25 16:59:18 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
2580         * except.h (CATCH_ALL_TYPE): Definition moved to eh-common.h.
2581         (find_all_handler_type_matches): Add function prototype.
2582         * eh-common.h (CATCH_ALL_TYPE): Definition added.
2583         * except.c (find_all_handler_type_matches): Add function to find all
2584         runtime type info in the exception table.
2585         (output_exception_table_entry): Special case for CATCH_ALL_TYPE.
2587 Thu Jun 25 15:47:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2589         * Makefile.in (xcoffout.o): Depend on toplev.h, output.h and dbxout.h.
2591         * config/fp-bit.c (_fpmul_parts): Move variables `x', `ylow',
2592         `yhigh' and `bit' into the scope in which they are used.
2593         (_fpdiv_parts): Remove unused variables `low', `high', `r0', `r1',
2594         `y0', `y1', `q', `remainder', `carry', `d0' and `d1'.
2596         * rs6000.c: Move include of output.h below tree.h.  Include toplev.h.
2597         (any_operand): Mark unused parameters `op' and `mode' with
2598         ATTRIBUTE_UNUSED. 
2599         (count_register_operand): Likewise for parameter `mode'.
2600         (fpmem_operand): Likewise.
2601         (short_cint_operand): Likewise.
2602         (u_short_cint_operand): Likewise.
2603         (non_short_cint_operand): Likewise.
2604         (got_operand): Likewise.
2605         (got_no_const_operand): Likewise.
2606         (non_add_cint_operand): Likewise.
2607         (non_logical_cint_operand): Likewise.
2608         (mask_operand): Likewise.
2609         (current_file_function_operand): Likewise.
2610         (small_data_operand): Likewise for parameters `op' and `mode' but
2611         only when !TARGET_ELF.
2612         (init_cumulative_args): Mark parameters `libname' with
2613         ATTRIBUTE_UNUSED.
2614         (function_arg_pass_by_reference): Likewise for parameters `cum',
2615         `mode' and `named'.
2616         (expand_builtin_saveregs): Likewise for parameter `args'.
2617         (load_multiple_operation): Likewise for parameter `mode'.
2618         (store_multiple_operation): Likewise.
2619         (branch_comparison_operator): Likewise.
2620         (secondary_reload_class): Likewise.
2621         (print_operand): Add parentheses around & operation.
2622         (output_prolog): Mark parameter `size' with ATTRIBUTE_UNUSED.
2623         (output_epilog): Likewise.  Cast argument to fprintf to int.
2624         (rs6000_adjust_cost): Mark parameter `dep_insn' with ATTRIBUTE_UNUSED.
2625         (rs6000_valid_decl_attribute_p): Likewise for parameters `decl',
2626         `attributes', `identifier' and `args'.
2627         (rs6000_valid_type_attribute_p): Likewise for parameter `attributes'.
2628         (rs6000_comp_type_attributes): Likewise for parameters `type1' and
2629         `type2'.
2630         (rs6000_set_default_type_attributes): Likewise for parameter `type'.
2632         * rs6000.h (RTX_COSTS): Add parentheses around & operation.
2633         (toc_section, private_data_section, trap_comparison_operator): Add
2634         prototypes.
2636         * dbxout.h (dbxout_parms, dbxout_reg_parms, dbxout_syms): Add
2637         prototypes.
2639         * xcoffout.c: Include toplev.h, outout.h and dbxout.h.
2641         * xcoffout.h (stab_to_sclass, xcoffout_begin_function,
2642         xcoffout_begin_block, xcoffout_end_epilogue,
2643         xcoffout_end_function, xcoffout_end_block,
2644         xcoff_output_standard_types, xcoffout_declare_function,
2645         xcoffout_source_line): Add prototypes.
2647 Thu Jun 25 09:54:55 1998  Nick Clifton  <nickc@cygnus.com>
2649         * config/arm/arm.h (REG_ALLOC_ORDER): Add ARG_POINTER_REGNUM,
2650         noticed by grahams@rcp.co.uk.
2652 Thu Jun 25 11:12:29 1998  Dave Brolley  <brolley@cygnus.com>
2654         * gcc.c (default_compilers): Use new | syntax to eliminate
2655         string concatenation.
2657 Thu Jun 25 01:00:48 1998  Richard Henderson  <rth@cygnus.com>
2659         * alpha.c (alpha_function_name): Delete.
2660         (alpha_ra_ever_killed): Notice current_function_is_thunk.
2661         (alpha_sa_mask, alpha_sa_size, alpha_does_function_need_gp): Likewise.
2662         (alpha_start_function): Reorg from output_prologue.
2663         (alpha_end_function): Reorg from output_epilogue.
2664         * alpha.h (ASM_DECLARE_FUNCTION_NAME): Call alpha_start_function.
2665         (ASM_DECLARE_FUNCTION_SIZE): New.
2666         (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
2667         (PROFILE_BEFORE_PROLOGUE): Set.
2668         (ASM_OUTPUT_MI_THUNK): Remove bits now output by start/end_function.
2669         * alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): Likewise.
2671 Thu Jun 25 01:18:47 1998  John Wehle  (john@feith.com)
2673         * i386/freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
2675 1998-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2677         * expr.c (expand_assignment): Rework address calculation for structure
2678         field members to expose more invariant computations to the loop
2679         optimizer.
2680         (expand_expr): Likewise.
2682 Wed Jun 24 22:44:22 1998  Jeffrey A Law  (law@cygnus.com)
2684         * local-alloc.c (block_alloc): Do not try to avoid false dependencies
2685         when SMALL_REGISTER_CLASSES is nonzero.
2687 Wed Jun 24 17:55:15 1998  Klaus Kaempf  <kkaempf@progis.de>
2689         * alpha.md (call_vms, call_value_vms): Strip leading * from symbol.
2691 Wed Jun 24 16:27:23 1998  John Carr  <jfc@mit.edu>
2693         * expr.c (get_memory_rtx): New function.
2694         (expand_builtin): Call get_memory_rtx for MEM arguments to builtin
2695         string functions.
2697         * expmed.c (init_expmed): Initialize all elements of *_cost arrays.
2699         * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).
2700         * expr.c: Likewise.
2701         * explow.c: Likewise.
2702         * combine.c: Likewise.
2703         * reload1.c: Likewise.
2704         * gcse.c: Likewise.
2706 Wed Jun 24 15:13:01 1998  Dave Brolley  <brolley@cygnus.com>
2708         * README.gnat: Add patch for new lang_decode_options interface.
2710 Wed Jun 24 09:14:04 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
2712         * except.c (start_catch_handler): Do nothing if EH is not on.
2714 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
2716         * configure.in (gxx_include_dir): Initialize default value depending on
2717         new flag --enable-version-specific-runtime-libs; remove superfluous
2718         default initialization afterwards.
2719         * configure: Regenerate.
2721 Wed Jun 24 01:32:12 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
2723         * toplev.c (rest_of_compilation): Revert May 15 change.
2725 Tue Jun 23 21:27:27 1998  Ken Raeburn  <raeburn@cygnus.com>
2727         * reload.c (find_reloads): Fix check for failure to match any
2728         alternative, to account for Mar 26 change in initial "best" cost.
2730 Tue Jun 23 16:44:21 1998  Dave Brolley  <brolley@cygnus.com>
2732         * cpplib.c (do_line): Typo broke #line directive.
2733         (cpp_message_from_errno): New function.
2734         (cpp_error_from_errno): Call cpp_message_from_errno.
2735         * cpplib.h (cpp_message_from_errno): New function.
2737 Tue Jun 23 13:38:18 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
2739         * libgcc2.c (__get_eh_table_version, __get_eh_table_language): New
2740         functions to return exception descriptor information.
2741         (find_exception_handler): Pass match_info field to runtime matcher,
2742         not a descriptor table entry.
2744 Tue Jun 23 09:30:58 1998  Dave Love  <d.love@dl.ac.uk>
2746         * cpp.texi, gcc.texi: Add @dircategory, @direntry meant to
2747         accompany previous Makefile.in (install-info) change.
2749 Tue Jun 23 10:06:07 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
2751         * eh-common.h (struct __eh_info): Remove coerced value field.
2752         * libgcc2.c (find_exception_handler): Don't set coerced_value field.
2753         * except.c (get_dynamic_handler_chain, get_dynamic_cleanup_chain): Use 
2754         POINTER_SIZE instead of Pmode.
2755         (expand_start_all_catch): Call start_catch_handler() if we are not
2756         using new style exceptions.
2758 Tue Jun 23 06:45:00 1998  Catherine Moore  <clm@cygnus.com>
2760         * varasm.c (assemble_variable): Remove reference to warn_bss_align.
2762 Mon Jun 22 23:57:31 1998  David S. Miller <davem@pierdol.cobaltmicro.com>
2764         * config/sparc/sparc.md (zero_extendhidi2, extendhisi2,
2765         extendqihi2, extendqisi2, extendqidi2, extendhidi2, adddi3,
2766         subdi3, negdi2, call, call_value, untyped_return, nonlocal_goto,
2767         splits and peepholes): Change remaining generic gen_rtx calls to
2768         specific genrtl ones.
2769         * config/sparc/sparc.c: Likewise.
2770         
2771 Mon Jun 22 22:21:46 1998  Richard Henderson  <rth@cygnus.com>
2773         * gcc.c (handle_braces): Recognize | between options as an or.
2775 Mon Jun 22 23:13:47 1998  John Wehle  (john@feith.com)
2777         * i386/freebsd-elf.h (JUMP_TABLES_IN_TEXT_SECTION): Define as flag_pic.
2778         * i386/sysv4.h (JUMP_TABLES_IN_TEXT_SECTION): Define as flag_pic.
2780         * i386.md (exception_receiver): Define.
2782 Mon Jun 22 12:01:48 1998  Jim Wilson  <wilson@cygnus.com>
2784         * Makefile.in (PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME,
2785         PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): New variables.
2786         (install-common): Use them.
2788         * gcse.c (add_label_notes): New function.
2789         (pre_insert_insn): Call it.
2790         * unroll.c (unroll_loop): Look for insns with a REG_LABEL note, and
2791         pass the label to set_label_in_map.
2793 Mon Jun 22 19:01:14 1998  Dave Love  <d.love@dl.ac.uk>
2795         * Makefile.in (install-info): Fix typpo in previous change.
2797 Mon Jun 22 11:10:00 1998  Catherine Moore  <clm@cygnus.com>
2799         * varasm.c (assemble_variable):  Emit alignment warning.
2801 Mon Jun 22 08:18:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2803         * Makefile.in (varasm.o): Depend on sdbout.h.
2804         (sdbout.o): Depend on toplev.h.
2806         * collect2.c (scan_prog_file): Cast fprintf argument to `long' and
2807         use %ld specifier.
2809         * final.c (shorten_branches): Cast first arg of `bzero' to char *.
2811         * genextract.c (main): When creating insn-extract.c, mark variable
2812         `i' with ATTRIBUTE_UNUSED.
2814         * genpeep.c (main): When creating insn-peep.c, mark variables
2815         `insn', `x' and `pat' with ATTRIBUTE_UNUSED.
2817         * objc/init.c (__objc_tree_print): Wrap function definition in
2818         macro `DEBUG'.
2820         * objc/objc-act.c (encode_array): Cast sprintf argument to `long'
2821         and use %ld specifier.
2822         (adorn_decl): Likewise, twice.
2824         * reload1.c (reload_cse_regs): Cast first arg of `bzero' to char *.
2826         * sdbout.c: Include output.h and toplev.h.
2827         (PUT_SDB_INT_VAL): Use HOST_WIDE_INT_PRINT_DEV to print argument
2828         `a'.  Cast `a' to HOST_WIDE_INT to force it to always be so.
2829         (PUT_SDB_SIZE): Likewise.
2831         * sdbout.h (sdbout_mark_begin_function): Add prototype.
2833         * stmt.c (check_for_full_enumeration_handling): Cast argument of
2834         `warning' to long and use %ld specifier.
2836         * toplev.c (main): Likewise for `fprintf'.
2838         * toplev.h (output_file_directive): Add prototype.
2840         * unroll.c (unroll_loop): Use HOST_WIDE_INT_PRINT_DEC specifier in
2841         call to `fprintf'.
2842         (precondition_loop_p): Likewise.
2844         * varasm.c Include sdbout.h.
2845         (assemble_static_space): Move sometimes-unused variable `rounded'
2846         into the scope in which it is used. 
2847         
2848         * mips.c (gpr_mode): Don't say `static' twice.
2850         * cpplib.c (cpp_handle_option): Don't pass unneeded NULL to cpp_fatal.
2852         * objc/objc-act.c (init_selector): Hide prototype and definition.
2854         * optabs.c (gen_cond_trap): Remove unused variable `icode'.
2855         
2856         * regmove.c (copy_src_to_dest): Likewise for `i'.
2858         * mips-tfile.c (add_local_symbol): Cast width format specifier to int.
2859         (add_ext_symbol): Likewise.
2860         (add_file): Likewise.
2861         (parse_def): Likewise.
2862         (write_varray): Use HOST_PTR_PRINTF to print a pointer.  Fix
2863         remaining format specifiers and arguments.
2864         (write_object): Likewise, several times.
2865         (read_seek): Likewise.
2866         (out_of_bounds): Likewise.
2867         (allocate_cluster): Likewise.
2868         (xmalloc): Likewise.
2869         (xcalloc): Likewise.
2870         (xrealloc): Likewise.
2871         (xfree): Likewise.
2873         * mips-tdump.c (print_symbol): Likewise.
2874         
2875 Sun Jun 21 17:05:34 1998  Dave Love  <d.love@dl.ac.uk>
2877         * Makefile.in (install-info): Use install-info program if
2878         available, per GNU standard.
2880 Sun Jun 21 18:56:44 1998  Jeffrey A Law  (law@cygnus.com)
2882         * invoke.texi: Document -mrelax for the mn10300 and mn10200.
2884         * basic-block.h (init_regset_vector): Delete declaration.
2885         * flow.c (init_regset_vector): Make it static and add a prototype.
2887         * bitmap.h (debug_bitmap): Declare.
2889         * haifa-sched.c (debug_ready_list): Make static.
2891         * toplev.h (fancy_abort): Declare.
2893 Sun Jun 21 18:30:13 1998  H.J. Lu  (hjl@gnu.org)
2895         * basic-block.h (init_regset_vector): New declaration.
2897         * Makefile.in (sdbout.o): Add insn-codes.h to dependency.
2899         * global.c: Include machmode.h amd move hard-reg-set.h before
2900         rtl.h.
2902         * haifa-sched.c (insn_issue_delay, birthing_insn_p,
2903         adjust_priority, print_insn_chaino): New declaration.
2904         (schedule_insns): Remove declaration.
2905         (init_target_units, get_visual_tbl_length,
2906         init_block_visualization): Add prototype.
2908         * integrate.c (pushdecl, poplevel): Remove declaration.
2910         * rtl.h (expand_expr): Remove declaration.
2912         * loop.c (oballoc): Remove declaration.
2913         (replace_call_address): Add prototype.
2915 Sun Jun 21 01:08:17 PDT 1998 Jeff Law  (law@cygnus.com)
2917         * version.c: Bump for snapshot.
2919 Sun Jun 21 01:16:38 1998  John Wehle  (john@feith.com)
2921         * i386.c (output_fp_conditional_move): Don't bother handling
2922         (cc_prev_status.flags && CC_NO_OVERFLOW) since the INSN patterns
2923         prevent this from happening.
2925         * i386.md (nonlocal_goto_receiver): Delete.
2927 Sun Jun 21 00:42:20 1998  H.J. Lu  (hjl@gnu.org)
2929         * Makefile.in (crtbeginS.o, crtendS.o): Add -fno-exceptions and
2930         -DCRTSTUFFS_O.
2931         (INSTALL): cd $(srcdir) before make.
2933         * flow.c (allocate_for_life_analysis, init_regset_vector):
2934         Remove declaration.
2936         * function.h (get_first_block_beg): New declaration.
2938         * gbl-ctors.h (__do_global_dtors): Add prototype.
2940         * gcov-io.h (__fetch_long): New declaration.
2941         (__store_long): Likewise.
2942         (__read_long): Likewise.
2943         (__write_long): Likewise.
2945         * gcov.c (print_usage): New declaration.
2947         * Makefile.in (c-iterate.o): Depend on insn-codes.h too.
2949 Sat Jun 20 00:36:16 1998  Jeffrey A Law  (law@cygnus.com)
2951         * calls.c (expand_call): Initialize "src" and "dest".
2952         * stmt.c (expand_return): Likewise.
2953         * expmed.c (extract_split_bit_field): Similarly for "result"
2954         * gcse.c (compute_hash_table): Mark first arg as unused.
2955         * jump.c (jump_optimize): Initialize reversep.
2956         * tree.c (make_node): Initialize length.
2958         * c-common.c (check_format_info): Initialize length_char and
2959         fci to keep -Wall quiet.
2961         * except.c (jumpif_rtx): Put declaration and definition
2962         inside a suitable #ifdef.
2963         (jumpifnot_rtx): Delete dead function.
2965         * i386.h (output_int_conditional_move): Declare.
2966         (output_fp_conditional_move): Likewise.
2967         (ix86_can_use_return_insn_p): Likewise.
2969         * optabs.c (init_traps): Put prototype inside a suitable #ifdef.
2971 Sat Jun 20 00:27:40 1998  Graham  <grahams@rcp.co.uk>
2973         * alias.c: Include toplev.h
2974         * caller-save.c: Include toplev.h
2975         * combine.c: Include toplev.h
2976         * flow.c Include toplev.h
2977         * global.c: Include toplev.h
2978         * jump.c: Include toplev.h
2979         * local-alloc.c: Include toplev.h
2980         * loop.c: Include toplev.h
2981         * regmove.c: Include toplev.h
2982         * stupid.c: Include toplev.h
2983         * unroll.c: Include toplev.h
2984         * Makefile.in: Add toplev.h dependencies.
2986 Fri Jun 19 22:40:25 1998  Jason Merrill  <jason@yorick.cygnus.com>
2988         * regmove.c (copy_src_to_dest): Add decl for loop_depth.
2990         * svr4.h (ASM_GENERATE_INTERNAL_LABEL): Cast arg to unsigned.
2991         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA1): Likewise.
2992         Add parens to various macros.
2994 Fri Jun 19 23:22:42 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
2996         * c-typeck.c (pop_init_level): Warn about implicit zero initialization
2997         of struct members.
2999 Fri Jun 19 23:06:33 1998  Jason Merrill  <jason@yorick.cygnus.com>
3001         * varasm.c (assemble_start_function): Add weak_global_object_name.
3002         * tree.c (get_file_function_name): Use it.
3004 Fri Jun 19 22:55:14 1998  Jeffrey A Law  (law@cygnus.com)
3006         * except.c (jumpif_rtx): Make static and add prototype.
3007         (jumpifnot_rtx): Likewise.
3009         * README.gnat: Add a build patch from Fred Fish.
3011         * c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted.
3013         * Makefile.in (c-iterate.o): Depend on expr.h.
3015 Fri Jun 19 20:38:34 1998  H.J. Lu  (hjl@gnu.org)
3017         * except.h (emit_unwinder, end_eh_unwinder): Removed.
3019         * dwarfout.c (getpwd): Add prototype.
3020         (is_pseudo_reg, type_main_variant, is_tagged_type,
3021         is_redundant_typedef): New declaration.
3022         (output_decl): Add prototype for FUNC.
3023         (type_main_variant): Make it static.
3024         (is_tagged_type): Likewise.
3025         (is_redundant_typedef): Likewise.
3027         * expr.c (do_jump_by_parts_greater_rtx): Removed.
3028         (truthvalue_conversion): Likewise.
3030         * c-iterate.c: Include "expr.h".
3031         (expand_expr): Use proper values when calling the function.
3033         * explow.c (emit_stack_save): Add prototype for FCN.
3034         (emit_stack_restore): Likewise.
3036         * dwarf2out.c (getpwd): Add prototype.
3038         * dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.
3040         * c-typeck.c (c_expand_asm_operands): Use proper values when calling
3041         expand_expr.
3043         * c-lex.c (yyprint): Add prototype.
3044         (check_newline, build_objc_string): Remove declaration.
3046         * c-tree.h (comptypes_record_hook): Removed.
3047         (finish_incomplete_decl): New prototype.
3049         * alias.c (find_base_value): Add prototype.
3050         (true_dependence): Add prototype for function argument.
3052         * c-aux-info.c (xmalloc): Remove declaration.
3054 Fri Jun 19 20:23:05 1998   Robert Lipe  <robertl@dgii.com>
3056         * i386.c: Include system.h.   Remove redundant includes.
3057         (optimization_options): Mark param 'size' with ATTRIBUTE_UNUSED.
3058         (i386_cc_probably_useless_p): Likewise for 'decl', 'attributes',
3059         'identifier', 'args'.
3060         (i386_valid_type_attribute_p): Likewise for 'attributes'.
3061         (i386_comp_type_attribute_p): Likewise for 'type1', 'type2'.
3062         (function_arg_partial_nregs): Likewise for 'cum', 'mode', 'type',
3063         and 'named'.
3064         (symbolic_operand): Likewise for 'mode'.
3065         (call_insn_operand): Likewise.
3066         (expander_call_insn_operand): Likewise.
3067         (ix86_logical_operator): Likewise.
3068         (ix86_binary_operator_ok): Likewise.
3069         (emit_pic_move): Likewise.
3070         (VOIDmode_compare_op): Likewise.
3071         (is_mul): Likewise.
3072         (str_immediate_operand): Likewise.
3073         (ix86_uary_operator_ok): Likewise for 'code', 'mode', and 'operands'.yy
3074         (asm_output_function_prefix): Likewise for 'name'.
3075         (function_prologue): Likewise for 'file', and 'size'.
3076         (function_epilogue): Likewise.
3078 1998-06-19  Jim Wilson  <wilson@cygnus.com>
3080         * loop.h (struct induction): Clarify comment for unrolled field.
3081         * unroll.c (find_splittable_givs): Move set of unrolled field
3082         after address validity check.
3084 Fri Jun 19 18:38:04 1998  Michael Meissner  <meissner@cygnus.com>
3086         * config/fp-bit.c (INLINE): Only define if not already defined.
3088 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
3090         * Makefile.in (installdirs): Loop over directories in $(libsubdir)
3091         creating probably missing ones, instead of single if statements.
3093 Fri Jun 19 10:43:52 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3095         * c-common.c (truthvalue_conversion): Protect side effects in the
3096         expression when splitting a complex value.
3097         * fold-const.c (fold): Likewise. 
3099 Fri Jun 19 02:31:16 1998  Klaus Kaempf (kkaempf@progis.de)
3101         * cccp.c (hack_vms_include_specification): rewrite to handle
3102         '#include <dir/file.h>' correctly.
3104 Fri Jun 19 02:24:11 1998  H.J. Lu  (hjl@gnu.org)
3106         * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Defined.
3108 Fri Jun 19 02:10:10 1998  John Wehle  (john@feith.com)
3110         * i386.c (notice_update_cc): Integer conditional moves don't
3111         affect cc0.
3113         * i386.md (movsfcc, movdfcc, movxfcc): Use emit_store_flag
3114         to support LT, LE, GE, and GT signed integer comparisons.
3115         (movsfcc+1, movsfcc+2, movdfcc+1, movdfcc+2,
3116         movxfcc+1, movxfcc+2): Pattern doesn't match if the comparison
3117         is LT, LE, GE, or GT.
3118         (movdicc): Remove code resulting from an earlier patch which
3119         didn't apply correctly.
3121 Fri Jun 19 02:00:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3123         * reload1.c (reload_cse_regno_equal_p): If -ffloat-store, don't
3124         consider a MEM in FP mode as equal.
3126 Fri Jun 19 01:02:17 1998  Jeffrey A Law  (law@cygnus.com)
3128         * c-decl.c (duplicate_decls): Avoid setting TREE_ASM_WRITTEN for
3129         duplicate declarations of a function.
3131 Fri Jun 19 00:33:33 1998  H.J. Lu  (hjl@gnu.org)
3133         * config/float-i386.h: New.
3135         * configure.in (i[34567]86-*-linux-*): Set float_format to i386.
3137 Thu Jun 18 20:11:00 1998  Jim Wilson  <wilson@cygnus.com>
3139         * sched.c (schedule_insns): Use xmalloc not alloca for max_uid
3140         indexed arrays.  Call free at the end of the function for them.
3141         * haifa-sched.c (schedule_insns): Likewise.
3143 Thu Jun 18 18:16:01 1998  Jim Wilson  <wilson@cygnus.com>
3145         * dwarf2out.c (size_of_string): Do count backslashes.
3147 Thu Jun 18 11:43:54 1998  Nick Clifton  <nickc@cygnus.com>
3149         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow REG+REG 
3150         addressing when one register is the frame pointer or stack
3151         pointer.  Disallow REG+CONST addressing in HI mode.
3153 Thu Jun 18 17:30:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3155         * reload.c (find_reloads): Don't narrow scope of RELOAD_OTHER to
3156         RELOAD_FOR_INSN.
3158 Thu Jun 18 09:36:50 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3160         * Makefile.in (c-lang.o): Depend on output.h.
3162         * c-lang.c: Include output.h.
3164         * sparc.c (sparc_builtin_saveregs): Remove unused variable `fntype'.
3166         * except.c (expand_builtin_eh_stub): Likewise for variable `jump_to'.
3168         * genrecog.c (write_subroutine): When writing insn-recog.c, mark
3169         variables `insn', `pnum_clobbers', `x[0 .. max_depth]' and `tem'
3170         with ATTRIBUTE_UNUSED.
3172         * regmove.c (copy_src_to_dest): Make function static to match its
3173         prototype.
3175         * reload1.c Include hard-reg-set.h before rtl.h to get macro
3176         HARD_CONST.  Include machmode.h before hard-reg-set.h.
3178         * rtl.h: Prototype `retry_global_alloc' and wrap with macro
3179         HARD_CONST to protect usage of typedef HARD_REG_SET.
3181         * tree.c: Prototype `_obstack_allocated_p'.
3183         * varasm.c: Wrap prototype of `asm_output_aligned_bss' in macro
3184         BSS_SECTION_ASM_OP.
3186 Thu Jun 18 09:20:47 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3188         * pa.c: Include system.h and toplev.h.  Remove redundant code.
3189         (call_operand_address): Mark parameter `mode' with ATTRIBUTE_UNUSED.
3190         (symbolic_operand): Likewise.
3191         (symbolic_memory_operand): Likewise.
3192         (pic_label_operand): Likewise.
3193         (fp_reg_operand): Likewise.
3194         (pre_cint_operand): Likewise.
3195         (post_cint_operand): Likewise.
3196         (ireg_or_int5_operand): Likewise.
3197         (int5_operand): Likewise.
3198         (uint5_operand): Likewise.
3199         (int11_operand): Likewise.
3200         (uint32_operand): Likewise.
3201         (ior_operand): Likewise.
3202         (lhs_lshift_cint_operand): Likewise.
3203         (pc_or_label_operand): Likewise.
3204         (legitimize_pic_address): Likewise.
3205         (hppa_legitimize_address): Likewise for parameter `old'.
3206         (output_block_move): Likewise for parameter `size_is_constant'.
3207         (output_function_prologue): Likewise for parameter `size'.
3208         (output_function_epilogue): Likewise.
3209         (return_addr_rtx): Likewise for parameter `count'.
3210         (output_mul_insn): Likewise for parameter `unsignedp'.
3211         (hppa_builtin_saveregs): Likewise for parameter `arglist'.
3212         (output_bb): Likewise for parameter `operands'.
3213         (output_bvb): Likewise.
3214         (function_label_operand): Likewise for parameter `mode'.
3215         (plus_xor_ior_operator): Likewise.
3216         (shadd_operand): Likewise.
3217         (non_hard_reg_operand): Likewise.
3218         (eq_neq_comparison_operator): Likewise.
3219         (movb_comparison_operator): Likewise.
3220         (pa_combine_instructions): Likewise for parameter `insns'.
3222         * pa.h: Add prototypes for functions `output_deferred_plabels',
3223         `override_options', `output_ascii', `output_function_prologue',
3224         `output_function_epilogue', `print_operand',
3225         `symbolic_expression_p', `reloc_needed', `compute_frame_size',
3226         `hppa_address_cost', `and_mask_p', `symbolic_memory_operand',
3227         `pa_adjust_cost', `pa_adjust_insn_length' and
3228         `secondary_reload_class'.
3230 Wed Jun 17 22:28:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
3232         * configure.in: Don't turn on collect2 unconditionally.
3234 Wed Jun 17 20:20:48 1998  Mark Mitchell  <mark@markmitchell.com>
3236         * cse.c (cse_basic_block): Don't include NOTE insns in the count
3237         that is used to decide whether or not it is time to erase the
3238         equivalence table.
3240 Wed Jun 17 18:30:43 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 
3242         * rs6000/linux.h (JUMP_TABLES_IN_TEXT_SECTION): Define to zero.
3244 Wed Jun 17 19:05:03 1998  John Carr  <jfc@mit.edu>
3246         * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.
3247         (sched_analyze_2): Allow scheduling TRAP_IF.
3249         * reorg.c (mark_referenced_resources): Examine operands of TRAP_IF.
3251         * rtl.h (TRAP_CODE): New macro.
3253         * rtl.def (TRAP_IF): Change second operand type to rtx.
3255         * optabs.c (gen_cond_trap): New function.
3256         (init_traps): New function.
3257         (init_optabs): Call init_traps.
3258         * expr.h: Declare gen_cond_trap.
3260         * jump.c (jump_optimize): Optimize jumps to and around traps.
3262         * sparc.md: Define trap instructions.
3264         * rs6000.md: Define trap instructions.
3265         * rs6000.c (print_operand): New code 'V' for trap condition.
3266         (trap_comparison_operator): New function.
3268         * m88k.md: Update use of TRAP_IF.
3270         * tree.h (enum built_in_function): New function code BUILT_IN_TRAP.
3271         * c-decl.c (init_decl_processing): New builtin __builtin_trap.
3272         * expr.c (expand_builtin): Handle BUILT_IN_TRAP.
3274         * expr.c (expand_builtin): Error if __builtin_longjmp second argument
3275         is not 1.
3277 Wed Jun 17 15:20:00 PDT 1998  Catherine Moore  <clm@cygnus.com>
3279          * reload1.c (spill_hard_reg):  Check mode of register when
3280          spilling from scratch_list.
3282 Wed Jun 17 16:25:38 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
3284         * except.c (add_new_handler): fix bug in finding last region handler.
3285         * libgcc2.c (find_exception_handler): Pass exception table pointer
3286         to runtime type matcher, not the match info field.
3288 Wed Jun 17 15:57:48 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
3290         * eh-common.h (struct eh_context): Add comment for hidden use of
3291         field dynamic_handler_chain.
3292         * except.c (get_dynamic_handler_chain): Comment on, and use the
3293         correct offset of the dynamic_handler_chain field.
3295 1998-06-17 12:46:56 1998  Jim Wilson  <wilson@cygnus.com>
3297         * mips/iris6.h (LINK_SPEC): Add -woff 131.
3299 1998-06-17  Jason Merrill  <jason@yorick.cygnus.com>
3301         * dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init.
3303         * configure.in: Don't disable collect2 when we have GNU ld.
3305 Wed Jun 17 08:38:13 1998  Jeffrey A Law  (law@cygnus.com)
3307         * fold-const.c (make_range): Do not widen the type of the expression.
3309         * expr.c (check_max_integer_computation_mode): New function.
3310         (expand_expr): Avoid integer computations in modes wider than
3311         MAX_INTEGER_COMPUTATION_MODE.
3312         * fold-const.c (fold): Likewise.
3313         * tree.h (check_max_integer_computation_mode): Declare.
3314         * tm.texi (MAX_INTEGER_COMPUTATION_MODE): Document it.
3316         * configure.in (nm): Make a link to "nm" in the build tree too.
3318         * mn10300.md (andsi3): Fix typo.
3320 Tue Jun 16 22:58:40 1998  Richard Henderson  <rth@cygnus.com>
3322         * reload1.c (reload_cse_regs): Call bzero instead of looping.
3324 Tue Jun 16 18:30:35 1998  Jim Wilson  <wilson@cygnus.com>
3326         * dwarf2out.c (stripattributes): Prepend '*' to the section name.
3328 Tue Jun 16 16:49:26 1998  Richard Henderson  <rth@cygnus.com>
3330         * alpha.c (alpha_expand_prologue, alpha_expand_epilogue): New fns.
3331         (output_prologue, output_epilogue): Merge VMS and OSF versions;
3332         Remove anything related to the actual code generation.
3333         (output_end_prologue): New function.
3334         (alpha_sa_mask, alpha_sa_size): Merge VMS and OSF versions.
3335         (alpha_does_function_need_gp): Return false for VMS.
3336         (alpha_function_needs_gp): Make static.
3337         (add_long_const): Delete.
3338         (summarize_insn): Don't assume a SUBREG is of a REG.
3339         Prototype all static functions.  Rename VMS-specific global
3340         variables vms_*.
3341         * alpha.h (TARGET_CAN_FAULT_IN_PROLOGUE): Default to 0.
3342         (FUNCTION_BOUNDARY): Align to cache line.
3343         (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER): Align to octaword.
3344         (FUNCTION_END_PROLOGUE): New macro.
3345         * alpha.md (attribute length): New.  Mark all insns.
3346         (return_internal, prologue_stack_probe_loop) New patterns.
3347         (prologue, init_fp, epilogue): New patterns.
3348         Disable peepholes.
3349         * linux.h (TARGET_CAN_FAULT_IN_PROLOGUE): Define.
3351 Tue Jun 16 17:36:35 1998  Dave Brolley  <brolley@cygnus.com>
3353         * toplev.c (lang_options): Add -trigraphs option for cpplib.
3355 Tue Jun 16 23:33:24 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3357         * reload1.c (reload_reg_free_before_p): RELOAD_FOR_OUTADDR_ADDRESS
3358         is earlier than RELOAD_FOR_OUTPUT_ADDRESS; RELOAD_FOR_INPADDR_ADDRESS
3359         is earlier than RELOAD_FOR_INPUT_ADDRESS.
3361 Tue Jun 16 13:15:16 1998  Jim Wilson  <wilson@cygnus.com>
3363         * libgcc1-test.c (memcpy): Define.
3365 Tue Jun 16 13:44:02 1998  Michael Meissner  <meissner@cygnus.com>
3367         * genattrtab.c (struct attr_desc): Change int flags to bit
3368         fields.  Add bit fields for this being function_units_used
3369         or *_blockage_range attributes.
3370         (write_unit_name): New function to print a function unit name
3371         given unit #.
3372         (expand_units): Indicate whether this is function_units_used or
3373         *_blockage_range attributes.
3374         (write_toplevel_expr): Print function_units_used and
3375         *_blockage_range attributes in a more friendly fashion.
3376         (make_internal_attr): Indicate whether this attribute is either
3377         function_units_used or *_blockage_range.
3379 Mon Jun 15 17:06:43 1998  Michael Meissner  <meissner@cygnus.com>
3380                           Jim Wilson  <wilson@cygnus.com>
3382         * regmove.c (copy_src_to_dest): Do not copy src to dest if either
3383         the source or destination is special.
3385 Mon Jun 15 13:20:33 1998  Jim Wilson  <wilson@cygnus.com>
3387         * c-decl.c (shadow_tag_warned): Use specs not declspecs in for loop.
3389 Mon Jun 15 07:16:29 PDT 1998 Jeff Law  (law@cygnus.com)
3391         * version.c: Bump for snapshot.
3393 Sat Jun 13 13:10:40 1998  Krister Walfridsson <cato@df.lth.se>
3395         * config/sparc/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Undefine before
3396         redefining it.
3398 Fri Jun 12 18:06:45 1998  Doug Evans  <devans@egcs.cygnus.com>
3400         * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o.
3401         (ENDFILE_SPEC): Add -lgloss.
3403 Fri Jun 12 14:57:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3405         * mips.c (small_int): Mark parameter `mode' with ATTRIBUTE_UNUSED.
3406         (large_int): Likewise.
3407         (pc_or_label_operand): Likewise.
3408         (call_insn_operand): Likewise.
3409         (consttable_operand): Likewise.
3410         (m16_uimm3_b): Likewise.
3411         (m16_simm4_1): Likewise.
3412         (m16_nsimm4_1): Likewise.
3413         (m16_simm5_1): Likewise.
3414         (m16_nsimm5_1): Likewise.
3415         (m16_uimm5_4): Likewise.
3416         (m16_nuimm5_4): Likewise.
3417         (m16_simm8_1): Likewise.
3418         (m16_nsimm8_1): Likewise.
3419         (m16_uimm8_1): Likewise.
3420         (m16_nuimm8_1): Likewise.
3421         (m16_uimm8_m1_1): Likewise.
3422         (m16_uimm8_4): Likewise.
3423         (m16_nuimm8_4): Likewise.
3424         (m16_simm8_8): Likewise.
3425         (m16_nsimm8_8): Likewise.
3426         (m16_usym8_4): Likewise.
3427         (m16_usym5_4): Likewise.
3428         (mips_move_1word): Change type of variable `i' from int to size_t.
3429         (mips_move_2words): Likewise.
3430         (output_block_move): Mark parameter `libname' with ATTRIBUTE_UNUSED.
3431         (function_arg_advance): Use HOST_PTR_PRINTF to print an address.
3432         (function_arg): Likewise.
3433         (function_arg_partial_nregs): Mark parameter `named' with
3434         ATTRIBUTE_UNUSED.
3435         (override_options): Use ISDIGIT instead of isdigit.
3436         (mips_output_external): Mark parameter `file' with ATTRIBUTE_UNUSED.
3437         (final_prescan_insn): Likewise for parameters `opvec' and `noperands'.
3438         (save_restore_insns): Cast HOST_WIDE_INT arguments passed to
3439         function `fatal' to long before printing.  Use
3440         HOST_WIDE_INT_PRINT_DEC in fprintf.  Both changes done several
3441         times in this function.
3442         (function_prologue): Mark parameter `size' with ATTRIBUTE_UNUSED.
3443         (function_epilogue): Likewise for parameters `file' and `size'.
3444         Print an int with "%d" not "%ld".
3445         (mips_select_rtx_section): Mark parameter `x' with ATTRIBUTE_UNUSED.
3446         (mips_function_value): Likewise for parameter `func'.
3447         (function_arg_pass_by_reference): Likewise for parameters `cum'
3448         and `named'.
3449         (extend_operator): Likewise for parameter `mode'
3450         (highpart_shift_operator): Likewise.
3452         * mips.md (mul_acc_si): Remove unused variable `macc'.
3454 Fri Jun 12 09:33:44 1998  Richard Henderson <rth@cygnus.com>
3456         * fold-const.c (fold): Revert last change.  It breaks constant
3457         expressions somehow.
3459 Fri Jun 12 10:23:36 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3461         * expr.c (do_jump, case EQ_EXPR, NE_EXPR): When comparing complex
3462         prevent operands from being evaluated twice.
3464 Fri Jun 12 00:50:27 1998  Sergey Okhapkin <sos@prospect.com.ru>
3466         * toplev.c (lang_options): Add -remap as a preprocessor option.
3468 Fri Jun 12 00:30:32 1998  John Wehle  (john@feith.com)
3470         * i386.md (cmpsi_1, cmphi_1, cmpqi_1): Remove code
3471         which set CC_REVERSED since reload should ensure that
3472         the operands are already the correct type.
3474 Thu Jun 11 17:14:15 1998  Jim Wilson  <wilson@cygnus.com>
3476         * except.c (expand_builtin_eh_stub): Call emit_move_insn rather than
3477         calling gen_rtx_SET.
3479 Thu Jun 11 18:45:49 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3481         * config/rs6000/x-aix43 (AR): Delete.
3482         (AR_FOR_TARGET_FLAGS): Add -X32_64 here.
3484 Thu Jun 11 16:19:17 1998  David W. Schuler  <schuld@btv.ibm.com>
3486         * config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote.
3488 Thu Jun 11 12:40:27 1998  Jim Wilson  <wilson@cygnus.com>
3490         * mips.c (override_options): Replace word_mode with explicit
3491         TARGET_64BIT check.
3493 Thu Jun 11 14:50:02 1998  Michael Meissner  <meissner@cygnus.com>
3495         * regmove.c (regmove_optimize): If we can't replace the
3496         destination in an insn that sets the source, generate an explicit
3497         move of the source to the destination.
3498         (copy_src_to_dest): New function.
3499         (toplevel): Include basic-block.h
3501         * Makefile.in (regmove.o): Add basic-block.h dependencies.
3503 Thu Jun 11 10:30:09 1998  Dave Brolley  <brolley@cygnus.com>
3505         * toplev.c (lang_options): Add missing options (nostdinc, idirafter).
3507 Wed Jun 10 23:39:32 1998  Mark Mitchell  <mark@markmitchell.com>
3509         * rtl.h (rtx_def): Improve documentation.
3510         (MEM_IN_STRUCT_P): Likewise.
3512 Wed Jun 10 23:23:17 1998  Graham  <grahams@rcp.co.uk>
3514         * c-decl.c (start_decl): Correct test for -Wmain.
3516         * c-decl.c (grokdeclarator): Remove unused variable "last".
3518 Wed Jun 10 14:52:27 1998  Jim Wilson  <wilson@cygnus.com>
3520         * expr.c (expand_builtin_setjmp): Store const1_rtx in target.
3521         (expand_builtin_longjmp): Abort if value isn't const1_rtx.
3522         Delete code storing value in static_chain_rtx.
3523         (expand_builtin, case BUILT_IN_LONGJMP): Pass NULL_RTX for target
3524         to second expand_expr call.
3526 Wed Jun 10 13:08:41 1998  Mark Mitchell  <mark@markmitchell.com>
3528         * mips/mips.c: Remove -mabi=o32 and -mabi=n64.
3530 Wed Jun 10 13:41:23 1998  Dave Brolley  <brolley@cygnus.com>
3532         * cppmain.c (fatal): New function.
3533         * configure.in (cpp_main): New configuration variable.
3534         * configure: Regenerated.
3535         * Makefile.in (CCCP): Use a configuration variable to select basex
3536         for cccp.
3537         (cppmain$(exeext)): Add @extra_cpp_objs@.
3539 Wed Jun 10 13:07:02 1998  Dave Brolley  <brolley@cygnus.com>
3541         * objc/objc-act.c: Add cpplib declarations.
3542         (lang_decode_option): Initialize cpplib if necessary.
3543         (lang_decode_option): New argc/argv interface. 
3544         * tree.h (lang_decode_option): New argc/argv interface. 
3545         * toplev.c (lang_options): Add cpp options.
3546         (main): New interface for lang_decode_option.
3547         * gcc.c (default_compilers): Don't call cpp for a cpplib-enabled C compiler
3548         unless -E, -M or -MM is specified.
3549         * cpplib.h (cpp_handle_option): New function. 
3550         * cpplib.c (cpp_handle_option): New function.
3551         (cpp_handle_options): Now calls cpp_handle_option.
3552         * c-tree.h (c_decode_option): New argc/argv interface. 
3553         * c-lex.c (init_parse): cpplib now initialized in c_decode_option.
3554         * c-lang.c (lang_decode_option): New argc/argv interface.
3555         * c-decl.c: Add cpplib declarations.
3556         (c_decode_option): New argc/argv interface.
3557         (c_decode_option): Call cpp_handle_option.
3558         (c_decode_option): Now returns number of strings processed.
3560 Wed Jun 10 09:47:13 1998  Richard Earnshaw (rearnsha@arm.com)
3562         * unroll.c (verify_addresses): Use validate_replace_rtx to undo the 
3563         changes.  Abort if the undo fails.
3565 1998-06-10  Vladimir N. Makarov  <vmakarov@cygnus.com>
3567         * config/rs6000/rs6000.c (output_prolog): Change locations and
3568         directions of saving and restoring arguments of main on the stack.
3570 Wed Jun 10 08:56:27 1998  John Carr  <jfc@mit.edu>
3572         * reload1.c (reload_cse_simplify_operands): Do not call gen_rtx_REG
3573         for each alternative.  Do not replace a CONST_INT with a REG unless
3574         the reg is cheaper.
3576 Wed Jun 10 02:11:55 1998  Jeffrey A Law  (law@cygnus.com)
3578         * decl.c (init_decl_processing): Fix typo.
3580         * mips.c (gpr_mode): New variable.
3581         (override_options): Initialize gpr_mode.
3582         (compute_frame_size): Use "gpr_mode" instead of "word_mode" to
3583         determine size and offset of general purpose registers save slots.
3584         (save_restore_insns, mips_expand_prologue): Similarly.
3586         * reload.c (find_reloads_toplev): Use gen_lowpart common to convert
3587         between constant representations when we have (SUBREG (REG)) with
3588         REG equivalent to a constant.
3590 Wed Jun 10 01:39:00 1998  Juha Sarlin <juha@c3l.tyreso.se> 
3592         * h8300.c (get_shift_alg): Add special cases for shifts of 8 and 24.
3594 Tue Jun  9 22:05:34 1998  Richard Henderson  <rth@cygnus.com>
3596         * fold-const.c (fold): Even with otherwise constant trees, look for
3597         opportunities to combine integer constants.
3599 Wed Jun  3 23:41:24 EDT 1998  John Wehle  (john@feith.com)
3601         * i386.c (notice_update_cc): Clear cc_status.value2 in the
3602         case of UNSPEC 5 (bsf).
3604         * i386.md (movsfcc, movdfcc, movxfcc): The floating point
3605         conditional move instructions don't support signed integer
3606         comparisons.
3608 Tue Jun  9 14:31:19 1998  Nick Clifton  <nickc@cygnus.com>
3610         * config/v850/t-v850 (TCFLAGS): Add assembler options to warn of
3611         overlfows. 
3613         * config/v850/lib1funcs.asm (__return_interrupt): Use 'addi
3614         16,sp,sp' ratehr than 'add 16,sp'.  Patch courtesy of Biomedin
3615         <glctr@abc.it>.
3617 Tue Jun  9 16:23:13 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
3619         * except.c (expand_start_catch): Rename to start_catch_handler.
3620         (expand_end_catch): Delete function.
3621         (expand_end_all_catch): Remove catch status that expand_end_catch
3622         use to do.
3623         * except.h (expand_start_catch): Rename prototype.
3624         (expand_end_catch): Delete prototype.
3626 Tue Jun  9 12:57:32 1998  Mark Mitchell  <mark@markmitchell.com>
3628         * invoke.texi: Add documentation for -mips4 and -mabi=*.
3630 Tue Jun  9 12:12:34 1998  Klaus Kaempf (kkaempf@progis.de)
3632         * alpha/vms.h (EXTRA_SECTIONS): Add in_ctors and in_dtors.
3633         (EXTRA_SECTION_FUNCTIONS): Add ctors_section and dtors_section.       
3634         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Define.                
3636 Tue Jun  9 12:10:27 1998  John Carr  <jfc@mit.edu>
3638         * haifa-sched.c (update_flow_info): Use UNITS_PER_WORD, not MOVE_MAX,
3639         as the threshold to permit splitting memory operations.
3641 Tue Jun  9 12:36:16 1998  Jeffrey A Law  (law@cygnus.com)
3643         * mips.c (gpr_mode): New variable.
3644         (override_options): Initialize gpr_mode.
3645         (compute_frame_size): Use "gpr_mode" instead of "word_mode" to
3646         determine size and offset of general purpose registers save slots.
3647         (save_restore_insns, mips_expand_prologue): Similarly.
3649         * Makefile.in (LIB2FUNCS_EH): Define.  Just "_eh" for now.
3650         (LIBGCC2_CFLAGS): Remove -fexceptions.
3651         (LIB2FUNCS): Remove "_eh".
3652         (libgcc2.a): Iterate over LIB2FUNCS_EH and build everything in
3653         it with -fexceptions.
3655         * Makefile.in (local-alloc.o): Depend on insn-attr.h.
3656         * local-alloc.c (block_alloc): Avoid creating false 
3657         dependencies for targets which use instruction scheduling.
3659 Tue Jun  9 02:40:49 1998  Richard Henderson  <rth@cygnus.com>
3661         * mips/elf.h (ASM_DECLARE_OBJECT_NAME): Define.
3662         (ASM_FINISH_DECLARE_OBJECT): Define;
3663         * mips/elf64.h: Likewise.
3665 Tue Jun  9 01:08:47 1998  Richard Henderson  <rth@cygnus.com>
3667         * toplev.c (flag_new_exceptions): Remove extraneous `extern'.
3669 Mon Jun 8 23:24:48 PDT 1998 Jeff Law  (law@cygnus.com)
3671         * version.c: Bump for snapshot.
3673 Mon Jun  8 23:24:58 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3675         * rs6000.md (mulsidi3): Add !TARGET_POWERPC64 constraint.
3676         (mulsidi3_ppc64): Delete.
3678 Mon Jun  8 20:57:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3680         * Makefile.in (varasm.o): Depend on dbxout.h.
3681         (cse.o): Depend on toplev.h and output.h.
3682         (gcse.o): Depend on output.h.
3684         * mips.c: Include system.h and toplev.h and remove redundant code.
3685         Include output.h after tree.h so all its prototypes get activated.
3686         * mips.md (table_jump): Remove unused variable `dest'.
3688         * sparc.h: Add prototype for `v8plus_regcmp_op'.
3690         * crtstuff.c (fini_dummy, init_dummy): Mark function definitions
3691         with __attribute__ ((__unused__)).
3692         (__frame_dummy): Provide prototype before use, wrap it with
3693         EH_FRAME_SECTION_ASM_OP.
3695         * cse.c: Move inclusion of <setjmp.h> above local headers.
3696         Include toplev.h and output.h.
3698         * dbxout.h: Add prototype for `dbxout_begin_function'.
3700         * final.c (final_scan_insn): Wrap variable `max_skip' in macro
3701         ASM_OUTPUT_MAX_SKIP_ALIGN.
3703         * gcse.c: Include system.h and output.h.
3704         (dump_cuid_table, dump_rd_table, dump_cprop_data, dump_pre_data):
3705         Make extern instead of static.
3706         (compute_can_copy): Only declare variables `reg' and `insn' when
3707         AVOID_CCMODE_COPIES is not defined.
3708         (record_set_info): Mark parameter `setter' with ATTRIBUTE_UNUSED.
3709         (hash_scan_clobber): Likewise for `x' and `insn'.
3710         (hash_scan_call): Likewise.
3711         (record_last_set_info): Likewise for `setter'.
3712         (mark_call): Likewise for `pat'.
3713         (pre_insert_insn): Wrap variable `note' in macro HAVE_cc0.
3715         * libgcc2.c (__bb_init_prg): Replace bzero with memset and fix the
3716         length parameter so that it multiplies the number of elements by
3717         the sizeof(element).
3719         * output.h: Add prototype for `weak_finish'.
3721         * recog.h: Likewise for `validate_replace_src'.
3723         * rtl.h: Likewise for `optimize_save_area_alloca',
3724         `fix_sched_param', `purge_addressof', `gcse_main',
3725         `regmove_optimize', `dbr_schedule', `branch_prob' and
3726         `end_branch_prob'.
3728         * toplev.h: Likewise for `set_float_handler' and
3729         `output_quoted_string'.
3731         * varasm.c: Include dbxout.h.
3733 Mon Jun  8 18:12:06 1998  Jim Wilson  <wilson@cygnus.com>
3735         * mips.c (mips_secondary_reload_class): Use gp_reg_p instead of
3736         GP_REG_P.  Use gr_regs instead of GR_REGS.
3738 Mon Jun  8 16:54:12 1998  Ken Raeburn   <raeburn@cygnus.com>
3739                           Jeff Law      <law@cygnus.com>
3741         * Revamped multiply support for MIPS chips.
3742         * mips.c (extend_operator): New function.
3743         (highpart_shift_operator): Likewise.
3744         * mips.h: Declare new functions.
3745         (PREDICATE_CODES): Add support for new predicates.
3746         * mips.md (mulsi3 expander): Simplify.
3747         (mulsi_mult3): Add another constraint alternative.  Support
3748         3 operand multiply instructions as found on various mips
3749         parts.
3750         (mulsi3_r4650): Delete pattern, now handled by mulsi_mult3.
3751         (mul_acc_si): New pattern and associated splitters.
3752         (mulsidi3 expander): Rework to use mulsidi3_64bit and
3753         mulsidi3_internal.
3754         (umulsidi3): New expander.
3755         (mulsidi3_internal): Accept either sign or zero extended
3756         operands and generate code as appropriate appropriately.
3757         (mulsidi3_64bit): Similarly.
3758         (smulsi3_highpart): Turn into an expander and generate code
3759         to match new patterns.
3760         (umulsi3_highpart): Likewise.
3761         (xmulsi3_highpart_internal): New pattern.
3762         (maddi patterns): Delete.  Replace with:
3763         (mul_acc_di, mul-acc_64bit_di): New patterns.
3765 Mon Jun  8 14:16:15 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
3767         * eh-common.h: Remove NEW_EH_MODEL compile time flag, and replace with
3768         flag_new_exceptions runtime flag.
3769         (struct old_exception_table): New struct which represents what
3770         the exception table looks like without the new model.
3771         (NEW_EH_RUNTIME): New value used as a tag in the exception table to
3772         flag that this is a new style table.
3773         * except.h: Remove compile time flag NEW_EH_MODEL.
3774         (expand_builtin_eh_stub_old): New prototype.
3775         * tree.h (enum built_in_function): Add BUILT_IN_EH_STUB_OLD.
3776         * expr.c (expand_builtin): New builtin func BUILT_IN_EH_STUB_OLD.
3777         * c-decl.c (init_decl_processing): Add new builtin function
3778         __builtin_eh_stub_old.
3779         * final.c (final_scan_insn): Replace compile time flag NEW_EH_MODEL.
3780         * flags.h (flag_new_exceptions): New runtime flag.
3781         * toplev.c (flag_new_exceptions): Initialize default to 0, 
3782         -fnew-exceptions sets to 1.
3783         * except.c (output_exception_table_entry): Output New style exception 
3784         identifier into table, and replace compile time flag NEW_EH_MODEL
3785         with runtime flag flag_new_exceptions.
3786         (output_exception_table): Replace compile time flag NEW_EH_MODEL.
3787         (expand_builtin_eh_stub_old): Duplicates original functionality of
3788         expand_builtin_eh_stub.
3789         (expand_builtin_eh_stub): Replace compile time flag NEW_EH_MODEL.
3790         * libgcc2.c (find_exception_handler): Remove NEW_EH_MODEL #ifdefs.
3791         (old_find_exception_handler): New func, same as find_exception_handler
3792         except it works on the old style exception table.
3793         (__throw): Replace NEW_EH_MODEL. Detect new model based on presence
3794         of identifier in the exception table, and call appropriate routines.
3796 Mon Jun  8 01:21:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
3798         * function.c: Define current_function_cannot_inline.
3799         (push_function_context_to): Save it.
3800         (pop_function_context_from): Restore it.
3801         * function.h (struct function): Provide it a home.
3802         * output.h: Declare it.
3803         * integrate.c (function_cannot_inline_p): Check it.
3805 Mon Jun  8 10:43:15 1998  Richard Henderson  <rth@cygnus.com>
3807         * expr.c (force_operand): Detect PIC address loads before 
3808         splitting arithmetic.
3810 Mon Jun 8 09:22:38 PDT 1998 Jeff Law  (law@cygnus.com)
3812         * version.c: Bump for snapshot.
3814 Mon Jun  8 02:55:56 1998  Graham  <grahams@rcp.co.uk>
3816         * tree.c (tree_class_check): Add braces to eliminate ambigious
3817         else warning.
3818         (tree_check): Likewise.
3820 Mon Jun  8 02:49:23 1998  H.J. Lu  (hjl@gnu.org)
3822         * reg-stack.c (subst_stack_regs_pat): Make sure the top of
3823         stack is the destination for conditional move insn.
3825 Mon Jun  8 01:21:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
3827         * tree.h (TREE_VEC_END): Cast unused value to void.
3829         * i386.c (print_operand): Use %lx for long operand.
3831 Mon Jun  8 00:04:07 1998  Richard Henderson  <rth@cygnus.com>
3833         * alpha.c (summarize_insn): Ignore rtl slot format 'i'.
3835 Sun Jun  7 14:15:45 1998  John Carr  <jfc@mit.edu>
3837         * sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
3838         conversion functions.
3840 Sun Jun  7 14:02:58 1998  Richard Henderson  <rth@cygnus.com>
3842         * toplev.c (flag_exceptions): Default to 0.
3843         (compile_file): Remove flag_exceptions == 2 hack.
3844         (main): Call lang_init_options.
3845         * tree.h: Declare it.
3846         * c-lang.c: Implement it.
3847         * objc/objc-act.c: Likewise.
3848         
3849 Sun Jun  7 12:27:30 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3851         * rs6000.md (restore_stack_block): Generate MEM and specify mode.
3852         * rs6000.h (STACK_SAVEAREA_MODE): SAVE_FUNCTION is VOIDmode.
3853         * rs6000.c (rs6000_output_load_toc_table): Use fputs.
3854         (output_function_profiler): Use asm_fprintf and fputs.
3856 Sat Jun  6 12:17:12 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3858         * gencheck.c: Remove redundant stdio.h include.  Add a definition
3859         of xmalloc for when we are forced to link with alloca.o.
3861         * reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
3862         instead of `1U'.
3864         * fold-const.c (constant_boolean_node): Make definition static to
3865         match the prototype.
3867 Fri Jun  5 15:53:17 1998  Per Bothner  <bothner@cygnus.com>
3869         * gcc.c (lang_specific_pre_link):  New LANG_SPECIFIC_DRIVER function.
3870         (lang_specific_extra_outfiles):  New LANG_SPECIFIC_DRIVER variable.
3871         (do_spec, input_filename, input_filename_length):  Make public.
3872         (main):  Adjust outfiles allocation by lang_specific_extra_outfiles.
3873         Call lang_specific_pre_link befor elinking.
3875 Fri Jun  5 12:29:28 1998  Jeffrey A Law  (law@cygnus.com)
3877         * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer
3878         the insn which has the most insns dependent on it.
3880 Fri Jun  5 09:03:22 1998  John Carr  <jfc@mit.edu>
3882         * alias.c (find_base_value): Avoid reading past end of reg_base_value.
3884 Fri Jun  5 03:05:34 1998  Richard Henderson  <rth@cygnus.com>
3886         * alpha.md (insxh-1): New insxl pattern for combine.
3888 Fri Jun  5 01:12:15 1998  H.J. Lu  (hjl@gnu.org)
3890         * i386/i386.c (output_fp_conditional_move): New function
3891         to output floating point conditional move.
3892         (output_int_conditional_move): New function to output integer
3893         conditional move.
3895         * i386/i386.md (movsicci+5, movhicc+5, movdicc+5): Call
3896         output_int_conditional_move () to output int conditional move.
3897         (movsfcc+5, movdfcc+5, movxfcc+5): Call
3898         output_fp_conditional_move () to output floating point
3899         conditional move.
3901         * i386/i386.c (put_condition_code): In INT mode, check
3902         cc_prev_status.flags & CC_NO_OVERFLOW for GE and LT.
3904 Thu Jun  4 16:09:51 1998  Dave Brolley  <brolley@cygnus.com>
3906         * dbxout.c (dbxout_type): Output arrays of bits as if
3907         they were bitstrings for Chill
3909 Thu Jun  4 14:35:27 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3911         * tree.c (get_inner_array_type): New function.
3912         * tree.h (get_inner_array_type): Prototype.
3913         * expr.h (STACK_SAVEAREA_MODE): New macro.
3914         * expr.c (expand_builtin_setjmp): Initialize sa_mode using
3915         STACK_SAVEAREA_MODE.
3916         (expand_builtin_longjmp): Likewise.
3917         * explow.c (emit_stack_save): Likewise.
3918         (allocate_dynamic_stack_space): Use Pmode not insn_operand_mode.
3920         * rs6000/aix41.h (ASM_CPU_SPEC): Define relative to ASM_DEFAULT_SPEC.
3921         (CPP_CPU_SPEC): Define relative to CPU_DEFAULT_SPEC.
3922         * rs6000/aix43.h: New file.
3923         * rs6000/t-aix43: New file.
3924         * rs6000/x-aix41: New file.
3925         * rs6000/x-aix43: New file.
3926         * configure.in (rs6000-ibm-aix*): Use them.
3927         * rs6000/powerpc.h: Delete.
3928         * rs6000/sysv4.h: Move necessary powerpc.h definitions to here.
3929         * rs6000/netware.h: and here.
3930         * rs6000/win-nt.h: and here.
3932         * rs6000/rs6000.c (processor_target_table, 620): Do not affect
3933         MASK_POWERPC64.
3934         (rs6000_override_options): Ignore flag_pic for AIX.
3935         (rs6000_immed_double_const): Delete.
3936         (u_short_cint_operand): Don't assume 32-bit CONST_INT.
3937         (reg_or_u_short_operand): Don't assume 32-bit CONST_INT.
3938         (num_insns_constant): mask64_operand() is 2 insns.
3939         (logical_operand): Don't assume 32-bit CONST_INT.
3940         (non_logical_cint_operand): Don't assume 32-bit CONST_INT.
3941         (easy_fp_constant): Any CONST_DOUBLE_HIGH is okay for 64-bit.
3942         (mask_constant): HOST_WIDE_INT parameter.
3943         (non_and_cint_operand): Delete.
3944         (mask64_operand): New function.
3945         (and64_operand): New function.
3946         (function_arg_advance): DImode arguments do not need special
3947         alignment when 64-bit.
3948         (function_arg): Likewise.
3949         (setup_incoming_varargs): Reverse reg_size assignment.
3950         (print_operand): HOST_WIDE_INT second parameter.
3951         (print_operand, 'B'): New case.
3952         (print_operand, 'M'): Fix typo in lossage string.
3953         (print_operandm 'S'): New case.
3954         (rs6000_stack_info): Reverse reg_size assignment.  Use total_raw_size
3955         to compute AIX push_p.  Use reg_size to compute {cr,lr}_save_offset.
3956         (rs6000_output_load_toc_table): Reverse init_ptr assignment.  Use
3957         TARGET_64BIT not TARGET_POWERPC64.  Convert fprintf to fputs.
3958         Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
3959         (rs6000_allocate_stack_space): Use {cal|la}.
3960         (output_epilog): Use {cal|la}
3961         (output_function_profiler): Add call glue to mcount call.
3962         Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
3964         * rs6000/rs6000.h (TARGET_SWITCHES): Add powerpc64.
3965         (STACK_BOUNDARY): Depend on TARGET_32BIT.
3966         (ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
3967         (CONST_OK_FOR_LETTER_P): Don't assume 32-bit CONST_INT.
3968         (EXTRA_CONSTRAINTS): Remove NT 'S' and 'T'.  Replace 'S' with
3969         64-bit mask operand.
3970         (RS6000_SAVE_TOC): Depend on TARGET_32BIT.
3971         (STACK_SAVEAREA_MODE): New macro.
3972         (LEGITIMATE_CONSTANT_P): DImode okay for 64bit.
3973         (LEGITIMIZE_RELOAD_ADDRESS): New macro.
3974         (RTX_COSTS, AND/IOR/XOR): Reflect current machine description.
3975         (ASM_FILE_START): Emit 64-bit ABI directive.
3976         (ASM_DECLARE_FUNCTION_NAME): Align CSECT on doubleword in 64-bit mode.
3977         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): DImode okay for 64-bit.
3978         (PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
3979         Delete "non_and_cint_operand".  "input_operand" includes CONST_DOUBLE.
3981         * rs6000/rs6000.md (iorsi3, xorsi3): Use HOST_WIDE_INT for mask.
3982         Restore define_splits.
3983         (floatsidf2, floatunssidf2): Remove !TARGET_POWERPC64 final constraint.
3984         (floatsidf2_internal, floatunssidf2_internal2): Likewise.
3985         Do not specify base register operand mode.
3986         (floatsidf2_loadaddr): Do not specify base register operand mode.
3987         (floatsidf2_store1, floatsidf2_store2): Operand 1 must be base
3988         register; do not specify mode.  Remove !TARGET_POWERPC64 final
3989         constraint.
3990         (floatsidf2_load): Do not specify base register operand mode.  Remove
3991         !TARGET_POWERPC64 final constraint.
3992         (fix_truncdfsi2_internal, fix_truncdfsi2_{store,load}): Do not specify
3993         base register operand mode.
3994         (adddi3): Split large constants early.
3995         (absdi3): Shift by 63, not 31.
3996         (*mulsidi3_ppc64): New pattern.
3997         (rotldi3): Add masking combiner patterns.
3998         (anddi3): Add rldic{r,l} masking.  Remove split of large constants
3999         because PPC insns zero-extend.
4000         (iordi3, xordi3): Split large constants early.
4001         (movsi matcher): Remove S and T constraints.
4002         (movsf const_double): create SImode constant from TARGET_DOUBLE.
4003         (movdf_hardfloat32): Add default abort() case.
4004         (movdf easy_fp_const): create DImode constant from TARGET_DOUBLE.
4005         (movdi): Remove 64-bit constant generator.  Try to convert
4006         CONST_DOUBLE to CONST_INT.  Handle TOC memory constants.
4007         (movdi_32): Add default abort() case.
4008         (movdi_64): Add numerous ways to split 64-bit constants.
4009         Make catch-all define_split more optimal and never FAIL.
4010         (movti_ppc64): Add default abort() case.
4011         (allocate_stack): Remove operand modes.  Use Pmode.
4012         (restore_stack_block): Remove operand modes.  Generate Pmode
4013         temporary.
4014         (save_stack_nonlocal, restore_stack_nonlocal):  Generate Pmode
4015         temporary.  Save area is double Pmode.
4016         (call_indirect_aix64, call_value_indirect_aix64): New patterns.
4017         (call, call_value): Do not specify address operand mode.  Choose
4018         appropriate AIX ABI.
4019         (*call_local64, *ret_call_local64): New patterns.
4020         (*call_nonlocal_aix64, *ret_call_nonlocal_aix64): New patterns.
4021         (*ret_call_nonlocal_aix32): Use call_value_indirect for REG.
4022         (compare): Materialize DImode truthvalues.
4024 Thu Jun  4 01:26:57 1998  Craig Burley  <burley@gnu.org>
4026         * expr.c (safe_from_p): Avoid combinatorial explosion
4027         over duplicate SAVE_EXPRs by ensuring we never recurse
4028         on one that has already been visited.
4030 Thu Jun  4 00:54:21 1998  Graham  <grahams@rcp.co.uk>
4032         * loop.c (check_dbra_loop): Initialise final_value before
4033         normalizing the loop.
4035 Wed Jun  3 20:00:04 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4037         * reload1.c (reload_reg_free_for_value_p): New arguments out and
4038         reloadnum.  Changed all callers.
4040 1998-06-03  Ulrich Drepper  <drepper@cygnus.com>
4042         * system.h: Add _() and N_() macros in preparation for gettext.
4044 Wed Jun  3 11:02:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4046         * c-common.c (check_format_info): Put back check for C9x `hh'
4047         length modifier.  Warn about %n format writing into const.  Remove
4048         obsolete comment.
4049         (format_char_info): Fix comments.
4051         * configure.in: Set float_format to m68k for all m68k targets that
4052         do not override LONG_DOUBLE_TYPE_SIZE.
4053         * config/float-m68k.h: New file.
4055 Tue Jun  2 23:14:01 1998  Richard Henderson  <rth@cygnus.com>
4057         * jump.c (jump_optimize): Remove debug messages accidentally left in
4058         with the previous change.
4060 Tue Jun  2 22:46:08 1998  Richard Henderson  <rth@cygnus.com>
4062         * expr.c (store_expr): Revert stray patch associated with
4063         1998-05-23 commit.
4065 Tue Jun  2 21:59:01 1998  Richard Henderson  <rth@cygnus.com>
4067         * jump.c (rtx_unsafe_p): New function.
4068         (jump_optimize): Use it on if/then/else transformations and
4069         conditional move transformations.
4071 Tue Jun  2 22:50:10 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4073         * fold-const.c (fold, case EQ_EXPR): When folding VAR++ == CONST
4074         or VAR-- == CONST construct a proper mask if VAR is a bitfield.
4075         Cope with CONST being out of range for the bitfield.
4077 Tue Jun  2 22:28:31 1998  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4079         * expr.c (emit_move_insn_1): When moving complex values in several
4080         steps, emit a CLOBBER to show the destination dies.
4082 Tue Jun  2 22:17:26 1998  Jeffrey A Law  (law@cygnus.com)
4084         * Makefile.in (site.exp): Use the object testsuite directory as
4085         the temporary directory.
4087         * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
4088         address of an ADDRESSOF rtx.
4090 1998-06-02  Mike Stump  <mrs@wrs.com>
4092         * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
4093         * i960.h (SETUP_FRAME_ADDRESSES, BUILTIN_SETJMP_FRAME_VALUE): Define.
4094         * i960.md (ret, flush_register_windows): Define.
4095         (nonlocal_goto): Likewise.  Nested function nonlocal gotos don't
4096         work yet.
4097         * tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Document new macro.
4099 Tue Jun  2 14:02:38 1998  Richard Henderson  <rth@cygnus.com>
4101         * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
4102         around an OSF/1 library bug wrt sign-extension of inputs.
4104 Tue Jun  2 13:02:44 1998  Richard Henderson  <rth@cygnus.com>
4106         * vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
4108 Mon Jun  1 03:44:03 1998  Catherine Moore <clm@cygnus.com>
4110         * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
4112         * varasm.c (assemble_variable): Augment alignment warning.
4114 Mon Jun  1 12:14:28 1998  Michael Meissner  <meissner@cygnus.com>
4116         * config/fp-bit.c (_fp{add,div}_parts): Return correct IEEE result
4117         in the presence of IEEE negative 0's.
4119 Sun May 31 16:11:41 1998  John Wehle  (john@feith.com)
4121         * reload.c (find_reloads): Record the existing mode if
4122         operand_mode == VOIDmode before replacing a register with
4123         a constant.
4124         * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
4125         i386_compare_op1 to const0_rtx for the benefit of the
4126         conditional move patterns.
4127         (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
4128         based on suggestions from Jim Wilson.
4130 Sun May 31 00:44:02 PDT 1998 Jeff Law  (law@cygnus.com)
4132         * version.c: Bump for snapshot.
4134 Sun May 31 00:34:17 1998  Bruce Korb <korbb@datadesign.com>
4136         * Makefile.in (fixinc.sh): Update rules again.
4138 Sun May 31 00:27:47 1998  Jeffrey A Law  (law@cygnus.com)
4140         * extend.texi: Bring back reference to trampoline paper.
4142 Sun May 31 00:22:34 1998  Ulrich Drepper  <drepper@cygnus.com>
4144         * Makefile.in (USER_H): Add stdbool.h.
4145         * ginclude/stdbool.h: New file.
4147 Fri May 29 01:48:25 1998  Jeffrey A Law  (law@cygnus.com)
4149         * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
4150         of a non-note insn.
4152         * gcse.c (pre_delete): Fix code to determine the mode of
4153         the reaching pseudo register.
4155 Fri May 29 01:07:28 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4157         * Makefile.in (GEN): Add gencheck
4158         (STAGESTUFF): Add tree-check.h and gencheck.
4160 Fri May 29 00:57:37 1998  Bruce Korb <korbb@datadesign.com>
4162         * Makefile.in (cstamp-h.in): Remove before trying to recreate.
4163         (fixinc.sh): Set some additional environment variables before
4164         calling mkfixinc.sh.
4166 Thu May 28 12:57:05 1998  Jeffrey A Law  (law@cygnus.com)
4168         * reload.c (find_reloads): Do not force a reloads of match_operators.
4170 Thu May 28 10:22:22 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
4172         * except.h (remove_handler): Add new prototype.
4173         * except.c (remove_handler): New function to remove handlers
4174         from an exception region.
4175         * flow.c (find_basic_blocks_1): Remove handlers from regions when
4176         handler label is deleted; remove exception regions with no handlers.
4178 Thu May 28 09:36:39 1998  Michael Meissner  <meissner@cygnus.com>
4180         * except.h (rtx): Define rtx type correctly if needed.
4181         * function.h (rtx): Ditto.
4182         (tree): Define tree type correctly if needed.
4184         * c-pragma.c (toplevel): Include rtl.h.
4186         * stor-layout.c (toplevel): Move include of rtl.h before
4187         except.h.
4189         * Makefile.in (c-pragma.o): Add except.h, rtl.h dependencies.
4190         (tree.o): Add except.h dependency.
4192 Wed May 27 22:02:40 1998  Jeffrey A Law  (law@cygnus.com)
4194         * reload1.c: Revert accidental checkin.
4196         * configure.lang: Fix thinko when adding a definition for
4197         target_alias to the Makefile.
4199 Wed May 27 02:50:00 1998  Catherine Moore (clm@cygnus.com)
4201         * config/sparc/lb1spc.asm (.rem and .urem):  Replace
4202         routines.
4204 Wed May 27 02:48:31 1998  Richard Earnshaw (rearnsha@arm.com)
4206         * arm.c (arm_gen_constant): Rework to eliminate uninitialized
4207         variable warnings.  Don't generate scratch registers if only
4208         counting insns.
4209         (find_barrier): Eliminate unused variable SRC.
4211 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
4213         * toplev.h (rtx_def): Provide global declaration to avoid
4214         `limited scope' warnings.
4216 Tue May 26 23:47:52 1998  Mumit Khan <khan@xraylith.wisc.edu>
4218         * Makefile.in (gencheck.o): Use HOST_CC.
4219         * i386/t-mingw32: New file.
4220         * configure.in (i386-*-mingw32*): Use.
4222 Tue May 26 07:31:04 1998  Richard Earnshaw (rearnsha@arm.com)
4224         * arm.c (bad_signed_byte_operand): New predicate function.
4225         * arm.h (PREDICATE_CODES): Add it to the list.
4226         * arm.md (*extendqi[sh]i_insn): Split any addresses that ldrsb
4227         can't handle.
4228         (define_split): Two new splits for above insns.
4230         * arm.c: Include toplev.h.
4231         (arm_override_options): Add parentheses around use of tune_flags.
4232         (arm_split_constant): Remove unused variable.
4233         (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
4234         (output_func_prologue, arm_expand_prologue): Likewise.
4235         (arm_canonicalize_comparison): Make I unsigned; rework constants
4236         accordignly.  Add missing paratheses around << operation.
4237         (arm_rtx_costs): Correctly parenthesise MULT costs.  Add a DEFAULT
4238         clause.
4239         ({load,store}_multiple_sequence): Initialize BASE_REG.
4240         (select_dominance_cc_mode): Add DEFAULT clauses.
4241         (broken_move): Return zero if the destination is not a register.
4242         (arm_reorg): Move unused REGNO declaration into the dead code.
4243         * arm.h (CANONICALIZE_COMPARISON): Ensure OP1 is updated.
4245 Mon May 25 22:49:56 PDT 1998 Jeff Law  (law@cygnus.com)
4247         * version.c: Bump for snapshot.
4249 Mon May 25 11:56:24 PDT 1998 Jeff Law  (law@cygnus.com)
4251         * version.c: Bump for snapshot.
4253 Mon May 25 14:00:13 1998  Dave Brolley  <brolley@cygnus.com>
4255         * cpperror.c (v_cpp_message): Remove static prototype.
4256         * cpplib.c (v_cpp_message): Move prototype to cpplib.h.
4257         * cpplib.h (v_cpp_message): Add protoptype.
4258         (stdarg.h,varargs.h): Needed for v_cpp_message prototype.
4260 Sun May 24 20:36:15 PDT 1998 Jeff Law  (law@cygnus.com)
4262         * version.c: Bump for snapshot.
4264 Sun May 24 02:08:57 PDT 1998 Jeff Law  (law@cygnus.com)
4266         * version.c: Bump for snapshot.
4268 1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4270         * m68k.h: Declare more functions used in macros.
4271         (REG_CLASS_CONTENTS): Completely embrace initializer.
4272         * m68k.md (adddi3, subdi3): Add abort call to avoid warning
4273         about returning no value.
4274         * cse.c (find_best_addr): Declare p and found_better only if
4275         needed.
4276         * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
4277         * dwarfout.c (string_length_attribute): #if 0 away.
4278         * function.c (expand_function_end): Define varible blktramp only
4279         if needed.
4280         * jump.c (find_insert_position): Define only if !HAVE_cc0.
4281         * loop.c (combine_givs_p): Define variable tem only if needed.
4282         * real.c: Comment out unused functions eabs, eround,
4283         e{24,53,64,113}toasc and eiinfin.
4286 Sat May 23 23:44:53 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
4288         * Makefile.in (boostrap2-lean, bootstrap3-lean,
4289         bootstrap4-lean): New targets.
4291 Sat May 23 23:35:14 1998  Jeffrey A Law  (law@cygnus.com)
4293         * warn_summary, test_summary: Moved into the contrib directory.
4295 1998-05-23  Manfred Hollstein  <manfred@s-direktnet.de>
4297         * Makefile.in (ENQUIRE_CFLAGS, ENQUIRE_LDFLAGS): Move down to the end
4298         of the Makefile.
4299         (FLOAT_H_TEST): Likewise.
4300         (ENQUIRE): Likewise.
4301         (float.h-nat): Likewise.
4302         (float.h-cross): Likewise.
4303         (enquire): Likewise.
4304         (enquire.o): Likewise.
4305         (stmp-int-hdrs): Fix comment about enquire; depend upon gfloat.h.
4306         (stmp-headers): Move actions to stmp-int-hdrs, retaining only a
4307         no-op.
4308         (FLOAT_H): Remove old float.h-nat version; move current definition
4309         to CROSS_FLOAT_H location.
4310         (all.cross): Remove comments about enquire stuff.
4312         * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
4313         (rest.encap): Likewise.
4314         (libgcc2.ready): Depend upon $(STMP_FIXPROTO)
4316         * toplev.h (tree_node): Provide global declaration to avoid
4317         `limited scope' warnings.
4319 Sat May 23 23:23:35 1998   Robert Lipe  <robertl@dgii.com>
4321         * test_summary: Display section breaks for each entry
4322         in a multilibbed target's output.
4324 1998-05-23  Richard Henderson  <rth@cygnus.com>
4326         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
4327         offset's mode is not ptr_mode, convert it.
4329 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
4331         * fold-const.c (ssize_binop): New fn.
4332         * tree.h: Declare it.
4334 Fri May 22 03:42:05 1998  Richard Earnshaw (rearnsha@arm.com)
4336         * genextract.c (print_path): Handle zero-length path as a special
4337         case.
4339 Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
4341         * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
4343 Fri May 22 00:57:00 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
4345         * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
4346         (shorten_branches, final_scan_insn): Test value of
4347         JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
4348         is defined.
4349         * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
4350         * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
4351         * arm/tcoff.h: Likewise.
4352         * i386/386bsd.h: Likewise.
4353         * i386/freebsd-elf.h: Likewise.
4354         * i386/freebsd.h: Likewise.
4355         * i386/netbsd.h: Likewise.
4356         * i386/ptx4-i.h: Likewise.
4357         * i386/sysv4.h: Likewise.
4358         * pa/pa.h: Likewise.
4359         * rs6000/linux.h: Likewise.
4360         * rs6000/rs6000.h: Likewise.
4361         * sh/sh.h: Likewise.
4362         * sparc/sp64-elf.h: Likewise.
4363         * v850/v850.h: Likewise.
4364         * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
4365         * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).
4367 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4369         * regmove.c (gen_add3_insn): New function.
4370         (fixup_match_2): Use it instead of calling gen_addsi3.
4372 Thu May 21 23:09:50 1998  Jeffrey A Law  (law@cygnus.com)
4374         * Makefile.in (gencheck): Depend on HOST_LIBDEPS.
4376         * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
4377         address.
4379 Thu May 21 20:18:13 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
4381         * Makefile.in (TREE_H): Add tree-check.h.
4382         (tree-check.h, gencheck): New targets.
4383         * gencheck.c: New file.
4384         * tree.c (tree_check, tree_class_check): New functions.
4385         * tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
4386         (TYPE_CHECK, DECL_CHECK): Define.
4387         Modify all access macros to use generated checking macros.
4389 Wed May 20 23:44:28 EDT 1998  John Wehle  (john@feith.com)
4391         * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
4392         * configure.in: Check for it.
4393         * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
4394         * final.c (uid_align, uid_shuid, label_align): Make static.
4395         (label_align): Change type to struct label_alignment pointer.
4396         (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
4397         (LABEL_TO_MAX_SKIP): Define.
4398         (LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
4399         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
4400         (shorten_branches): Record the maximum bytes to skip when
4401         aligning a label.
4402         (final_scan_insn): Use the maximum bytes to skip when aligning a label
4403         if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
4404         * i386.h (LOOP_ALIGN_MAX_SKIP,
4405         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
4406         * i386.c (override_options): i386_align_jumps and i386_align_loops
4407         default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
4408         * invoke.texi: Document new i386 align-loops and align-jumps behavior.
4410 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
4412         * cplus-dem.c (do_type): Handle volatile qualification.
4414 Thu May 21 12:23:17 1998  Per Bothner  <bothner@cygnus.com>
4416         * function.c (init_function_start):  Don't call emit_line_note if
4417         lineno is 0.  (Can happen when compiling Java .class files.)
4419 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4421         * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
4422         end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
4424 Thu May 21 19:32:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4426         * combine.c (nonzero_bits): For paradoxical subregs, take
4427         LOAD_EXTENDED_OP into account.
4429 Thu May 21 11:51:15 1998  Dave Brolley  <brolley@cygnus.com>
4431         * configure.in (extra_c_objs): add prefix.o.
4432         (extra_cxx_objs): extra objects for C++ with cpplib.
4433         * configure: Regenerate.
4435         * c-tree.h: (get_directive_line): Different prototype for cpplib.
4436         (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
4438         * c-lex.h: (get_directive_line): Not needed here for cpplib.
4440         * c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
4441         (GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
4443         * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
4444         (yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c
4446 Thu May 21 09:04:42 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4448         * gengenrtl.c (type_from_format, accessor_from_format): Change
4449         type of parameter `c' from `char' to `int'.
4451 Wed May 20 22:28:34 1998  Jeffrey A Law  (law@cygnus.com)
4453         * warn_summary, test_summary: New scripts from
4454         Kaveh Ghazi and Alexandre Oliva respectively.
4456         * gcse.c (current_function_calls_longjmp): Declare.
4458 1998-05-20  Jason Merrill  <jason@yorick.cygnus.com>
4460         * dwarf2out.c (base_type_die): Use int_size_in_bytes.
4462 Wed May 20 01:11:02 1998  Doug Evans (devans@cygnus.com)
4463                           Jeff Law (law@cygnus.com)
4465         * Global CSE and constant/copy propagation.
4466         * Makefile.in (OBJS): Add gcse.o
4467         (STAGESTUFF): Add *.gcse.
4468         (gcse.o): Add dependencies.
4469         (mostlyclean): Remove *.gcse and */*.gcse.
4470         * gcse.c: New file.
4471         * loop.c (loop_optimize): Move call to init_alias_analysis.
4472         * recog.c (validate_replace_src): New function.
4473         * toplev.c (gcse_dump): New global variable.
4474         (flag_gcse, gcse_time): Likewise.
4475         (compile_file): Initialize gcse_time and clean out the gcse dump
4476         file if necessary.
4477         (rest_of_compilation): Call gcse_main as requested.  Dump RTL
4478         after gcse if requested.
4479         (main): Enable gcse for -O2 and above.  Handle -dG.  Enable gcse
4480         dumps for -da.
4481         * gcc.texi: Add gcse related internal documentation.
4482         * invoke.texi: Note new command line options for gcse.
4483         * tm.texi: Document AVOID_CCMODE_COPIES.
4484         * mips.h (AVOID_CCMODE_COPIES): Define.
4486 Tue May 19 22:31:20 1998  Jeffrey A Law  (law@cygnus.com)
4488         * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
4489         exists.
4490         (stmp-fixproto): Simlarly for running fixproto.
4491         * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
4493 Tue May 19 19:08:52 1998  Jim Wilson  <wilson@cygnus.com>
4495         * config/mips/mips.c (double_memory_operand): Accept any MEM during
4496         reload when TARGET_64BIT.
4498 Tue May 19 18:21:25 1998  Jim Wilson  <wilson@cygnus.com>
4500         Finish incomplete change started by Kenner.
4501         * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
4502         (powerpcle-*-cygwin32): Delete xm_defines.
4503         * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
4504         HAVE_STAB_H instead of NO_STAB_H.
4505         * config/xm-linux.h (NO_STAB_H): Delete.
4506         (HAVE_STAB_H): Undefine.
4507         * config/i386/xm-go32.h (NO_STAB_H): Delete.
4509 1998-05-19  Jim Wilson  <wilson@cygnus.com>
4511         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
4512         LANG_TYPE trees with DECL_SOURCE_LINE of 0.
4514 Tue May 19 15:07:54 1998  Todd Vierling  <tv@netbsd.org>
4516         * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
4518 Tue May 19 17:19:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4520         * reload1.c (reload_reg_free_for_value_p): New function.
4521         (allocate_reload_reg, choose_reload_regs): Use it.
4523 Tue May 19 11:51:00 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
4525         * except.c (expand_start_catch): Correct logic for when to
4526         generate a new handler label, and when to use the old one.
4528 Tue May 19 11:08:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4530         * Makefile.in (print-rtl.o): Depend on bitmap.h.
4531         (dbxout.o): Depend on toplev.h.
4532         ($(SCHED_PREFIX)sched.o): Likewise.
4533         ($(out_object_file)): Likewise for system.h and toplev.h.
4534         (cppmain.o): Depend on gansidecl.h.
4535         (cpplib.o): Likewise.
4536         (cpperror.o): Likewise.
4537         (cppexp.o): Likewise.
4538         (cpphash.o): Likewise.
4539         (cppalloc.o): Likewise.
4540         (fix-header.o): Depend on cpplib.h and cpphash.h.
4541         (scan-decls.o): Depend on gansidecl.h.
4543         * basic-block.h (free_regset_vector): Add prototype.
4545         * cccp.c (check_precompiled): Mark parameter `fname' with
4546         ATTRIBUTE_UNUSED.
4547         (do_assert): Likewise for `op' and `keyword'.
4548         (do_unassert): Likewise.
4549         (do_line): Likewise for `keyword'.
4550         (do_error): Likewise for `op' and `keyword'.
4551         (do_warning): Likewise.
4552         (do_ident): Likewise for `keyword'.
4553         (do_pragma): Likewise for `limit', `op' and `keyword'.
4554         (do_sccs): Likewise.
4555         (do_if): Likewise for `keyword'.
4556         (do_elif): Likewise.
4557         (do_else): Likewise.
4558         (do_endif): Likewise.
4560         * collect2.c (getenv): Remove redundant prototype.
4561         (collect_exit, collect_execute, dump_file): Likewise.
4562         (dump_list): Wrap prototype and definition in COLLECT_EXPORT_LIST.
4563         (dump_prefix_list): Hide prototype and definition.
4565         * sparc.c: Include toplev.h.
4566         (intreg_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
4567         (symbolic_memory_operand): Likewise.
4568         (sp64_medium_pic_operand): Likewise.
4569         (data_segment_operand): Likewise.
4570         (text_segment_operand): Likewise.
4571         (splittable_symbolic_memory_operand): Likewise.
4572         (splittable_immediate_memory_operand): Likewise.
4573         (eq_or_neq): Likewise.
4574         (normal_comp_operator): Likewise.
4575         (noov_compare_op): Likewise.
4576         (v9_regcmp_op): Likewise.
4577         (v8plus_regcmp_op): Likewise.
4578         (extend_op): Likewise.
4579         (cc_arithop): Likewise.
4580         (cc_arithopn): Likewise.
4581         (small_int): Likewise.
4582         (uns_small_int): Likewise.
4583         (clobbered_register): Likewise.
4584         (legitimize_pic_address): Likewise.
4585         (delay_operand): Likewise.
4586         (sparc_builtin_saveregs): Remove unused variable `stdarg'.
4588         * sparc.h (order_regs_for_local_alloc, eligible_for_return_delay,
4589         sparc_issue_rate, v8plus_regcmp_p): Add prototypes.
4591         * sparc.md (cmpdi_v8plus): Add abort for default case in switch.
4593         * cppalloc.c: Include gansidecl.h.
4595         * cpperror.c: Include stdarg.h/varargs.h and gansidecl.h.
4596         (cpp_file_line_for_message): Mark parameter `pfile' with
4597         ATTRIBUTE_UNUSED.
4598         (v_cpp_message): New function.
4599         (cpp_message): Use it.  Also convert to variable arguments.
4600         (cpp_fatal): Likewise.
4601         (cpp_pfatal_with_name): Constify parameter `name'.
4603         * cppexp.c: Move gansidecl.h before cpplib.h.
4604         * cpphash.c: Likewise.
4605         * cpphash.h (hashf, delete_macro): Add prototypes.
4607         * cpplib.c: Include stdarg.h/varargs.h and move gansidecl.h before
4608         cpplib.h.  Don't include errno.h.
4609         (update_path): Add arguments to prototype.
4610         (cpp_fatal, cpp_file_line_for_message, cpp_message, delete_macro,
4611         cpp_print_containing_files): Remove redundant prototypes.
4612         (cpp_hash_cleanup, add_import, append_include_chain,
4613         make_assertion, path_include, initialize_builtins,
4614         initialize_char_syntax, finclude, validate_else, comp_def_part,
4615         lookup_import, redundant_include_p, is_system_include,
4616         read_name_map, read_filename_string, open_include_file,
4617         check_macro_name, compare_defs, compare_token_lists,
4618         eval_if_expression, change_newlines): Add prototype arguments.
4619         (hashf): Remove redundant prototype.
4620         (read_token_list, free_token_list, safe_read, xcalloc, savestring,
4621         conditional_skip, skip_if_group): Add prototype arguments.
4622         (fdopen): Remove redundant prototype.
4623         (do_define, do_line, do_include, do_undef, do_error, do_pragma,
4624         do_ident, do_if, do_xifdef, do_else, do_elif, do_endif, do_sccs,
4625         do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
4626         (struct directive): Add prototype arguments to function pointer
4627         member `func'.
4628         (handle_directive): Add missing arguments to call to `do_line'.
4629         (do_include): Mark parameters `unused1' and `unused2' with
4630         ATTRIBUTE_UNUSED.
4631         (do_line): Likewise for `keyword' and new parameters `unused1' and
4632         `unused2'.
4633         (do_error): Likewise for `keyword'.
4634         (do_warning): Likewise.  Also add missing argument `pfile' in call
4635         to cpp_pedwarn.
4636         (do_once): Mark parameter `keyword', `unused1' and `unused2' with
4637         ATTRIBUTE_UNUSED.
4638         (do_ident): Likewise for `keyword', `buf' and `limit'.
4639         (do_pragma): Likewise.  Also add missing arguments in call to do_once.
4640         (do_sccs): Mark parameter `keyword', `buf' and `limit' with
4641         ATTRIBUTE_UNUSED.
4642         (do_if): Likewise for `keyword'.
4643         (do_elif): Likewise.
4644         (eval_if_expression): Likewise for `buf' and `length'.
4645         (do_xifdef): Likewise for `unused1' and `unused2'.
4646         (do_else): Likewise for `keyword', `buf' and `limit'.
4647         (do_endif): Likewise.
4648         (parse_name): Add missing argument `pfile' in call to cpp_pedwarn.
4649         (cpp_handle_options): Remove superfluous NULL argument in call to
4650         cpp_fatal.
4651         (cpp_handle_options): Likewise.
4652         (do_assert): Mark parameter `keyword', `buf' and `limit' with
4653         ATTRIBUTE_UNUSED.
4654         (do_unassert): Likewise.
4655         (cpp_print_file_and_line): Add missing argument `pfile' in call to
4656         cpp_file_line_for_message.
4657         (v_cpp_error): New function.
4658         (cpp_error): Use it. Also accept variable arguments.
4659         (v_cpp_warning): New function.
4660         (cpp_warning): Use it. Also accept variable arguments.
4661         (cpp_pedwarn): Accept variable arguments.
4662         (v_cpp_error_with_line): New function
4663         (cpp_error_with_line): Use it.  Accept variable arguments.
4664         (v_cpp_warning_with_line): New function.
4665         (cpp_warning_with_line): Use it.  Accept variable arguments.  Hide
4666         definition.
4667         (cpp_pedwarn_with_line): Accept variable arguments.
4668         (cpp_pedwarn_with_file_and_line): Likewise.
4669         (cpp_error_from_errno): Constify parameter `name'.  Add missing
4670         argument `pfile' in call to cpp_file_line_for_message.
4671         (cpp_perror_with_name): Constify parameter `name'.
4673         * cpplib.h: Define PARAMS() in terms of PROTO().
4674         (fatal): Remove redundant prototype.
4675         (cpp_error, cpp_warning, cpp_pedwarn, cpp_error_with_line,
4676         cpp_pedwarn_with_line, cpp_pedwarn_with_file_and_line,
4677         cpp_error_from_errno, cpp_perror_with_name, cpp_pfatal_with_name,
4678         cpp_fatal, cpp_message, cpp_pfatal_with_name,
4679         cpp_file_line_for_message, cpp_print_containing_files): Add
4680         arguments to prototypes.
4681         (scan_decls, cpp_finish): Add prototypes.
4683         * cppmain.c: Include gansidecl.h.
4684         (main): Remove unused variable `i'.
4686         * dbxout.c: Include toplev.h.
4688         * demangle.h (do_tlink, collect_execute, collect_exit,
4689         collect_wait, dump_file, file_exists): Add prototype.
4691         * dwarf2out.c (dwarf_type_encoding_name, decl_start_label): Hide
4692         prototype and definition.
4693         (gen_unspecified_parameters_die): Don't assign results of call to
4694         function new_die() to unused variable `parm_die'.
4695         (dwarf2out_line): Mark parameter `filename' with ATTRIBUTE_UNUSED.
4696         (dwarf2out_define): Likewise for `lineno' and `buffer'.
4698         * dwarfout.c (output_unsigned_leb128, output_signed_leb128): Hide
4699         prototype and definition.
4700         (output_die): Add prototype arguments to function pointer arg.
4701         (output_unspecified_parameters_die): Mark parameter `arg' with
4702         ATTRIBUTE_UNUSED.
4704         * except.c (output_exception_table_entry): Remove unused variable
4705         `eh_entry'.
4707         * except.h (expand_fixup_region_start, expand_fixup_region_end):
4708         Add prototypes.
4710         * expr.c (do_jump_by_parts_equality_rtx): Remove prototype.
4712         * expr.h (do_jump_by_parts_equality_rtx): Add prototype.
4714         * fix-header.c: Include stdarg.h/varargs.h, move gansidecl.h
4715         before cpplib.h, include cpphash.h, remove redundant prototype of
4716         cpp_fatal, don't define `const', add a prototype for `fatal'.
4717         (cpp_file_line_for_message): Add missing arguments `pfile'.
4718         (v_cpp_message): New function.
4719         (cpp_message): Use it.
4720         (v_fatal): New function.
4721         (fatal, cpp_fatal): Use it.
4722         (cpp_pfatal_with_name): Constify parameter `name'.
4724         * flow.c (free_regset_vector): Remove redundant prototype.
4726         * function.c (round_down): Wrap prototype and definition with
4727         macro ARGS_GROW_DOWNWARD.
4728         (record_insns): Wrap prototype and definition with
4729         defined (HAVE_prologue) || defined (HAVE_epilogue).
4731         * gansidecl.h (ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5): New macros.
4733         * gen-protos.c: Include gansidecl.h.
4734         (hashf): Don't make it static, constify parameter `name'.
4736         * genattrtab.c (check_attr_test): Change XEXP() to XSTR() to match
4737         specifier %s in calls to function `fatal'.
4739         * haifa-sched.c: Include toplev.h.
4740         (find_rgns): Remove unused variable `j'.
4742         * integrate.c (note_modified_parmregs): Mark parameter `x' with
4743         ATTRIBUTE_UNUSED.
4744         (mark_stores): Likewise.
4746         * jump.c (mark_modified_reg): Likewise.
4748         * output.h (insn_current_reference_address): Add prototype.
4749         (eh_frame_section): Likewise.
4751         * print-rtl.c: Include bitmap.h.
4753         * reload1.c (reload): Wrap variables `note' and `next' in macro
4754         PRESERVE_DEATH_INFO_REGNO_P.
4755         (forget_old_reloads_1): Mark parameter `ignored' with
4756         ATTRIBUTE_UNUSED.
4757         (choose_reload_regs): Remove unused variable `in'.
4758         (reload_cse_invalidate_mem): Mark parameter `ignore' with
4759         ATTRIBUTE_UNUSED.
4760         (reload_cse_check_clobber): Likewise.
4762         * rtl.h (expand_null_return, reg_classes_intersect_p): Add prototype.
4763         (mark_elimination): Fix typo in prototype.
4765         * scan-decls.c: Include gansidecl.h.
4767         * tree.h (using_eh_for_cleanups, supports_one_only): Add prototype.
4769 Mon May 18 22:37:33 1998  Jeffrey A Law  (law@cygnus.com)
4771         * function.c (identify_blocks): Fix thinko when setting the
4772         block number for NOTE_INSN_BLOCK_END.
4774 Mon May 18 15:30:42 1998  Nick Clifton  <nickc@cygnus.com>
4776         * config/v850/lib1funcs.asm: Add .text pseudo op to start of
4777         ___udivsi3.
4779         * config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
4780         underscores for the prefixes to the names of the maths functions.
4782         * dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE.  Add
4783         comment explaining why.
4785 Mon May 18 13:20:23 1998  Richard Henderson  <rth@cygnus.com>
4787         * tree.h (TYPE_SIZE_UNIT): New.
4788         (struct tree_type): Add size_unit member.
4789         * stor-layout.c (layout_type): Initialize it.
4790         * expr.c (get_inner_reference) [ARRAY_REF]: Use it.
4791         * tree.c (size_in_bytes, int_size_in_bytes): Likewise.
4793 Mon May 18 12:07:37 1998  Richard Earnshaw (rearnsha@arm.com)
4795         * stor-layout.c (layout_record): Fix off-by-one error when checking
4796         length of the TYPE_BINFO vector.
4798 Mon May 18 10:59:23 1998  Nick Clifton  <nickc@cygnus.com>
4800         * dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
4801         function parameter passed in memory.
4803 Mon May 18 09:02:09 1998  Robert Lipe  <robertl@dgii.com>
4805         * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h:  New files.
4806         Prototypes for externally used functions in respective C files.
4807         * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
4808         final.c: Include above files.
4809         * Makefile.in (toplev.o): Add dependency for above four headers.
4810         (final.o): Likewise.
4811         (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
4812         respective header files.
4814 Mon May 18 01:23:33 1998  Jeffrey A Law  (law@cygnus.com)
4816         * Makefile.in (TARGET_TOOLPREFIX): No longer define.
4817         (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
4818         the build tree if they exist.
4819         (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
4820         appropriately.
4821         (objdir): Let configure substitute value.
4822         (FLOAT_H): Let configure select a pre-built version from the
4823         config subdir.
4824         * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
4825         * configure.in: Substitute for objdir.
4827         * Makefile.in (build_canonical, host_canonical): Let configure
4828         substitute values for these variables.
4829         * configure.in: Substitute for build_canonical, host_canonical
4830         and target_subdir in generated Makefile.
4832         * output.h (find_basic_blocks): Declare.
4833         (free_basic_block_vars, set_block_num, life_analysis): Likewise.
4835         * Makefile.in (BISON): Use bison from the build tree if it exists.
4836         (FLEX): Similarly.
4838 Mon May 18 00:08:19 1998  Nick Clifton  <nickc@cygnus.com>
4840         * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
4841         (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
4842         (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
4843         command line arguments to see if an executable is not being
4844         created, and if so - do not append the suffix.
4846         * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
4847         driver macro.
4849 Sun May 17 23:59:45 1998  John Wehle  (john@feith.com)
4851         * i386.h (ALIGN_DFmode): Delete.
4852         (CONSTANT_ALIGNMENT): Define.
4853         * varasm.c (force_const_mem): Use it.
4855 Sun May 17 19:31:05 1998  Richard Henderson  <rth@cygnus.com>
4857         * alpha.c (alpha_emit_conditional_branch): Clear cmp_code after
4858         using it with swap_condition, not before.
4860 Sun May 17 13:44:32 1998  Jim Wilson  <wilson@cygnus.com>
4862         * alias.c (mode_alias_check): Delete.
4863         (true_dependence, anti_dependence, output_dependence): Revert April 21
4864         change.
4866 Sun May 17 08:45:21 1998  Krister Walfridsson <cato@df.lth.se>
4868         * toplev.c (output_lang_identify): Enable prototype and definition.
4870 Sun May 17 01:12:27 PDT 1998 Jeff Law  (law@cygnus.com)
4872         * version.c: Bump for snapshot.
4874 Sat May 16 23:20:32 1998  Richard Henderson  <rth@cygnus.com>
4876         * alpha/osf.h (HAVE_STAMP_H): Define.
4877         * alpha.c: Use it.
4878         * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
4879         * configure.in (alpha*-*-netbsd*): New.
4880         Based on patches from Paul H. Anderson <pha@pdq.com>.
4882         * configure.in (alpha*-*-linux-*): Kill xm_defines.
4883         (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
4884         * alpha/xm-linux.h: Remove file.
4886 Sat May 16 18:32:45 1998  Doug Evans  <devans@canuck.cygnus.com>
4888         * dbxout.c (dbxout_parms): If mode of type of parameter living
4889         in memory doesn't match mode of DECL_RTL, make big endian correction.
4891 Fri May 15 21:40:06 1998  John Wehle  (john@feith.com)
4893         * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
4895 Fri May 15 18:55:22 1998  Jason Merrill  <jason@yorick.cygnus.com>
4897         * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
4898         * stor-layout.c (layout_record): Set it.
4900 Fri May 15 18:49:30 1998  Mark Mitchell  <mmitchell@usa.net>
4902         * toplev.c (rest_of_compilation): Don't defer nested functions.
4904 Fri May 15 17:42:52 1998  Bob Manson  <manson@charmed.cygnus.com>
4906         * config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
4907         to an 8-byte boundary if info_ptr->fpmem_p.
4909 Fri May 15 17:36:11 1998  Bill Moyer <ttk@cygnus.com>
4911         * loop.c (basic_induction_var): Added test preventing
4912         CCmode parameter passed to convert_modes().
4914 Fri May 15 17:26:18 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4916         * expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
4917         input_filename and lineno around expand_expr call.  Set them to values
4918         in WFL before expand_expr call.
4920 Fri May 15 12:44:57 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
4922         * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
4924 Fri May 15 07:20:03 1998  Mark Mitchell  <mmitchell@usa.net>
4926         * fold-const.c (constant_boolean_node): New function.
4927         (fold): Use it.
4929 Fri May 15 11:21:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4931         * sh.c (gen_shl_and): Don't sign extend constant for kind two.
4932         Abort if trying to split kind 3 or 4 outside of combine.
4934 Fri May 15 01:47:37 1998  Jeffrey A Law  (law@cygnus.com)
4936         * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
4938 Fri May 15 01:42:45 1998  Mumit Khan <khan@xraylith.wisc.edu>
4940         * objc/Make-lang.in (OBJC_O): Add missing exeext.
4941         (libobjc.a, runtime-info.h): Likewise.
4943 Fri May 15 01:29:39 1998  John Wehle  (john@feith.com)
4945         * i386.h (DATA_ALIGNMENT): Define.
4947 Fri May 15 05:35:37 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4949         * reload1.c (delete_output_reload): Ignore single USE that
4950         was emitted for the pseudo use of this INSN.
4951         If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
4952         remains, we can always delete OUTPUT_RELOAD_INSN.
4954 Thu May 14 18:38:50 1998  Jim Wilson  <wilson@cygnus.com>
4956         * reload.c (find_reloads): Don't penalize SCRATCH output reload.
4958 Thu May 14 15:10:30 1998  Jeffrey A Law  (law@cygnus.com)
4960         * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
4962 Thu May 14 16:30:47 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
4964         * eh-common.h: New file for basic EH data structures.
4965         * except.h: Various prototypes and structures for NEW_EH_MODEL
4966         * function.h (struct function): Add a struct eh_stack for the catch
4967         clause stack.
4968         * except.c (gen_exception_label): New function to generate an
4969         exception label.
4970         (push_eh_entry): Use gen_exception_label() and init 'label_used' field.
4971         (push_entry): New function to push an existing entry onto a stack.
4972         (receive_exception_label): New function to emit the code required
4973         at the start of all catch blocks.
4974         (struct func_eh_entry): New structure for maintaining handlers
4975         associated with EH regions.
4976         (new_eh_region_entry): New function to register an EH region.
4977         (add_new_handler): New function to register a handler with a region.
4978         (get_new_handler): Creates  anew handler entry for registering.
4979         (find_func_region): New function to convert a NOTE eh region number
4980         to an Eh region index.
4981         (get_first_handler): New function to get the first handler in a region.
4982         (clear_function_eh_region): New function to release memory.
4983         (duplicate_handlers): New function to duplicate a list of handlers.
4984         (expand_eh_region_end): Create a new region entry node as well.
4985         (expand_leftover_cleanups): Call receive_exception_label() and
4986         register the cleanup as a handler to the current region.
4987         (expand_start_catch): New function to start a catch clause.
4988         (expand_end_catch): New function to end a catch clause.
4989         (expand_start_all_catch): restructure to not do the equivilent of
4990         what expand_start_catch() does now. Push the exception region being
4991         handled onto the catch stack.
4992         (output_exception_table_entry): Issue an entry for each handler
4993         associated with a region.
4994         (set_exception_lang_code): New function for setting the language code.
4995         (set_exception_version_code): New function to set the version number.
4996         (output_exception_table): Output version and language codes.
4997         (find_exception_handler_labels): Find handler labels using new scheme.
4998         (is_exception_handler_label): New function, returns 1 if label is
4999         present as a handler in some exception region.
5000         (check_exception_handler_labels): Use the new scheme.
5001         (init_eh_for_function): Initialize the catch stack.
5002         (save_eh_status): Save the catch stack.
5003         (restore_eh_status): Restore the catch stack.
5004         (scan_region): Don't remove unreferenced handler label. Flow does it.
5005         (get_reg_for_handler): New function to get the eh_context pointer
5006         passed by __throw.
5007         (expand_builtin_eh_stub): Changes required for NEW_EH_MODEL only.
5008         * final.c (final_scan_insn): With NEW_EH_MODEL, add EH table
5009         entry when processing END region rather that START region.
5010         * flow.c (find_basic_blocks_1): Find all potential handler regions
5011         now that we don't automatically know what the labels might be.
5012         Let scan_region() remove unreferenced EH BEGIN/END labels.
5013         * integrate.c (get_label_from_map): Put inlined labels onto the
5014         permanent obstack since we dont know which ones might be exception
5015         labels.
5016         (save_for_inline_copying): Make new copies of all the handlers.
5017         (expand_inline_function): Make new copies of all the handlers.
5018         * libgcc2.c: Remove local struct decls, and include eh-common.h.
5019         (find_exception_handler): With NEW_EH_MODEL the first matching
5020         region we find is the right one. Add eh_info as a new parameter.
5021         (__throw): Pass eh_info to find_exception_handler. Set handler
5022         and pass use different regs  under NEW_EH_MODEL.
5024 Thu May 14 12:58:21 1998  Jim Wilson  <wilson@cygnus.com>
5026         * i960.h (hard_regno_mode_ok): Changed to function from array of
5027         unsigned.
5028         (HARD_REGNO_MODE_OK): Call function instead of testing bit.
5029         * i960.c (hard_regno_mode_ok): Changed to function from array of
5030         unsigned.
5032 Thu May 14 08:41:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5034         * reload.c (remove_replacements): New function.
5035         * reload.h (remove_replacements): Declare.
5036         * reload1.c (choose_reload_regs): Disable some reloads that
5037         belong to inherited reloads.
5039 Thu May 14 02:17:17 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5041         * loop.c (scan_loop): Don't call move_moveables for optimize_size.
5043         * reload1.c (merge_assigned_reloads):  When merging, reset
5044         reload_spill_index for the eliminated reload.
5046 Wed May 13 17:51:13 1998  Jeffrey A Law  (law@cygnus.com)
5048         * haifa-sched.c (schedule_insns): Fix merge goof.
5050 1998-05-13  Jim Wilson  <wilson@cygnus.com>
5052         * varasm.c (make_decl_rtl): Revert April 1 change.
5053         * alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
5054         m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
5055         Get function name from the SYMBOL_REF in the DECL_RTL, not from
5056         DECL_ASSEMBLER_NAME.
5057         * i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
5058         DECL_ASSEMBLER_NAME.
5060 Wed May 13 13:09:19 1998  Jim Wilson  <wilson@cygnus.com>
5062         * i386.c (notice_update_cc, output_float_compare): Disable
5063         TARGET_CMOVE support.
5065 Wed May 13 15:28:59 1998  Michael Meissner  <meissner@cygnus.com>
5066                           Jeff Law <law@cygnus.com>
5068         * rtlanal.c (find_reg_note): Ignore notes that are not on on
5069         insns of class 'i'.
5070         (find_regno_note): Likewise.
5072         * Makefile.in (stor-layout.o): Depend on except.h
5073         (varasm.o, function.o): Likewise.
5074         (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.
5076         * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
5077         (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
5078         ($(HOST_PREFIX_1)rtl.o): Likewise.
5079         ($(HOST_PREFIX_1)bitmap.o): New host object.
5080         * emit-rtl.c (toplevel): Include bitmap.h.
5081         (gen_rtx): Handle 't' and 'b' nodes.
5082         * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
5083         Print block number for block begin/end notes.  Print 't' type
5084         nodes as a pointer.  Know that the 3rd argument of live range
5085         start/stop notes is really a range_info rtx.  If type is 'b', print
5086         out argument as a bitmap.
5087         * rtl.c: Include bitmap.c.
5088         (copy_rtx): Copy tree nodes as is.  Copy bitmaps if type is 'b'.
5089         (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
5090         * rtl.def (RANGE_LIVE): New node to hold live information while we
5091         recalculate the basic blocks.
5092         (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
5093         (RANGE_VAR): New node, to hold information saved in symbol node for New
5094         communicating live range information to the debug output functions.
5095         * rtl.h (rtunion_def): Add rttree and rtbit fields.
5096         (XBITMAP, XTREE): New accessor macros.
5097         (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
5098         (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
5099         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
5100         (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
5101         (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
5102         (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
5103         (RANGE_INFO_*): Likewise.
5104         * sched.c (sched_analyze): Keep live range start/stop notes.
5105         (unlink_other_notes): Likewise.
5106         * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
5107         (unlink_other_notes): Likewise.
5108         * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
5109         (BLOCK_LIVE_RANGE_FLAG): Likewise.
5110         (DECL_LIVE_RANGE_RTL): Likewise.
5111         (struct tree_block): Add live_range_flag, live_range_var_flag,
5112         live_range_start and live_range_end.
5113         (struct tree_decl): Add live_range_rtl field.
5114         * gengenrtl.c (type_from_format): Handle 'b' and 't'.
5115         (accessor_from_format): Likewise.
5117         * haifa-sched.c (schedule_block): Make verbose output line up.
5118         Also add a blank line in printing the individual ready lists.
5120 Wed May 13 15:43:44 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5122         * Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
5123         (c-lex.o): Depend on output.h.
5124         (c-common.o): Likewise.
5125         (stmt.o): Likewise.
5126         (calls.o): Likewise.
5127         (integrate.o): Depend on toplev.h.
5128         (regclass.o): Depend on output.h.
5129         (final.o): Depend on reload.h.
5131         * c-common.c: Include output.h.
5132         (check_format_info): Remove unused variable `integral_format'.
5134         * c-decl.c (print_lang_decl): Mark parameters `file', `node' and
5135         `indent' with ATTRIBUTE_UNUSED.
5136         (print_lang_type): Likewise.
5137         (maybe_build_cleanup): Likewise for parameter `decl'.
5138         (copy_lang_decl): Likewise for parameter `node'.
5140         * c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
5141         (lang_print_xnode): Mark parameters `file', `node' and `indent'
5142         with ATTRIBUTE_UNUSED.
5143         (lookup_interface): Likewise for parameter `arg'.
5144         (is_class_name): Likewise.
5145         (maybe_objc_check_decl): Likewise for parameter `decl'.
5146         (maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
5147         `reflexive'.
5148         (maybe_objc_method_name): Likewise for parameter `decl'.
5149         (build_objc_string): Likewise for parameters `len' and `str'.
5151         * c-lex.c: Include output.h.
5153         * c-lex.h (position_after_white_space): Correct typo in prototype.
5155         * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
5156         c_expand_end_cond, init_iterators): Add prototypes.
5158         * caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
5159         with ATTRIBUTE_UNUSED.
5161         * calls.c: Include output.h.
5163         * cccp.c (pipe_closed): Mark parameter `signo' with
5164         ATTRIBUTE_UNUSED.
5166         * combine.c: Move inclusion of expr.h to after insn-config.h.
5168         * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
5169         as empty, rather define as ((void)0).
5171         * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
5172         Add parentheses around assignment used as truth value.
5174         * cplus-dem.c (squangle_mop_up): Change return type to void.
5175         (internal_cplus_demangle): Remove unused parameter `options'.
5176         All callers changed.
5177         (cplus_demangle_opname): Remove function wide variable `int i' and
5178         replace with `size_t i' at each location where it is used.
5179         (cplus_demangle_opname): change type of `i' from int to size_t.
5181         * cppexp.c (right_shift): Mark parameter `pfile' with
5182         ATTRIBUTE_UNUSED.
5184         * cpphash.c (cpp_lookup): Likewise.
5185         (cpp_hash_cleanup): Likewise.
5187         * cpplib.c (parse_name): Add a prototype and make it static.
5188         (null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
5189         (null_cleanup): Likewise for parameters `pbuf' and `pfile'.
5190         (macro_cleanup): Likewise for parameter `pfile'.
5191         (file_cleanup): Likewise.
5193         * cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
5194         cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
5196         * crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
5197         __DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
5199         * cse.c (cse_check_loop_start): Mark parameter `set' with
5200         ATTRIBUTE_UNUSED.
5202         * dbxout.c (flag_minimal_debug, have_used_extensions,
5203         source_label_number): Move inside macro wrapper check against
5204         defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
5206         * dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
5208         * except.h (doing_eh): Provide prototype.
5210         * expr.c: Move inclusion of expr.h to after insn-config.h.
5212         * final.c: Include reload.h.
5213         (shorten_branches): Cast the first argument of bzero to char *.
5215         * fix-header.c (cpp_print_containing_files): Mark parameter
5216         `pfile' with ATTRIBUTE_UNUSED.
5217         (cpp_fatal): Likewise.
5219         * flow.c (find_basic_blocks_1): Cast the first argument of bzero
5220         to char *.
5222         * genattrtab.c (make_length_attrs): Change the type of variable
5223         `i' from int to size_t.
5224         (zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
5225         (one_fn): Likewise.
5227         * genextract.c (main): When generating insn-extract.c, mark
5228         variable `junk' with ATTRIBUTE_UNUSED.
5230         * gengenrtl.c (gencode): When generating genrtl.c, cast the first
5231         argument of bzero to char*.
5233         * integrate.c: Include toplev.h.
5235         * libgcc2.c: Wrap `struct exception_table' and
5236         `find_exception_handler' in macro DWARF2_UNWIND_INFO.
5238         * objc/Make-lang.in (objc-act.o): Depend on toplev.h.
5240         * objc/objc-act.c: Include toplev.h.
5241         (lang_print_xnode): Mark parameters `file', `node' and `indent'
5242         with ATTRIBUTE_UNUSED.
5243         (finish_protocol): Likewise for parameter `protocol'.
5245         * output.h (declare_weak): Add prototype.
5246         (decode_reg_name): Don't wrap with TREE_CODE macro.
5247         (assemble_alias): Add prototype.
5249         * regclass.c: Include output.h.
5251         * reload.h (reloads_conflict): Add prototype.
5253         * rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
5254         output_func_start_profiler): Add prototypes.
5256         * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
5257         ATTRIBUTE_UNUSED.
5259         * scan-decls.c: Include scan.h.
5261         * scan.h (recognized_function, recognized_extern): Add prototypes.
5263         * stmt.c: Include output.h.
5265         * toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
5266         (output_lang_identify): Hide prototype and definition.
5267         (float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
5268         (pipe_closed): Likewise.
5270         * toplev.h (count_error, strip_off_ending, error_for_asm,
5271         warning_for_asm): Add prototypes.
5273 Wed May 13 12:54:19 1998  Michael Meissner  <meissner@cygnus.com>
5275         * toplev.c (rest_of_compilation): "Charge" final for any time
5276         doing various cleanup operations after finishing compilation
5277         of a function.
5279         * flow.c (dump_flow_info): Also print number of sets and
5280         whether or not the pseudo is a user variable.
5282         * flow.c (reg_n_max): New global variable.
5283         * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
5284         Delete regno_max variable.
5285         * regs.h (REG_N_CHECK): Define.
5286         (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
5287         (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
5288         (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
5290 Wed May 13 12:54:19 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
5292         * acconfig.h (ENABLE_CHECKING): Undefine.
5293         * configure.in (--enable-checking): New option.
5295 Wed May 13 08:52:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5297         * reload1.c (merge_assigned_reloads):  Can merge
5298         RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
5299         if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
5301 Tue May 12 20:05:57 1998  Jim Wilson  <wilson@cygnus.com>
5303         * collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.
5305 Wed May 13 03:23:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5307         * reload1.c (gen_reload): Create REG_EQUIV notes.
5309 Tue May 12 22:21:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5311         * reload1.c (reload): Fix check for USEs to use code of pattern.
5312         (choose_reload_regs): Remove dead variable use_insn.
5314 Tue May 12 14:04:49 1998  Jeffrey A Law  (law@cygnus.com)
5316         * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
5318 Tue May 12 15:16:02 1998  Michael Meissner  <meissner@cygnus.com>
5320         * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
5321         already defined.
5322         (find_insn_{,mem_}list): Use HAIFA_INLINE, not __inline.
5323         (insn_{unit,issue_delay}): Ditto.
5324         (blockage_range): Ditto.
5325         (actual_hazard{,_this_instance}): Ditto.
5326         (schedule_unit): Ditto.
5327         (potential_hazard): Ditto.
5328         (insn_cost): Ditto.
5329         (swap_sort): Ditto.
5330         (queue_insn): Ditto.
5331         (birthing_insn_p): Ditto.
5332         (adjust_priority): Ditto.
5333         (get_block_head_tail): Ditto.
5334         (init_rgn_data_dependences): Ditto.
5336 Tue May 12 10:27:54 1998  Klaus Kaempf  <kkaempf@progis.de>
5338         * alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
5340 Tue May 12 11:44:14 1998  Gavin Koch  <gavin@cygnus.com>
5342         * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
5344 Tue May 12 11:38:31 1998  Gavin Koch  <gavin@cygnus.com>
5346         * config/mips/mips.md (dslot): Move after definition of "cpu"
5347         attribute.  Handle r3900 case.
5349 Tue May 12 10:21:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5351         * system.h: Define the STRINGIFY macro here.
5352         * protoize.c: Not here.
5353         * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
5355 Tue May 12 00:47:33 1998  John Wehle  (john@feith.com)
5357         * varasm.c (assemble_variable): Compute the alignment of the data
5358         earlier so that both initialized and uninitialized variables are
5359         effected by DATA_ALIGNMENT.
5360         * tm.texi (DATA_ALIGNMENT): Updated appropriately.
5362 Mon May 11 19:57:58 1998  Jeffrey A Law  (law@cygnus.com)
5364         * mips.c: Prototype static functions.
5366 Mon May 11 17:43:03 1998  Jim Wilson  <wilson@cygnus.com>
5368         * regmove.c (fixup_match_2, find_matches, regmove_profitable):
5369         Add explanatory comments.
5371         * sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT.
5373 Mon May 11 17:24:27 1998  Richard Henderson  <rth@cygnus.com>
5375         * sparc.md (ffsdi2): Disable.  Simplify the expression as well.
5377 Mon May 11 13:30:44 1998  Jim Wilson  <wilson@cygnus.com>
5379         * varasm.c (make_decl_rtl): Disable April 1 change.
5381 Mon May 11 09:14:41 1998  Richard Henderson  <rth@cygnus.com>
5383         * configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
5385 Mon May 11 08:24:18 1998  Richard Henderson <rth@cygnus.com>
5387         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
5388         * alpha.c (print_operand): Handle it.
5389         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and
5390         related define_splits.  Also add peepholes for SImode reload
5391         plus sign_extend lossage.
5393 Mon May 11 09:33:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5395         * genattr.c: Include stdarg.h/varargs.h.  Change function
5396         `fatal' to use variable arguments instead of faking it with
5397         integer parameters.  Provide a prototype which also
5398         checks the format specifiers using ATTRIBUTE_PRINTF_1.
5400         * genattrtab.c: Likewise.
5401         * gencodes.c: Likewise.
5402         * genconfig.c: Likewise.
5403         * genemit.c: Likewise.
5404         * genextract.c: Likewise.
5405         * genflags.c: Likewise.
5406         * genopinit.c: Likewise.
5407         * genpeep.c: Likewise.
5408         * genrecog.c: Likewise.
5409         * genoutput.c: Likewise.  Similarly for function `error'.
5411 Sun May 10 02:27:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5413         * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
5414         * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
5415         * configure.in: Use GCC_C_VOLATILE.
5416         * system.h (volatile): Define as empty if no volatile support is
5417         available.
5419 Sun May 10 01:21:43 1998  Jeffrey A Law  (law@cygnus.com)
5421         * genemit.c (output_add_clobbers): Removed unused variable 'i' from
5422         generated fucntion.
5424 Sat May  9 02:02:15 1998  Richard Henderson  <rth@cygnus.com>
5426         * loop.c (get_condition): Don't combine when either compare is MODE_CC.
5427         * alpha.c (alpha_emit_conditional_branch): New function.  Taken from
5428         the body of beq; additionally set the mode of the branch to CCmode for
5429         FP compares and not fast_math.
5430         (alpha_emit_conditional_move): Always use a compare insn for FP
5431         when not fast_math, as well as setting CCmode on the cmov.
5432         * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch.
5434         * machmode.h (COMPLEX_MODE_P): New macro.
5436 Sat May  9 01:53:23 1998  Richard Henderson  <rth@cygnus.com>
5438         * haifa-sched.c (print_exp): Fix typo.
5440 Fri May 8 21:48:50 PDT 1998 Jeff Law  (law@cygnus.com)
5442         * version.c: Bump for snapshot.
5444 Fri May  8 18:23:08 1998  Michael Meissner  <meissner@cygnus.com>
5446         * final.c (final_scan_insn): Call fatal_insn instead of abort if
5447         we could not split an insn when required to.
5449         * m32r.md ({add,sub}di3): Add define_splits and appropriate low
5450         level insns.
5451         (peepholes): Disable peepholes that call dead_or_set_p.
5452         (movsi): Rewrite to handle addresses better after last change.
5453         Add define_split to split load of addresses in large/medium modes.
5454         (prologue): Call m32r_expand_prologue.
5455         (movsi_{push,pop}): Generators for push/pop.
5456         (movsi): Support PRE_{INC,DEC}, POST_INC.
5457         (mov{di,df}): Rewrite.  Always split the insns.
5458         (movsf): Add define_split to get register load in correct mode.
5459         (cmp_ne_small_const_insn): Use 'N' instead of 'S' constraint.
5460         (attributes): Rewrite attributes so that type indicates both the
5461         type and the length of the insn directly.
5462         (all insns): Change to use new type attributes.
5463         (debug): New attribute to convey whether -mdebug was used.
5464         (opt_space): New attribute to convey whether -Os was used.
5465         (function units): Loads are 3 cycles, not 2.  Better classify all
5466         insns into short/long.
5467         (load/store/extend insns): Add separate case for load/store
5468         indirect operations without an offset.
5469         (divsi3): Division is a long operation, not short.
5471         * m32r.h (LEGITIMATE_LO_SUM_ADDRESS_P): Do not allow LO_SUM for
5472         modes > 1 word.
5473         (GO_IF_MODE_DEPENDENT_ADDRESS): LO_SUM is now mode dependent.
5474         (CONST_OK_FOR_LETTER_P): Make 'N' handle reverse 8 bit compares.
5475         (EXTRA_CONSTRAINT): Remove 'S' special support.  Add 'U' for
5476         operands with PRE_{INC,DEC}, POST_INC.
5477         (FUNCTION_PROFILER): Call abort instead of doing nothing.
5478         (GO_IF_LEGITIMATE_ADDRESS): Allow PRE_{INC,DEC}, POST_INC of
5479         SImode variables.
5480         (gen_split_move_double): Declare.
5481         (EXTRA_CONSTRAINT): Add 'T' for memory reference with no offset.
5483         * m32r.c (gen_split_move_double): Fix typo.  Also, don't call
5484         emit_move_insn, build up SET's directly.
5485         (toplevel): Include system.h, not stdio.h.
5486         (move_double_src_operand): Allow any DF or DI mode constant.
5487         (gen_split_move_double): Split moves of DI or DF values into the
5488         appropriate moves, loads, or stores.  Don't handle use of auto
5489         inc/dec if using dead index.  Do handle overlapping moves, etc.
5490         (m32r_frame_info): Remove prologue_size field.
5491         (m32r_compute_frame_size): Don't calculate prologue size.
5492         (m32r_output_function_prologue): Change to pretty much a NOP.
5493         (m32r_expand_prologue): Expand prologue as a series of INSNs.
5494         (m32r_print_operand): Add support for PRE_{INC,DEC}, POST_INC.
5495         (m32r_print_operand_address): Ditto.
5497 Fri May  8 14:13:21 1998  H.J. Lu  (hjl@gnu.org)
5499         * reload1.c (emit_reload_insns): When performing expensive
5500         optimizations, do not output the last reload insn if OLD is
5501         not the dest of NSN and is in the src and is clobbered by INSN.
5503 Fri May  8 09:47:29 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5505         * Makefile.in (genrtl.o): Depend on system.h.
5506         * gengenrtl.c (gencode): When creating genrtl.c, have it
5507         include system.h.
5509 Fri May  8 10:57:33 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5511         * config/m68k/t-linux: Remove extra stuff already included in
5512         config/t-linux.
5514 Fri May  8 09:53:24  Paul Eggert  <eggert@twinsun.com>
5516         * fixinc.wrap: Renamed from fixinc.math.  Put wrapper around
5517         curses.h if it contains `typedef char bool;', as suggested by
5518         Manfred Hollstein <manfred@s-direktnet.de>.
5520         * configure.in: Rename fixinc.math to fixinc.wrap.
5522 Thu May  7 19:26:34 1998  Jim Wilson  <wilson@cygnus.com>
5524         * gcc.c (read_specs): Handle missing blank line at end of specs file.
5526         * i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1,
5527         movdfcc_1): Disable.
5529 Thu May  7 15:39:14 1998  Jim Wilson  <wilson@cygnus.com>
5531         * configure.in (enable_threads): Rename to enable_threads_flag before
5532         main loop.  Set enable_threads to enable_threads_flag inside main
5533         loop.
5535 Thu May  7 17:38:03 1998  Michael Meissner  <meissner@cygnus.com>
5537         * r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
5538         multiple times.
5540 Thu May  7 14:26:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5542         * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
5544         * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
5545         (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
5546         (AC_CHECK_FUNCS): Remove unused check for vprintf.
5548         * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
5549         (cccp.o): Depend on gansidecl.h.
5550         (cexp.o): Likewise.
5552         * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
5553         per the rest of gcc source.
5554         * cexp.y: Likewise.  Include gansidecl.h and remove all code made
5555         redundant.
5557         * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
5558         used when vfprintf is missing.
5559         * cexp.y: Likewise.
5560         * gcc.c: Likewise.
5561         * genattrtab.c: Likewise.
5562         * mips-tfile.c: Likewise.
5563         * toplev.c: Likewise.
5565         * vfprintf.c: New file.
5566         * doprint.c: New file.
5568 Thu May  7 10:18:41 1998  Jeffrey A Law  (law@cygnus.com)
5570         * config/linux.h (ASM_COMMENT_START): Remove from here,
5571         * config/linux-aout.h (ASM_COMMENT_START): and here,
5572         * config/i386/linux.h (ASM_COMMENT_START): to here,
5573         * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
5574         * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
5575         here as '#' too.
5577 Thu May  7 10:55:59 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5579         * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
5580         constant.
5582 Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
5584         * Makefile.in (dwarfout.o) Add toplev.h dependency.
5585         * dwarfout.c, i386.c: Include toplev.h
5586         * toplev.h: (pfatal_with_name) Add prototype.
5588 Wed May  6 19:02:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
5590         * Makefile.in: Fix .SUFFIXES.
5592 Wed May  6 19:31:32 1998  Alan Modra <alan@spri.levels.unisa.edu.au>
5594         * config/linux.h (ASM_COMMENT_START): Define as "#".
5595         * config/linux-aout.h (ASM_COMMENT_START): Likewise.
5597 Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
5599         * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
5600         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5602         * toplev.c: Include toplev.h.
5603         * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
5604         c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
5605         dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
5606         hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
5607         reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
5608         toplev.h dependency.
5610         * mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
5611         HARD_FRAME_POINTER_REGNUM.
5613         * expr.c (target_temp_slot_level): Delete duplicate definition.
5615 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
5617         * stmt.c (mark_seen_cases): Make it have external linkage again.
5618         * expr.h (mark_seen_cases): Add declaration, but only when tree.h
5619         has been included.
5621         * haifa-sched.c (print_value, case SUBREG): Fix typo.
5623         * i386.c (output_387_binary_op): Add some braces to avoid warnings.
5624         * i386.h (REG_CLASS_CONTENTS): Similarly.
5626         * toplev.c (-fsched-max): Delete flag.
5627         (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
5628         * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
5629         and -fsched-interblock-max-insns-N support.  Remove INTERBLOCK_DEBUG
5630         conditionals.
5632         * haifa-sched.c (find_rgns): Correctly handle reducible loops with
5633         inner loops which are not reducible.
5635         * loop.c (regs_match_p): Fix typo in prototype.
5637         * regmove.c (try_auto_increment): Wrap declaration inside an
5638         #ifdef AUTO_INC_DEC.
5640 Wed May  6 17:07:47 1998  Michael Meissner  <meissner@cygnus.com>
5642         * final.c (output_operand_lossage): Call fatal with the operand
5643         lossage message instead of calling abort.
5645 Wed May  6 15:37:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5647         * c-common.c: Convert to using ctype macros defined in system.h.
5648         * c-lex.c: Likewise.
5649         * cccp.c: Likewise.
5650         * collect2.c: Likewise.
5651         * rs6000.c: Likewise.
5652         * cpplib.c: Likewise.
5653         * fix-header.c: Likewise.
5654         * gcc.c: Likewise.
5655         * gen-protos.c: Likewise.
5656         * pexecute.c: Likewise.
5657         * protoize.c: Likewise.
5658         * rtl.c: Likewise.
5659         * scan.c: Likewise.
5660         * stmt.c: Likewise.
5661         * tlink.c: Likewise.
5662         * toplev.c: Likewise.
5664 Wed May  6 14:44:14 1998  Gavin Koch  <gavin@cygnus.com>
5666         * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
5667         Replace -gdwarf-2 with -g0.
5669 Wed May  6 11:43:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5671         * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
5672         * mips-tdump.c: Include system.h, remove redundant headers.
5673         * mips-tfile.c: Likewise.  Also, convert all ctype function calls
5674         to calls of the macro versions defined in system.h.
5676         * objc/Make-lang.in (objc-act.o): Depend on system.h.
5677         * objc/objc-act.c: Include system.h, remove redundant headers.
5679 Wed May  6 11:21:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5681         * configure.in (AC_CHECK_FUNCS): Add isascii.
5682         (GCC_NEED_DECLARATIONS): Add atof.
5684         * system.h: Provide prototypes for abort, atof, atol and sbrk here.
5685         * rtl.c, rtl.h, toplev.c, tree.h: Not here.
5687 Wed May  6 10:52:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5689         * system.h: Wrap time.h and sys/file.h in autoconf checks.
5690         Provide default definitions for O_RDONLY and O_WRONLY here.
5692         * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
5694 1998-05-06 Mark Mitchell  <mmitchell@usa.net>
5696         * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
5698 Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
5700         * toplev.h: New file.   Protypes for functions in toplev.c.
5701         * tree.h, rtl.h: Deleted protos for functions in toplev.c.
5702         * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
5703         c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
5704         convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
5705         function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
5706         reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
5707         varasm.c: include it.
5709 Wed May  6 01:09:01 1998  Jeffrey A Law  (law@cygnus.com)
5710                           Jim Wilson (wilson@cygnus.com)
5712         * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
5713         blocks.  Check for 1 successor which is the EXIT_BLOCK.
5715         * haifa-sched.c (find_rgns): Detect unreachable blocks, including
5716         unreachable loops with more than one block.
5718 Wed May  6 08:22:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5720         * fix-header.c (write_rbrac): Add "abort" to functions which need to
5721         be protected.
5723 Wed May  6 00:09:36 1998  Jeffrey A Law  (law@cygnus.com)
5725         * Check in merge from gcc2.  See ChangeLog.12 for details.
5727 Tue May  5 14:33:49 1998  Jim Wilson  <wilson@cygnus.com>
5729         * c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
5730         accept 'a' flag.  'S' does accept 'a' flag.
5731         (check_format_info): When pedantic, warn for m/C/S/a/A formats,
5732         and `a' flag.
5734         * elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.
5736 Tue May  5 10:50:39 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5738         * config/m68k/m68k.h: Declare functions from m68k.c used in
5739         macros and machine description.
5740         (ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
5741         long values.
5742         (ASM_OUTPUT_FLOAT): Likewise.
5743         (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
5745 Tue May  5 01:28:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
5747         * tree.def: Add NAMESPACE_DECL.
5748         * dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
5749         * dwarf2out.c (push_decl_scope): Likewise.
5750         (scope_die_for): Likewise.
5751         * tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
5752         how to get next context level.
5754 Tue May  5 01:43:16 1998  Jim Wilson  <wilson@cygnus.com>
5756         * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
5757         case.
5759 Tue May  5 01:15:06 1998  Jeffrey A Law  (law@cygnus.com)
5761         * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
5763         * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
5764         for any insns skipped at the start of a block because they were
5765         redundant.
5767 Mon May  4 20:23:51 1998  Jim Wilson  <wilson@cygnus.com>
5769         * alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
5771 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
5773         * c-common.c (format_char_info): Add new field hhlen.
5774         (print_char_table, scan_char_table, time_char_table): Initialize
5775         hhlen field appropriately.
5776         (char_format_info): Recognize hh modifier and lookup correct char
5777         table entry.
5779 Mon May  4 19:15:29 1998  Jim Wilson  <wilson@cygnus.com>
5781         * expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
5782         reference if this is a store.
5784 Mon May  4 17:25:17 1998  Richard Henderson  <rth@cygnus.com>
5786         * sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
5788 Sun May  3 23:57:25 1998  Robert Lipe   <robertl@dgii.com>
5790         Make UnixWare 7 bootstrap support work with final shipping product.
5791         * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
5792         Pick up xm-siglist and xm-alloca.
5793         (xm_defines): Add USG so dbxout will build.
5794         * configure: Regenerate.
5796 Sun May  3 13:51:34 PDT 1998  Richard Henderson  <rth@cygnus.com>
5798         Support for official Sparc V9 ABI:
5799         * sparc.c (sparc_override_options): Force stack bias off for !arch64.
5800         Care for flag_pcc_struct_return default.
5801         (output_move_quad): Rewrite to move by halves on v9 and in the
5802         proper direction.
5803         (move_quad_direction): New function.
5804         (output_fp_move_quad): Use it to determine the direction of copy.
5805         (function_arg_slotno): Return -1 for FP reg overflow as well.
5806         (function_arg_record_value*): New functions.
5807         (function_arg): Use them.  Streamline unprototyped parameter passing.
5808         (function_arg_pass_by_reference): Pass TCmode by reference.
5809         (function_value): New function.
5810         * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
5811         long long in 64-bit mode.
5812         (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
5813         (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
5814         (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
5815         (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
5816         (BASE_INCOMING_ARG_REG): Likewise.
5817         (FUNCTION_VALUE): Call function_value.
5818         (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
5819         * sparc.md (movdi_sp32_v9): Disable for arch64.
5820         (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
5821         (call_value_address_sp64): Remove register class constraints.
5822         (call_value_symbolic_sp64): Likewise.
5823         (nonlocal_goto): Pass label reg directly to goto_handlers.  Constrain
5824         v9 case to 32-bit constants.
5825         (goto_handler_and_restore_v9): Provide a version for arch64.
5826         * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
5827         * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
5828         (CPP_PREDEFINES): New.
5829         * sparc/sp64-elf.h: Likewise.
5830         (PREFERRED_DEBUGGING_TYPE): Dwarf2.
5831         (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
5832         * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.
5834 Sat May 2 17:47:17 PDT 1998 Jeff Law  (law@cygnus.com)
5836         * version.c: Bump for snapshot.
5838 Sat May  2 01:37:29 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5840         * reload.c (find_reloads): Emit USEs to mark where a pseudo
5841         is reloaded with the MEM of its stack slot.
5842         * reload1.c (cannot_omit_stores): Delete.
5843         (reload): Don't initialize it.
5844         Don't apply avoid_return_reg logic to USEs.
5845         When done, remove USEs that have a REG_EQUAL note on them.
5846         (emit_reload_insns): Handle case where we have inherited a MEM.
5847         (choose_reload_regs): Likewise.
5848         (delete_output_reload): Don't use cannot_omit_stores.
5850 Thu Apr 30 18:59:03 1998  Jim Wilson  <wilson@cygnus.com>
5852         * Makefile.in (cpp.info, gcc.info): Put -o option before input file.
5854 Thu Apr 30 16:57:34 1998  Michael Meissner  <meissner@cygnus.com>
5856         * haifa-sched.c (print_{exp,value}): Various changes to make the
5857         debug output easier to read.  Also, use only one buffer, and make
5858         sure the buffer we are passed in doesn't overflow.
5859         (safe_concat): Concatenate to a buffer without overflow.
5861 Thu Apr 30 16:57:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5863         * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree
5864         with the prototype.
5866 Wed Apr 29 21:45:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5868         * sched.c (new_insn_dead_notes): Check if the register was
5869         used in the original instruction.
5870         * haifa-sched.c (new_insn_dead_notes): Likewise.
5872 Wed Apr 29 13:46:03 1998  Jim Wilson  <wilson@cygnus.com>
5874         * dwarf2out.c (scope_die_for): If could not find proper scope,
5875         check for and handle tagged type with incorrect TYPE_CONTEXT.
5877 Wed Apr 29 15:34:40 1998  John Carr  <jfc@mit.edu>
5879         * calls.c (expand_call): Fix recognition of C++ operator new.
5881         * alias.c (mode_alias_check): Disable type based alias detection.
5883 Wed Apr 29 15:06:42 1998  Gavin Koch  <gavin@cygnus.com>
5885         * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
5886         ASM_OUTPUT_WEAK_ALIAS): Define.
5887         * config/mips/elf64.h: Same.
5888         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
5889         ASM_WEAKEN_LABEL): Removed.
5891 Wed Apr 29 10:53:29 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5893         * calls.c (expand_call): Bump the length limit on the specially
5894         recognized function names to 17.
5896 Tue Apr 28 17:53:33 1998  Jim Wilson  <wilson@cygnus.com>
5898         * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
5899         when undefining macros at the end.
5901         * expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
5902         val or len has TREE_SIDE_EFFECTS set.
5904         * sparc.md (mulsidi3): Call const v8plus and v8plus routines.
5905         (mulsidi3_v8plus, const_mulsidi3_v8plus): Delete asterisk from name.
5906         (smuldi3_highpart): Call const v8plus routine.
5907         (smulsi3_highpart_v8plus): Renamed from smulsidi3_highpart_v8plus.
5908         (const_smulsi3_highpart_v8plus): New pattern.
5909         (smulsi3_highpart_sp32): Renamed from smulsidi3_highpart_sp32.
5910         (umulsidi3): Call const v8plus routine.
5911         (umulsi3_highpart): Handle const before v8plus.  Call const v8plus
5912         routine.
5913         (umulsi3_highpart_v8plus): Renamed from umulsidi3_highpart_v8plus.
5914         (umulsi3_highpart_sp32): Renamed from umulsidi3_highpart_sp32.
5916 Tue Apr 28 08:55:26 1998  Michael Meissner  <meissner@cygnus.com>
5918         * m32r.c (*_oper{and|ator}): Change enum arguments and return
5919         values to int, so they can be prototyped even in files that don't
5920         include rtl.h.
5921         ({small,large}_insn_p): Ditto.
5922         (m32r_select_cc_mode): Ditto.
5923         (gen_compare): Ditto.
5924         (function_arg_partial_nregs): Ditto.
5925         (m32r_setup_incoming_varargs): Ditto.
5926         (init_reg_tables): Add prototype.
5927         (m32r_frame_info): Add prolog_size field.
5928         (m32r_compute_frame_size): Calculate the size of the prologue.
5929         (m32r_first_insn_address): Return prologue size.
5930         (m32r_output_function_prologue): Calculate frame size before
5931         printing out information.  Print out the prologue size.
5933         * m32r.h: Prototype all functions in m32r.c.
5934         (FIRST_INSN_ADDRESS): Declare, returning prologue size.
5936         * m32r.md (bcc functions): Cast enum's to int.
5938         * m32r.c (conditional_move_operand): Silence a debug message.
5939         ({small,long}_insn): New predicates.
5941         * m32r.h (TARGET_M32R): New macro.
5942         (PREDICATE_CODES): Rearrange somewhat, add small_insn/long_insn.
5943         (HAIFA_P): Define as 1/0 depending on whether the Haifa scheduler
5944         was selected.
5945         (ISSUE_RATE): Define as 2.
5947         * m32r.md (insn_size): New attribute.
5948         ({,rev_}branch_insn): Add .s qualifier to branches believed to be
5949         short.
5950         (m32r): New attribute.
5952         * configure.in (enable_haifa): Switch m32r to Haifa by default.
5953         * configure: Regenerate.
5955         (Changes from Nick Clifton <nickc@cygnus.com>)
5956         * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
5957         the equivalent of a negated 'I' constraint.
5958         (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
5959         optimisation to work.
5961         * m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather
5962         than 'I' since the value is negated.
5963         (peephole): Add peephole optimisation to cope with optimization of
5964         divide and subtracts of the same operands.
5966         * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
5967         * m32r.h: Ditto.
5968         * m32r.md: Ditto.
5970         * m32r.h (PREDICATE_CODES): Add declaration of machine specific
5971         predicates.
5973 Tue Apr 28 07:25:53 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5975         * Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
5977 Mon Apr 27 18:39:47 1998  Nick Clifton  <nickc@cygnus.com>
5979         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Check against
5980         frame_pointer_rtx not FRAME_POINTER_REGNUM.
5982 Mon Apr 27 18:36:28 1998  Jim Wilson  <wilson@cygnus.com>
5984         * reg-stack.c: Revert last patch (Apr 20).
5985         (convert_regs): Set insn to PREV_INSN (next) after do while loop.
5987         * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
5989         * loop.c (check_dbra_loop): New locals jump, first_compare, and
5990         compare_and_branch.  Call get_condition to set first_compare.
5991         Set compare_and_branch to number of compare/branch instructions.
5992         Replace PREV_INSN (PREV_INSN (loop_end)) with first_compare.
5993         Replace '2' with compare_and_branch.
5995 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
5997         * cplus-dem.c (demangle_qualified): Replace missing else.
5999 Mon Apr 27 20:22:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6001         * sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.
6003 Mon Apr 27 18:23:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6005         * sh.c (sh_expand_prologue, sh_expand_epilogue):
6006         If TARGET_DOUBLE_ALIGN, preserve 64 bit stack alignment.
6007         * sh.h (STACK_BOUNDARY): Likewise.
6009 Mon Apr 27 17:22:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6011         * sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
6013 Mon Apr 27 08:55:23 1998  Michael Meissner  <meissner@cygnus.com>
6015         * system.h (abort): If abort is not defined, and neither is
6016         USE_SYSTEM_ABORT, redefine abort to call fprintf and exit,
6017         reporting the line and filename of the error.
6019         * .gdbinit: Add breakpoints on exit and fancy_abort.
6021         * final.c (split_double): Avoid a compiler warning if
6022         BITS_PER_WORD is less than or equal to HOST_BIT_PER_WIDE_INT.
6024         * rtl.h (JUMP_{CROSS_JUMP,NOOP_MOVES,AFTER_REGSCAN}):  New macros
6025         for calling jump_optimize.
6027         * toplev.c (rest_of_compilation): Call jump_optimize using JUMP_*
6028         macros, rather than 0/1's.
6030 Sun Apr 26 23:19:10 1998  Richard Henderson  <rth@cygnus.com>
6032         * alpha.h (CONST_COSTS): Zero is always free.
6033         (RTX_COSTS): Add EV6 costs.  Abort if alpha_cpu is unknown.
6035 Sun Apr 26 15:38:50 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6037         * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
6038         length in the name of a virtual table.
6040 Sun Apr 26 01:21:06 1998  Richard Henderson  <rth@cygnus.com>
6042         * alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
6044 Sat Apr 25 22:11:38 PDT 1998 Jeff Law  (law@cygnus.com)
6046         * version.c: Bump for snapshot.
6048 Sat Apr 25 17:17:15 1998  Jeffrey A Law  (law@cygnus.com)
6050         * fold-const.c (fold_convert): Fix typo.
6052 Sat Apr 25 17:55:54 1998  John Carr  <jfc@mit.edu>
6054         * alias.c (alias_invariant): New variable.
6055         (record_base_value): New argument INVARIANT.
6056         (memrefs_conflict_p): If a register has an entry in the alias_invariant
6057         array, try substituting that value for the register.
6059         * rtl.h: Declare record_base_value.
6061         * loop.c, unroll.c: Update callers of record_base_value.
6063         * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
6064         ZERO_EXTEND do not affect base values.
6066 Fri Apr 24 15:57:02 1998  Jeffrey A Law  (law@cygnus.com)
6068         * dbxout.c (dbxout_type): Fix typo.
6069         (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix.
6071         * configure.in: Use CC_FOR_BUILD, not BUILD_CC.
6073 Fri Apr 24 16:11:47 1998  John Carr  <jfc@mit.edu>
6075         * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
6076         if the argument is the address of a structure or array.
6078         * configure.in: Enable Haifa scheduler by default for SPARC.
6080 Fri Apr 24 20:55:47 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6082         * cse.c (cse_set_around_loop): Don't do optimization when
6083         new pseudos are created.
6085 Fri Apr 24 11:00:18 1998  Jeffrey A Law  (law@cygnus.com)
6087         * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
6088         appropriately.
6089         (dbxout_type_method_1, dbxout_type): Likewise.
6090         (print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
6091         (dbxout_type): Fix check for when to print a type range in
6092         octal vs decimal.
6094 Fri Apr 24 16:45:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6096         * (gen_shl_and, in case 1): Fix comparison with mask.
6098 Fri Apr 24 06:46:40 1998  Nick Clifton  <nickc@cygnus.com>
6100         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow frame
6101         pointer as second register in REG+REG pair.
6103 Fri Apr 24 09:22:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6105         * c-common.c (check_format_info): Don't check for the 'x' format
6106         character twice, instead check for 'x' and 'X'
6108 Fri Apr 24 08:02:30 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6110         * Makefile.in (libgcc2.ready): Add explicit dependancy from
6111         $(STMP_FIXPROTO) to ensure all necessary include files have
6112         been created and to guarantee proper parallel builds.
6114 Fri Apr 24 04:42:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6116         * sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra
6117         register for stdarg functions.
6118         * sh.h (current_function_varargs): Declare.
6119         (FUNCTION_ARG): Ignore NAMED for stdarg functions.
6121 1998-04-23  Jim Wilson  <wilson@cygnus.com>
6123         * frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when
6124         inhibit_libc is defined.
6126         * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
6128 Thu Apr 23 19:09:33 1998  Jim Wilson  <wilson@cygnus.com>
6130         * profile.c (tablejump_entry_p): New function.
6131         (branch_prob): Add code to recognize MIPS tablejump entry branch.
6132         Use tablejump_entry_p in MIPS and HPPA tablejump checking code.
6134 Thu Apr 23 15:01:13 1998  Nick Clifton  <nickc@cygnus.com>
6136         * config/arm/arm.c (find_barrier): Return as soon as a barrier is
6137         found, rather than at end of the loop, after the insn has been
6138         changed.
6140 Thu Apr 23 20:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6142         * sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.
6143         * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete.
6145 Wed Apr 22 17:07:35 1998  Michael Meissner  <meissner@cygnus.com>
6147         * loop.c (note_addr_stored): Correct function to take 2 arguments,
6148         instead of 1.
6150         * rtl.def (MATCH_INSN2): Add new matching pattern.
6151         * genrecog.c (add_to_sequence): Support MATCH_INSN2.
6153 Wed Apr 22 15:52:22 1998  John Carr  <jfc@mit.edu>
6155         * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
6156         if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
6158         * final.c (split_double): Sign extend both halves of a split CONST_INT.
6160 Wed Apr 22 10:42:45 1998  Jeffrey A Law  (law@cygnus.com)
6162         * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
6164 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
6166         * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
6167         (cplus_demangle_opname): Call mop_up_squangle.
6168         (cplus_demangle): Initialize squangle info, then call
6169         internal_cplus_demangle. (Most code moved there as well)
6170         (internal_cplus_demangle): New function, performs most of what use
6171         to be done in cplus_demangle, but is only called with this file.
6172         (squangle_mop_up): New function to clean up B and K code data.
6173         (mop_up): set pointers to NULL after freeing.
6174         (demangle_signature, demangle_template, demangle_class): Add
6175         switch elements to handle K and B codes.
6176         (demangle_prefix, gnu_special, demangle_qualified): Add
6177         code to handle K and B codes.
6178         (do_type, demangle_fund_type): Handle B and K codes.
6179         (remember_Ktype): New function to store K info.
6180         (register_Btype, remember_Btype): New functions for B codes.
6181         (forget_B_and_K_types): New function to destroy B and K info.
6183 1998-04-21  Jim Wilson  <wilson@cygnus.com>
6185         * stmt.c (check_seenlabel): When search for line number note for
6186         warning, handle case where there is no such note.
6188 Tue Apr 21 20:48:37 1998  John Carr  <jfc@mit.edu>
6190         * genemit.c (gen_exp): Allow machine description to set mode of
6191         MATCH_OP_DUP.
6193 Tue Apr 21 16:36:01 1998  John Carr  <jfc@mit.edu>
6195         * alias.c (mode_alias_check): New function.
6196         (true_dependence, anti_dependence, output_dependence): Call
6197         mode_alias_check.
6199 Tue Apr 21 12:05:32 1998  Jeffrey A Law  (law@cygnus.com)
6201         * mips.h (STACK_BOUNDARY): Allow specific targets to override.
6202         (MIPS_STACK_ALIGN): Similarly.
6204         * c-common.c (type_for_mode): Handle TI types.
6205         * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
6206         (init_decl_processing): Handle TI types.
6207         * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
6209         * mips.c (block_move_loop): Test Pmode == DImode instead of
6210         TARGET_MIPS64.
6211         (expand_block_move, save_restore_insns): Likewise.
6212         (function_prologue, mips_expand_prologue): Likewise.
6213         (mips_expand_epilogue): Likewise.
6214         * mips.h (POINTER_SIZE): Allow specific targets to override.
6215         (Pmode): Allow specific targets to override.
6216         (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
6217         (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
6218         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
6219         (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
6220         (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6221         (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
6222         * mips.md (indirect, tablejump & casesi support): Test for
6223         Pmode == DImode instead of TARGET_MIPS64.
6224         (call patterns): Likewise.
6226 Tue Apr 21 09:43:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6228         * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
6229         for gen_rtx(MEM, ...).
6231 Tue Apr 21 02:15:36 1998  Richard Henderson  <rth@cygnus.com>
6233         * sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite
6234         to not be so gross, and to properly function with PIC.
6236 Mon Apr 20 20:44:25 1998  Jim Wilson  <wilson@cygnus.com>
6238         * frame.c (heapsort): Rename to frame_heapsort.
6240         * gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it.
6242 Mon Apr 20 12:43:09 1998  Doug Evans  <devans@canuck.cygnus.com>
6244         * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.
6246 Mon Apr 20 15:04:14 1998  John Wehle  (john@feith.com)
6248         * i386.md (movsf_push, movdf_push, movxf_push): Allow memory
6249         operands during and after reload.
6251 Mon Apr 20 22:37:50 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6253         * final.c (shorten_branches, init_insn_lengths): Move code
6254         to free label_align, uid_shuid, insn_lengths, insn_addresses
6255         and uid_align from the former function into the latter one;
6256         Add code to clear these variables.
6257         * sh.h (label_align): Remove declaration.
6259 Mon Apr 20 14:48:29 1998  Michael Meissner  <meissner@cygnus.com>
6261         * gcc.c (lang_specific_driver): Declare prototype properly so
6262         fatal can be passed to it without error.
6264         * configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
6265         * configure: Regenerate.
6266         * config.in: Add #undef's for strchr and strrchr.
6268         * protoize.c (toplevel): If we have rindex, but not strrchr, map
6269         rindex to strrchr.
6270         (file_could_be_converted): Use strrchr, not rindex since rindex is
6271         not defined on Linux systems when _POSIX_SOURCE is defined.
6272         (file_normally_convertible): Ditto.
6273         (process_aux_info_file): Ditto.
6274         (main): Ditto.
6276         * rs6000.md (mov{sf,df} define_splits): When splitting a move of
6277         a constant to an integer register, don't split the insns that do
6278         the simple AND and OR operations, rather just split each word, and
6279         let the normal movsi define split handle it further.
6281 Mon Apr 20 18:19:40 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6283         * sh.c (find_barrier): Fix bug in ADDR_DIFF_VEC handling.
6284         (split_branches): Call init_insn_lengths.
6286 Mon Apr 20 07:37:49 1998  Michael Meissner  <meissner@cygnus.com>
6288         * i386.c: Include expr.h to get the change_address prototype
6289         declared.
6291 Mon Apr 20 01:00:05 1998  H.J. Lu  (hjl@gnu.org)
6293         * reg-stack.c (subst_asm_stack_regs): Change to return the last
6294         new insn generated by this function.
6295         (subst_stack_regs): Likewise.
6296         (convert_regs): Record the last newly generated insn and use
6297         it for change_stack () instead of INSN.
6299 Sun Apr 19 15:41:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6301         * fix-header.c (enum special_file): Undefine enumerators if they
6302         are already defined by include files.
6303         * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection
6304         macro with '__' to not pollute user namespace.
6306 Sun Apr 19 02:42:06 1998  Richard Henderson  <rth@cygnus.com>
6308         * haifa-sched.c (queue_to_ready): Fix typo in prototype.
6310 Sat Apr 18 23:52:35 PDT 1998 Jeff Law  (law@cygnus.com)
6312         * version.c: Bump for snapshot.
6314 Sat Apr 18 18:30:22 1998  Jim Wilson  <wilson@cygnus.com>
6316         * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
6318         * i386.h (CPP_CPU_DEFAULT): Renamed to CPP_CPU_DEFAULT_SPEC.
6319         Add missing -Dpentium* options.
6320         (CPP_CPU_SPEC): Delete redundant definition.  Include cpp_cpu_default
6321         instead of CPP_CPU_DEFAULT.
6322         (EXTRA_SPECS): Add entry for cpp_cpu_default.
6324 Sat Apr 18 19:06:59 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6326         * rs6000.md (floatsidf2_loadaddr): rs6000_fpmem_offset will be
6327         negative in a stackless frame.
6328         * rs6000.c (rs6000_stack_info): Don't include fixed-size link area
6329         in stackless frame size.  Support 64-bit stackless frame size.
6330         Combine fpmem offset calculations and don't add total_size to
6331         offset if not pushing a stack frame.
6333 Sat Apr 18 15:41:16 1998  Jim Wilson  <wilson@cygnus.com>
6335         * regmove.c (fixup_match_1): In three places, in flag_exceptions
6336         check, change p to q.
6338 Sat Apr 18 15:30:49 1998  Jim Wilson  <wilson@cygnus.com>
6340         * gcc.c (lang_specific_driver): Add new parm type to prototype.
6341         (added_libraries): New file scope static variable.
6342         (process_command): Initialize added_libraries.  Pass it to
6343         lang_specific_driver.
6344         (main): Use added_libraries in check for no input files.
6346 Sat Apr 18 01:23:11 1998  John Carr  <jfc@mit.edu>
6348         * sparc.c, sparc.h, sparc.md, sol2.h: Many changes related to V9
6349         code generation.  Use 64 bit instructions in 32 bit mode when
6350         possible.  Use V9 return instruction.  UltraSPARC optimizations.
6352         * sparc.h: Change gen_rtx (CODE to gen_rtx_CODE (.
6354 Fri Apr 17 22:38:17 1998  Jeffrey A Law  (law@cygnus.com)
6356         * global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg,
6357         just pass zero.  That will work regardless of the size of HARD_REG_SET.
6359         * libgcc2.c (__floatdisf): Fix a couple typos.
6361 Fri Apr 17 17:28:26 1998  Jim Wilson  <wilson@cygnus.com>
6363         * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
6365 Fri Apr 17 16:35:35 1998  Greg McGary  <gkm@gnu.org>
6367         * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
6369 Fri Apr 17 14:30:37 1998  John Carr <jfc@mit.edu>
6371         * emit-rtl.c (operand_subword_force): If a register can not be
6372         accessed by words, copy it to a pseudo register.
6374 Fri Apr 17 14:30:37 1998  Jim Wilson  <wilson@cygnus.com>
6376         * rs6000/vxppc.h (CPP_SPEC): Add support for mrelocatable*.
6378 Fri Apr 17 17:01:25 1998  Michael Meissner  <meissner@cygnus.com>
6380         * tree.h (mark_seen_cases): Delete declaration.
6382 Fri Apr 17 13:32:20 1998  Jeffrey A Law  (law@cygnus.com)
6384         * stmt.c (mark_seen_cases): Make static and add prototype.
6386 Fri Apr 17 11:21:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6388         * frame.c: Include stdlib.h and unistd.h to possibly get various
6389         function prototypes.  The fixproto script guarantees these header
6390         files exist on the target system.
6391         * libgcc2.c: Likewise.
6393         * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
6394         __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
6395         function parameters.
6396         * libgcc2.c (__udiv_w_sdiv): Likewise.
6398 Thu Apr 16 22:41:02 1998  Jeffrey A Law  (law@cygnus.com)
6400         * varasm.c (asm_output_bss): Add prototype.
6401         (asm_output_aligned_bss): Likewise.
6403         * unroll.c (verify_addresses): Add prototype.
6405         * toplev.c: Add many prototypes.  Too many to mention here.
6407         * stmt.c (check_seenlabel): Add prototype.
6409         * rtlanal.c (reg_set_p_1): Add prototype.
6410         (reg_set_last_1): Likewise.
6412         * reorg.c (find_dead_or_set_registers): Add prototype.
6414         * regmove (try_auto_increment): Add prototype.
6416         * reg-stack.c (pop_stack): Add prototype.
6418         * recog.c (validate_replace_rtx_1): Add prototype.
6419         (find_cosntant_term_loc): Likewise.
6421         * loop.c (regs_patch_p): Add prototype.
6422         (add_label_notes, count_nonfixed_reads): Likewise.
6423         (find_single_use_in_loop): Likewise.
6424         (express_from): Surround prototype with #ifdef.
6425         (giv_sort): Similarly.
6427         * jump.c (mark_modified_reg): Add prototype.
6429         * haifa-sched.c (is_prisky): Add prototype.
6430         (queue_to_ready): Likewise.
6432         * genextract.c (gen_insn): Add prototype.
6434         * genemit.c (max_operand_1): Add prototype.
6435         (max_operand_vec, print_code, gen_exp, gen_insn): Likewise.
6436         (gen_expand, gen_explit, output_add_clobbers): Likewise.
6437         (output_init_mov_optab): Likewise.
6439         * genattrtab.c (attr_hash_add_rtx): Add prototype.
6440         (attr_hash_add_string, write_length_unit_log): Likewise.
6442         * genattr.c (init_range): Add prototype.
6444         * combine.c (sets_function_arg_p): Add prototype.
6446         * expr.c (store_constructor_field): Add prototype.
6447         (get_memory_usage_from_modifier): Likewise
6449         * expmed.c (synth_mult): Add prototype.
6450         (choose_multiplier, invert_mod2n): Likewise.
6452         * except.c (push_eh_entry): Add prototype.
6453         (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise.
6454         (call_get_eh_context, start_dynamic_cleanup): Likewise.
6455         (start_dynamic_handler, can_throw): Likewise.
6456         (output_exception_table_entry, scan_region): Likewise.
6457         (eh_regs, set_insn_eh_region): Likewise.
6459         * dwarfout.c (decl_class_context): Add prototype.
6460         (output_inheritance_die, type_ok_for_scope): Likewise.
6462         * c-lex.c (skip_white_space_on_line): Add prototype.
6464         * alias.c (record_set): Add prototype.
6465         (find_base_term, base_alias_check): Likewise.
6467         * function.c (assign_outer_stack_local): Make static and add prototype.
6469         * haifa-sched.c (build_control_flow): Accept raw data as inputs
6470         instead of computing it locally.  Callers changed.
6471         (find_rgns): Several new arguments.  Callers changed.
6472         Generally clean up and comment better.  Use dominators to
6473         identify reducible loops.  Convert some flag arrays to bitmaps.
6474         Convert most of the code to work on pred/succ lists instead of
6475         an edge table.  Add comments for future improvements.
6476         (schedule_insns): Allocate temporary tables for flow data, call
6477         routines to compute flow data and pass it along to children as
6478         arguments.
6479         (debug_control_flow): Delete.  Use dump_bb_data instead.
6481         * basic-block.h (compute_dominators): Declare.
6483         * flow.c (dump_sbitmap, dump_sbitmap_vector): New debugging
6484         functions.
6485         * basic-block.h: Declare them.
6487 Thu Apr 16 13:45:51 1998  Jim Wilson  <wilson@cygnus.com>
6489         * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
6490         no operands.
6492 Wed Apr 15 11:33:09 1998  Alexandre Petit-Bianco  <apbianco@sendai.cygnus.com>
6494         * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
6495         Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated
6496         node is non NULL. Cache last file name and file name identifier node.
6498 1998-04-15  Mark Mitchell  <mmitchell@usa.net>
6500         * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
6501         the length of an array, not TREE_TYPE.
6503 Wed Apr 15 15:31:34 1998  Jeffrey A Law  (law@cygnus.com)
6505         * flow.c (sbitmap_union_of_successors):  New function.
6506         * basic-block.h (sbitmap_union_of_successors): Declare it.
6508 Wed Apr 15 12:38:03 1998  Jim Wilson  <wilson@cygnus.com>
6510         * configure.in (gnu_ld): Rename to gnu_ld_flag before main loop.
6511         Set gnu_ld to gnu_ld_flag inside main loop.
6512         (gas): Likewise.
6514 Wed Apr 15 14:50:05 1998  Dave Brolley  <brolley@cygnus.com>
6516         * toplev.c (compile_file): Call init_parse using new interface.
6517         (init_lex): Remove declaration.
6519         * c-lex.c (init_parse): Now returns char* containing filename.
6521 Wed Apr 15 12:37:10 1998  Jeffrey A Law  (law@cygnus.com)
6523         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing if not optimizing.
6525 Wed Apr 15 12:10:18 1998  Michael Meissner  <meissner@cygnus.com>
6527         * Makefile.in (gen{config,flags,codes,emit}): Link in host print-rtl.o.
6528         (gen{extract,peep,opinit,output}): Ditto.
6530         * gen{attr,codes,config,emit,output}.c (insn_attr_name): Provide a
6531         global definition so print-rtl.o can be linked in.
6532         * gen{peep,recog}.c (insn_attr_name): Ditto.
6534 Tue Apr 14 07:30:57 1998  K. Richard Pixley  <rich@kyoto.noir.com>
6536         * fixincludes: discard empty C++ comments, as found in sys/time.h
6537         on hpux-11.0.
6539 Wed Apr 15 10:47:21 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6541         * config/m68k/m68k.md (adddi3, subdi3): Optimize for constant
6542         operand.
6544 Wed Apr 15 01:21:21 1998  Jeffrey A Law  (law@cygnus.com)
6546         * emit-rtl.c (operand_subword): Rework slightly to avoid
6547         bogus warning from previous change.
6549 Tue Apr 14 23:39:13 1998  Richard Henderson  <rth@cygnus.com>
6551         * alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's
6552         Nov 8 find_replacement change.  Move decls of get_unaligned_address
6553         * alpha.h: ... here.
6555 Tue Apr 14 22:00:39 1998  John Carr <jfc@mit.edu>
6557         * function.c (assign_parms): Initialize unsignedp before passing
6558         its pointer to promote_mode.
6560         * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.
6561         (write_test_expr): Allow MATCH_INSN.
6563 Tue Apr 14 21:57:57 1998  Paul Eggert <eggert@twinsun.com>
6565         * install.texi: Update section on warnings that can be safely ignored.
6567 Tue Apr 14 14:55:16 1998  Jim Wilson  <wilson@cygnus.com>
6569         * mips.md (reload_outdi): Change the scratch mode from DImode to
6570         TImode.  New variable scratch, used instead of operand[2] in template.
6571         Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.
6573 Tue Apr 14 16:19:03 1998  Michael Meissner  <meissner@cygnus.com>
6575         * expr.c (MOVE_RATIO): Set to 3 if optimizing for space.
6577 Tue Apr 14 11:31:28 1998  Krister Walfridsson <cato@df.lth.se>
6579         * i386/bsd386.h (ASM_OUTPUT_ALIGN): Redefine.
6581 Tue Apr 14 09:02:32 1998  Jeffrey A Law  (law@cygnus.com)
6583         * svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
6584         (ASM_FINISH_DECLARE_OBJECT): Likewise.
6586         * Idea and part of the patch from HJ.
6587         * Makefile.in: auto-host.h renamed from auto-config.h.  All references
6588         changed.
6589         (distclean): Remove auto-build.h too.
6590         * configure.in: Rename host autoconf generated file to auto-host.h.
6591         If host != build, then run autoconf to generate auto-build.h for
6592         the build machine and include it in build_xm_files.
6593         Check for wait.h and sys/wait.h.
6595         * combine.c (simplify_rtx, case TRUNCATE): Respect value of
6596         TRULY_NOOP_TRUNCATION.
6598 Mon Apr 13 11:31:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
6600         * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.
6602 Sun Apr 12 20:55:32 1998  Catherine Moore <clm@cygnus.com>
6604         * invoke.texi (ld options)  Include memset requirements
6605         for options -nodstdlib and -nodefaultlibs.
6607 1998-04-12  Paul Eggert  <eggert@twinsun.com>
6609         This change is from an idea suggested by Arthur David Olson.
6611         * c-common.c (decl_attributes, record_function_format,
6612         check_format_info, init_function_format_info):
6613         Add support for strftime format checking.
6614         (enum format_type): New type.
6615         (record_function_format): Now static, and takes value of type
6616         enum format_type instead of int.
6617         (time_char_table): New constant.
6618         (struct function_format_info): format_type member renamed from is_scan.
6619         (check_format_info): Use `warning' rather than sprintf followed by
6620         `warning', to avoid mishandling `%' in warnings.
6621         Change `pedwarn' to `warning', since these warnings do not necessarily
6622         mean the program does not conform to the C Standard, as the code
6623         need not be executed.
6625         * c-tree.h (record_function_format): Remove decl; no longer extern.
6627         * extend.texi: Add documentation for strftime format checking.
6629 Sun Apr 12 20:23:03 1998  Jeffrey A Law  (law@cygnus.com)
6631         * mips/ecoffl.h: Do not include mips.h.
6632         * mips/elf.h: Likewise.
6634         * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
6635         * mips/ecoff.h: Include "mips/mips.h".
6637 Sat Apr 11 22:42:54 PDT 1998 Jeff Law  (law@cygnus.com)
6639         * version.c: Bump for snapshot.
6641 Sat Apr 11 01:24:28 1998  Jeffrey A Law  (law@cygnus.com)
6643         * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
6644         (delete_trivially_dead_insns): Renamed from delete_dead_from_cse.
6645         * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns              instead of delete_dead_from_cse.  Also call delete_trivially_dead_insns
6646         between loop optimization passes.
6647         * rtl.h: Updated appropriately.
6649 Fri Apr 10 22:28:32 1998  Jeffrey A Law  (law@cygnus.com)
6651         Reinstall this patch from Jason.
6652         * function.c (push_function_context_to): Don't call init_emit.
6654 Fri Apr 10 13:40:20 1998  Nick Clifton  <nickc@cygnus.com>
6656         * rtl.c (read_skip_spaces): Prevent infinite loops upon
6657         encountering unterminated comments.
6659 Fri Apr 10 10:43:41 1998  Jeffrey A Law  (law@cygnus.com)
6661         * emit-rtl.c (operand_subword): Properly handle CONST_INTs for
6662         64x32 cross builds.
6664         * configure.in: Handle --with-fast-fixincludes.
6665         (fixincludes): If --with-fast-fixincludes, then use a different
6666         fixincludes program by default.
6667         * Makefile.in (fixinc.sh): New rule.
6669 Fri Apr 10 00:36:31 1998  H.J. Lu  (hjl@gnu.org)
6671         * i386.md (movqi+1): Handle invalid QI register.
6672         (movsf_push-1): Likewise.
6674 Thu Apr  9 16:53:59 1998  Nick Clifton  <nickc@cygnus.com>
6676         * config/m32r/m32r.c: call_address_operand(): Only accept symbolic
6677         addresses.
6678         symbolic_memort_operand(), call32_operand(), int8_operand(),
6679         int16_operand(), uint24_operand(), reg_or_int8_operand(): Removed.
6680         Not used.
6681         uint16_operand(): Made static.
6683 Thu Apr  9 01:43:04 1998  Jeffrey A Law  (law@cygnus.com)
6685         * calls.c (expand_call): Fix typo.
6687 Thu Apr  9 00:18:44 1998  Dave Brolley  (brolley@cygnus.com)
6689         * c-lex.c (finput): New global.
6690         (init_parse): Always included.  Handle !USE_CPPLIB using
6691         code originally in compile_file.
6692         (finish_parse): Update for CPPLIB.
6693         * toplev.c (init_parse, finish_parse): Declare.
6694         (finput): Delete variable.  Now in front-ends.
6695         (compile_file): Remove code which is now handled by init_parse
6696         which is unconditionally called.  Similarly for finish_parse.
6698 Wed Apr  8 23:13:50 1998  Gavin Koch  <gavin@cygnus.com>
6700         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
6701         ASM_WEAKEN_LABEL): Add.
6703 Wed Apr  8 18:21:30 1998  Richard Henderson  <rth@cygnus.com>
6705         * alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files.
6706         * configure.in (alpha-*-linux*): Use them.
6708 Fri Apr  3 17:02:13 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6710         * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
6711         * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
6712         COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
6713         (build_expr_wfl): New prototype declaration.
6714         * tree.c (build_expr_wfl): New function, to build
6715         EXPR_WITH_FILE_LOCATION nodes.
6716         (copy_node): Don't zero TREE_CHAIN if copying a
6717         EXPR_WITH_FILE_LOCATION node.
6718         * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
6719         * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.
6721 Wed Apr  8 12:51:19 1998  Jeffrey A Law  (law@cygnus.com)
6723         * configure.in (v850): Use t-v850.
6724         (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
6726         * protoize.c (creat, read, write): Do not declare.
6728         * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
6729         refer to the CODE_LABEL before a dispatch table.
6731         * invoke.texi: Add ARC options.
6733         * gcc.c (proces_command): Improve error message for -o with
6734         either -c or -S.
6736         * i386/x-cygwin32 (CLIB): Link in advapi32.
6738         * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
6739         (ASM_IDENTIFY_LANGUAGE): Likewise.
6741         * i386.md (movqi recognizer): Don't perfom byte increment into
6742         a NON_QI_REG_P.
6744         * configure.in (x86-dg-dgux): Run fixinc.dgux.
6746         * i370.h: Fix typo in GEN_INT changes.
6748         * bitmap.c (bitmap_element_allocate): Use "void" for arglist instead
6749         of an empty arglist in prototype.
6751         * Makefile.in: Remove bytecode crud that crept back in after the
6752         gcc2 merge.
6754 1998-04-08  Brendan Kehoe  <brendan@cygnus.com>
6756         * c-lex.h (is_class_name): Fix arg type to be tree, not void.
6757         (make_pointer_declarator, reinit_parse_for_function): Fix typo.
6759 Wed Apr  8 06:16:45 1998  Richard Earnshaw (rearnsha@arm.com)
6761         * arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
6763 Wed Apr  8 00:44:18 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
6765         * c-lex.c (is_class_name): Delete declaration.
6766         (whitespace_cr): Make static and add prototype.
6767         * c-lex.h (make_pointer_declarator, reinit_parse_for_function,
6768         yylex, get_directive_line): Turn declarations into prototypes.
6769         (position_after_whitespace, check_newline, yyerror,, is_class_name,
6770         forget_protocol_qualifiers, remember_protocol_qualifiers): Add
6771         prototypes.
6772         * genattr.c (extend_range, write_upcase, gen_attr, write_units): Add
6773         prototypes.
6774         * gencodes.c (gen_insn): Add prototype.
6775         * genconfig.c (walk_insn, gen_insn, gen_expand, gen_split,
6776         gen_peephole): Add prototypes.
6777         * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
6778         prototypes.
6779         * gengenrtl.c (type_from_format, accessor_from_format, special_rtx,
6780         special_format, find_formats, gendecl, genmacro, gendef, genlegend,
6781         genheader, gencode): Add prototypes.
6782         * genopinit.c (gen_insn): Add prototype.
6783         * genoutput.c (output_prologue, output_epilogue, scan_operands,
6784         process_template, validate_insn_alternatives, gen_insn, gen_peephole,
6785         gen_expand, gen_split, n_occurrences): Add prototypes.
6786         * genpeep.c (gen_peephole): Add prototype.
6787         * loop.c (find_and_verify_loops, mark_loop_jump, prescan_loop,
6788         reg_in_basic_block_p, consec_sets_invariant_p, libcall_other_reg,
6789         labels_in_range_p, count_loop_regs_set, note_addr_stored,
6790         loop_reg_used_before_p, scan_loop, replace_call_address,
6791         skip_consec_insns, libcall_benefit, ignore_some_movables,
6792         force_movables, combine_movables, rtx_equal_for_loop_p, move_movables,
6793         strength_reduce, valid_initial_value_p, find_mem_givs, record_biv,
6794         check_final_value, record_giv, update_giv_derive, basic_induction_var,
6795         simplify_giv_expr, general_induction_var, consec_sets_giv,
6796         check_dbra_loop, express_from, combine_givs_p, combine_givs,
6797         product_cheap_p, maybe_eliminate_biv, maybe_eliminate_biv_1,
6798         last_use_this_basic_block, record_initial, update_reg_last_use,
6799         iteration_info, analyze_loop_iterations, insert_bct,
6800         instrument_loop_bct, indirect_jump_in_function_p): Turn declarations
6801         into prototypes.
6803 Tue Apr  7 21:48:52 1998  Jeffrey A Law  (law@cygnus.com)
6805         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
6807 1998-04-07  Ken Raeburn  <raeburn@cygnus.com>
6809         * config/mips/mips.c (siginfo): Deleted.
6810         (override_options): Don't install SIGINFO signal handler.
6812 Tue Apr  7 11:58:04 1998  Jim Wilson  <wilson@cygnus.com>
6814         * loop.c (check_dbra_loop): When normalize comparison_val, add check
6815         to verify it is non-negative.
6817 Tue Apr  7 02:01:47 1998  Richard Henderson  <rth@cygnus.com>
6819         * alpha.c (alpha_expand_block_move): Correctly collect block offsets.
6820         (alpha_expand_block_clear): Likewise.
6822 Mon Apr  6 23:36:01 1998  Richard Henderson  <rth@cygnus.com>
6824         * tree.h (sizetype_tab): Fix previous change for K&R.
6826 Mon Apr 6 22:23:29 PDT 1998 Jeff Law  (law@cygnus.com)
6828         * version.c: Bump for snapshot.
6830 Mon Apr  6 23:16:10 1998  Richard Earnshaw (rearnsha@arm.com)
6832         * configure.in (sparc-*-solaris2*): Add xm-siglist.h to xm_file.
6833         Add USG and POSIX to xm_defines.
6835 Mon Apr  6 21:49:57 1998  Bob Manson  <manson@charmed.cygnus.com>
6837         * gcc.c: Add linker spec.
6838         (link_command_spec): Use %(linker) instead of ld.
6839         (main): If collect2 is requested as the linker, see if it exists;
6840         if not, use ld instead.
6842         * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
6843         (ld:) Deleted.
6844         (install-collect2): Install as collect2, not ld.
6846         * configure.in(will_use_collect2): It's named collect2 now.
6848         * collect2: Remove checks to see if we were invoked recursively.
6849         (collect_execute): Use _spawnvp under cygwin32.
6851 Mon Apr  6 17:23:41 1998  Jim Wilson  <wilson@cygnus.com>
6853         * haifa-sched.c (build_control_flow): Set unreachable for block whose
6854         only predecessor is itself.
6856 Mon Apr  6 16:08:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6858         * c-parse.in: Include system.h, and remove stuff now made redundant.
6859         * cccp.c: Likewise.
6860         * cexp.y: Likewise.
6861         * protoize.c: Likewise.  Properly check for cpp stringification.
6863         * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o):
6864         Depend on system.h.
6866         * objc/Make-lang.in (objc-parse.o): Likewise.
6868 Mon Apr  6 14:59:58 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6870         * gansidecl.h: Check if compiler supports __attribute__.  Provide
6871         definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
6872         __attribute__ when its available.  Also provide definitions for
6873         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
6874         terms of ATTRIBUTE_PRINTF.
6876         * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
6877         of __attribute__.
6879 Mon Apr  6 07:17:52 1998  Catherine Moore  <clm@cygnus.com>
6881         * combine.c (can_combine_p):  Include successor in volatile test.
6883 Mon Apr  6 14:16:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6885         * sh.h (CASE_VECTOR_SHORTEN_MODE): Fix logic when to set
6886         offset_unsigned.
6888 Mon Apr  6 02:03:29 1998  Jeffrey A Law  (law@cygnus.com)
6890         * objc/objc-act.c (encode_aggregate_within): Avoid GNU extensions
6891         in prototype and definition.
6893 Mon Apr 6 00:48:56 PDT 1998 Jeff Law  (law@cygnus.com)
6895         * version.c: Bump for snapshot.
6897 Mon Apr  6 00:08:50 1998  Richard Henderson  <rth@cygnus.com>
6899         * alpha.c (alpha_expand_block_clear): Add missing offset arg to
6900         alpha_expand_unaligned_store_words.
6902 Sun Apr  5 21:31:24 1998  John Wehle  (john@feith.com)
6904         * i386.md (movsf_push, movsf_mem): Remove.
6905         (movsf_push): Rename from movsf_push_nomove and move in front of
6906         movsf.  Use nonmemory_operand predicate and don't bother checking
6907         TARGET_MOVE.
6908         (movsf_push_memory): New pattern.
6909         (movsf): Don't bother checking for push_operand.  If TARGET_MOVE and
6910         both operands refer to memory then force operand[1] into a register.
6911         (movsf_normal): Change to unnamed pattern.
6912         Likewise for movdf, movxf, and friends.
6914 Sun Apr 5 18:45:51 PDT 1998 Jeff Law  (law@cygnus.com)
6916         * version.c: Bump for snapshot.
6918 Sun Apr  5 16:31:10 1998  Richard Henderson  <rth@cygnus.com>
6920         * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
6922 Sun Apr  5 16:53:37 1998  Don Bowman <don@pixsci.com>
6924         * configure.in (mips-wrs-vxworks): New target.
6926 Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
6928         * expmed.c (synth_mult): The value -1, has no zeros, so it can
6929         never have the form ...011.
6931         * version.c: Bump for snapshot.
6933 Sat Apr  4 20:16:46 1998  Richard Henderson  <rth@cygnus.com>
6935         * i386.c (asm_output_function_prefix, load_pic_register):
6936         Use ASM_GENERATE_INTERNAL_LABEL properly.
6937         (output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
6938         (print_operand): Ignore it.
6939         (load_pic_register): Use it for the got load call.
6940         * i386.md (prologue_set_got, prologue_get_pc): Likewise.
6941         (prologue_get_pc_and_set_got): Likewise.
6942         * i386.h: Update print_operand docs.
6944 Sat Apr  4 19:08:37 1998  Richard Henderson  <rth@cygnus.com>
6946         * i386.md (ffssi, ffshi): Rewrite as define_expands.
6947         (ffssi_1, ffshi_1): New (unspec [] 5) support patterns.
6948         * i386.c (notice_update_cc): Recognize unspec 5.
6950 Sat Apr  4 18:07:16 1998  David Mosberger-Tang  (davidm@mostang.com)
6952         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '(' for s/sv/svi.
6953         * alpha.c (print_operand): Handle it.
6954         * alpha.md (fix_truncsfdi2): Use it.  Add earlyclobber pattern
6955         for ALPHA_TP_INSN.
6956         (fix_truncdfdi2): Likewise.
6958 Sat Apr  4 17:42:05 1998  Richard Henderson  <rth@cygnus.com>
6960         * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all
6961         of these into a single struct, with additional [us]sizetype entries.
6962         * stor-layout.c (set_sizetype): Initialize [us]sizetype.
6963         * fold-const.c (size_int_wide): Don't rely on sizetype_tab being
6964         an array.
6966 Sat Apr  4 17:04:41 1998  Richard Henderson  <rth@cygnus.com>
6968         * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
6970 Sat Apr  4 13:50:01 1998  Richard Henderson  <rth@cygnus.com>
6972         * haifa-sched.c (split_block_insns): Don't supress insn splitting
6973         on subsequent passes.
6975         * alpha.c (hard_fp_register_operand): New function.
6976         * alpha.h (PREDICATE_CODES): Add it.
6977         * alpha.md (extendsidi2): Kill bogus f<-f cvtql+cvtlq case.  Add an
6978         f<-m case and accompanying define_split.
6979         (trapb): Use a unique unspec_volatile number.
6981 Sat Apr  4 13:32:08 1998  Richard Henderson  <rth@cygnus.com>
6983         * configure.in (alpha-*-linux-gnu*): Undo Feb 3 change brought in
6984         from gcc2 merge.
6986 Sat Apr  4 10:23:41 1998  Jeffrey A Law  (law@cygnus.com)
6988         * Check in merge from gcc2.  See ChangeLog.11 and ChangeLog.12
6989         for details.
6991         * haifa-sched.c: Mirror recent changes from gcc2.
6993 Fri Apr  3 00:17:01 1998  Jeffrey A Law  (law@cygnus.com)
6995         * Makefile.in (insn*.o): Depend on system.h.
6997         * pa.c (output_global_address): Initialize base.
6998         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
7000 1998-04-03  Mike Stump  <mrs@wrs.com>
7002         * gthr.h: Support systems that don't have weak, but have threads.
7003         * configure.in (*wrs-vxworks*): Use VxWorks threads by default.
7004         * gthr-vxworks.h: New file.
7005         * objc/thr-vxworks.h: Dummy file from thr-single.c for now.
7007 Thu Apr  2 18:00:52 1998  Jim Wilson  <wilson@cygnus.com>
7009         * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
7011 1998-04-02  Vladimir N. Makarov  <vmakarov@cygnus.com>
7013         * ginclude/va-i960.h (va_end): Change void * to void.
7015 Thu Apr  2 13:51:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7017         * Makefile.in (choose-temp.o): Depend on system.h.
7019         * choose-temp.c: Include system.h when IN_GCC.
7021 Thu Apr  2 02:37:07 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
7022                           Richard Henderson  <rth@cygnus.com>
7024         * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.
7025         (move_replacements): New function.
7026         * reload.h: Prototype it.
7028         * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition.
7030 Thu Apr  2 01:01:34 1998  Richard Henderson  <rth@cygnus.com>
7032         * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
7033         Run fixincludes.
7035         * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
7036         (gen_highpart): Likewise.
7037         * final.c (alter_subreg): Allow the target to hook by-mode subreg
7038         hard register number changes.
7040 Wed Apr  1 22:26:22 1998  Jeffrey A Law  (law@cygnus.com)
7042         * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
7043         rnbitsize, rnmode and rinner.
7044         (make_range): Initialize type.
7045         (fold): Initialize arg0, arg1 and varop.
7047         * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi
7048         and regnor.
7049         (expand_function_start): Initialize last_ptr.
7051         * stor-layout.c (layout_record): Initialize desired_align.
7052         (get_best_mode): Initialize unit.
7054         * tree.c (copy_node): Initialize length.
7056         * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
7058         * caller-save.c (insert_save_restore): Initialize pat, code and
7059         numregs.
7061         * emit-rtl.c (push_to_sequence): Initialize top.
7062         (push_topmost_sequence): Likewise.
7064         * genattrtab.c (simplify_by_exploding): Initialize defval.
7066         * profile.c (branch_prob): Initialize dest.
7068         * rtl.h (note_stores): Remove duplicate prototype.
7069         (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT.
7071         * cplus-dem.c (gnu_special): Don't get confused by .<digits>
7072         strings that are not actually lengths.
7074         * genattrtab.c: Make generated file use system.h, instead of
7075         including stdio.h, etc directly.
7076         * genextract.c, genopinit.c, genoutput.c: Likewise.
7077         * genpeep.c, genrecog.c: Likewise
7079         * genoutput.c (process_template): Mark operands in the generated
7080         function as potentially unused if compiling with GNU CC.
7082         * i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
7084         * pa.md (reload peepholes): Remove unused variable "mode".
7086 Wed Apr  1 17:06:19 1998  Nick Clifton  <nickc@cygnus.com>
7088         * config/arm/thumb.h: Add super interworking support.
7089         * config/arm/thumb.c: Add super interworking support.
7090         * config/arm/thumb.md: Add super interworking support.
7091         * config/arm/lib1funcs.asm: Add interworking support.
7092         * config/arm/lib1thumb.asm: Add super interworking support.
7093         * config/arm/t-semi: Add interworking support.
7094         * config/arm/t-thumb: Add interworking support.
7095         * config/arm/README-interworking: New file.
7097 Wed Apr  1 14:38:10 1998  Jim Wilson  <wilson@cygnus.com>
7099         * config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/.
7100         (MD_STARTFILE_PREFIX): Unset.
7102 1998-04-01  Mark Mitchell  <mmitchell@usa.net>
7104         * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a
7105         entity in a local scope.
7107         * fold-const.c (fold): Call truthvalue_conversion for values which
7108         are folded to boolean type.
7110 Wed Apr  1 06:09:53 1998  Jeffrey A Law  (law@cygnus.com)
7112         * 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently.
7113         * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise.
7114         * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise.
7115         * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise.
7116         * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise.
7117         * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise.
7118         * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise.
7119         * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise.
7120         * md.texi: Likewise.
7122 Wed Apr  1 08:33:44 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7124         * fixincludes (limits.h): Fix nested comments in Motorola's
7125         limits.h and sys/limits.h.
7127 Tue Mar 31 16:57:33 1998  Jim Wilson  <wilson@cygnus.com>
7129         * alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr
7130         as dest of expand_binop call.
7132         * alpha.md (extzv): Correct check for valid operand[2] values.
7134         * profile.c (branch_prob): Add code to recognize HPPA tablejump entry
7135         branch.
7137         * toplev.c (rest_of__compilation): Call init_recog_no_volatile at end.
7139 Mon Mar 30 13:11:05 1998  Stan Cox  <scox@cygnus.com>
7141         * libgcc2.c: (__main, __do_global_dtors, __do_global_ctors):
7142         For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
7144         * gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.
7145         cygwin32 can override this to allow both unix and win32 style PATHs.
7147         * i386/xm-cygwin32.h (GET_ENVIRONMENT): Defined to allow win32
7148         style environment paths.
7150 Mon Mar 30 14:43:20 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7152         * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o,
7153         cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o,
7154         gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on
7155         system.h.
7157         * cpphash.c: Include config.h.
7158         * cppalloc.c: Include system.h.  Add parameters to various
7159         function prototypes.
7160         * cpperror.c: Likewise.
7161         * cppexp.c: Likewise.
7162         * cpphash.c: Likewise.
7163         * cpplib.c: Likewise.
7164         * cppmain.c: Likewise.
7165         * fix-header.c: Likewise.
7166         * gcov.c: Likewise.
7167         * gen-protos.c: Likewise.
7168         * gengenrtl.c: Likewise.
7169         * halfpic.c: Likewise.
7170         * hash.c: Likewise.
7171         * scan-decls.c: Likewise.
7172         * scan.c: Likewise.
7174 Mon Mar 30 11:06:45 1998  Jim Wilson  <wilson@cygnus.com>
7176         * README.gnat: Add lang_print_xnode definition.
7178 Mon Mar 30 11:12:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7180         * config/m68k/m68k.c (standard_68881_constant_p): Don't use
7181         fmovecr on the 68060.
7183 Mon Mar 30 00:21:03 1998  Jeffrey A Law  (law@cygnus.com)
7185         * genemit.c (DONE): Rework so that it works in the true arm if
7186         an if-else conditional.
7187         (FAIL): Likewise.
7189 Sun Mar 29 12:45:23 1998  Jeffrey A Law  (law@cygnus.com)
7191         * rs6000.c: Do not include stdioh or ctype.h anymore.
7193         * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and
7194         $(RTL_H).
7195         (stor-layout.o): Likewise.
7196         * c-typeck.c: Include rtl.h and expr.h.
7197         * stor-layout.c: Likewise.
7199         * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
7200         All callers changed.
7201         (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
7202         * fix-header.c (cpp_file_line_for_message): Delete unused paramter.
7203         All callers changed.
7205         * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
7207         * local-alloc.c (reg_classes_overlap_p): Delete dead function.
7209         * tree.h (lang_print_xnode): Provide prototype.
7211 Sat Mar 28 23:50:44 PST 1998 Jeff Law  (law@cygnus.com)
7213         * version.c: Bump for snapshot.
7215 Sun Mar 29 00:42:21 1998  Jeffrey A Law  (law@cygnus.com)
7217         * objc/sendmsg.c (__objc_block_forward): Add braces for return
7218         value if INVISIBLE_STRUCT_RETURN.
7220         * pa.c (arith_double_operand): Fix parens.
7222         * haifa-sched.c (print_pattern): Correct arg to sprintf.
7224         * Makefile.in (libgcc1.null): Make return type for __foo void.
7226 Sat Mar 28 14:37:20 1998  Jeffrey A Law  (law@cygnus.com)
7228         * pa.h: Add declarations for many functions defined in pa.c.
7230         * genpeep.c (main): Remove unused variable 'i' from the generated
7231         file.
7233         * genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
7234         (gen_split): Likewise.
7235         (main): Rework generated definitions of DONE and FAIL so that they
7236         no longer use gotos.  Avoids warnings about unused labels.
7238         * integrate.c (copy_rtx_and_substitute): Rework to avoid need for
7239         unused "junk" variable.
7241         * genattrtab.c (write_complex_function): Add a default case in
7242         generated switch statement to keep -W -Wall quiet.
7244 Sat Mar 28 10:47:21 1998  Nick Clifton  <nickc@cygnus.com>
7246         * invoke.texi: Document more ARM and Thumb command line options.
7248         * config/arm/xm-thumb.h: New file.
7250 Sat Mar 28 01:37:33 1998  Craig Burley  <burley@gnu.ai.mit.edu>
7252         * stmt.c (expand_expr_stmt): Must generate code for
7253         statements within an expression (gcc's `({ ... )}')
7254         even if -fsyntax-only.
7256 Sat Mar 28 01:06:12 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7257                           Jeffrey A Law  (law@cygnus.com)
7259         * basic-block.h (basic_block_computed_jump_target): Declare.
7260         * flags.h: (current_function_has_computed_jump): Declare.
7261         * flow.c: (basic_block_computed_jump_target): Define.
7262         (flow_analysis): Allocate it. Set current_function_has_computed_jump
7263         to 0.
7264         (find_basic_blocks): Set current_function_has_computed_jump and
7265         elements of basic_block_computed_jump_target to 1 as appropriate.
7266         * function.c: (current_function_has_computed_jump): Define.
7267         * global.c (global_conflicts): Don't allocate pseudos into stack regs
7268         at the start of a block that is reachable by a computed jump.
7269         * reg-stack.c (stack_reg_life_analysis): If must restart, do so
7270         immediately.
7271         (subst_stack_regs): Undo change from Sep 4 1997.
7272         (uses_reg_or_mem): Now unused, deleted.
7273         * stupid.c (stupid_life_analysis): Compute
7274         current_function_has_computed_jump.
7275         (stupid_find_reg): Don't allocate stack regs if the function has a
7276         computed goto.
7277         * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
7278         the current function has a computed jump.  Use the global value
7279         instead.
7281 Sat Mar 28 00:21:37 1998  Jeffrey A Law  (law@cygnus.com)
7283         * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
7284         (DWARF2_UNWIND_INFO): Define to zero.
7286 Fri Mar 27 16:04:49 1998  Michael Meissner  <meissner@cygnus.com>
7288         * gcc.c (set_std_prefix): Add declaration.
7289         (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
7290         suffix, and update the standard prefix prefix.c uses.
7292         * prefix.c (std_prefix): New global to hold default prefix value.
7293         (get_key_value): Change to use std_prefix instead of PREFIX.
7294         (translate_name): Ditto.
7295         (update_path): Ditto.
7296         (get_key_value): Release allocated scratch storage.
7297         (set_std_prefix): New function to reset the standard prefix.
7299 Fri Mar 27 18:08:21 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7301         * sh.c (find_barrier): Fix calculations for alignment increase.
7303 Fri Mar 27 08:56:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7305         * Makefile.in (stmp-fixinc): If we're actually fixing include
7306         files, copy gcc's assert.h into the fixed include dir.
7307         * fixincludes (assert.h): Avoid any attempts to fix a probably
7308         broken system specific assert.h file.
7309         * fixproto (stdlib.h): Make sure, it'll contain a definition of
7310         size_t.
7312 Fri Mar 27 00:49:46 1998  Jeffrey A Law  (law@cygnus.com)
7314         * regclass.c (reg_scan_mark_refs): Be more selective about
7315         when we mark a register with REGNO_POINTER_FLAG.
7317 Thu Mar 26 23:00:11 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7319         reload inheritance improvement:
7320         * reload1.c (reg_reloaded_contents, reg_reloaded_insn):
7321         Change meaning: index is now hard reg number.
7322         (reg_reloaded_valid, reg_reloaded_dead): New variables.
7323         (reload_spill_index): Content is now a hard reg number.
7324         (reload_as_needed): Change to fit new variable meaning.
7325         (forget_old_reloads_1, allocate_reload_reg): Likewise.
7326         (choose_reload_regs, emit_reload_insns): Likewise.
7328 Thu Mar 26 18:34:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7330         * regclass.c (record_reg_classes): '?' increases cost by two.
7332         * reload.c (find_reloads): Double previous costs.  Output
7333         reloads cost one unit extra.
7335         * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
7336         boiled down to && ! 0.
7338         * reload.c (find_equiv_reg): Also consider a goal offset from the
7339         frame pointer to be constant.
7341 Thu Mar 26 17:34:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7343         * sh.h (OPTIMIZATION_OPTIONS): Define.
7345 Thu Mar 26 00:19:47 1998  Richard Henderson  <rth@cygnus.com>
7347         * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
7349 Wed Mar 25 23:53:11 1998  Jeffrey A Law  (law@cygnus.com)
7351         * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
7353 Wed Mar 25 13:40:48 1998  Jim Wilson  <wilson@cygnus.com>
7355         * c-common.c (check_format_info): Initialize type, is_type.  New local
7356         integral_format.  Don't warn for 'L' when pedantic.  Do warn for 'L'
7357         when pedantic if used with integral format specifier.
7359 Wed Mar 25 16:09:01 1998  Michael Meissner  <meissner@cygnus.com>
7361         * rs6000.h (FUNCTION_ARG_PADDING): Cast result to be enum
7362         direction.
7363         (function_arg_padding): Declare.
7365         * rs6000.c: Include system.h.
7366         (function_arg_padding): Change return type to int, cast enum's to
7367         int.
7369         (From Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>)
7370         * collect2.c (scan_prog_file): Add explicit braces to avoid
7371         ambiguous `else'.
7373         * dbxout.c (dbxout_type_fields): Add braces around empty body in
7374         an if-statement.
7375         (dbxout_type): Likewise.
7377         * rs6000.c (rs6000_override_options): Change type of `i', `j' and
7378         `ptt_size' from int to size_t.
7379         (rs6000_file_start): Likewise for `i'.
7380         (rs6000_replace_regno): Add default case in enumeration switch.
7381         (output_epilog): Remove unused variable `i'.
7382         (rs6000_longcall_ref): Remove unused variables `len', `p', `reg1'
7383         and `reg2'.
7385         * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add missing braces around
7386         initializer.
7387         (get_issue_rate, non_logical_cint_operand): Add prototype.
7388         (rs6000_output_load_toc_table): Ditto.
7390         * rs6000.md (udivmodsi4): Add explicit braces to avoid ambiguous
7391         `else'.
7393 Wed Mar 25 10:05:19 1998  Nick Clifton  <nickc@cygnus.com>
7395         * config/arm/thumb.c: New File.  Support for ARM's Thumb
7396         instruction set.
7397         * config/arm/thumb.h: New File.  Thumb definitions.
7398         * config/arm/thumb.md: New File.  Thumb machine description.
7399         * config/arm/tcoff.h: New File.  Thumb COFF support.
7400         * config/arm/t-thumb: New File.  Thumb makefile fragment.
7401         * config/arm/lib1thumb.asm: New File.  Thumb libgcc support functions.
7403         * configure.in: Add Thumb-coff target.
7404         * configure: Add Thumb-coff target.
7405         * config.sub: Add Thumb-coff target.
7407 Wed Mar 25 10:30:32 1998  Jim Wilson  <wilson@cygnus.com>
7409         * loop.c (scan_loop): Initialize move_insn_first to zero.
7411 Wed Mar 25 01:06:49 1998  Joel Sherrill (joel@OARcorp.com)
7413         * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
7414         * config/i386/rtems.h: Likewise.
7415         * config/i960/rtems.h: Likewise.
7416         * config/m68k/rtems.h: Likewise.
7417         * config/mips/rtems64.h: Likewise.
7418         * config/pa/rtems.h: Likewise.
7419         * config/rs6000/rtems.h: Likewise.
7420         * config/sh/rtems.h: Likewise.
7421         * config/sparc/rtems.h: Likewise.
7423 Wed Mar 25 00:57:26 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7425         * pa.c (emit_move_sequence): If in reload, call find_replacement.
7427 Tue Mar 24 10:44:11 1998  Nick Clifton  <nickc@cygnus.com>
7429         * Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
7431         * collect2.c (find_a_file): Add debugging.
7432         (find_a_file): Test for win32 style absolute paths if
7433         DIR_SERPARATOR is defined.
7434         (prefix_from_string): Add debugging.
7435         (main): Test for debug command line switch at start of program
7436         execution.
7437         (main): Use GET_ENVIRONMENT rather than getenv().
7438         (prefix_from_env): Use GET_ENVIRONMENT.
7440 1998-03-24  Mark Mitchell  <mmitchell@usa.net>
7442         * cplus-dem.c (optable): Add sizeof.
7443         (demangle_template_value_parm): New function containing code
7444         previously found in demangle_template.
7445         (demangle_integral_value): New function which handles complicated
7446         integral expressions.
7447         (demangle_template): Use them.
7449 Tue Mar 24 12:13:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7451         * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
7452         genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
7453         genattrtab.o, genoutput.o): Depend on system.h.
7455         * genattr.c: Include system.h.  Add arguments to various function
7456         prototypes.  Remove redundant prototype of read_rtx().
7457         * genattrtab.c: Likewise.
7458         * gencodes.c: Likewise.
7459         * genconfig.c: Likewise.
7460         * genemit.c: Likewise.
7461         * genextract.c: Likewise.
7462         * genflags.c: Likewise.
7463         * genopinit.c: Likewise.
7464         * genoutput.c: Likewise.
7465         * genpeep.c: Likewise.
7466         * genrecog.c: Likewise.
7468 1998-03-24  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7470         * c-lang.c (lang_print_xnode): New function.
7471         * objc/objc-act.c (lang_print_xnode): Likewise.
7472         * print-tree.c (print_node): Call it
7474 Mon Mar 23 23:59:11 1998  H.J. Lu  (hjl@gnu.org)
7476         * c-parse.in: Recognize protocol qualifiers in class
7477         definitions for objc.
7478         Include "output.h".
7479         (yyerror): Remove redundant decl.
7480         (yyprint): Fix prototype.
7482 Mon Mar 23 23:49:47 1998  Jeffrey A Law  (law@cygnus.com)
7484         * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
7486         * stmt.c (unroll_block_trees): Free block_vector if needed.
7488 Mon Mar 23 23:26:42 1998  Philippe De Muyter  <phdm@macqel.be>
7490         * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
7491         (zero_extendsidi2): Avoid useless copy.
7492         (iordi_zext): New pattern.
7493         (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
7494         operand 2.
7495         (iorsi_zext): New name for old unnamed pattern; indentation fixes.
7497         * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
7498         (ashldi3): Allow constant shift count in range ]32,63].
7499         (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.
7501 1998-03-22  Mark Mitchell  <mmitchell@usa.net>
7503         * tree.h (IS_EXPR_CODE_CLASS): New macro.
7505 Mon Mar 23 23:18:48 1998  Jeffrey A Law  (law@cygnus.com)
7507         * h8300.h (CONST_COSTS): Remove definition.
7508         (DEFAULT_RTX_COSTS): Define.
7510 Mon Mar 23 22:58:22 1998  Joel Sherrill (joel@OARcorp.com)
7512         * config/sh/rtems.h: Switched from ELF to COFF.
7514 Mon Mar 23 14:14:20 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7516         * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
7518 Sat Mar 21 23:52:56 PST 1998 Jeff Law  (law@cygnus.com)
7520         * version.c: Bump for snapshot.
7522 Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
7523                           Geoff Noer    <noer@cygnus.com>
7525         * Makefile.in: Various fixes for building cygwin32 native toolchains.
7527         * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
7528         * objc/Make-lang.in: Likewise.
7530         * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
7532 Sun Mar 22 00:21:46 1998  R. Ganesan  <rganesan@novell.com>
7534         * configure.in: Handle with-PACKAGE=no correctly
7536 Fri Mar 20 17:36:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7538         * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
7539         c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
7540         caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
7541         dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
7542         expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
7543         integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
7544         prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
7545         reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
7546         rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
7547         tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
7548         on system.h.
7550         * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
7551         c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
7552         caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
7553         dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
7554         expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
7555         integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
7556         prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
7557         reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
7558         rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
7559         stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
7560         xcoffout.c: Include system.h.  Organize include ordering so
7561         that stdarg/varargs comes before other system headers.  Remove
7562         spurious casts of functions assured of a prototype in system.h.
7564 Fri Mar 20 11:19:40 1998  Stan Cox  <scox@equinox.cygnus.com>
7566         * reg-stack.c (pop_stack): Define. Pops any register on the
7567         regstack and adjusts regstack.
7568         (compare_for_stack_reg): Use pop_stack.
7570 Thu Mar 19 23:51:01 1998  Jeffrey A Law  (law@cygnus.com)
7572         * configure.in (hppa1.0-hp-hpux10): Handle threads for this
7573         config too.
7575 Thu Mar 19 20:30:31 1998  Philippe De Muyter  <phdm@macqel.be>
7577         * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
7579         * fold-const.c (fold): Replace sign-extension of a zero extended
7580         value by a single zero extension.
7582 Thu Mar 19 00:58:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
7584         * except.c (init_eh): Do nothing.
7585         (save_eh_status): Call init_eh_for_function, not init_eh.
7586         * function.c (push_function_context_to): Don't call init_emit.
7588 Thu Mar 19 13:39:52 1998  Michael Meissner  <meissner@cygnus.com>
7590         * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
7591         and EABI.
7593 Thu Mar 19 10:10:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7595         * final.c (shorten_branches): Add parentheses around +/- in
7596         operand of &.
7598         * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS.
7600 Thu Mar 19 09:15:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7602         * regclass.c (memory_move_secondary_cost): Wrap uses of
7603         SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS
7604         with #ifdef tests.
7606 Thu Mar 19 09:06:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7608         * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
7610         * flow.c (life_analysis): #include <sys/types.h> to make sure
7611         size_t is defined.
7612         * cplus-dem.c (demangle_function_name): Likewise.
7614 Thu Mar 19 09:00:01 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7616         * final.c (insn_noperands): Change type to unsigned int.
7617         (final_scan_insn): Likewise for noperands;
7618         properly check operand number boundaries.
7620 Wed Mar 18 16:20:30 1998  Richard Henderson  <rth@cygnus.com>
7622         * alpha.md (extzv): Don't reject register operands.  Fix
7623         mode of operand 1.
7625 Wed Mar 18 16:14:23 1998  Richard Henderson  <rth@cygnus.com>
7627         * dbxout.c (dbxout_function_end): Fix last change.  The correct
7628         predicate is ASM_OUTPUT_SECTION_NAME.
7630 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
7632         * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
7633         (ashlsi): Use match_dup 1 instead of match_operand 2.
7635 Wed Mar 18 13:46:07 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7637         * fold-const.c (operand_equal_for_comparison_p): See if equal
7638         when nop conversions are removed.
7640 Wed Mar 18 13:42:01 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7642         * expr.c (expand_expr, case COND_EXPR): If have conditional move,
7643         don't use ORIGINAL_TARGET unless REG.
7645 Wed Mar 18 16:53:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7647         * netbsd.h (ASM_OUTPUT_ALIGN): Redefine.
7649 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
7651         * loop.c (struct movable): New field move_insn_first.
7652         (scan_loop): In consec sets code, set it.  Clear it otherwise.
7653         (move_movables): In consec sets code, use it.  Copy REG_NOTES from
7654         p to i1 only if i1 does not have REG_NOTES.  Delete obsolete ifdefed
7655         out code.
7657 Wed Mar 18 09:52:56 1998  Richard Henderson  <rth@cygnus.com>
7659         * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
7660         is large, and the system doesn't provide atoll or atoq.
7661         (atoll): New.
7663         * alpha/xm-vms.h (HAVE_ATOLL): Define.
7664         Reported by Klaus Kaempf <kkaempf@progis.de>.
7666 Wed Mar 18 09:56:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7668         * c-lang.c (finish_file): Wrap variable `void_list_node' with macro
7669         test !ASM_OUTPUT_CONSTRUCTOR || !ASM_OUTPUT_DESTRUCTOR.
7671         * calls.c (emit_call_1): Wrap variable `already_popped' with macro
7672         test !ACCUMULATE_OUTGOING_ARGS.
7674         * collect2.c (write_c_file_glob): Wrap function definition in
7675         macro test !LD_INIT_SWITCH.
7677         * combine.c (try_combine): Wrap variables `cc_use' and
7678         `compare_mode' in macro test EXTRA_CC_MODES.
7680         * cpplib.c (do_ident): Remove unused variable `len'.
7681         (skip_if_group): Remove unused variables `at_beg_of_line' and
7682         `after_ident'.
7683         (cpp_get_token): Remove unused variable `dummy'.
7685         * dbxout.c (scope_labelno): Move static variable definition inside
7686         the one function scope where it is used.
7687         (dbxout_function_end): Wrap prototype and definition in
7688         macro test !NO_DBX_FUNCTION_END.
7690         * dwarf2out.c (add_subscript_info): Wrap variable `dimension_number'
7691         in macro test !MIPS_DEBUGGING_INFO.
7693         * expr.c (expand_builtin_setjmp): Move declaration of variable `i'
7694         into the scope where it is used.  Wrap empty else-statement body
7695         in braces.
7697         * fix-header.c: Fix typo in comment.
7698         (inf_skip_spaces): Cast results of INF_UNGET to (void).
7699         (check_protection, main): Likewise.
7701         * flow.c (find_basic_blocks_1): Remove dangling comment text.
7703         * function.c (contains): Wrap prototype and definition in macro
7704         test HAVE_prologue || HAVE_epilogue.
7705         (fixup_var_refs_1): Remove unused variable `width'.
7707         * gen-protos.c (main): Remove unused variable `optr'.
7709         * haifa-sched.c (debug_control_flow): Remove unused variable `j'.
7711         * libgcc2.c (__udiv_w_sdiv): Provide dummy return value of 0.
7712         (__sjpopnthrow): Remove unused variable `jmpbuf'.
7713         (__throw): Remove unused variable `val'.
7715         * protoize.c: Check for a previously existing definition before
7716         defining *_OK macros.
7718         * scan-decls.c (scan_decls): Remove unused variable `old_written'.
7720 Tue Mar 17 00:45:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7722         * vax.h (ADDR_VEC_ALIGN): Define.
7724 Mon Mar 16 15:57:17 1998  Michael Meissner  <meissner@cygnus.com>
7726         * gcc.c (default_arg): Don't wander off the end of allocated
7727         memory.
7729         (From Geoffrey Keating  <geoffk@ozemail.com.au>)
7730         * rs6000.c (small_data_operand): Ensure that any address
7731         referenced relative to the small data area is inside the SDA.
7733 Mon Mar 16 12:55:15 1998  Jim Wilson  <wilson@cygnus.com>
7735         * config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
7737 Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
7739         * except.h (in_same_eh_region): New prototype.
7740         (free_insn_eh_region, init_insn_eh_region): New prototypes.
7741         * except.c (insn_eh_region, maximum_uid): New static variables.
7742         (set_insn_eh_region): New static function to set region numbers.
7743         (free_insn_eh_region): New function to free EH region table.
7744         (init_insn_eh_region): New function to initialize EH region table.
7745         (in_same_eh_region): New function used to determine if two rtl
7746         instructions are in the same exception region or not.
7747         * final.c (final): Initialize the table indicating which instructions
7748         belong in which exception region.
7749         * genpeep.c (main): Add "except.h" to include file list in generated
7750         file insn-peep.c.
7751         * config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
7752         peepholes involving calls and unconditional branches.
7754 Mon Mar 16 11:16:50 1998  Jim Wilson  <wilson@cygnus.com>
7756         * README.gnat: New file.
7758 Mon Mar 16 11:14:20 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7760         * config/m68k/m68k.c: Include <stdlib.h> for atoi.  Include
7761         "recog.h" for offsettable_memref_p.
7762         (legitimize_pic_address): Remove unused variable `offset'.
7763         (notice_update_cc): Change return type to void.  Add default label
7764         to switch.
7765         (standard_68881_constant_p): Remove unused variable mode.
7766         (print_operand): Define local variable i only if SUPPORT_SUN_FPA.
7767         (const_int_cost): Explicitly declare as returning int.
7768         (output_dbcc_and_branch): Change return type to void.
7770         * config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
7771         config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
7772         (...).  Use GEN_INT instead of gen_rtx_CONST_INT.
7774 Sun Mar 15 22:30:44 PST 1998 Jeff Law  (law@cygnus.com)
7776         * version.c: Bump for snapshot.
7778 Fri Mar 13 11:30:12 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7780         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Fix logic in range
7781         check for 'M' constraint.
7783 Thu Mar 12 14:47:14 1998  Jim Wilson  <wilson@cygnus.com>
7785         * cccp.c (create_definition): If pedantic, call pedwarn for macro
7786         varargs feature.
7788 Thu Mar 12 13:43:25 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
7790         * i386.c (ix86_logical_operator): New function.
7791         (split_di): Ensure that when a MEM is split, the resulting MEMs have
7792         SImode.
7793         * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
7794         to implement them.
7796 Thu Mar 12 15:13:16 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7797                           Richard Earnshaw <rearnsha@arm.com>
7798                           Nick Clifton  <nickc@cygnus.com>
7800         * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
7802         * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
7804         * cse.c (rtx_cost): Provide a default case in an enumeration
7805         switch, and call DEFAULT_RTX_COSTS if it's defined.
7807 Thu Mar 12 10:02:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7809         * basic-block.h (compute_preds_succs): Change return type in
7810         prototype to void.
7811         * flow.c (compute_preds_succs): Likewise in function definition.
7813         * regmove.c (find_matches): Cast char used as array index to unsigned char
7814         to supress warning.
7816 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7818         * i386.h (RTX_COSTS): Insert braces around nested if.
7819         (ADDITIONAL_REGISTER_NAMES): Insert braces around structured
7820         elements.
7822         * gcc.c (default_compilers): Properly put brackets around array elements in
7823         initializer.
7825         * getopt.c (_getopt_internal): Add explicit braces around nested if;
7826         reformatted.
7828         * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
7829         (record_reg_life_pat): Add explicit parens around && and || in expression.
7830         (stack_reg_life_analysis): Add parens around assignment used as expression.
7831         (convert_regs): Likewise.
7833 Thu Mar 12 09:25:29 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7835         * bitmap.c (bitmap_element_allocate): Remove unused parameter;
7836         change callers accordingly.
7838         * cplus-dem.c (arm_special): Remove unused parameter work in prototype
7839         and definition; change all callers accordingly.
7841         * except.c (init_eh): Avoid assignment of unused return value of
7842         build_pointer_type; cast it to void, instead, and remove unused
7843         variable type.
7845         * gcc.c (lang_specific_driver): Define prototype only #ifdef
7846         LANG_SPECIFIC_DRIVER.
7847         (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
7849         * genoutput.c (output_epilogue): Initialize next_name to 0.
7851         * real.c (efrexp): #if 0 prototype and function definition.
7852         (eremain): Likewise.
7853         (uditoe): Likewise.
7854         (ditoe): Likewise.
7855         (etoudi): Likewise.
7856         (etodi): Likewise.
7857         (esqrt): Likewise.
7859         * reload.c (push_secondary_reload): Define prototype only
7860         #ifdef HAVE_SECONDARY_RELOADS.
7862         * varasm.c (assemble_static_space): Define rounded only
7863         #ifndef ASM_OUTPUT_ALIGNED_LOCAL.
7865 Thu Mar 12 09:11:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7867         * i386.md (andsi): Add default case in enumeration switch.
7868         (iorsi3): Likewise.
7869         (iorhi3): Likewise.
7870         (xorsi3): Likewise.
7872 Thu Mar 12 08:37:02 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7874         * c-decl (finish_struct): Change type of min_align to unsigned.
7876         * cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
7877         remove unused variable len.
7879         * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
7880         comment indicating this is proper behaviour.
7881         (reg_loc_descriptor): Remove redundant comparison of unsigned variable
7882         reg >= 0.
7883         (based_loc_descr): Likewise.
7885         * enquire.c (bitpattern): Change type of variable i to unsigned.
7887         * final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
7889         * flow.c (life_analysis): Change type of variable i to size_t;
7890         remove unused variable insn.
7892         * gcc.c (translate_options): Change type of variables optlen, arglen and
7893         complen to size_t.
7894         (input_filename_length): Change type to size_t.
7895         (do_spec_1): Change type of variable bufsize to size_t.
7896         (main): Change type of variables i and j to size_t;
7897         remove subblock local definition of variable i.
7898         (lookup_compiler): Change type of second argument to size_t;
7899         change type of variable i to size_t.
7901         * genemit.c (output_init_mov_optab): Change type of variable i to size_t.
7903         * genopinit.c (get_insn): Change type of variable pindex to size_t.
7905         * genrecog.c (add_to_sequence): Change type of variable i to size_t.
7907         * global.c (global_alloc): Change type of variable i to size_t.
7909         * regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
7911         * stmt.c (expand_end_bindings): Change type of variable i to size_t.
7912         (expand_end_case): Change type of variable count to size_t.
7914         * toplev.c (main): Change type of variable j to size_t.
7915         (set_target_switch): Change type of variable j to size_t.
7916         (print_switch_values): Change type of variable j to size_t;
7917         remove unused variable flags.
7919         * varasm.c (assemble_variable): Change type of variable align to size_t.
7920         (const_hash_rtx): Change type of variable i to size_t.
7922 1998-03-11  Mark Mitchell  <mmitchell@usa.net>
7924         * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a
7925         TREE_VEC if that's what it really is.
7927 Wed Mar 11 15:16:01 1998  Michael Meissner  <meissner@cygnus.com>
7929         * {haifa-,}sched.c (rank_for_schedule): Only take void * arguments
7930         as per ISO C spec.
7932 Wed Mar 11 12:05:20 1998  Teemu Torma  <tot@trema.com>
7934         * gthr.h: Changed the comment about return values.
7935         * gthr-solaris.h (__gthread_once): Do not use errno; return the
7936         error number instead of -1.
7937         (__gthread_key_create): Any non-zero return value is an error.
7938         * libgcc2.c (eh_context_initialize): Check for non-zero return
7939         value from __gthread_once.
7940         Check that the value of get_eh_context was really changed.
7942 Wed Mar 11 18:26:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7944         * sh.h (LOOP_ALIGN): Only align when optimizing.
7945         * sh.c (find_barrier): Clear inc for CODE_LABELs.
7946         When not optimizing, calculate alignment for BARRIERs directly.
7948 Wed Mar 11 15:07:18 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7950         * final.c (shorten_branches): Remove conditionalizing on
7951         SHORTEN_WITH_ADJUST_INSN_LENGTH
7952         * sh.h, pa.h (SHORTEN_WITH_ADJUST_INSN_LENGTH): Remove.
7954 Wed Mar 11 02:37:41 1998  Jeffrey A Law  (law@cygnus.com)
7956         * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing
7957         an unconditional jump around deleted blocks.
7959 Mon Mar  9 12:02:23 1998  Jim Wilson  <wilson@cygnus.com>
7961         * profile.c (branch_prob): If see computed goto, call fatal instead of
7962         abort.
7964         * config/mips/sni-svr4.h (CPP_PREDEFINE): Add -DSNI and -Dsinix.
7966         * configure.in (alpha-dec-osf): Add default case for osf* to switch.
7967         Patch from Bruno Haible.
7969         * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
7970         (assign_parms): Set aggregate if hide_last_arg and last_named.
7972 Mon Mar  9 19:57:56 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7974         * final.c (shorten_branches): Initialize insn_addresses.
7976 Mon Mar  9 14:10:23 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7978         * sh.h (MUST_PASS_IN_STACK): Define.
7980 Sun Mar  8 13:01:56 1998  Jeffrey A Law  (law@cygnus.com)
7982         * final.c (shorten_branches): Fix minor logic error in
7983         ADDR_DIFF_VEC shortening support.
7985 Sun Mar 8 02:17:42 PST 1998 Jeff Law  (law@cygnus.com)
7987         * version.c: Bump for snapshot.
7989 Sat Mar  7 00:54:15 1998  Jeffrey A Law  (law@cygnus.com)
7991         * haifa-sched.c (is_cfg_nonregular): Change return type to
7992         an int.  No longer compute "estimated" number of edges.  Use
7993         computed_jump_p instead of duplicating the code.  Fixup/add
7994         some comments.
7995         (build_control_flow): Returns a value indicating an irregularity
7996         in the cfg was detected.  Count the number of edges in the cfg.
7997         allocate various edge tables.
7998         (find_rgns): No longer look for unreachable blocks.
7999         (schedule_insns): Do not allocate memory for edge tables here.
8000         Free memory for edge tables before returning.  Do not perform
8001         cross block scheduling if build_control_flow returns nonzero.
8002         * flow.c (compute_preds_succs): More accurately determine when
8003         a block drops in.
8005         * basic-block.h (free_basic_block_vargs): Provide prototype.
8007         * cccp.c (main): Fix dumb mistakes in last change.
8009 Fri Mar  6 21:28:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8011         * rtl.h (addr_diff_vec_flags): New typedef.
8012         (union rtunion_def): New member rt_addr_diff_vec_flags.
8013         (ADDR_DIFF_VEC_FLAGS): New macro.
8015         * sh.c (output_branch): Fix offset overflow problems.
8017         * final.c (shorten_branches): Implement CASE_VECTOR_SHORTEN_MODE.
8018         (final_scan_insn): New argument BODY for ASM_OUTPUT_ADDR_DIFF_ELT.
8019         * rtl.def (ADDR_DIFF_VEC): Three new fields (min, max and flags).
8020         * stmt.c (expand_end_case): Supply new arguments to
8021         gen_rtx_ADDR_DIFF_VEC.
8022         * 1750a.h (ASM_OUTPUT_ADDR_DIFF_ELT): New argument BODY.
8023         * alpha.h, arc.h, clipper.h, convex.h : Likewise.
8024         * dsp16xx.h, elxsi.h, fx80.h, gmicro.h, h8300.h : Likewise.
8025         * i370.h, i386.h, i860.h, i960.h, m32r.h, m68k.h, m88k.h : Likewise.
8026         * mips.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pyr.h : Likewise.
8027         * rs6000.h, sh.h, sparc.h, spur.h, tahoe.h, v850.h : Likewise.
8028         * vax.h, we32k.h, alpha/vms.h, arm/aof.h, arm/aout.h : Likewise.
8029         * i386/386bsd.h, i386/freebsd-elf.h : Likewise.
8030         * i386/freebsd.h, i386/linux.h : Likewise.
8031         * i386/netbsd.h, i386/osfrose.h, i386/ptx4-i.h, i386/sco5.h : Likewise.
8032         * i386/sysv4.h, m68k/3b1.h, m68k/dpx2.h, m68k/hp320.h : Likewise.
8033         * m68k/mot3300.h, m68k/sgs.h : Likewise.
8034         * m68k/tower-as.h, ns32k/encore.h, sparc/pbd.h : Likewise.
8035         * sh.h (INSN_ALIGN, INSN_LENGTH_ALIGNMENT): Define.
8036         (CASE_VECTOR_SHORTEN_MODE): Define.
8037         (short_cbranch_p, align_length, addr_diff_vec_adjust): Don't declare.
8038         (med_branch_p, braf_branch_p): Don't declare.
8039         (mdep_reorg_phase, barrier_align): Declare.
8040         (ADJUST_INSN_LENGTH): Remove alignment handling.
8041         * sh.c (uid_align, uid_align_max): Deleted.
8042         (max_uid_before_fixup_addr_diff_vecs, branch_offset): Deleted.
8043         (short_cbranch_p, med_branch_p, braf_branch_p, align_length): Deleted.
8044         (cache_align_p, fixup_aligns, addr_diff_vec_adjust): Deleted.
8045         (output_far_jump): Don't use braf_branch_p.
8046         (output_branchy_insn): Don't use branch_offset.
8047         (find_barrier): Remove checks for max_uid_before_fixup_addr_diff_vecs.
8048         Remove paired barrier stuff.
8049         Don't use cache_align_p.
8050         Take alignment insns into account.
8051         (fixup_addr_diff_vecs): Reduce to only fixing up the base label of
8052         the addr_diff_vec.
8053         (barrier_align, branch_dest): New function.
8054         (machine_dependent_reorg, split_branches): Remove infrastructure
8055         for branch shortening that is now provided in the backend.
8056         * sh.md (short_cbranch_p, med_branch_p, med_cbranch_p): New attributes.
8057         (braf_branch_p, braf_cbranch_p): Likewise.
8058         (attribute length): Use new attributes.
8059         (casesi_worker): Get mode and unsignednedd from ADDR_DIFF_VEC.
8060         (addr_diff_vec_adjust): Delete.
8061         (align_2): Now a define_expand.
8062         (align_log): Now length 0.
8064 Fri Mar  6 14:41:33 1998  Michael Meissner  <meissner@cygnus.com>
8066         * m32r.md (right): Correctly check for length == 2, not 1.
8068 Fri Mar  6 14:00:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8070         * mips/mips.h: Prototype `machine_dependent_reorg'.
8071         (ASM_OUTPUT_ALIGN): Remove unused variable `mask'.
8073 Fri Mar  6 11:43:35 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
8075         * final.c (shorten_branches): Restore accidentally removed code.
8077 Fri Mar  6 11:00:49 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8079         * configure.in: Remove duplicate uses of AC_PROG_CC and
8080         AC_PROG_MAKE_SET.
8082 Fri Mar  6 00:59:30 1998  Richard Henderson  <rth@cygnus.com>
8084         * configure.in (target_cpu_default2): Correct typo for alphapca56.
8086 Thu Mar  5 23:24:50 1998  Jeffrey A Law  (law@cygnus.com)
8087                           Doug Evans     (devans@cygnus.com)
8089         * haifa-sched.c (build_jmp_edges): Delete dead function.
8090         (build_control_flow): Use cfg routines from flow.c
8091         (schedule_insns): Remove debugging code accidentally checked
8092         in earlier today.
8094         * basic-block.h: Add external integer list structures, typdefs,
8095         accessor macros and function declarations.  Simlarly for
8096         basic block pred/succ support and simple bitmap stuff.
8097         * flow.c: Add functions for integer list, basic block pred/succ
8098         support and simple bitmap support.
8099         (compute_dominators): New function to compute dominators and
8100         post dominators.
8101         (find_basic_blocks): Split into two functions.
8102         (life_analysis): Likewise.
8103         (flow_analysis): Removed.  Now handled by calling find_basic_blocks,
8104         the life_analysis from toplev.c
8105         * toplev.c (rest_of_compilation): Call find_basic_blocks, then
8106         life_analysis instead of flow_analysis.
8108 Thu Mar  5 23:06:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8110         * jump.c (jump_optimize): Call mark_jump_label also for deleted
8111         insns.
8112         (mark_jump_label): Don't increment ref counts for deleted insns.
8114 Thu Mar  5 09:55:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8116         * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
8118         * mips/mips.c: Include stdlib.h and unistd.h.
8119         (mips_asm_file_end): Add braces around empty body in an if-statement.
8120         (function_prologue): Wrap variable `fnname' in
8121         !FUNCTION_NAME_ALREADY_DECLARED.  Correct format specifier in fprintf.
8122         (mips_select_rtx_section, mips_select_section): Declare as void.
8124         * mips/mips.h: Add prototypes for extern functions in mips.c.
8125         (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
8126         (ENCODE_SECTION_INFO): Add braces around empty body in an
8127         if-statement.
8129         * mips/mips.md (movdi): Add parentheses around && within ||.
8130         (movsf, movdf): Likewise.
8131         (branch_zero, branch_zero_di): Add default case in
8132         enumeration switch.
8135 Thu Mar  5 02:45:48 1998  Richard Henderson  <rth@cygnus.com>
8137         * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
8138         real constants, since they can't be changed.
8139         (TARGET_AS_CAN_SUBTRACT_LABELS): New.
8140         * alpha/alpha.md (builtin_setjmp_receiver): Use it.
8141         * alpha/osf.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
8142         * alpha/osf2or3.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
8143         * alpha/vms.h (TARGET_OPEN_VMS): New.
8144         * alpha/win-nt.h (TARGET_WINDOWS_NT): New.
8146 Thu Mar  5 02:41:27 1998  Richard Henderson  <rth@cygnus.com>
8148         * reload.c (find_reloads): Always force (subreg (mem)) to be
8149         reloaded if WORD_REGISTER_OPERATIONS.
8151 Thu Mar  5 02:14:44 1998  Richard Henderson  <rth@cygnus.com>
8153         * haifa-sched.c (free_list): Rename from free_pnd_lst.
8154         (free_pending_lists): Rename free_pnd_lst uses.
8155         (remove_dependence): Place expunged element on unused_insn_list.
8156         (alloc_INSN_LIST, alloc_EXPR_LIST): New.  Change all callers of
8157         gen_rtx_*_LIST and alloc_rtx to use them.
8158         (compute_block_backward_dependences): Free the reg_last_* lists.
8160 Thu Mar  5 00:05:40 1998  Jeffrey A Law  (law@cygnus.com)
8162         * cccp.c (main): Avoid undefined behavior when setting pend_includes
8163         and pend_files.
8165 Wed Mar  4 21:58:25 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8167         * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if
8168         USE_GNULIBC_1 is defined
8169         * configure.in: add a new case powerpc-*-linux-gnulibc1 which
8170         includes the t-linux-gnulibc1 fragment
8172 Wed Mar  4 12:11:36 1998  Jim Wilson  <wilson@cygnus.com>
8174         * mips.md (movdf_internal1a): Fix misplaced parenthesis in condition.
8176 Wed Mar  4 18:47:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8178         * final.c (final_scan_insn, case CODE_LABEL: Cleanup.
8180 Wed Mar  4 15:51:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8182         * final.c (shorten_branches): Tag the loop alignment onto the
8183         first label after NOTE_INSN_LOOP_BEG even if there is an
8184         intervening insn.
8186 Tue Mar  3 21:48:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8188         * final.c (insn_current_reference_address):
8189         Use SEQ instead of BRANCH as argument to align_fuzz, to get a
8190         proper alignment chain.
8192         * final.c (max_labelno): New static variable.
8193         (final_scan_insn): Check max_labelno before outputting an
8194         alignment for a label.
8195         (shorten_branches): Remove unused variable length_align.
8197 Tue Mar  3 14:27:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8199         * sparc.c (ultrasparc_adjust_cost): Add default case in
8200         enumeration switch.
8202          * sparc.h: Add prototypes for extern functions defined in
8203         sparc.c.
8205 Tue Mar  3 10:00:11 1998  Nick Clifton  <nickc@cygnus.com>
8207         * toplev.c: Only generate <name>.dbr file when dumping RTL if
8208         DEALY_SLOTS is defined.
8210 Tue Mar  3 07:36:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8212         * reorg.c (fill_eager_delay_slots): Add new argument delay_list
8213         in call to fill_slots_from_thread.
8215 Mon Mar  2 13:45:03 1998  Richard Henderson  <rth@cygnus.com>
8217         * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
8218         to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.
8220 Mon Mar  2 22:59:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8222         * final.c (insn_last_address, insn_current_align, uid_align):
8223         New variables.
8224         (in_align_chain, align_fuzz, align_shrink_fuzz): New functions.
8225         (insn_current_reference_address): Likewise.
8226         (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
8227         LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
8228         (label_to_alignment): New function.
8229         * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
8230         LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
8231         insn_current_reference_address instead of insn_current_address.
8232         (or_attr_value, write_length_unit_log): New functions.
8233         (main): Call write_length_unit_log.
8234         (write_const_num_delay_slots): Output extra '\n'.
8235         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
8236         replace with:
8237         (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
8238         * i386.h, i386/osfrose.h, i386/svr3dbx.h, m68k.h, sparc.h: Likewise.
8239         * arc.h, m32r.h (ASM_OUTPUT_LOOP_ALIGN): replace with:
8240         (LOOP_ALIGN).
8241         * i960.h, m88k.h: (ASM_OUTPUT_ALIGN_CODE): Replace with:
8242         (LABEL_ALIGN_AFTER_BARRIER).
8243         * ns32k/encore.h, ns32k/merlin.h, ns32k.h, ns32k/sequent.h: Likewise.
8244         * ns32k/tek6000.h: Likewise.
8245         * i386/gas.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Delete.
8246         * i386.md (casesi+1): Use ASM_OUTPUT_ALIGN instead of
8247         ASM_OUTPUT_ALIGN_CODE.
8249 Mon Mar 2 01:05:50 PST 1998 Jeff Law  (law@cygnus.com)
8251         * version.c: Bump for snapshot.
8253 Mon Mar 2 00:52:18 PST 1998 Jeff Law  (law@cygnus.com)
8255         * version.c: Bump for snapshot.
8257 Sun Mar  1 18:25:49 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
8259         * reorg.c (fill_slots_from_thread): Don't steal delay list from target
8260         if condition code of jump conflicts with opposite_needed.
8262         * reorg.c (fill_slots_from_thread): Mark resources referenced in
8263         opposite_needed thread.  Return delay_list even when cannot get
8264         any more delay insns from end of subroutine.
8266 Sun Mar  1 18:26:21 1998  Ken Rose (rose@acm.org)
8268         * reorg.c (fill_slots_from_thread): New parameter, delay_list.
8269         All callers changed.
8271 Sun Mar  1 18:25:37 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
8273         * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
8274         end_fde_sort): New functions for fast sorting of an FDE array.
8275         (fde_insert): Simplified.
8276         (add_fdes): Change argument list.
8277         (frame_init): Use the new functions.
8279 Sun Mar  1 18:06:21 1998  Jeffrey A Law  (law@cygnus.com)
8281         * ginclude/va-ppc.h (va_arg): Fix typo in long long support.
8283         * i386.c (reg_mentioned_in_mem): Fix dangling else statement.
8285         * fold-const.c (fold_range_test): Always return a value.
8287 Sun Mar  1 17:57:34 1998  Mumit Khan <khan@xraylith.wisc.edu>
8289         * config/i386/winnt.c (i386_pe_unique_section): Put read-only
8290         data in the text section unless READONLY_DATA_SECTION is defined.
8292 Sun Mar  1 17:48:46 1998  Jeffrey A Law  (law@cygnus.com)
8294         * c-parse.in (undeclared variable error): Tweak error message to
8295         be clearer.
8297 Sun Mar 1 10:22:36 PST 1998 Jeff Law  (law@cygnus.com)
8299         * version.c: Bump for snapshot.
8301 1998-02-28  Mark Mitchell  <mmitchell@usa.net>
8303         * final.c (final_scan_insn): Undo overzealous removal of `set'.
8305 Sat Feb 28 07:54:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8307         * pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated
8308         case, add parentheses to specify the proper order of precedence in
8309         the if-statement.
8312         * c-aux-info.c: Include string.h/strings.h.
8314         * pa.c: Include stdlib.h.
8315         (pa_combine_instructions): Prototype the function.
8316         (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
8317         (reloc_needed): Add default case for enumeration switch.
8318         (remove_useless_addtr_insns): Remove unused variable `all'.
8319         (hppa_expand_prologue): Add explicit braces to avoid
8320         ambiguous `else'.
8321         (output_function_epilogue): Remove unused variable `i'.
8322         (output_millicode_call): Remove unused variable `link'.
8323         (shadd_constant_p, forward_branch_p): Make the function static.
8324         (following_call): Explicitly declare to return int.
8325         (pa_reorg): Declare as void.
8326         (pa_combine_instructions): Declare as static void.  Add
8327         parentheses around && within ||.
8329         * pa.h: Add prototypes for pa_reorg, symbolic_operand,
8330         following_call, function_label_operand, lhs_lshift_cint_operand
8331         and zdepi_cint_p.
8333         * pa.md: Add parentheses around && within ||.
8335         * cppalloc.c: Include stdlib.h.
8337         * cpperror.c (cpp_print_containing_files): Remove unused variable
8338         `i'.  Fix format specifier in fprintf.
8340         * cse.c (cse_around_loop): Add explicit braces to avoid
8341         ambiguous `else'.
8342         (delete_dead_from_cse): Wrap variable `tem' in macro HAVE_cc0.
8344         * expr.c (expand_expr): Add parentheses around && within ||.
8346         * final.c (app_enable): Replace fprintf with fputs where there are
8347         no format specifiers and no trailing argument after the string.
8348         Eg, when printing ASM_APP_ON/ASM_APP_OFF.
8349         (app_disable): Likewise.
8350         (final_end_function): Likewise.
8351         (final_scan_insn): Likewise.  Remove unused variable `set'.
8352         (profile_function): Wrap empty if-statement body in {} brackets.
8354         * function.c: Include stdlib.h.
8355         (pad_below): Wrap prototype and definition in ARGS_GROW_DOWNWARD.
8356         (reposition_prologue_and_epilogue_notes): Add parentheses
8357         around assignment used as truth value.
8359         * integrate.c (expand_inline_function): Wrap variable
8360         `cc0_insn' in macro HAVE_cc0.
8362         * jump.c (jump_optimize): Wrap variable `q' in macro
8363         HAVE_cc0.  Remove unused variable `prev1'.
8365         * libgcc2.c (__bb_exit_trace_func): Add parentheses around &&
8366         within ||.  Fix format specifier in fprintf.
8367         (__bb_init_prg): Add parentheses around assignment used as
8368         truth value.
8370         * local-alloc.c: Include stdlib.h.
8371         (requires_inout): Add parentheses around assignment used
8372         as truth value.
8374         * loop.c (analyze_loop_iterations): Wrap prototype and definition
8375         in macro HAVE_decrement_and_branch_on_count.
8376         (insert_bct, instrument_loop_bct): Likewise.
8377         (move_movables): Add parentheses around assignment used as
8378         truth value.
8379         (consec_sets_invariant_p): Likewise.
8380         (maybe_eliminate_biv_1): Wrap variable `new' in macro HAVE_cc0.
8382         * objc/objc-act.c: Include stdlib.h.
8383         (lookup_method_in_protocol_list): Wrap empty else-statement body
8384         in braces.
8385         (lookup_protocol_in_reflist): Likewise.
8386         (objc_add_static_instance): Remove unused variables `decl_expr'
8387         and `decl_spec'.
8388         (get_objc_string_decl): Remove unused variable `decl'.
8389         (generate_static_references): Remove unused variables `idecl' and
8390         `instance'.
8391         (check_protocols): Wrap empty else-statement body in braces.
8393         * protoize.c: Include stdlib.h.
8394         (substr): Add parentheses around assignment used as truth value.
8395         (abspath): Likewise.
8396         (shortpath): Likewise.
8398         * regmove.c (fixup_match_1): Add parentheses around assignment
8399         used as truth value.
8401         * reload.c (push_secondary_reload): Remove unused variable `i'.
8402         (find_reloads): Add parentheses around assignment used as truth
8403         value.
8405         * reload1.c: Include stdlib.h.
8407         * rtl.h: Correct typo in prototype of offsettable_memref_p.
8409         * stmt.c (add_case_node): Add parentheses around assignment used
8410         as truth value.
8411         (case_tree2list): Likewise.
8413         * tree.c (valid_machine_attribute): Wrap variable `decl_attr_list'
8414         in macro VALID_MACHINE_DECL_ATTRIBUTE.  Wrap variable
8415         `type_attr_list' in macro VALID_MACHINE_TYPE_ATTRIBUTE.
8416         (merge_attributes): Add explicit braces to avoid ambiguous
8417         `else'.
8419         * unroll.c (copy_loop_body): Wrap variable `cc0_insn' in
8420         macro HAVE_cc0.
8422         * varasm.c: Include stdlib.h.
8425         * system.h: Remove sys/stat.h.
8426         * gcc.c: Add sys/stat.h.
8428         * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.
8429         * genattrtab.c: Likewise.
8430         * genconfig.c: Likewise.
8431         * genemit.c: Likewise.
8432         * genextract.c: Likewise.
8433         * genflags.c: Likewise.
8434         * genopinit.c: Likewise.
8435         * genoutput.c: Likewise.
8436         * genpeep.c: Likewise.
8437         * genrecog.c: Likewise.
8438         * tlink.c: Likewise.  Also wrap `getenv' in NEED_DECLARATION_GETENV.
8440 Fri Feb 27 11:02:47 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8442         * invoke.texi: Use @itemx for a secondary item in a @table.
8444         * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE
8445         zero.
8447 Thu Feb 26 00:13:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8449         * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
8451 Wed Feb 25 23:40:54 1998  Jeffrey A Law  (law@cygnus.com)
8453         * i386.c (struct machine_function): Add new fields for PIC stuff.
8454         (save_386_machine_status): Fix argument to xmalloc.  Save pic_label_rtx
8455         and pic_label_name.
8456         (restore_386_machine_status): Corresponding changes.
8457         (clear_386_stack_locals): Also clear pic_label_rtx and pic_label_name.
8459 Wed Feb 25 01:31:40 1998  Jeffrey A Law  (law@cygnus.com)
8461         * c-parse.y (undeclared variable error): Tweak error message
8462         to be clearer.
8464 Tue Feb 24 23:54:07 1998  Richard Henderson  <rth@cygnus.com>
8466         * flags.h (g_switch_value, g_switch_set): Declare.
8467         * alpha.c (override_options): Set g_switch_value=8 if not set.
8468         * alpha/elf.h (CC1_SPEC): New.
8469         (ASM_SPEC): New.
8470         (LINK_SPEC): Pass along the -G value we were given.
8471         (LOCAL_ASM_OP): Remove.
8472         (ASM_OUTPUT_ALIGNED_LOCAL): Output to .bss or .sbss by size.
8473         (MAX_OFILE_ALIGNMENT): New.
8474         (BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP): New.
8475         (EXTRA_SECTIONS): Add sbss and sdata.
8476         (SECTION_FUNCTION_TEMPLATE): New.
8477         (EXTRA_SECTION_FUNCTIONS): Use it.
8478         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
8479         (SELECT_SECTION): Use sdata when small enough.
8480         * alpha/linux.h (ASM_SPEC): Remove.
8483 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8484         * config.sub (sco5): Fix typo.
8486 Mon Feb 23 18:19:31 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8488         * config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
8489         set to empty.
8490         * config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
8491         * config/alpha/t-linux: Remove file.
8492         * config/sparc/t-linux: Remove file.
8493         * config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
8494         * config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
8495         * configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
8496         for tmake_file.
8497         (alpha*-*-linux-gnu*): Likewise.
8498         (sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
8499         (sparc-*-linux-gnu*): Likewise.
8501 Mon Feb 23 10:47:39 1998  Robert Lipe  <robertl@dgii.com>
8502         * collect2.c (ldd_file_name): Bracket declaration with same
8503         manifests as use.
8504         (full_real_ld_suffix): Deleted.  Variable was calloced and
8505         written into, but never read.
8507 1998-02-23  Mike Stump  <mrs@wrs.com>
8509         * configure.in: Add support for i386-wrs-vxworks configuration.
8510         * i386/vxi386.h: New file.
8512 Sun Feb 22 21:16:51 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
8514         * tree.c (contains_placeholder_p): Ensure function always returns
8515         a value.
8516         * sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
8517         (movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
8519 Sun Feb 22 20:58:19 1998  Jeffrey A Law  (law@cygnus.com)
8521         * vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
8523 1998-02-22  Paul Eggert  <eggert@twinsun.com>
8525         * config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
8526         Define this new symbol.
8527         (DWARF2_DEBUGGING_INFO, DWARF_DEBUGGING_INFO): Do not #undef.
8528         * toplev.c (main): Do not default to DWARF2_DEBUG with -ggdb if
8529         LINKER_DOES_NOT_WORK_WITH_DWARF2 is defined.
8531 Sun Feb 22 20:07:32 1998  Jim Wilson  <wilson@cygnus.com>
8533         * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
8534         * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
8536 Sun Feb 22 15:29:48 1998  Richard Henderson  <rth@cygnus.com>
8538         * objc/Object.m (-error): Call objc_verror with our va_list.
8540 Sun Feb 22 09:45:39 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8542         * collect2.c (scan_prog_file): Completely cover uses of variable
8543         `exports' with macro COLLECT_EXPORT_LIST.
8545 Sat Feb 21 20:36:23 1998  Jeff Law  (law@cygnus.com)
8547         * version.c: Bump for snapshot.
8549 Fri Feb 20 16:22:13 1998  Michael Meissner  <meissner@cygnus.com>
8551         * sched.c (schedule_block): Remove code to get arguments from hard
8552         regs into pseudos early.  Same as Aug 25, 1997 change to
8553         haifa-sched.c.
8555 1998-02-20  Jason Merrill  <jason@yorick.cygnus.com>
8557         * collect2.c (main): Still handle !do_collecting for non-AIX targets.
8559 1998-02-16  Mark Mitchell  <mmitchell@usa.net>
8561         * toplev.c (rest_of_compilation): Do not defer the output of a
8562         nested function.
8564 Fri Feb 20 10:39:47 1998  Michael Tiemann  <michael@impact.tiemann.org>
8566         * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
8567         continuation character (line 243).
8569 Fri Feb 20 12:10:26 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8571         * genrecog.c (main): Remove duplicated sentence in emitted comment.
8573 Thu Feb 19 22:36:53 1998  Andrey Slepuhin  <pooh@msu.net>
8574                           David Edelsohn  <edelsohn@mhpcc.edu>
8576         * collect2.c (XCOFF_SCAN_LIBS): Remove.
8577         (export_flag): New variable.
8578         (export_file): #ifdef COLLECT_EXPORT_LIST.
8579         (import_file, exports, imports, undefined): New variables.
8580         (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
8581         (dump_list, dump_prefix_list, is_in_list): New functions.
8582         (write_export_file): $ifdef COLLECT_EXPORT_LIST.
8583         (write_import_file, resolve_lib_name): New functions.
8584         (use_import_list, ignore_library): Same.
8585         (collect_exit): maybe_unlink import_file and #ifdef.
8586         (handler): Same.
8587         (main): New variable importf, #ifdef exportf.  Move parsing of
8588         -shared before general argument parsing.  Resolve AIX library
8589         paths and import libgcc.a symbols.  Treat .so shared libraries the
8590         same as objects and .a libraries.  Create alias for object_lst and
8591         increment it instead of original pointer.  Scan AIX libraries as
8592         objects earlier instead of using scan_libraries.  Perform AIX
8593         tlink later to resolve templates instead of forking ld.
8594         (GCC_OK_SYMBOL): Ensure symbol not in undef section.
8595         (GCC_UNDEF_SYMBOL): New macro.
8596         (scan_prog_file): Loop for members of AIX libraries.  Handle
8597         export/import of ctors/dtors.
8598         (aix_std_libs): New variable.
8599         (scan_libraries, XCOFF): Delete.
8601 Thu Feb 19 22:36:52 1998  Robert Lipe   <robertl@dgii.com>
8603         * collect2.c (full_real_ld_suffix): #ifdef CROSS_COMPILE.
8605 1998-02-19  Mike Stump  <mrs@wrs.com>
8607         * Makefile.in: Use $tooldir for sys-include to match toplevel
8608         configure.
8610 Thu Feb 19 01:32:37 1998  Jeffrey A Law  (law@cygnus.com)
8611                           Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8613         * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
8615         * emit-rtl.c (hard-reg-set.h): Include.
8616         (get_lowpart_common): Don't make new REG for hard reg in a
8617         class that cannot change size.
8618         * Makefile.in (emit-rtl.o): Depend on hard-reg-set.h.
8620         * combine.c: Revert previous patch.
8622 1998-02-19  Paul Eggert  <eggert@twinsun.com>
8624         * config/sparc/sol2-sld.h: New file.
8625         * configure.in (sparc-*-solaris2*): Use it when using the
8626         system linker.
8628 Thu Feb 19 00:46:59 1998  Jeffrey A Law  (law@cygnus.com)
8630         * loop.c (force_movables): Fix typo.
8632 Thu Feb 19 08:26:30 1998  Manfred Hollstein <manfred@s-direktnet.de>
8634         * m88k.h: Change file pattern to match reality.
8636 Wed Feb 18 23:19:52 1998  Jeffrey A Law  (law@cygnus.com)
8638         * varasm.c (output_constant_pool): Fix dumb thinko in last
8639         change.
8641         * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
8642         a function name to a section name.
8644 1998-02-18  Doug Evans  <devans@cygnus.com>
8646         * tree.h (merge_machine_{type,decl}_attributes): Declare.
8647         (split_specs_attrs, strip_attrs): Add prototypes.
8648         * tree.c (merge_machine_{type,decl}_attributes): New functions.
8649         * c-decl.c (duplicate_decls): Call merge_machine_decl_attributes.
8650         Update olddecl's attributes too.
8651         * c-common.c (strip_attrs): New function.
8652         * c-typeck.c (common_type): Call merge_machine_type_attributes.
8653         * varasm.c (make_function_rtl): New target macro REDO_SECTION_INFO_P.
8654         (make_decl_rtl): Likewise.
8656 1998-02-18  Jim Wilson  <wilson@cygnus.com>
8658         * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
8660 Wed Feb 18 09:09:50 1998  Jeffrey A Law  (law@cygnus.com)
8662         Remove this change until we can fix it correctly.
8663         * collect2.c: Bracket declaration of 'exportf' and
8664         'full_real_ld_suffix'.
8666 Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
8668         * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
8670 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
8672         * c-common.c (c_expand_start_cond, c_expand_end_cond,
8673         c_expand_start_else): Don't warn about non-ambiguous else even if
8674         braces are missing.
8676 Tue Feb 17 23:56:50 1998   Robert Lipe  <robertl@dgii.com>
8678         * sco5.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
8679         ASM_OUTPUT_LONG_DOUBLE): Delete.   Use the ones from i386.h
8680         instead.
8682 Tue Feb 17 22:56:14 1998  Richard Henderson  <rth@cygnus.com>
8684         * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when
8685         simplifying a subreg of a hard reg.
8686         (expand_compound_operation): Likewise.
8687         (force_to_mode): Likewise.
8689 Tue Feb 17 22:37:22 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8691         * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
8692         (lshift_double): Add parentheses around + or - inside shift.
8693         (rshift_double): Likewise.
8694         (size_int_wide): Explicitly set type of `bit_p' to `int'.
8696         * Makefile.in (fold-const.o): Depend on system.h.
8698         * Makefile.in (gcc.o): Depend on system.h, in accordance with last
8699         change to gcc.c.
8701         * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
8702         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
8703         (sched_note_set): Remove unused parameter `b', all callers changed.
8704         (schedule_block): Likewise for `rgn'.
8705         (split_hard_reg_notes): Likewise for `orig_insn'.
8706         (check_live): Likewise for `trg'.
8707         (update_live): Likewise.
8708         (check_live_1): Explcitly declare variable `i' as int.
8709         (update_live_1): Likewise.
8710         (insn_issue_delay): Remove unused variable `link'.
8711         (sched_analyze_2): Add default case in enumeration switch.
8712         (schedule_insns): Remove unused variable `i'.
8714         * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
8716 Tue Feb 17 22:31:04 1998  Jeffrey A Law  (law@cygnus.com)
8718         * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
8719         a dangling else clause.
8721 Tue Feb 17 21:28:12 1998  Gavin Koch  <gavin@cygnus.com>
8723         * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
8724         pointer for the stack pointer in MIPS16 and 64BIT.
8726 Tue Feb 17 21:17:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8728         * rtl.h (force_line_numbers, restore_line_number_status): Declare.
8729         * emit-rtl.c (force_line_numbers, restore_line_number_status):
8730         New functions.
8731         * stmt.c (struct nesting): Replace seenlabel with line_number_status.
8732         (expand_start_case): Adjust to this change.
8733         (check_seenlabel): New function.
8734         (pushcase, pushcase_range, expand_endcase): Use it.
8736 Tue Feb 17 10:14:32 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8738         * i386.md (adddi3): Add =!r,0,0,X alternative.
8740 Mon Feb 16 16:13:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8742         * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
8743         * x-aix31 (INSTALL): Delete.
8745 Mon Feb 16 09:24:32 1998  Gavin Koch  <gavin@cygnus.com>
8747         * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
8748         tsize changes to something other than zero.
8750 Mon Feb 16 09:11:48 1998  Gavin Koch  <gavin@cygnus.com>
8752         * ginclude/va-mips.h: Replace casts of pointers to int with
8753         casts of pointers to __PTRDIFF_TYPE__.
8755 Mon Feb 16 08:17:14 1998  John Carr  <jfc@mit.edu>
8757         * loop.c (strength_reduce, record_biv, record_giv): Use
8758         HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
8760 1998-02-16  Jason Merrill  <jason@yorick.cygnus.com>
8762         * tree.c (first_rtl_op): New fn.
8763         (unsave_expr_now): Use it.
8764         * print-tree.c (print_node): Likewise.
8765         * tree.c (has_cleanups): New fn.
8766         * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it.  Be more
8767         conservative about pushing the cleanup point down.
8768         * tree.h: Declare them.
8770 Sun Feb 15 23:28:44 1998  Jeffrey A Law  (law@cygnus.com)
8772         * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
8773         (flag_schedule_reverse_after_reload): Likewise.
8774         (f_options): Remove reverse scheduling support.
8775         * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
8776         (flag_schedule_reverse_after_reload): Likewise.
8777         * haifa-sched.c (rank_for_schedule): Remove support for reverse
8778         scheduling.
8780 Sun Feb 15 21:33:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8782         * gcc.c: Get system includes, prototypes and macros via "system.h"
8783         instead of doing it manually.  Change all calls of the ctype
8784         macros to custom versions defined in "system.h".
8786         * system.h: Fix return type of bcmp prototype from `void' to `int'.
8787         Make bcopy, bcmp and bzero prototypes explicitly `extern'.
8788         Add a prototype for getenv.
8790 Sun Feb 15 17:05:41 1998  Jim Wilson  <wilson@cygnus.com>
8792         * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
8794 Sun Feb 15 15:23:15 1998  John Carr  <jfc@mit.edu>
8796         * alias.c: Include <stdlib.h> and <string.h>.
8797         (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
8799 Sat Feb 14 11:23:09 PST 1998 Jeff Law  (law@cygnus.com)
8801         * version.c: Bump for snapshot.
8803 Sat Feb 14 05:08:21 1998  Richard Earnshaw (rearnsha@arm.com)
8805         * arm.md (movsfcc): Also validate operands[3] when compiling hard
8806         float.
8807         (movdfcc): Only accept fpu_add_operand for operands[3].
8809         * arm/t-semi (STMP_FIXPROTO): Define to nothing.
8810         * arm/t-semiaof (STMP_FIXPROTO): Likewise.
8812 Sat Feb 14 02:02:41 1998  Jeffrey A Law  (law@cygnus.com)
8814         * varasm.c (output_constant_pool): Bring back 'done' label inside
8815         an appropriate #ifdef.
8817         * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an
8818         appropriate #ifdef.
8819         (bitmap_copy, bitmap_operation): Likewise.
8820         * combine.c (combinable_i3pat): Similarly for 'src'.
8821         * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
8822         (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
8823         * regclass.c (copy_cost): Similarly for 'secondary_class'.
8824         * reload.c (make_memloc): Simliarly for 'i'.
8825         (find_reloads_address_1): Similarly for 'link'.
8826         * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
8827         (emit_reload_insns): Similarly for 'second_reloadreg'.
8828         * unroll.c (iteration_info): Similarly for 'v'.
8830         * caller-save.c (insert_save_restore): Remove unused variable 'i'.
8831         * calls.c (expand_call): Similarly for 'i'.
8832         (emit_library_call, emit_library_call_value): Similarly for 'mode'.
8833         * fold-const.c (strip_compund_expr): Similarly for 'type'.
8834         * function.c (fixup_var_refs_1): Similarly  for 'width'.
8835         (fixup_memory_subreg): Similarly for 'saved'.
8836         (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
8837         (setjmp_protect): Similarly for 'sub'.
8838         (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
8839         * loop.c (record_giv): Similarly for 'p'.
8840         (combine_givs): Similarly for 'temp_iv'.
8841         (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
8842         * recog.c (validate_replace_rtx_1): Similarly for 'width'.
8843         * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
8844         * unroll.c (unroll_loop): Similarly for 'copy'.
8845         (iteration_info): Similarly for 'b'.
8846         * varasm.c (assemble_string): Similarly for 'i'.
8847         * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
8849 1998-02-13  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8851         * c-lang.c (lang_print_xnode): New function.
8852         * objc/objc-act.c (lang_print_xnode): Likewise.
8853         * print-tree.c (print_node): Call it
8855 Fri Feb 13 14:38:34 1998  Jim Wilson  <wilson@cygnus.com>
8857         * dwarf2out.c (decl_scope_node): New type.
8858         (decl_scope_table): Change type to use it.
8859         (decl_scope_table_allocated, decl_scope_depth): Change type to int.
8860         (push_decl_scope): Use new type.  New locals containing_scope, i.
8861         Add code to handle setting previous field.
8862         (scope_die_for): Change type of local i to int.  Add code to use
8863         previous field.
8864         (dwarf2out_init): Use new type.
8866 1998-02-13  Jason Merrill  <jason@yorick.cygnus.com>
8868         * except.c (emit_throw): Lose throw_used.
8870 Fri Feb 13 20:36:05 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8872         * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
8873         was deleted.
8874         * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
8876 Fri Feb 13 12:18:40 1998  Jeffrey A Law  (law@cygnus.com)
8878         * genextract.c (main): Fix typo.
8880 Fri Feb 13 08:41:49 1998  Robert Lipe   <robertl@dgii.com>
8882         * c-lang.c (finish_file): Bracket declaration of static_ctors,
8883         static_dtors.
8885         * calls.c (expand_call): Bracket declaration of 'rtx_before_call',
8886         'old_stack_arg_under_construction'
8887         (emit_library_call): Bracket declaration of 'upper_bound',
8888         'lower_bound', 'i', 'reg_parm_stack_space'
8889         (emit_library_call_value): Likewise.
8890         (store_one_arg):
8892         * collect2.c: include <unistd.h> when appropriate.
8893         Bracket declaration of 'exportf' and 'full_real_ld_suffix'.
8895         * emit-rtl.c (prev_cc0_setter): Remove unused variable 'link'.
8897         * explow.c (plus_constant_for_output_wide): Remove unused variable
8898         'code'.
8899         (memory_address): Remove unused variable 'orig_x'.
8901         * genattrtab.c (make_canonical): Remove unreferenced label 'cond:'.
8902         (write_const_num_delay_slots): Remove unused variable 'i'.
8904         * genopinit.c (main): Remove unused variables 'dummy', 'insn_ptr'.
8905         (gen_insn): Remove unused variable 'obstack_ptr'.
8907         * libgcc2.c (__bb_exit_func): Remove unused variables 'ret',
8908         'j', 'tmp', 'i'.
8909         (__bb_exit_trace_func): Remove unused variable 'e'.
8911         * optabs.c (expand_binop): remove unused variables 'lhs', 'rhs',
8912         'funexp'.
8913         (expand_unop): Remove unused variable 'funexp'.
8914         (expand_complex_abs): Remove unused variable 'funexp'.
8915         (init_optabs): Bracket declaration of 'j'.
8916         (init_complex_libfuncs): Deleted.  Dead static function.
8918         * profile.c (branch_prob): Remove unused variables 'insn', 'dest'.
8920         * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
8921         (reg_to_stack): 'initialized', 'before_function_beg'
8922         explictly type as ints instead of defaulting.
8923         (emit_swap_insn): Remove unused variable 'i2'.
8924         (compare_for_stack_reg): Remove unused variable 'src_note'.
8926         * rtlanal.c (computed_jump_p): Remove unused variable 'computed_jump'.
8928         * sched.c (actual_hazard): Bracket declaration of 'this_cost'.
8930         * stmt.c (add_case_node): Add parens for assignment used as truth.
8931         (all_cases_count):  Remove unused variable 'count_high'.
8932         (mark_seen_cases): Remove unused variable 'i'.
8933         (check_for_full_enumeration_handling): Remove unused variable 't'.
8934         Bracket declaration of  'all_values', 'l'.
8936         * tlink.c: Include <stdlib.h>, <unistd.h>, <string.h>/<strings.h>.
8938         * varasm.c (assemble_string): Remove unused variable 'i'.
8939         (immed_double_const): Remove unused variable 'in_current_obstack'.
8940         (immed_real_const_1): Likewise.
8941         (output_constant_pool): Remove unreferenced label 'done'.
8942         (output_constant): Remove unused variable 'x'.
8944         * i386/i386.h (ENCODE_SECTION_INFO): TREE_PUBLIC is an int, not
8945         a string.
8947         * i386/sco5.h (ASM_OUTPUT_ASCII): Add parens for assignment used
8948         as truth.
8950 Fri Feb 13 10:21:41 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
8952         * combine.c (can_combine_p): Handle USEs in PARALLELs.
8954 Fri Feb 13 01:34:14 1998  H.J. Lu  (hjl@gnu.org)
8956         * config/linux.h (LIB_SPEC): Add -lc for -shared if
8957         USE_GNULIBC_1 is not defined.
8958         * config/sparc/linux.h; Ditto.
8960         * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared.
8962         * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if
8963         USE_GNULIBC_1 is not defined.
8965 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8967         * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
8968         for -mcall-linux
8970 Fri Feb 13 01:23:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8972         * system.h: New file to get common systems includes and various
8973         definitions and declarations based on autoconf macros.
8975 Fri Feb 13 00:46:19 1998  Jeffrey A Law  (law@cygnus.com)
8977         * cccp.c (new_include_prefix): Correctly handle -I./.
8979 Thu Feb 12 20:16:35 1998  Michael Meissner  <meissner@cygnus.com>
8981         * rs6000.md: Replace gen_rtx (CONST_INT,...) with GEN_INT.
8983 Thu Feb 12 16:45:17 1998  Robert Lipe  <robertl@dgii.com>
8985         * expr.c (expand_assignment):  Correct typo exposed by -Wall.
8986         offset should have been a truth value, not an assignment.
8988 Thu Feb 12 15:26:50 1998  Jeffrey A Law  (law@cygnus.com)
8990         * cse.c (delete_dead_from_cse): If a libcall produces a constant
8991         result and that result can be substituted into SET_SRC of the
8992         insn with the REG_RETVAL note, then perform the substitution
8993         and delete the libcall.
8995 Thu Feb 12 14:04:09 1998  Gavin Koch  <gavin@cygnus.com>
8997         * mips.md (trucndihi2,truncdiqi2): Change these to support
8998         mips16.
9000 Thu Feb 12 11:34:55 1998  Gavin Koch  <gavin@cygnus.com>
9002         * mips/mips.c (movdi_operand): Direct referances to symbols
9003         that arn't mips16 consts in mips16 mode arn't valid operands.
9005         * mips/mips.c (mips_move_2words): Add gprel handling.
9007 Thu Feb 12 11:18:37 1998  Gavin Koch  <gavin@cygnus.com>
9009         * mips.md (extendsidi2): Allow extension to/from a non-mips16
9010         register.
9012 Thu Feb 12 00:04:16 1998  Marc Lehmann <pcg@goof.com>
9014         * i386.c: Conditionally include <stdlib.h>, <string.h>, and
9015         <strings.h>.
9017 Wed Feb 11 11:43:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9019         * Makefile.in (WARN_CFLAGS): New variable.
9020         (bootstrap, bootstrap2, bootstrap3, bootstrap4): Use it.
9022 1998-02-11  Mark Mitchell  <mmitchell@usa.net>
9024         * config/i386/i386.c (reg_mentioned_in_mem): Don't abort when
9025         falling through default case in switch.
9026         (i386_aligned_p): Likewise.
9028 Wed Feb 11 12:59:56 1998  Lee Iverson  <leei@Canada.AI.SRI.COM>
9030         * mips/mips.h (mips_abi_string): Correct typo in comment.
9032 Wed Feb 11 08:29:56 1998  Gavin Koch  <gavin@cygnus.com>
9034         * mips/mips.md (movdi): These PLUS's need to be Pmode.
9036 Wed Feb 11 01:47:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9038         * Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
9039         reorg.o, regmove.o): Depend on insn-codes.h, it gets included
9040         indirectly via expr.h.
9042 Wed Feb 11 01:44:13 1998  Richard Henderson  <rth@cygnus.com>
9044         * stor-layout.c (layout_type): Do upper - lower in the native type,
9045         so as to properly handle negative indices.
9047 Wed Feb 11 01:35:55 1998  Robert Lipe   <robertl@dgii.com>
9049         * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
9050         (expand_eh_region_start_tree): Remove unused variable 'note'.
9051         (exception_optimize): Remove unused variable 'regions'.
9052         (expand_builtin_eh_stub):  Remove unused variable 'temp'.
9053         (copy_eh_entry): Deleted.   Dead function.
9055         * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
9056         'last' with same #if HAVE_load_multiple as use of it.
9057         (move_block_from_reg): Likewise.
9058         (emit_move_insn_1): Remove unused variable 'insns'.
9059         (store_constructor): Bracket declaration of startb, endb with
9060         #if TARGET_MEMFUNCTIONS.  Remove unused variables 'set_word_size'
9061         'target', and 'xtarget'.
9062         (expand_builtin_setjmp): Remove unused variables 'op0',
9063         'next_arg_reg', 'old_inhibit_defer_pop'.
9064         (expand_builtin): Remove unused variable 'offset'.
9065         (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
9066         (emit_queue): Add parens for assignment used as conditional.
9067         (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.
9069 Wed Feb 11 01:30:49 1998  Marc Lehmann <pcg@goof.com>
9071         * i386.c: Added include for recog.h.
9072         (override_options): Removed unused variable p. Initialized regno to
9073         avoid warning.
9074         (order_regs_for_local_alloc): Initialized regno to avoid warning.
9075         (legitimize_address): Likewise for 'other'.
9076         (i386_aligned_reg_p): Added default case with abort ().
9077         (print_operand): Likewise.
9078         (reg_mentioned_in_mem): Likewise.
9079         (ix86_expand_binary_operator): Removed unused variables i & insn.
9080         (ix86_expand_unary_operator): Removed unused variable insn.
9081         (output_fp_cc0_set): Removed unused variable unordered_label.
9083 Wed Feb 11 01:23:03 1998  John F. Carr  <jfc@mit.edu>
9085         * i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...).
9086         Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments
9087         and format string match.
9089 Wed Feb 11 01:17:39 1998  Jeffrey A Law  (law@cygnus.com)
9091         * flow.c (life_analysis): Do not conside the stack pointer live at
9092         the end of a function if the fucntio ncalls alloca.
9093         (mark_used_regs): Similarly.
9095 1998-02-10  John F Carr  <jfc@mit.edu>
9097         * config/sparc/sparc.md (movdi_v8plus): Output stx on alternative
9098         1, fzero on alternative 8.
9100 Tue Feb 10 09:02:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9102         * rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.
9104 Tue Feb 10 03:35:43 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9106         * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
9107         SUBREGs of CONST_INTs.
9109 Mon Feb  9 17:52:36 1998  John Carr  <jfc@mit.edu>
9111         * mips.c (print_operand, function_prologue): Make printf format
9112         match argument type.
9114 Mon Feb  9 02:37:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9116         * alpha.c (alpha_return_addr): Remove unused variable `first'.
9117         (alpha_ra_ever_killed): Remove unused variables `ra' and `i'.
9118         (output_epilog): Remove unused variable `frame_size_from_reg_save'.
9120 Sun Feb  8 14:56:03 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9122         * loop.c (strength_reduce): When placing increment for auto-inc
9123         case, do comparison in loop order.
9125 Sun Feb  8 13:21:38 1998  John Carr  <jfc@mit.edu>
9127         * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
9128         not a HOST_WIDE_INT.
9130         * calls.c (expand_call): Change test of expand_inline_function
9131         return value to stop compiler warning.
9133         * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.
9135 Sun Feb  8 12:04:24 1998  Jim Wilson  (wilson@cygnus.com)
9136                           Jeff Law (law@cygnus.com)
9138         * regmove.c: Fix various minor formatting problems.
9139         (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions
9140         is true.  Make end of basic block tests consistent through regmove.c.
9141         (optimize_reg_copy_2, optimize_reg_copy_3): Likewise.
9142         (fixup_match_2, fixup_match_1, regmove_optimize): Likewise.
9144 Sun Feb  8 01:49:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9146         * gansidecl.h: Check for a conflicting macro definition before
9147         attempting to prototype bcopy, bcmp or bzero.
9149 Sun Feb  8 00:09:59 1998  Jeffrey A Law  (law@cygnus.com)
9151         * expr.c (clear_pending_stack_adjust): Handle case where a function
9152         calls alloca, but the user has specified -fomit-fframe-pointer.
9154         * function.c (assign_parms): Fix typo in last change.
9156 Sat Feb  7 23:54:29 1998   Robert Lipe  <robertl@dgii.com>
9158         * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
9159         <fcntl.h>.
9160         (free_path_suffix): Remove unreferenced static function.
9161         (process_command): Remove unused variable temp.
9162         (default_arg): Remove unused variable i.
9163         (do_spec_1):  Add parens for assignment used as truth value.
9164         (main): Likewise.
9165         (validate_all_switches): Likewise.
9166         (main): Remove unused variables i, first_time>
9168         * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
9170         * calls.c (expand_call): Remove unused variables funtree,
9171         n_regs, and tmpmode.
9173         * dbxout.c, except.c: Include <string.h>/<strings.h>.
9175         * explow.c: (plus_constant_for_output_wide) Removed unused
9176         variable all_constant.
9178         * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
9179         genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
9180         genrecog.c, global.c, integrate.c , stupid.c : Include
9181         <stdlib.h>.
9183         * genextract.c: (walk_rtx) Remove unused variable link.
9185         * genrecog.c: (concat) Remove unreferenced static function.
9187         * prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
9189         * stmt.c: Include <stdlib.h>.
9190         (expand_asm_operands): Remove unused variable val1.
9191         (expand_return): Remove unused variable block.
9192         (pushcase): Remove unused variables l and n.
9193         (pushcaserange): Likewise.
9195         * unroll.c (unroll_loop): Remove unused variable temp.
9197 Sat Feb  7 23:46:09 1998  Greg McGary  <gkm@gnu.org>
9199         * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
9201 Sat Feb  7 15:11:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9203         * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
9204         functions for whether they support the %p format specifier.
9205         * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf.
9206         * configure.in (GCC_FUNC_PRINTF_PTR): Use it.
9207         * configure, config.in: Rebuild.
9209 Fri Feb  6 14:20:16 1998  Jim Wilson  <wilson@cygnus.com>
9211         * function.c (assign_parms): New variable named_arg, with value
9212         depending on STRICT_ARGUMENT_NAMING.  Use instead of ! last_named.
9214 Fri Feb  6 14:34:28 1998  Gavin Koch  <gavin@cygnus.com>
9216         * mips/t-r3900: New - same as t-ecoff but eliminate
9217         multilibs: mips1 and mips3.
9218         * configure.in (tx39*): Use new mips/t-r3900.
9219         * configure: Rebuild.
9220         * mips/r3900.h (MULTILIB_DEFAULTS): Eliminate mips1.
9222 1998-02-06  Jason Merrill  <jason@yorick.cygnus.com>
9224         * dwarf2out.c: Add old_args_size.
9225         (dwarf2out_args_size): Use it.
9226         (dwarf2out_begin_prologue): Initialize it.
9227         (dwarf2out_stack_adjust): If !asynchronous_exceptions, save up
9228         pushed args until we see a call.
9229         * final.c (final_scan_insn): Hand CALL_INSNs off to the dwarf2 code
9230         before outputting them.
9232 1998-02-06  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
9234         * cplus-dem.c (demangle_template_template_parm): New function.
9235         (demangle_template): Handle template template parameters.
9237 1998-02-02  Mark Mitchell  <mmitchell@usa.net>
9239         * calls.c (expand_call): Don't confuse member functions named
9240         realloc, setjmp, and so forth with the standard library
9241         functions of the same names.
9243 Thu Feb  5 21:59:49 1998  Jeffrey A Law  (law@cygnus.com)
9245         * stmt.c (expand_asm_operands): Correctly identify asm statements
9246         no output operands.
9248 Thu Feb  5 21:56:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9250         * c-common.c (decl_attributes): Flag unrecognized attribute
9251         functions as warnings instead of as errors.
9253 1998-02-05  Marc Lehmann  <pcg@goof.com>
9255         * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
9256         when -Os is specified.
9257         * toplev.c (main): Don't disable flag_inline_functions anymore when
9258         -Os is in effect.
9260 Fri Feb  6 00:27:36 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9262         * regmove.c: Update.
9263         * flags.h (flag_regmove): Declare.
9264         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Don't declare.
9265         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2):
9266         Moved into regmove; changed caller.
9267         * toplev.c (rest_of_compilation): Call regmove_optimize also for
9268         expensive_optimizations.
9270 Thu Feb 5 13:38:42 PST 1998 Jeff Law  (law@cygnus.com)
9272         * version.c: Bump for snapshot.
9274 Thu Feb  5 01:45:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9275         Undo this change (the problem was actually in reload):
9276         Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9278           * sh.md (movqi_i+1): New peephole.
9280 Tue Feb  3 01:11:12 1998  Jeffrey A Law  (law@cygnus.com)
9282         * jump.c (jump_optimize): Lose calls to modified_in_p they are
9283         not needed anymore due to changes elsewhere in jump.c.
9285         * jump.c (jump_optimize): Fix first arg to modified_in_p in
9286         previous change.
9288 Mon Feb  2 19:18:14 1998  Richard Henderson  <rth@cygnus.com>
9290         * expr.c (expand_builtin_setjmp): Accept two new arguments for
9291         the labels to branch to on first and subsequent executions.  Don't
9292         play with __dummy.  Rename `setjmp' insn to `builtin_setjmp_setup',
9293         and provide it with the jmp_buf.  Use only one of
9294         `builtin_setjmp_receiver' or `nonlocal_goto_receiver',
9295         and provide the former with the target label.
9296         (expand_builtin) [BUILTIN_SETJMP]: Generate a label for use by setjmp.
9297         (expand_builtin) [BUILTIN_LONGJMP]: Split out to ...
9298         (expand_builtin_longjmp): ... here.  Recognize a `builtin_longjmp'
9299         insn to replace all of the normal nonlocal_goto code.  Don't play
9300         with __dummy.  Correct arguments to nonlocal_goto.
9301         * expr.h (expand_builtin_setjmp): Update prototype.
9302         * except.c (start_dynamic_handler): When using builtin_setjmp,
9303         generate more accurate flow information.
9305         * alpha.md (nonlocal_goto_receiver_osf): Delete.
9306         (nonlocal_goto_receiver_vms): Rename to nonlocal_goto_receiver.
9307         (builtin_longjmp, builtin_setjmp_receiver): New.
9308         * sparc.md (update_return): Disambiguate unspec number.
9309         (nonlocal_goto): Rearrange arguments to match caller in except.c.
9310         (builtin_setjmp_setup): Rename from setjmp.  Match and ignore the
9311         jmp_buf operand.
9312         * mips.md (nonlocal_goto_receiver, builtin_setjmp_receiver): Remove.
9313         (builtin_setjmp_setup*, builtin_longjmp): New.
9315 Mon Feb  2 16:43:10 1998  John Carr  <jfc@mit.edu>
9317         * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
9319 Mon Feb  2 13:06:47 1998  Jim Wilson  <wilson@cygnus.com>
9321         * vmsconfig.com: Remove bytecode references.
9323 1998-01-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9325         * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
9326         -fno-sjlj-exceptions works for a target that defines
9327         DWARF2_UNWIND_INFO as zero.
9329         * regmove.c (fixup_match_1): Undo last change which removed some
9330         "useless" code, and add a comment explaining this.
9332 Mon Feb  2 10:47:14 1998  Gavin Koch  (gavin@cygnus.com)
9334         * mips.c (mips_expand_prologue): Change uses of TARGET_64BIT
9335         to TARGET_LONG64.
9337 Mon Feb  2 10:38:41 1998  Klaus Kaempf  <kkaempf@progis.de>
9339         * makefile.vms: Remove bytecode references.
9340         Create genrtl files.
9342 Mon Feb  2 02:08:04 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
9344         * jump.c (jump_optimize): Allow conditional loading of floating point
9345         constants and constants from memory.  Reinstalled modified_in_p tests.
9347 Mon Feb  2 01:38:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9349         * loop.c (get_condition): Handle sign-extended constants.
9351 Mon Feb  2 01:22:46 1998  Hans-Peter Nilsson  <hp@axis.se>
9353         * expr.c (emit_push_insn): Add code to use movstrti if present.
9355         * expr.c (emit_push_insn): Use same max-move-amount for movstrhi
9356         and movstrqi as in emit_block_move ().
9358 Mon Feb  2 00:09:52 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
9360         * config/m68k/x-next: Remove /NextDeveloper/Headers from
9361         the directories to fixinclude - /usr/include is a link
9362         to it and hence its contents are fixed by default.
9364 Sun Feb  1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9366         * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
9368 Sun Feb  1 13:01:15 1998  Klaus Kaempf  <kkaempf@progis.de>
9370         * cccp.c (main): Predefine __VMS_VER on VMS.
9372 Sun Feb  1 12:39:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9374         * expr.c (get_inner_reference): Use sbitsizetype for type sizes.
9375         * fold-const.c (size_int): Replace with
9376         (size_int_wide).
9377         (make_bit_field_ref): Use bitsize_int for bit position.
9378         * stor-layout.c (sizetype): Delete.
9379         (sizetype_tab, sbitsizetype, ubitsizetype): Declare.
9380         (layout_record, layout_union, layout_type):
9381         Use bitsize_int for bit size.
9382         (set_sizetype): New function.
9383         (make_signed_type, make_unsigned_type): Use it.
9384         * c-decl.c (init_decl_processing): Likewise.
9385         * tree.h (size_int): Don't delcare, #define.
9386         (size_int_wide, sizetype_tab, sbitsize, ubitsize): Declare.
9387         (set_sizetype): Declare.
9388         (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
9389         Define.
9390         * c-typeck.c (c_sizeof, c_sizeof_nowarn, c_size_in_bytes):
9391         Convert result to sizetype.
9392         (really_start_incremental_init, push_init_level):
9393         Set type of constructor_bit_index to sbitsizetype.
9394         (push_init_level): Use unsigned arithmetic to determine padding.
9395         (output_init_element): Likewise.
9397 Sun Feb  1 03:32:07 1998  Jeffrey A Law  (law@cygnus.com)
9399         * combine.c (simplify_shift_const): Fix typo in last change.
9401 Sun Feb  1 02:50:46 1998  John Carr  <jfc@mit.edu>
9403         * combine.c (simplify_shift_const):  (lshiftrt (truncate (lshiftrt)))
9404         is (truncate (lshiftrt)).
9406 Sun Feb  1 01:06:53 1998  Richard Henderson  <rth@cygnus.com>
9408         * alpha.c (alpha_expand_unaligned_load): Use expand_binop properly.
9409         Make sure result winds up in TGT.
9410         (alpha_expand_unaligned_store): Use expand_binop properly.  Allow
9411         src to be other than DImode.
9412         (alpha_expand_unaligned_load_words): Tidy.  Take an offset argument.
9413         (alpha_expand_unaligned_store_words): Likewise.
9414         (alpha_expand_block_move): Use REGNO_POINTER_ALIGN.  Restructure so
9415         that source and destination are separately optimized for alignment.
9416         (alpha_expand_block_clear): Use REGNO_POINTER_ALIGN.
9418 Sun Feb  1 01:55:09 1998  Jeffrey A Law  (law@cygnus.com)
9420         * mips.md (adddi3_internal_2): Be consistent with adddi3 expander
9421         with handling of -32768.
9423 Sun Feb  1 01:48:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9425         * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
9426         shell variable argument instead of only hard coded functions.
9427         (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
9429         * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
9430         call.  Collapse multiple calls to GCC_NEED_DECLARATION into one
9431         call to GCC_NEED_DECLARATIONS (new macro.)  Check if we need
9432         declarations for bcopy, bcmp and bzero.
9434         * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
9436         * gansidecl.h: If we have bcopy but don't declare it, then do so.
9437         Likewise for bcmp and bzero.  Only define macros for bcopy, bcmp,
9438         bzero, index and rindex if they aren't already present.
9440 Sat Jan 31 11:26:58 1998  Jeffrey A Law  (law@cygnus.com)
9442         * toplev.c (close_dump_file): Wrap function prototype for
9443         argument "func" in PROTO.
9444         (dump_rtl): Likewise.
9446 Fri Jan 30 22:30:39 1998  John Carr  <jfc@mit.edu>
9448         * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
9449         MASK_V8PLUS.
9450         (output_function_epilogue): Omit epilogue if nothing drops through.
9451         (output_move_double): Supress int ldd usage on ultrasparc and v9.
9452         (registers_ok_for_ldd_peep): Likewise.
9453         (print_operand): Supress b,a on ultrasparc.  Let Y accept a constant.
9454         (ultrasparc_adjust_cost): New function.
9455         (sparc_issue_rate): New function.
9456         * sparc.h (MASK_VIS, TARGET_VIS): New
9457         (MASK_V8PLUS, TARGET_V8PLUS): New.
9458         (TARGET_HARD_MUL32, TARGET_HARD_MUL): New.
9459         (TARGET_SWITCHES): Add vis and v8plus.
9460         (REG_CLASS_FROM_LETTER): Accept d and b for VIS.
9461         (REGISTER_MOVE_COST): FP<->INT move cost 12 for ultrasparc.
9462         (RTX_COSTS): Use TARGET_HARD_MUL
9463         (ADJUST_COST): Call ultrasparc_adjust_cost.
9464         (ISSUE_RATE): New.
9465         * sparc.md (attr type): Add sload, fpmove, fpcmove.  Adjust users
9466         of load & fp appropritely.
9467         (supersparc function units): Adjust for Haifa.
9468         (ultrasparc function units): Likewise.
9469         (get_pc_via_rdpc): All v9, not just arch64.
9470         (movdi_v8plus, movdi_v8plus+1): New.
9471         (adddi3_sp32+1): New.
9472         (subdi3_sp32+1): New.
9473         (movsi_insn, movsf_const_insn, movdf_const_insn): Know VIS.
9474         (addsi3, subsi3, anddi3_sp32, andsi3, and_not_di_sp32): Likewise.
9475         (and_not_si, iordi3_sp32, iorsi3, or_not_di_sp32, or_not_si): Likewise.
9476         (xorsi3_sp32, xorsi3, xor_not_di_sp32, xor_not_si): Likewise.
9477         (one_cmpldi2_sp32, one_cmplsi2): Likewise.
9478         (ldd peepholes): Suppress for v9.
9479         (return_adddi): Kill redundant test.  Arg1 may be arith_operand.
9480         (return_subsi): Revmove.
9482 Fri Jan 30 18:30:03 1998  John F Carr  <jfc@mit.edu>
9484         * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
9485         save/restore MEM rtl.
9487 Fri Jan 30 09:08:16 1998  Jeffrey A Law  (law@cygnus.com)
9489         * configure.in: Check for declaration of abort.
9490         * acconfig.h: Corresponding changes.
9491         * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should
9492         be declared.
9494 Thu Jan 29 20:26:12 1998  Jeffrey A Law  (law@cygnus.com)
9496         * genattrtab.c (optimize): Define in case PRESERVE_DEATH_INFO_REGNO_P
9497         uses it.
9499 Thu Jan 29 09:27:56 PST 1998 Jeff Law  (law@cygnus.com)
9501         * version.c: Bump for snapshot.
9503 Thu Jan 29 10:12:27 1998  Jeffrey A Law  (law@cygnus.com)
9505         * configure.in: Check for atoq and atoll.
9506         * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
9507         proper routine for converting ascii into long long values.
9509 Thu Jan 29 01:28:14 1998  Klaus Kaempf  <kkaempf@progis.de>
9511         * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.
9513         * vmsconfig.com: Remove bytecode references.
9515         * alpha/vms.h (PREFIX): Define.
9517         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.
9519         * am-alpha.h: Don't include alloca for OPEN_VMS.
9521         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Define.
9523         * alpha/xm-vms.h (INCLUDE_DEFAULTS): Define.
9524         (GCC_INCLUDE_DIR): Define
9526         * make-cc.com, make-cccp.com, make-cc1.com: Removed.
9527         * makefile.vms: New file.
9529         * alpha/vms.h (CPP_PREDEFINES): Remove -Dalpha.
9531         * alpha.c (output_prolog): Output '.name' directive
9532         for minimal traceback information.
9534         * alpha.c (output_prolog): Don't prepend entry point symbols
9535         with '$' on OPEN_VMS.
9537 Thu Jan 29 00:25:35 1998  David S. Miller  <davem@tanya.rutgers.edu>
9538                           Jeffrey A Law  (law@cygnus.com)
9540         * rtl.c (read_rtx): Use atol/atoq based upon disposition of
9541         HOST_WIDE_INT.
9543         * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
9544         as needed.
9545         * genemit.c (gen_exp): Likewise.
9546         * genpeep.c (match_rtx): Likewise.
9547         * genrecog.c (write_tree_1): Likewise.
9549         * c-lex.c (yyprint): Use proper format string based upon
9550         disposition of HOST_BITS_PER_WIDE_INT.
9551         (yylex): Put casts in right place for args to build_int_2.
9553 Thu Jan 29 00:24:29 1998  Jeffrey A Law  (law@cygnus.com)
9555         * combine.c: Fix typos in Jan27 changes.
9557 Thu Jan 29 00:07:49 1998  Ollivier Robert <roberto@keltia.freenix.fr>
9559         * i386/freebsd.h (LIB_SPEC): Correctly handle -shared, -p and friends.
9560         (LINK_SPEC): Likewise.
9561         (STARTFILE_SPEC): Likewise.
9563 1998-01-28  Mike Stump  <mrs@wrs.com>
9565         * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
9566         reload completes.
9567         * genattrtab.c (reload_completed): Define.
9569         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
9570         comments.
9572 Wed Jan 28 20:11:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9574         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
9575         SUBREG_REG if the word count is unchanged, also in the input reload
9576         case.  Disable non-applicable sanity checks.
9578 Wed Jan 28 20:08:26 1998  Jeffrey A Law  (law@cygnus.com)
9580         * config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
9582 Wed Jan 28 20:04:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9584         * i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
9586 Wed Jan 28 11:45:27 1998  Per Bothner  <bothner@cygnus.com>
9588         * dbxout.c (dbxout_type):  For a RECORD_TYPE, check that TYPE_BINFO
9589         is a TREE_VEC before trying to use it for baseclasses.
9590         (Chill uses the same field for a different purpose.)
9592         * toplev.c (strip_off_ending):  Generalize to endings up to 5 chars.
9594 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9596         * config.sub: More accurate determination of HP processor types.
9598 Tue Jan 27 23:11:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9600         * c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.  Add
9601         prototype for `handle_sysv_pragma', and make it static.  Add
9602         parentheses around assignment used as truth value.
9604         * combine.c (combine_instructions): Protect variable `prev' with
9605         macro HAVE_cc0.
9606         (can_combine_p): Protect variable `link' with AUTO_INC_DEC.
9607         (extract_left_shift): Add parentheses around operand of &.
9608         (merge_outer_ops): Avoid an empty body in an else-statement.
9609         (gen_rtx_combine): Remove unused variable `i'.
9611         * sparc/gmon-sol2.c: Include <fcntl.h>.  Make return type of
9612         function monstartup `void'.  Likewise for internal_mcount.  Add
9613         `static void' prototype for moncontrol.  Reconcile sprintf format
9614         vs. args.
9616         * sparc/sparc.c: Include <stdlib.h> and <string.h>/<strings.h>.
9617         Make return type of function_arg_slotno explicitly `int'.
9618         (reg_unused_after): Add parentheses around assignment used as
9619         truth value.
9620         (save_regs): Add explicit braces to avoid ambiguous `else'.
9621         (function_arg_slotno): Add parentheses around && within ||.
9622         (function_arg_pass_by_reference): Likewise.
9623         (sparc_flat_output_function_prologue): Reconcile fprintf format
9624         vs. args.
9626         * svr4.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
9627         assignment used as truth value.
9629         * cplus-dem.c: Include <stdlib.h>.
9630         (demangle_signature): Avoid an empty body in an else-statement.
9631         (do_type): Remove unused variable `lvl'.
9633         * cppexp.c: Don't have <stdlib.h> depend on MULTIBYTE_CHARS.
9634         Include <string.h>/<strings.h>.
9635         (cpp_lex): Remove unused variable `namelen'.
9636         (cpp_lex): Explicitly declare `num_chars' as an int.
9638         * cpplib.c: Avoid duplicate inclusion of <stdlib.h>, include
9639         <unistd.h> instead.  Explicitly declare is_system_include
9640         returning int.
9641         (make_assertion): Remove unused variable `kt'.
9642         (cpp_expand_to_buffer): Hide variable `obuf'.
9643         (output_line_command): Remove unused variables, `line_end',
9644         `line_cmd_buf' and `len'.
9645         (macarg): Remove unused variable `arg_start'.
9646         (special_symbol): Remove unused variable `i'.  Add parentheses
9647         around assignment used as truth value.
9648         (do_include):  Remove unused variables `pcfname' and `retried',
9649         hide `pcf' and `pcfbuflimit'.
9650         (do_line): Remove unused variable `i'.
9651         (finclude): Hide variable `missing_newline'.
9652         (cpp_handle_options): Remove unused variable `j'.
9653         (read_token_list): Remove unused variable `eofp'.
9654         (cpp_error_with_line): Remove unused variable `i'.
9655         (cpp_warning_with_line): Likewise.
9656         (cpp_pedwarn_with_line): Explicitly declare `column' as int.
9657         (cpp_error_from_errno): Remove unused variable `i'.
9659         * cse.c (invalidate): Add parentheses around assignment used as
9660         truth value.
9661         (find_best_addr): Move declaration of variable `our_cost' inside
9662         the conditional macro where its used.
9663         (fold_rtx): Avoid an empty body in an if-statement.
9664         (cse_insn): Wrap variables  `this_insn_cc0_mode' and
9665         `this_insn_cc0' in macro HAVE_cc0.
9667         * dwarf2out.c: Include <stdlib.h> and <string.h>/<string.h>.
9668         (ASM_OUTPUT_DWARF_DATA8):  Reconcile format vs. args in fprintf's.
9669         (output_uleb128): Likewise.
9670         (output_sleb128): Likewise.
9671         (output_cfi): Likewise.
9672         (output_call_frame_info): Remove unused variables `j', `fde_size'
9673         and `fde_pad'.
9674         (comp_unit_has_inlines): Hide declaration as per rest of file.
9675         (size_of_line_prolog): Correct typo in prototype.
9676         (add_arange): Likewise.
9677         (output_aranges): Likewise.
9678         (add_name_and_src_coords_attributes): Likewise.
9679         (gen_array_type_die): Likewise.
9680         (gen_inlined_subroutine_die): Likewise.
9681         (equate_decl_number_to_die): Remove unused variable `i'.
9682         (print_die): Reconcile format vs. args in fprintf's.
9683         (print_dwarf_line_table): Likewise.
9684         (output_die): Likewise.
9685         (output_line_info): Likewise.
9686         (add_subscript_info): Avoid an empty body in an else-statement.
9687         (gen_subprogram_die): Remove unused variable `fp_loc'.
9689         * dwarfout.c: Explicitly declare `next_pubname_number' as int.
9690         Protect `ordering_attribute' prototype with USE_ORDERING_ATTRIBUTE
9691         macro.  Protect `src_coords_attribute' prototype with
9692         DWARF_DECL_COORDINATES macro.  Hide `output_entry_point_die'
9693         prototype as in the rest of the file.  Likewise for
9694         `output_pointer_type_die' and `output_reference_type_die'.  Remove
9695         prototype for `type_of_for_scope'.
9696         (output_unsigned_leb128): Reconcile format vs. args in fprintf.
9697         (type_attribute): Add explicit braces to avoid ambiguous `else'.
9699         * final.c: Include <stdlib.h> and <string.h>/<strings.h>.
9700         (shorten_branches): Protect declaration of tmp_length with
9701         SHORTEN_WITH_ADJUST_INSN_LENGTH and ADJUST_INSN_LENGTH macros.
9702         (profile_function): Protect declaration of `sval' and `cxt'
9703         variables with appropriate macros.
9704         (final_scan_insn): Likewise for `note' variable.  Add explicit
9705         braces to avoid empty body in an if-statement.
9706         (output_asm_insn): Move variable `i' inside macro conditional
9707         where it is used.  Add parentheses around assignment used as truth
9708         value.
9709         (asm_fprintf) Likewise, likewise.
9711         * fix-header.c (main): Remove unused variable `done'.  Protect
9712         declaration of `i' with FIXPROTO_IGNORE_LIST.
9714         * pexecute.c: Include <unistd.h>.  Prototype `my_strerror'.
9716         * print-rtl.c (print_inline_rtx): Explicitly declare the parameter
9717         `ind'.
9719         * profile.c: Include <string.h>/<strings.h>.
9720         (instrument_arcs): Remove unused variables `note', `inverted',
9721         `zero' and `neg_one'.
9722         (branch_prob): Avoid empty body in an if-statement.
9724         * regclass.c: Include <stdlib.h>.
9725         (reg_alternate_class): Explicitly declare parameter `regno'.
9727         * regmove.c (regmove_optimize): Remove unused variable `p'.  Add
9728         parentheses around assignment used as truth value.
9729         (find_matches):  Remove unused variables `output_operand' and
9730         `matching_operand'.
9731         (fixup_match_1): Remove statement with no effect: "if (0) ;".
9733         * scan.c (sstring_append): Explicitly declare `count' as int.
9734         (scan_string): Explicitly declare parameter `init' as int.
9736         * sched.c: Include <stdlib.h>.
9737         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
9738         (rank_for_schedule): Add parentheses around assignment used as
9739         truth value.
9740         (schedule_block): Likewise.
9741         (regno_use_in): Likewise.
9742         (schedule_insns): Remove unused variable `i'.
9744         * toplev.c: Include <stdlib.h> and <string.h>/<strings.h>.
9745         (v_message_with_decl): Remove unused variable `n'.
9746         (botch): Explicitly declare parameter `s' as char *.
9747         (main): Add parentheses around assignment used as truth value.
9749         * tree.c (make_node): Protect the variable `kind' with the
9750         GATHER_STATISTICS macro.
9751         (real_value_from_int_cst): Move variable `e' inside conditional
9752         macro area where it is used.
9753         (tree_last): Add parentheses around assignment used as truth value.
9754         (build1): Protect the variable `kind' with the GATHER_STATISTICS
9755         macro.
9756         (print_obstack_statistics): Reconcile format vs. args in fprintf.
9757         Protect variables `i', `total_nodes', and `total_bytes' with the
9758         GATHER_STATISTICS macro.
9760 Tue Jan 27 23:01:55 1998  Mike Stump  (mrs@wrs.com)
9762         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
9763         some comments regarding use of dead_or_set_p.
9765 Tue Jan 27 22:14:48 1998  Todd Vierling <tv@pobox.com>
9767         * fixincludes: Tweak fix for struct exception in math.h
9769 Tue Jan 27 17:21:09 1998  Gavin Koch  (gavin@cygnus.com)
9771         * mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
9772         Change mode of registers used to add/sub from
9773         hard_frame_pointer_rtx from word_mode to Pmode.
9775 Tue Jan 27 11:02:04 1998  Nick Clifton  <nickc@cygnus.com>
9777         * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
9778         asm_output_aligned_bss() instead of asm_output_bss().
9780         * toplev.c (rest_of_compilation): Replace references to
9781         stack_reg_dump_file and dbr_sched_dump_file with references to
9782         rtl_dump_file.
9784 Tue Jan 27 10:22:13 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
9786         * tlink.c (scan_linker_output): Call fclose() for opened files.
9788 Tue Jan 27 05:05:26 1998  Richard Henderson  <rth@cygnus.com>
9790         * alpha.c (output_epilog [!VMS]): Don't tag global functions if
9791         compiling with -fpic -- we want to be able to override symbols
9792         properly.
9793         (alpha_expand_block_move): Fix thinko in last change.
9795         * alpha.h (ASM_OUTPUT_MI_THUNK): New define.
9796         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
9797         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.
9799 Tue Jan 27 03:21:23 1998  Richard Henderson  <rth@cygnus.com>
9801         * alpha.md (abssf, absdf): Revert last change.
9803 Tue Jan 27 00:26:50 1998  John Carr  <jfc@mit.edu>
9805         * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
9806         * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.
9808 Tue Jan 27 00:07:02 1998  Jeffrey A Law  (law@cygnus.com)
9810         * emit-rtl.c (gen_lowpart_common): Handle more case where converting
9811         a CONST_INT into SFmode.
9813 Tue Jan 20 16:01:03 1998  Anthony Green  <green@cygnus.com>
9815         * flags.h: New flag (optimize_size).
9816         * toplev.c (main): Parse -Os option and set optimize_space
9817         accordingly.
9818         * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
9819         __OPTIMIZE_SIZE__ when compiling with -Os.
9820         * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
9821         config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
9822         config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
9823         to macro.
9824         * config/i386/i386.c (optimization_options): Accept new SIZE argument.
9826 Mon Jan 26 23:57:39 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9828         * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
9829         stuff only if MCT_TEXT is #define'd.
9831 Mon Jan 26 23:52:51 1998  Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac.at>
9833         * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
9834         configurations.
9836 Fri Jan 23 09:39:36 1998  Nick Clifton  <nickc@cygnus.com>
9838         * toplev.c: Add -dM command line option to dump RTL after the
9839         machine dependent reorganisation pass, if there is one.
9840         Reorganise RTL dump code, so that only one file handle is
9841         needed.
9843 Mon Jan 26 12:09:42 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
9845         * except.c (check_exception_handler_labels): Disable warning when
9846         flag_syntax_only.
9848 Mon Jan 26 18:17:32 1998  Jim Wilson  <wilson@cygnus.com>
9850         * sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.
9852 Mon Jan 26 18:11:30 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9854         * c-decl.c (grokdeclarator): Get parameter tags from
9855         last_function_parm_tags.
9856         * dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
9857         traversing the parameter types.
9858         (output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.
9860 Mon Jan 26 01:44:12 1998  Jeffrey A Law  (law@cygnus.com)
9862         * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
9863         the default case.
9864         (get_shift_alg): Fix typo.
9866 Sun Jan 25 22:22:04 1998  Richard Henderson  <rth@cygnus.com>
9868         * alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
9870 Sun Jan 25 22:14:28 1998  Richard Henderson  <rth@cygnus.com>
9872         * toplev.c (get_run_time): Make sure each case gets its variables.
9874 Sun Jan 25 22:10:21 1998  Richard Henderson  <rth@cygnus.com>
9876         * configure.in (build_xm_file): Add auto-config.h if host=build.
9877         (host_xm_file_list): Don't add $(srcdir) to auto-config.h.
9878         (build_xm_file_list): Likewise.
9879         * configure: Rebuild.
9881 Sun Jan 25 22:00:25 1998  Alasdair Baird <alasdair@wildcat.demon.co.uk>
9883         * recog.c (validate_replace_rtx_1): Only perform substitutions
9884         of arguments to commutative and comparison operators once.
9886 Sun Jan 25 12:30:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9888         * sparc.c (output_cbranch): Add default case in
9889         enumeration switch.
9891         * reorg.c (insn_sets_resource_p): Correct typo in prototype.
9892         (emit_delay_sequence): Eliminate unused parameter, all callers
9893         changed.
9894         (fill_simple_delay_slots): Likewise.
9895         (fill_slots_from_thread): Likewise.
9896         (fill_eager_delay_slots):  Likewise.
9897         (mark_referenced_resources): Add default case in enumeration switch.
9898         (mark_set_resources): Likewise.
9899         (rare_destination): Likewise.
9900         (mostly_true_jump): Likewise.
9901         (find_dead_or_set_registers): Likewise.
9902         (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
9903         (update_reg_unused_notes): Remove unused variable `p'.
9904         (mark_target_live_regs): Remove unused variables `next' and
9905         `jump_count'.
9906         (fill_simple_delay_slots): Remove unused variable `j'.
9907         (fill_slots_from_thread): Add parentheses around assignment used
9908         as truth value.
9909         (dbr_schedule): Likewise.
9911         * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
9912         (objc.stage2, objc.stage3, objc.stage4): Likewise.
9914 Sun Jan 25 12:13:47 1998  Michael Tiemann  <michael@tiemann.org>
9916         * cse.c (simplify_ternary_operation): Don't try to simplify
9917         IF_THEN_ELSE expressions (created by combine) that don't use
9918         relational operators.
9920 Fri Jan 23 22:48:24 1998  Jeffrey A Law  (law@cygnus.com)
9922         * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
9923         simplifications.
9925         * crtstuff.c (init_dummy): Keep the epilogue in the init
9926         section for non-ELF systems.
9928 Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
9930         * sh.md (movqi_i+1): New peephole.
9932 Fri Jan 23 15:39:42 1998  Jim Wilson  <wilson@cygnus.com>
9934         * Makefile.in: Remove remaining bytecode stuff.
9935         * emit-rtl.c, expr.c: Likewise.
9937 Fri Jan 23 12:41:10 1998  Nick Clifton  (nickc@cygnus.com)
9939         * toplev.c (lang_options): Add unknown-pragma options.
9941 Thu Jan 22 23:43:38 1998  Per Bothner  <bothner@cygnus.com>
9943         * dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
9944         special (and incomplete) handling for Chill arrays.
9946 Fri Jan 23 00:27:23 1998  John Carr  <jfc@mit.edu>
9948         * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
9949         to get clock rate.
9951 Fri Jan 23 00:19:36 1998  Gavin Koch  (gavin@cygnus.com)
9953         * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
9955 1998-01-22  scott snyder  <snyder@d0sgif.fnal.gov>
9957         * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
9958         .frame directive instead of FRAME_POINTER_REGNUM.
9960 Fri Jan 23 00:08:55 1998  Robin Kirkham <rjk@mlb.dmt.csiro.au>
9962         * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
9963         (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
9964         * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
9965         (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
9966         (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
9967         * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
9968         (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
9969         (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
9970         mcpu32 or m5200.
9971         * longlong.h: Replace __mc68332__ with __mcpu32__.
9973 Thu Jan 22 19:55:40 PST 1998 Jeff Law  (law@cygnus.com)
9975         * version.c: Bump for snapshot.
9977 Thu Jan 22 14:47:31 1998  Jim Wilson  <wilson@cygnus.com>
9979         * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
9980         to require the SUBREG mode to be smaller than the SUBREG_REG mode.
9981         * reload1.c (eliminate_regs): Likewise.
9983 Thu Jan 22 14:49:14 1998  Jeffrey A Law  (law@cygnus.com)
9985         * regmove.c (find_matches): Initialize matches->earlyclobber too.
9987 Thu Jan 22 01:40:52 1998  Richard Henderson  <rth@cygnus.com>
9989         * alpha.md (abssf2, absdf2): Disable in IEEE mode.
9990         (negsf2, negdf2): Use proper subtract in IEEE mode.
9992 Tue Jan 20 09:29:09 1998  Jeffrey A Law  (law@cygnus.com)
9994         * Makefile.in: Remove more bytecode stuff.
9995         * expr.c, stmt.c, config/msdos/top.sed: Likewise.
9996         * vax/xm-vms.h, winnt/config-nt.sed: Likewise.
9997         * f/install.texi, objc/Make-lang.in: Likewise.
9999         * Makefile.in: Remove all bytecode support.
10000         (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
10001         * emit-rtl.c: Remove all bytecode support.
10002         * expr.c, expr.h function.c, integrate.c: Likewise.
10003         * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
10004         * tree.h, varasm.c: Likewise.
10005         * config/m68k/m68k.h: Likewise.
10006         * bi-*, bc-*, bytecode*: Delete bytecode related files.
10007         * modemap.def: Likewise.
10009 Tue Jan 20 09:02:31 1998  Gavin Koch  (gavin@cygnus.com)
10011         * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
10012         umodsi3,umoddi3): Handle mips16 div/mod by a constant.
10014 Mon Jan 19 21:57:00 1998  Richard Henderson  <rth@cygnus.com>
10016         * i386.md (push): Prohibit symbolic constants if flag_pic.
10017         (movsi+1): Likewise for move to non-register.
10019 Mon Jan 19 11:15:38 1998  Jim Wilson  <wilson@cygnus.com>
10021         * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
10022         (print_operand): Handle 0xffffffff on 32 bit host.
10024         * configure.in (thread_file): Rename uses before main loop to
10025         target_thread_file.  Initialize to empty in main loop.  Set thread_file
10026         to target_thread_file after main loop if not set.
10027         * configure: Rebuild.
10029         * genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
10030         (add_values_to_cover): Revert last change (which had no ChangeLog
10031         entry).
10032         (simplify_with_current_value_aux): Handle CONST_INT.
10034 Mon Jan 19 10:14:55 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10036         * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
10038 Mon Jan 19 10:11:52 1998  Richard Henderson  <rth@cygnus.com>
10040         * configure.in: Add cpp stringify test.
10041         * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
10042         * gengenrtl.c: Use it.
10043         * configure, config.in: Rebuild.
10045 Mon Jan 19 09:43:15 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10047         * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
10049 Mon Jan 19 09:38:18 1998  Richard Henderson  <rth@cygnus.com>
10051         * configure.in: Find declaration for sbrk.
10052         * acconfig.h (NEED_DECLARATION_SBRK): New tag.
10053         * config.in, configure: Rebuild.
10054         * mips-tfile.c: Properly protect declaration of sbrk and free.
10055         * toplev.c: Properly protect declaration of sbrk.
10057 Sun Jan 18 20:18:01 1998  Richard Henderson  <rth@cygnus.com>
10059         * alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
10061 Sun Jan 18 01:54:27 1998  Jeffrey A Law  (law@cygnus.com)
10063         * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
10065 Sun Jan 18 00:57:35 1998  Mike Stump  (mrs@wrs.com)
10067         * configure.in (i960-wrs-vxworks): Default to latest vxworks release.
10069 Sat Jan 17 23:41:36 1998  David S. Miller  <davem@tanya.rutgers.edu>
10071         * combine.c (force_to_mode, nonzero_bits): Correctly optimize
10072         constant offset computations from objects with known alignment in
10073         the presence of STACK_BIAS.
10075         * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
10076         necessary.
10077         (const_hash): Hash val is unsigned long.
10078         (SYMHASH): Likewise.
10080         * tree.c (TYPE_HASH): Type of hash val is unsigned long.
10082         * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
10083         char pointer, not HOST_WIDE_INT.
10084         (print_node): Likewise.  Also hash is unsigned long not
10085         HOST_WIDE_INT.
10087         * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.
10089         * explow.c (optimize_save_area_alloca): New function for targets
10090         where SETJMP_VIA_SAVE_AREA is true.
10091         (allocate_dynamic_stack_space): On SETJMP_VIA_SAVE_AREA targets,
10092         compute the amount of stack space needed should we find later that
10093         setjmp is never called by this function, stuff rtl for this inside
10094         a REG_NOTE of the final SET of stack_pointer_rtx.
10095         * toplev.c (rest_of_compilation): If SETJMP_VIA_SAVE_AREA and
10096         current_function_calls_alloca, call optimize_save_area_alloca.
10098 Sat Jan 17 23:22:59 1998  John Wehle  (john@feith.com)
10100         * i386.md: Remove redundant integer push patterns.
10101         Don't bother checking for TARGET_PUSH_MEMORY when
10102         pushing constants or registers.
10104 Sat Jan 17 22:35:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
10105                           J.J VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
10107         * pexecute.c (pexecute): New function for mingw32. Supports pipes.
10108         (pwait): New function for mingw32.
10110         * gcc.c (execute): Mingw32 pexecute() supports pipes, but cygwin32
10111         pipe support is broken for now.
10113 1998-01-17  Lee Iverson  <leei@Canada.AI.SRI.COM>
10115         * emit_rtl.c (init_emit_once): Ensure that potential aliasing
10116         between frame_pointer_rtx, hard_frame_pointer_rtx, and
10117         arg_pointer_rtx is respected in initialization.
10118         (init_emit_once): Use gen_rtx_raw_REG() to create
10119         return_address_pointer_rtx.
10121         * reorg.c: #include "expr.h" for rtx prototypes.
10122         * Makefile.in (reorg.o): Depend on expr.h
10124 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10126         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10127         local_prefix to sub-make invocations.
10129 Sat Jan 17 21:24:16 1998  David T. McWherter <dtm@waterw.com>
10131         * objc-parse.c: Recognize protocol qualifiers in class definitions.
10133 Sat Jan 17 21:16:19 1998  Jeffrey A Law  (law@cygnus.com)
10135         * rtl.h: Fix typos.
10137         * acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
10138         * configure.in: Check for atol.
10139         * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
10141         * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
10143         * loop.c (find_and_verify_loops): When attempting to move insns from
10144         inside the loop outside the loop, create a BARRIER if no suitable
10145         one was found.
10147         * jump.c (jump_optimize): Remove Dec 17, 1997 chance in
10148         favor of an equivalent change from gcc-2.8.
10150         * i386/x-sco5 (CC): Remove trailing whitespace.
10152 Sat Jan 17 21:09:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10154         * gengenrtl.c (type_from_format): De-ANSIfy function signature.
10155         (accessor_from_format): Likewise.
10156         (xmalloc): New function for use when linking with alloca.o.
10158 Mon Jan  5 02:53:01 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
10160         * frame.c (find_fde): Correct FDE's upper bound.
10162 Fri Jan 16 16:23:52 1998  Richard Henderson  <rth@cygnus.com>
10164         * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
10166 Fri Jan 16 10:16:10 1998  Jeffrey A Law  (law@cygnus.com)
10168         * calls.c (expand_call): Move #ifdef code out of macro argument
10169         lists.
10170         (emit_library_call, emit_library_call_value): Likewise.
10172 Fri Jan 16 00:46:40 1998  Jeffrey A Law  (law@cygnus.com)
10174         * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
10176 Thu Jan 15 01:02:30 1998  Jeffrey A Law  (law@cygnus.com)
10178         * version.c: Bump for snapshot.
10180 Wed Jan 14 22:49:17 1998  Richard Henderson  <rth@cygnus.com>
10182         * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
10183         change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
10184         * caller-save.c, calls.c, combine.c, cse.c: Likewise.
10185         * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
10186         * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
10187         * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
10188         * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
10189         * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
10190         * unroll.c, varasm.c: Likewise.
10191         * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
10193 Wed Jan 14 19:36:08 1998  Gavin Koch  (gavin@cygnus.com)
10195         * mips.h: Fix some type-o's from a previous change.
10197 Wed Jan 14 01:26:05 1998  Jeffrey A Law  (law@cygnus.com)
10199         * loop.c (check_dbra_loop): Make sure initial value is a
10200         CONST_INT before trying to normalize it.
10202 Tue Jan 13 23:27:54 1998  Robert Lipe   (robertl@dgii.com)
10204         * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
10206 Tue Jan 13 22:47:02 1998  Herman ten Brugge <herman@htbrug.net.HCC.nl>
10208         * cppexp.c: Include gansidecl.h
10210 Tue Jan 13 22:43:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10212         * svr4.h (LINK_SPEC): Never specify -h.
10213         * ptx4.h (LINK_SPEC): Likewise.
10214         * rs6000/sysv4.h (LINK_SPEC): Likewise.
10215         * sparc/sol2.h (LINK_SPEC): Likewise.
10217 Tue Jan 13 22:39:40 1998  Richard Henderson  (rth@cygnus.com)
10219         * c-typeck.c (comptypes): Exit early on NULL input.
10221         * haifa-sched.c (schedule_insns): Correctly remove inter-block
10222         dependencies after reload.
10224 Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10226         * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
10228 Tue Jan 13 22:14:57 1998  Klaus Kaempf <kkaempf@progis.de>
10230         * alpha/vms.h (DIR_SEPARATOR): define
10232 Tue Jan 13 22:13:04 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
10234         * Makefile.in (stamp-proto): Remove.
10235         (protoize.o, unprotoize.o): Straightforward compile.
10236         * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
10238 Tue Jan 13 21:59:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
10240         * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
10241         off the trailing @[NUM] added by ENCODE_SECTION_INFO.
10243 Tue Jan 13 21:55:06 1998  Jeffrey A Law  (law@cygnus.com)
10245         * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
10246         * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
10247         * sparc/netbsd.h, vax/netbsd.h: Likewise.
10249 Tue Jan 13 21:37:07 1998  Shigeya Suzuki <shigeya@foretune.co.jp>
10251         * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
10253 Tue Jan 13 17:50:55 1998  Jim Wilson  <wilson@cygnus.com>
10255         * configure.in (target_cpu_default, target_cpu_default2): Use double
10256         quotes around them when testing their value.
10257         * configure: Rebuilt.
10259 Tue Jan 13 09:07:44 1998  John Carr  <jfc@mit.edu>
10261         * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
10262         to allocate rtx.
10263         (gendef): Call obstack_alloc_rtx.
10265 Tue Jan 13 01:16:36 1998   Robert Lipe (robertl@dgii.com)
10267         * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
10268         for now.
10270 Thu Dec 18 18:40:17 1997  Mumit Khan <khan@xraylith.wisc.edu>
10272         * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
10273         of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
10274         (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
10276 Tue Jan 13 00:44:02 1998  Jim Wilson  <wilson@cygnus.com>
10278         * mips.md (return_internal): Change mode from SImode to VOIDmode.
10280 Sat Jan 10 22:11:39 1998  J. Kean Johnston  <jkj@sco.com>
10282         * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
10283         "-static".
10285 Sat Jan 10 22:04:15 1998  Stan Cox  <scox@equinox.cygnus.com>
10287         * i386.md: (movsicc_1, movhicc_1):  For alternate 3 set the opcode
10288         suffix from operand 3.
10290 Sat Jan 10 21:50:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
10291                           Jeffrey A Law  (law@cygnus.com)
10293         * regmove.c: New implementation of regmove pass.
10294         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
10295         decls, make them have external linkage.  Return a value from
10296         optimize_reg_copy_1.
10297         * reload.h (count_occurrences): Add decl.
10298         * reload1.c (count_occurrences): Delete decl, make it have external
10299         linkage.
10300         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
10302 Sat Jan 10 20:30:12 1998  Jeffrey A Law  (law@cygnus.com)
10304         * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
10305         if it is not defined.
10307 Thu Jan  8 21:06:54 1998  Richard Henderson  <rth@cygnus.com>
10309         * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
10310         * emit-rtl.c (gen_rtx): Move special code to ...
10311         (gen_rtx_CONST_INT): New function.
10312         (gen_rtx_REG): New function.
10313         (*): Update all calls to gen_rtx.
10314         * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
10315         * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
10316         (GEN_INT): Call gen_rtx_CONST_INT.
10317         * gengenrtl.c: New file.
10319 Mon Jan  5 13:00:18 1998  John F. Carr  <jfc@mit.edu>
10321         * alias.c (*_dependence): Call base_alias_check before canon_rtx.
10322         (base_alias_check): If no base found for address call canon_rtx and
10323         try again.
10325 Mon Jan  5 11:39:49 1998  Jeffrey A Law  (law@cygnus.com)
10327         * mips.c (mips_expand_prologue): Handle large frame with no outgoing
10328         arguments for mips16.
10329         (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
10330         Don't lose if tsize is zero after handling large stack for mips16.
10331         * mips.md (return): For trivial return, return address is in $31.
10333 Sun Jan  4 20:24:00 1998  Nigel Stephens  <nigel@algor.co.uk>
10335         *  mips/mips16.S: Various changes to make it work with -msingle-float
10336         and -EL.
10338 Sun Jan  4 14:25:18 1998  Gavin Koch  <gavin@cygnus.com>
10339                           Ian Lance Taylor  <ian@cygnus.com>
10340                           Jeff Law  <law@cygnus.com>
10342         * mips.c, mips.h, mips.md: First cut at merging in mips16
10343         support.  Major modifications throughout all three files.
10345 Sun Jan  4 01:01:50 1998  scott snyder  <snyder@d0sgif.fnal.gov>
10347         * configure.in: Make gthr-default.h a forwarding header instead of
10348         a symlink.
10350 Sat Jan  3 12:08:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10352         * gcov-io.h: Include sys/types.h to ensure we get size_t.
10354         * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
10356 Fri Jan  2 23:40:09 1998  Jim Wilson  (wilson@cygnus.com)
10357                           Jeffrey A Law  (law@cygnus.com)
10359         * crtstuff.c (__frame_dummy): New function for irix6.
10360         (__do_global_ctors): Call __frame_dummy for irix6.
10361         * iris6.h (LINK_SPEC): Hide __frame_dummy too.
10363 Fri Jan  2 04:57:57 1998  Weiwen Liu  <liu@hepmail.physics.yale.edu>
10365         * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
10367 Fri Jan  2 04:34:14 1998  Richard Henderson  <rth@cygnus.com>
10369         * c-decl.c (init_decl_processing): Provide proper fallback symbol
10370         for __builtin_memset.
10371         * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
10372         not INTEGER_CST.  Assert arg 3 is a constant.
10374         * alpha.c (mode_width_operand): Accept 64-bit modes.
10375         (mode_mask_operand): Likewise.
10376         (print_operand): Likewise for 'M' and 'U' codes.
10377         (alpha_expand_unaligned_load): New function.
10378         (alpha_expand_unaligned_store): Likewise.
10379         (alpha_expand_unaligned_load_words): Likewise.
10380         (alpha_expand_unaligned_store_words): Likewise.
10381         (alpha_expand_block_move): Likewise.
10382         (alpha_expand_block_clear): Likewise.
10383         * alpha.h (MOVE_RATIO): New define.
10384         * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
10385         (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
10387         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
10388         (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
10390 Thu Jan  1 15:40:15 1998  Richard Henderson  <rth@cygnus.com>
10392         * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
10393         * configure: Update.
10395 Thu Jan  1 10:49:12 1998  Jeffrey A Law  (law@cygnus.com)
10397         * emit-rtl.c (operand_subword): Correctly handle extracting a word
10398         from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
10400         * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
10401         for first argument.
10403 Wed Dec 31 14:42:18 1997  Ian Lance Taylor  <ian@cygnus.com>
10405         * configure.in: Set and subsitute host_exeext.  Use it when creating
10406         the assembler and linker symlinks.
10407         * configure: Rebuild.
10408         * Makefile.in (exeext): Set to @host_exeext@.
10409         (build_exeext): New variable, set to @build_exeext@.
10410         (FLAGS_TO_PASS): Pass down build_exeext.
10411         (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
10412         programs.
10414 Wed Dec 31 10:05:44 1997  Jeffrey A Law  (law@cygnus.com)
10416         * mn10200.md (addsi3, subsi3): Fix thinkos.
10418 Tue Dec 30 00:04:49 1997  Richard Henderson  <rth@cygnus.com>
10420         * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
10421         save+restore.  Fix pic+big_offset delay slot.  Use "pic" case for
10422         unix always, since we want to be able to thunk to functions in a
10423         shared library from an application.
10425 Mon Dec 29 14:37:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10427         * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
10428         (LIB1ASMSRC, LIB1ASMFUNCS): Define.
10430 Mon Dec 29 14:03:38 1997  Jeffrey A Law  (law@cygnus.com)
10432         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
10433         offset's mode is not ptr_mode, convert it.
10435 Mon Dec 29 15:58:18 1997  Michael Meissner  <meissner@cygnus.com>
10437         * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
10438         compiling if it was already defined.
10440 Sun Dec 28 00:32:16 1997  Jeffrey A Law  (law@cygnus.com)
10442         * flow.c (find_basic_blocks): Don't create a new basic block
10443         for calls in a LIBCALL block.
10445 Sun Dec 28 00:30:24 1997  David Edelsohn  <edelsohn@mhpcc.edu>
10447         * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
10449 Sat Dec 27 22:43:12 1997  Jeffrey A Law  (law@cygnus.com)
10451         * cse.c (rtx_cost): Remove conflicting default case.
10453 Sat Dec 27 21:20:02 1997  Richard Henderson  <rth@cygnus.com>
10455         * configure.in: Move default enabling of Haifa out of for loop.
10456         * configure: Rebuild.
10458 Thu Dec 25 01:02:54 1997  Jeffrey A Law  (law@cygnus.com)
10460         * version.c: Bump for snapshot.
10462 1997-12-25  Teemu Torma  <tot@trema.com>
10464         * Makefile.in (GTHREAD_FLAGS): New var.
10465         (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
10466         (distclean): Remove gthr-default.h.
10468         * configure.in: Accept dce as a thread package.
10469         Check for thread.h and pthread.h.
10470         Link gthr-default.h to appropriate thread file and set
10471         gthread_flags.
10472         (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
10473         include multilib definitions from pa/t-dce-thr.
10474         (sparc-*-solaris2*): Enable threads by default, if thread.h or
10475         pthread.h is found, preferring posix threads over solaris ones.
10477         * config/pa/t-dce-thr: New file.
10478         * config/pa/t-pa: Removed multilibs.
10479         * config/sparc/t-sol2: Ditto.
10481         * gthr.h: New file.
10482         * gthr-single.h: New file.
10483         * gthr-posix.h: New file.
10484         * gthr-solaris.h: New file.
10485         * gthr-dce.h: New file.
10486         * libgcc-thr.h: Removed.
10487         * objc/thr-dce.c: New file copied from thr-decosf1.c.
10489         * frame.c: Include gthr.h instead of libgcc-thr.h.
10490         * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
10491         (eh_context_initialize): If __gthread_once fails, use static eh
10492         context.
10493         (eh_context_free): Call __gthread_key_dtor.
10495 Wed Dec 24 23:33:17 1997  Jeffrey A Law  (law@cygnus.com)
10497         * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
10499 Wed Dec 24 23:12:14 1997  Jim Wilson  <wilson@cygnus.com>
10501         * cse.c (max_insn_uid): New variable.
10502         (cse_around_loop): Use max_insn_uid.
10503         (cse_main): Set max_insn_uid.
10505         * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
10506         and define __LONG_MAX__ appropriately.  Add support for -mabi=X,
10507         -mlong64, and -mgp{32,64} options.
10508         * mips.c (mips_abi): Change type to int.
10509         * mips.h (enum mips_abi_type): Delete.
10510         (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
10511         (mips_abi): Change type to int.
10513 Wed Dec 24 22:38:34 1997  John Carr  <jfc@mit.edu>
10515         * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
10516         optimization is now always enabled.
10518         * calls.c (expand_call): Recognize C++ operator new as malloc-like
10519         function.
10521         * alias.c (memrefs_conflict_p): Eliminate tests now done by
10522         base_alias_check.
10523         (*_dependence): Call canon_rtx before base_alias_check.
10524         (init_alias_once): New function to precompute set of registers which
10525         can hold Pmode function arguments.
10527         * rtl.h: Declare init_alias_once.
10529         * toplev.c (compile_file): Call init_alias_once.
10531 Wed Dec 24 22:34:55 1997  Jeffrey A Law  (law@cygnus.com)
10533         * tree.c (restore_tree_status): Do not dereference a null pointer.
10535 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
10537         * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
10538         RLIMIT_STACK.  This maintains consistency with the recent, similar
10539         patch to cccp.c and toplev.c.
10541 Tue Dec 23 05:17:28 1997  Richard Henderson  <rth@cygnus.com>
10543         * genattrtab.c (expand_units): For large nr opclasses, expand
10544         function_units_used with ORX to prevent blowups.  Tag with FFS.
10545         (num_unit_opclasses): New variable.
10546         (gen_unit): Update it.
10547         (enum operator): Add ORX_OP.
10548         (operate_exp): Treat ORX as or, except don't expand across an if.
10549         Reuse number rtx's after operating on them.
10550         (check_attr_value): Accept IOR, AND, & FFS.
10551         (write_test_expr): Transmute `in_comparison' to `flags'.  Allow
10552         for attribute value caching.  Handle CONST_STRING, IF_THEN_ELSE.
10553         (write_expr_attr_cache, write_toplevel_expr): New functions.
10554         (write_attr_get): Handle FFS-tagged expressions.
10555         (make_canonical): Don't expand const attributes.
10556         (convert_const_symbol_ref): Dike out.
10557         (evaluate_eq_attr): Handle SYMBOL_REF.
10558         (main): Don't emit get_attr_foo for const attributes.
10560         * alpha.c (override_options): Reinstate PROCESSOR_EV6.
10561         (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
10562         * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
10563         * alpha.md: Redo all of the scheduling, adding EV6 support, and
10564         combining function units where possible.
10565         (attr "type"): Split loads, stores, cmov into int/fp.  Combine
10566         multiplies and divides.  Add EV6 sqrt, ftoi, itof.
10567         (attr "opsize"): New attribute.
10568         (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
10569         (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
10570         to control register allocation.
10571         (movsi2-1, movdi2-1): Likewise.
10573 Tue Dec 23 03:53:21 1997  Richard Henderson  <rth@cygnus.com>
10575         * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
10576         MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
10577         Move OSF/1 specific defines out.
10578         * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
10579         Move Linux specific defines out.
10580         (LINK_SPEC): Genericize.
10581         (ASM_FILE_START): Emit .arch if using more than the base insn set.
10582         (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
10583         (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
10584         (HANDLE_SYSV_PRAGMA): Define.
10585         * alpha/osf.h: New file.
10586         * alpha/linux.h: Split.  Retain file-format independant defines.
10587         Import Linux bits from elf.h.
10588         (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
10589         (FUNCTION_PROFILER): _mcount takes its address in $28.
10590         (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
10591         * alpha/linux-ecoff.h: New file.
10592         * alpha/linux-elf.h: New file.
10593         * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
10594         * alpha/win-nt.h (TARGET_DEFAULT): Define.
10595         * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
10596         Add new headers as appropriate.
10598         * configure.in (alpha*): Enable Haifa by default.
10599         (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
10600         * configure: Rebuild.
10602 Tue Dec 23 03:14:54 1997  Richard Henderson  <rth@cygnus.com>
10604         * Makefile.in (clean): Remove the stages with their objects here ...
10605         (distclean): ... instead of here.
10607 Mon Dec 22 11:24:01 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10609         * cse.c (rtx_cost): Add default case in enumeration switch.
10610         * fix-header.c (recognized_macro): Likewise.
10611         (recognized_extern): Likewise.
10612         (write_rbrac): Likewise.
10613         * objc/objc-act.c (encode_aggregate): Likewise.
10614         (gen_declarator): Likewise.
10615         (gen_declspecs): Likewise.
10617 Mon Dec 22 09:58:51 1997  Jeffrey A Law  (law@cygnus.com)
10619         * haifa-sched.c (create_reg_dead_note): Detect and handle another
10620         case where we kill more regs after sched than were killed before
10621         sched.
10622         * sched.c (create_reg_dead_note): Similarly.
10624 Mon Dec 22 09:18:37 1997  Jeffrey A Law  (law@cygnus.com)
10626         * c-pragma.c: Include flags.h.
10628 Sun Dec 21 22:10:59 1997  Mumit Khan <khan@xraylith.wisc.edu>
10630         * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
10631         about system headers.
10632         (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
10633         and also to resolve symbols in prefix.c.
10635         * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
10636         between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
10637         when the definitions in auto-config.h is not visible.
10638         (HAVE_BZERO): Likewise.
10639         (HAVE_BCMP): Likewise.
10640         (HAVE_RINDEX): Likewise.
10641         (HAVE_INDEX): Likewise.
10643 Sun Dec 21 21:54:22 1997  Jeffrey A Law  (law@cygnus.com)
10645         * pa.c (emit_move_sequence): Handle a function label source
10646         operand.
10648 Sun Dec 21 16:13:55 1997  Nick Clifton  <nickc@cygnus.com
10650         * c-pragma.c (handle_pragma_token): Generate warning messages
10651         about unknown pragmas if warn_unknown_pragmas is set.
10653         * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
10654         line option to set variable: warn_unknown_pragmas.
10656 Sun Dec 21 15:51:10 1997  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
10658         * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
10659         definition.
10660         (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
10662 Sun Dec 21 13:58:39 1997  Jeffrey A Law  (law@cygnus.com)
10664         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
10665         (libgcc2.a): Depend on $(DPBIT) and $(FPBIT).  Add rules to
10666         generate more fine grained floating point emulation libraries.
10667         * config/fp-bit.c: Add protecting #ifdef to all functions so
10668         that they can be compiled separately.  If !FINE_GRAINED_LIBRARIES,
10669         then compile all suitable functions.
10670         (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
10671         underscores to avoid namespace pollution.
10672         * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
10673         (FPBIT): Define.
10674         * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
10675         (FPBIT): Define.
10676         (DPBIT): Define.
10678 Sat Dec 20 11:26:47 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10679                           Jeff Law  <law@cygnus.com>
10681         * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
10682         of the declaration.
10683         * c-decl.c (finish_decl): Use parentheses around && within ||.
10684         * rtl.c: Include stdlib.h.
10685         (read_skip_spaces): Add parentheses around assignments used as
10686         truth values.
10687         (read_rtx): Initialize list_rtx.
10688         * cppexp.c (parse_number): Use || when operands are truth values.
10689         * alias.c (find_base_value): Add default case.
10690         (memrefs_conflict): Likewise.
10691         * combine.c (sets_function_arg_p): Likewise.
10692         * genemit.c (gen_exp): Likewise.
10693         * local-alloc.c (contains_replace_regs): Likewise.
10694         * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
10695         * fold-const.c (fold_convert): Use "&&" for truth values.
10696         (fold): Add default case.
10697         * sdbout.c (sdbout_field_types): Fix typo in declaration.
10698         (sdbout_one_type): Add default case.
10699         * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
10700         (some_operand): Add default case.
10701         (input_operand): Likewise.
10702         (signed_comparison_operator): Likewise.
10703         (divmod_operator): Likewise.
10704         (alpha_set_memflags_1): Likewise.
10705         * reload1.c (reload_cse_simplify_operands): Ensure function
10706         always returns a value.
10707         * scan-decls.c (scan_decls): Likewise.
10708         * c-lex.c (skip_white_space): Fix typo in declaraion.
10709         * c-typeck.c (comp_target_types): Add parentheses around assignment
10710         used as truth value.
10711         (print_spelling): Likewise.
10712         (constructor_implicit, constructor_result): Remove unused variables.
10713         * collect2.c (scan_library): Protect prototype with
10714         #ifdef SCAN_LIBRARIES.
10715         * emit-rtl.c (find_line_note): Fix typo in declaration.
10716         * final.c (asm_insn_count): Protect prototype with
10717         #ifdef HAVE_ATTR_length.
10718         * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
10719         (try_pre_increment_1, try_pre_increment): Likewise.
10720         * regclass.c (auto_inc_dec_reg_p): Protect prototype with
10721         #ifdef FORBIDDEN_INC_DEC_CLASSES.  Make return type explicit.
10722         * gcov-io.h (__store_long, __write_long, __read_long): Fix
10723         unsigned/signed comparisons.
10724         * gcov.c (read_files): Remove unused "first_type" variable.
10725         (scan _for_source_files): Initialize s_ptr.
10726         (function_summary): Eliminate "%lf" formatting, use %ld for
10727         longs.
10728         (output_data): Initialize branch_probs and last_line_num.
10729         Eliminate "%lf" formatting, use "%ld" for longs.
10731 Fri Dec 19 17:31:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10733         * mips16.S: New file.
10735         * libgcc2.c (varargs): Handle mips16.
10737         * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
10738         expression.
10739         * stmt.c (expand_end_case): Likewise.
10740         * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
10741         * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
10742         * rs6000.h, sh.h, tahoe.h, v850.h, vax.h: Likewise.
10744 Tue Dec 16 15:14:09 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10746         * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
10747         the build directory.
10748         (libobjc.a): Update dependency list.
10749         (libobjc.dll): Likewise.  Use libobjc_entry.o from the build
10750         directory.
10751         (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
10752         (objc.mostlyclean): Remove runtime-info.h.
10754 Fri Dec 19 00:19:42 1997  Richard Henderson  <rth@cygnus.com>
10756         * tree.c (build_range_type): Allow creation of ranges with no maximum.
10757         * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
10758         * dwarf2out.c (add_subscript_info): Likewise.
10759         * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
10760         * sdbout.c (plain_type_1): Likewise.
10761         * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
10762         Likewise.
10763         * fold-const.c (int_const_binop, fold_convert, make_range, fold):
10764         Likewise.
10766 Thu Dec 18 17:05:10 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10768         * mips.c (fatal): Remove declaration.
10770 1997-12-18  Mark Mitchell  <mmitchell@usa.net>
10772         * integrate.c (get_label_from_map): New function.
10773         (expand_inline_function): Use it.  Initialize the label_map to
10774         NULL_RTX instead of gen_label_rtx.
10775         (copy_rtx_and_substitute): Use get_label_from_map.
10776         * integrate.h (get_label_from_map): New function.
10777         (set_label_from_map): New macro.
10778         * unroll.c (unroll_loop): Use them.
10779         (copy_loop_body): Ditto.
10781 Thu Dec 18 19:19:57 1997  Ian Lance Taylor  <ian@cygnus.com>
10783         * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
10784         (INIT_TARGET_OPTABS): Define.
10785         * mips/ecoff.h: Include gofast.h before mips.h.
10786         (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
10787         * mips/elf64.h: Likewise.
10788         * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
10790 Thu Dec 18 14:51:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
10792         * except.c: Remove register_exception_table{,_p}.
10794 Thu Dec 18 14:57:29 1997  Gavin Koch  <gavin@cygnus.com>
10796         * unroll.c (calculate_giv_inc): Handle constant increment found in
10797         a MEM with an appropriate REG_EQUAL note.
10799         * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
10801         * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
10802         frame pointer in the prologue.
10804 Thu Dec 18 00:19:38 1997  Robert Lipe <robertl@dgii.com>
10806         * i386/x-sco5 (CLIB) Deleted.  (ALLOCA) Added.
10807         * i386/xm-sco5.h  (USE_C_ALLOCA) Added.
10809 Tue Dec 16 18:51:00 1997  Bill Moyer <billm@cygnus.com>
10811         * config/m68k/m68k.c (output_function_prologue): Typecast
10812         dwarf2out_cfi_label to (char *).
10813         * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
10815 Wed Dec 17 15:06:04 1997  Richard Henderson  <rth@cygnus.com>
10817         * sparc.md (jump): Don't use the annul bit around an empty loop.
10818         Patch from Kevin.Kelly@East.Sun.COM.
10820 Wed Dec 17 00:51:36 1997  Stan Cox (scox@cygnus.com)
10822         * jump.c: (jump_optimize): Don't use the return register as a
10823         source1 of a conditional move.
10825 Tue Dec 16 23:45:40 1997  Richard Henderson  <rth@cygnus.com>
10827         * sparc.c (DF_MODES): Or the mask not the bit number.
10828         (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
10830 Wed Dec 17 00:13:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
10832         * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
10834 Tue Dec 16 23:44:54 1997  Manfred Hollstein  <manfred@s-direktnet.de>
10836         * fixincludes (size_t): Add support for Motorola's stdlib.h
10837         which fails to provide a definition for size_t.
10838         (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
10839         (strlen,strspn,strcspn return value): Handle different layout on sysV88.
10840         (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
10842         * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
10843         prevent unresolved externals in libio.
10844         * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
10846 Tue Dec 16 23:25:45 1997  H.J. Lu  (hjl@gnu.org)
10848         * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
10849         (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
10850         (LIB_SPEC): Updated for glibc 2.
10852 Tue Dec 16 20:11:36 1997  Jeffrey A Law  (law@cygnus.com)
10854         * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
10855         * ginclude/varargs.h: Likewise.
10857 Tue Dec 16 00:32:01 1997  Jeffrey A Law  (law@cygnus.com)
10859         * version.c: Bump for snapshot.
10861 Tue Dec 16 00:14:29 1997  H.J. Lu  (hjl@gnu.org)
10863         * frame.h (__register_frame, __register_frame_table,
10864         __deregister_frame): New.
10865         * frame.c (__register_frame, __register_frame_table,
10866         __deregister_frame): New.
10867         * frame.c (__deregister_frame_info): Return void *.
10868         * frame.h (__deregister_frame_info): Ditto.
10869         * collect2.c (__deregister_frame_info): Ditto.
10871 Mon Dec 15 18:40:08 1997  Richard Henderson  <rth@cygnus.com>
10873         * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
10875 Mon Dec 15 18:31:43 1997  Richard Henderson  <rth@cygnus.com>
10877         * alpha.c (alpha_cpu_name): New variable.
10878         (alpha_mlat_string): Likewise.
10879         (alpha_memory_latency): Likewise.
10880         (override_options): Handle -mmemory-latency.
10881         (alpha_adjust_cost): Adjust load cost for latency.
10882         * alpha.h (TARGET_OPTIONS): Add meory-latency.
10883         (REGISTER_MOVE_COST): Define in terms of memory_latency.  Take
10884         TARGET_CIX into account.
10885         (MEMORY_MOVE_COST): Define in terms of memory_latency.
10886         * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
10888         * alpha.h (ASM_COMMENT_START): New macro.
10890 Mon Dec 15 17:48:05 1997  Richard Henderson  <rth@cygnus.com>
10892         * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
10893         dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
10895         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
10896         SUBREG_REG if the word count is unchanged.
10897         * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
10898         subregs of identical word size for push_reload.
10900 Mon Dec 15  Mark Mitchell  <mmitchell@usa.net> 11:41:32 1997
10902         * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
10903         if all we're doing is dealing with -Wreturn-type.
10905 Mon Dec 15 09:44:39 1997  Richard Henderson  <rth@cygnus.com>
10907         * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
10908         Use and 255 instead of zapnot 1, since it schedules better.
10910 Mon Dec 15 08:48:24 1997  Jeffrey A Law  (law@cygnus.com)
10912         * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
10913         it as volatile.
10915 Mon Dec 15 00:04:48 1997  Jeffrey A Law  (law@cygnus.com)
10917         * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
10918         dependency we delete.  Properly update prev for multiple consecutive
10919         deletions.
10920         (priority): Skip deleted dependence.
10922 Fri Dec 12 18:54:23 1997  Per Bothner  <bothner@cygnus.com>
10924         * expr.c (expand_builtin):  Support BUILT_IN_FMOD - just call fmod.
10926 Fri Dec 12 01:19:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10928         * flow.c (flow_analysis): Be consistent with find_basic_blocks in
10929         determining when a new basic block starts.
10931         * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
10933         * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
10934         * pa.md (iorsi3): Add missing args to *_operand calls.
10936         * except.c (call_get_eh_context): Don't mess with sequences.
10937         (emit_eh_context): Include the call in the sequence here.
10939 1997-12-11  Paul Eggert  <eggert@twinsun.com>
10941         * collect2.c (write_c_file_glob): Allocate initial frame object
10942         in static storage and pass its address.
10944 Thu Dec 11 23:33:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10946         * except.c (call_get_eh_context): Don't take a parm.
10947         Put the call at the top of the function.
10948         (emit_eh_context): Adjust.
10949         (get_eh_context): Replace with former use_eh_context.
10950         (get_eh_context_once, get_saved_pc_ref): Remove.
10951         (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
10952         * except.h: Adjust.
10953         * integrate.c (expand_inline_function): Adjust.
10954         * toplev.c (rest_of_compilation): Don't call emit_unwinder.
10956 Fri Oct 10 17:58:31 CEST 1997  Marc Lehmann <pcg@goof.com>
10958         * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
10959         (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
10961 Thu Dec 11 23:55:17 1997  Manfred Hollstein  <manfred@s-direktnet.de>
10963         * fixincludes (strlen,strspn,strcspn return value): Handle different
10964         layout on sysV88.
10965         (hypot): Provide a fake for hypot which is broken on
10966         m88k-motorola-sysv3.
10968 Thu Dec 11 23:50:17 1997  John F. Carr  <jfc@mit.edu>
10970         * tree.c, tree.h: Change tree_code_type, tree_code_length, and
10971         tree_code_name from pointers to arrays.
10972         * tree.c: Remove standard_tree_code_* variables, no longer used.
10973         * print-tree.c: Remove declaration of tree_code_name.
10975         * cp/lex.c (init_lex): Update for tree_code_* changes.
10976         * objc/objc-act.c (init_objc): Likewise.
10978         * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
10979         changes.
10981 Thu Dec 11 23:34:54 1997  Fred Fish  <fnf@ninemoons.com>
10983         * config.sub: Add support for BeOS target.
10984         * configure.in: Likewise.
10985         * ginclude/stdarg.h: Likewise.
10986         * ginclude/stddef.h: Likewise.
10987         * ginclude/varargs.h: Likewise.
10988         * rs6000/beos.h: New file for BeOS.
10989         * rs6000/t-beos: Likewise.
10990         * rs6000/x-beos: Likewise.
10991         * rs6000/xm-beos.h: Likewise.
10992         * toplev.c (get_run_time): Just return 0 on BeOS.
10994 Thu Dec 11 23:25:23 1997  Jeffrey A Law  (law@cygnus.com)
10995                           Toon Moene  (toon@moene.indiv.nluug.nl)
10997         * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
10998         old and broken Sun3 assemblers.  Newer versions handle large
10999         offsets correctly as does the GNU assembler.
11001 Thu Dec 11 23:06:48 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11003         * objc/objc-act.c (lang_report_error_function): Disable.
11004         * objc/objc-parse.y: Include "output.h".
11005         (yyerror): Remove redundant decl.
11006         (yyprint): Fix prototype.
11007         (apply_args_register_offset): Remove redundant decl.
11008         (get_file_function_name): Likewise.
11010 Thu Dec 11 22:02:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11012         * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
11013         a new basic block.
11014         (find_basic_blocks_1): Likewise.
11016 Thu Dec 11 21:08:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11018         * except.c (use_eh_context): Don't copy_rtx a REG.
11019         (emit_throw): Lose old unwinder support.
11020         (expand_internal_throw): Likewise.
11021         * libgcc2.c (struct eh_context): Likewise.
11022         (new_eh_context): Likewise.
11023         (__get_eh_info): Lose redundant cast.
11024         (__get_dynamic_handler_chain): Likewise.
11025         (__get_saved_pc): Lose.
11026         Lose all old unwinder support code.
11028 Thu Dec 11 20:42:18 1997  Teemu Torma  <tot@trema.com>
11030         Thread-safe EH support for pthreads, DCE threads and Solaris threads.
11032         * integrate.c (expand_inline_function): If the inline fn uses eh
11033         context, make sure that the current fn has one.
11034         * toplev.c (rest_of_compilation): Call emit_eh_context.
11035         * except.c (use_eh_context): New fn.
11036         (get_eh_context_once): New fn.
11037         (call_get_eh_context): New fn.
11038         (emit_eh_context): New fn.
11039         (get_eh_context): Call either get_eh_context_once or
11040         call_get_eh_context, depending on what we have.
11041         (get_dynamic_handler_chain): Call get_eh_context_once.
11042         * except.h: Prototypes for fns above.
11043         * optabs.c (get_eh_context_libfunc): Removed.
11044         (init_optabs): Don't initialize it.
11045         * expr.h (get_eh_context_libfunc): Removed.
11046         * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
11047         * config/pa/pa.h (CPP_SPEC): Support for -threads.
11048         * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
11049         * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
11050         New multilib for -threads.
11051         * config/sparc/t-sol2: Added multilibs for -threads and
11052         made -pthreads alias to it.
11053         * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
11054         Added -threads and -pthreads options.
11055         * libgcc-thr.h: New file.
11056         * libgcc2.c: (__get_cpp_eh_context): Removed.
11057         (struct cpp_eh_context): Removed.
11058         (struct eh_context): Replaced cpp_eh_context with generic language
11059         specific pointer.
11060         (__get_eh_info): New function.
11061         (__throw): Check eh_context::info.
11062         (__sjthrow): Ditto.
11063         * libgcc2.c: Include libgcc-thr.h.
11064         (new_eh_context, __get_eh_context,
11065         eh_pthread_initialize, eh_context_initialize, eh_context_static,
11066         eh_context_specific, eh_context_free): New functions.
11067         (get_eh_context, eh_context_key): New variables.
11068         (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
11069         get_eh_context to get the context.
11070         (longjmp): Move the declaration inside
11071         #ifdef DONT_USE_BUILTIN_SETJMP.
11072         * frame.c: Include libgcc-thr.h.
11073         (object_mutex): Mutex to protect the object list.
11074         (find_fde, __register_frame, __register_frame_table,
11075         __deregister_frame): Hold the lock while accessing objects.
11076         * except.h (get_eh_context): Declare.
11077         * except.c (current_function_ehc): Define.
11078         (current_function_dhc, current_function_dcc): Removed.
11079         (get_eh_context): New function.
11080         (get_dynamic_handler_chain): Use get_eh_context.
11081         (get_saved_pc_ref): Ditto.
11082         (get_dynamic_cleanup_chain): Removed references to
11083         current_function_dcc.
11084         (save_eh_status, restore_eh_status): Save and restore
11085         current_function_ehc instead.
11086         * optabs.c (get_eh_context_libfunc): New variable.
11087         (init_optabs): Initialize it.
11088         * expr.h: Declare get_eh_context_libfunc.
11089         * function.h (struct function): Replaced dhc and dcc with ehc.
11090         * except.c (get_saved_pc_ref): New functions.
11091         (eh_saved_pc_rtx, eh_saved_pc): Deleted.
11092         (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
11093         of eh_saved_pc.
11094         (end_eh_unwinder): Likewise.
11095         (init_eh): Remove initialization of eh_saved_pc.
11096         * optabs.c (get_saved_pc_libfunc): New variable.
11097         (init_optabs): Initialize it.
11098         * expr.h: Declare get_saved_pc_libfunc.
11099         * except.h (eh_saved_pc_rtx): Deleted.
11100         (get_saved_pc_ref): Declared.
11102         From Scott Snyder <snyder@d0sgif.fnal.gov>:
11103         * libgcc2.c (__get_saved_pc): New.
11104         (__eh_type, __eh_pc): Deleted.
11105         (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
11106         (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
11107         this fcn.
11109 Thu Dec 11 17:23:48 1997  John F. Carr  <jfc@mit.edu>
11111         * sparc/sol2.h: Use 64 bit multiply and divide functions in
11112         Solaris libc.  Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
11113         as 0.
11115         * rtl.h (global_rtl): New variable, replacing separate variables for
11116         commonly used rtl.
11117         (const_int_rtx): Now array of rtx_def, not rtx.
11118         * emit-rtl.c: Update for new rtl data structures.
11119         * genattrtab.c: Define global_rtl.
11121 Thu Dec 11 15:50:29 1997 David Edelsohn  <edelsohn@mhpcc.edu>
11123         * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
11124         default.
11126 Wed Dec 10 12:30:18 1997  Anthony Green  <green@cygnus.com>
11128         * crtstuff.c (__do_global_ctors): Fix typo.
11130 Tue Dec  9 09:43:59 1997  Manfred Hollstein  <manfred@s-direktnet.de>
11132         * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
11133         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
11135 Tue Dec  9 09:38:58 1997  David Edelsohn  <edelsohn@mhpcc.edu>
11137         * rs6000.h (FUNCTION_ARG_PADDING): Define.
11138         * rs6000.c (function_arg_padding): New function.
11140 Tue Dec  9 10:34:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
11142         * m68k.c: Include tree.h only once.
11144 Tue Dec  9 09:32:33 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11146         * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
11148 Tue Dec  9 01:16:06 1997  Jeffrey A Law  (law@cygnus.com)
11150         * Partially cleaned up prototyping code from HJ.
11151         * tree.h: Add many prototypes.
11152         * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
11153         All references changed.
11154         * rtl.h: Protect from multiple inclusions.  Add many prototypes.
11156 Tue Dec  9 01:15:15 1997  Fred Fish  <fnf@ninemoons.com>
11158         * libgcc2.c (string.h): Hoist inclusion to occur before first use of
11159         string functions like strlen.
11161 Tue Dec  9 00:57:38 1997  Manfred Hollstein  <manfred@s-direktnet.de>
11163         * configure.in: Check for functions getrlimit and setrlimit.
11164         * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
11165         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
11167 Mon Dec  8 23:53:26 1997  Jay Sachs <sachs@bull.cs.williams.edu>
11169         * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
11171 Mon Dec  8 21:03:28 1997  Richard Henderson  <rth@cygnus.com>
11173         * alpha.c (REG_RA, alpha_return_addr, output_epilog):
11174         Fix merge problems.
11176         * alpha.c (override_options): Don't know about scheduling for EV6.
11177         * alpha.md (ev5 function units): Don't overload as ev6.
11179         * alpha.c (alpha_adjust_cost): Simplify.  Fix typo in ev5 mult case.
11180         * alpha.md (define_attr type): Add mvi.
11181         (ev5_e0): Define sceduling parameters for it.
11182         (TARGET_MAX insns): Type is mvi not shift.
11184 Mon Dec  8 18:15:00 1997  Richard Henderson  <rth@cygnus.com>
11186         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
11188 Mon Dec  8 21:17:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11190         * cstamp-h, auto-config.h: Delete.
11192 Sun Dec  7 19:19:03 1997  Jeffrey A Law  (law@cygnus.com)
11194         * version.c: Bump for snapshot.
11196 Sat Dec  6 22:22:22 1997  Jeffrey A Law  (law@cygnus.com)
11198         * cccp.c: Fix typo brought over in merge.
11200         * Merge in changes from gcc-2.8.
11202 Mon Nov  3 05:45:32 1997  Philippe De Muyter  <phdm@macqel.be>
11204         * m68k.c: Include tree.h for dwarf2out_cfi_label.
11206         * gcc.c (process_command): Do not take address of function fatal when
11207         calling lang_specific_driver.
11209 Sat Dec  6 01:02:38 1997  Mumit Khan  <khan@xraylith.wisc.edu>
11211         * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
11212         doesn't work with it yet, so set it to 0.
11213         * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
11215 Sat Dec  6 01:01:02 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
11217         * cse.c (cse_insn): Check for invalid entries when taking references.
11219 Fri Dec  5 18:26:25 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11221         * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
11222         (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
11223         * toplev.c (rest_of_compilation): Pass it.  Remove code to
11224         save / clear / restore flag_unroll_{,all_}loops.
11226 Fri Dec  5 16:26:03 1997  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
11228         * i386.c (notice_update_cc): Remove bogus pentium GCC code.
11230 Fri Dec  5 16:25:14 1997  Jeffrey A Law  (law@cygnus.com)
11232         * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
11234 Thu Dec  4 11:51:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
11236         * except.c (get_dynamic_handler_chain): Only make the call once per
11237         function.
11239         * except.c (expand_end_all_catch): Fix for sjlj exceptions.
11241 Thu Dec  4 12:30:40 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11243         * sh.c (final_prescan_insn): Use local label prefix
11244         when emitting .uses pseudo-ops.
11246 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
11248         * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
11249         * except.c: Lose outer_context_label_stack.
11250         (expand_eh_region_end): Rethrow from outer_context here.
11251         (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
11252         (expand_internal_throw): Take no args.
11253         (expand_internal_throw_indirect): Lose.
11254         (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
11255         (expand_start_all_catch): Start a rethrow region.
11256         (expand_end_all_catch): End it.
11257         (expand_rethrow): New fn.
11258         * except.h: Reflect above changes.
11259         * flow.c: Revert change of Nov 27.
11261 Thu Dec  4 00:24:09 1997  Jeffrey A Law  (law@cygnus.com)
11263         * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
11265 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
11267         * except.c (expand_fixup_region_end): New fn.
11268         (expand_fixup_region_start): Likewise.
11269         (expand_eh_region_start_tree): Store cleanup into finalization here.
11270         * stmt.c (expand_cleanups): Use them to protect fixups.
11272 Wed Dec  3 11:41:13 1997  Gavin Koch  <gavin@cygnus.com>
11274         * mips/mips.md (muldi3_r4000): Broaden the output template
11275         and attribute assignments to handle three operand dmult;
11276         rename to muldi3_internal2.
11277         (muldi3): Call the new muldi3_internal2 for R4000, and
11278         any GENERATE_MULT3 chip.
11280 Tue Dec  2 19:40:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
11282         * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
11284 Tue Dec  2 12:54:33 1997  Jim Wilson  <wilson@cygnus.com>
11286         * unroll.c (find_splittable_givs):  Remove last change.  Handle givs
11287         with a dest_reg that was created by loop.
11289 Sat Nov 29 12:44:57 1997  David Edelsohn  <edelsohn@mhpcc.edu>
11291         * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
11293         * rs6000/aix41.h (ASM_CPU_SPEC): Define.
11295 Fri Nov 28 10:00:27 1997  Jeffrey A Law  (law@cygnus.com)
11297         * configure.in: Fix NCR entries.
11299 Thu Nov 27 12:20:19 1997  Jeffrey A Law  (law@cygnus.com)
11301         * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
11302         nested exceptions correctly.
11304         * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
11305         that was created by loop.
11307 Thu Nov 27 09:34:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
11309         * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
11311         * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
11313 Wed Nov 26 15:47:30 1997  Michael Meissner  <meissner@cygnus.com>
11315         * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
11316         (print_operand): Use SMALL_DATA_REG for the register involved in
11317         small data relocations.
11318         (print_operand_address): Ditto.
11320         * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
11321         -dynamic linker is not used.
11323         * rs6000.md (call insns): For local calls, use @local suffix under
11324         System V.  Don't use @plt under Solaris.
11326         * rs6000.c (output_function_profiler): Put label address in r0, and
11327         store LR in 4(sp) for System V/eabi.
11329         * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
11330         byte boundary, and maintain stack backchain.
11332 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
11334         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
11335         fix_truncsfdi2): Change *.
11337 Wed Nov 26 11:12:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
11339         * toplev.c (main): Complain about -gdwarfn.
11341 Tue Nov 25 22:43:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
11343         * dwarfout.c (output_type): If finalizing, write out nested types
11344         of types we've already written.
11346 Tue Nov 25 20:32:24 1997  Michael Meissner  <meissner@cygnus.com>
11348         (patches originally from Geoffrey Keating)
11349         * rs6000.c (function_arg): Excess floating point arguments don't
11350         go into GPR registers after exhausting FP registers under the
11351         System V.4 ABI.
11352         (function_arg_partial_nregs): Ditto.
11354         * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
11355         suffix to calls.
11357 Tue Nov 25 23:37:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
11359         * integrate.c (output_inline_function): Just unset DECL_INLINE.
11361 Tue Nov 25 23:33:29 1997  scott snyder  <snyder@d0sgif.fnal.gov>
11363         * dwarf2out.c (outout_call_frame_info): Ensure that the info has
11364         proper alignment.
11366         * libgcc2.c (__throw): Initialize HANDLER.
11368 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
11370         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
11371         fix_truncsfdi2): Change *X to ?*X.
11373 Tue Nov 25 10:00:42 1997  Richard Henderson  (rth@cygnus.com)
11375         * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
11377 Tue Nov 25 10:00:42 1997  Jeffrey A Law  (law@cygnus.com)
11379         * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
11381 Tue Nov 25 01:26:55 1997  Bruno Haible <haible@ilog.fr>:
11383         * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
11385 Mon Nov 24 22:41:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
11387         * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
11388         * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
11389         * expr.h: Likewise.
11391 Sat Nov 22 18:58:20 1997  Jeffrey A Law  (law@cygnus.com)
11393         * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
11394         * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
11395         gas and not using the new HP assembler.
11397 Fri Nov 21 15:20:05 1997  Jeffrey A Law  (law@cygnus.com)
11399         * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
11400         (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
11402 Fri Nov 21 19:37:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11404         * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
11405         TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
11406         definition.
11408 Fri Nov 21 12:49:56 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
11410         * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
11412 Fri Nov 21 12:18:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
11414         * except.h: Add outer_context_label_stack.
11415         * except.c: Likewise.
11416         (expand_start_all_catch): Push the outer_context for the try block
11417         onto outer_context_label_stack.
11418         (expand_end_all_catch): Use it and pop it.
11420 Fri Nov 21 10:13:11 1997  Robert Lipe (robertl@dgii.com)
11422         * i386/sco5.h (HAVE_ATEXIT): Revert last change.
11424 Thu Nov 20 16:11:50 1997  Richard Henderson  <rth@cygnus.com>
11426         * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
11428 Thu Nov 20 16:11:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11430         * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
11431         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
11433 Thu Nov 20 14:42:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
11435         * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
11436         * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
11437         __builtin_delete, and __builtin_vec_delete.
11439         * except.c (output_exception_table): Don't bother with
11440         __EXCEPTION_END__.
11442 Thu Nov 20 16:11:50 1997  Jeffrey A Law  (law@cygnus.com)
11444         * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
11445         is an in/out operand.
11446         (zero extended variants of stwm/stwm patterns): Similarly.
11448         * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
11450 Thu Nov 20 13:19:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11452         * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
11453         Use assemble_name.
11454         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
11455         (output_call_frame_info): Emit a \n after using it.
11457 Thu Nov 20 00:38:46 1997  Dave Love  <d.love@dl.ac.uk>
11459         * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
11461 Wed Nov 19 12:03:04 1997  Philippe De Muyter  <phdm@macqel.be>
11463         * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
11464         (ASM_OUTPUT_DWARF_VALUE4): New macro.
11465         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
11466         defined.
11467         (output_call_frame_info): Do not output forward label differences
11468         if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
11469         * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
11471 Tue Nov 18 23:03:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11473         * sh.md (attribute "type"): Add nil.
11474         (movsi_ie): y/y alternative is type nil.
11475         (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
11476         alternatives.
11477         (movsf_ie+1): Delete.
11479 Tue Nov 18 15:39:59 1997  Jim Wilson  <wilson@cygnus.com>
11481         * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
11482         large_int, emit two insns instead of one splitable insn.
11483         * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
11484         from cfa_temp_value, use cfa_offset.  Add assert checking that
11485         cfa_reg is SP.
11487 Mon Nov 17 15:35:38 1997  Tom Tromey  <tromey@cygnus.com>
11489         * cccp.c (deps_output): Properly quote file names for make.
11491 Mon Nov 17 13:21:40 1997  Jeffrey A Law  (law@cygnus.com)
11493         * t-h8300 (MULTILIB_EXCEPTIONS): Define.
11495 Fri Nov  7 15:33:11 1997  Robert Lipe (robertl@dgii.com)
11497         * i386/sco5.h (HAVE_ATEXIT): Delete definition.
11499 Sun Nov 16 23:52:48 1997  Jeffrey A Law  (law@cygnus.com)
11501         * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
11502         return.
11503         (cse_end_of_basic_block): Similarly.
11505 Sun Nov 16 23:01:40 1997  J. Kean Johnston  <jkj@sco.com>
11507         * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
11508         (SELECT_RTX_SECTION): Define.
11509         (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
11511 Sun Nov 16 22:47:03 1997  Manfred Hollstein  <manfred@s-direktnet.de>
11513         * Makefile.in (compare, compare-lean): Define $stage for each
11514         shell command.
11515         (gnucompare, gnucompare-lean): Likewise.
11517 Sun Nov 16 22:02:16 1997  Richard Henderson  (rth@cygnus.com)
11519         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
11521         * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
11522         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
11524 Fri Nov 14 09:09:20 1997  Fred Fish  (fnf@cygnus.com)
11526         * dwarfout.c (byte_size_attribute):  Add local var upper_bound
11527         and add case to handle STRING_TYPE.
11528         * dwarfout.c (output_string_type_die):  Fix code to generate
11529         correct string length attribute for fixed length strings.
11530         Still needs support for varying length strings.
11532 Fri Nov 14 08:46:56 1997  Jeffrey A Law  (law@cygnus.com)
11534         * toplev.c (get_run_time): Do something sensible for cygwin32.
11536 Fri Nov 14 07:24:20 1997  Richard Henderson  <rth@cygnus.com>
11538         * expr.c (expand_builtin_setjmp): Set
11539         current_function_has_nonlocal_label.
11540         * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
11541         call-saved registers across calls.
11543         * alpha.md (exception_receiver): Remove.
11544         (nonlocal_goto_receiver_osf): New
11545         (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
11546         (nonlocal_goto_receiver): New, select _osf or _vms.
11548         * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
11549         keep them from being propogated to the object file.
11550         (alpha_write_linkage): Likewise.
11551         * alpha.md (call_vms): Likewise.
11552         (call_value_vms): Likewise.
11553         (unnamed osf call insns): Likewise.
11555         * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
11556         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11558         * alpha.c (call_operand): Any reg is valid for WinNT.
11559         * alpha.md (call_nt, call_value_nt): Don't force address into $27.
11560         (anon nt calls): Add 'R' alternative.
11561         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
11562         INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
11564 Fri Nov 14 06:59:33 1997  Jeffrey A Law  (law@cygnus.com)
11566         * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
11568         * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
11569         * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
11570         * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
11572 Thu Nov 13 20:37:33 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11574         * reload1.c (new_spill_reg): Improve fixed or forbidden register
11575         spill error message.
11577 Thu Nov 13 20:29:08 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11579         * prefix.c: Use stdarg.h only ifdef __STDC__.  Otherwise,
11580         use varargs.h.  Wrap header with <>, not "".
11582 Thu Nov 13 20:21:17 1997  Jeffrey A Law  (law@cygnus.com)
11584         * integrate.c (save_for_inline_copying): Add return value from
11585         savealloc.
11587 Thu Nov 13 19:12:33 1997  Brendan Kehoe  <brendan@cygnus.com>
11589         * fixincludes: Be a little more restrictive on what we will
11590         substitute to replace definitions of MAXINT for HPUX.
11592 Thu Nov 13 18:41:02 1997  Michael Meissner  <meissner@cygnus.com>
11594         * dbxout.c (dbxout_symbol_location): Don't assume that variables
11595         whose address is the stack or argument pointers are indirect
11596         pointers.
11598 1997-11-13  Paul Eggert  <eggert@twinsun.com>
11600         * cccp.c, cpplib.c (compare_defs):
11601         Don't complain about arg name respellings unless pedantic.
11602         * cpplib.c (compare_defs): Accept pfile as new arg.
11603         All callers changed.
11605 Thu Nov 13 23:33:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11607         * fold-const.c (fold_truthop): Fix bug in last change.
11609 1997-11-13  Paul Eggert  <eggert@twinsun.com>
11611         Fix some confusion with IEEE minus zero.
11613         * real.h (REAL_VALUES_IDENTICAL): New macro.
11615         * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
11616         * fold-const.c (operand_equal_p): Don't consider -0.0 to be
11617         identical to 0.0.
11618         * tree.c (simple_cst_equal): Don't consider -0.0 to have the
11619         same tree structure as 0.0.
11621         * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
11622         macro instead of doing it by hand.
11624 Thu Nov 13 16:56:14 1997  Jeffrey A Law  (law@cygnus.com)
11626         * v850/lib1funcs.asm: Minor whitespace changes.
11627         * v850.c: Fix minor formatting problems in many places.
11628         (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
11630 Thu Nov 13 12:53:44 1997  Jim Wilson  <wilson@cygnus.com>
11632         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
11633         xplus1 when xplus0 is not a register.
11635 Thu Nov 13 11:41:42 1997  Jeffrey A Law  (law@cygnus.com)
11637         * flow.c (find_basic_blocks): During marking phase, if we encounter
11638         an insn with a REG_LABEL note, make the target block live and
11639         create an edge from the insn to the target block.  Do not make
11640         edges from all blocks to the target block.
11642         * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
11644         * confiugre.in: Tweak NCR entries.
11645         * configure: Rebuilt.
11647 Thu Nov 13 11:07:41 1997  Michael Meissner  <meissner@cygnus.com>
11649         * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
11650         pick apart floating point values, instead of using CONST_DOUBLE_LOW
11651         and CONST_DOUBLE_HIGH.
11653         * rs6000.md (define_splits for DF constants): Use the appropriate
11654         REAL_VALUE_* interface to pick apart DF floating point constants in
11655         a machine independent fashion.
11657 Thu Nov 13 00:06:58 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11659         * fold-const.c (fold_truthop): When changing a one-bit comparison
11660         against zero into a comparison against mask, do a proper sign
11661         extension.
11663 Wed Nov 12 09:37:01 1997  Jeffrey A Law  (law@cygnus.com)
11665         * except.c: Do not include "assert.h".
11666         (save_eh_status): Turn asserts into conditional aborts.
11667         (restore_eh_status, scan_region): Likewise.
11668         * dwarfout.c: Do not include "assert.h".
11669         (bit_offset_attribute): Turn asserts into conditional aborts.
11670         (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
11671         (output_inlined_structure_type_die): Likewise.
11672         (output_inlined_union_type_die): Likewise
11673         (output_tagged_type_instantiation): Likewise.
11674         (dwarfout_file_scope_decl): Likewise.
11675         * dwarf2out.c: Do not include "assert.h"
11676         (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
11677         (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
11678         (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
11679         (add_bit_size_attribute, scope_die_for): Likewise.
11680         (output_pending_types_for_scope): Likewise.
11681         (get_inlined_enumeration_type_die): Likewise.
11682         (get_inlined_structure_type_die): Likewise.
11683         (get_inlined_union_type_die, gen_subprogram_die): Likewise.
11684         (gen_tagged_type_instantiation_die): Likewise.
11686         * flow.c (find_basic_blocks): Refine further to get a more correct
11687         cfg, especially in the presense of exception handling, computed
11688         gotos, and other non-trivial cases.  Call abort if an inaccuracy
11689         is detected in the cfg.
11691 Tue Nov 11 21:47:27 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11693         * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
11695         * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
11696         (skip_white_space): Use whitespace_cr.
11697         (check_newline): Handle whitespace more consistently.
11699 Tue Nov 11 16:25:49 1997  Jim Wilson  <wilson@cygnus.com>
11701         * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
11702         * i386/xm-cygwin32.h (POSIX): Define.
11704 Mon Nov 10 20:53:11 1997  Gavin Koch  <gavin@cygnus.com>
11706         * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
11707         is available elsewhere.
11709 Mon Nov 10 16:21:58 1997  Doug Evans  <devans@canuck.cygnus.com>
11711         * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
11712         what the instruction can handle.
11714 Mon Nov 10 03:02:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
11716         * stmt.c (expand_decl_cleanup_no_eh): New fn.
11718         * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
11720 Mon Nov 10 00:05:56 1997  Jeffrey A Law  (law@cygnus.com)
11722         * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
11723         (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
11725 Sun Nov  9 14:34:47 1997  David Edelsohn  <edelsohn@mhpcc.edu>
11727         * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
11728         swap instruction order.
11730 Sun Nov  9 02:07:16 1997  Jeffrey A Law  (law@cygnus.com)
11732         * fixinc.svr4 (__STDC__): Add another case.
11734 Sun Nov  9 02:00:29 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11736         * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
11737         addresses in the epilogue delay slot.
11739 Sun Nov  9 01:40:40 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11741         * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
11742         in generated `specs' file.
11744 Sun Nov  9 01:37:11 1997  Jim Wilson  (wilson@cygnus.com)
11746         * flags.h (flag_rerun_loop_opt): Declare.
11747         * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
11748         * toplev.c (flag_rerum_loop_opt): Delete static.
11750 Sat Nov  8 18:20:21 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11752         Bring over from FSF:
11754         Thu Oct 30 12:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11756         * va-sh.h (__va_arg_sh1): Define.
11757         (va_arg): Use it.
11758         SH3E doesn't use any integer registers for subsequent arguments
11759         once a non-float value was passed in the stack.
11760         * sh.c (machine_dependent_reorg): If optimizing, put explicit
11761         alignment in front label for ADDR_DIFF_VEC.
11762         * sh.h (PASS_IN_REG_P): Fix SH3E case.
11763         (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
11765         Tue Oct 28 15:06:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11767         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
11768         svr4.h.
11770         Mon Oct 27 16:11:52 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11772         * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
11773         put an use_sfunc_addr before each sfunc.
11774         * sh.md (use_sfunc_addr, dummy_jump): New insns.
11775         (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
11777         Tue Oct 21 07:12:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11779         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
11781 Fri Nov  7 10:22:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11783         * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
11784         linked once FDEs.
11786 Wed Nov  5 14:26:05 1997  Jeffrey A Law  (law@cygnus.com)
11788         * alias.c (find_base_value): Only return the known base value for
11789         pseudo registers.
11791 Wed Nov  5 11:27:14 1997  Jim Wilson  <wilson@cygnus.com>
11793         * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
11794         * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
11795         to pattern.
11796         (prologue_get_pc_and_set_got): New pattern.
11798 Tue Nov  4 20:36:50 1997  Richard Henderson  (rth@cygnus.com)
11800         * alpha.c (summarize_insn): Handle ASM_OPERANDS.  Don't recurse
11801         for SUBREG, just fall through.
11803         * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
11805         * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
11807 Tue Nov  4 18:49:42 1997  Jeffrey A Law  (law@cygnus.com)
11809         * fixincludes: Fix "hypot" prototype in NeXT math.h.
11811         * Makefile.in (USE_ALLOCA): Always include alloca.o.
11812         (USE_HOST_ALLOCA): Likewise.
11814         * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
11815         and LABEL_REFS fields.
11816         * rtl.h (LABEL_REFS): Update.
11818 Tue Nov  4 16:55:11 1997  Jim Wilson  <wilson@cygnus.com>
11820         * combine.c (try_combine): When setting elim_i2, check whether newi2pat
11821         sets i2dest.  When calling distribute_notes for i3dest_killed, pass
11822         elim_i2 and elim_i1.  When setting elim_i1, check if newi2pat
11823         sets i1dest.
11825         * mips.md (insv, extzv, extv): Add change_address call.
11826         (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
11828         * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
11830         * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
11832         * mips.c (mips_expand_epilogue): Emit blockage insn before call to
11833         save_restore_insns if no FP and GP will be restored.
11835         * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
11836         Convert CCmode to word_mode before calling GET_MODE_SIZE.
11838         * acconfig.h (HAVE_INTTYPES_H): Undef.
11839         * configure.in (inttypes.h): Check for conflicts between sys/types.h
11840         and inttypes.h, and verify that intmax_t is defined.
11841         * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
11842         * config/mips/x-iris3: Likewise.
11844 Tue Nov  4 16:07:15 1997  Jeffrey A Law  (law@cygnus.com)
11846         * alias.c (find_base_value): When copying arguments, return the
11847         tenative value for a hard register.
11849 Tue Nov  4 13:40:35 1997  Doug Evans  <devans@canuck.cygnus.com>
11851         * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
11852         (yylex): Record wide strings using target endianness, not host.
11854 Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
11856         * mn10200.h (ASM_OUTPUT_BSS): Delete.
11857         (ASM_OUTPUT_ALIGNED_BSS): New macro
11858         * mn10300.h (ASM_OUTPUT_BSS): Delete.
11859         (ASM_OUTPUT_ALIGNED_BSS): New macro.
11860         * v850.h (ASM_OUTPUT_BSS): Delete.
11861         (ASM_OUTPUT_ALIGNED_BSS): New macro.
11863 Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11865         * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
11867 Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
11869         * configure.in (sco5): Use cpio to install header files.
11871 Sun Nov  2 23:31:43 1997  Manfred Hollstein  <manfred@s-direktnet.de>
11873         * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
11874         14 char length.
11875         * configure: Rebuild.
11877 Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
11879         * i386/sco5.h: enable -gstabs once again.
11881 Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
11883         * arm.c (output_move_double): Allocate 3 entries in otherops array.
11885 Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
11887         * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
11888         notes for sjlj exceptions too.
11889         (expand_eh_region_end): Similarly for EH_REGION_END notes.
11890         (exception_optimize): Optimize EH regions for sjlj exceptions too.
11891         * final.c (final_scan_insn): Don't output labels for EH REGION
11892         notes if doing sjlj exceptions.
11894 Sat Nov  1 19:15:28 1997  Jeffrey A Law  (law@cygnus.com)
11896         * alias.c (init_alias_analysis): Handle -fno-alias-check when
11897         optimizing correctly.
11899         * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
11900         or set current_function_calls_setjmp anymore.
11902         * flow.c (find_basic_blocks): If we delete the label for an
11903         exception handler, remove it from the EH label list and remove
11904         the EH_BEGIN/EH_END notes for that EH region.
11906 Sat Nov  1 16:44:49 1997  Jason Merrill  (jason@cygnus.com)
11908         * flow.c (find_basic_blocks): Generate correct flow control
11909         information when exception handling notes are present.
11911 Sat Nov  1 13:42:19 1997  Jeffrey A Law  (law@cygnus.com)
11913         * dwarf2out.c (output_call_frame_info): Fix length argument
11914         to ASM_OUTPUT_ASCII.
11915         (output_die, output_pubnames, output_line_info): Likewise.
11917 Fri Oct 31 07:10:09 1997  Jeffrey A Law  (law@cygnus.com)
11919         * version.c: Bump for snapshot.
11921         * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
11922         output ASCII by default.  Only use ASM_OUTPUT_DWARF_STRING if
11923         flag_debug_asm is on.
11924         (output_die, output_pubnames, output_line_info): Likewise.
11926         * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
11927         and static_chain_rtx into the potential base values array if
11928         they are registers.
11930         * alias.c (new_reg_base_value): New array of potential base values.
11931         (unique_id): Now file scoped static.
11932         (find_base_value, case REG): Return the value in reg_base_value
11933         array for the REG if it exists.  Else, return the value from
11934         new_reg_base_value if copying args and REG is a hard register.
11935         (find_base_value, case PLUS): If either operand of the PLUS is
11936         a REG, try to get its base value.  Handle base + index and
11937         index + base.
11938         (record_set): Use new_reg_base_value instead of reg_base_value.
11939         (init_alias_analysis): Allocate space for new_reg_base_value too.
11940         Rework code to iterate over the insns propagating base value
11941         information until nothing changes.
11943         * global.c (global_alloc): Free the conflict matrix after
11944         reload has finished.
11946 Fri Oct 31 01:45:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
11948         * libgcc2.c (L_eh): Define __eh_pc.
11949         Replace __eh_type with generic pointer __eh_info.
11951 Fri Oct 31 00:34:55 1996  J"orn Rennecke <amylaar@cygnus.co.uk>
11953         * expr.c (expand_increment): When enqueing a postincrement for a MEM,
11954         use copy_to_reg if address is not a general_operand.
11956 Fri Oct 31 00:16:55 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11958         * profile.c (output_func_start_profiler): Clear flag_inline_functions
11959         for the duration of the call to rest_of_compilation.
11961 Thu Oct 30 14:40:10 1997  Doug Evans  <devans@canuck.cygnus.com>
11963         * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
11964         Set extra_parts.
11965         (sparc*-*-*): Recognize --with-cpu=v9.
11966         * sparc/elf.h: New file.
11967         * sparc/t-elf: New file.
11969 Thu Oct 30 13:26:12 1997  Jeffrey A Law  (law@cygnus.com)
11971         * mn10300.c (const_8bit_operand): New function.
11972         (mask_ok_for_mem_btst): New funtion.
11973         * mn10300.md (btst patterns with mem operands): Use new functions
11974         to avoid creating btst instructions with invalid operands.
11976 Wed Oct 29 16:57:19 1997  Michael Meissner  <meissner@cygnus.com>
11978         * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
11979         are running on PowerPC Linux.
11981 Wed Oct 29 13:10:11 1997  Gavin Koch  <gavin@cygnus.com>
11983         * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
11984         if not previously defined.
11986 Tue Oct 28 23:55:27 1997  Doug Evans  (devans@cygnus.com)
11988         * function.c (assign_parms): Correct mode of stack_parm if
11989         entry_parm underwent a mode conversion.
11991 1997-10-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
11993         * global.c (global_alloc): Use xmalloc instead of alloca for
11994         CONFLICTS, since max_allocno * allocno_row_words alone can be more
11995         than 2.5Mb sometimes.
11997 Tue Oct 28 15:29:15 1997  Richard Henderson  <rth@cygnus.com>
11999         * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
12000         DEST for the spill, adjust mode of SRC to compensate.
12002 Tue Oct 28 14:36:45 1997  Richard Henderson  <rth@cygnus.com>
12004         * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
12005         since any_memory_operand() allows pseudos during reload.
12006         (reload_inhi, reload_outqi, reload_outhi): Likewise.
12008 Tue Oct 28 11:53:14 1997  Jim Wilson  <wilson@cygnus.com>
12010         * m68k.md (btst patterns): Add 5200 support.
12012 Tue Oct 28 11:58:40 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
12014         * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
12015         optimizations, look inside dividend to determine if the expression
12016         can be simplified by using EXACT_DIV_EXPR.
12018 Tue Oct 28 10:19:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
12020         From Brendan:
12021         * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
12023 Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
12025         * alpha.c (summarize_insn [SUBREG]): Propogate SET.
12027 Mon Oct 27 23:59:26 1997  Richard Henderson  <rth@cygnus.com>
12029         * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
12030         on a CLOBBER.
12032 Mon Oct 27 21:25:20 1997  Richard Henderson  <rth@cygnus.com>
12034         * alpha.md (movqi, movhi): Make sure new insns created during reload
12035         won't need reloading themselves.
12036         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
12038 Mon Oct 27 16:11:10 1997  Jeffrey A Law  (law@cygnus.com)
12040         * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
12042 Sun Oct 26 13:50:44 1997  Richard Henderson  <rth@cygnus.com>
12044         * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
12045         Patch from Klaus Kaempf <kkaempf@progis.de>.
12047 Sun Oct 26 13:31:47 1997  Jim Wilson  (wilson@cygnus.com)
12049         * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
12050         to an element in a constant string.
12052 Sun Oct 26 11:41:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
12054         * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
12055         bit PC-relative offset.  The exception range table pointer is now in
12056         the CIE.
12057         * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
12058         (count_fdes, add_fdes, get_cie): Adjust.
12059         (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
12061         From H.J. Lu:
12062         * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
12064 Sun Oct 26 11:52:01 1997  Richard Henderson  <rth@cygnus.com>
12066         * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
12067         like stack_pointer_rtx.
12069 Sun Oct 26 11:32:16 1997  Manfred Hollstein  <manfred@s-direktnet.de>
12071         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12072         targets using "$@" to provide support for similar but not identical
12073         targets without having to duplicate code.
12074         (bootstrap4): New goal.
12076         * Makefile.in (compare, compare-lean, compare3): Combined to one
12077         ruleset determining actions to be performed via $@.
12078         (compare4, compare4-lean): New targets.
12079         (gnucompare, gnucompare3): Combined to one ruleset determining
12080         actions to be performed via $@. Also, note which files failed
12081         the comparison test in .bad_compare.
12082         (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
12084 Sun Oct 26 10:06:11 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
12086         * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
12087         if the dividend is a multiple of the divisor.
12089 Sun Oct 26 09:21:40 1997  Jeffrey A Law  (law@cygnus.com)
12091         * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
12093         * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
12094         and POS_DEC.
12096         * alias.c (true_dependence): Fix typo.
12098         * toplev.c (flag_rerun_loop_opt): New variable.
12099         (f_options): Handle -frerun-loop-opt.
12100         (rest_of_compilation): If -frerun-loop-opt, then run the loop
12101         optimizer twice.
12102         (main): Enable -frerun-loop-opt by default for -O2 or greater.
12104         * loop.c (simplify_giv_expr): Adding two invariants results
12105         in an invariant.
12107 Sun Oct 26 09:15:15 1997  Richard Henderson  <rth@cygnus.com>
12109         * expr.c (get_inner_reference): Remove the array bias after
12110         converting the index to Pmode.
12112 Sat Oct 25 12:20:58 1997  Jeffrey A Law  (law@cygnus.com)
12114         * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
12115         (TARGET_MULT_BUG): Define.
12116         (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
12117         * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
12119 Fri Oct 24 17:40:34 1997  Jeffrey A Law  (law@cygnus.com)
12121         * mn10200.c (indirect_memory_operand): Delete unused function.
12122         * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
12123         * mn10200.md (bset, bclr insns): Handle output in a reg too.
12125 Fri Oct 24 15:54:57 1997  Richard Henderson  <rth@cygnus.com>
12127         * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
12128         the callee's ldgp, we must do it ourselves, and we use the jsr tag
12129         for more than scheduling.
12131 Fri Oct 24 13:23:04 1997  Doug Evans  <devans@canuck.cygnus.com>
12133         * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
12135 Fri Oct 24 13:19:40 1997  Jeffrey A Law  (law@cygnus.com)
12137         * mn10300.c (symbolic_operand, legitimize_address): New functions.
12138         * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
12139         (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
12141 Thu Oct 23 09:35:12 1997  Jeffrey A Law  (law@cygnus.com)
12143         * version.c: Bump for snapshot.
12145 Thu Oct 23 08:03:59 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12147         * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
12148         for FILENAME.
12150 Wed Oct 22 00:34:12 1997  Jeffrey A Law  (law@cygnus.com)
12152         * toplev.c (flag_exceptions): Default value is 2.
12153         (compile_file): If flag_exceptions still has the value 2, then
12154         set it to 0.
12156         * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
12157         (rs6000_save_machine_status): Save pic_offset_table_rtx.
12158         (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
12160         * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
12161         are shared.
12163         * rs6000.md (*movsi_got_internal_mem): New pattern.
12164         (*movsi_got_internal_mem splitter): New define_split.
12166 Tue Oct 21 18:14:03 1997  Jim Wilson  <wilson@cygnus.com>
12168         * obstack.h (obstack_empty_p): Fix spurious space after backslash.
12170 Tue Oct 21 18:34:01 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
12172         * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
12173         only need to save LR.
12175 Tue Oct 21 10:06:40 1997  Jeffrey A Law  (law@cygnus.com)
12177         * mn10300.md (movqi, movhi): Avoid using address registers as
12178         destinations unless absolutely necessary.
12180         * mn10200.c (expand_prologue): Fix typo.
12182         * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
12183         addresses.
12184         * mn10200.md (neghi2): Provide an alternative which works if
12185         the input and output register are the same.
12187         * mn10300.c (print_operand): Handle 'S'.
12188         * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
12189         shift amount in last alternative
12191         * mn10300.c (expand_epilogue): Rework to handle register restores
12192         in "ret" and "retf" instructions correctly.
12194 Mon Oct 20 16:47:08 1997  Jim Wilson  <wilson@cygnus.com>
12196         * expmed.c (extract_bit_field): Don't make flag_force_mem disable
12197         extzv for memory operands.
12199         * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
12200         redundant conditional moves to single operand.
12202 Mon Oct 20 15:30:26 1997  Nick Clifton  <nickc@cygnus.com>
12204         * v850.h: Move define of __v850__ from CPP_PREDEFINES
12205         to CPP_SPEC.
12207         * xm-v850.h: Use __v850 rather than __v850__ to
12208         identify v850 port.
12210 Mon Oct 20 14:15:02 1997  Jim Wilson  <wilson@cygnus.com>
12212         * mips/mips.c (compute_frame_size): Not a leaf function if
12213         profile_flag set.
12215 Mon Oct 20 14:16:38 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
12217         * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
12219 Mon Oct 20 12:28:17 1997  Doug Evans  <devans@canuck.cygnus.com>
12221         * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
12222         (DEFAULT_ARCH32_P): New macro.
12223         (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
12224         (enum cmodel): Declare.
12225         (sparc_cmodel_string,sparc_cmodel): Declare.
12226         (SPARC_DEFAULT_CMODEL): Provide default.
12227         (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
12228         (TARGET_FULLANY): Deleted.
12229         (TARGET_CM_MEDMID): New macro.
12230         (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
12231         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
12232         (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
12233         (CPP_SPEC): Rewrite.
12234         (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
12235         (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
12236         (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
12237         (ASM_SPEC): Add %(asm_arch).
12238         (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
12239         Rename asm_default to asm_cpu_default.
12240         Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
12241         cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
12242         (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
12243         ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
12244         (MASK_INT64,MASK_LONG64): Delete.
12245         (MASK_ARCH64): Renamed to MASK_64BIT.
12246         (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
12247         (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
12248         (TARGET_SWITCHES): Always provide 64 bit options.
12249         (ARCH64_SWITCHES): Delete.
12250         (TARGET_OPTIONS): New option -mcmodel=.
12251         (INT_TYPE_SIZE): Always 32.
12252         (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
12253         (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
12254         (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
12255         (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
12256         * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
12257         CPP_SPEC.
12258         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
12259         * sparc/linux.h: Likewise.
12260         * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
12261         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
12262         (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
12263         (SPARC_DEFAULT_CMODEL): Define.
12264         (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
12265         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
12266         (LONG_DOUBLE_TYPE_SIZE): Define.
12267         (ASM_SPEC): Add %(asm_arch).
12268         * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
12269         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
12270         (TARGET_CPU_DEFAULT): Add ultrasparc case.
12271         * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
12272         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
12273         (SPARC_DEFAULT_CMODEL): Define.
12274         * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
12275         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.  Delete
12276         MASK_LONG64, MASK_MEDANY.
12277         (SPARC_DEFAULT_CMODEL): Define.
12278         (CPP_PREDEFINES): Delete.
12279         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
12280         (ASM_SPEC): Add %(asm_arch).
12281         (LONG_DOUBLE_TYPE_SIZE): Define.
12282         (DWARF2_DEBUGGING_INFO): Define.
12283         * sparc/splet.h (CPP_SPEC): Delete.
12284         * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
12285         (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
12286         (BLOCK_PROFILER): Likewise.
12287         * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
12288         (sparc_override_options): Handle code model selection.
12289         (sparc_init_expanders): Renamed from sparc64_init_expanders.
12290         * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
12291         TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
12292         (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
12293         (sethi_di_fullany): Delete.
12295 Mon Oct 20 02:00:18 1997  Klaus Kaempf <kkaempf@progis.de>
12296                           Jeff Law <law@cygnus.com>
12297                           Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12299         * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
12300         (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
12301         (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
12302         (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
12303         * alpha/alpha.md (arg_home): Likewise.
12305         * alpha/alpha.c (vmskrunch): Delete
12306         * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
12307         * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
12308         truncate to 64 characters.
12310         * make-l2.com: Support openVMS/Alpha.
12312         * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
12314 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12316         * longlong.h (count_leading_zeros): Add missing casts to USItype.
12318 Sun Oct 19 18:44:06 1997  Jeffrey A Law  (law@cygnus.com)
12320         * i386/bsd386.h (ASM_COMMENT_START): Define.
12322 Sat Oct 18 13:47:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
12324         * tree.c (restore_tree_status): Also free up temporary storage
12325         when we finish a toplevel function.
12326         (dump_tree_statistics): Print stats for backend obstacks.
12328 Sat Oct 18 12:47:31 1997  Doug Evans  <dje@canuck.cygnus.com>
12330         * expr.c (use_group_regs): Don't call use_reg for MEMs.
12332 Sat Oct 18 09:49:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
12334         * libgcc2.c (__throw): Don't copy the return address.
12335         * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
12337         * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
12338         * toplev.c (main): Initialize exceptions_via_longjmp.
12340         * tree.c: Add extra_inline_obstacks.
12341         (save_tree_status): Use it.
12342         (restore_tree_status): If this is a toplevel inline obstack and we
12343         didn't want to save anything on it, recycle it.
12344         (print_inline_obstack_statistics): New fn.
12345         * function.c (pop_function_context_from): Pass context to
12346         restore_tree_status.
12347         * obstack.h (obstack_empty_p): New macro.
12349 Sat Oct 18 00:43:59 1997  Jeffrey A Law  (law@cygnus.com)
12351         * i386/freebsd.h (ASM_COMMENT_START): Fix.
12353 Fri Oct 17 23:48:52 1997  Jim Wilson  (wilson@cygnus.com)
12355         * v850.c (ep_memory_offset): New function.
12356         (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
12358         * v850.h (CONST_OK_FOR_*): Add and correct comments.
12359         (CONSTANT_ADDRESS_P): Add comment.
12360         (EXTRA_CONSTRAINT): Define 'U'.
12361         * v850.md: Add comments on bit field instructions.
12362         (addsi3): Delete &r/r/r alternative.  Add r/r/U alternative.
12363         (lshrsi3): Use N not J constraint.
12365         * v850.md (v850_tst1+1): New define_split for tst1 instruction.
12367         * v850.c (reg_or_0_operand): Call register_operand.
12368         (reg_or_int5_operand): Likewise.
12369         * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
12370         (TARGET_SWITCHES): Add "big-switch".
12371         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
12372         ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
12373         (CASE_DROPS_THROUGH): Comment out.
12374         (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
12375         * v850.md (cmpsi): Delete compare mode.
12376         (casesi): New pattern.
12378         * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
12379         * v850.md (ashlsi3): Use SImode not QImode for shift count.
12380         (lshrsi3): Likewise.
12382         * v850.c (print_operand): Add 'c', 'C', and 'z' support.  Delete
12383         unreachable switch statement after 'b' support.  Remove "b" from
12384         strings for 'b' support.
12385         * v850.md (branch_normal, branch_invert): Change %b to b%b.
12387 Fri Oct 17 23:33:20 1997  Jeffrey A Law  (law@cygnus.com)
12389         * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
12390         empty line if @inhibit_libc@ is empty.
12392 Fri Oct 17 23:24:40 1997  Robert Lipe (robertl@dgii.com)
12394         * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
12395         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
12396         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
12397         (DWARF2_UNWIND_INFO): Let this track object file format.
12398         (EXTRA_SECTIONS): Add in_eh.
12399         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
12400         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
12402 Fri Oct 17 17:13:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
12404         * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
12405         * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
12406         TARGET_MEDANY.
12407         * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
12408         (output_double_int): Output DI mode values correctly when
12409         HOST_BITS_PER_WIDE_INT is 64.
12410         (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
12411         fmovd so it works if a quad float ends up in one of the upper 32
12412         float regs.
12413         * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
12414         necessary for PIC support on sparc64.
12416 Fri Oct 17 13:39:56 1997  Doug Evans  <dje@canuck.cygnus.com>
12418         * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
12419         * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
12420         (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
12421         (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
12422         (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
12423         (SPARC_FP_ARG_FIRST): New macro.
12424         (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
12425         (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
12426         (NPARM_REGS): There are 32 fp argument registers now.
12427         (FUNCTION_ARG_REGNO_P): Likewise.
12428         (FIRST_PARM_OFFSET): Update to new v9 abi.
12429         (REG_PARM_STACK_SPACE): Define for arch64.
12430         (enum sparc_arg_class): Delete.
12431         (sparc_arg_count,sparc_n_named_args): Delete.
12432         (struct sparc_args): Redefine and use for arch32 as well as arch64.
12433         (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
12434         (FUNCTION_ARG_ADVANCE): Rewrite.
12435         (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
12436         (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
12437         (FUNCTION_ARG_CALLEE_COPIES): Delete.
12438         (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
12439         (STRICT_ARGUMENT_NAMING): Define.
12440         (doublemove_string): Declare.
12441         * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
12442         (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
12443         (doublemove_string): New function.
12444         (output_move_quad): Clean up some of the arch64 support.
12445         (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
12446         Don't add 8 bytes of reserved space if arch64.
12447         (sparc_builtin_saveregs): Combine arch32/arch64 versions.
12448         (init_cumulative_args): New function.
12449         (function_arg_slotno): New static function.
12450         (function_arg,function_arg_partial_nregs): New functions.
12451         (function_arg_{pass_by_reference,advance}): New functions.
12452         (function_arg_padding): New function.
12453         * ginclude/va-sparc.h: Rewrite v9 support.
12455 Fri Oct 17 12:29:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
12457         * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
12458         for hard regs to determine base and index registers.
12460         * reload.c (debug_reload_to_stream): New function.  Specify stream
12461         into which to write debug info.
12462         (debug_reload): Modify to call debug_reload_to_stream with stderr.
12464 Thu Oct 16 15:07:51 1997  Richard Henderson  <rth@cygnus.com>
12466         * combine.c (can_combine_p): Don't combine with an asm whose
12467         output is a hard register.
12469 Thu Oct 16 15:43:26 1997  Mike Stump  (mrs@wrs.com)
12471         * c-decl.c (start_struct): Ensure that structs with forward
12472         declarations are in fact packed when -fpack-struct is given.
12474         * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
12475         we are packing a structure.  This allows a structure with only
12476         bytes to be aligned on a byte boundary and have no padding on a
12477         m68k.
12479 Thu Oct 16 15:17:54 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12481         * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
12483 Thu Oct 16 11:20:30 1997  Richard Henderson  <rth@cygnus.com>
12485         * alpha.c (alpha_return_addr_rtx): New variable.
12486         (alpha_save_machine_status): New; save it.
12487         (alpha_restore_machine_status): New; restore it.
12488         (alpha_init_expanders): New; clear it.
12489         (alpha_return_addr): New; set it.
12490         (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
12491         is overly conservative, so search the insns explicitly.
12492         (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
12493         (alpha_sa_size [VMS && !VMS]): Likewise.
12494         * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
12495         (INIT_EXPANDERS): New definition.
12497         * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
12498         (output_prolog [!VMS]): Use them.
12500         * alpha.c (output_prolog [!VMS]): Move gp detection to ...
12501         (alpha_does_function_need_gp): ... a new function.  Refine the
12502         CALL_INSN test to just TYPE_JSR.
12503         * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
12505 Thu Oct 16 09:36:47 1997  Jeffrey A Law  (law@cygnus.com)
12507         * version.c: Bump for snapshot.
12509 Wed Oct 15 21:38:18 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12511         * pa.c (move_operand): Respect -mdisable-indexing.
12512         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
12514 Wed Oct 15 21:34:45 1997  David Edelsohn  <edelsohn@mhpcc.edu>
12516         * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
12517         PPC601.
12518         (umulsidi3,umulsi3_highpart): Ditto.
12519         (smulsi3_highpart_no_mq): Add !TARGET_POWER.
12521 Wed Oct 15 18:21:46 1997  Richard Henderson  <rth@cygnus.com>
12523         * alpha.c (final_prescan_insn): Gut, remove and transform to ...
12524         (alpha_handle_trap_shadows): ... a new function.  Handle the entire
12525         function in one go.  Emit RTL for trapb, instead of printf directly.
12526         (alpha_reorg): New function.  Call alpha_handle_trap_shadows.
12527         (trap_pending): Kill global variable.
12528         (output_epilog): Don't call final_prescan_insn.
12529         (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
12530         * alpha.h (FINAL_PRESCAN_INSN): Remove.
12531         (MACHINE_DEPENENT_REORG): Define.
12532         * alpha.md (jsr patterns with trapb): Stupid and useless.  Kill.
12533         (trapb): New insn.
12535 Wed Oct 15 18:16:05 1997  Richard Henderson  <rth@cygnus.com>
12537         Tune Haifa scheduler for Alpha:
12538         * alpha.h (ISSUE_RATE): Define.
12539         * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
12540         EV4 adjustments to EV5.
12541         * alpha.md: Remove all scaling from function unit delays.  Rework
12542         EV5 function units to match the CPU.
12543         (umuldi3_highpart): EV5 added the IMULH insn class.
12545 Wed Oct 15 17:42:41 1997  Jeffrey A Law  (law@cygnus.com)
12547         * pa.c (following_call): Fail if the CALL_INSN is an indirect
12548         call.
12550 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
12552         * cplus-dem.c (demangle_signature): Don't look for return types on
12553         constructors.  Handle member template constructors.
12555 Tue Oct 14 11:30:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
12557         * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
12558         * tree.h: Declare them.
12560 Fri Oct 10 13:46:56 1997  Doug Evans  <dje@canuck.cygnus.com>
12562         * configure.in: Handle --with-newlib.
12563         * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
12565         * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
12567 Wed Oct  8 14:37:44 1997  Jeffrey A Law  (law@cygnus.com)
12569         * config/ptx4.h: Fix typo.
12571 Wed Oct  8 08:57:20 1997  Jeffrey A Law  (law@cygnus.com)
12573         * version.c: Bump for snapshot.
12575 Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
12577         * aclocal.m4: Substitute INSTALL.
12578         * configure: Re-built.
12580 Tue Oct  7 15:37:35 1997  Jeffrey A Law  (law@cygnus.com)
12582         * integrate.c (save_for_inline_copying): Avoid undefined pointer
12583         operations.
12584         (expand_inline_function): Likewise.
12586         * dwarf2out.c (output_call_frame_info): Reinstate last change
12587         using flag_debug_asm check instead of flag_verbose_asm.
12589 Tue Oct  7 12:57:26 1997  Jim Wilson  <wilson@cygnus.com>
12591         * dwarf2out.c (output_call_frame_info): Remove last change.
12593 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12595         * frame.c (__frame_state_for): Execute the FDE insns until the
12596         current pc value is strictly bigger than the target pc value.
12598 Tue Oct  7 11:00:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
12600         * regclass.c (init_reg_modes): If we can't find a mode for the
12601         register, use the previous one.
12603 Tue Oct  7 10:55:34 1997  Richard Henderson  <rth@cygnus.com>
12605         * haifa-sched.c (print_block_visualization): Call fprintf directly,
12606         don't sprintf through an alloca'ed buffer.
12608 Tue Oct  7 10:52:29 1997  Thomas Koenig (ig25@rz.uni-karlsruhe.de)
12610         * reload.c (decompose): Always initialize val.base.
12612 Tue Oct  7 10:19:26 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
12614         * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
12615         instead of aborting.
12616         * dwarf2out.c (output_call_frame_info): Call app_enable and
12617         app_disable to let GNU as accept the generated comments.
12619 Tue Oct  7 11:41:21 1997  Michael Meissner  <meissner@cygnus.com>
12621         * tree.h (get_file_function_name): Add declaration.
12622         * dwarf2out.c (output_call_frame_info): No need to cast
12623         get_file_function_name call anymore.
12624         * profile.c (toplevel): Remove get_file_function_name
12625         declaration.
12626         * c-lang.c (finish_file): Ditto.
12628 Tue Oct  7 10:01:45 1997  Chip Salzenberg <chip@rio.atlantic.net>
12630         * Makefile.in (program_transform_name): Let autoconf substitute
12631         the correct value.
12633 Tue Oct  7 09:54:35 1997  Jeffrey A Law  (law@cygnus.com)
12635         * haifa-sched.c (schedule_block): If the first real insn in a
12636         block has any special notes attached to it, remove them.
12638 Tue Oct  7 09:48:51 1997  Richard Henderson  <rth@cygnus.com>
12640         * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
12642 Mon Oct  6 12:47:32 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
12644         * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
12646 Mon Oct  6 12:04:24 1997  Jeffrey A Law  (law@cygnus.com)
12648         * Makefile.in (check-g77): New test target.
12649         (CHECK-TARGETS): Add check-g77.
12651 Fri Oct  3 11:56:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12653         * toplev.c (rest_of_compilation): Defer all non-nested inlines.
12655 Fri Oct  3 15:49:27 1997  Michael Meissner  <meissner@cygnus.com>
12657         * flow.c (print_rtl_with_bb): Cast alloca return value for
12658         in_bb_p.
12660 Thu Oct  2 21:15:03 1997  Richard Henderson  <rth@cygnus.com>
12662         * i386.h (RETURN_ADDR_RTX): New definition that works for
12663         __builtin_return_address(0) and -fomit-frame-pointer.
12665 Wed Oct  1 13:43:53 1997  Jim Wilson  <wilson@cygnus.com>
12667         Bring over from FSF.
12668         Tue Aug  5 16:10:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
12670         * mips.c (function_arg): Handle passing a struct
12671         containing a double in a DFmode register without the PARALLEL.
12673 Wed Oct  1 11:13:25 1997  Ian Lance Taylor  <ian@cygnus.com>
12675         * pexecute.c: Use spawn if __CYGWIN32__.
12677         * pexecute.c: Include "config.h" first, as per autoconf manual
12678         (from Paul Eggert  <eggert@twinsun.com>).
12680 Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
12682         * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
12683         optimisation for f/expr.o and f/stb.o.
12685 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
12687         * cse.c (this_insn_cc0_mode): Initialize.
12689 Tue Sep 30 23:09:40 1997  Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
12691         * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
12693         * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
12695 Tue Sep 30 23:06:43 1997  Richard Henderson  <rth@cygnus.com>
12697         * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
12698         that pair will dual-issue on the 21164 and plus+beq won't.
12699         (bne): Likewise for cmpeq+beq.
12701 Tue Sep 30 16:07:58 1997  Jim Wilson  <wilson@cygnus.com>
12703         * except.c (find_exception_handler_labels): Correct argument to free.
12705 Tue Sep 30 11:00:00 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12707         * except.c (find_exception_handler_labels): Free LABELS when we're
12708         done.
12710 Mon Sep 29 14:04:35 1997  Jeffrey A Law  (law@cygnus.com)
12712         * version.c: Bump for snapshot.
12714 Mon Sep 29 10:51:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12716         * flow.c (find_basic_blocks): Mark calls as potentially jumping
12717         to the EH labels.
12719 Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
12721         * configure.in: Substitute for "install" too.
12722         * configure: Rebuilt.
12724 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12726         * Makefile.in (bootstrap-lean, compare-lean): New targets.
12728 Mon Sep 29 00:18:16 1997  Richard Henderson  (rth@cygnus.com)
12730         * alias.c (base_alias_check): Two symbols can conflict if they
12731         are accessed via AND.
12732         (memrefs_conflict_p): Likewise.
12734         * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
12735         after flushing argument registers to the stack.
12737         * Makefile.in (mostlyclean): Remove .regmove files.
12739 Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
12741         * libgcc2.c (__throw): Fix thinko.
12743 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
12745         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
12746         template-function mangling.
12747         (consume_count_with_underscores): New function.
12748         (demangle_signature): Handle new name-mangling scheme.
12750 Sun Sep 28 01:55:04 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
12752         * flow.c (print_rtl_with_bb): Cast alloca return values for variables
12753         start and end.
12755 Sun Sep 28 01:05:16 1997  Jeffrey A Law  (law@cygnus.com)
12757         * frame.c: Remove last change.
12758         * dwarf2.h: Remove last change.
12759         * tree.h: Add declarations of DWARF2 unwind info support
12760         functions.
12762 Sat Sep 27 11:02:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
12764         * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
12765         * tree.h (built_in_function): Likewise.
12766         * expr.c (expand_builtin): Likewise.
12767         * except.h: Likewise.
12768         * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
12769         * libgcc2.c (copy_reg): New fn.
12770         (__throw): Use it.
12772 Fri Sep 26 08:54:59 1997  Paul Eggert  <eggert@twinsun.com>
12774         * c-typeck.c (build_binary_op): Warn about comparing signed vs
12775         unsigned if -W is specified and -Wno-sign-compare is not.
12776         * c-decl.c (warn_sign_compare): Initialize to -1.
12777         (c_decode_option): -Wall no longer implies -Wsign-compare.
12779 Fri Sep 26 09:00:13 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12781         * frame.c: Include gansidecl.h for PROTO.
12782         * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
12783         defined.  Don't declare dwarf2out_cfi_label here.
12784         * dwarf2.h: Add declarations of DWARF2 unwind info support
12785         functions.
12786         * m68k.c: Include dwarf2.h.
12787         (output_function_prologue): Add dwarf2 support.
12788         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
12789         (INCOMING_FRAME_SP_OFFSET): Likewise.
12791         * integrate.c (expand_inline_function): Make sure there is at
12792         least one insn that can be used as an insertion point.
12794 Wed Sep 24 21:34:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
12796         * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
12798 Wed Sep 24 22:05:30 1997  Jeffrey A Law  (law@cygnus.com)
12800         * version.c: Bump for snapshot.
12802 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
12804         Bring over from FSF.
12806         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
12808         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
12809         (get_pc_via_rdpc): Renamed from get_pc_sp64.
12810         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
12812         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
12814         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
12815         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
12816         -malign-functions=.
12817         (sparc_align_{loops,jumps,funcs}_string): Declare.
12818         (sparc_align_{loops,jumps,funcs}): Declare.
12819         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
12820         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
12821         (STACK_BIAS): Define.
12822         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
12823         test.
12824         (SPARC_SETHI_P): New macro.
12825         (CONST_OK_FOR_LETTER_P): Use it.
12826         (ASM_OUTPUT_ALIGN_CODE): Define.
12827         (ASM_OUTPUT_LOOP_ALIGN): Define.
12828         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
12829         (sparc_align_{loops,jumps,funcs}): New globals.
12830         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
12831         -malign-functions=.
12832         (move_operand): Use SPARC_SETHI_P.
12833         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
12834         perform test.
12835         (arith11_double_operand): Likewise.
12836         (arith10_double_operand): Likewise.
12837         (finalize_pic): Finish sparc64 support.
12838         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
12839         64 bit constants if able.
12840         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
12841         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
12842         ! TARGET_FPU.
12843         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
12844         (get_pc_sp32): Use for sparc64 as well.
12845         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
12846         (sethi_di_sp64_const): Likewise.
12847         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
12848         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
12849         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
12851         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
12853         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
12854         * sparc/linux.h (COMMENT_BEGIN): Likewise.
12855         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
12857         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
12859         Add sparc64 linux support.
12860         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
12861         to xm_file list on 32-bit sparc-linux.
12862         * sparc/xm-sp64.h: New file.
12863         * sparc/linux64.h: New file.
12864         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
12865         Don't include xm-sparc.h.
12866         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
12867         * glimits.h (LONG_MAX): Handle sparc64.
12869         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
12871         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
12872         * sparc.h (ASM_COMMENT_START): Define.
12873         * sparc.c (output_function_prologue): Use it.
12874         (sparc_flat_output_function_{epi,pro}logue): Likewise.
12876         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
12878         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
12879         use sparc.h's copies.
12880         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
12881         ascii form as well.
12883         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12885         * sparc.c (dwarf2out_cfi_label): Add declaration.
12886         (save_regs, output_function_prologue): Remove cast for it.
12887         (sparc_flat_{save_restore,output_function_prologue): Likewise.
12888         ({save,restore}_regs): No longer inline.
12890 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12892         * fold-const.c (make_range): Correctly handle cases of converting
12893         from unsigned to signed type.
12895 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
12897         * fold-const.c (merge_ranges): Make sure that if one range is subset
12898         of another, it will always be the second range.  Correct (+,-) case to
12899         account for this.
12901 Tue Sep 23 08:32:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
12903         * final.c (final_end_function): Also do dwarf2 thing if
12904         DWARF2_DEBUGGING_INFO.
12905         (final_start_function): Likewise.
12907 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
12909         * expmed.c (expand_divmod): If compute_mode is not the same as
12910         mode, handle the case where convert_modes() causes op1 to no
12911         longer be a CONST_INT.
12913         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
12914         note holding get_jump_flags() calculation to all JUMP_INSNs.
12915         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
12916         * rtl.c (reg_note_name): Add new note types.
12918 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
12920         * rtlanal.c (computed_jump_p): Fix typo in last change.
12922 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12924         * loop.c (indirect_jump_in_function_p): Return 0
12925         by default.
12927 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
12929         * rs6000/xm-rs6000.h: Fix thinko in last change.
12930         * rs6000/xm-sysv4.h: Likewise.
12932 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
12934         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
12936 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
12938         * reg-stack.c (find_blocks): Fix thinko in last change.
12940 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12942         * m68k.c (output_function_prologue): Add dwarf2 support.
12944         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
12945         INCOMING_FRAME_SP_OFFSET): New definitions.
12947 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
12949         * combine.c (try_combine): Use NULL_RTX instead of '0' where
12950         appropriate in calls to gen_rtx().
12951         * cse.c (cse_main): Likewise.
12952         * emit-rtl.c (gen_label_rtx): Likewise.
12953         * expr.c (init_expr_once): Likewise.
12954         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
12955         sched_analyze, init_rgn_data_dependences,
12956         compute_block_backward_dependences): Likewise.
12957         * sched.c (schedule_insns): Likewise.
12958         * varasm.c (immed_double_const): Likewise.
12960         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
12961         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
12963 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
12965         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
12966         (MULTILIB_DEFAULTS): Define.
12967         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
12968         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
12969         (LIBGCC_SPEC): Likewise.
12970         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
12971         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
12972         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
12973         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
12974         (EXTRA_PARTS, TAROUTOPTS): Delete.
12975         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
12976         (MULTILIB_OPTIONS): Define.
12977         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
12978         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
12980 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
12982         * version.c: Bump for snapshot.
12984 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
12986         * loop.c (loop_number): Delete function.  Change all references
12987         to use uid_loop_num array.
12988         * loop.h (loop_number): Delete declaration.
12989         * unroll.c (unroll_loop): Change "loop_number" references to
12990         use uid_loop_num instead.
12992         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
12993         conditional.
12994         (loop_unroll_iter): Remove unused variable and all references.
12995         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
12996         (insert_bct): Fix minor formatting problems.
12997         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
12998         (loop_unroll_iter): Removed unused decl.
12999         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
13000         Always record the unrolling factor.
13002         * cse.c (simplify_relational_operation): Set h0u just like h0s.
13003         Similarly for h1u and h1s.
13005         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
13006         (find_basic_blocks): Use computed_jump_p to determine if a
13007         particular JUMP_INSN is a computed jump.
13008         * reg-stack.c (find_blocks): Use computed_jump_p to determine
13009         if a particular JUMP_INSN is a computed jump.
13010         * rtlanal.c (jmp_uses_reg_or_mem): New function.
13011         (computed_jump_p): Likewise.
13012         * rtl.h (computed_jump_p): Declare.
13013         * genattrtab.c (pc_rtx): Define and initialize.
13014         * loop.c (loop_optimize): Always determine if the current
13015         function has a computed jump.
13016         (indirect_jump_in_function_p): Use computed_jump_p to determine
13017         if a particular JUMP_INSN is a computed jump.
13019         * loop.c (fix_bct_param): Delete unused function.
13020         (check_bct_param): Likewise.
13022 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
13024         * frame.c (__deregister_frame): Check properly for initialized object.
13026 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13028         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
13030 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13032         * jump.c (thread_jumps): check can_reverse_comparison_p before
13033         threading a reversed-condition jump.
13035         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
13036         * haifa-sched.c (update_flow_info): Likewise.
13038 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
13040         * Makefile.in (BOOT_CFLAGS): Use -O2.
13042         * configure.in (strtoul, bsearch): Have autoconf check for these
13043         functions.
13044         * configure, config.in: Rebuilt.
13046         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
13047         * mips/mips.h (alloca): Likewise.
13048         * rs6000/xm-rs6000.h (alloca): Likewise.
13049         * rs6000/xm-sysv4.h: Likewise.
13051 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
13053         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
13054         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
13055         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
13057         * except.c (end_eh_unwinder): Subtract 1 from return address.
13058         * libgcc2.c (__throw): Likewise.
13059         (find_exception_handler): Don't change PC here.  Compare end with >.
13061 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
13063         * v850.c (compute_register_save_size): Correct register
13064         number.
13065         * v850.md (save_interrupt, return_interrupt): Correct
13066         register number.
13067         * v850/lib1funcs.asm (save_interrupt): Correct register number.
13068         (return_interrupt): Use stack pointer, not element pointer.
13070 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
13072         * configure.in, configure: Make sure to create the stage* and include
13073         symbolic links in each subdirectory.
13075 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
13077         * pa.md (reload_peepholes): Don't allow addresses with side
13078         effects for the memory operand.
13080 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
13082         * libgcc2.c (find_exception_handler): Subtract one from our PC when
13083         looking for a handler, to avoid hitting the beginning of the next
13084         region.
13086         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
13088 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
13090         * mips/abi64.h (LONG_MAX_SPEC): Define.
13091         * mips.h (LONG_MAX_SPEC): Define.
13092         (CPP_SPEC): Include long_max_spec.
13093         (EXTRA_SPECS): Include long_max_spec.
13095 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
13097         * v850.c (construct_save_jarl): Fix thinko in last change.
13099 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
13101         * version.c: Bump for snapshot.
13103 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13105         * libgcc2.c (find_exception_handler): Not found is -1.
13107         * integrate.c (expand_inline_function): Move expand_start_bindings
13108         after expanding the arguments.
13110 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
13112         * expr.c (expand_expr): Remove previous incorrect change.
13113         If target and slot has no DECL_RTL, then call mark_addressable
13114         again for the slot after we give it RTL.
13116 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
13118         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
13119         again for the slot after we give it RTL.
13121 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
13123         * v850.c (register_is_ok_for_epilogue,
13124         pattern_is_ok_for_epilogue, construct_restore_jr,
13125         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
13127         * v850.h (pattern_is_ok_for_prologue,
13128         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
13129         predicates.
13131         * v850.md: Replace prologue and epilogue patterns with a
13132         match_parallel pattern.
13134 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
13136         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
13137         * configure.in: Use EGCS_PROG_INSTALL.
13139 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
13141         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
13142         extern inline function.
13144 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
13146         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
13147         (concat_loc_descriptor): New function.
13148         (loc_descriptor): Call it.
13149         (add_AT_location_description): Also elide the descriptor if both
13150         halves of a CONCAT are pseudos.
13151         (add_location_or_const_value_attribute): Recognize CONCAT too.
13153 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
13155         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
13157         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
13158         out-or-range reg_offset.
13159         (output_epilog): Likewise.
13161 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
13163         * cse.c (simplify_relational_operation): If MODE specifies a
13164         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
13165         is derived from the sign bit of the low word.
13167 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
13169         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
13171         * dwarf2.h: Add DW_CFA_GNU_args_size.
13172         * frame.c (execute_cfa_insn): Likewise.
13173         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
13174         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
13175         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
13176         insn, hand it off to dwarf2out_stack_adjust.
13177         (dwarf2out_begin_prologue): Initialize args_size.
13178         * frame.h (struct frame_state): Add args_size.
13179         * libgcc2.c (__throw): Use args_size.
13180         * final.c (final_scan_insn): If we push args, hand off all insns
13181         to dwarf2out_frame_debug.
13182         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
13184         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
13185         Handle epilogue restore of SP from FP.
13186         * emit-rtl.c (gen_sequence): Still generate a sequence if the
13187         lone insn has RTX_FRAME_RELATED_P set.
13189         * frame.c (extract_cie_info): Handle "e" augmentation.
13190         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
13191         absence of UNALIGNED_*_ASM_OP.
13192         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
13193         (output_call_frame_info): Use "e" instead of "z" for augmentation.
13194         Don't emit augmentation fields length.
13195         (dwarf2out_do_frame): Move outside of #ifdefs.
13196         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
13197         opcodes.
13199         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
13200         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
13201         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
13202         * sparc/sun4gas.h: New file.
13203         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
13205         * collect2.c (write_c_file_stat, write_c_file_glob): Declare
13206         __register_frame_table and __deregister_frame.
13208 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
13210         * except.c (find_exception_handler_labels): Use xmalloc instead of
13211         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
13212         in some cases.
13214 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
13216         * Makefile.in: Various changes to build info files
13217         in the object tree rather than the source tree.
13219 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
13221         * fixinc.math: New file to fix math.h on some systems.
13222         * configure.in (freebsd, netbsd): Use fixinc.math on these
13223         systems.
13224         * configure: Rebuilt.
13226 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
13228         * regmove.c (regmove_optimize): If we end up moving the
13229         original insn due to lifetime overlaps, make sure to move
13230         REG_NOTES too.
13232 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
13234         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
13236 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
13238         * haifa-sched.c (add_branch_dependences): Make each insn in
13239         a SCHED_GROUP_P block explicitly depend on the previous insn.
13241 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
13243         * except.h: Prototype dwarf2 hooks.
13244         * expr.c: Adjust.
13246 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
13248         * configure.in (native_prefix): Delete.
13249         (mips-dec-netbsd): Don't set prefix.
13250         (*linux*): Don't set prefix.
13252 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
13254         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
13255         defined.  If not defined, include <sys/varargs.h> if
13256         HAVE_SYS_VARARGS_H is defined.
13257         * configure.in: Test for varargs.h and sys/varargs.h.
13258         * configure: Regenerate with autoconf.
13259         * config.in: Regenerate with autoheader.
13261         * cpplib.c (quote_string): Cast first arg of sprintf call
13262         from "unsigned char *" to "char *".
13263         (output_line_command): Ditto.
13264         (macroexpand): Ditto.
13265         (do_line): Cast atoi arg from "unsigned char *" to "char *".
13267 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
13269         * version.c: Bump for snapshot.
13271         * Makefile.in (compare): Exit with nonzero status if there
13272         are comparison failures.  Note which files failed the
13273         comparison test in .bad_compare.
13275 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13277         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
13279 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
13281         * Makefile.in (LN, LN_S): New macros, use where appropriate.
13282         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
13283         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
13284         * configure: Regenerated.
13286 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
13288         * loop.c (strength_reduce): Fix typo.
13290 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
13292         * m88k/m88k.c (struct option): Rename to struct options.
13293         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
13294         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
13295         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
13296         __DOLPHIN__ or sysV88.
13298 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
13300         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
13301         create new subreg.
13303 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
13305         * config.sub: Accept 'amigados' for backward compatability.
13307 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13309         * Makefile.in (testsuite/site.exp): New target.
13310         (check-gcc, check-g++): Depend on testsuite/site.exp.
13311         Don't stop for failure.
13313 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
13315         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
13316         if DWARF2_UNWIND_INFO.
13318 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
13320         Add support for exception handling using DWARF 2 frame unwind info.
13321         Currently works on SPARC and MIPS, and almost on x86.
13323         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
13324         next_stack_level, in_reg_window): Helper fns.
13325         (__throw): Implement for DWARF2_UNWIND_INFO.
13327         * expr.c (expand_builtin): Handle builtins used by __throw.
13328         * tree.h (enum built_in_function): Add builtins used by __throw.
13329         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
13330         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
13331         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
13332         (expand_builtin_extract_return_addr): Likewise.
13333         (expand_builtin_frob_return_addr): Likewise.
13334         (expand_builtin_set_return_addr_reg): Likewise.
13335         (expand_builtin_eh_stub): Likewise.
13336         (expand_builtin_set_eh_regs): Likewise.
13337         (eh_regs): Choose two call-clobbered registers for passing back values.
13339         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
13340         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
13341         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
13342         (stmp-multilib): Likewise.
13343         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
13345         * except.c: #include "defaults.h".
13346         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
13347         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
13348         (register_exception_table_p): New fn.
13349         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
13350         (end_eh_unwinder): Likewise.
13352         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
13353         call __register_frame and __deregister_frame as needed.
13354         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
13355         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
13356         EH_FRAME_SECTION_ASM_OP.
13357         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
13358         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
13359         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
13361         * dwarf2out.c (output_call_frame_info): If no support for
13362         EXCEPTION_SECTION, mark the start of the frame info with a
13363         collectable tag.
13364         * collect2.c (frame_tables): New list.
13365         (is_ctor_dtor): Recognise frame entries.
13366         (scan_prog_file): Likewise.
13367         (main): Pass -fno-exceptions to sub-compile.  Also do collection
13368         if there are any frame entries.
13369         (write_c_file_stat): Call __register_frame_table and
13370         __deregister_frame as needed.
13371         (write_c_file_glob): Likewise.
13373         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
13374         Also require unaligned reloc support.
13375         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
13376         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
13377         * sparc/sysv4.h: Not here.
13379         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
13380         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
13381         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
13383         * libgcc2.c (L_eh): Reorganize, moving code shared by different
13384         EH implementations to the top.
13385         (find_exception_handler): Split out.  Start from 0.  Compare against
13386         end with >=.
13387         (__find_first_exception_table_match): Use it.
13388         * except.c (output_exception_table): Don't do anything if there's
13389         no table.  Don't output a first entry of zeroes.
13390         (eh_outer_context): Adjust properly.
13391         (add_eh_table_entry): Use xrealloc.
13392         * toplev.c (compile_file): Just call output_exception_table.
13394 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
13396         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
13398 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
13400         * except.c (eh_outer_context): Do masking using expand_and.
13402 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
13404         Add port done awhile ago for the ARC cpu.
13405         * arc/arc.h: New file.
13406         * arc/arc.c: New file.
13407         * arc/arc.md: New file.
13408         * arc/initfini.c: New file.
13409         * arc/lib1funcs.asm: New file.
13410         * arc/t-arc: New file.
13411         * arc/xm-arc.h: New file.
13412         * ginclude/va-arc.h: New file.
13413         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
13414         * ginclude/varargs.h: Likewise.
13415         * Makefile.in (USER_H): Add va-arc.h.
13416         * configure.in (arc-*-elf*): Recognize.
13417         * longlong.h: Add ARC support.
13419 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
13421         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
13422         when clearing non-BLKmode data.
13424 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
13426         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
13427         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
13429         * xm-m88k.h (USG): Only define if it hasn't already been defined.
13431         * Makefile.in (risky-stage1): Delete gratutious whitespace.
13433         * Makefile.in (clean): Delete libgcc1-test.
13435         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
13437 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
13439         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
13440         template.
13442 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13444         * dwarf2out.c (output_call_frame_info): Call named_section.
13446 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
13448         * haifa-sched.c (print_value): Fix last change.
13450 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
13452         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
13453         write_symbols.
13455 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
13457         * mips.c (function_prologue): Set up the CFA when ABI_32.
13459         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
13460         for dwarf2 unwind info.
13461         (output_function_prologue, sparc_flat_output_function_prologue): Same.
13463         * final.c (final_end_function): Check dwarf2out_do_frame instead
13464         of DWARF2_DEBUG for dwarf2 unwind info.
13465         (final_scan_insn): Likewise.
13466         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
13467         (final): Not here.
13469         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
13470         count > 0.
13472         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
13474 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
13476         * v850.h (ASM_SPEC): Pass on target processor.
13477         (CPP_PREDEFINES): Only define if not already specified.
13478         (TARGET_VERSION): Only define if not already specified.
13479         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
13480         processor.
13481         (EXTRA_SWITCHES): Extra entries in the switches array.
13482         (TARGET_DEFAULT): Set default target processor.
13484 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
13486         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
13487         cases, add %# and %/, and add : to make them into extended asms.
13489 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
13491         * alias.c (init_alias_analysis): Clean up incompatible pointer
13492         type warning in bzero.
13493         * regmove.c (regmove_optimize): Ditto.
13494         * haifa-sched.c (find_rgns): Ditto.
13496         * haifa-sched.c (print_value): Clean up ptr->int cast
13497         warnings.
13499 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
13501         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
13502         * install.texi (Configurations): Ditto.
13503         * config.sub: Ditto.
13505 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
13507         * Makefile.in (sdbout.o): Depend on insn-config.h.
13509 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
13511         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
13512         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
13514 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
13516         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
13517         prologue insn, only the first elt is significant.
13518         (output_call_frame_info): For exception handling, always use 4-byte
13519         fields as specified by the dwarf2 spec.
13520         Don't skip trivial FDEs.
13522 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
13524         * version.c: Bump for snapshot.
13526 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
13528         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
13529         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
13530         when op1_is_pow2.
13532 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
13534         * final.c (shorten_branches): During first pass, assume worst
13535         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
13537         * Makefile.in (distclean): Remove various things left around
13538         by running the testsuite.
13540 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
13542         * configure.in (out_file): Emit definition to config.status in order
13543         to have a defined value for configure.lang.
13544         * configure: Re-built.
13546 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
13548         * configure.in: Make symlink to as-new rather than as.new.  Similarly
13549         for ld-new.
13550         * configure: Rebuilt.
13552 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
13554         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
13556 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
13558         * sparc/sparc.md: Add ultrasparc scheduling support.
13559         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
13561 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
13563         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
13564         as initial value for real_label_map.
13565         (copy_for_inline): Likewise.
13567 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
13569         * sched.c (update_flow_info) When looking if to set found_split_dest
13570         or found_orig_dest, look at all parts of a PARALLEL.
13571         * haifa-sched.c (update_flow_info): Likewise.
13573 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
13575         * v850: New directory for v850 port.
13576         * v850/lib1funcs.asm: New file.
13577         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
13578         * ginclude/va-v850.h: New file.
13579         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
13580         * configure.in (mn10200-*-*): New target.
13581         * configure: Rebuilt.
13582         * config.sub: Handle v850-elf.
13583         * Makefile.in (USER_H): Add va-mn10200.h.
13584         * invoke.texi: Document v850 stuff.
13586 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
13588         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
13589         has integer TYPE_{MAX,MIN}_VALUE before using them.
13591         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
13592         __HPUX_ASM__ versions.
13594 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
13596         * install.sh: Delete duplicate install script.
13598 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
13600         * reg-stack.c (subst_stack_regs): Pop the stack register for a
13601         computed goto which sets the same stack register.
13603         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
13604         destination are both on the regstack.
13605         (subst_stack_regs_pat): Put the destination at the top of the regstack.
13607 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
13609         * mips.md (nonlocal_goto_receiver): Define.
13611         * profile.c (output_arc_profiler): Check next_insert_after for non
13612         NULL before deferencing it.
13614         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
13616 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
13618         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
13620 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
13622         * toplev.c (rest_of_compilation): For passes starting with
13623         flow_analysis, use print_rtl_with_bb instead of print_rtl.
13625         * print-rtl.c (print_rtl_single): Print a single rtl value to a
13626         file.
13628         * flow.c (print_rtl_with_bb): Print which insns start and end
13629         basic blocks.  For the start of a basic block, also print the live
13630         information.
13632 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
13634         * toplev.c (main): Change #elif to #else/#ifdef
13636         * tlink.c: Include ctype.h.
13637         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
13639 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
13641         * bitmap.c: Conditionally include stdlib.h.
13642         (free): Provide a declaration if NEED_DECLARATION_FREE.
13644 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
13646         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
13648 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
13650         * profile.c (output_arc_profiler): Verify next_insert_after is an
13651         INSN before and after skipping a stack pop.
13653 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
13655         * final.c (shorten_branches): Don't count the lengths of deleted
13656         instructions.
13658 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
13660         * version.c: Bump for snapshot.
13662 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
13664         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
13665         two bitmaps ANDed together.
13666         (bitmap_print): Declare.
13668         * bitmap.c (function_obstack): Don't declare any more.
13669         (bitmap_obstack): Obstack for allocating links from.
13670         (bitmap_obstack_init): New static to say whether to initialize
13671         bitmap_obstack.
13672         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
13673         (bitmap_release_memory): Free all memory allocated from
13674         bitmap_obstack.
13676         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
13677         EXECUTE_IF_AND_IN_BITMAP.
13679 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
13681         * alias.c (true_dependence): Address with AND can alias scalars.
13682         (anti_dependence, output_dependence): Likewise.
13684         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
13686 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
13688         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
13689           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
13690           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
13691           definitions.  Use -qrtems instead of -mrtems.
13693 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
13695         * xm-sco5.h (sys_siglist): Define.
13696         (SYS_SIGLIST_DECLARED): Likewise.
13698 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
13700         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
13702 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
13704         * except.c (eh_outer_context): Expand masking operation using
13705         expand_binop.
13707 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
13709         * alpha.md (floatdisf2-1): New pattern.
13711 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
13713         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
13714         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
13715         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
13716         * gcc.texi: Note that if you define sys_siglist that you should
13717         also define SYS_SIGLIST_DECLARED.
13719         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
13720         are relative to the next instruction, not the current instruction.
13722 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
13724         * local-alloc.c (contains_replace_regs): New function.
13725         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
13726         verify that there is no existing REG_EQUIV note, and add a call to
13727         contains_place_regs.
13729 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13731         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
13732         (STARTFILE_SPEC): Always use crtbegin.o%s
13733         (ENDFILE_SPEC): Always use crtend.o%s.
13735 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
13737         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
13738         is passed in.
13739         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
13740         SFmode for 64 bit hosts.
13742 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
13744         * fixincludes: Permits spaces between # and define.  Discard C++
13745         comments in sys/pci.h on HP/UX 10.20.
13747 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
13749         * version.c: Bump for snapshot.
13751         * pa.c (restore_unscaled_index_insn_codes): New function.
13752         (record_unscaled_index_insn_codes): Likewise.
13753         (output_function_prologue): Call restore_unscaled_index_insn_codes.
13754         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
13755         (pa_reorg): Call record_unscaled_index_insn_codes.
13757         * haifa-sched.c (move_insn): Handle notes correctly for insns
13758         with SCHED_GROUP_P set.
13760 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13762         * alpha/xm-linux.h (USE_BFD): Undef before define.
13764 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
13766         * cse.c (cse_insn): Don't record BLKmode values.
13768 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
13770         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
13772 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
13774         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
13775         * collect2.c (sys_errlist): Likewise.
13776         * cpplib.c (sys_errlist): Likewise.
13777         * gcc.c (sys_errlist): Likewise.
13778         * protoize (sys_errlist): Likewise.
13779         * configure.in: Check for strerror.
13780         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
13781         * xm-gnu.h (HAVE_STRERROR): Likewise.
13782         * xm-linux.h (HAVE_STRERROR): Likewise.
13783         * xm-netbsd.h (HAVE_STRERROR): Likewise.
13784         * xm-bsd386.h (HAVE_STRERROR): Likewise.
13785         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
13786         * xm-dos.h (HAVE_STRERROR): Likewise.
13787         * xm-mingw32.h (HAVE_STRERROR): Likewise.
13788         * xm-pa.h (HAVE_STRERROR): Likewise.
13789         * xm-papro.h (HAVE_STRERROR): Likewise.
13790         * xm-sysv4.h (HAVE_STRERROR): Likewise.
13791         * configure, config.in: Rebuilt.
13793         * Makefile.in: Add several missing "else true" clauses.
13795         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
13796         * mips-tfile.c: Likewise.
13797         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
13798         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
13799         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
13800         * configure.in: Check for sys_siglist declaration.
13801         * configure, config.in: Rebuilt.
13803 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
13805         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
13806         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
13807         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
13808         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
13809         * rs6000/sysv4.h (extra_subtarget_switches): Added new
13810         macro EXTRA_SUBTARGET_SWITCHES.
13811         * configure.in (sh*-*-rtems*): New target.
13812         * sh/rtems.h: New file.
13813         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
13814         * configure: Rebuilt.
13816 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
13818         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
13820 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
13822         * rs6000.md: Make DF fused-add operations pay attention to
13823         -mno-fused-add.
13825 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
13827         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
13829 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
13831         * pa.md (reload_peepholes): Make sure operand is a REG before
13832         examining REGNO.  Allow general registers too.
13834 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
13836         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
13838 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
13840         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
13841         to reallocate abbrev_die_table.
13843 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
13845         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
13847 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13849         * Makefile.in (config.status): Depend on version.c
13851         * expr.h (insn_gen_function): Reenable prototype.
13853         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
13854         first parameter.
13856 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
13858         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
13860 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
13862         * version.c: Bump for latest snapshot.
13864         * bc-optab.c: Conditionally include stdlib.h.
13865         (free): Provide a declaration if NEED_DECLARATION_FREE.
13866         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
13867         * rtl.h (free): Remove declaration.
13868         * tree.h (free): Remvoe declaration.
13870         * configure: Rebuilt.
13872 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
13874         * flags.h (flag_move_all_movables): Declare.
13875         (flag_reduce_all_givs): Likewise.
13876         * loop.c (move_movables): Handle flag_move_all_movables.
13877         (strength_reduce): Handle flag_reduce_all_givs.
13878         * toplev.c (flag_move_all_movables): Define.
13879         (flag_reduce_all_givs): Likewise.
13880         (f_options): Add -fmove-all-movables and -freduce-all-givs.
13881         * invoke.texi: Document new options, including alias stuff that
13882         wasn't included last time.
13884 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
13886         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
13887         * t-mn10200: Ditto.
13888         * t-vxsparc: Ditto.
13889         * t-vxworks68: Ditto.
13890         * t-vxworks960: Ditto.
13891         * t-vx29k: Ditto.
13893 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
13895         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
13896         if not already defined, and USE_C_ALLOCA not defined.
13898 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
13900         * config.guess: Replace with script that uses ../config.guess.
13902         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
13903         if USE_GNULIBC_1 is not defined.
13905 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
13907         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
13908         * config.guess: Recognize alpha-linux-gnulibc1.
13909         * configure.in (alpha-*-linux-gnulibc1): New target.
13910         (alpha-*-linux-gnu*): Don't build crtbegin/end.
13912 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
13914         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
13915         last change.
13917 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
13919         * loop.c (combine_movables): Earlier insns don't match later ones.
13921 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
13923         * config/linux.h (CC1_SPEC): Define it only if not defined.
13925         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
13926         <linux.h>
13928         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
13929         USE_GNULIBC_1 is not defined.
13931         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
13933         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
13934         as 1 if USE_GNULIBC_1 is not defined.
13936 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
13938         * reorg.c (dbr_schedule): Allow current_function_return_rtx
13939         to be something other than a REG.
13940         * function.c (expand_function_end): Fix current_function_return_rtx
13941         if it was a pseudo.
13943         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
13944         * x-netbsd: Likewise
13945         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
13946         (INSTALL_HEADERS): Delete.
13947         * x-dguxbcs: Likewise.
13948         * x-hp3bsd44: Likewise
13949         * x-pa: Likewise.
13951 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
13953         * i386.md (pop): pop increments the stack pointer.
13954         (prologue_set_stack_ptr): New pattern.
13955         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
13956         instead of subsi3.
13958 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
13960         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
13961         address where an offsettable address is required.
13963 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
13965         * loop.c (check_final_value): Don't miss a biv increment in a
13966         parallel.
13968 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
13970         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
13971         TYPE_DECL_IS_STUB instead of DECL_NAME.
13973 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13975         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
13977 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
13979         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
13981 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
13983         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
13984         (find_post_sched_live): Likewise.
13986         * haifa-sched.c (schedule_block): Remove old code to get arguments
13987         from hard regs into pseudos early.
13989 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
13991         * version.c: Bump for new snapshot.
13993         * local-alloc.c (update_equiv_regs): All the target to reject
13994         promotion of some REG_EQUAL to REG_EQUIV notes.
13995         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
13997         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
13998         secondary reloads.
14000         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
14001         store of the argument registers.
14003 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
14005         * fold-const.c (multiple_of_p): New function.
14006         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
14008 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
14010         * expr.h (insn_gen_function): Temporarily remove prototype.
14012 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
14014         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
14015         filenames.  Use sed to extract base filename for install.
14017 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
14019         * unroll.c (find_splittable_givs): Only share if two givs have the
14020         same add and multiply values.
14022 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
14024         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
14025         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
14027 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
14029         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
14030         around branch tables.
14031         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
14032         and .end_brtab directives if TARGET_GAS.
14034 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
14036         * alias.c (true_dependence): Pass x_addr not x to varies.
14038         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
14039         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
14040         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
14041         declarations.
14042         * config.in, configure: Regenerate.
14044 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
14046         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
14047         LO_SUM.
14048         (record_set): Handle LO_SUM like PLUS.
14049         (init_alias_analysis): When following chains of base addresses,
14050         do not stop on reaching a hard register.
14052 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
14054         * version.c: Bump for new snapshot.
14056 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
14058         * alpha.h (ARCH_ASM_FILE_START): Define.
14059         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
14060         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
14062 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
14064         * Makefile.in (install-common): Put gcov comment at start of line.
14066 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
14068         * alias.c (init_alias_analysis): When simplifying the reg_base_value
14069         array, simplify entries for hard registers too.
14071 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
14073         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
14074         list.
14076 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
14078         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
14079         block_stack before dereferencing it.
14081 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
14083         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
14085 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
14087         * cplus-dem.c: Add 'extern' to prepends_underscore.
14089 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
14091         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
14092         (get_issue_rate): Delete.
14093         * pa.h (ISSUE_RATE): Define.
14095         * configure.in: Turn on haifa by default for the PA.
14096         * configure: Rebuilt.
14097         * pa.c (override_options): Accept -mschedule=7200 option.
14098         (pa_adjust_cost): No longer need to scale costs for newer
14099         processors.
14100         * pa.h (enum processor_type): Add PROCESSOR_7200.
14101         * pa.md: Revamp scheduling parameters to work better with
14102         haifa.  Add scheduling parameters for the 7200.
14104         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
14105         insns too.
14106         (schedule_block): When adjusting basic_block_{head,end}, account
14107         for movement of SCHED_GROUP_P insns too.
14109         * haifa-sched.c (debug_dependencies): Fix thinko.
14111         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
14112         (site.exp, check, check-g++, check-gcc): New targets.
14114         * haifa-sched.c: Make lots of variables static.
14116 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14118         * expr.h, real.h: Finish prototyping.
14120 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
14122         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
14123         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
14124         * reload1.c: Undo bugfix from Aug 11.
14126 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
14128         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
14129         quotes around the name.
14130         * configure: Regenerate.
14132 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
14134         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
14136 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
14138         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
14139         to sub-makes to avoid building more passes than the user might have
14140         requested on the command line.
14142 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
14144         * configure.in: Expurgate `broken_install' (install is
14145         autoconfed).
14147         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
14148         relevant).
14150 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
14152         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
14153         functions and declarations.
14154         (analyze_loop_iterations): Use condjump_p.
14155         (insert_bct): Likewise.  Use exact_log2.
14157 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
14159         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
14160         (schedule_region): Likewise.
14161         (schedule_insns): Likewise.
14163         * PROJECTS: Update with Haifa stuff.
14165 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
14167         * version.c: Change the version string to look like:
14168         egcs-2.90.00 970814 (gcc2-970802 experimental).
14170         * loop.c (is_conditional_branch): Make definition match declaration.
14172         * gcc.c: Take out experimental snapshot warning message.
14174 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
14176         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
14177         print out the names of the notes.  Print out the name of the insn
14178         that is not a note, and not an {,CALL_,JUMP_}INSN.
14180 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
14182         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
14183         again for the slot after we give it RTL.
14185 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
14187         * configure.in (haifa configury): Fix typo.
14188         * configure: Regenerate.
14190 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
14192         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
14194         * gcc.info*: Rebuilt.
14196         * COPYING.g77, README.g77: New files.
14197         * real.c (ereal_unto_float, ereal_unto_double): New functions.
14198         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
14199         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
14201 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
14203         * Integrate Haifa instruction scheduler.
14204         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
14205         to sched with $(SCHED_CFLAGS.
14206         * configure.in: Handle --enable-haifa.
14207         * configure: Rebuilt.
14208         * flags.h: Add new flags for haifa instruction scheduler.
14209         * genattrtab.c (expand_units): For haifa, don't subtract one
14210         when computing blockage.
14211         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
14212         (flag_schedule_speculative): Ditto.
14213         (flag_schedule_speculative_load): Ditto.
14214         (flag_schedule_speculative_load_dangerous): Ditto.
14215         (flag_schedule_reverse_before_reload): Ditto.
14216         (flag_schedule_reverse_after_reload): Ditto.
14217         (flag_branch_on_count_reg): Ditto.
14218         (f_options): Add Haifa switches.
14219         (main): Turn off some Haifa options if appropriate macro is
14220         defined.  Process Haifa switches.
14221         * unroll.c (iteration_info): No longer static, since Haifa
14222         scheduler uses it.
14223         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
14224         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
14225         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
14226         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
14227         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
14228         storage for the Haifa scheduler.
14229         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
14230         LABEL_NEXTREF.
14231         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
14232         are defined, call analyze_loop_iterations and insert_bct to use
14233         countdown loops.
14234         (record_giv): Refine test for jumps out of loops if HAIFA is
14235         defined.
14236         (analyze_loop_iterations): New function to identify if we can use
14237         a countdown loop.
14238         (insert_bct): Insert countdown loop.
14239         (instrument_loop_bct): Low level code to insert countdown loop.
14240         (loop_number): Calculate UID of loop.
14241         (indirect_jump_in_function_p): Return true if an indirect jump is
14242         in the function.
14243         (is_power_of_2): Return true if value is a power of 2.
14244         (is_conditional_branch): Return true if insn is a conditional
14245         jump.
14246         (fix_bct_param): Process -fbct-{min,max}-N switches.
14247         (check_bct_param): Return true if loop should be instrumented.
14248         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
14249         (loop_optimize): Initialize.
14250         (get_condition_for_loop): Ditto.
14251         * loop.c (strength_reduce): Inside of code that uses #ifdef
14252         HAVE_decrement_and_branch_on_count code, test it to make sure the
14253         condition is true.
14254         (instrument_loop_bct): Ditto.
14255         * haifa-sched.c: New file.
14258         * Integrate regmove pass.
14259         * Makefile.in (OBJS): Add regmove.o
14260         (regmove.o): Add dependencies.
14261         * flow.c (find_use_as_address): No longer static.
14262         * rtl.h (find_use_as_address): Declare.
14263         * toplev.c (regmove_dump, flag_regmove): Define.
14264         (f_options): Add -fregmove.
14265         (regmove_dump_file, regmove_time): Define.
14266         (fatal_insn): Close the regmove dump file.
14267         (compile_file): Initialize regmove_time; open/close the regmove dump
14268         file as needed.  Print regmove time as needed.
14269         (rest_of_compilation): Run regmove pass if requested, dump
14270         RTL after regmove if requested.
14271         (main): If -O2 or more, turn on regmove.  Handle dump switches.
14272         * regmove.c: New file.
14274 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
14276         * Integrate tlink patch from jason@cygnus.com
14277         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
14278         (process_command): Increment n_switches for them.  Don't discard
14279         their args.  Validate them.
14280         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
14281         From Rohan Lenard.
14282         (process_command): Set include_prefixes from COMPILER_PATH.
14283         (main): Set COLLECT_GCC_OPTIONS sooner.
14284         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
14285         * tlink.c, hash.c, hash.h: New files.
14286         * Makefile.in (USE_COLLECT2): Always use collect2.
14287         (collect2): Depend on and link in hash.o and tlink.o.
14288         (tlink.o, hash.o): Add dependencies.
14290 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
14292         * Integrate alias analysis changes from jfc@mit.edu
14293         * Makefile.in (OBJS): Add alias.o
14294         (alias.o): Add dependencies.
14295         * alias.c: New file.
14296         * sched.c: Remove alias analysis code.  It lives in alias.c now.
14297         (sched_analyze_2): Add new arguments to true_dependence.
14298         (schedule_insns): Always call init_alias_analysis.
14299         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
14300         mark return value from such functions as a pointer and keep track of
14301         them for alias analysis.  If a return value from a function is a
14302         pointer, mark it as such.
14303         * combine.c (distribute_notes): Handle REG_NOALIAS.
14304         * cse.c (struct write_data): Delete.  No longer needed.
14305         (invalidate): Don't call set_nonvarying_address_components anymore.
14306         Use true_dependence to decide if an entry should be removed from
14307         the hash table.
14308         (invalidate_memory): Remove WRITES argument, simplify appropriately.
14309         Fix all callers.
14310         (note_mem_written): Similarly for WRITE_PTR argument.
14311         (invalidate_from_clobbers): Similarly for W argument.
14312         (invalidate_for_call): Remove memory elements from the hash table.
14313         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
14314         (cse_rtx_varies_p): New function.  Derived from old
14315         cse_rtx_addr_varies_p.
14316         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
14317         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
14318         pointer if PUSH_ROUNDING is defined.  No longer need to call
14319         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
14320         (skipped_writes_memory): Remove variable.
14321         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
14322         (invalidate_skipped_block): Simplify for new alias analysis code.
14323         (cse_set_around_loop): Likewise.
14324         (cse_main): Call init_alias_analysis.
14325         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
14326         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
14327         (f_options): Add new alias checking arguments.
14328         (main): Set flag_alias_check when optimizing.
14329         * local_alloc (validate_equiv_mem_from_store): Add new arguments
14330         to true_dependence.
14331         (memref_referenced_p): Likewise.
14332         * loop.c (NUM_STORES): Increase to 30.
14333         (prescan_loop): Only non-constant calls set unknown_address_altered.
14334         (invariant_p): Add new arguments to true_dependence.
14335         (record_giv): Initialize unrolled and shared fields.
14336         (emit_iv_add_mult): Call record_base_value as needed.
14337         * loop.h (struct induction): Add unrolled and shared fields.
14338         * unroll.c  (unroll_loop): Call record_base_value as needed.
14339         (copy_loop_body): Likewise.
14340         (final_biv_value): Likewise.
14341         (final_giv_value): Likewise.
14342         (find_splittable_regs): Likewise.  Only create one new pseudo
14343         if we have multiple address GIVs that were combined with the same
14344         dst_reg GIV.  Note when a new register is created due to unrolling.
14345         * rtl.c (reg_note_name): Add REG_NOALIAS.
14346         * rtl.h (enum reg_note): Similarly.
14347         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
14348         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
14349         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
14350         (true_dependence, read_dependence, anti_dependence): Likewise.
14351         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
14352         (mark_user_reg, mark_reg_pointer): Likewise.
14355         * Integrate reload bugfix from Wilon which enables the PA port
14356         to bootstrap again.
14357         * reload1.c (reload): Sum needs for both OPADDR_ADDR and
14358         OPERAND_ADDRESS when computing how many registers an insn needs.
14359         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
14360         conflict.
14361         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
14362         OPADDR_ADDR reload.
14363         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
14364         in reload_reg_use_in_op_addr do not reach the end.
14365         do not reach the end.
14366         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
14367         RELOAD_FOR_OPERAND_ADDRESS.
14369 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
14371         * egcs project officially starts.
14373 Local Variables:
14374 add-log-time-format: current-time-string
14375 End: