OSDN Git Service

Fix mips64vr4100-elf build failure.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Mon Jun  8 18:12:06 1998  Jim Wilson  <wilson@cygnus.com>
2
3         * mips.c (mips_secondary_reload_class): Use gp_reg_p instead of
4         GP_REG_P.  Use gr_regs instead of GR_REGS.
5
6 Mon Jun  8 16:54:12 1998  Ken Raeburn   <raeburn@cygnus.com>
7                           Jeff Law      <law@cygnus.com>
8
9         * Revamped multiply support for MIPS chips.
10         * mips.c (extend_operator): New function.
11         (highpart_shift_operator): Likewise.
12         * mips.h: Declare new functions.
13         (PREDICATE_CODES): Add support for new predicates.
14         * mips.md (mulsi3 expander): Simplify.
15         (mulsi_mult3): Add another constraint alternative.  Support
16         3 operand multiply instructions as found on various mips
17         parts.
18         (mulsi3_r4650): Delete pattern, now handled by mulsi_mult3.
19         (mul_acc_si): New pattern and associated splitters.
20         (mulsidi3 expander): Rework to use mulsidi3_64bit and
21         mulsidi3_internal.
22         (umulsidi3): New expander.
23         (mulsidi3_internal): Accept either sign or zero extended
24         operands and generate code as appropriate appropriately.
25         (mulsidi3_64bit): Similarly.
26         (smulsi3_highpart): Turn into an expander and generate code
27         to match new patterns.
28         (umulsi3_highpart): Likewise.
29         (xmulsi3_highpart_internal): New pattern.
30         (maddi patterns): Delete.  Replace with:
31         (mul_acc_di, mul-acc_64bit_di): New patterns.
32
33 Mon Jun  8 14:16:15 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
34
35         * eh-common.h: Remove NEW_EH_MODEL compile time flag, and replace with
36         flag_new_exceptions runtime flag.
37         (struct old_exception_table): New struct which represents what
38         the exception table looks like without the new model.
39         (NEW_EH_RUNTIME): New value used as a tag in the exception table to
40         flag that this is a new style table.
41         * except.h: Remove compile time flag NEW_EH_MODEL.
42         (expand_builtin_eh_stub_old): New prototype.
43         * tree.h (enum built_in_function): Add BUILT_IN_EH_STUB_OLD.
44         * expr.c (expand_builtin): New builtin func BUILT_IN_EH_STUB_OLD.
45         * c-decl.c (init_decl_processing): Add new builtin function
46         __builtin_eh_stub_old.
47         * final.c (final_scan_insn): Replace compile time flag NEW_EH_MODEL.
48         * flags.h (flag_new_exceptions): New runtime flag.
49         * toplev.c (flag_new_exceptions): Initialize default to 0, 
50         -fnew-exceptions sets to 1.
51         * except.c (output_exception_table_entry): Output New style exception 
52         identifier into table, and replace compile time flag NEW_EH_MODEL
53         with runtime flag flag_new_exceptions.
54         (output_exception_table): Replace compile time flag NEW_EH_MODEL.
55         (expand_builtin_eh_stub_old): Duplicates original functionality of
56         expand_builtin_eh_stub.
57         (expand_builtin_eh_stub): Replace compile time flag NEW_EH_MODEL.
58         * libgcc2.c (find_exception_handler): Remove NEW_EH_MODEL #ifdefs.
59         (old_find_exception_handler): New func, same as find_exception_handler
60         except it works on the old style exception table.
61         (__throw): Replace NEW_EH_MODEL. Detect new model based on presence
62         of identifier in the exception table, and call appropriate routines.
63
64 Mon Jun  8 01:21:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
65
66         * function.c: Define current_function_cannot_inline.
67         (push_function_context_to): Save it.
68         (pop_function_context_from): Restore it.
69         * function.h (struct function): Provide it a home.
70         * output.h: Declare it.
71         * integrate.c (function_cannot_inline_p): Check it.
72
73 Mon Jun  8 10:43:15 1998  Richard Henderson  <rth@cygnus.com>
74
75         * expr.c (force_operand): Detect PIC address loads before 
76         splitting arithmetic.
77
78 Mon Jun 8 09:22:38 PDT 1998 Jeff Law  (law@cygnus.com)
79
80         * version.c: Bump for snapshot.
81
82 Mon Jun  8 02:55:56 1998  Graham  <grahams@rcp.co.uk>
83
84         * tree.c (tree_class_check): Add braces to eliminate ambigious
85         else warning.
86         (tree_check): Likewise.
87
88 Mon Jun  8 02:49:23 1998  H.J. Lu  (hjl@gnu.org)
89
90         * reg-stack.c (subst_stack_regs_pat): Make sure the top of
91         stack is the destination for conditional move insn.
92
93 Mon Jun  8 01:21:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
94
95         * tree.h (TREE_VEC_END): Cast unused value to void.
96
97         * i386.c (print_operand): Use %lx for long operand.
98
99 Mon Jun  8 00:04:07 1998  Richard Henderson  <rth@cygnus.com>
100
101         * alpha.c (summarize_insn): Ignore rtl slot format 'i'.
102
103 Sun Jun  7 14:15:45 1998  John Carr  <jfc@mit.edu>
104
105         * sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
106         conversion functions.
107
108 Sun Jun  7 14:02:58 1998  Richard Henderson  <rth@cygnus.com>
109
110         * toplev.c (flag_exceptions): Default to 0.
111         (compile_file): Remove flag_exceptions == 2 hack.
112         (main): Call lang_init_options.
113         * tree.h: Declare it.
114         * c-lang.c: Implement it.
115         * objc/objc-act.c: Likewise.
116         
117 Sun Jun  7 12:27:30 1998  David Edelsohn  <edelsohn@mhpcc.edu>
118
119         * rs6000.md (restore_stack_block): Generate MEM and specify mode.
120         * rs6000.h (STACK_SAVEAREA_MODE): SAVE_FUNCTION is VOIDmode.
121         * rs6000.c (rs6000_output_load_toc_table): Use fputs.
122         (output_function_profiler): Use asm_fprintf and fputs.
123
124 Sat Jun  6 12:17:12 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
125
126         * gencheck.c: Remove redundant stdio.h include.  Add a definition
127         of xmalloc for when we are forced to link with alloca.o.
128
129         * reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
130         instead of `1U'.
131
132         * fold-const.c (constant_boolean_node): Make definition static to
133         match the prototype.
134
135 Fri Jun  5 15:53:17 1998  Per Bothner  <bothner@cygnus.com>
136
137         * gcc.c (lang_specific_pre_link):  New LANG_SPECIFIC_DRIVER function.
138         (lang_specific_extra_outfiles):  New LANG_SPECIFIC_DRIVER variable.
139         (do_spec, input_filename, input_filename_length):  Make public.
140         (main):  Adjust outfiles allocation by lang_specific_extra_outfiles.
141         Call lang_specific_pre_link befor elinking.
142
143 Fri Jun  5 12:29:28 1998  Jeffrey A Law  (law@cygnus.com)
144
145         * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer
146         the insn which has the most insns dependent on it.
147
148 Fri Jun  5 09:03:22 1998  John Carr  <jfc@mit.edu>
149
150         * alias.c (find_base_value): Avoid reading past end of reg_base_value.
151
152 Fri Jun  5 03:05:34 1998  Richard Henderson  <rth@cygnus.com>
153
154         * alpha.md (insxh-1): New insxl pattern for combine.
155
156 Fri Jun  5 01:12:15 1998  H.J. Lu  (hjl@gnu.org)
157
158         * i386/i386.c (output_fp_conditional_move): New function
159         to output floating point conditional move.
160         (output_int_conditional_move): New function to output integer
161         conditional move.
162
163         * i386/i386.md (movsicci+5, movhicc+5, movdicc+5): Call
164         output_int_conditional_move () to output int conditional move.
165         (movsfcc+5, movdfcc+5, movxfcc+5): Call
166         output_fp_conditional_move () to output floating point
167         conditional move.
168
169         * i386/i386.c (put_condition_code): In INT mode, check
170         cc_prev_status.flags & CC_NO_OVERFLOW for GE and LT.
171
172 Thu Jun  4 16:09:51 1998  Dave Brolley  <brolley@cygnus.com>
173
174         * dbxout.c (dbxout_type): Output arrays of bits as if
175         they were bitstrings for Chill
176
177 Thu Jun  4 14:35:27 1998  David Edelsohn  <edelsohn@mhpcc.edu>
178
179         * tree.c (get_inner_array_type): New function.
180         * tree.h (get_inner_array_type): Prototype.
181         * expr.h (STACK_SAVEAREA_MODE): New macro.
182         * expr.c (expand_builtin_setjmp): Initialize sa_mode using
183         STACK_SAVEAREA_MODE.
184         (expand_builtin_longjmp): Likewise.
185         * explow.c (emit_stack_save): Likewise.
186         (allocate_dynamic_stack_space): Use Pmode not insn_operand_mode.
187
188         * rs6000/aix41.h (ASM_CPU_SPEC): Define relative to ASM_DEFAULT_SPEC.
189         (CPP_CPU_SPEC): Define relative to CPU_DEFAULT_SPEC.
190         * rs6000/aix43.h: New file.
191         * rs6000/t-aix43: New file.
192         * rs6000/x-aix41: New file.
193         * rs6000/x-aix43: New file.
194         * configure.in (rs6000-ibm-aix*): Use them.
195         * rs6000/powerpc.h: Delete.
196         * rs6000/sysv4.h: Move necessary powerpc.h definitions to here.
197         * rs6000/netware.h: and here.
198         * rs6000/win-nt.h: and here.
199
200         * rs6000/rs6000.c (processor_target_table, 620): Do not affect
201         MASK_POWERPC64.
202         (rs6000_override_options): Ignore flag_pic for AIX.
203         (rs6000_immed_double_const): Delete.
204         (u_short_cint_operand): Don't assume 32-bit CONST_INT.
205         (reg_or_u_short_operand): Don't assume 32-bit CONST_INT.
206         (num_insns_constant): mask64_operand() is 2 insns.
207         (logical_operand): Don't assume 32-bit CONST_INT.
208         (non_logical_cint_operand): Don't assume 32-bit CONST_INT.
209         (easy_fp_constant): Any CONST_DOUBLE_HIGH is okay for 64-bit.
210         (mask_constant): HOST_WIDE_INT parameter.
211         (non_and_cint_operand): Delete.
212         (mask64_operand): New function.
213         (and64_operand): New function.
214         (function_arg_advance): DImode arguments do not need special
215         alignment when 64-bit.
216         (function_arg): Likewise.
217         (setup_incoming_varargs): Reverse reg_size assignment.
218         (print_operand): HOST_WIDE_INT second parameter.
219         (print_operand, 'B'): New case.
220         (print_operand, 'M'): Fix typo in lossage string.
221         (print_operandm 'S'): New case.
222         (rs6000_stack_info): Reverse reg_size assignment.  Use total_raw_size
223         to compute AIX push_p.  Use reg_size to compute {cr,lr}_save_offset.
224         (rs6000_output_load_toc_table): Reverse init_ptr assignment.  Use
225         TARGET_64BIT not TARGET_POWERPC64.  Convert fprintf to fputs.
226         Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
227         (rs6000_allocate_stack_space): Use {cal|la}.
228         (output_epilog): Use {cal|la}
229         (output_function_profiler): Add call glue to mcount call.
230         Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
231
232         * rs6000/rs6000.h (TARGET_SWITCHES): Add powerpc64.
233         (STACK_BOUNDARY): Depend on TARGET_32BIT.
234         (ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
235         (CONST_OK_FOR_LETTER_P): Don't assume 32-bit CONST_INT.
236         (EXTRA_CONSTRAINTS): Remove NT 'S' and 'T'.  Replace 'S' with
237         64-bit mask operand.
238         (RS6000_SAVE_TOC): Depend on TARGET_32BIT.
239         (STACK_SAVEAREA_MODE): New macro.
240         (LEGITIMATE_CONSTANT_P): DImode okay for 64bit.
241         (LEGITIMIZE_RELOAD_ADDRESS): New macro.
242         (RTX_COSTS, AND/IOR/XOR): Reflect current machine description.
243         (ASM_FILE_START): Emit 64-bit ABI directive.
244         (ASM_DECLARE_FUNCTION_NAME): Align CSECT on doubleword in 64-bit mode.
245         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): DImode okay for 64-bit.
246         (PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
247         Delete "non_and_cint_operand".  "input_operand" includes CONST_DOUBLE.
248
249         * rs6000/rs6000.md (iorsi3, xorsi3): Use HOST_WIDE_INT for mask.
250         Restore define_splits.
251         (floatsidf2, floatunssidf2): Remove !TARGET_POWERPC64 final constraint.
252         (floatsidf2_internal, floatunssidf2_internal2): Likewise.
253         Do not specify base register operand mode.
254         (floatsidf2_loadaddr): Do not specify base register operand mode.
255         (floatsidf2_store1, floatsidf2_store2): Operand 1 must be base
256         register; do not specify mode.  Remove !TARGET_POWERPC64 final
257         constraint.
258         (floatsidf2_load): Do not specify base register operand mode.  Remove
259         !TARGET_POWERPC64 final constraint.
260         (fix_truncdfsi2_internal, fix_truncdfsi2_{store,load}): Do not specify
261         base register operand mode.
262         (adddi3): Split large constants early.
263         (absdi3): Shift by 63, not 31.
264         (*mulsidi3_ppc64): New pattern.
265         (rotldi3): Add masking combiner patterns.
266         (anddi3): Add rldic{r,l} masking.  Remove split of large constants
267         because PPC insns zero-extend.
268         (iordi3, xordi3): Split large constants early.
269         (movsi matcher): Remove S and T constraints.
270         (movsf const_double): create SImode constant from TARGET_DOUBLE.
271         (movdf_hardfloat32): Add default abort() case.
272         (movdf easy_fp_const): create DImode constant from TARGET_DOUBLE.
273         (movdi): Remove 64-bit constant generator.  Try to convert
274         CONST_DOUBLE to CONST_INT.  Handle TOC memory constants.
275         (movdi_32): Add default abort() case.
276         (movdi_64): Add numerous ways to split 64-bit constants.
277         Make catch-all define_split more optimal and never FAIL.
278         (movti_ppc64): Add default abort() case.
279         (allocate_stack): Remove operand modes.  Use Pmode.
280         (restore_stack_block): Remove operand modes.  Generate Pmode
281         temporary.
282         (save_stack_nonlocal, restore_stack_nonlocal):  Generate Pmode
283         temporary.  Save area is double Pmode.
284         (call_indirect_aix64, call_value_indirect_aix64): New patterns.
285         (call, call_value): Do not specify address operand mode.  Choose
286         appropriate AIX ABI.
287         (*call_local64, *ret_call_local64): New patterns.
288         (*call_nonlocal_aix64, *ret_call_nonlocal_aix64): New patterns.
289         (*ret_call_nonlocal_aix32): Use call_value_indirect for REG.
290         (compare): Materialize DImode truthvalues.
291
292 Thu Jun  4 01:26:57 1998  Craig Burley  <burley@gnu.org>
293
294         * expr.c (safe_from_p): Avoid combinatorial explosion
295         over duplicate SAVE_EXPRs by ensuring we never recurse
296         on one that has already been visited.
297
298 Thu Jun  4 00:54:21 1998  Graham  <grahams@rcp.co.uk>
299
300         * loop.c (check_dbra_loop): Initialise final_value before
301         normalizing the loop.
302
303 Wed Jun  3 20:00:04 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
304
305         * reload1.c (reload_reg_free_for_value_p): New arguments out and
306         reloadnum.  Changed all callers.
307
308 1998-06-03  Ulrich Drepper  <drepper@cygnus.com>
309
310         * system.h: Add _() and N_() macros in preparation for gettext.
311
312 Wed Jun  3 11:02:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
313
314         * c-common.c (check_format_info): Put back check for C9x `hh'
315         length modifier.  Warn about %n format writing into const.  Remove
316         obsolete comment.
317         (format_char_info): Fix comments.
318
319         * configure.in: Set float_format to m68k for all m68k targets that
320         do not override LONG_DOUBLE_TYPE_SIZE.
321         * config/float-m68k.h: New file.
322
323 Tue Jun  2 23:14:01 1998  Richard Henderson  <rth@cygnus.com>
324
325         * jump.c (jump_optimize): Remove debug messages accidentally left in
326         with the previous change.
327
328 Tue Jun  2 22:46:08 1998  Richard Henderson  <rth@cygnus.com>
329
330         * expr.c (store_expr): Revert stray patch associated with
331         1998-05-23 commit.
332
333 Tue Jun  2 21:59:01 1998  Richard Henderson  <rth@cygnus.com>
334
335         * jump.c (rtx_unsafe_p): New function.
336         (jump_optimize): Use it on if/then/else transformations and
337         conditional move transformations.
338
339 Tue Jun  2 22:50:10 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
340
341         * fold-const.c (fold, case EQ_EXPR): When folding VAR++ == CONST
342         or VAR-- == CONST construct a proper mask if VAR is a bitfield.
343         Cope with CONST being out of range for the bitfield.
344
345 Tue Jun  2 22:28:31 1998  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
346
347         * expr.c (emit_move_insn_1): When moving complex values in several
348         steps, emit a CLOBBER to show the destination dies.
349
350 Tue Jun  2 22:17:26 1998  Jeffrey A Law  (law@cygnus.com)
351
352         * Makefile.in (site.exp): Use the object testsuite directory as
353         the temporary directory.
354
355         * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
356         address of an ADDRESSOF rtx.
357
358 1998-06-02  Mike Stump  <mrs@wrs.com>
359
360         * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
361         * i960.h (SETUP_FRAME_ADDRESSES, BUILTIN_SETJMP_FRAME_VALUE): Define.
362         * i960.md (ret, flush_register_windows): Define.
363         (nonlocal_goto): Likewise.  Nested function nonlocal gotos don't
364         work yet.
365         * tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Document new macro.
366
367 Tue Jun  2 14:02:38 1998  Richard Henderson  <rth@cygnus.com>
368
369         * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
370         around an OSF/1 library bug wrt sign-extension of inputs.
371
372 Tue Jun  2 13:02:44 1998  Richard Henderson  <rth@cygnus.com>
373
374         * vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
375
376 Mon Jun  1 03:44:03 1998  Catherine Moore <clm@cygnus.com>
377
378         * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
379
380         * varasm.c (assemble_variable): Augment alignment warning.
381
382 Mon Jun  1 12:14:28 1998  Michael Meissner  <meissner@cygnus.com>
383
384         * config/fp-bit.c (_fp{add,div}_parts): Return correct IEEE result
385         in the presence of IEEE negative 0's.
386
387 Sun May 31 16:11:41 1998  John Wehle  (john@feith.com)
388
389         * reload.c (find_reloads): Record the existing mode if
390         operand_mode == VOIDmode before replacing a register with
391         a constant.
392         * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
393         i386_compare_op1 to const0_rtx for the benefit of the
394         conditional move patterns.
395         (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
396         based on suggestions from Jim Wilson.
397
398 Sun May 31 00:44:02 PDT 1998 Jeff Law  (law@cygnus.com)
399
400         * version.c: Bump for snapshot.
401
402 Sun May 31 00:34:17 1998  Bruce Korb <korbb@datadesign.com>
403
404         * Makefile.in (fixinc.sh): Update rules again.
405
406 Sun May 31 00:27:47 1998  Jeffrey A Law  (law@cygnus.com)
407
408         * extend.texi: Bring back reference to trampoline paper.
409
410 Sun May 31 00:22:34 1998  Ulrich Drepper  <drepper@cygnus.com>
411
412         * Makefile.in (USER_H): Add stdbool.h.
413         * ginclude/stdbool.h: New file.
414
415 Fri May 29 01:48:25 1998  Jeffrey A Law  (law@cygnus.com)
416
417         * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
418         of a non-note insn.
419
420         * gcse.c (pre_delete): Fix code to determine the mode of
421         the reaching pseudo register.
422
423 Fri May 29 01:07:28 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
424
425         * Makefile.in (GEN): Add gencheck
426         (STAGESTUFF): Add tree-check.h and gencheck.
427
428 Fri May 29 00:57:37 1998  Bruce Korb <korbb@datadesign.com>
429
430         * Makefile.in (cstamp-h.in): Remove before trying to recreate.
431         (fixinc.sh): Set some additional environment variables before
432         calling mkfixinc.sh.
433
434 Thu May 28 12:57:05 1998  Jeffrey A Law  (law@cygnus.com)
435
436         * reload.c (find_reloads): Do not force a reloads of match_operators.
437
438 Thu May 28 10:22:22 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
439
440         * except.h (remove_handler): Add new prototype.
441         * except.c (remove_handler): New function to remove handlers
442         from an exception region.
443         * flow.c (find_basic_blocks_1): Remove handlers from regions when
444         handler label is deleted; remove exception regions with no handlers.
445
446 Thu May 28 09:36:39 1998  Michael Meissner  <meissner@cygnus.com>
447
448         * except.h (rtx): Define rtx type correctly if needed.
449         * function.h (rtx): Ditto.
450         (tree): Define tree type correctly if needed.
451
452         * c-pragma.c (toplevel): Include rtl.h.
453
454         * stor-layout.c (toplevel): Move include of rtl.h before
455         except.h.
456
457         * Makefile.in (c-pragma.o): Add except.h, rtl.h dependencies.
458         (tree.o): Add except.h dependency.
459
460 Wed May 27 22:02:40 1998  Jeffrey A Law  (law@cygnus.com)
461
462         * reload1.c: Revert accidental checkin.
463
464         * configure.lang: Fix thinko when adding a definition for
465         target_alias to the Makefile.
466
467 Wed May 27 02:50:00 1998  Catherine Moore (clm@cygnus.com)
468
469         * config/sparc/lb1spc.asm (.rem and .urem):  Replace
470         routines.
471
472 Wed May 27 02:48:31 1998  Richard Earnshaw (rearnsha@arm.com)
473
474         * arm.c (arm_gen_constant): Rework to eliminate uninitialized
475         variable warnings.  Don't generate scratch registers if only
476         counting insns.
477         (find_barrier): Eliminate unused variable SRC.
478
479 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
480
481         * toplev.h (rtx_def): Provide global declaration to avoid
482         `limited scope' warnings.
483
484 Tue May 26 23:47:52 1998  Mumit Khan <khan@xraylith.wisc.edu>
485
486         * Makefile.in (gencheck.o): Use HOST_CC.
487         * i386/t-mingw32: New file.
488         * configure.in (i386-*-mingw32*): Use.
489
490 Tue May 26 07:31:04 1998  Richard Earnshaw (rearnsha@arm.com)
491
492         * arm.c (bad_signed_byte_operand): New predicate function.
493         * arm.h (PREDICATE_CODES): Add it to the list.
494         * arm.md (*extendqi[sh]i_insn): Split any addresses that ldrsb
495         can't handle.
496         (define_split): Two new splits for above insns.
497
498         * arm.c: Include toplev.h.
499         (arm_override_options): Add parentheses around use of tune_flags.
500         (arm_split_constant): Remove unused variable.
501         (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
502         (output_func_prologue, arm_expand_prologue): Likewise.
503         (arm_canonicalize_comparison): Make I unsigned; rework constants
504         accordignly.  Add missing paratheses around << operation.
505         (arm_rtx_costs): Correctly parenthesise MULT costs.  Add a DEFAULT
506         clause.
507         ({load,store}_multiple_sequence): Initialize BASE_REG.
508         (select_dominance_cc_mode): Add DEFAULT clauses.
509         (broken_move): Return zero if the destination is not a register.
510         (arm_reorg): Move unused REGNO declaration into the dead code.
511         * arm.h (CANONICALIZE_COMPARISON): Ensure OP1 is updated.
512
513 Mon May 25 22:49:56 PDT 1998 Jeff Law  (law@cygnus.com)
514
515         * version.c: Bump for snapshot.
516
517 Mon May 25 11:56:24 PDT 1998 Jeff Law  (law@cygnus.com)
518
519         * version.c: Bump for snapshot.
520
521 Mon May 25 14:00:13 1998  Dave Brolley  <brolley@cygnus.com>
522
523         * cpperror.c (v_cpp_message): Remove static prototype.
524         * cpplib.c (v_cpp_message): Move prototype to cpplib.h.
525         * cpplib.h (v_cpp_message): Add protoptype.
526         (stdarg.h,varargs.h): Needed for v_cpp_message prototype.
527
528 Sun May 24 20:36:15 PDT 1998 Jeff Law  (law@cygnus.com)
529
530         * version.c: Bump for snapshot.
531
532 Sun May 24 02:08:57 PDT 1998 Jeff Law  (law@cygnus.com)
533
534         * version.c: Bump for snapshot.
535
536 1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
537
538         * m68k.h: Declare more functions used in macros.
539         (REG_CLASS_CONTENTS): Completely embrace initializer.
540         * m68k.md (adddi3, subdi3): Add abort call to avoid warning
541         about returning no value.
542         * cse.c (find_best_addr): Declare p and found_better only if
543         needed.
544         * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
545         * dwarfout.c (string_length_attribute): #if 0 away.
546         * function.c (expand_function_end): Define varible blktramp only
547         if needed.
548         * jump.c (find_insert_position): Define only if !HAVE_cc0.
549         * loop.c (combine_givs_p): Define variable tem only if needed.
550         * real.c: Comment out unused functions eabs, eround,
551         e{24,53,64,113}toasc and eiinfin.
552
553
554 Sat May 23 23:44:53 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
555
556         * Makefile.in (boostrap2-lean, bootstrap3-lean,
557         bootstrap4-lean): New targets.
558
559 Sat May 23 23:35:14 1998  Jeffrey A Law  (law@cygnus.com)
560
561         * warn_summary, test_summary: Moved into the contrib directory.
562
563 1998-05-23  Manfred Hollstein  <manfred@s-direktnet.de>
564
565         * Makefile.in (ENQUIRE_CFLAGS, ENQUIRE_LDFLAGS): Move down to the end
566         of the Makefile.
567         (FLOAT_H_TEST): Likewise.
568         (ENQUIRE): Likewise.
569         (float.h-nat): Likewise.
570         (float.h-cross): Likewise.
571         (enquire): Likewise.
572         (enquire.o): Likewise.
573         (stmp-int-hdrs): Fix comment about enquire; depend upon gfloat.h.
574         (stmp-headers): Move actions to stmp-int-hdrs, retaining only a
575         no-op.
576         (FLOAT_H): Remove old float.h-nat version; move current definition
577         to CROSS_FLOAT_H location.
578         (all.cross): Remove comments about enquire stuff.
579
580         * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
581         (rest.encap): Likewise.
582         (libgcc2.ready): Depend upon $(STMP_FIXPROTO)
583
584         * toplev.h (tree_node): Provide global declaration to avoid
585         `limited scope' warnings.
586
587 Sat May 23 23:23:35 1998   Robert Lipe  <robertl@dgii.com>
588
589         * test_summary: Display section breaks for each entry
590         in a multilibbed target's output.
591
592 1998-05-23  Richard Henderson  <rth@cygnus.com>
593
594         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
595         offset's mode is not ptr_mode, convert it.
596
597 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
598
599         * fold-const.c (ssize_binop): New fn.
600         * tree.h: Declare it.
601
602 Fri May 22 03:42:05 1998  Richard Earnshaw (rearnsha@arm.com)
603
604         * genextract.c (print_path): Handle zero-length path as a special
605         case.
606
607 Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
608
609         * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
610
611 Fri May 22 00:57:00 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
612
613         * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
614         (shorten_branches, final_scan_insn): Test value of
615         JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
616         is defined.
617         * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
618         * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
619         * arm/tcoff.h: Likewise.
620         * i386/386bsd.h: Likewise.
621         * i386/freebsd-elf.h: Likewise.
622         * i386/freebsd.h: Likewise.
623         * i386/netbsd.h: Likewise.
624         * i386/ptx4-i.h: Likewise.
625         * i386/sysv4.h: Likewise.
626         * pa/pa.h: Likewise.
627         * rs6000/linux.h: Likewise.
628         * rs6000/rs6000.h: Likewise.
629         * sh/sh.h: Likewise.
630         * sparc/sp64-elf.h: Likewise.
631         * v850/v850.h: Likewise.
632         * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
633         * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).
634
635 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
636
637         * regmove.c (gen_add3_insn): New function.
638         (fixup_match_2): Use it instead of calling gen_addsi3.
639
640 Thu May 21 23:09:50 1998  Jeffrey A Law  (law@cygnus.com)
641
642         * Makefile.in (gencheck): Depend on HOST_LIBDEPS.
643
644         * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
645         address.
646
647 Thu May 21 20:18:13 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
648
649         * Makefile.in (TREE_H): Add tree-check.h.
650         (tree-check.h, gencheck): New targets.
651         * gencheck.c: New file.
652         * tree.c (tree_check, tree_class_check): New functions.
653         * tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
654         (TYPE_CHECK, DECL_CHECK): Define.
655         Modify all access macros to use generated checking macros.
656
657 Wed May 20 23:44:28 EDT 1998  John Wehle  (john@feith.com)
658
659         * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
660         * configure.in: Check for it.
661         * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
662         * final.c (uid_align, uid_shuid, label_align): Make static.
663         (label_align): Change type to struct label_alignment pointer.
664         (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
665         (LABEL_TO_MAX_SKIP): Define.
666         (LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
667         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
668         (shorten_branches): Record the maximum bytes to skip when
669         aligning a label.
670         (final_scan_insn): Use the maximum bytes to skip when aligning a label
671         if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
672         * i386.h (LOOP_ALIGN_MAX_SKIP,
673         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
674         * i386.c (override_options): i386_align_jumps and i386_align_loops
675         default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
676         * invoke.texi: Document new i386 align-loops and align-jumps behavior.
677
678 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
679
680         * cplus-dem.c (do_type): Handle volatile qualification.
681
682 Thu May 21 12:23:17 1998  Per Bothner  <bothner@cygnus.com>
683
684         * function.c (init_function_start):  Don't call emit_line_note if
685         lineno is 0.  (Can happen when compiling Java .class files.)
686
687 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
688
689         * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
690         end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
691
692 Thu May 21 19:32:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
693
694         * combine.c (nonzero_bits): For paradoxical subregs, take
695         LOAD_EXTENDED_OP into account.
696
697 Thu May 21 11:51:15 1998  Dave Brolley  <brolley@cygnus.com>
698
699         * configure.in (extra_c_objs): add prefix.o.
700         (extra_cxx_objs): extra objects for C++ with cpplib.
701         * configure: Regenerate.
702
703         * c-tree.h: (get_directive_line): Different prototype for cpplib.
704         (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
705
706         * c-lex.h: (get_directive_line): Not needed here for cpplib.
707
708         * c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
709         (GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
710
711         * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
712         (yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c
713
714 Thu May 21 09:04:42 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
715
716         * gengenrtl.c (type_from_format, accessor_from_format): Change
717         type of parameter `c' from `char' to `int'.
718
719 Wed May 20 22:28:34 1998  Jeffrey A Law  (law@cygnus.com)
720
721         * warn_summary, test_summary: New scripts from
722         Kaveh Ghazi and Alexandre Oliva respectively.
723
724         * gcse.c (current_function_calls_longjmp): Declare.
725
726 1998-05-20  Jason Merrill  <jason@yorick.cygnus.com>
727
728         * dwarf2out.c (base_type_die): Use int_size_in_bytes.
729
730 Wed May 20 01:11:02 1998  Doug Evans (devans@cygnus.com)
731                           Jeff Law (law@cygnus.com)
732
733         * Global CSE and constant/copy propagation.
734         * Makefile.in (OBJS): Add gcse.o
735         (STAGESTUFF): Add *.gcse.
736         (gcse.o): Add dependencies.
737         (mostlyclean): Remove *.gcse and */*.gcse.
738         * gcse.c: New file.
739         * loop.c (loop_optimize): Move call to init_alias_analysis.
740         * recog.c (validate_replace_src): New function.
741         * toplev.c (gcse_dump): New global variable.
742         (flag_gcse, gcse_time): Likewise.
743         (compile_file): Initialize gcse_time and clean out the gcse dump
744         file if necessary.
745         (rest_of_compilation): Call gcse_main as requested.  Dump RTL
746         after gcse if requested.
747         (main): Enable gcse for -O2 and above.  Handle -dG.  Enable gcse
748         dumps for -da.
749         * gcc.texi: Add gcse related internal documentation.
750         * invoke.texi: Note new command line options for gcse.
751         * tm.texi: Document AVOID_CCMODE_COPIES.
752         * mips.h (AVOID_CCMODE_COPIES): Define.
753
754 Tue May 19 22:31:20 1998  Jeffrey A Law  (law@cygnus.com)
755
756         * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
757         exists.
758         (stmp-fixproto): Simlarly for running fixproto.
759         * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
760
761 Tue May 19 19:08:52 1998  Jim Wilson  <wilson@cygnus.com>
762
763         * config/mips/mips.c (double_memory_operand): Accept any MEM during
764         reload when TARGET_64BIT.
765
766 Tue May 19 18:21:25 1998  Jim Wilson  <wilson@cygnus.com>
767
768         Finish incomplete change started by Kenner.
769         * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
770         (powerpcle-*-cygwin32): Delete xm_defines.
771         * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
772         HAVE_STAB_H instead of NO_STAB_H.
773         * config/xm-linux.h (NO_STAB_H): Delete.
774         (HAVE_STAB_H): Undefine.
775         * config/i386/xm-go32.h (NO_STAB_H): Delete.
776
777 1998-05-19  Jim Wilson  <wilson@cygnus.com>
778
779         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
780         LANG_TYPE trees with DECL_SOURCE_LINE of 0.
781
782 Tue May 19 15:07:54 1998  Todd Vierling  <tv@netbsd.org>
783
784         * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
785
786 Tue May 19 17:19:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
787
788         * reload1.c (reload_reg_free_for_value_p): New function.
789         (allocate_reload_reg, choose_reload_regs): Use it.
790
791 Tue May 19 11:51:00 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
792
793         * except.c (expand_start_catch): Correct logic for when to
794         generate a new handler label, and when to use the old one.
795
796 Tue May 19 11:08:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
797
798         * Makefile.in (print-rtl.o): Depend on bitmap.h.
799         (dbxout.o): Depend on toplev.h.
800         ($(SCHED_PREFIX)sched.o): Likewise.
801         ($(out_object_file)): Likewise for system.h and toplev.h.
802         (cppmain.o): Depend on gansidecl.h.
803         (cpplib.o): Likewise.
804         (cpperror.o): Likewise.
805         (cppexp.o): Likewise.
806         (cpphash.o): Likewise.
807         (cppalloc.o): Likewise.
808         (fix-header.o): Depend on cpplib.h and cpphash.h.
809         (scan-decls.o): Depend on gansidecl.h.
810
811         * basic-block.h (free_regset_vector): Add prototype.
812
813         * cccp.c (check_precompiled): Mark parameter `fname' with
814         ATTRIBUTE_UNUSED.
815         (do_assert): Likewise for `op' and `keyword'.
816         (do_unassert): Likewise.
817         (do_line): Likewise for `keyword'.
818         (do_error): Likewise for `op' and `keyword'.
819         (do_warning): Likewise.
820         (do_ident): Likewise for `keyword'.
821         (do_pragma): Likewise for `limit', `op' and `keyword'.
822         (do_sccs): Likewise.
823         (do_if): Likewise for `keyword'.
824         (do_elif): Likewise.
825         (do_else): Likewise.
826         (do_endif): Likewise.
827
828         * collect2.c (getenv): Remove redundant prototype.
829         (collect_exit, collect_execute, dump_file): Likewise.
830         (dump_list): Wrap prototype and definition in COLLECT_EXPORT_LIST.
831         (dump_prefix_list): Hide prototype and definition.
832
833         * sparc.c: Include toplev.h.
834         (intreg_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
835         (symbolic_memory_operand): Likewise.
836         (sp64_medium_pic_operand): Likewise.
837         (data_segment_operand): Likewise.
838         (text_segment_operand): Likewise.
839         (splittable_symbolic_memory_operand): Likewise.
840         (splittable_immediate_memory_operand): Likewise.
841         (eq_or_neq): Likewise.
842         (normal_comp_operator): Likewise.
843         (noov_compare_op): Likewise.
844         (v9_regcmp_op): Likewise.
845         (v8plus_regcmp_op): Likewise.
846         (extend_op): Likewise.
847         (cc_arithop): Likewise.
848         (cc_arithopn): Likewise.
849         (small_int): Likewise.
850         (uns_small_int): Likewise.
851         (clobbered_register): Likewise.
852         (legitimize_pic_address): Likewise.
853         (delay_operand): Likewise.
854         (sparc_builtin_saveregs): Remove unused variable `stdarg'.
855
856         * sparc.h (order_regs_for_local_alloc, eligible_for_return_delay,
857         sparc_issue_rate, v8plus_regcmp_p): Add prototypes.
858
859         * sparc.md (cmpdi_v8plus): Add abort for default case in switch.
860
861         * cppalloc.c: Include gansidecl.h.
862
863         * cpperror.c: Include stdarg.h/varargs.h and gansidecl.h.
864         (cpp_file_line_for_message): Mark parameter `pfile' with
865         ATTRIBUTE_UNUSED.
866         (v_cpp_message): New function.
867         (cpp_message): Use it.  Also convert to variable arguments.
868         (cpp_fatal): Likewise.
869         (cpp_pfatal_with_name): Constify parameter `name'.
870
871         * cppexp.c: Move gansidecl.h before cpplib.h.
872         * cpphash.c: Likewise.
873         * cpphash.h (hashf, delete_macro): Add prototypes.
874
875         * cpplib.c: Include stdarg.h/varargs.h and move gansidecl.h before
876         cpplib.h.  Don't include errno.h.
877         (update_path): Add arguments to prototype.
878         (cpp_fatal, cpp_file_line_for_message, cpp_message, delete_macro,
879         cpp_print_containing_files): Remove redundant prototypes.
880         (cpp_hash_cleanup, add_import, append_include_chain,
881         make_assertion, path_include, initialize_builtins,
882         initialize_char_syntax, finclude, validate_else, comp_def_part,
883         lookup_import, redundant_include_p, is_system_include,
884         read_name_map, read_filename_string, open_include_file,
885         check_macro_name, compare_defs, compare_token_lists,
886         eval_if_expression, change_newlines): Add prototype arguments.
887         (hashf): Remove redundant prototype.
888         (read_token_list, free_token_list, safe_read, xcalloc, savestring,
889         conditional_skip, skip_if_group): Add prototype arguments.
890         (fdopen): Remove redundant prototype.
891         (do_define, do_line, do_include, do_undef, do_error, do_pragma,
892         do_ident, do_if, do_xifdef, do_else, do_elif, do_endif, do_sccs,
893         do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
894         (struct directive): Add prototype arguments to function pointer
895         member `func'.
896         (handle_directive): Add missing arguments to call to `do_line'.
897         (do_include): Mark parameters `unused1' and `unused2' with
898         ATTRIBUTE_UNUSED.
899         (do_line): Likewise for `keyword' and new parameters `unused1' and
900         `unused2'.
901         (do_error): Likewise for `keyword'.
902         (do_warning): Likewise.  Also add missing argument `pfile' in call
903         to cpp_pedwarn.
904         (do_once): Mark parameter `keyword', `unused1' and `unused2' with
905         ATTRIBUTE_UNUSED.
906         (do_ident): Likewise for `keyword', `buf' and `limit'.
907         (do_pragma): Likewise.  Also add missing arguments in call to do_once.
908         (do_sccs): Mark parameter `keyword', `buf' and `limit' with
909         ATTRIBUTE_UNUSED.
910         (do_if): Likewise for `keyword'.
911         (do_elif): Likewise.
912         (eval_if_expression): Likewise for `buf' and `length'.
913         (do_xifdef): Likewise for `unused1' and `unused2'.
914         (do_else): Likewise for `keyword', `buf' and `limit'.
915         (do_endif): Likewise.
916         (parse_name): Add missing argument `pfile' in call to cpp_pedwarn.
917         (cpp_handle_options): Remove superfluous NULL argument in call to
918         cpp_fatal.
919         (cpp_handle_options): Likewise.
920         (do_assert): Mark parameter `keyword', `buf' and `limit' with
921         ATTRIBUTE_UNUSED.
922         (do_unassert): Likewise.
923         (cpp_print_file_and_line): Add missing argument `pfile' in call to
924         cpp_file_line_for_message.
925         (v_cpp_error): New function.
926         (cpp_error): Use it. Also accept variable arguments.
927         (v_cpp_warning): New function.
928         (cpp_warning): Use it. Also accept variable arguments.
929         (cpp_pedwarn): Accept variable arguments.
930         (v_cpp_error_with_line): New function
931         (cpp_error_with_line): Use it.  Accept variable arguments.
932         (v_cpp_warning_with_line): New function.
933         (cpp_warning_with_line): Use it.  Accept variable arguments.  Hide
934         definition.
935         (cpp_pedwarn_with_line): Accept variable arguments.
936         (cpp_pedwarn_with_file_and_line): Likewise.
937         (cpp_error_from_errno): Constify parameter `name'.  Add missing
938         argument `pfile' in call to cpp_file_line_for_message.
939         (cpp_perror_with_name): Constify parameter `name'.
940
941         * cpplib.h: Define PARAMS() in terms of PROTO().
942         (fatal): Remove redundant prototype.
943         (cpp_error, cpp_warning, cpp_pedwarn, cpp_error_with_line,
944         cpp_pedwarn_with_line, cpp_pedwarn_with_file_and_line,
945         cpp_error_from_errno, cpp_perror_with_name, cpp_pfatal_with_name,
946         cpp_fatal, cpp_message, cpp_pfatal_with_name,
947         cpp_file_line_for_message, cpp_print_containing_files): Add
948         arguments to prototypes.
949         (scan_decls, cpp_finish): Add prototypes.
950
951         * cppmain.c: Include gansidecl.h.
952         (main): Remove unused variable `i'.
953
954         * dbxout.c: Include toplev.h.
955
956         * demangle.h (do_tlink, collect_execute, collect_exit,
957         collect_wait, dump_file, file_exists): Add prototype.
958
959         * dwarf2out.c (dwarf_type_encoding_name, decl_start_label): Hide
960         prototype and definition.
961         (gen_unspecified_parameters_die): Don't assign results of call to
962         function new_die() to unused variable `parm_die'.
963         (dwarf2out_line): Mark parameter `filename' with ATTRIBUTE_UNUSED.
964         (dwarf2out_define): Likewise for `lineno' and `buffer'.
965
966         * dwarfout.c (output_unsigned_leb128, output_signed_leb128): Hide
967         prototype and definition.
968         (output_die): Add prototype arguments to function pointer arg.
969         (output_unspecified_parameters_die): Mark parameter `arg' with
970         ATTRIBUTE_UNUSED.
971
972         * except.c (output_exception_table_entry): Remove unused variable
973         `eh_entry'.
974
975         * except.h (expand_fixup_region_start, expand_fixup_region_end):
976         Add prototypes.
977
978         * expr.c (do_jump_by_parts_equality_rtx): Remove prototype.
979
980         * expr.h (do_jump_by_parts_equality_rtx): Add prototype.
981
982         * fix-header.c: Include stdarg.h/varargs.h, move gansidecl.h
983         before cpplib.h, include cpphash.h, remove redundant prototype of
984         cpp_fatal, don't define `const', add a prototype for `fatal'.
985         (cpp_file_line_for_message): Add missing arguments `pfile'.
986         (v_cpp_message): New function.
987         (cpp_message): Use it.
988         (v_fatal): New function.
989         (fatal, cpp_fatal): Use it.
990         (cpp_pfatal_with_name): Constify parameter `name'.
991
992         * flow.c (free_regset_vector): Remove redundant prototype.
993
994         * function.c (round_down): Wrap prototype and definition with
995         macro ARGS_GROW_DOWNWARD.
996         (record_insns): Wrap prototype and definition with
997         defined (HAVE_prologue) || defined (HAVE_epilogue).
998
999         * gansidecl.h (ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5): New macros.
1000
1001         * gen-protos.c: Include gansidecl.h.
1002         (hashf): Don't make it static, constify parameter `name'.
1003
1004         * genattrtab.c (check_attr_test): Change XEXP() to XSTR() to match
1005         specifier %s in calls to function `fatal'.
1006
1007         * haifa-sched.c: Include toplev.h.
1008         (find_rgns): Remove unused variable `j'.
1009
1010         * integrate.c (note_modified_parmregs): Mark parameter `x' with
1011         ATTRIBUTE_UNUSED.
1012         (mark_stores): Likewise.
1013
1014         * jump.c (mark_modified_reg): Likewise.
1015
1016         * output.h (insn_current_reference_address): Add prototype.
1017         (eh_frame_section): Likewise.
1018
1019         * print-rtl.c: Include bitmap.h.
1020
1021         * reload1.c (reload): Wrap variables `note' and `next' in macro
1022         PRESERVE_DEATH_INFO_REGNO_P.
1023         (forget_old_reloads_1): Mark parameter `ignored' with
1024         ATTRIBUTE_UNUSED.
1025         (choose_reload_regs): Remove unused variable `in'.
1026         (reload_cse_invalidate_mem): Mark parameter `ignore' with
1027         ATTRIBUTE_UNUSED.
1028         (reload_cse_check_clobber): Likewise.
1029
1030         * rtl.h (expand_null_return, reg_classes_intersect_p): Add prototype.
1031         (mark_elimination): Fix typo in prototype.
1032
1033         * scan-decls.c: Include gansidecl.h.
1034
1035         * tree.h (using_eh_for_cleanups, supports_one_only): Add prototype.
1036
1037 Mon May 18 22:37:33 1998  Jeffrey A Law  (law@cygnus.com)
1038
1039         * function.c (identify_blocks): Fix thinko when setting the
1040         block number for NOTE_INSN_BLOCK_END.
1041
1042 Mon May 18 15:30:42 1998  Nick Clifton  <nickc@cygnus.com>
1043
1044         * config/v850/lib1funcs.asm: Add .text pseudo op to start of
1045         ___udivsi3.
1046
1047         * config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
1048         underscores for the prefixes to the names of the maths functions.
1049
1050         * dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE.  Add
1051         comment explaining why.
1052
1053 Mon May 18 13:20:23 1998  Richard Henderson  <rth@cygnus.com>
1054
1055         * tree.h (TYPE_SIZE_UNIT): New.
1056         (struct tree_type): Add size_unit member.
1057         * stor-layout.c (layout_type): Initialize it.
1058         * expr.c (get_inner_reference) [ARRAY_REF]: Use it.
1059         * tree.c (size_in_bytes, int_size_in_bytes): Likewise.
1060
1061 Mon May 18 12:07:37 1998  Richard Earnshaw (rearnsha@arm.com)
1062
1063         * stor-layout.c (layout_record): Fix off-by-one error when checking
1064         length of the TYPE_BINFO vector.
1065
1066 Mon May 18 10:59:23 1998  Nick Clifton  <nickc@cygnus.com>
1067
1068         * dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
1069         function parameter passed in memory.
1070
1071 Mon May 18 09:02:09 1998  Robert Lipe  <robertl@dgii.com>
1072
1073         * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h:  New files.
1074         Prototypes for externally used functions in respective C files.
1075         * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
1076         final.c: Include above files.
1077         * Makefile.in (toplev.o): Add dependency for above four headers.
1078         (final.o): Likewise.
1079         (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
1080         respective header files.
1081
1082 Mon May 18 01:23:33 1998  Jeffrey A Law  (law@cygnus.com)
1083
1084         * Makefile.in (TARGET_TOOLPREFIX): No longer define.
1085         (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
1086         the build tree if they exist.
1087         (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
1088         appropriately.
1089         (objdir): Let configure substitute value.
1090         (FLOAT_H): Let configure select a pre-built version from the
1091         config subdir.
1092         * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
1093         * configure.in: Substitute for objdir.
1094
1095         * Makefile.in (build_canonical, host_canonical): Let configure
1096         substitute values for these variables.
1097         * configure.in: Substitute for build_canonical, host_canonical
1098         and target_subdir in generated Makefile.
1099
1100         * output.h (find_basic_blocks): Declare.
1101         (free_basic_block_vars, set_block_num, life_analysis): Likewise.
1102
1103         * Makefile.in (BISON): Use bison from the build tree if it exists.
1104         (FLEX): Similarly.
1105
1106 Mon May 18 00:08:19 1998  Nick Clifton  <nickc@cygnus.com>
1107
1108         * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
1109         (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
1110         (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
1111         command line arguments to see if an executable is not being
1112         created, and if so - do not append the suffix.
1113
1114         * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
1115         driver macro.
1116
1117 Sun May 17 23:59:45 1998  John Wehle  (john@feith.com)
1118
1119         * i386.h (ALIGN_DFmode): Delete.
1120         (CONSTANT_ALIGNMENT): Define.
1121         * varasm.c (force_const_mem): Use it.
1122
1123 Sun May 17 19:31:05 1998  Richard Henderson  <rth@cygnus.com>
1124
1125         * alpha.c (alpha_emit_conditional_branch): Clear cmp_code after
1126         using it with swap_condition, not before.
1127
1128 Sun May 17 13:44:32 1998  Jim Wilson  <wilson@cygnus.com>
1129
1130         * alias.c (mode_alias_check): Delete.
1131         (true_dependence, anti_dependence, output_dependence): Revert April 21
1132         change.
1133
1134 Sun May 17 08:45:21 1998  Krister Walfridsson <cato@df.lth.se>
1135
1136         * toplev.c (output_lang_identify): Enable prototype and definition.
1137
1138 Sun May 17 01:12:27 PDT 1998 Jeff Law  (law@cygnus.com)
1139
1140         * version.c: Bump for snapshot.
1141
1142 Sat May 16 23:20:32 1998  Richard Henderson  <rth@cygnus.com>
1143
1144         * alpha/osf.h (HAVE_STAMP_H): Define.
1145         * alpha.c: Use it.
1146         * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
1147         * configure.in (alpha*-*-netbsd*): New.
1148         Based on patches from Paul H. Anderson <pha@pdq.com>.
1149
1150         * configure.in (alpha*-*-linux-*): Kill xm_defines.
1151         (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
1152         * alpha/xm-linux.h: Remove file.
1153
1154 Sat May 16 18:32:45 1998  Doug Evans  <devans@canuck.cygnus.com>
1155
1156         * dbxout.c (dbxout_parms): If mode of type of parameter living
1157         in memory doesn't match mode of DECL_RTL, make big endian correction.
1158
1159 Fri May 15 21:40:06 1998  John Wehle  (john@feith.com)
1160
1161         * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
1162
1163 Fri May 15 18:55:22 1998  Jason Merrill  <jason@yorick.cygnus.com>
1164
1165         * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
1166         * stor-layout.c (layout_record): Set it.
1167
1168 Fri May 15 18:49:30 1998  Mark Mitchell  <mmitchell@usa.net>
1169
1170         * toplev.c (rest_of_compilation): Don't defer nested functions.
1171
1172 Fri May 15 17:42:52 1998  Bob Manson  <manson@charmed.cygnus.com>
1173
1174         * config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
1175         to an 8-byte boundary if info_ptr->fpmem_p.
1176
1177 Fri May 15 17:36:11 1998  Bill Moyer <ttk@cygnus.com>
1178
1179         * loop.c (basic_induction_var): Added test preventing
1180         CCmode parameter passed to convert_modes().
1181
1182 Fri May 15 17:26:18 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1183
1184         * expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
1185         input_filename and lineno around expand_expr call.  Set them to values
1186         in WFL before expand_expr call.
1187
1188 Fri May 15 12:44:57 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1189
1190         * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
1191
1192 Fri May 15 07:20:03 1998  Mark Mitchell  <mmitchell@usa.net>
1193
1194         * fold-const.c (constant_boolean_node): New function.
1195         (fold): Use it.
1196
1197 Fri May 15 11:21:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1198
1199         * sh.c (gen_shl_and): Don't sign extend constant for kind two.
1200         Abort if trying to split kind 3 or 4 outside of combine.
1201
1202 Fri May 15 01:47:37 1998  Jeffrey A Law  (law@cygnus.com)
1203
1204         * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
1205
1206 Fri May 15 01:42:45 1998  Mumit Khan <khan@xraylith.wisc.edu>
1207
1208         * objc/Make-lang.in (OBJC_O): Add missing exeext.
1209         (libobjc.a, runtime-info.h): Likewise.
1210
1211 Fri May 15 01:29:39 1998  John Wehle  (john@feith.com)
1212
1213         * i386.h (DATA_ALIGNMENT): Define.
1214
1215 Fri May 15 05:35:37 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1216
1217         * reload1.c (delete_output_reload): Ignore single USE that
1218         was emitted for the pseudo use of this INSN.
1219         If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
1220         remains, we can always delete OUTPUT_RELOAD_INSN.
1221
1222 Thu May 14 18:38:50 1998  Jim Wilson  <wilson@cygnus.com>
1223
1224         * reload.c (find_reloads): Don't penalize SCRATCH output reload.
1225
1226 Thu May 14 15:10:30 1998  Jeffrey A Law  (law@cygnus.com)
1227
1228         * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
1229
1230 Thu May 14 16:30:47 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
1231
1232         * eh-common.h: New file for basic EH data structures.
1233         * except.h: Various prototypes and structures for NEW_EH_MODEL
1234         * function.h (struct function): Add a struct eh_stack for the catch
1235         clause stack.
1236         * except.c (gen_exception_label): New function to generate an
1237         exception label.
1238         (push_eh_entry): Use gen_exception_label() and init 'label_used' field.
1239         (push_entry): New function to push an existing entry onto a stack.
1240         (receive_exception_label): New function to emit the code required
1241         at the start of all catch blocks.
1242         (struct func_eh_entry): New structure for maintaining handlers
1243         associated with EH regions.
1244         (new_eh_region_entry): New function to register an EH region.
1245         (add_new_handler): New function to register a handler with a region.
1246         (get_new_handler): Creates  anew handler entry for registering.
1247         (find_func_region): New function to convert a NOTE eh region number
1248         to an Eh region index.
1249         (get_first_handler): New function to get the first handler in a region.
1250         (clear_function_eh_region): New function to release memory.
1251         (duplicate_handlers): New function to duplicate a list of handlers.
1252         (expand_eh_region_end): Create a new region entry node as well.
1253         (expand_leftover_cleanups): Call receive_exception_label() and
1254         register the cleanup as a handler to the current region.
1255         (expand_start_catch): New function to start a catch clause.
1256         (expand_end_catch): New function to end a catch clause.
1257         (expand_start_all_catch): restructure to not do the equivilent of
1258         what expand_start_catch() does now. Push the exception region being
1259         handled onto the catch stack.
1260         (output_exception_table_entry): Issue an entry for each handler
1261         associated with a region.
1262         (set_exception_lang_code): New function for setting the language code.
1263         (set_exception_version_code): New function to set the version number.
1264         (output_exception_table): Output version and language codes.
1265         (find_exception_handler_labels): Find handler labels using new scheme.
1266         (is_exception_handler_label): New function, returns 1 if label is
1267         present as a handler in some exception region.
1268         (check_exception_handler_labels): Use the new scheme.
1269         (init_eh_for_function): Initialize the catch stack.
1270         (save_eh_status): Save the catch stack.
1271         (restore_eh_status): Restore the catch stack.
1272         (scan_region): Don't remove unreferenced handler label. Flow does it.
1273         (get_reg_for_handler): New function to get the eh_context pointer
1274         passed by __throw.
1275         (expand_builtin_eh_stub): Changes required for NEW_EH_MODEL only.
1276         * final.c (final_scan_insn): With NEW_EH_MODEL, add EH table
1277         entry when processing END region rather that START region.
1278         * flow.c (find_basic_blocks_1): Find all potential handler regions
1279         now that we don't automatically know what the labels might be.
1280         Let scan_region() remove unreferenced EH BEGIN/END labels.
1281         * integrate.c (get_label_from_map): Put inlined labels onto the
1282         permanent obstack since we dont know which ones might be exception
1283         labels.
1284         (save_for_inline_copying): Make new copies of all the handlers.
1285         (expand_inline_function): Make new copies of all the handlers.
1286         * libgcc2.c: Remove local struct decls, and include eh-common.h.
1287         (find_exception_handler): With NEW_EH_MODEL the first matching
1288         region we find is the right one. Add eh_info as a new parameter.
1289         (__throw): Pass eh_info to find_exception_handler. Set handler
1290         and pass use different regs  under NEW_EH_MODEL.
1291
1292 Thu May 14 12:58:21 1998  Jim Wilson  <wilson@cygnus.com>
1293
1294         * i960.h (hard_regno_mode_ok): Changed to function from array of
1295         unsigned.
1296         (HARD_REGNO_MODE_OK): Call function instead of testing bit.
1297         * i960.c (hard_regno_mode_ok): Changed to function from array of
1298         unsigned.
1299
1300 Thu May 14 08:41:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1301
1302         * reload.c (remove_replacements): New function.
1303         * reload.h (remove_replacements): Declare.
1304         * reload1.c (choose_reload_regs): Disable some reloads that
1305         belong to inherited reloads.
1306
1307 Thu May 14 02:17:17 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1308
1309         * loop.c (scan_loop): Don't call move_moveables for optimize_size.
1310
1311         * reload1.c (merge_assigned_reloads):  When merging, reset
1312         reload_spill_index for the eliminated reload.
1313
1314 Wed May 13 17:51:13 1998  Jeffrey A Law  (law@cygnus.com)
1315
1316         * haifa-sched.c (schedule_insns): Fix merge goof.
1317
1318 1998-05-13  Jim Wilson  <wilson@cygnus.com>
1319
1320         * varasm.c (make_decl_rtl): Revert April 1 change.
1321         * alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
1322         m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
1323         Get function name from the SYMBOL_REF in the DECL_RTL, not from
1324         DECL_ASSEMBLER_NAME.
1325         * i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
1326         DECL_ASSEMBLER_NAME.
1327
1328 Wed May 13 13:09:19 1998  Jim Wilson  <wilson@cygnus.com>
1329
1330         * i386.c (notice_update_cc, output_float_compare): Disable
1331         TARGET_CMOVE support.
1332
1333 Wed May 13 15:28:59 1998  Michael Meissner  <meissner@cygnus.com>
1334                           Jeff Law <law@cygnus.com>
1335
1336         * rtlanal.c (find_reg_note): Ignore notes that are not on on
1337         insns of class 'i'.
1338         (find_regno_note): Likewise.
1339
1340         * Makefile.in (stor-layout.o): Depend on except.h
1341         (varasm.o, function.o): Likewise.
1342         (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.
1343
1344         * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
1345         (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
1346         ($(HOST_PREFIX_1)rtl.o): Likewise.
1347         ($(HOST_PREFIX_1)bitmap.o): New host object.
1348         * emit-rtl.c (toplevel): Include bitmap.h.
1349         (gen_rtx): Handle 't' and 'b' nodes.
1350         * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
1351         Print block number for block begin/end notes.  Print 't' type
1352         nodes as a pointer.  Know that the 3rd argument of live range
1353         start/stop notes is really a range_info rtx.  If type is 'b', print
1354         out argument as a bitmap.
1355         * rtl.c: Include bitmap.c.
1356         (copy_rtx): Copy tree nodes as is.  Copy bitmaps if type is 'b'.
1357         (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
1358         * rtl.def (RANGE_LIVE): New node to hold live information while we
1359         recalculate the basic blocks.
1360         (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
1361         (RANGE_VAR): New node, to hold information saved in symbol node for New
1362         communicating live range information to the debug output functions.
1363         * rtl.h (rtunion_def): Add rttree and rtbit fields.
1364         (XBITMAP, XTREE): New accessor macros.
1365         (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
1366         (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
1367         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
1368         (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
1369         (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
1370         (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
1371         (RANGE_INFO_*): Likewise.
1372         * sched.c (sched_analyze): Keep live range start/stop notes.
1373         (unlink_other_notes): Likewise.
1374         * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
1375         (unlink_other_notes): Likewise.
1376         * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
1377         (BLOCK_LIVE_RANGE_FLAG): Likewise.
1378         (DECL_LIVE_RANGE_RTL): Likewise.
1379         (struct tree_block): Add live_range_flag, live_range_var_flag,
1380         live_range_start and live_range_end.
1381         (struct tree_decl): Add live_range_rtl field.
1382         * gengenrtl.c (type_from_format): Handle 'b' and 't'.
1383         (accessor_from_format): Likewise.
1384
1385         * haifa-sched.c (schedule_block): Make verbose output line up.
1386         Also add a blank line in printing the individual ready lists.
1387
1388 Wed May 13 15:43:44 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1389
1390         * Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
1391         (c-lex.o): Depend on output.h.
1392         (c-common.o): Likewise.
1393         (stmt.o): Likewise.
1394         (calls.o): Likewise.
1395         (integrate.o): Depend on toplev.h.
1396         (regclass.o): Depend on output.h.
1397         (final.o): Depend on reload.h.
1398
1399         * c-common.c: Include output.h.
1400         (check_format_info): Remove unused variable `integral_format'.
1401
1402         * c-decl.c (print_lang_decl): Mark parameters `file', `node' and
1403         `indent' with ATTRIBUTE_UNUSED.
1404         (print_lang_type): Likewise.
1405         (maybe_build_cleanup): Likewise for parameter `decl'.
1406         (copy_lang_decl): Likewise for parameter `node'.
1407
1408         * c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
1409         (lang_print_xnode): Mark parameters `file', `node' and `indent'
1410         with ATTRIBUTE_UNUSED.
1411         (lookup_interface): Likewise for parameter `arg'.
1412         (is_class_name): Likewise.
1413         (maybe_objc_check_decl): Likewise for parameter `decl'.
1414         (maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
1415         `reflexive'.
1416         (maybe_objc_method_name): Likewise for parameter `decl'.
1417         (build_objc_string): Likewise for parameters `len' and `str'.
1418
1419         * c-lex.c: Include output.h.
1420
1421         * c-lex.h (position_after_white_space): Correct typo in prototype.
1422
1423         * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
1424         c_expand_end_cond, init_iterators): Add prototypes.
1425
1426         * caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
1427         with ATTRIBUTE_UNUSED.
1428
1429         * calls.c: Include output.h.
1430
1431         * cccp.c (pipe_closed): Mark parameter `signo' with
1432         ATTRIBUTE_UNUSED.
1433
1434         * combine.c: Move inclusion of expr.h to after insn-config.h.
1435
1436         * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
1437         as empty, rather define as ((void)0).
1438
1439         * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
1440         Add parentheses around assignment used as truth value.
1441
1442         * cplus-dem.c (squangle_mop_up): Change return type to void.
1443         (internal_cplus_demangle): Remove unused parameter `options'.
1444         All callers changed.
1445         (cplus_demangle_opname): Remove function wide variable `int i' and
1446         replace with `size_t i' at each location where it is used.
1447         (cplus_demangle_opname): change type of `i' from int to size_t.
1448
1449         * cppexp.c (right_shift): Mark parameter `pfile' with
1450         ATTRIBUTE_UNUSED.
1451
1452         * cpphash.c (cpp_lookup): Likewise.
1453         (cpp_hash_cleanup): Likewise.
1454
1455         * cpplib.c (parse_name): Add a prototype and make it static.
1456         (null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
1457         (null_cleanup): Likewise for parameters `pbuf' and `pfile'.
1458         (macro_cleanup): Likewise for parameter `pfile'.
1459         (file_cleanup): Likewise.
1460
1461         * cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
1462         cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
1463
1464         * crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
1465         __DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
1466
1467         * cse.c (cse_check_loop_start): Mark parameter `set' with
1468         ATTRIBUTE_UNUSED.
1469
1470         * dbxout.c (flag_minimal_debug, have_used_extensions,
1471         source_label_number): Move inside macro wrapper check against
1472         defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
1473
1474         * dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
1475
1476         * except.h (doing_eh): Provide prototype.
1477
1478         * expr.c: Move inclusion of expr.h to after insn-config.h.
1479
1480         * final.c: Include reload.h.
1481         (shorten_branches): Cast the first argument of bzero to char *.
1482
1483         * fix-header.c (cpp_print_containing_files): Mark parameter
1484         `pfile' with ATTRIBUTE_UNUSED.
1485         (cpp_fatal): Likewise.
1486
1487         * flow.c (find_basic_blocks_1): Cast the first argument of bzero
1488         to char *.
1489
1490         * genattrtab.c (make_length_attrs): Change the type of variable
1491         `i' from int to size_t.
1492         (zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
1493         (one_fn): Likewise.
1494
1495         * genextract.c (main): When generating insn-extract.c, mark
1496         variable `junk' with ATTRIBUTE_UNUSED.
1497
1498         * gengenrtl.c (gencode): When generating genrtl.c, cast the first
1499         argument of bzero to char*.
1500
1501         * integrate.c: Include toplev.h.
1502
1503         * libgcc2.c: Wrap `struct exception_table' and
1504         `find_exception_handler' in macro DWARF2_UNWIND_INFO.
1505
1506         * objc/Make-lang.in (objc-act.o): Depend on toplev.h.
1507
1508         * objc/objc-act.c: Include toplev.h.
1509         (lang_print_xnode): Mark parameters `file', `node' and `indent'
1510         with ATTRIBUTE_UNUSED.
1511         (finish_protocol): Likewise for parameter `protocol'.
1512
1513         * output.h (declare_weak): Add prototype.
1514         (decode_reg_name): Don't wrap with TREE_CODE macro.
1515         (assemble_alias): Add prototype.
1516
1517         * regclass.c: Include output.h.
1518
1519         * reload.h (reloads_conflict): Add prototype.
1520
1521         * rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
1522         output_func_start_profiler): Add prototypes.
1523
1524         * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
1525         ATTRIBUTE_UNUSED.
1526
1527         * scan-decls.c: Include scan.h.
1528
1529         * scan.h (recognized_function, recognized_extern): Add prototypes.
1530
1531         * stmt.c: Include output.h.
1532
1533         * toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
1534         (output_lang_identify): Hide prototype and definition.
1535         (float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
1536         (pipe_closed): Likewise.
1537
1538         * toplev.h (count_error, strip_off_ending, error_for_asm,
1539         warning_for_asm): Add prototypes.
1540
1541 Wed May 13 12:54:19 1998  Michael Meissner  <meissner@cygnus.com>
1542
1543         * toplev.c (rest_of_compilation): "Charge" final for any time
1544         doing various cleanup operations after finishing compilation
1545         of a function.
1546
1547         * flow.c (dump_flow_info): Also print number of sets and
1548         whether or not the pseudo is a user variable.
1549
1550         * flow.c (reg_n_max): New global variable.
1551         * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
1552         Delete regno_max variable.
1553         * regs.h (REG_N_CHECK): Define.
1554         (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
1555         (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
1556         (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
1557
1558 Wed May 13 12:54:19 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
1559
1560         * acconfig.h (ENABLE_CHECKING): Undefine.
1561         * configure.in (--enable-checking): New option.
1562
1563 Wed May 13 08:52:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1564
1565         * reload1.c (merge_assigned_reloads):  Can merge
1566         RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
1567         if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
1568
1569 Tue May 12 20:05:57 1998  Jim Wilson  <wilson@cygnus.com>
1570
1571         * collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.
1572
1573 Wed May 13 03:23:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1574
1575         * reload1.c (gen_reload): Create REG_EQUIV notes.
1576
1577 Tue May 12 22:21:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1578
1579         * reload1.c (reload): Fix check for USEs to use code of pattern.
1580         (choose_reload_regs): Remove dead variable use_insn.
1581
1582 Tue May 12 14:04:49 1998  Jeffrey A Law  (law@cygnus.com)
1583
1584         * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
1585
1586 Tue May 12 15:16:02 1998  Michael Meissner  <meissner@cygnus.com>
1587
1588         * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
1589         already defined.
1590         (find_insn_{,mem_}list): Use HAIFA_INLINE, not __inline.
1591         (insn_{unit,issue_delay}): Ditto.
1592         (blockage_range): Ditto.
1593         (actual_hazard{,_this_instance}): Ditto.
1594         (schedule_unit): Ditto.
1595         (potential_hazard): Ditto.
1596         (insn_cost): Ditto.
1597         (swap_sort): Ditto.
1598         (queue_insn): Ditto.
1599         (birthing_insn_p): Ditto.
1600         (adjust_priority): Ditto.
1601         (get_block_head_tail): Ditto.
1602         (init_rgn_data_dependences): Ditto.
1603
1604 Tue May 12 10:27:54 1998  Klaus Kaempf  <kkaempf@progis.de>
1605
1606         * alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
1607
1608 Tue May 12 11:44:14 1998  Gavin Koch  <gavin@cygnus.com>
1609
1610         * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
1611
1612 Tue May 12 11:38:31 1998  Gavin Koch  <gavin@cygnus.com>
1613
1614         * config/mips/mips.md (dslot): Move after definition of "cpu"
1615         attribute.  Handle r3900 case.
1616
1617 Tue May 12 10:21:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1618
1619         * system.h: Define the STRINGIFY macro here.
1620         * protoize.c: Not here.
1621         * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
1622
1623 Tue May 12 00:47:33 1998  John Wehle  (john@feith.com)
1624
1625         * varasm.c (assemble_variable): Compute the alignment of the data
1626         earlier so that both initialized and uninitialized variables are
1627         effected by DATA_ALIGNMENT.
1628         * tm.texi (DATA_ALIGNMENT): Updated appropriately.
1629
1630 Mon May 11 19:57:58 1998  Jeffrey A Law  (law@cygnus.com)
1631
1632         * mips.c: Prototype static functions.
1633
1634 Mon May 11 17:43:03 1998  Jim Wilson  <wilson@cygnus.com>
1635
1636         * regmove.c (fixup_match_2, find_matches, regmove_profitable):
1637         Add explanatory comments.
1638
1639         * sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT.
1640
1641 Mon May 11 17:24:27 1998  Richard Henderson  <rth@cygnus.com>
1642
1643         * sparc.md (ffsdi2): Disable.  Simplify the expression as well.
1644
1645 Mon May 11 13:30:44 1998  Jim Wilson  <wilson@cygnus.com>
1646
1647         * varasm.c (make_decl_rtl): Disable April 1 change.
1648
1649 Mon May 11 09:14:41 1998  Richard Henderson  <rth@cygnus.com>
1650
1651         * configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
1652
1653 Mon May 11 08:24:18 1998  Richard Henderson <rth@cygnus.com>
1654
1655         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
1656         * alpha.c (print_operand): Handle it.
1657         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and
1658         related define_splits.  Also add peepholes for SImode reload
1659         plus sign_extend lossage.
1660
1661 Mon May 11 09:33:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1662
1663         * genattr.c: Include stdarg.h/varargs.h.  Change function
1664         `fatal' to use variable arguments instead of faking it with
1665         integer parameters.  Provide a prototype which also
1666         checks the format specifiers using ATTRIBUTE_PRINTF_1.
1667
1668         * genattrtab.c: Likewise.
1669         * gencodes.c: Likewise.
1670         * genconfig.c: Likewise.
1671         * genemit.c: Likewise.
1672         * genextract.c: Likewise.
1673         * genflags.c: Likewise.
1674         * genopinit.c: Likewise.
1675         * genpeep.c: Likewise.
1676         * genrecog.c: Likewise.
1677         * genoutput.c: Likewise.  Similarly for function `error'.
1678
1679 Sun May 10 02:27:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1680
1681         * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
1682         * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
1683         * configure.in: Use GCC_C_VOLATILE.
1684         * system.h (volatile): Define as empty if no volatile support is
1685         available.
1686
1687 Sun May 10 01:21:43 1998  Jeffrey A Law  (law@cygnus.com)
1688
1689         * genemit.c (output_add_clobbers): Removed unused variable 'i' from
1690         generated fucntion.
1691
1692 Sat May  9 02:02:15 1998  Richard Henderson  <rth@cygnus.com>
1693
1694         * loop.c (get_condition): Don't combine when either compare is MODE_CC.
1695         * alpha.c (alpha_emit_conditional_branch): New function.  Taken from
1696         the body of beq; additionally set the mode of the branch to CCmode for
1697         FP compares and not fast_math.
1698         (alpha_emit_conditional_move): Always use a compare insn for FP
1699         when not fast_math, as well as setting CCmode on the cmov.
1700         * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch.
1701
1702         * machmode.h (COMPLEX_MODE_P): New macro.
1703
1704 Sat May  9 01:53:23 1998  Richard Henderson  <rth@cygnus.com>
1705
1706         * haifa-sched.c (print_exp): Fix typo.
1707
1708 Fri May 8 21:48:50 PDT 1998 Jeff Law  (law@cygnus.com)
1709
1710         * version.c: Bump for snapshot.
1711
1712 Fri May  8 18:23:08 1998  Michael Meissner  <meissner@cygnus.com>
1713
1714         * final.c (final_scan_insn): Call fatal_insn instead of abort if
1715         we could not split an insn when required to.
1716
1717         * m32r.md ({add,sub}di3): Add define_splits and appropriate low
1718         level insns.
1719         (peepholes): Disable peepholes that call dead_or_set_p.
1720         (movsi): Rewrite to handle addresses better after last change.
1721         Add define_split to split load of addresses in large/medium modes.
1722         (prologue): Call m32r_expand_prologue.
1723         (movsi_{push,pop}): Generators for push/pop.
1724         (movsi): Support PRE_{INC,DEC}, POST_INC.
1725         (mov{di,df}): Rewrite.  Always split the insns.
1726         (movsf): Add define_split to get register load in correct mode.
1727         (cmp_ne_small_const_insn): Use 'N' instead of 'S' constraint.
1728         (attributes): Rewrite attributes so that type indicates both the
1729         type and the length of the insn directly.
1730         (all insns): Change to use new type attributes.
1731         (debug): New attribute to convey whether -mdebug was used.
1732         (opt_space): New attribute to convey whether -Os was used.
1733         (function units): Loads are 3 cycles, not 2.  Better classify all
1734         insns into short/long.
1735         (load/store/extend insns): Add separate case for load/store
1736         indirect operations without an offset.
1737         (divsi3): Division is a long operation, not short.
1738
1739         * m32r.h (LEGITIMATE_LO_SUM_ADDRESS_P): Do not allow LO_SUM for
1740         modes > 1 word.
1741         (GO_IF_MODE_DEPENDENT_ADDRESS): LO_SUM is now mode dependent.
1742         (CONST_OK_FOR_LETTER_P): Make 'N' handle reverse 8 bit compares.
1743         (EXTRA_CONSTRAINT): Remove 'S' special support.  Add 'U' for
1744         operands with PRE_{INC,DEC}, POST_INC.
1745         (FUNCTION_PROFILER): Call abort instead of doing nothing.
1746         (GO_IF_LEGITIMATE_ADDRESS): Allow PRE_{INC,DEC}, POST_INC of
1747         SImode variables.
1748         (gen_split_move_double): Declare.
1749         (EXTRA_CONSTRAINT): Add 'T' for memory reference with no offset.
1750
1751         * m32r.c (gen_split_move_double): Fix typo.  Also, don't call
1752         emit_move_insn, build up SET's directly.
1753         (toplevel): Include system.h, not stdio.h.
1754         (move_double_src_operand): Allow any DF or DI mode constant.
1755         (gen_split_move_double): Split moves of DI or DF values into the
1756         appropriate moves, loads, or stores.  Don't handle use of auto
1757         inc/dec if using dead index.  Do handle overlapping moves, etc.
1758         (m32r_frame_info): Remove prologue_size field.
1759         (m32r_compute_frame_size): Don't calculate prologue size.
1760         (m32r_output_function_prologue): Change to pretty much a NOP.
1761         (m32r_expand_prologue): Expand prologue as a series of INSNs.
1762         (m32r_print_operand): Add support for PRE_{INC,DEC}, POST_INC.
1763         (m32r_print_operand_address): Ditto.
1764
1765 Fri May  8 14:13:21 1998  H.J. Lu  (hjl@gnu.org)
1766
1767         * reload1.c (emit_reload_insns): When performing expensive
1768         optimizations, do not output the last reload insn if OLD is
1769         not the dest of NSN and is in the src and is clobbered by INSN.
1770
1771 Fri May  8 09:47:29 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1772
1773         * Makefile.in (genrtl.o): Depend on system.h.
1774         * gengenrtl.c (gencode): When creating genrtl.c, have it
1775         include system.h.
1776
1777 Fri May  8 10:57:33 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1778
1779         * config/m68k/t-linux: Remove extra stuff already included in
1780         config/t-linux.
1781
1782 Fri May  8 09:53:24  Paul Eggert  <eggert@twinsun.com>
1783
1784         * fixinc.wrap: Renamed from fixinc.math.  Put wrapper around
1785         curses.h if it contains `typedef char bool;', as suggested by
1786         Manfred Hollstein <manfred@s-direktnet.de>.
1787
1788         * configure.in: Rename fixinc.math to fixinc.wrap.
1789
1790 Thu May  7 19:26:34 1998  Jim Wilson  <wilson@cygnus.com>
1791
1792         * gcc.c (read_specs): Handle missing blank line at end of specs file.
1793
1794         * i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1,
1795         movdfcc_1): Disable.
1796
1797 Thu May  7 15:39:14 1998  Jim Wilson  <wilson@cygnus.com>
1798
1799         * configure.in (enable_threads): Rename to enable_threads_flag before
1800         main loop.  Set enable_threads to enable_threads_flag inside main
1801         loop.
1802
1803 Thu May  7 17:38:03 1998  Michael Meissner  <meissner@cygnus.com>
1804
1805         * r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
1806         multiple times.
1807
1808 Thu May  7 14:26:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1809
1810         * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
1811
1812         * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
1813         (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
1814         (AC_CHECK_FUNCS): Remove unused check for vprintf.
1815
1816         * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
1817         (cccp.o): Depend on gansidecl.h.
1818         (cexp.o): Likewise.
1819
1820         * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
1821         per the rest of gcc source.
1822         * cexp.y: Likewise.  Include gansidecl.h and remove all code made
1823         redundant.
1824
1825         * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
1826         used when vfprintf is missing.
1827         * cexp.y: Likewise.
1828         * gcc.c: Likewise.
1829         * genattrtab.c: Likewise.
1830         * mips-tfile.c: Likewise.
1831         * toplev.c: Likewise.
1832
1833         * vfprintf.c: New file.
1834         * doprint.c: New file.
1835
1836 Thu May  7 10:18:41 1998  Jeffrey A Law  (law@cygnus.com)
1837
1838         * config/linux.h (ASM_COMMENT_START): Remove from here,
1839         * config/linux-aout.h (ASM_COMMENT_START): and here,
1840         * config/i386/linux.h (ASM_COMMENT_START): to here,
1841         * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
1842         * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
1843         here as '#' too.
1844
1845 Thu May  7 10:55:59 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1846
1847         * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
1848         constant.
1849
1850 Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
1851
1852         * Makefile.in (dwarfout.o) Add toplev.h dependency.
1853         * dwarfout.c, i386.c: Include toplev.h
1854         * toplev.h: (pfatal_with_name) Add prototype.
1855
1856 Wed May  6 19:02:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
1857
1858         * Makefile.in: Fix .SUFFIXES.
1859
1860 Wed May  6 19:31:32 1998  Alan Modra <alan@spri.levels.unisa.edu.au>
1861
1862         * config/linux.h (ASM_COMMENT_START): Define as "#".
1863         * config/linux-aout.h (ASM_COMMENT_START): Likewise.
1864
1865 Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
1866
1867         * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
1868         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
1869
1870         * toplev.c: Include toplev.h.
1871         * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
1872         c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
1873         dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
1874         hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
1875         reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
1876         toplev.h dependency.
1877
1878         * mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
1879         HARD_FRAME_POINTER_REGNUM.
1880
1881         * expr.c (target_temp_slot_level): Delete duplicate definition.
1882
1883 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
1884
1885         * stmt.c (mark_seen_cases): Make it have external linkage again.
1886         * expr.h (mark_seen_cases): Add declaration, but only when tree.h
1887         has been included.
1888
1889         * haifa-sched.c (print_value, case SUBREG): Fix typo.
1890
1891         * i386.c (output_387_binary_op): Add some braces to avoid warnings.
1892         * i386.h (REG_CLASS_CONTENTS): Similarly.
1893
1894         * toplev.c (-fsched-max): Delete flag.
1895         (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
1896         * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
1897         and -fsched-interblock-max-insns-N support.  Remove INTERBLOCK_DEBUG
1898         conditionals.
1899
1900         * haifa-sched.c (find_rgns): Correctly handle reducible loops with
1901         inner loops which are not reducible.
1902
1903         * loop.c (regs_match_p): Fix typo in prototype.
1904
1905         * regmove.c (try_auto_increment): Wrap declaration inside an
1906         #ifdef AUTO_INC_DEC.
1907
1908 Wed May  6 17:07:47 1998  Michael Meissner  <meissner@cygnus.com>
1909
1910         * final.c (output_operand_lossage): Call fatal with the operand
1911         lossage message instead of calling abort.
1912
1913 Wed May  6 15:37:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1914
1915         * c-common.c: Convert to using ctype macros defined in system.h.
1916         * c-lex.c: Likewise.
1917         * cccp.c: Likewise.
1918         * collect2.c: Likewise.
1919         * rs6000.c: Likewise.
1920         * cpplib.c: Likewise.
1921         * fix-header.c: Likewise.
1922         * gcc.c: Likewise.
1923         * gen-protos.c: Likewise.
1924         * pexecute.c: Likewise.
1925         * protoize.c: Likewise.
1926         * rtl.c: Likewise.
1927         * scan.c: Likewise.
1928         * stmt.c: Likewise.
1929         * tlink.c: Likewise.
1930         * toplev.c: Likewise.
1931
1932 Wed May  6 14:44:14 1998  Gavin Koch  <gavin@cygnus.com>
1933
1934         * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
1935         Replace -gdwarf-2 with -g0.
1936
1937 Wed May  6 11:43:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1938
1939         * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
1940         * mips-tdump.c: Include system.h, remove redundant headers.
1941         * mips-tfile.c: Likewise.  Also, convert all ctype function calls
1942         to calls of the macro versions defined in system.h.
1943
1944         * objc/Make-lang.in (objc-act.o): Depend on system.h.
1945         * objc/objc-act.c: Include system.h, remove redundant headers.
1946
1947 Wed May  6 11:21:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1948
1949         * configure.in (AC_CHECK_FUNCS): Add isascii.
1950         (GCC_NEED_DECLARATIONS): Add atof.
1951
1952         * system.h: Provide prototypes for abort, atof, atol and sbrk here.
1953         * rtl.c, rtl.h, toplev.c, tree.h: Not here.
1954
1955 Wed May  6 10:52:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1956
1957         * system.h: Wrap time.h and sys/file.h in autoconf checks.
1958         Provide default definitions for O_RDONLY and O_WRONLY here.
1959
1960         * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
1961
1962 1998-05-06 Mark Mitchell  <mmitchell@usa.net>
1963
1964         * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
1965
1966 Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
1967
1968         * toplev.h: New file.   Protypes for functions in toplev.c.
1969         * tree.h, rtl.h: Deleted protos for functions in toplev.c.
1970         * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
1971         c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
1972         convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
1973         function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
1974         reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
1975         varasm.c: include it.
1976
1977 Wed May  6 01:09:01 1998  Jeffrey A Law  (law@cygnus.com)
1978                           Jim Wilson (wilson@cygnus.com)
1979
1980         * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
1981         blocks.  Check for 1 successor which is the EXIT_BLOCK.
1982
1983         * haifa-sched.c (find_rgns): Detect unreachable blocks, including
1984         unreachable loops with more than one block.
1985
1986 Wed May  6 08:22:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1987
1988         * fix-header.c (write_rbrac): Add "abort" to functions which need to
1989         be protected.
1990
1991 Wed May  6 00:09:36 1998  Jeffrey A Law  (law@cygnus.com)
1992
1993         * Check in merge from gcc2.  See ChangeLog.12 for details.
1994
1995 Tue May  5 14:33:49 1998  Jim Wilson  <wilson@cygnus.com>
1996
1997         * c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
1998         accept 'a' flag.  'S' does accept 'a' flag.
1999         (check_format_info): When pedantic, warn for m/C/S/a/A formats,
2000         and `a' flag.
2001
2002         * elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.
2003
2004 Tue May  5 10:50:39 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2005
2006         * config/m68k/m68k.h: Declare functions from m68k.c used in
2007         macros and machine description.
2008         (ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
2009         long values.
2010         (ASM_OUTPUT_FLOAT): Likewise.
2011         (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
2012
2013 Tue May  5 01:28:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
2014
2015         * tree.def: Add NAMESPACE_DECL.
2016         * dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
2017         * dwarf2out.c (push_decl_scope): Likewise.
2018         (scope_die_for): Likewise.
2019         * tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
2020         how to get next context level.
2021
2022 Tue May  5 01:43:16 1998  Jim Wilson  <wilson@cygnus.com>
2023
2024         * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
2025         case.
2026
2027 Tue May  5 01:15:06 1998  Jeffrey A Law  (law@cygnus.com)
2028
2029         * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
2030
2031         * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
2032         for any insns skipped at the start of a block because they were
2033         redundant.
2034
2035 Mon May  4 20:23:51 1998  Jim Wilson  <wilson@cygnus.com>
2036
2037         * alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
2038
2039 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2040
2041         * c-common.c (format_char_info): Add new field hhlen.
2042         (print_char_table, scan_char_table, time_char_table): Initialize
2043         hhlen field appropriately.
2044         (char_format_info): Recognize hh modifier and lookup correct char
2045         table entry.
2046
2047 Mon May  4 19:15:29 1998  Jim Wilson  <wilson@cygnus.com>
2048
2049         * expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
2050         reference if this is a store.
2051
2052 Mon May  4 17:25:17 1998  Richard Henderson  <rth@cygnus.com>
2053
2054         * sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
2055
2056 Sun May  3 23:57:25 1998  Robert Lipe   <robertl@dgii.com>
2057
2058         Make UnixWare 7 bootstrap support work with final shipping product.
2059         * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
2060         Pick up xm-siglist and xm-alloca.
2061         (xm_defines): Add USG so dbxout will build.
2062         * configure: Regenerate.
2063
2064 Sun May  3 13:51:34 PDT 1998  Richard Henderson  <rth@cygnus.com>
2065
2066         Support for official Sparc V9 ABI:
2067         * sparc.c (sparc_override_options): Force stack bias off for !arch64.
2068         Care for flag_pcc_struct_return default.
2069         (output_move_quad): Rewrite to move by halves on v9 and in the
2070         proper direction.
2071         (move_quad_direction): New function.
2072         (output_fp_move_quad): Use it to determine the direction of copy.
2073         (function_arg_slotno): Return -1 for FP reg overflow as well.
2074         (function_arg_record_value*): New functions.
2075         (function_arg): Use them.  Streamline unprototyped parameter passing.
2076         (function_arg_pass_by_reference): Pass TCmode by reference.
2077         (function_value): New function.
2078         * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
2079         long long in 64-bit mode.
2080         (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
2081         (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
2082         (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
2083         (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
2084         (BASE_INCOMING_ARG_REG): Likewise.
2085         (FUNCTION_VALUE): Call function_value.
2086         (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
2087         * sparc.md (movdi_sp32_v9): Disable for arch64.
2088         (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
2089         (call_value_address_sp64): Remove register class constraints.
2090         (call_value_symbolic_sp64): Likewise.
2091         (nonlocal_goto): Pass label reg directly to goto_handlers.  Constrain
2092         v9 case to 32-bit constants.
2093         (goto_handler_and_restore_v9): Provide a version for arch64.
2094         * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
2095         * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
2096         (CPP_PREDEFINES): New.
2097         * sparc/sp64-elf.h: Likewise.
2098         (PREFERRED_DEBUGGING_TYPE): Dwarf2.
2099         (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
2100         * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.
2101
2102 Sat May 2 17:47:17 PDT 1998 Jeff Law  (law@cygnus.com)
2103
2104         * version.c: Bump for snapshot.
2105
2106 Sat May  2 01:37:29 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2107
2108         * reload.c (find_reloads): Emit USEs to mark where a pseudo
2109         is reloaded with the MEM of its stack slot.
2110         * reload1.c (cannot_omit_stores): Delete.
2111         (reload): Don't initialize it.
2112         Don't apply avoid_return_reg logic to USEs.
2113         When done, remove USEs that have a REG_EQUAL note on them.
2114         (emit_reload_insns): Handle case where we have inherited a MEM.
2115         (choose_reload_regs): Likewise.
2116         (delete_output_reload): Don't use cannot_omit_stores.
2117
2118 Thu Apr 30 18:59:03 1998  Jim Wilson  <wilson@cygnus.com>
2119
2120         * Makefile.in (cpp.info, gcc.info): Put -o option before input file.
2121
2122 Thu Apr 30 16:57:34 1998  Michael Meissner  <meissner@cygnus.com>
2123
2124         * haifa-sched.c (print_{exp,value}): Various changes to make the
2125         debug output easier to read.  Also, use only one buffer, and make
2126         sure the buffer we are passed in doesn't overflow.
2127         (safe_concat): Concatenate to a buffer without overflow.
2128
2129 Thu Apr 30 16:57:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2130
2131         * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree
2132         with the prototype.
2133
2134 Wed Apr 29 21:45:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2135
2136         * sched.c (new_insn_dead_notes): Check if the register was
2137         used in the original instruction.
2138         * haifa-sched.c (new_insn_dead_notes): Likewise.
2139
2140 Wed Apr 29 13:46:03 1998  Jim Wilson  <wilson@cygnus.com>
2141
2142         * dwarf2out.c (scope_die_for): If could not find proper scope,
2143         check for and handle tagged type with incorrect TYPE_CONTEXT.
2144
2145 Wed Apr 29 15:34:40 1998  John Carr  <jfc@mit.edu>
2146
2147         * calls.c (expand_call): Fix recognition of C++ operator new.
2148
2149         * alias.c (mode_alias_check): Disable type based alias detection.
2150
2151 Wed Apr 29 15:06:42 1998  Gavin Koch  <gavin@cygnus.com>
2152
2153         * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
2154         ASM_OUTPUT_WEAK_ALIAS): Define.
2155         * config/mips/elf64.h: Same.
2156         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
2157         ASM_WEAKEN_LABEL): Removed.
2158
2159 Wed Apr 29 10:53:29 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2160
2161         * calls.c (expand_call): Bump the length limit on the specially
2162         recognized function names to 17.
2163
2164 Tue Apr 28 17:53:33 1998  Jim Wilson  <wilson@cygnus.com>
2165
2166         * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
2167         when undefining macros at the end.
2168
2169         * expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
2170         val or len has TREE_SIDE_EFFECTS set.
2171
2172         * sparc.md (mulsidi3): Call const v8plus and v8plus routines.
2173         (mulsidi3_v8plus, const_mulsidi3_v8plus): Delete asterisk from name.
2174         (smuldi3_highpart): Call const v8plus routine.
2175         (smulsi3_highpart_v8plus): Renamed from smulsidi3_highpart_v8plus.
2176         (const_smulsi3_highpart_v8plus): New pattern.
2177         (smulsi3_highpart_sp32): Renamed from smulsidi3_highpart_sp32.
2178         (umulsidi3): Call const v8plus routine.
2179         (umulsi3_highpart): Handle const before v8plus.  Call const v8plus
2180         routine.
2181         (umulsi3_highpart_v8plus): Renamed from umulsidi3_highpart_v8plus.
2182         (umulsi3_highpart_sp32): Renamed from umulsidi3_highpart_sp32.
2183
2184 Tue Apr 28 08:55:26 1998  Michael Meissner  <meissner@cygnus.com>
2185
2186         * m32r.c (*_oper{and|ator}): Change enum arguments and return
2187         values to int, so they can be prototyped even in files that don't
2188         include rtl.h.
2189         ({small,large}_insn_p): Ditto.
2190         (m32r_select_cc_mode): Ditto.
2191         (gen_compare): Ditto.
2192         (function_arg_partial_nregs): Ditto.
2193         (m32r_setup_incoming_varargs): Ditto.
2194         (init_reg_tables): Add prototype.
2195         (m32r_frame_info): Add prolog_size field.
2196         (m32r_compute_frame_size): Calculate the size of the prologue.
2197         (m32r_first_insn_address): Return prologue size.
2198         (m32r_output_function_prologue): Calculate frame size before
2199         printing out information.  Print out the prologue size.
2200
2201         * m32r.h: Prototype all functions in m32r.c.
2202         (FIRST_INSN_ADDRESS): Declare, returning prologue size.
2203
2204         * m32r.md (bcc functions): Cast enum's to int.
2205
2206         * m32r.c (conditional_move_operand): Silence a debug message.
2207         ({small,long}_insn): New predicates.
2208
2209         * m32r.h (TARGET_M32R): New macro.
2210         (PREDICATE_CODES): Rearrange somewhat, add small_insn/long_insn.
2211         (HAIFA_P): Define as 1/0 depending on whether the Haifa scheduler
2212         was selected.
2213         (ISSUE_RATE): Define as 2.
2214
2215         * m32r.md (insn_size): New attribute.
2216         ({,rev_}branch_insn): Add .s qualifier to branches believed to be
2217         short.
2218         (m32r): New attribute.
2219
2220         * configure.in (enable_haifa): Switch m32r to Haifa by default.
2221         * configure: Regenerate.
2222
2223         (Changes from Nick Clifton <nickc@cygnus.com>)
2224         * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
2225         the equivalent of a negated 'I' constraint.
2226         (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
2227         optimisation to work.
2228
2229         * m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather
2230         than 'I' since the value is negated.
2231         (peephole): Add peephole optimisation to cope with optimization of
2232         divide and subtracts of the same operands.
2233
2234         * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
2235         * m32r.h: Ditto.
2236         * m32r.md: Ditto.
2237
2238         * m32r.h (PREDICATE_CODES): Add declaration of machine specific
2239         predicates.
2240
2241 Tue Apr 28 07:25:53 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2242
2243         * Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
2244
2245 Mon Apr 27 18:39:47 1998  Nick Clifton  <nickc@cygnus.com>
2246
2247         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Check against
2248         frame_pointer_rtx not FRAME_POINTER_REGNUM.
2249
2250 Mon Apr 27 18:36:28 1998  Jim Wilson  <wilson@cygnus.com>
2251
2252         * reg-stack.c: Revert last patch (Apr 20).
2253         (convert_regs): Set insn to PREV_INSN (next) after do while loop.
2254
2255         * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
2256
2257         * loop.c (check_dbra_loop): New locals jump, first_compare, and
2258         compare_and_branch.  Call get_condition to set first_compare.
2259         Set compare_and_branch to number of compare/branch instructions.
2260         Replace PREV_INSN (PREV_INSN (loop_end)) with first_compare.
2261         Replace '2' with compare_and_branch.
2262
2263 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
2264
2265         * cplus-dem.c (demangle_qualified): Replace missing else.
2266
2267 Mon Apr 27 20:22:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2268
2269         * sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.
2270
2271 Mon Apr 27 18:23:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2272
2273         * sh.c (sh_expand_prologue, sh_expand_epilogue):
2274         If TARGET_DOUBLE_ALIGN, preserve 64 bit stack alignment.
2275         * sh.h (STACK_BOUNDARY): Likewise.
2276
2277 Mon Apr 27 17:22:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2278
2279         * sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
2280
2281 Mon Apr 27 08:55:23 1998  Michael Meissner  <meissner@cygnus.com>
2282
2283         * system.h (abort): If abort is not defined, and neither is
2284         USE_SYSTEM_ABORT, redefine abort to call fprintf and exit,
2285         reporting the line and filename of the error.
2286
2287         * .gdbinit: Add breakpoints on exit and fancy_abort.
2288
2289         * final.c (split_double): Avoid a compiler warning if
2290         BITS_PER_WORD is less than or equal to HOST_BIT_PER_WIDE_INT.
2291
2292         * rtl.h (JUMP_{CROSS_JUMP,NOOP_MOVES,AFTER_REGSCAN}):  New macros
2293         for calling jump_optimize.
2294
2295         * toplev.c (rest_of_compilation): Call jump_optimize using JUMP_*
2296         macros, rather than 0/1's.
2297
2298 Sun Apr 26 23:19:10 1998  Richard Henderson  <rth@cygnus.com>
2299
2300         * alpha.h (CONST_COSTS): Zero is always free.
2301         (RTX_COSTS): Add EV6 costs.  Abort if alpha_cpu is unknown.
2302
2303 Sun Apr 26 15:38:50 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2304
2305         * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
2306         length in the name of a virtual table.
2307
2308 Sun Apr 26 01:21:06 1998  Richard Henderson  <rth@cygnus.com>
2309
2310         * alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
2311
2312 Sat Apr 25 22:11:38 PDT 1998 Jeff Law  (law@cygnus.com)
2313
2314         * version.c: Bump for snapshot.
2315
2316 Sat Apr 25 17:17:15 1998  Jeffrey A Law  (law@cygnus.com)
2317
2318         * fold-const.c (fold_convert): Fix typo.
2319
2320 Sat Apr 25 17:55:54 1998  John Carr  <jfc@mit.edu>
2321
2322         * alias.c (alias_invariant): New variable.
2323         (record_base_value): New argument INVARIANT.
2324         (memrefs_conflict_p): If a register has an entry in the alias_invariant
2325         array, try substituting that value for the register.
2326
2327         * rtl.h: Declare record_base_value.
2328
2329         * loop.c, unroll.c: Update callers of record_base_value.
2330
2331         * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
2332         ZERO_EXTEND do not affect base values.
2333
2334 Fri Apr 24 15:57:02 1998  Jeffrey A Law  (law@cygnus.com)
2335
2336         * dbxout.c (dbxout_type): Fix typo.
2337         (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix.
2338
2339         * configure.in: Use CC_FOR_BUILD, not BUILD_CC.
2340
2341 Fri Apr 24 16:11:47 1998  John Carr  <jfc@mit.edu>
2342
2343         * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
2344         if the argument is the address of a structure or array.
2345
2346         * configure.in: Enable Haifa scheduler by default for SPARC.
2347
2348 Fri Apr 24 20:55:47 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2349
2350         * cse.c (cse_set_around_loop): Don't do optimization when
2351         new pseudos are created.
2352
2353 Fri Apr 24 11:00:18 1998  Jeffrey A Law  (law@cygnus.com)
2354
2355         * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
2356         appropriately.
2357         (dbxout_type_method_1, dbxout_type): Likewise.
2358         (print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
2359         (dbxout_type): Fix check for when to print a type range in
2360         octal vs decimal.
2361
2362 Fri Apr 24 16:45:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2363
2364         * (gen_shl_and, in case 1): Fix comparison with mask.
2365
2366 Fri Apr 24 06:46:40 1998  Nick Clifton  <nickc@cygnus.com>
2367
2368         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow frame
2369         pointer as second register in REG+REG pair.
2370
2371 Fri Apr 24 09:22:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2372
2373         * c-common.c (check_format_info): Don't check for the 'x' format
2374         character twice, instead check for 'x' and 'X'
2375
2376 Fri Apr 24 08:02:30 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2377
2378         * Makefile.in (libgcc2.ready): Add explicit dependancy from
2379         $(STMP_FIXPROTO) to ensure all necessary include files have
2380         been created and to guarantee proper parallel builds.
2381
2382 Fri Apr 24 04:42:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2383
2384         * sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra
2385         register for stdarg functions.
2386         * sh.h (current_function_varargs): Declare.
2387         (FUNCTION_ARG): Ignore NAMED for stdarg functions.
2388
2389 1998-04-23  Jim Wilson  <wilson@cygnus.com>
2390
2391         * frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when
2392         inhibit_libc is defined.
2393
2394         * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
2395
2396 Thu Apr 23 19:09:33 1998  Jim Wilson  <wilson@cygnus.com>
2397
2398         * profile.c (tablejump_entry_p): New function.
2399         (branch_prob): Add code to recognize MIPS tablejump entry branch.
2400         Use tablejump_entry_p in MIPS and HPPA tablejump checking code.
2401
2402 Thu Apr 23 15:01:13 1998  Nick Clifton  <nickc@cygnus.com>
2403
2404         * config/arm/arm.c (find_barrier): Return as soon as a barrier is
2405         found, rather than at end of the loop, after the insn has been
2406         changed.
2407
2408 Thu Apr 23 20:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2409
2410         * sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.
2411         * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete.
2412
2413 Wed Apr 22 17:07:35 1998  Michael Meissner  <meissner@cygnus.com>
2414
2415         * loop.c (note_addr_stored): Correct function to take 2 arguments,
2416         instead of 1.
2417
2418         * rtl.def (MATCH_INSN2): Add new matching pattern.
2419         * genrecog.c (add_to_sequence): Support MATCH_INSN2.
2420
2421 Wed Apr 22 15:52:22 1998  John Carr  <jfc@mit.edu>
2422
2423         * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
2424         if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
2425
2426         * final.c (split_double): Sign extend both halves of a split CONST_INT.
2427
2428 Wed Apr 22 10:42:45 1998  Jeffrey A Law  (law@cygnus.com)
2429
2430         * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
2431
2432 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
2433
2434         * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
2435         (cplus_demangle_opname): Call mop_up_squangle.
2436         (cplus_demangle): Initialize squangle info, then call
2437         internal_cplus_demangle. (Most code moved there as well)
2438         (internal_cplus_demangle): New function, performs most of what use
2439         to be done in cplus_demangle, but is only called with this file.
2440         (squangle_mop_up): New function to clean up B and K code data.
2441         (mop_up): set pointers to NULL after freeing.
2442         (demangle_signature, demangle_template, demangle_class): Add
2443         switch elements to handle K and B codes.
2444         (demangle_prefix, gnu_special, demangle_qualified): Add
2445         code to handle K and B codes.
2446         (do_type, demangle_fund_type): Handle B and K codes.
2447         (remember_Ktype): New function to store K info.
2448         (register_Btype, remember_Btype): New functions for B codes.
2449         (forget_B_and_K_types): New function to destroy B and K info.
2450
2451 1998-04-21  Jim Wilson  <wilson@cygnus.com>
2452
2453         * stmt.c (check_seenlabel): When search for line number note for
2454         warning, handle case where there is no such note.
2455
2456 Tue Apr 21 20:48:37 1998  John Carr  <jfc@mit.edu>
2457
2458         * genemit.c (gen_exp): Allow machine description to set mode of
2459         MATCH_OP_DUP.
2460
2461 Tue Apr 21 16:36:01 1998  John Carr  <jfc@mit.edu>
2462
2463         * alias.c (mode_alias_check): New function.
2464         (true_dependence, anti_dependence, output_dependence): Call
2465         mode_alias_check.
2466
2467 Tue Apr 21 12:05:32 1998  Jeffrey A Law  (law@cygnus.com)
2468
2469         * mips.h (STACK_BOUNDARY): Allow specific targets to override.
2470         (MIPS_STACK_ALIGN): Similarly.
2471
2472         * c-common.c (type_for_mode): Handle TI types.
2473         * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
2474         (init_decl_processing): Handle TI types.
2475         * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
2476
2477         * mips.c (block_move_loop): Test Pmode == DImode instead of
2478         TARGET_MIPS64.
2479         (expand_block_move, save_restore_insns): Likewise.
2480         (function_prologue, mips_expand_prologue): Likewise.
2481         (mips_expand_epilogue): Likewise.
2482         * mips.h (POINTER_SIZE): Allow specific targets to override.
2483         (Pmode): Allow specific targets to override.
2484         (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
2485         (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
2486         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
2487         (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
2488         (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
2489         (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
2490         * mips.md (indirect, tablejump & casesi support): Test for
2491         Pmode == DImode instead of TARGET_MIPS64.
2492         (call patterns): Likewise.
2493
2494 Tue Apr 21 09:43:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2495
2496         * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
2497         for gen_rtx(MEM, ...).
2498
2499 Tue Apr 21 02:15:36 1998  Richard Henderson  <rth@cygnus.com>
2500
2501         * sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite
2502         to not be so gross, and to properly function with PIC.
2503
2504 Mon Apr 20 20:44:25 1998  Jim Wilson  <wilson@cygnus.com>
2505
2506         * frame.c (heapsort): Rename to frame_heapsort.
2507
2508         * gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it.
2509
2510 Mon Apr 20 12:43:09 1998  Doug Evans  <devans@canuck.cygnus.com>
2511
2512         * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.
2513
2514 Mon Apr 20 15:04:14 1998  John Wehle  (john@feith.com)
2515
2516         * i386.md (movsf_push, movdf_push, movxf_push): Allow memory
2517         operands during and after reload.
2518
2519 Mon Apr 20 22:37:50 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2520
2521         * final.c (shorten_branches, init_insn_lengths): Move code
2522         to free label_align, uid_shuid, insn_lengths, insn_addresses
2523         and uid_align from the former function into the latter one;
2524         Add code to clear these variables.
2525         * sh.h (label_align): Remove declaration.
2526
2527 Mon Apr 20 14:48:29 1998  Michael Meissner  <meissner@cygnus.com>
2528
2529         * gcc.c (lang_specific_driver): Declare prototype properly so
2530         fatal can be passed to it without error.
2531
2532         * configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
2533         * configure: Regenerate.
2534         * config.in: Add #undef's for strchr and strrchr.
2535
2536         * protoize.c (toplevel): If we have rindex, but not strrchr, map
2537         rindex to strrchr.
2538         (file_could_be_converted): Use strrchr, not rindex since rindex is
2539         not defined on Linux systems when _POSIX_SOURCE is defined.
2540         (file_normally_convertible): Ditto.
2541         (process_aux_info_file): Ditto.
2542         (main): Ditto.
2543
2544         * rs6000.md (mov{sf,df} define_splits): When splitting a move of
2545         a constant to an integer register, don't split the insns that do
2546         the simple AND and OR operations, rather just split each word, and
2547         let the normal movsi define split handle it further.
2548
2549 Mon Apr 20 18:19:40 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2550
2551         * sh.c (find_barrier): Fix bug in ADDR_DIFF_VEC handling.
2552         (split_branches): Call init_insn_lengths.
2553
2554 Mon Apr 20 07:37:49 1998  Michael Meissner  <meissner@cygnus.com>
2555
2556         * i386.c: Include expr.h to get the change_address prototype
2557         declared.
2558
2559 Mon Apr 20 01:00:05 1998  H.J. Lu  (hjl@gnu.org)
2560
2561         * reg-stack.c (subst_asm_stack_regs): Change to return the last
2562         new insn generated by this function.
2563         (subst_stack_regs): Likewise.
2564         (convert_regs): Record the last newly generated insn and use
2565         it for change_stack () instead of INSN.
2566
2567 Sun Apr 19 15:41:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2568
2569         * fix-header.c (enum special_file): Undefine enumerators if they
2570         are already defined by include files.
2571         * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection
2572         macro with '__' to not pollute user namespace.
2573
2574 Sun Apr 19 02:42:06 1998  Richard Henderson  <rth@cygnus.com>
2575
2576         * haifa-sched.c (queue_to_ready): Fix typo in prototype.
2577
2578 Sat Apr 18 23:52:35 PDT 1998 Jeff Law  (law@cygnus.com)
2579
2580         * version.c: Bump for snapshot.
2581
2582 Sat Apr 18 18:30:22 1998  Jim Wilson  <wilson@cygnus.com>
2583
2584         * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
2585
2586         * i386.h (CPP_CPU_DEFAULT): Renamed to CPP_CPU_DEFAULT_SPEC.
2587         Add missing -Dpentium* options.
2588         (CPP_CPU_SPEC): Delete redundant definition.  Include cpp_cpu_default
2589         instead of CPP_CPU_DEFAULT.
2590         (EXTRA_SPECS): Add entry for cpp_cpu_default.
2591
2592 Sat Apr 18 19:06:59 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2593
2594         * rs6000.md (floatsidf2_loadaddr): rs6000_fpmem_offset will be
2595         negative in a stackless frame.
2596         * rs6000.c (rs6000_stack_info): Don't include fixed-size link area
2597         in stackless frame size.  Support 64-bit stackless frame size.
2598         Combine fpmem offset calculations and don't add total_size to
2599         offset if not pushing a stack frame.
2600
2601 Sat Apr 18 15:41:16 1998  Jim Wilson  <wilson@cygnus.com>
2602
2603         * regmove.c (fixup_match_1): In three places, in flag_exceptions
2604         check, change p to q.
2605
2606 Sat Apr 18 15:30:49 1998  Jim Wilson  <wilson@cygnus.com>
2607
2608         * gcc.c (lang_specific_driver): Add new parm type to prototype.
2609         (added_libraries): New file scope static variable.
2610         (process_command): Initialize added_libraries.  Pass it to
2611         lang_specific_driver.
2612         (main): Use added_libraries in check for no input files.
2613
2614 Sat Apr 18 01:23:11 1998  John Carr  <jfc@mit.edu>
2615
2616         * sparc.c, sparc.h, sparc.md, sol2.h: Many changes related to V9
2617         code generation.  Use 64 bit instructions in 32 bit mode when
2618         possible.  Use V9 return instruction.  UltraSPARC optimizations.
2619
2620         * sparc.h: Change gen_rtx (CODE to gen_rtx_CODE (.
2621
2622 Fri Apr 17 22:38:17 1998  Jeffrey A Law  (law@cygnus.com)
2623
2624         * global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg,
2625         just pass zero.  That will work regardless of the size of HARD_REG_SET.
2626
2627         * libgcc2.c (__floatdisf): Fix a couple typos.
2628
2629 Fri Apr 17 17:28:26 1998  Jim Wilson  <wilson@cygnus.com>
2630
2631         * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
2632
2633 Fri Apr 17 16:35:35 1998  Greg McGary  <gkm@gnu.org>
2634
2635         * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
2636
2637 Fri Apr 17 14:30:37 1998  John Carr <jfc@mit.edu>
2638
2639         * emit-rtl.c (operand_subword_force): If a register can not be
2640         accessed by words, copy it to a pseudo register.
2641
2642 Fri Apr 17 14:30:37 1998  Jim Wilson  <wilson@cygnus.com>
2643
2644         * rs6000/vxppc.h (CPP_SPEC): Add support for mrelocatable*.
2645
2646 Fri Apr 17 17:01:25 1998  Michael Meissner  <meissner@cygnus.com>
2647
2648         * tree.h (mark_seen_cases): Delete declaration.
2649
2650 Fri Apr 17 13:32:20 1998  Jeffrey A Law  (law@cygnus.com)
2651
2652         * stmt.c (mark_seen_cases): Make static and add prototype.
2653
2654 Fri Apr 17 11:21:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2655
2656         * frame.c: Include stdlib.h and unistd.h to possibly get various
2657         function prototypes.  The fixproto script guarantees these header
2658         files exist on the target system.
2659         * libgcc2.c: Likewise.
2660
2661         * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
2662         __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
2663         function parameters.
2664         * libgcc2.c (__udiv_w_sdiv): Likewise.
2665
2666 Thu Apr 16 22:41:02 1998  Jeffrey A Law  (law@cygnus.com)
2667
2668         * varasm.c (asm_output_bss): Add prototype.
2669         (asm_output_aligned_bss): Likewise.
2670
2671         * unroll.c (verify_addresses): Add prototype.
2672
2673         * toplev.c: Add many prototypes.  Too many to mention here.
2674
2675         * stmt.c (check_seenlabel): Add prototype.
2676
2677         * rtlanal.c (reg_set_p_1): Add prototype.
2678         (reg_set_last_1): Likewise.
2679
2680         * reorg.c (find_dead_or_set_registers): Add prototype.
2681
2682         * regmove (try_auto_increment): Add prototype.
2683
2684         * reg-stack.c (pop_stack): Add prototype.
2685
2686         * recog.c (validate_replace_rtx_1): Add prototype.
2687         (find_cosntant_term_loc): Likewise.
2688
2689         * loop.c (regs_patch_p): Add prototype.
2690         (add_label_notes, count_nonfixed_reads): Likewise.
2691         (find_single_use_in_loop): Likewise.
2692         (express_from): Surround prototype with #ifdef.
2693         (giv_sort): Similarly.
2694
2695         * jump.c (mark_modified_reg): Add prototype.
2696
2697         * haifa-sched.c (is_prisky): Add prototype.
2698         (queue_to_ready): Likewise.
2699
2700         * genextract.c (gen_insn): Add prototype.
2701
2702         * genemit.c (max_operand_1): Add prototype.
2703         (max_operand_vec, print_code, gen_exp, gen_insn): Likewise.
2704         (gen_expand, gen_explit, output_add_clobbers): Likewise.
2705         (output_init_mov_optab): Likewise.
2706
2707         * genattrtab.c (attr_hash_add_rtx): Add prototype.
2708         (attr_hash_add_string, write_length_unit_log): Likewise.
2709
2710         * genattr.c (init_range): Add prototype.
2711
2712         * combine.c (sets_function_arg_p): Add prototype.
2713
2714         * expr.c (store_constructor_field): Add prototype.
2715         (get_memory_usage_from_modifier): Likewise
2716
2717         * expmed.c (synth_mult): Add prototype.
2718         (choose_multiplier, invert_mod2n): Likewise.
2719
2720         * except.c (push_eh_entry): Add prototype.
2721         (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise.
2722         (call_get_eh_context, start_dynamic_cleanup): Likewise.
2723         (start_dynamic_handler, can_throw): Likewise.
2724         (output_exception_table_entry, scan_region): Likewise.
2725         (eh_regs, set_insn_eh_region): Likewise.
2726
2727         * dwarfout.c (decl_class_context): Add prototype.
2728         (output_inheritance_die, type_ok_for_scope): Likewise.
2729
2730         * c-lex.c (skip_white_space_on_line): Add prototype.
2731
2732         * alias.c (record_set): Add prototype.
2733         (find_base_term, base_alias_check): Likewise.
2734
2735         * function.c (assign_outer_stack_local): Make static and add prototype.
2736
2737         * haifa-sched.c (build_control_flow): Accept raw data as inputs
2738         instead of computing it locally.  Callers changed.
2739         (find_rgns): Several new arguments.  Callers changed.
2740         Generally clean up and comment better.  Use dominators to
2741         identify reducible loops.  Convert some flag arrays to bitmaps.
2742         Convert most of the code to work on pred/succ lists instead of
2743         an edge table.  Add comments for future improvements.
2744         (schedule_insns): Allocate temporary tables for flow data, call
2745         routines to compute flow data and pass it along to children as
2746         arguments.
2747         (debug_control_flow): Delete.  Use dump_bb_data instead.
2748
2749         * basic-block.h (compute_dominators): Declare.
2750
2751         * flow.c (dump_sbitmap, dump_sbitmap_vector): New debugging
2752         functions.
2753         * basic-block.h: Declare them.
2754
2755 Thu Apr 16 13:45:51 1998  Jim Wilson  <wilson@cygnus.com>
2756
2757         * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
2758         no operands.
2759
2760 Wed Apr 15 11:33:09 1998  Alexandre Petit-Bianco  <apbianco@sendai.cygnus.com>
2761
2762         * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
2763         Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated
2764         node is non NULL. Cache last file name and file name identifier node.
2765
2766 1998-04-15  Mark Mitchell  <mmitchell@usa.net>
2767
2768         * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
2769         the length of an array, not TREE_TYPE.
2770
2771 Wed Apr 15 15:31:34 1998  Jeffrey A Law  (law@cygnus.com)
2772
2773         * flow.c (sbitmap_union_of_successors):  New function.
2774         * basic-block.h (sbitmap_union_of_successors): Declare it.
2775
2776 Wed Apr 15 12:38:03 1998  Jim Wilson  <wilson@cygnus.com>
2777
2778         * configure.in (gnu_ld): Rename to gnu_ld_flag before main loop.
2779         Set gnu_ld to gnu_ld_flag inside main loop.
2780         (gas): Likewise.
2781
2782 Wed Apr 15 14:50:05 1998  Dave Brolley  <brolley@cygnus.com>
2783
2784         * toplev.c (compile_file): Call init_parse using new interface.
2785         (init_lex): Remove declaration.
2786
2787         * c-lex.c (init_parse): Now returns char* containing filename.
2788
2789 Wed Apr 15 12:37:10 1998  Jeffrey A Law  (law@cygnus.com)
2790
2791         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing if not optimizing.
2792
2793 Wed Apr 15 12:10:18 1998  Michael Meissner  <meissner@cygnus.com>
2794
2795         * Makefile.in (gen{config,flags,codes,emit}): Link in host print-rtl.o.
2796         (gen{extract,peep,opinit,output}): Ditto.
2797
2798         * gen{attr,codes,config,emit,output}.c (insn_attr_name): Provide a
2799         global definition so print-rtl.o can be linked in.
2800         * gen{peep,recog}.c (insn_attr_name): Ditto.
2801
2802 Tue Apr 14 07:30:57 1998  K. Richard Pixley  <rich@kyoto.noir.com>
2803
2804         * fixincludes: discard empty C++ comments, as found in sys/time.h
2805         on hpux-11.0.
2806
2807 Wed Apr 15 10:47:21 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2808
2809         * config/m68k/m68k.md (adddi3, subdi3): Optimize for constant
2810         operand.
2811
2812 Wed Apr 15 01:21:21 1998  Jeffrey A Law  (law@cygnus.com)
2813
2814         * emit-rtl.c (operand_subword): Rework slightly to avoid
2815         bogus warning from previous change.
2816
2817 Tue Apr 14 23:39:13 1998  Richard Henderson  <rth@cygnus.com>
2818
2819         * alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's
2820         Nov 8 find_replacement change.  Move decls of get_unaligned_address
2821         * alpha.h: ... here.
2822
2823 Tue Apr 14 22:00:39 1998  John Carr <jfc@mit.edu>
2824
2825         * function.c (assign_parms): Initialize unsignedp before passing
2826         its pointer to promote_mode.
2827
2828         * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.
2829         (write_test_expr): Allow MATCH_INSN.
2830
2831 Tue Apr 14 21:57:57 1998  Paul Eggert <eggert@twinsun.com>
2832
2833         * install.texi: Update section on warnings that can be safely ignored.
2834
2835 Tue Apr 14 14:55:16 1998  Jim Wilson  <wilson@cygnus.com>
2836
2837         * mips.md (reload_outdi): Change the scratch mode from DImode to
2838         TImode.  New variable scratch, used instead of operand[2] in template.
2839         Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.
2840
2841 Tue Apr 14 16:19:03 1998  Michael Meissner  <meissner@cygnus.com>
2842
2843         * expr.c (MOVE_RATIO): Set to 3 if optimizing for space.
2844
2845 Tue Apr 14 11:31:28 1998  Krister Walfridsson <cato@df.lth.se>
2846
2847         * i386/bsd386.h (ASM_OUTPUT_ALIGN): Redefine.
2848
2849 Tue Apr 14 09:02:32 1998  Jeffrey A Law  (law@cygnus.com)
2850
2851         * svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
2852         (ASM_FINISH_DECLARE_OBJECT): Likewise.
2853
2854         * Idea and part of the patch from HJ.
2855         * Makefile.in: auto-host.h renamed from auto-config.h.  All references
2856         changed.
2857         (distclean): Remove auto-build.h too.
2858         * configure.in: Rename host autoconf generated file to auto-host.h.
2859         If host != build, then run autoconf to generate auto-build.h for
2860         the build machine and include it in build_xm_files.
2861         Check for wait.h and sys/wait.h.
2862
2863         * combine.c (simplify_rtx, case TRUNCATE): Respect value of
2864         TRULY_NOOP_TRUNCATION.
2865
2866 Mon Apr 13 11:31:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
2867
2868         * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.
2869
2870 Sun Apr 12 20:55:32 1998  Catherine Moore <clm@cygnus.com>
2871
2872         * invoke.texi (ld options)  Include memset requirements
2873         for options -nodstdlib and -nodefaultlibs.
2874
2875 1998-04-12  Paul Eggert  <eggert@twinsun.com>
2876
2877         This change is from an idea suggested by Arthur David Olson.
2878
2879         * c-common.c (decl_attributes, record_function_format,
2880         check_format_info, init_function_format_info):
2881         Add support for strftime format checking.
2882         (enum format_type): New type.
2883         (record_function_format): Now static, and takes value of type
2884         enum format_type instead of int.
2885         (time_char_table): New constant.
2886         (struct function_format_info): format_type member renamed from is_scan.
2887         (check_format_info): Use `warning' rather than sprintf followed by
2888         `warning', to avoid mishandling `%' in warnings.
2889         Change `pedwarn' to `warning', since these warnings do not necessarily
2890         mean the program does not conform to the C Standard, as the code
2891         need not be executed.
2892
2893         * c-tree.h (record_function_format): Remove decl; no longer extern.
2894
2895         * extend.texi: Add documentation for strftime format checking.
2896
2897 Sun Apr 12 20:23:03 1998  Jeffrey A Law  (law@cygnus.com)
2898
2899         * mips/ecoffl.h: Do not include mips.h.
2900         * mips/elf.h: Likewise.
2901
2902         * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
2903         * mips/ecoff.h: Include "mips/mips.h".
2904
2905 Sat Apr 11 22:42:54 PDT 1998 Jeff Law  (law@cygnus.com)
2906
2907         * version.c: Bump for snapshot.
2908
2909 Sat Apr 11 01:24:28 1998  Jeffrey A Law  (law@cygnus.com)
2910
2911         * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
2912         (delete_trivially_dead_insns): Renamed from delete_dead_from_cse.
2913         * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns              instead of delete_dead_from_cse.  Also call delete_trivially_dead_insns
2914         between loop optimization passes.
2915         * rtl.h: Updated appropriately.
2916
2917 Fri Apr 10 22:28:32 1998  Jeffrey A Law  (law@cygnus.com)
2918
2919         Reinstall this patch from Jason.
2920         * function.c (push_function_context_to): Don't call init_emit.
2921
2922 Fri Apr 10 13:40:20 1998  Nick Clifton  <nickc@cygnus.com>
2923
2924         * rtl.c (read_skip_spaces): Prevent infinite loops upon
2925         encountering unterminated comments.
2926
2927 Fri Apr 10 10:43:41 1998  Jeffrey A Law  (law@cygnus.com)
2928
2929         * emit-rtl.c (operand_subword): Properly handle CONST_INTs for
2930         64x32 cross builds.
2931
2932         * configure.in: Handle --with-fast-fixincludes.
2933         (fixincludes): If --with-fast-fixincludes, then use a different
2934         fixincludes program by default.
2935         * Makefile.in (fixinc.sh): New rule.
2936
2937 Fri Apr 10 00:36:31 1998  H.J. Lu  (hjl@gnu.org)
2938
2939         * i386.md (movqi+1): Handle invalid QI register.
2940         (movsf_push-1): Likewise.
2941
2942 Thu Apr  9 16:53:59 1998  Nick Clifton  <nickc@cygnus.com>
2943
2944         * config/m32r/m32r.c: call_address_operand(): Only accept symbolic
2945         addresses.
2946         symbolic_memort_operand(), call32_operand(), int8_operand(),
2947         int16_operand(), uint24_operand(), reg_or_int8_operand(): Removed.
2948         Not used.
2949         uint16_operand(): Made static.
2950
2951 Thu Apr  9 01:43:04 1998  Jeffrey A Law  (law@cygnus.com)
2952
2953         * calls.c (expand_call): Fix typo.
2954
2955 Thu Apr  9 00:18:44 1998  Dave Brolley  (brolley@cygnus.com)
2956
2957         * c-lex.c (finput): New global.
2958         (init_parse): Always included.  Handle !USE_CPPLIB using
2959         code originally in compile_file.
2960         (finish_parse): Update for CPPLIB.
2961         * toplev.c (init_parse, finish_parse): Declare.
2962         (finput): Delete variable.  Now in front-ends.
2963         (compile_file): Remove code which is now handled by init_parse
2964         which is unconditionally called.  Similarly for finish_parse.
2965
2966 Wed Apr  8 23:13:50 1998  Gavin Koch  <gavin@cygnus.com>
2967
2968         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
2969         ASM_WEAKEN_LABEL): Add.
2970
2971 Wed Apr  8 18:21:30 1998  Richard Henderson  <rth@cygnus.com>
2972
2973         * alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files.
2974         * configure.in (alpha-*-linux*): Use them.
2975
2976 Fri Apr  3 17:02:13 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2977
2978         * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
2979         * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
2980         COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
2981         (build_expr_wfl): New prototype declaration.
2982         * tree.c (build_expr_wfl): New function, to build
2983         EXPR_WITH_FILE_LOCATION nodes.
2984         (copy_node): Don't zero TREE_CHAIN if copying a
2985         EXPR_WITH_FILE_LOCATION node.
2986         * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
2987         * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.
2988
2989 Wed Apr  8 12:51:19 1998  Jeffrey A Law  (law@cygnus.com)
2990
2991         * configure.in (v850): Use t-v850.
2992         (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
2993
2994         * protoize.c (creat, read, write): Do not declare.
2995
2996         * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
2997         refer to the CODE_LABEL before a dispatch table.
2998
2999         * invoke.texi: Add ARC options.
3000
3001         * gcc.c (proces_command): Improve error message for -o with
3002         either -c or -S.
3003
3004         * i386/x-cygwin32 (CLIB): Link in advapi32.
3005
3006         * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
3007         (ASM_IDENTIFY_LANGUAGE): Likewise.
3008
3009         * i386.md (movqi recognizer): Don't perfom byte increment into
3010         a NON_QI_REG_P.
3011
3012         * configure.in (x86-dg-dgux): Run fixinc.dgux.
3013
3014         * i370.h: Fix typo in GEN_INT changes.
3015
3016         * bitmap.c (bitmap_element_allocate): Use "void" for arglist instead
3017         of an empty arglist in prototype.
3018
3019         * Makefile.in: Remove bytecode crud that crept back in after the
3020         gcc2 merge.
3021
3022 1998-04-08  Brendan Kehoe  <brendan@cygnus.com>
3023
3024         * c-lex.h (is_class_name): Fix arg type to be tree, not void.
3025         (make_pointer_declarator, reinit_parse_for_function): Fix typo.
3026
3027 Wed Apr  8 06:16:45 1998  Richard Earnshaw (rearnsha@arm.com)
3028
3029         * arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
3030
3031 Wed Apr  8 00:44:18 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
3032
3033         * c-lex.c (is_class_name): Delete declaration.
3034         (whitespace_cr): Make static and add prototype.
3035         * c-lex.h (make_pointer_declarator, reinit_parse_for_function,
3036         yylex, get_directive_line): Turn declarations into prototypes.
3037         (position_after_whitespace, check_newline, yyerror,, is_class_name,
3038         forget_protocol_qualifiers, remember_protocol_qualifiers): Add
3039         prototypes.
3040         * genattr.c (extend_range, write_upcase, gen_attr, write_units): Add
3041         prototypes.
3042         * gencodes.c (gen_insn): Add prototype.
3043         * genconfig.c (walk_insn, gen_insn, gen_expand, gen_split,
3044         gen_peephole): Add prototypes.
3045         * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
3046         prototypes.
3047         * gengenrtl.c (type_from_format, accessor_from_format, special_rtx,
3048         special_format, find_formats, gendecl, genmacro, gendef, genlegend,
3049         genheader, gencode): Add prototypes.
3050         * genopinit.c (gen_insn): Add prototype.
3051         * genoutput.c (output_prologue, output_epilogue, scan_operands,
3052         process_template, validate_insn_alternatives, gen_insn, gen_peephole,
3053         gen_expand, gen_split, n_occurrences): Add prototypes.
3054         * genpeep.c (gen_peephole): Add prototype.
3055         * loop.c (find_and_verify_loops, mark_loop_jump, prescan_loop,
3056         reg_in_basic_block_p, consec_sets_invariant_p, libcall_other_reg,
3057         labels_in_range_p, count_loop_regs_set, note_addr_stored,
3058         loop_reg_used_before_p, scan_loop, replace_call_address,
3059         skip_consec_insns, libcall_benefit, ignore_some_movables,
3060         force_movables, combine_movables, rtx_equal_for_loop_p, move_movables,
3061         strength_reduce, valid_initial_value_p, find_mem_givs, record_biv,
3062         check_final_value, record_giv, update_giv_derive, basic_induction_var,
3063         simplify_giv_expr, general_induction_var, consec_sets_giv,
3064         check_dbra_loop, express_from, combine_givs_p, combine_givs,
3065         product_cheap_p, maybe_eliminate_biv, maybe_eliminate_biv_1,
3066         last_use_this_basic_block, record_initial, update_reg_last_use,
3067         iteration_info, analyze_loop_iterations, insert_bct,
3068         instrument_loop_bct, indirect_jump_in_function_p): Turn declarations
3069         into prototypes.
3070
3071 Tue Apr  7 21:48:52 1998  Jeffrey A Law  (law@cygnus.com)
3072
3073         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
3074
3075 1998-04-07  Ken Raeburn  <raeburn@cygnus.com>
3076
3077         * config/mips/mips.c (siginfo): Deleted.
3078         (override_options): Don't install SIGINFO signal handler.
3079
3080 Tue Apr  7 11:58:04 1998  Jim Wilson  <wilson@cygnus.com>
3081
3082         * loop.c (check_dbra_loop): When normalize comparison_val, add check
3083         to verify it is non-negative.
3084
3085 Tue Apr  7 02:01:47 1998  Richard Henderson  <rth@cygnus.com>
3086
3087         * alpha.c (alpha_expand_block_move): Correctly collect block offsets.
3088         (alpha_expand_block_clear): Likewise.
3089
3090 Mon Apr  6 23:36:01 1998  Richard Henderson  <rth@cygnus.com>
3091
3092         * tree.h (sizetype_tab): Fix previous change for K&R.
3093
3094 Mon Apr 6 22:23:29 PDT 1998 Jeff Law  (law@cygnus.com)
3095
3096         * version.c: Bump for snapshot.
3097
3098 Mon Apr  6 23:16:10 1998  Richard Earnshaw (rearnsha@arm.com)
3099
3100         * configure.in (sparc-*-solaris2*): Add xm-siglist.h to xm_file.
3101         Add USG and POSIX to xm_defines.
3102
3103 Mon Apr  6 21:49:57 1998  Bob Manson  <manson@charmed.cygnus.com>
3104
3105         * gcc.c: Add linker spec.
3106         (link_command_spec): Use %(linker) instead of ld.
3107         (main): If collect2 is requested as the linker, see if it exists;
3108         if not, use ld instead.
3109
3110         * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
3111         (ld:) Deleted.
3112         (install-collect2): Install as collect2, not ld.
3113
3114         * configure.in(will_use_collect2): It's named collect2 now.
3115
3116         * collect2: Remove checks to see if we were invoked recursively.
3117         (collect_execute): Use _spawnvp under cygwin32.
3118
3119 Mon Apr  6 17:23:41 1998  Jim Wilson  <wilson@cygnus.com>
3120
3121         * haifa-sched.c (build_control_flow): Set unreachable for block whose
3122         only predecessor is itself.
3123
3124 Mon Apr  6 16:08:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3125
3126         * c-parse.in: Include system.h, and remove stuff now made redundant.
3127         * cccp.c: Likewise.
3128         * cexp.y: Likewise.
3129         * protoize.c: Likewise.  Properly check for cpp stringification.
3130
3131         * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o):
3132         Depend on system.h.
3133
3134         * objc/Make-lang.in (objc-parse.o): Likewise.
3135
3136 Mon Apr  6 14:59:58 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3137
3138         * gansidecl.h: Check if compiler supports __attribute__.  Provide
3139         definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
3140         __attribute__ when its available.  Also provide definitions for
3141         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
3142         terms of ATTRIBUTE_PRINTF.
3143
3144         * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
3145         of __attribute__.
3146
3147 Mon Apr  6 07:17:52 1998  Catherine Moore  <clm@cygnus.com>
3148
3149         * combine.c (can_combine_p):  Include successor in volatile test.
3150
3151 Mon Apr  6 14:16:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3152
3153         * sh.h (CASE_VECTOR_SHORTEN_MODE): Fix logic when to set
3154         offset_unsigned.
3155
3156 Mon Apr  6 02:03:29 1998  Jeffrey A Law  (law@cygnus.com)
3157
3158         * objc/objc-act.c (encode_aggregate_within): Avoid GNU extensions
3159         in prototype and definition.
3160
3161 Mon Apr 6 00:48:56 PDT 1998 Jeff Law  (law@cygnus.com)
3162
3163         * version.c: Bump for snapshot.
3164
3165 Mon Apr  6 00:08:50 1998  Richard Henderson  <rth@cygnus.com>
3166
3167         * alpha.c (alpha_expand_block_clear): Add missing offset arg to
3168         alpha_expand_unaligned_store_words.
3169
3170 Sun Apr  5 21:31:24 1998  John Wehle  (john@feith.com)
3171
3172         * i386.md (movsf_push, movsf_mem): Remove.
3173         (movsf_push): Rename from movsf_push_nomove and move in front of
3174         movsf.  Use nonmemory_operand predicate and don't bother checking
3175         TARGET_MOVE.
3176         (movsf_push_memory): New pattern.
3177         (movsf): Don't bother checking for push_operand.  If TARGET_MOVE and
3178         both operands refer to memory then force operand[1] into a register.
3179         (movsf_normal): Change to unnamed pattern.
3180         Likewise for movdf, movxf, and friends.
3181
3182 Sun Apr 5 18:45:51 PDT 1998 Jeff Law  (law@cygnus.com)
3183
3184         * version.c: Bump for snapshot.
3185
3186 Sun Apr  5 16:31:10 1998  Richard Henderson  <rth@cygnus.com>
3187
3188         * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
3189
3190 Sun Apr  5 16:53:37 1998  Don Bowman <don@pixsci.com>
3191
3192         * configure.in (mips-wrs-vxworks): New target.
3193
3194 Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
3195
3196         * expmed.c (synth_mult): The value -1, has no zeros, so it can
3197         never have the form ...011.
3198
3199         * version.c: Bump for snapshot.
3200
3201 Sat Apr  4 20:16:46 1998  Richard Henderson  <rth@cygnus.com>
3202
3203         * i386.c (asm_output_function_prefix, load_pic_register):
3204         Use ASM_GENERATE_INTERNAL_LABEL properly.
3205         (output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
3206         (print_operand): Ignore it.
3207         (load_pic_register): Use it for the got load call.
3208         * i386.md (prologue_set_got, prologue_get_pc): Likewise.
3209         (prologue_get_pc_and_set_got): Likewise.
3210         * i386.h: Update print_operand docs.
3211
3212 Sat Apr  4 19:08:37 1998  Richard Henderson  <rth@cygnus.com>
3213
3214         * i386.md (ffssi, ffshi): Rewrite as define_expands.
3215         (ffssi_1, ffshi_1): New (unspec [] 5) support patterns.
3216         * i386.c (notice_update_cc): Recognize unspec 5.
3217
3218 Sat Apr  4 18:07:16 1998  David Mosberger-Tang  (davidm@mostang.com)
3219
3220         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '(' for s/sv/svi.
3221         * alpha.c (print_operand): Handle it.
3222         * alpha.md (fix_truncsfdi2): Use it.  Add earlyclobber pattern
3223         for ALPHA_TP_INSN.
3224         (fix_truncdfdi2): Likewise.
3225
3226 Sat Apr  4 17:42:05 1998  Richard Henderson  <rth@cygnus.com>
3227
3228         * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all
3229         of these into a single struct, with additional [us]sizetype entries.
3230         * stor-layout.c (set_sizetype): Initialize [us]sizetype.
3231         * fold-const.c (size_int_wide): Don't rely on sizetype_tab being
3232         an array.
3233
3234 Sat Apr  4 17:04:41 1998  Richard Henderson  <rth@cygnus.com>
3235
3236         * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
3237
3238 Sat Apr  4 13:50:01 1998  Richard Henderson  <rth@cygnus.com>
3239
3240         * haifa-sched.c (split_block_insns): Don't supress insn splitting
3241         on subsequent passes.
3242
3243         * alpha.c (hard_fp_register_operand): New function.
3244         * alpha.h (PREDICATE_CODES): Add it.
3245         * alpha.md (extendsidi2): Kill bogus f<-f cvtql+cvtlq case.  Add an
3246         f<-m case and accompanying define_split.
3247         (trapb): Use a unique unspec_volatile number.
3248
3249 Sat Apr  4 13:32:08 1998  Richard Henderson  <rth@cygnus.com>
3250
3251         * configure.in (alpha-*-linux-gnu*): Undo Feb 3 change brought in
3252         from gcc2 merge.
3253
3254 Sat Apr  4 10:23:41 1998  Jeffrey A Law  (law@cygnus.com)
3255
3256         * Check in merge from gcc2.  See ChangeLog.11 and ChangeLog.12
3257         for details.
3258
3259         * haifa-sched.c: Mirror recent changes from gcc2.
3260
3261 Fri Apr  3 00:17:01 1998  Jeffrey A Law  (law@cygnus.com)
3262
3263         * Makefile.in (insn*.o): Depend on system.h.
3264
3265         * pa.c (output_global_address): Initialize base.
3266         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
3267
3268 1998-04-03  Mike Stump  <mrs@wrs.com>
3269
3270         * gthr.h: Support systems that don't have weak, but have threads.
3271         * configure.in (*wrs-vxworks*): Use VxWorks threads by default.
3272         * gthr-vxworks.h: New file.
3273         * objc/thr-vxworks.h: Dummy file from thr-single.c for now.
3274
3275 Thu Apr  2 18:00:52 1998  Jim Wilson  <wilson@cygnus.com>
3276
3277         * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
3278
3279 1998-04-02  Vladimir N. Makarov  <vmakarov@cygnus.com>
3280
3281         * ginclude/va-i960.h (va_end): Change void * to void.
3282
3283 Thu Apr  2 13:51:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3284
3285         * Makefile.in (choose-temp.o): Depend on system.h.
3286
3287         * choose-temp.c: Include system.h when IN_GCC.
3288
3289 Thu Apr  2 02:37:07 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
3290                           Richard Henderson  <rth@cygnus.com>
3291
3292         * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.
3293         (move_replacements): New function.
3294         * reload.h: Prototype it.
3295
3296         * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition.
3297
3298 Thu Apr  2 01:01:34 1998  Richard Henderson  <rth@cygnus.com>
3299
3300         * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
3301         Run fixincludes.
3302
3303         * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
3304         (gen_highpart): Likewise.
3305         * final.c (alter_subreg): Allow the target to hook by-mode subreg
3306         hard register number changes.
3307
3308 Wed Apr  1 22:26:22 1998  Jeffrey A Law  (law@cygnus.com)
3309
3310         * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
3311         rnbitsize, rnmode and rinner.
3312         (make_range): Initialize type.
3313         (fold): Initialize arg0, arg1 and varop.
3314
3315         * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi
3316         and regnor.
3317         (expand_function_start): Initialize last_ptr.
3318
3319         * stor-layout.c (layout_record): Initialize desired_align.
3320         (get_best_mode): Initialize unit.
3321
3322         * tree.c (copy_node): Initialize length.
3323
3324         * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
3325
3326         * caller-save.c (insert_save_restore): Initialize pat, code and
3327         numregs.
3328
3329         * emit-rtl.c (push_to_sequence): Initialize top.
3330         (push_topmost_sequence): Likewise.
3331
3332         * genattrtab.c (simplify_by_exploding): Initialize defval.
3333
3334         * profile.c (branch_prob): Initialize dest.
3335
3336         * rtl.h (note_stores): Remove duplicate prototype.
3337         (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT.
3338
3339         * cplus-dem.c (gnu_special): Don't get confused by .<digits>
3340         strings that are not actually lengths.
3341
3342         * genattrtab.c: Make generated file use system.h, instead of
3343         including stdio.h, etc directly.
3344         * genextract.c, genopinit.c, genoutput.c: Likewise.
3345         * genpeep.c, genrecog.c: Likewise
3346
3347         * genoutput.c (process_template): Mark operands in the generated
3348         function as potentially unused if compiling with GNU CC.
3349
3350         * i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
3351
3352         * pa.md (reload peepholes): Remove unused variable "mode".
3353
3354 Wed Apr  1 17:06:19 1998  Nick Clifton  <nickc@cygnus.com>
3355
3356         * config/arm/thumb.h: Add super interworking support.
3357         * config/arm/thumb.c: Add super interworking support.
3358         * config/arm/thumb.md: Add super interworking support.
3359         * config/arm/lib1funcs.asm: Add interworking support.
3360         * config/arm/lib1thumb.asm: Add super interworking support.
3361         * config/arm/t-semi: Add interworking support.
3362         * config/arm/t-thumb: Add interworking support.
3363         * config/arm/README-interworking: New file.
3364
3365 Wed Apr  1 14:38:10 1998  Jim Wilson  <wilson@cygnus.com>
3366
3367         * config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/.
3368         (MD_STARTFILE_PREFIX): Unset.
3369
3370 1998-04-01  Mark Mitchell  <mmitchell@usa.net>
3371
3372         * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a
3373         entity in a local scope.
3374
3375         * fold-const.c (fold): Call truthvalue_conversion for values which
3376         are folded to boolean type.
3377
3378 Wed Apr  1 06:09:53 1998  Jeffrey A Law  (law@cygnus.com)
3379
3380         * 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently.
3381         * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise.
3382         * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise.
3383         * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise.
3384         * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise.
3385         * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise.
3386         * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise.
3387         * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise.
3388         * md.texi: Likewise.
3389
3390 Wed Apr  1 08:33:44 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3391
3392         * fixincludes (limits.h): Fix nested comments in Motorola's
3393         limits.h and sys/limits.h.
3394
3395 Tue Mar 31 16:57:33 1998  Jim Wilson  <wilson@cygnus.com>
3396
3397         * alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr
3398         as dest of expand_binop call.
3399
3400         * alpha.md (extzv): Correct check for valid operand[2] values.
3401
3402         * profile.c (branch_prob): Add code to recognize HPPA tablejump entry
3403         branch.
3404
3405         * toplev.c (rest_of__compilation): Call init_recog_no_volatile at end.
3406
3407 Mon Mar 30 13:11:05 1998  Stan Cox  <scox@cygnus.com>
3408
3409         * libgcc2.c: (__main, __do_global_dtors, __do_global_ctors):
3410         For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
3411
3412         * gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.
3413         cygwin32 can override this to allow both unix and win32 style PATHs.
3414
3415         * i386/xm-cygwin32.h (GET_ENVIRONMENT): Defined to allow win32
3416         style environment paths.
3417
3418 Mon Mar 30 14:43:20 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3419
3420         * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o,
3421         cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o,
3422         gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on
3423         system.h.
3424
3425         * cpphash.c: Include config.h.
3426         * cppalloc.c: Include system.h.  Add parameters to various
3427         function prototypes.
3428         * cpperror.c: Likewise.
3429         * cppexp.c: Likewise.
3430         * cpphash.c: Likewise.
3431         * cpplib.c: Likewise.
3432         * cppmain.c: Likewise.
3433         * fix-header.c: Likewise.
3434         * gcov.c: Likewise.
3435         * gen-protos.c: Likewise.
3436         * gengenrtl.c: Likewise.
3437         * halfpic.c: Likewise.
3438         * hash.c: Likewise.
3439         * scan-decls.c: Likewise.
3440         * scan.c: Likewise.
3441
3442 Mon Mar 30 11:06:45 1998  Jim Wilson  <wilson@cygnus.com>
3443
3444         * README.gnat: Add lang_print_xnode definition.
3445
3446 Mon Mar 30 11:12:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3447
3448         * config/m68k/m68k.c (standard_68881_constant_p): Don't use
3449         fmovecr on the 68060.
3450
3451 Mon Mar 30 00:21:03 1998  Jeffrey A Law  (law@cygnus.com)
3452
3453         * genemit.c (DONE): Rework so that it works in the true arm if
3454         an if-else conditional.
3455         (FAIL): Likewise.
3456
3457 Sun Mar 29 12:45:23 1998  Jeffrey A Law  (law@cygnus.com)
3458
3459         * rs6000.c: Do not include stdioh or ctype.h anymore.
3460
3461         * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and
3462         $(RTL_H).
3463         (stor-layout.o): Likewise.
3464         * c-typeck.c: Include rtl.h and expr.h.
3465         * stor-layout.c: Likewise.
3466
3467         * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
3468         All callers changed.
3469         (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
3470         * fix-header.c (cpp_file_line_for_message): Delete unused paramter.
3471         All callers changed.
3472
3473         * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
3474
3475         * local-alloc.c (reg_classes_overlap_p): Delete dead function.
3476
3477         * tree.h (lang_print_xnode): Provide prototype.
3478
3479 Sat Mar 28 23:50:44 PST 1998 Jeff Law  (law@cygnus.com)
3480
3481         * version.c: Bump for snapshot.
3482
3483 Sun Mar 29 00:42:21 1998  Jeffrey A Law  (law@cygnus.com)
3484
3485         * objc/sendmsg.c (__objc_block_forward): Add braces for return
3486         value if INVISIBLE_STRUCT_RETURN.
3487
3488         * pa.c (arith_double_operand): Fix parens.
3489
3490         * haifa-sched.c (print_pattern): Correct arg to sprintf.
3491
3492         * Makefile.in (libgcc1.null): Make return type for __foo void.
3493
3494 Sat Mar 28 14:37:20 1998  Jeffrey A Law  (law@cygnus.com)
3495
3496         * pa.h: Add declarations for many functions defined in pa.c.
3497
3498         * genpeep.c (main): Remove unused variable 'i' from the generated
3499         file.
3500
3501         * genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
3502         (gen_split): Likewise.
3503         (main): Rework generated definitions of DONE and FAIL so that they
3504         no longer use gotos.  Avoids warnings about unused labels.
3505
3506         * integrate.c (copy_rtx_and_substitute): Rework to avoid need for
3507         unused "junk" variable.
3508
3509         * genattrtab.c (write_complex_function): Add a default case in
3510         generated switch statement to keep -W -Wall quiet.
3511
3512 Sat Mar 28 10:47:21 1998  Nick Clifton  <nickc@cygnus.com>
3513
3514         * invoke.texi: Document more ARM and Thumb command line options.
3515
3516         * config/arm/xm-thumb.h: New file.
3517
3518 Sat Mar 28 01:37:33 1998  Craig Burley  <burley@gnu.ai.mit.edu>
3519
3520         * stmt.c (expand_expr_stmt): Must generate code for
3521         statements within an expression (gcc's `({ ... )}')
3522         even if -fsyntax-only.
3523
3524 Sat Mar 28 01:06:12 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3525                           Jeffrey A Law  (law@cygnus.com)
3526
3527         * basic-block.h (basic_block_computed_jump_target): Declare.
3528         * flags.h: (current_function_has_computed_jump): Declare.
3529         * flow.c: (basic_block_computed_jump_target): Define.
3530         (flow_analysis): Allocate it. Set current_function_has_computed_jump
3531         to 0.
3532         (find_basic_blocks): Set current_function_has_computed_jump and
3533         elements of basic_block_computed_jump_target to 1 as appropriate.
3534         * function.c: (current_function_has_computed_jump): Define.
3535         * global.c (global_conflicts): Don't allocate pseudos into stack regs
3536         at the start of a block that is reachable by a computed jump.
3537         * reg-stack.c (stack_reg_life_analysis): If must restart, do so
3538         immediately.
3539         (subst_stack_regs): Undo change from Sep 4 1997.
3540         (uses_reg_or_mem): Now unused, deleted.
3541         * stupid.c (stupid_life_analysis): Compute
3542         current_function_has_computed_jump.
3543         (stupid_find_reg): Don't allocate stack regs if the function has a
3544         computed goto.
3545         * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
3546         the current function has a computed jump.  Use the global value
3547         instead.
3548
3549 Sat Mar 28 00:21:37 1998  Jeffrey A Law  (law@cygnus.com)
3550
3551         * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
3552         (DWARF2_UNWIND_INFO): Define to zero.
3553
3554 Fri Mar 27 16:04:49 1998  Michael Meissner  <meissner@cygnus.com>
3555
3556         * gcc.c (set_std_prefix): Add declaration.
3557         (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
3558         suffix, and update the standard prefix prefix.c uses.
3559
3560         * prefix.c (std_prefix): New global to hold default prefix value.
3561         (get_key_value): Change to use std_prefix instead of PREFIX.
3562         (translate_name): Ditto.
3563         (update_path): Ditto.
3564         (get_key_value): Release allocated scratch storage.
3565         (set_std_prefix): New function to reset the standard prefix.
3566
3567 Fri Mar 27 18:08:21 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3568
3569         * sh.c (find_barrier): Fix calculations for alignment increase.
3570
3571 Fri Mar 27 08:56:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3572
3573         * Makefile.in (stmp-fixinc): If we're actually fixing include
3574         files, copy gcc's assert.h into the fixed include dir.
3575         * fixincludes (assert.h): Avoid any attempts to fix a probably
3576         broken system specific assert.h file.
3577         * fixproto (stdlib.h): Make sure, it'll contain a definition of
3578         size_t.
3579
3580 Fri Mar 27 00:49:46 1998  Jeffrey A Law  (law@cygnus.com)
3581
3582         * regclass.c (reg_scan_mark_refs): Be more selective about
3583         when we mark a register with REGNO_POINTER_FLAG.
3584
3585 Thu Mar 26 23:00:11 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3586
3587         reload inheritance improvement:
3588         * reload1.c (reg_reloaded_contents, reg_reloaded_insn):
3589         Change meaning: index is now hard reg number.
3590         (reg_reloaded_valid, reg_reloaded_dead): New variables.
3591         (reload_spill_index): Content is now a hard reg number.
3592         (reload_as_needed): Change to fit new variable meaning.
3593         (forget_old_reloads_1, allocate_reload_reg): Likewise.
3594         (choose_reload_regs, emit_reload_insns): Likewise.
3595
3596 Thu Mar 26 18:34:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3597
3598         * regclass.c (record_reg_classes): '?' increases cost by two.
3599
3600         * reload.c (find_reloads): Double previous costs.  Output
3601         reloads cost one unit extra.
3602
3603         * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
3604         boiled down to && ! 0.
3605
3606         * reload.c (find_equiv_reg): Also consider a goal offset from the
3607         frame pointer to be constant.
3608
3609 Thu Mar 26 17:34:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3610
3611         * sh.h (OPTIMIZATION_OPTIONS): Define.
3612
3613 Thu Mar 26 00:19:47 1998  Richard Henderson  <rth@cygnus.com>
3614
3615         * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
3616
3617 Wed Mar 25 23:53:11 1998  Jeffrey A Law  (law@cygnus.com)
3618
3619         * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
3620
3621 Wed Mar 25 13:40:48 1998  Jim Wilson  <wilson@cygnus.com>
3622
3623         * c-common.c (check_format_info): Initialize type, is_type.  New local
3624         integral_format.  Don't warn for 'L' when pedantic.  Do warn for 'L'
3625         when pedantic if used with integral format specifier.
3626
3627 Wed Mar 25 16:09:01 1998  Michael Meissner  <meissner@cygnus.com>
3628
3629         * rs6000.h (FUNCTION_ARG_PADDING): Cast result to be enum
3630         direction.
3631         (function_arg_padding): Declare.
3632
3633         * rs6000.c: Include system.h.
3634         (function_arg_padding): Change return type to int, cast enum's to
3635         int.
3636
3637         (From Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>)
3638         * collect2.c (scan_prog_file): Add explicit braces to avoid
3639         ambiguous `else'.
3640
3641         * dbxout.c (dbxout_type_fields): Add braces around empty body in
3642         an if-statement.
3643         (dbxout_type): Likewise.
3644
3645         * rs6000.c (rs6000_override_options): Change type of `i', `j' and
3646         `ptt_size' from int to size_t.
3647         (rs6000_file_start): Likewise for `i'.
3648         (rs6000_replace_regno): Add default case in enumeration switch.
3649         (output_epilog): Remove unused variable `i'.
3650         (rs6000_longcall_ref): Remove unused variables `len', `p', `reg1'
3651         and `reg2'.
3652
3653         * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add missing braces around
3654         initializer.
3655         (get_issue_rate, non_logical_cint_operand): Add prototype.
3656         (rs6000_output_load_toc_table): Ditto.
3657
3658         * rs6000.md (udivmodsi4): Add explicit braces to avoid ambiguous
3659         `else'.
3660
3661 Wed Mar 25 10:05:19 1998  Nick Clifton  <nickc@cygnus.com>
3662
3663         * config/arm/thumb.c: New File.  Support for ARM's Thumb
3664         instruction set.
3665         * config/arm/thumb.h: New File.  Thumb definitions.
3666         * config/arm/thumb.md: New File.  Thumb machine description.
3667         * config/arm/tcoff.h: New File.  Thumb COFF support.
3668         * config/arm/t-thumb: New File.  Thumb makefile fragment.
3669         * config/arm/lib1thumb.asm: New File.  Thumb libgcc support functions.
3670
3671         * configure.in: Add Thumb-coff target.
3672         * configure: Add Thumb-coff target.
3673         * config.sub: Add Thumb-coff target.
3674
3675 Wed Mar 25 10:30:32 1998  Jim Wilson  <wilson@cygnus.com>
3676
3677         * loop.c (scan_loop): Initialize move_insn_first to zero.
3678
3679 Wed Mar 25 01:06:49 1998  Joel Sherrill (joel@OARcorp.com)
3680
3681         * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
3682         * config/i386/rtems.h: Likewise.
3683         * config/i960/rtems.h: Likewise.
3684         * config/m68k/rtems.h: Likewise.
3685         * config/mips/rtems64.h: Likewise.
3686         * config/pa/rtems.h: Likewise.
3687         * config/rs6000/rtems.h: Likewise.
3688         * config/sh/rtems.h: Likewise.
3689         * config/sparc/rtems.h: Likewise.
3690
3691 Wed Mar 25 00:57:26 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3692
3693         * pa.c (emit_move_sequence): If in reload, call find_replacement.
3694
3695 Tue Mar 24 10:44:11 1998  Nick Clifton  <nickc@cygnus.com>
3696
3697         * Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
3698
3699         * collect2.c (find_a_file): Add debugging.
3700         (find_a_file): Test for win32 style absolute paths if
3701         DIR_SERPARATOR is defined.
3702         (prefix_from_string): Add debugging.
3703         (main): Test for debug command line switch at start of program
3704         execution.
3705         (main): Use GET_ENVIRONMENT rather than getenv().
3706         (prefix_from_env): Use GET_ENVIRONMENT.
3707
3708 1998-03-24  Mark Mitchell  <mmitchell@usa.net>
3709
3710         * cplus-dem.c (optable): Add sizeof.
3711         (demangle_template_value_parm): New function containing code
3712         previously found in demangle_template.
3713         (demangle_integral_value): New function which handles complicated
3714         integral expressions.
3715         (demangle_template): Use them.
3716
3717 Tue Mar 24 12:13:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3718
3719         * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
3720         genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
3721         genattrtab.o, genoutput.o): Depend on system.h.
3722
3723         * genattr.c: Include system.h.  Add arguments to various function
3724         prototypes.  Remove redundant prototype of read_rtx().
3725         * genattrtab.c: Likewise.
3726         * gencodes.c: Likewise.
3727         * genconfig.c: Likewise.
3728         * genemit.c: Likewise.
3729         * genextract.c: Likewise.
3730         * genflags.c: Likewise.
3731         * genopinit.c: Likewise.
3732         * genoutput.c: Likewise.
3733         * genpeep.c: Likewise.
3734         * genrecog.c: Likewise.
3735
3736 1998-03-24  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3737
3738         * c-lang.c (lang_print_xnode): New function.
3739         * objc/objc-act.c (lang_print_xnode): Likewise.
3740         * print-tree.c (print_node): Call it
3741
3742 Mon Mar 23 23:59:11 1998  H.J. Lu  (hjl@gnu.org)
3743
3744         * c-parse.in: Recognize protocol qualifiers in class
3745         definitions for objc.
3746         Include "output.h".
3747         (yyerror): Remove redundant decl.
3748         (yyprint): Fix prototype.
3749
3750 Mon Mar 23 23:49:47 1998  Jeffrey A Law  (law@cygnus.com)
3751
3752         * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
3753
3754         * stmt.c (unroll_block_trees): Free block_vector if needed.
3755
3756 Mon Mar 23 23:26:42 1998  Philippe De Muyter  <phdm@macqel.be>
3757
3758         * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
3759         (zero_extendsidi2): Avoid useless copy.
3760         (iordi_zext): New pattern.
3761         (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
3762         operand 2.
3763         (iorsi_zext): New name for old unnamed pattern; indentation fixes.
3764
3765         * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
3766         (ashldi3): Allow constant shift count in range ]32,63].
3767         (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.
3768
3769 1998-03-22  Mark Mitchell  <mmitchell@usa.net>
3770
3771         * tree.h (IS_EXPR_CODE_CLASS): New macro.
3772
3773 Mon Mar 23 23:18:48 1998  Jeffrey A Law  (law@cygnus.com)
3774
3775         * h8300.h (CONST_COSTS): Remove definition.
3776         (DEFAULT_RTX_COSTS): Define.
3777
3778 Mon Mar 23 22:58:22 1998  Joel Sherrill (joel@OARcorp.com)
3779
3780         * config/sh/rtems.h: Switched from ELF to COFF.
3781
3782 Mon Mar 23 14:14:20 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3783
3784         * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
3785
3786 Sat Mar 21 23:52:56 PST 1998 Jeff Law  (law@cygnus.com)
3787
3788         * version.c: Bump for snapshot.
3789
3790 Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
3791                           Geoff Noer    <noer@cygnus.com>
3792
3793         * Makefile.in: Various fixes for building cygwin32 native toolchains.
3794
3795         * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
3796         * objc/Make-lang.in: Likewise.
3797
3798         * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
3799
3800 Sun Mar 22 00:21:46 1998  R. Ganesan  <rganesan@novell.com>
3801
3802         * configure.in: Handle with-PACKAGE=no correctly
3803
3804 Fri Mar 20 17:36:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3805
3806         * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
3807         c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
3808         caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
3809         dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
3810         expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
3811         integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
3812         prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
3813         reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
3814         rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
3815         tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
3816         on system.h.
3817
3818         * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
3819         c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
3820         caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
3821         dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
3822         expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
3823         integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
3824         prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
3825         reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
3826         rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
3827         stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
3828         xcoffout.c: Include system.h.  Organize include ordering so
3829         that stdarg/varargs comes before other system headers.  Remove
3830         spurious casts of functions assured of a prototype in system.h.
3831
3832 Fri Mar 20 11:19:40 1998  Stan Cox  <scox@equinox.cygnus.com>
3833
3834         * reg-stack.c (pop_stack): Define. Pops any register on the
3835         regstack and adjusts regstack.
3836         (compare_for_stack_reg): Use pop_stack.
3837
3838 Thu Mar 19 23:51:01 1998  Jeffrey A Law  (law@cygnus.com)
3839
3840         * configure.in (hppa1.0-hp-hpux10): Handle threads for this
3841         config too.
3842
3843 Thu Mar 19 20:30:31 1998  Philippe De Muyter  <phdm@macqel.be>
3844
3845         * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
3846
3847         * fold-const.c (fold): Replace sign-extension of a zero extended
3848         value by a single zero extension.
3849
3850 Thu Mar 19 00:58:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
3851
3852         * except.c (init_eh): Do nothing.
3853         (save_eh_status): Call init_eh_for_function, not init_eh.
3854         * function.c (push_function_context_to): Don't call init_emit.
3855
3856 Thu Mar 19 13:39:52 1998  Michael Meissner  <meissner@cygnus.com>
3857
3858         * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
3859         and EABI.
3860
3861 Thu Mar 19 10:10:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3862
3863         * final.c (shorten_branches): Add parentheses around +/- in
3864         operand of &.
3865
3866         * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS.
3867
3868 Thu Mar 19 09:15:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3869
3870         * regclass.c (memory_move_secondary_cost): Wrap uses of
3871         SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS
3872         with #ifdef tests.
3873
3874 Thu Mar 19 09:06:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3875
3876         * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
3877
3878         * flow.c (life_analysis): #include <sys/types.h> to make sure
3879         size_t is defined.
3880         * cplus-dem.c (demangle_function_name): Likewise.
3881
3882 Thu Mar 19 09:00:01 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3883
3884         * final.c (insn_noperands): Change type to unsigned int.
3885         (final_scan_insn): Likewise for noperands;
3886         properly check operand number boundaries.
3887
3888 Wed Mar 18 16:20:30 1998  Richard Henderson  <rth@cygnus.com>
3889
3890         * alpha.md (extzv): Don't reject register operands.  Fix
3891         mode of operand 1.
3892
3893 Wed Mar 18 16:14:23 1998  Richard Henderson  <rth@cygnus.com>
3894
3895         * dbxout.c (dbxout_function_end): Fix last change.  The correct
3896         predicate is ASM_OUTPUT_SECTION_NAME.
3897
3898 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
3899
3900         * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
3901         (ashlsi): Use match_dup 1 instead of match_operand 2.
3902
3903 Wed Mar 18 13:46:07 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3904
3905         * fold-const.c (operand_equal_for_comparison_p): See if equal
3906         when nop conversions are removed.
3907
3908 Wed Mar 18 13:42:01 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3909
3910         * expr.c (expand_expr, case COND_EXPR): If have conditional move,
3911         don't use ORIGINAL_TARGET unless REG.
3912
3913 Wed Mar 18 16:53:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3914
3915         * netbsd.h (ASM_OUTPUT_ALIGN): Redefine.
3916
3917 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
3918
3919         * loop.c (struct movable): New field move_insn_first.
3920         (scan_loop): In consec sets code, set it.  Clear it otherwise.
3921         (move_movables): In consec sets code, use it.  Copy REG_NOTES from
3922         p to i1 only if i1 does not have REG_NOTES.  Delete obsolete ifdefed
3923         out code.
3924
3925 Wed Mar 18 09:52:56 1998  Richard Henderson  <rth@cygnus.com>
3926
3927         * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
3928         is large, and the system doesn't provide atoll or atoq.
3929         (atoll): New.
3930
3931         * alpha/xm-vms.h (HAVE_ATOLL): Define.
3932         Reported by Klaus Kaempf <kkaempf@progis.de>.
3933
3934 Wed Mar 18 09:56:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3935
3936         * c-lang.c (finish_file): Wrap variable `void_list_node' with macro
3937         test !ASM_OUTPUT_CONSTRUCTOR || !ASM_OUTPUT_DESTRUCTOR.
3938
3939         * calls.c (emit_call_1): Wrap variable `already_popped' with macro
3940         test !ACCUMULATE_OUTGOING_ARGS.
3941
3942         * collect2.c (write_c_file_glob): Wrap function definition in
3943         macro test !LD_INIT_SWITCH.
3944
3945         * combine.c (try_combine): Wrap variables `cc_use' and
3946         `compare_mode' in macro test EXTRA_CC_MODES.
3947
3948         * cpplib.c (do_ident): Remove unused variable `len'.
3949         (skip_if_group): Remove unused variables `at_beg_of_line' and
3950         `after_ident'.
3951         (cpp_get_token): Remove unused variable `dummy'.
3952
3953         * dbxout.c (scope_labelno): Move static variable definition inside
3954         the one function scope where it is used.
3955         (dbxout_function_end): Wrap prototype and definition in
3956         macro test !NO_DBX_FUNCTION_END.
3957
3958         * dwarf2out.c (add_subscript_info): Wrap variable `dimension_number'
3959         in macro test !MIPS_DEBUGGING_INFO.
3960
3961         * expr.c (expand_builtin_setjmp): Move declaration of variable `i'
3962         into the scope where it is used.  Wrap empty else-statement body
3963         in braces.
3964
3965         * fix-header.c: Fix typo in comment.
3966         (inf_skip_spaces): Cast results of INF_UNGET to (void).
3967         (check_protection, main): Likewise.
3968
3969         * flow.c (find_basic_blocks_1): Remove dangling comment text.
3970
3971         * function.c (contains): Wrap prototype and definition in macro
3972         test HAVE_prologue || HAVE_epilogue.
3973         (fixup_var_refs_1): Remove unused variable `width'.
3974
3975         * gen-protos.c (main): Remove unused variable `optr'.
3976
3977         * haifa-sched.c (debug_control_flow): Remove unused variable `j'.
3978
3979         * libgcc2.c (__udiv_w_sdiv): Provide dummy return value of 0.
3980         (__sjpopnthrow): Remove unused variable `jmpbuf'.
3981         (__throw): Remove unused variable `val'.
3982
3983         * protoize.c: Check for a previously existing definition before
3984         defining *_OK macros.
3985
3986         * scan-decls.c (scan_decls): Remove unused variable `old_written'.
3987
3988 Tue Mar 17 00:45:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3989
3990         * vax.h (ADDR_VEC_ALIGN): Define.
3991
3992 Mon Mar 16 15:57:17 1998  Michael Meissner  <meissner@cygnus.com>
3993
3994         * gcc.c (default_arg): Don't wander off the end of allocated
3995         memory.
3996
3997         (From Geoffrey Keating  <geoffk@ozemail.com.au>)
3998         * rs6000.c (small_data_operand): Ensure that any address
3999         referenced relative to the small data area is inside the SDA.
4000
4001 Mon Mar 16 12:55:15 1998  Jim Wilson  <wilson@cygnus.com>
4002
4003         * config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
4004
4005 Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
4006
4007         * except.h (in_same_eh_region): New prototype.
4008         (free_insn_eh_region, init_insn_eh_region): New prototypes.
4009         * except.c (insn_eh_region, maximum_uid): New static variables.
4010         (set_insn_eh_region): New static function to set region numbers.
4011         (free_insn_eh_region): New function to free EH region table.
4012         (init_insn_eh_region): New function to initialize EH region table.
4013         (in_same_eh_region): New function used to determine if two rtl
4014         instructions are in the same exception region or not.
4015         * final.c (final): Initialize the table indicating which instructions
4016         belong in which exception region.
4017         * genpeep.c (main): Add "except.h" to include file list in generated
4018         file insn-peep.c.
4019         * config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
4020         peepholes involving calls and unconditional branches.
4021
4022 Mon Mar 16 11:16:50 1998  Jim Wilson  <wilson@cygnus.com>
4023
4024         * README.gnat: New file.
4025
4026 Mon Mar 16 11:14:20 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4027
4028         * config/m68k/m68k.c: Include <stdlib.h> for atoi.  Include
4029         "recog.h" for offsettable_memref_p.
4030         (legitimize_pic_address): Remove unused variable `offset'.
4031         (notice_update_cc): Change return type to void.  Add default label
4032         to switch.
4033         (standard_68881_constant_p): Remove unused variable mode.
4034         (print_operand): Define local variable i only if SUPPORT_SUN_FPA.
4035         (const_int_cost): Explicitly declare as returning int.
4036         (output_dbcc_and_branch): Change return type to void.
4037
4038         * config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
4039         config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
4040         (...).  Use GEN_INT instead of gen_rtx_CONST_INT.
4041
4042 Sun Mar 15 22:30:44 PST 1998 Jeff Law  (law@cygnus.com)
4043
4044         * version.c: Bump for snapshot.
4045
4046 Fri Mar 13 11:30:12 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4047
4048         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Fix logic in range
4049         check for 'M' constraint.
4050
4051 Thu Mar 12 14:47:14 1998  Jim Wilson  <wilson@cygnus.com>
4052
4053         * cccp.c (create_definition): If pedantic, call pedwarn for macro
4054         varargs feature.
4055
4056 Thu Mar 12 13:43:25 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4057
4058         * i386.c (ix86_logical_operator): New function.
4059         (split_di): Ensure that when a MEM is split, the resulting MEMs have
4060         SImode.
4061         * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
4062         to implement them.
4063
4064 Thu Mar 12 15:13:16 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4065                           Richard Earnshaw <rearnsha@arm.com>
4066                           Nick Clifton  <nickc@cygnus.com>
4067
4068         * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
4069
4070         * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
4071
4072         * cse.c (rtx_cost): Provide a default case in an enumeration
4073         switch, and call DEFAULT_RTX_COSTS if it's defined.
4074
4075 Thu Mar 12 10:02:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4076
4077         * basic-block.h (compute_preds_succs): Change return type in
4078         prototype to void.
4079         * flow.c (compute_preds_succs): Likewise in function definition.
4080
4081         * regmove.c (find_matches): Cast char used as array index to unsigned char
4082         to supress warning.
4083
4084 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4085
4086         * i386.h (RTX_COSTS): Insert braces around nested if.
4087         (ADDITIONAL_REGISTER_NAMES): Insert braces around structured
4088         elements.
4089
4090         * gcc.c (default_compilers): Properly put brackets around array elements in
4091         initializer.
4092
4093         * getopt.c (_getopt_internal): Add explicit braces around nested if;
4094         reformatted.
4095
4096         * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
4097         (record_reg_life_pat): Add explicit parens around && and || in expression.
4098         (stack_reg_life_analysis): Add parens around assignment used as expression.
4099         (convert_regs): Likewise.
4100
4101 Thu Mar 12 09:25:29 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4102
4103         * bitmap.c (bitmap_element_allocate): Remove unused parameter;
4104         change callers accordingly.
4105
4106         * cplus-dem.c (arm_special): Remove unused parameter work in prototype
4107         and definition; change all callers accordingly.
4108
4109         * except.c (init_eh): Avoid assignment of unused return value of
4110         build_pointer_type; cast it to void, instead, and remove unused
4111         variable type.
4112
4113         * gcc.c (lang_specific_driver): Define prototype only #ifdef
4114         LANG_SPECIFIC_DRIVER.
4115         (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
4116
4117         * genoutput.c (output_epilogue): Initialize next_name to 0.
4118
4119         * real.c (efrexp): #if 0 prototype and function definition.
4120         (eremain): Likewise.
4121         (uditoe): Likewise.
4122         (ditoe): Likewise.
4123         (etoudi): Likewise.
4124         (etodi): Likewise.
4125         (esqrt): Likewise.
4126
4127         * reload.c (push_secondary_reload): Define prototype only
4128         #ifdef HAVE_SECONDARY_RELOADS.
4129
4130         * varasm.c (assemble_static_space): Define rounded only
4131         #ifndef ASM_OUTPUT_ALIGNED_LOCAL.
4132
4133 Thu Mar 12 09:11:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4134
4135         * i386.md (andsi): Add default case in enumeration switch.
4136         (iorsi3): Likewise.
4137         (iorhi3): Likewise.
4138         (xorsi3): Likewise.
4139
4140 Thu Mar 12 08:37:02 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4141
4142         * c-decl (finish_struct): Change type of min_align to unsigned.
4143
4144         * cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
4145         remove unused variable len.
4146
4147         * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
4148         comment indicating this is proper behaviour.
4149         (reg_loc_descriptor): Remove redundant comparison of unsigned variable
4150         reg >= 0.
4151         (based_loc_descr): Likewise.
4152
4153         * enquire.c (bitpattern): Change type of variable i to unsigned.
4154
4155         * final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
4156
4157         * flow.c (life_analysis): Change type of variable i to size_t;
4158         remove unused variable insn.
4159
4160         * gcc.c (translate_options): Change type of variables optlen, arglen and
4161         complen to size_t.
4162         (input_filename_length): Change type to size_t.
4163         (do_spec_1): Change type of variable bufsize to size_t.
4164         (main): Change type of variables i and j to size_t;
4165         remove subblock local definition of variable i.
4166         (lookup_compiler): Change type of second argument to size_t;
4167         change type of variable i to size_t.
4168
4169         * genemit.c (output_init_mov_optab): Change type of variable i to size_t.
4170
4171         * genopinit.c (get_insn): Change type of variable pindex to size_t.
4172
4173         * genrecog.c (add_to_sequence): Change type of variable i to size_t.
4174
4175         * global.c (global_alloc): Change type of variable i to size_t.
4176
4177         * regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
4178
4179         * stmt.c (expand_end_bindings): Change type of variable i to size_t.
4180         (expand_end_case): Change type of variable count to size_t.
4181
4182         * toplev.c (main): Change type of variable j to size_t.
4183         (set_target_switch): Change type of variable j to size_t.
4184         (print_switch_values): Change type of variable j to size_t;
4185         remove unused variable flags.
4186
4187         * varasm.c (assemble_variable): Change type of variable align to size_t.
4188         (const_hash_rtx): Change type of variable i to size_t.
4189
4190 1998-03-11  Mark Mitchell  <mmitchell@usa.net>
4191
4192         * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a
4193         TREE_VEC if that's what it really is.
4194
4195 Wed Mar 11 15:16:01 1998  Michael Meissner  <meissner@cygnus.com>
4196
4197         * {haifa-,}sched.c (rank_for_schedule): Only take void * arguments
4198         as per ISO C spec.
4199
4200 Wed Mar 11 12:05:20 1998  Teemu Torma  <tot@trema.com>
4201
4202         * gthr.h: Changed the comment about return values.
4203         * gthr-solaris.h (__gthread_once): Do not use errno; return the
4204         error number instead of -1.
4205         (__gthread_key_create): Any non-zero return value is an error.
4206         * libgcc2.c (eh_context_initialize): Check for non-zero return
4207         value from __gthread_once.
4208         Check that the value of get_eh_context was really changed.
4209
4210 Wed Mar 11 18:26:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4211
4212         * sh.h (LOOP_ALIGN): Only align when optimizing.
4213         * sh.c (find_barrier): Clear inc for CODE_LABELs.
4214         When not optimizing, calculate alignment for BARRIERs directly.
4215
4216 Wed Mar 11 15:07:18 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4217
4218         * final.c (shorten_branches): Remove conditionalizing on
4219         SHORTEN_WITH_ADJUST_INSN_LENGTH
4220         * sh.h, pa.h (SHORTEN_WITH_ADJUST_INSN_LENGTH): Remove.
4221
4222 Wed Mar 11 02:37:41 1998  Jeffrey A Law  (law@cygnus.com)
4223
4224         * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing
4225         an unconditional jump around deleted blocks.
4226
4227 Mon Mar  9 12:02:23 1998  Jim Wilson  <wilson@cygnus.com>
4228
4229         * profile.c (branch_prob): If see computed goto, call fatal instead of
4230         abort.
4231
4232         * config/mips/sni-svr4.h (CPP_PREDEFINE): Add -DSNI and -Dsinix.
4233
4234         * configure.in (alpha-dec-osf): Add default case for osf* to switch.
4235         Patch from Bruno Haible.
4236
4237         * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
4238         (assign_parms): Set aggregate if hide_last_arg and last_named.
4239
4240 Mon Mar  9 19:57:56 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4241
4242         * final.c (shorten_branches): Initialize insn_addresses.
4243
4244 Mon Mar  9 14:10:23 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4245
4246         * sh.h (MUST_PASS_IN_STACK): Define.
4247
4248 Sun Mar  8 13:01:56 1998  Jeffrey A Law  (law@cygnus.com)
4249
4250         * final.c (shorten_branches): Fix minor logic error in
4251         ADDR_DIFF_VEC shortening support.
4252
4253 Sun Mar 8 02:17:42 PST 1998 Jeff Law  (law@cygnus.com)
4254
4255         * version.c: Bump for snapshot.
4256
4257 Sat Mar  7 00:54:15 1998  Jeffrey A Law  (law@cygnus.com)
4258
4259         * haifa-sched.c (is_cfg_nonregular): Change return type to
4260         an int.  No longer compute "estimated" number of edges.  Use
4261         computed_jump_p instead of duplicating the code.  Fixup/add
4262         some comments.
4263         (build_control_flow): Returns a value indicating an irregularity
4264         in the cfg was detected.  Count the number of edges in the cfg.
4265         allocate various edge tables.
4266         (find_rgns): No longer look for unreachable blocks.
4267         (schedule_insns): Do not allocate memory for edge tables here.
4268         Free memory for edge tables before returning.  Do not perform
4269         cross block scheduling if build_control_flow returns nonzero.
4270         * flow.c (compute_preds_succs): More accurately determine when
4271         a block drops in.
4272
4273         * basic-block.h (free_basic_block_vargs): Provide prototype.
4274
4275         * cccp.c (main): Fix dumb mistakes in last change.
4276
4277 Fri Mar  6 21:28:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4278
4279         * rtl.h (addr_diff_vec_flags): New typedef.
4280         (union rtunion_def): New member rt_addr_diff_vec_flags.
4281         (ADDR_DIFF_VEC_FLAGS): New macro.
4282
4283         * sh.c (output_branch): Fix offset overflow problems.
4284
4285         * final.c (shorten_branches): Implement CASE_VECTOR_SHORTEN_MODE.
4286         (final_scan_insn): New argument BODY for ASM_OUTPUT_ADDR_DIFF_ELT.
4287         * rtl.def (ADDR_DIFF_VEC): Three new fields (min, max and flags).
4288         * stmt.c (expand_end_case): Supply new arguments to
4289         gen_rtx_ADDR_DIFF_VEC.
4290         * 1750a.h (ASM_OUTPUT_ADDR_DIFF_ELT): New argument BODY.
4291         * alpha.h, arc.h, clipper.h, convex.h : Likewise.
4292         * dsp16xx.h, elxsi.h, fx80.h, gmicro.h, h8300.h : Likewise.
4293         * i370.h, i386.h, i860.h, i960.h, m32r.h, m68k.h, m88k.h : Likewise.
4294         * mips.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pyr.h : Likewise.
4295         * rs6000.h, sh.h, sparc.h, spur.h, tahoe.h, v850.h : Likewise.
4296         * vax.h, we32k.h, alpha/vms.h, arm/aof.h, arm/aout.h : Likewise.
4297         * i386/386bsd.h, i386/freebsd-elf.h : Likewise.
4298         * i386/freebsd.h, i386/linux.h : Likewise.
4299         * i386/netbsd.h, i386/osfrose.h, i386/ptx4-i.h, i386/sco5.h : Likewise.
4300         * i386/sysv4.h, m68k/3b1.h, m68k/dpx2.h, m68k/hp320.h : Likewise.
4301         * m68k/mot3300.h, m68k/sgs.h : Likewise.
4302         * m68k/tower-as.h, ns32k/encore.h, sparc/pbd.h : Likewise.
4303         * sh.h (INSN_ALIGN, INSN_LENGTH_ALIGNMENT): Define.
4304         (CASE_VECTOR_SHORTEN_MODE): Define.
4305         (short_cbranch_p, align_length, addr_diff_vec_adjust): Don't declare.
4306         (med_branch_p, braf_branch_p): Don't declare.
4307         (mdep_reorg_phase, barrier_align): Declare.
4308         (ADJUST_INSN_LENGTH): Remove alignment handling.
4309         * sh.c (uid_align, uid_align_max): Deleted.
4310         (max_uid_before_fixup_addr_diff_vecs, branch_offset): Deleted.
4311         (short_cbranch_p, med_branch_p, braf_branch_p, align_length): Deleted.
4312         (cache_align_p, fixup_aligns, addr_diff_vec_adjust): Deleted.
4313         (output_far_jump): Don't use braf_branch_p.
4314         (output_branchy_insn): Don't use branch_offset.
4315         (find_barrier): Remove checks for max_uid_before_fixup_addr_diff_vecs.
4316         Remove paired barrier stuff.
4317         Don't use cache_align_p.
4318         Take alignment insns into account.
4319         (fixup_addr_diff_vecs): Reduce to only fixing up the base label of
4320         the addr_diff_vec.
4321         (barrier_align, branch_dest): New function.
4322         (machine_dependent_reorg, split_branches): Remove infrastructure
4323         for branch shortening that is now provided in the backend.
4324         * sh.md (short_cbranch_p, med_branch_p, med_cbranch_p): New attributes.
4325         (braf_branch_p, braf_cbranch_p): Likewise.
4326         (attribute length): Use new attributes.
4327         (casesi_worker): Get mode and unsignednedd from ADDR_DIFF_VEC.
4328         (addr_diff_vec_adjust): Delete.
4329         (align_2): Now a define_expand.
4330         (align_log): Now length 0.
4331
4332 Fri Mar  6 14:41:33 1998  Michael Meissner  <meissner@cygnus.com>
4333
4334         * m32r.md (right): Correctly check for length == 2, not 1.
4335
4336 Fri Mar  6 14:00:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4337
4338         * mips/mips.h: Prototype `machine_dependent_reorg'.
4339         (ASM_OUTPUT_ALIGN): Remove unused variable `mask'.
4340
4341 Fri Mar  6 11:43:35 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
4342
4343         * final.c (shorten_branches): Restore accidentally removed code.
4344
4345 Fri Mar  6 11:00:49 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4346
4347         * configure.in: Remove duplicate uses of AC_PROG_CC and
4348         AC_PROG_MAKE_SET.
4349
4350 Fri Mar  6 00:59:30 1998  Richard Henderson  <rth@cygnus.com>
4351
4352         * configure.in (target_cpu_default2): Correct typo for alphapca56.
4353
4354 Thu Mar  5 23:24:50 1998  Jeffrey A Law  (law@cygnus.com)
4355                           Doug Evans     (devans@cygnus.com)
4356
4357         * haifa-sched.c (build_jmp_edges): Delete dead function.
4358         (build_control_flow): Use cfg routines from flow.c
4359         (schedule_insns): Remove debugging code accidentally checked
4360         in earlier today.
4361
4362         * basic-block.h: Add external integer list structures, typdefs,
4363         accessor macros and function declarations.  Simlarly for
4364         basic block pred/succ support and simple bitmap stuff.
4365         * flow.c: Add functions for integer list, basic block pred/succ
4366         support and simple bitmap support.
4367         (compute_dominators): New function to compute dominators and
4368         post dominators.
4369         (find_basic_blocks): Split into two functions.
4370         (life_analysis): Likewise.
4371         (flow_analysis): Removed.  Now handled by calling find_basic_blocks,
4372         the life_analysis from toplev.c
4373         * toplev.c (rest_of_compilation): Call find_basic_blocks, then
4374         life_analysis instead of flow_analysis.
4375
4376 Thu Mar  5 23:06:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4377
4378         * jump.c (jump_optimize): Call mark_jump_label also for deleted
4379         insns.
4380         (mark_jump_label): Don't increment ref counts for deleted insns.
4381
4382 Thu Mar  5 09:55:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4383
4384         * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
4385
4386         * mips/mips.c: Include stdlib.h and unistd.h.
4387         (mips_asm_file_end): Add braces around empty body in an if-statement.
4388         (function_prologue): Wrap variable `fnname' in
4389         !FUNCTION_NAME_ALREADY_DECLARED.  Correct format specifier in fprintf.
4390         (mips_select_rtx_section, mips_select_section): Declare as void.
4391
4392         * mips/mips.h: Add prototypes for extern functions in mips.c.
4393         (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
4394         (ENCODE_SECTION_INFO): Add braces around empty body in an
4395         if-statement.
4396
4397         * mips/mips.md (movdi): Add parentheses around && within ||.
4398         (movsf, movdf): Likewise.
4399         (branch_zero, branch_zero_di): Add default case in
4400         enumeration switch.
4401
4402
4403 Thu Mar  5 02:45:48 1998  Richard Henderson  <rth@cygnus.com>
4404
4405         * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
4406         real constants, since they can't be changed.
4407         (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4408         * alpha/alpha.md (builtin_setjmp_receiver): Use it.
4409         * alpha/osf.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4410         * alpha/osf2or3.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4411         * alpha/vms.h (TARGET_OPEN_VMS): New.
4412         * alpha/win-nt.h (TARGET_WINDOWS_NT): New.
4413
4414 Thu Mar  5 02:41:27 1998  Richard Henderson  <rth@cygnus.com>
4415
4416         * reload.c (find_reloads): Always force (subreg (mem)) to be
4417         reloaded if WORD_REGISTER_OPERATIONS.
4418
4419 Thu Mar  5 02:14:44 1998  Richard Henderson  <rth@cygnus.com>
4420
4421         * haifa-sched.c (free_list): Rename from free_pnd_lst.
4422         (free_pending_lists): Rename free_pnd_lst uses.
4423         (remove_dependence): Place expunged element on unused_insn_list.
4424         (alloc_INSN_LIST, alloc_EXPR_LIST): New.  Change all callers of
4425         gen_rtx_*_LIST and alloc_rtx to use them.
4426         (compute_block_backward_dependences): Free the reg_last_* lists.
4427
4428 Thu Mar  5 00:05:40 1998  Jeffrey A Law  (law@cygnus.com)
4429
4430         * cccp.c (main): Avoid undefined behavior when setting pend_includes
4431         and pend_files.
4432
4433 Wed Mar  4 21:58:25 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4434
4435         * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if
4436         USE_GNULIBC_1 is defined
4437         * configure.in: add a new case powerpc-*-linux-gnulibc1 which
4438         includes the t-linux-gnulibc1 fragment
4439
4440 Wed Mar  4 12:11:36 1998  Jim Wilson  <wilson@cygnus.com>
4441
4442         * mips.md (movdf_internal1a): Fix misplaced parenthesis in condition.
4443
4444 Wed Mar  4 18:47:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4445
4446         * final.c (final_scan_insn, case CODE_LABEL: Cleanup.
4447
4448 Wed Mar  4 15:51:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4449
4450         * final.c (shorten_branches): Tag the loop alignment onto the
4451         first label after NOTE_INSN_LOOP_BEG even if there is an
4452         intervening insn.
4453
4454 Tue Mar  3 21:48:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4455
4456         * final.c (insn_current_reference_address):
4457         Use SEQ instead of BRANCH as argument to align_fuzz, to get a
4458         proper alignment chain.
4459
4460         * final.c (max_labelno): New static variable.
4461         (final_scan_insn): Check max_labelno before outputting an
4462         alignment for a label.
4463         (shorten_branches): Remove unused variable length_align.
4464
4465 Tue Mar  3 14:27:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4466
4467         * sparc.c (ultrasparc_adjust_cost): Add default case in
4468         enumeration switch.
4469
4470          * sparc.h: Add prototypes for extern functions defined in
4471         sparc.c.
4472
4473 Tue Mar  3 10:00:11 1998  Nick Clifton  <nickc@cygnus.com>
4474
4475         * toplev.c: Only generate <name>.dbr file when dumping RTL if
4476         DEALY_SLOTS is defined.
4477
4478 Tue Mar  3 07:36:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4479
4480         * reorg.c (fill_eager_delay_slots): Add new argument delay_list
4481         in call to fill_slots_from_thread.
4482
4483 Mon Mar  2 13:45:03 1998  Richard Henderson  <rth@cygnus.com>
4484
4485         * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
4486         to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.
4487
4488 Mon Mar  2 22:59:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4489
4490         * final.c (insn_last_address, insn_current_align, uid_align):
4491         New variables.
4492         (in_align_chain, align_fuzz, align_shrink_fuzz): New functions.
4493         (insn_current_reference_address): Likewise.
4494         (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
4495         LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
4496         (label_to_alignment): New function.
4497         * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
4498         LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
4499         insn_current_reference_address instead of insn_current_address.
4500         (or_attr_value, write_length_unit_log): New functions.
4501         (main): Call write_length_unit_log.
4502         (write_const_num_delay_slots): Output extra '\n'.
4503         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
4504         replace with:
4505         (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
4506         * i386.h, i386/osfrose.h, i386/svr3dbx.h, m68k.h, sparc.h: Likewise.
4507         * arc.h, m32r.h (ASM_OUTPUT_LOOP_ALIGN): replace with:
4508         (LOOP_ALIGN).
4509         * i960.h, m88k.h: (ASM_OUTPUT_ALIGN_CODE): Replace with:
4510         (LABEL_ALIGN_AFTER_BARRIER).
4511         * ns32k/encore.h, ns32k/merlin.h, ns32k.h, ns32k/sequent.h: Likewise.
4512         * ns32k/tek6000.h: Likewise.
4513         * i386/gas.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Delete.
4514         * i386.md (casesi+1): Use ASM_OUTPUT_ALIGN instead of
4515         ASM_OUTPUT_ALIGN_CODE.
4516
4517 Mon Mar 2 01:05:50 PST 1998 Jeff Law  (law@cygnus.com)
4518
4519         * version.c: Bump for snapshot.
4520
4521 Mon Mar 2 00:52:18 PST 1998 Jeff Law  (law@cygnus.com)
4522
4523         * version.c: Bump for snapshot.
4524
4525 Sun Mar  1 18:25:49 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
4526
4527         * reorg.c (fill_slots_from_thread): Don't steal delay list from target
4528         if condition code of jump conflicts with opposite_needed.
4529
4530         * reorg.c (fill_slots_from_thread): Mark resources referenced in
4531         opposite_needed thread.  Return delay_list even when cannot get
4532         any more delay insns from end of subroutine.
4533
4534 Sun Mar  1 18:26:21 1998  Ken Rose (rose@acm.org)
4535
4536         * reorg.c (fill_slots_from_thread): New parameter, delay_list.
4537         All callers changed.
4538
4539 Sun Mar  1 18:25:37 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
4540
4541         * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
4542         end_fde_sort): New functions for fast sorting of an FDE array.
4543         (fde_insert): Simplified.
4544         (add_fdes): Change argument list.
4545         (frame_init): Use the new functions.
4546
4547 Sun Mar  1 18:06:21 1998  Jeffrey A Law  (law@cygnus.com)
4548
4549         * ginclude/va-ppc.h (va_arg): Fix typo in long long support.
4550
4551         * i386.c (reg_mentioned_in_mem): Fix dangling else statement.
4552
4553         * fold-const.c (fold_range_test): Always return a value.
4554
4555 Sun Mar  1 17:57:34 1998  Mumit Khan <khan@xraylith.wisc.edu>
4556
4557         * config/i386/winnt.c (i386_pe_unique_section): Put read-only
4558         data in the text section unless READONLY_DATA_SECTION is defined.
4559
4560 Sun Mar  1 17:48:46 1998  Jeffrey A Law  (law@cygnus.com)
4561
4562         * c-parse.in (undeclared variable error): Tweak error message to
4563         be clearer.
4564
4565 Sun Mar 1 10:22:36 PST 1998 Jeff Law  (law@cygnus.com)
4566
4567         * version.c: Bump for snapshot.
4568
4569 1998-02-28  Mark Mitchell  <mmitchell@usa.net>
4570
4571         * final.c (final_scan_insn): Undo overzealous removal of `set'.
4572
4573 Sat Feb 28 07:54:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4574
4575         * pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated
4576         case, add parentheses to specify the proper order of precedence in
4577         the if-statement.
4578
4579
4580         * c-aux-info.c: Include string.h/strings.h.
4581
4582         * pa.c: Include stdlib.h.
4583         (pa_combine_instructions): Prototype the function.
4584         (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
4585         (reloc_needed): Add default case for enumeration switch.
4586         (remove_useless_addtr_insns): Remove unused variable `all'.
4587         (hppa_expand_prologue): Add explicit braces to avoid
4588         ambiguous `else'.
4589         (output_function_epilogue): Remove unused variable `i'.
4590         (output_millicode_call): Remove unused variable `link'.
4591         (shadd_constant_p, forward_branch_p): Make the function static.
4592         (following_call): Explicitly declare to return int.
4593         (pa_reorg): Declare as void.
4594         (pa_combine_instructions): Declare as static void.  Add
4595         parentheses around && within ||.
4596
4597         * pa.h: Add prototypes for pa_reorg, symbolic_operand,
4598         following_call, function_label_operand, lhs_lshift_cint_operand
4599         and zdepi_cint_p.
4600
4601         * pa.md: Add parentheses around && within ||.
4602
4603         * cppalloc.c: Include stdlib.h.
4604
4605         * cpperror.c (cpp_print_containing_files): Remove unused variable
4606         `i'.  Fix format specifier in fprintf.
4607
4608         * cse.c (cse_around_loop): Add explicit braces to avoid
4609         ambiguous `else'.
4610         (delete_dead_from_cse): Wrap variable `tem' in macro HAVE_cc0.
4611
4612         * expr.c (expand_expr): Add parentheses around && within ||.
4613
4614         * final.c (app_enable): Replace fprintf with fputs where there are
4615         no format specifiers and no trailing argument after the string.
4616         Eg, when printing ASM_APP_ON/ASM_APP_OFF.
4617         (app_disable): Likewise.
4618         (final_end_function): Likewise.
4619         (final_scan_insn): Likewise.  Remove unused variable `set'.
4620         (profile_function): Wrap empty if-statement body in {} brackets.
4621
4622         * function.c: Include stdlib.h.
4623         (pad_below): Wrap prototype and definition in ARGS_GROW_DOWNWARD.
4624         (reposition_prologue_and_epilogue_notes): Add parentheses
4625         around assignment used as truth value.
4626
4627         * integrate.c (expand_inline_function): Wrap variable
4628         `cc0_insn' in macro HAVE_cc0.
4629
4630         * jump.c (jump_optimize): Wrap variable `q' in macro
4631         HAVE_cc0.  Remove unused variable `prev1'.
4632
4633         * libgcc2.c (__bb_exit_trace_func): Add parentheses around &&
4634         within ||.  Fix format specifier in fprintf.
4635         (__bb_init_prg): Add parentheses around assignment used as
4636         truth value.
4637
4638         * local-alloc.c: Include stdlib.h.
4639         (requires_inout): Add parentheses around assignment used
4640         as truth value.
4641
4642         * loop.c (analyze_loop_iterations): Wrap prototype and definition
4643         in macro HAVE_decrement_and_branch_on_count.
4644         (insert_bct, instrument_loop_bct): Likewise.
4645         (move_movables): Add parentheses around assignment used as
4646         truth value.
4647         (consec_sets_invariant_p): Likewise.
4648         (maybe_eliminate_biv_1): Wrap variable `new' in macro HAVE_cc0.
4649
4650         * objc/objc-act.c: Include stdlib.h.
4651         (lookup_method_in_protocol_list): Wrap empty else-statement body
4652         in braces.
4653         (lookup_protocol_in_reflist): Likewise.
4654         (objc_add_static_instance): Remove unused variables `decl_expr'
4655         and `decl_spec'.
4656         (get_objc_string_decl): Remove unused variable `decl'.
4657         (generate_static_references): Remove unused variables `idecl' and
4658         `instance'.
4659         (check_protocols): Wrap empty else-statement body in braces.
4660
4661         * protoize.c: Include stdlib.h.
4662         (substr): Add parentheses around assignment used as truth value.
4663         (abspath): Likewise.
4664         (shortpath): Likewise.
4665
4666         * regmove.c (fixup_match_1): Add parentheses around assignment
4667         used as truth value.
4668
4669         * reload.c (push_secondary_reload): Remove unused variable `i'.
4670         (find_reloads): Add parentheses around assignment used as truth
4671         value.
4672
4673         * reload1.c: Include stdlib.h.
4674
4675         * rtl.h: Correct typo in prototype of offsettable_memref_p.
4676
4677         * stmt.c (add_case_node): Add parentheses around assignment used
4678         as truth value.
4679         (case_tree2list): Likewise.
4680
4681         * tree.c (valid_machine_attribute): Wrap variable `decl_attr_list'
4682         in macro VALID_MACHINE_DECL_ATTRIBUTE.  Wrap variable
4683         `type_attr_list' in macro VALID_MACHINE_TYPE_ATTRIBUTE.
4684         (merge_attributes): Add explicit braces to avoid ambiguous
4685         `else'.
4686
4687         * unroll.c (copy_loop_body): Wrap variable `cc0_insn' in
4688         macro HAVE_cc0.
4689
4690         * varasm.c: Include stdlib.h.
4691
4692
4693         * system.h: Remove sys/stat.h.
4694         * gcc.c: Add sys/stat.h.
4695
4696         * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.
4697         * genattrtab.c: Likewise.
4698         * genconfig.c: Likewise.
4699         * genemit.c: Likewise.
4700         * genextract.c: Likewise.
4701         * genflags.c: Likewise.
4702         * genopinit.c: Likewise.
4703         * genoutput.c: Likewise.
4704         * genpeep.c: Likewise.
4705         * genrecog.c: Likewise.
4706         * tlink.c: Likewise.  Also wrap `getenv' in NEED_DECLARATION_GETENV.
4707
4708 Fri Feb 27 11:02:47 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4709
4710         * invoke.texi: Use @itemx for a secondary item in a @table.
4711
4712         * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE
4713         zero.
4714
4715 Thu Feb 26 00:13:21 1998  Ian Lance Taylor  <ian@cygnus.com>
4716
4717         * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
4718
4719 Wed Feb 25 23:40:54 1998  Jeffrey A Law  (law@cygnus.com)
4720
4721         * i386.c (struct machine_function): Add new fields for PIC stuff.
4722         (save_386_machine_status): Fix argument to xmalloc.  Save pic_label_rtx
4723         and pic_label_name.
4724         (restore_386_machine_status): Corresponding changes.
4725         (clear_386_stack_locals): Also clear pic_label_rtx and pic_label_name.
4726
4727 Wed Feb 25 01:31:40 1998  Jeffrey A Law  (law@cygnus.com)
4728
4729         * c-parse.y (undeclared variable error): Tweak error message
4730         to be clearer.
4731
4732 Tue Feb 24 23:54:07 1998  Richard Henderson  <rth@cygnus.com>
4733
4734         * flags.h (g_switch_value, g_switch_set): Declare.
4735         * alpha.c (override_options): Set g_switch_value=8 if not set.
4736         * alpha/elf.h (CC1_SPEC): New.
4737         (ASM_SPEC): New.
4738         (LINK_SPEC): Pass along the -G value we were given.
4739         (LOCAL_ASM_OP): Remove.
4740         (ASM_OUTPUT_ALIGNED_LOCAL): Output to .bss or .sbss by size.
4741         (MAX_OFILE_ALIGNMENT): New.
4742         (BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP): New.
4743         (EXTRA_SECTIONS): Add sbss and sdata.
4744         (SECTION_FUNCTION_TEMPLATE): New.
4745         (EXTRA_SECTION_FUNCTIONS): Use it.
4746         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
4747         (SELECT_SECTION): Use sdata when small enough.
4748         * alpha/linux.h (ASM_SPEC): Remove.
4749
4750
4751 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
4752         * config.sub (sco5): Fix typo.
4753
4754 Mon Feb 23 18:19:31 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4755
4756         * config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
4757         set to empty.
4758         * config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
4759         * config/alpha/t-linux: Remove file.
4760         * config/sparc/t-linux: Remove file.
4761         * config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
4762         * config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
4763         * configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
4764         for tmake_file.
4765         (alpha*-*-linux-gnu*): Likewise.
4766         (sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
4767         (sparc-*-linux-gnu*): Likewise.
4768
4769 Mon Feb 23 10:47:39 1998  Robert Lipe  <robertl@dgii.com>
4770         * collect2.c (ldd_file_name): Bracket declaration with same
4771         manifests as use.
4772         (full_real_ld_suffix): Deleted.  Variable was calloced and
4773         written into, but never read.
4774
4775 1998-02-23  Mike Stump  <mrs@wrs.com>
4776
4777         * configure.in: Add support for i386-wrs-vxworks configuration.
4778         * i386/vxi386.h: New file.
4779
4780 Sun Feb 22 21:16:51 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
4781
4782         * tree.c (contains_placeholder_p): Ensure function always returns
4783         a value.
4784         * sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
4785         (movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
4786
4787 Sun Feb 22 20:58:19 1998  Jeffrey A Law  (law@cygnus.com)
4788
4789         * vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
4790
4791 1998-02-22  Paul Eggert  <eggert@twinsun.com>
4792
4793         * config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
4794         Define this new symbol.
4795         (DWARF2_DEBUGGING_INFO, DWARF_DEBUGGING_INFO): Do not #undef.
4796         * toplev.c (main): Do not default to DWARF2_DEBUG with -ggdb if
4797         LINKER_DOES_NOT_WORK_WITH_DWARF2 is defined.
4798
4799 Sun Feb 22 20:07:32 1998  Jim Wilson  <wilson@cygnus.com>
4800
4801         * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
4802         * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
4803
4804 Sun Feb 22 15:29:48 1998  Richard Henderson  <rth@cygnus.com>
4805
4806         * objc/Object.m (-error): Call objc_verror with our va_list.
4807
4808 Sun Feb 22 09:45:39 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4809
4810         * collect2.c (scan_prog_file): Completely cover uses of variable
4811         `exports' with macro COLLECT_EXPORT_LIST.
4812
4813 Sat Feb 21 20:36:23 1998  Jeff Law  (law@cygnus.com)
4814
4815         * version.c: Bump for snapshot.
4816
4817 Fri Feb 20 16:22:13 1998  Michael Meissner  <meissner@cygnus.com>
4818
4819         * sched.c (schedule_block): Remove code to get arguments from hard
4820         regs into pseudos early.  Same as Aug 25, 1997 change to
4821         haifa-sched.c.
4822
4823 1998-02-20  Jason Merrill  <jason@yorick.cygnus.com>
4824
4825         * collect2.c (main): Still handle !do_collecting for non-AIX targets.
4826
4827 1998-02-16  Mark Mitchell  <mmitchell@usa.net>
4828
4829         * toplev.c (rest_of_compilation): Do not defer the output of a
4830         nested function.
4831
4832 Fri Feb 20 10:39:47 1998  Michael Tiemann  <michael@impact.tiemann.org>
4833
4834         * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
4835         continuation character (line 243).
4836
4837 Fri Feb 20 12:10:26 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4838
4839         * genrecog.c (main): Remove duplicated sentence in emitted comment.
4840
4841 Thu Feb 19 22:36:53 1998  Andrey Slepuhin  <pooh@msu.net>
4842                           David Edelsohn  <edelsohn@mhpcc.edu>
4843
4844         * collect2.c (XCOFF_SCAN_LIBS): Remove.
4845         (export_flag): New variable.
4846         (export_file): #ifdef COLLECT_EXPORT_LIST.
4847         (import_file, exports, imports, undefined): New variables.
4848         (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
4849         (dump_list, dump_prefix_list, is_in_list): New functions.
4850         (write_export_file): $ifdef COLLECT_EXPORT_LIST.
4851         (write_import_file, resolve_lib_name): New functions.
4852         (use_import_list, ignore_library): Same.
4853         (collect_exit): maybe_unlink import_file and #ifdef.
4854         (handler): Same.
4855         (main): New variable importf, #ifdef exportf.  Move parsing of
4856         -shared before general argument parsing.  Resolve AIX library
4857         paths and import libgcc.a symbols.  Treat .so shared libraries the
4858         same as objects and .a libraries.  Create alias for object_lst and
4859         increment it instead of original pointer.  Scan AIX libraries as
4860         objects earlier instead of using scan_libraries.  Perform AIX
4861         tlink later to resolve templates instead of forking ld.
4862         (GCC_OK_SYMBOL): Ensure symbol not in undef section.
4863         (GCC_UNDEF_SYMBOL): New macro.
4864         (scan_prog_file): Loop for members of AIX libraries.  Handle
4865         export/import of ctors/dtors.
4866         (aix_std_libs): New variable.
4867         (scan_libraries, XCOFF): Delete.
4868
4869 Thu Feb 19 22:36:52 1998  Robert Lipe   <robertl@dgii.com>
4870
4871         * collect2.c (full_real_ld_suffix): #ifdef CROSS_COMPILE.
4872
4873 1998-02-19  Mike Stump  <mrs@wrs.com>
4874
4875         * Makefile.in: Use $tooldir for sys-include to match toplevel
4876         configure.
4877
4878 Thu Feb 19 01:32:37 1998  Jeffrey A Law  (law@cygnus.com)
4879                           Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4880
4881         * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
4882
4883         * emit-rtl.c (hard-reg-set.h): Include.
4884         (get_lowpart_common): Don't make new REG for hard reg in a
4885         class that cannot change size.
4886         * Makefile.in (emit-rtl.o): Depend on hard-reg-set.h.
4887
4888         * combine.c: Revert previous patch.
4889
4890 1998-02-19  Paul Eggert  <eggert@twinsun.com>
4891
4892         * config/sparc/sol2-sld.h: New file.
4893         * configure.in (sparc-*-solaris2*): Use it when using the
4894         system linker.
4895
4896 Thu Feb 19 00:46:59 1998  Jeffrey A Law  (law@cygnus.com)
4897
4898         * loop.c (force_movables): Fix typo.
4899
4900 Thu Feb 19 08:26:30 1998  Manfred Hollstein <manfred@s-direktnet.de>
4901
4902         * m88k.h: Change file pattern to match reality.
4903
4904 Wed Feb 18 23:19:52 1998  Jeffrey A Law  (law@cygnus.com)
4905
4906         * varasm.c (output_constant_pool): Fix dumb thinko in last
4907         change.
4908
4909         * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
4910         a function name to a section name.
4911
4912 1998-02-18  Doug Evans  <devans@cygnus.com>
4913
4914         * tree.h (merge_machine_{type,decl}_attributes): Declare.
4915         (split_specs_attrs, strip_attrs): Add prototypes.
4916         * tree.c (merge_machine_{type,decl}_attributes): New functions.
4917         * c-decl.c (duplicate_decls): Call merge_machine_decl_attributes.
4918         Update olddecl's attributes too.
4919         * c-common.c (strip_attrs): New function.
4920         * c-typeck.c (common_type): Call merge_machine_type_attributes.
4921         * varasm.c (make_function_rtl): New target macro REDO_SECTION_INFO_P.
4922         (make_decl_rtl): Likewise.
4923
4924 1998-02-18  Jim Wilson  <wilson@cygnus.com>
4925
4926         * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
4927
4928 Wed Feb 18 09:09:50 1998  Jeffrey A Law  (law@cygnus.com)
4929
4930         Remove this change until we can fix it correctly.
4931         * collect2.c: Bracket declaration of 'exportf' and
4932         'full_real_ld_suffix'.
4933
4934 Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4935
4936         * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
4937
4938 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4939
4940         * c-common.c (c_expand_start_cond, c_expand_end_cond,
4941         c_expand_start_else): Don't warn about non-ambiguous else even if
4942         braces are missing.
4943
4944 Tue Feb 17 23:56:50 1998   Robert Lipe  <robertl@dgii.com>
4945
4946         * sco5.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
4947         ASM_OUTPUT_LONG_DOUBLE): Delete.   Use the ones from i386.h
4948         instead.
4949
4950 Tue Feb 17 22:56:14 1998  Richard Henderson  <rth@cygnus.com>
4951
4952         * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when
4953         simplifying a subreg of a hard reg.
4954         (expand_compound_operation): Likewise.
4955         (force_to_mode): Likewise.
4956
4957 Tue Feb 17 22:37:22 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4958
4959         * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
4960         (lshift_double): Add parentheses around + or - inside shift.
4961         (rshift_double): Likewise.
4962         (size_int_wide): Explicitly set type of `bit_p' to `int'.
4963
4964         * Makefile.in (fold-const.o): Depend on system.h.
4965
4966         * Makefile.in (gcc.o): Depend on system.h, in accordance with last
4967         change to gcc.c.
4968
4969         * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
4970         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
4971         (sched_note_set): Remove unused parameter `b', all callers changed.
4972         (schedule_block): Likewise for `rgn'.
4973         (split_hard_reg_notes): Likewise for `orig_insn'.
4974         (check_live): Likewise for `trg'.
4975         (update_live): Likewise.
4976         (check_live_1): Explcitly declare variable `i' as int.
4977         (update_live_1): Likewise.
4978         (insn_issue_delay): Remove unused variable `link'.
4979         (sched_analyze_2): Add default case in enumeration switch.
4980         (schedule_insns): Remove unused variable `i'.
4981
4982         * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
4983
4984 Tue Feb 17 22:31:04 1998  Jeffrey A Law  (law@cygnus.com)
4985
4986         * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
4987         a dangling else clause.
4988
4989 Tue Feb 17 21:28:12 1998  Gavin Koch  <gavin@cygnus.com>
4990
4991         * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
4992         pointer for the stack pointer in MIPS16 and 64BIT.
4993
4994 Tue Feb 17 21:17:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
4995
4996         * rtl.h (force_line_numbers, restore_line_number_status): Declare.
4997         * emit-rtl.c (force_line_numbers, restore_line_number_status):
4998         New functions.
4999         * stmt.c (struct nesting): Replace seenlabel with line_number_status.
5000         (expand_start_case): Adjust to this change.
5001         (check_seenlabel): New function.
5002         (pushcase, pushcase_range, expand_endcase): Use it.
5003
5004 Tue Feb 17 10:14:32 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5005
5006         * i386.md (adddi3): Add =!r,0,0,X alternative.
5007
5008 Mon Feb 16 16:13:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
5009
5010         * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
5011         * x-aix31 (INSTALL): Delete.
5012
5013 Mon Feb 16 09:24:32 1998  Gavin Koch  <gavin@cygnus.com>
5014
5015         * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
5016         tsize changes to something other than zero.
5017
5018 Mon Feb 16 09:11:48 1998  Gavin Koch  <gavin@cygnus.com>
5019
5020         * ginclude/va-mips.h: Replace casts of pointers to int with
5021         casts of pointers to __PTRDIFF_TYPE__.
5022
5023 Mon Feb 16 08:17:14 1998  John Carr  <jfc@mit.edu>
5024
5025         * loop.c (strength_reduce, record_biv, record_giv): Use
5026         HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
5027
5028 1998-02-16  Jason Merrill  <jason@yorick.cygnus.com>
5029
5030         * tree.c (first_rtl_op): New fn.
5031         (unsave_expr_now): Use it.
5032         * print-tree.c (print_node): Likewise.
5033         * tree.c (has_cleanups): New fn.
5034         * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it.  Be more
5035         conservative about pushing the cleanup point down.
5036         * tree.h: Declare them.
5037
5038 Sun Feb 15 23:28:44 1998  Jeffrey A Law  (law@cygnus.com)
5039
5040         * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
5041         (flag_schedule_reverse_after_reload): Likewise.
5042         (f_options): Remove reverse scheduling support.
5043         * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
5044         (flag_schedule_reverse_after_reload): Likewise.
5045         * haifa-sched.c (rank_for_schedule): Remove support for reverse
5046         scheduling.
5047
5048 Sun Feb 15 21:33:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5049
5050         * gcc.c: Get system includes, prototypes and macros via "system.h"
5051         instead of doing it manually.  Change all calls of the ctype
5052         macros to custom versions defined in "system.h".
5053
5054         * system.h: Fix return type of bcmp prototype from `void' to `int'.
5055         Make bcopy, bcmp and bzero prototypes explicitly `extern'.
5056         Add a prototype for getenv.
5057
5058 Sun Feb 15 17:05:41 1998  Jim Wilson  <wilson@cygnus.com>
5059
5060         * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
5061
5062 Sun Feb 15 15:23:15 1998  John Carr  <jfc@mit.edu>
5063
5064         * alias.c: Include <stdlib.h> and <string.h>.
5065         (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
5066
5067 Sat Feb 14 11:23:09 PST 1998 Jeff Law  (law@cygnus.com)
5068
5069         * version.c: Bump for snapshot.
5070
5071 Sat Feb 14 05:08:21 1998  Richard Earnshaw (rearnsha@arm.com)
5072
5073         * arm.md (movsfcc): Also validate operands[3] when compiling hard
5074         float.
5075         (movdfcc): Only accept fpu_add_operand for operands[3].
5076
5077         * arm/t-semi (STMP_FIXPROTO): Define to nothing.
5078         * arm/t-semiaof (STMP_FIXPROTO): Likewise.
5079
5080 Sat Feb 14 02:02:41 1998  Jeffrey A Law  (law@cygnus.com)
5081
5082         * varasm.c (output_constant_pool): Bring back 'done' label inside
5083         an appropriate #ifdef.
5084
5085         * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an
5086         appropriate #ifdef.
5087         (bitmap_copy, bitmap_operation): Likewise.
5088         * combine.c (combinable_i3pat): Similarly for 'src'.
5089         * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
5090         (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
5091         * regclass.c (copy_cost): Similarly for 'secondary_class'.
5092         * reload.c (make_memloc): Simliarly for 'i'.
5093         (find_reloads_address_1): Similarly for 'link'.
5094         * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
5095         (emit_reload_insns): Similarly for 'second_reloadreg'.
5096         * unroll.c (iteration_info): Similarly for 'v'.
5097
5098         * caller-save.c (insert_save_restore): Remove unused variable 'i'.
5099         * calls.c (expand_call): Similarly for 'i'.
5100         (emit_library_call, emit_library_call_value): Similarly for 'mode'.
5101         * fold-const.c (strip_compund_expr): Similarly for 'type'.
5102         * function.c (fixup_var_refs_1): Similarly  for 'width'.
5103         (fixup_memory_subreg): Similarly for 'saved'.
5104         (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
5105         (setjmp_protect): Similarly for 'sub'.
5106         (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
5107         * loop.c (record_giv): Similarly for 'p'.
5108         (combine_givs): Similarly for 'temp_iv'.
5109         (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
5110         * recog.c (validate_replace_rtx_1): Similarly for 'width'.
5111         * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
5112         * unroll.c (unroll_loop): Similarly for 'copy'.
5113         (iteration_info): Similarly for 'b'.
5114         * varasm.c (assemble_string): Similarly for 'i'.
5115         * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
5116
5117 1998-02-13  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5118
5119         * c-lang.c (lang_print_xnode): New function.
5120         * objc/objc-act.c (lang_print_xnode): Likewise.
5121         * print-tree.c (print_node): Call it
5122
5123 Fri Feb 13 14:38:34 1998  Jim Wilson  <wilson@cygnus.com>
5124
5125         * dwarf2out.c (decl_scope_node): New type.
5126         (decl_scope_table): Change type to use it.
5127         (decl_scope_table_allocated, decl_scope_depth): Change type to int.
5128         (push_decl_scope): Use new type.  New locals containing_scope, i.
5129         Add code to handle setting previous field.
5130         (scope_die_for): Change type of local i to int.  Add code to use
5131         previous field.
5132         (dwarf2out_init): Use new type.
5133
5134 1998-02-13  Jason Merrill  <jason@yorick.cygnus.com>
5135
5136         * except.c (emit_throw): Lose throw_used.
5137
5138 Fri Feb 13 20:36:05 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5139
5140         * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
5141         was deleted.
5142         * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
5143
5144 Fri Feb 13 12:18:40 1998  Jeffrey A Law  (law@cygnus.com)
5145
5146         * genextract.c (main): Fix typo.
5147
5148 Fri Feb 13 08:41:49 1998  Robert Lipe   <robertl@dgii.com>
5149
5150         * c-lang.c (finish_file): Bracket declaration of static_ctors,
5151         static_dtors.
5152
5153         * calls.c (expand_call): Bracket declaration of 'rtx_before_call',
5154         'old_stack_arg_under_construction'
5155         (emit_library_call): Bracket declaration of 'upper_bound',
5156         'lower_bound', 'i', 'reg_parm_stack_space'
5157         (emit_library_call_value): Likewise.
5158         (store_one_arg):
5159
5160         * collect2.c: include <unistd.h> when appropriate.
5161         Bracket declaration of 'exportf' and 'full_real_ld_suffix'.
5162
5163         * emit-rtl.c (prev_cc0_setter): Remove unused variable 'link'.
5164
5165         * explow.c (plus_constant_for_output_wide): Remove unused variable
5166         'code'.
5167         (memory_address): Remove unused variable 'orig_x'.
5168
5169         * genattrtab.c (make_canonical): Remove unreferenced label 'cond:'.
5170         (write_const_num_delay_slots): Remove unused variable 'i'.
5171
5172         * genopinit.c (main): Remove unused variables 'dummy', 'insn_ptr'.
5173         (gen_insn): Remove unused variable 'obstack_ptr'.
5174
5175         * libgcc2.c (__bb_exit_func): Remove unused variables 'ret',
5176         'j', 'tmp', 'i'.
5177         (__bb_exit_trace_func): Remove unused variable 'e'.
5178
5179         * optabs.c (expand_binop): remove unused variables 'lhs', 'rhs',
5180         'funexp'.
5181         (expand_unop): Remove unused variable 'funexp'.
5182         (expand_complex_abs): Remove unused variable 'funexp'.
5183         (init_optabs): Bracket declaration of 'j'.
5184         (init_complex_libfuncs): Deleted.  Dead static function.
5185
5186         * profile.c (branch_prob): Remove unused variables 'insn', 'dest'.
5187
5188         * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
5189         (reg_to_stack): 'initialized', 'before_function_beg'
5190         explictly type as ints instead of defaulting.
5191         (emit_swap_insn): Remove unused variable 'i2'.
5192         (compare_for_stack_reg): Remove unused variable 'src_note'.
5193
5194         * rtlanal.c (computed_jump_p): Remove unused variable 'computed_jump'.
5195
5196         * sched.c (actual_hazard): Bracket declaration of 'this_cost'.
5197
5198         * stmt.c (add_case_node): Add parens for assignment used as truth.
5199         (all_cases_count):  Remove unused variable 'count_high'.
5200         (mark_seen_cases): Remove unused variable 'i'.
5201         (check_for_full_enumeration_handling): Remove unused variable 't'.
5202         Bracket declaration of  'all_values', 'l'.
5203
5204         * tlink.c: Include <stdlib.h>, <unistd.h>, <string.h>/<strings.h>.
5205
5206         * varasm.c (assemble_string): Remove unused variable 'i'.
5207         (immed_double_const): Remove unused variable 'in_current_obstack'.
5208         (immed_real_const_1): Likewise.
5209         (output_constant_pool): Remove unreferenced label 'done'.
5210         (output_constant): Remove unused variable 'x'.
5211
5212         * i386/i386.h (ENCODE_SECTION_INFO): TREE_PUBLIC is an int, not
5213         a string.
5214
5215         * i386/sco5.h (ASM_OUTPUT_ASCII): Add parens for assignment used
5216         as truth.
5217
5218 Fri Feb 13 10:21:41 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5219
5220         * combine.c (can_combine_p): Handle USEs in PARALLELs.
5221
5222 Fri Feb 13 01:34:14 1998  H.J. Lu  (hjl@gnu.org)
5223
5224         * config/linux.h (LIB_SPEC): Add -lc for -shared if
5225         USE_GNULIBC_1 is not defined.
5226         * config/sparc/linux.h; Ditto.
5227
5228         * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared.
5229
5230         * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if
5231         USE_GNULIBC_1 is not defined.
5232
5233 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5234
5235         * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
5236         for -mcall-linux
5237
5238 Fri Feb 13 01:23:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5239
5240         * system.h: New file to get common systems includes and various
5241         definitions and declarations based on autoconf macros.
5242
5243 Fri Feb 13 00:46:19 1998  Jeffrey A Law  (law@cygnus.com)
5244
5245         * cccp.c (new_include_prefix): Correctly handle -I./.
5246
5247 Thu Feb 12 20:16:35 1998  Michael Meissner  <meissner@cygnus.com>
5248
5249         * rs6000.md: Replace gen_rtx (CONST_INT,...) with GEN_INT.
5250
5251 Thu Feb 12 16:45:17 1998  Robert Lipe  <robertl@dgii.com>
5252
5253         * expr.c (expand_assignment):  Correct typo exposed by -Wall.
5254         offset should have been a truth value, not an assignment.
5255
5256 Thu Feb 12 15:26:50 1998  Jeffrey A Law  (law@cygnus.com)
5257
5258         * cse.c (delete_dead_from_cse): If a libcall produces a constant
5259         result and that result can be substituted into SET_SRC of the
5260         insn with the REG_RETVAL note, then perform the substitution
5261         and delete the libcall.
5262
5263 Thu Feb 12 14:04:09 1998  Gavin Koch  <gavin@cygnus.com>
5264
5265         * mips.md (trucndihi2,truncdiqi2): Change these to support
5266         mips16.
5267
5268 Thu Feb 12 11:34:55 1998  Gavin Koch  <gavin@cygnus.com>
5269
5270         * mips/mips.c (movdi_operand): Direct referances to symbols
5271         that arn't mips16 consts in mips16 mode arn't valid operands.
5272
5273         * mips/mips.c (mips_move_2words): Add gprel handling.
5274
5275 Thu Feb 12 11:18:37 1998  Gavin Koch  <gavin@cygnus.com>
5276
5277         * mips.md (extendsidi2): Allow extension to/from a non-mips16
5278         register.
5279
5280 Thu Feb 12 00:04:16 1998  Marc Lehmann <pcg@goof.com>
5281
5282         * i386.c: Conditionally include <stdlib.h>, <string.h>, and
5283         <strings.h>.
5284
5285 Wed Feb 11 11:43:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5286
5287         * Makefile.in (WARN_CFLAGS): New variable.
5288         (bootstrap, bootstrap2, bootstrap3, bootstrap4): Use it.
5289
5290 1998-02-11  Mark Mitchell  <mmitchell@usa.net>
5291
5292         * config/i386/i386.c (reg_mentioned_in_mem): Don't abort when
5293         falling through default case in switch.
5294         (i386_aligned_p): Likewise.
5295
5296 Wed Feb 11 12:59:56 1998  Lee Iverson  <leei@Canada.AI.SRI.COM>
5297
5298         * mips/mips.h (mips_abi_string): Correct typo in comment.
5299
5300 Wed Feb 11 08:29:56 1998  Gavin Koch  <gavin@cygnus.com>
5301
5302         * mips/mips.md (movdi): These PLUS's need to be Pmode.
5303
5304 Wed Feb 11 01:47:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5305
5306         * Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
5307         reorg.o, regmove.o): Depend on insn-codes.h, it gets included
5308         indirectly via expr.h.
5309
5310 Wed Feb 11 01:44:13 1998  Richard Henderson  <rth@cygnus.com>
5311
5312         * stor-layout.c (layout_type): Do upper - lower in the native type,
5313         so as to properly handle negative indices.
5314
5315 Wed Feb 11 01:35:55 1998  Robert Lipe   <robertl@dgii.com>
5316
5317         * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
5318         (expand_eh_region_start_tree): Remove unused variable 'note'.
5319         (exception_optimize): Remove unused variable 'regions'.
5320         (expand_builtin_eh_stub):  Remove unused variable 'temp'.
5321         (copy_eh_entry): Deleted.   Dead function.
5322
5323         * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
5324         'last' with same #if HAVE_load_multiple as use of it.
5325         (move_block_from_reg): Likewise.
5326         (emit_move_insn_1): Remove unused variable 'insns'.
5327         (store_constructor): Bracket declaration of startb, endb with
5328         #if TARGET_MEMFUNCTIONS.  Remove unused variables 'set_word_size'
5329         'target', and 'xtarget'.
5330         (expand_builtin_setjmp): Remove unused variables 'op0',
5331         'next_arg_reg', 'old_inhibit_defer_pop'.
5332         (expand_builtin): Remove unused variable 'offset'.
5333         (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
5334         (emit_queue): Add parens for assignment used as conditional.
5335         (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.
5336
5337 Wed Feb 11 01:30:49 1998  Marc Lehmann <pcg@goof.com>
5338
5339         * i386.c: Added include for recog.h.
5340         (override_options): Removed unused variable p. Initialized regno to
5341         avoid warning.
5342         (order_regs_for_local_alloc): Initialized regno to avoid warning.
5343         (legitimize_address): Likewise for 'other'.
5344         (i386_aligned_reg_p): Added default case with abort ().
5345         (print_operand): Likewise.
5346         (reg_mentioned_in_mem): Likewise.
5347         (ix86_expand_binary_operator): Removed unused variables i & insn.
5348         (ix86_expand_unary_operator): Removed unused variable insn.
5349         (output_fp_cc0_set): Removed unused variable unordered_label.
5350
5351 Wed Feb 11 01:23:03 1998  John F. Carr  <jfc@mit.edu>
5352
5353         * i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...).
5354         Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments
5355         and format string match.
5356
5357 Wed Feb 11 01:17:39 1998  Jeffrey A Law  (law@cygnus.com)
5358
5359         * flow.c (life_analysis): Do not conside the stack pointer live at
5360         the end of a function if the fucntio ncalls alloca.
5361         (mark_used_regs): Similarly.
5362
5363 1998-02-10  John F Carr  <jfc@mit.edu>
5364
5365         * config/sparc/sparc.md (movdi_v8plus): Output stx on alternative
5366         1, fzero on alternative 8.
5367
5368 Tue Feb 10 09:02:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5369
5370         * rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.
5371
5372 Tue Feb 10 03:35:43 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5373
5374         * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
5375         SUBREGs of CONST_INTs.
5376
5377 Mon Feb  9 17:52:36 1998  John Carr  <jfc@mit.edu>
5378
5379         * mips.c (print_operand, function_prologue): Make printf format
5380         match argument type.
5381
5382 Mon Feb  9 02:37:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5383
5384         * alpha.c (alpha_return_addr): Remove unused variable `first'.
5385         (alpha_ra_ever_killed): Remove unused variables `ra' and `i'.
5386         (output_epilog): Remove unused variable `frame_size_from_reg_save'.
5387
5388 Sun Feb  8 14:56:03 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5389
5390         * loop.c (strength_reduce): When placing increment for auto-inc
5391         case, do comparison in loop order.
5392
5393 Sun Feb  8 13:21:38 1998  John Carr  <jfc@mit.edu>
5394
5395         * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
5396         not a HOST_WIDE_INT.
5397
5398         * calls.c (expand_call): Change test of expand_inline_function
5399         return value to stop compiler warning.
5400
5401         * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.
5402
5403 Sun Feb  8 12:04:24 1998  Jim Wilson  (wilson@cygnus.com)
5404                           Jeff Law (law@cygnus.com)
5405
5406         * regmove.c: Fix various minor formatting problems.
5407         (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions
5408         is true.  Make end of basic block tests consistent through regmove.c.
5409         (optimize_reg_copy_2, optimize_reg_copy_3): Likewise.
5410         (fixup_match_2, fixup_match_1, regmove_optimize): Likewise.
5411
5412 Sun Feb  8 01:49:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5413
5414         * gansidecl.h: Check for a conflicting macro definition before
5415         attempting to prototype bcopy, bcmp or bzero.
5416
5417 Sun Feb  8 00:09:59 1998  Jeffrey A Law  (law@cygnus.com)
5418
5419         * expr.c (clear_pending_stack_adjust): Handle case where a function
5420         calls alloca, but the user has specified -fomit-fframe-pointer.
5421
5422         * function.c (assign_parms): Fix typo in last change.
5423
5424 Sat Feb  7 23:54:29 1998   Robert Lipe  <robertl@dgii.com>
5425
5426         * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
5427         <fcntl.h>.
5428         (free_path_suffix): Remove unreferenced static function.
5429         (process_command): Remove unused variable temp.
5430         (default_arg): Remove unused variable i.
5431         (do_spec_1):  Add parens for assignment used as truth value.
5432         (main): Likewise.
5433         (validate_all_switches): Likewise.
5434         (main): Remove unused variables i, first_time>
5435
5436         * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
5437
5438         * calls.c (expand_call): Remove unused variables funtree,
5439         n_regs, and tmpmode.
5440
5441         * dbxout.c, except.c: Include <string.h>/<strings.h>.
5442
5443         * explow.c: (plus_constant_for_output_wide) Removed unused
5444         variable all_constant.
5445
5446         * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
5447         genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
5448         genrecog.c, global.c, integrate.c , stupid.c : Include
5449         <stdlib.h>.
5450
5451         * genextract.c: (walk_rtx) Remove unused variable link.
5452
5453         * genrecog.c: (concat) Remove unreferenced static function.
5454
5455         * prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
5456
5457         * stmt.c: Include <stdlib.h>.
5458         (expand_asm_operands): Remove unused variable val1.
5459         (expand_return): Remove unused variable block.
5460         (pushcase): Remove unused variables l and n.
5461         (pushcaserange): Likewise.
5462
5463         * unroll.c (unroll_loop): Remove unused variable temp.
5464
5465 Sat Feb  7 23:46:09 1998  Greg McGary  <gkm@gnu.org>
5466
5467         * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
5468
5469 Sat Feb  7 15:11:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5470
5471         * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
5472         functions for whether they support the %p format specifier.
5473         * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf.
5474         * configure.in (GCC_FUNC_PRINTF_PTR): Use it.
5475         * configure, config.in: Rebuild.
5476
5477 Fri Feb  6 14:20:16 1998  Jim Wilson  <wilson@cygnus.com>
5478
5479         * function.c (assign_parms): New variable named_arg, with value
5480         depending on STRICT_ARGUMENT_NAMING.  Use instead of ! last_named.
5481
5482 Fri Feb  6 14:34:28 1998  Gavin Koch  <gavin@cygnus.com>
5483
5484         * mips/t-r3900: New - same as t-ecoff but eliminate
5485         multilibs: mips1 and mips3.
5486         * configure.in (tx39*): Use new mips/t-r3900.
5487         * configure: Rebuild.
5488         * mips/r3900.h (MULTILIB_DEFAULTS): Eliminate mips1.
5489
5490 1998-02-06  Jason Merrill  <jason@yorick.cygnus.com>
5491
5492         * dwarf2out.c: Add old_args_size.
5493         (dwarf2out_args_size): Use it.
5494         (dwarf2out_begin_prologue): Initialize it.
5495         (dwarf2out_stack_adjust): If !asynchronous_exceptions, save up
5496         pushed args until we see a call.
5497         * final.c (final_scan_insn): Hand CALL_INSNs off to the dwarf2 code
5498         before outputting them.
5499
5500 1998-02-06  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
5501
5502         * cplus-dem.c (demangle_template_template_parm): New function.
5503         (demangle_template): Handle template template parameters.
5504
5505 1998-02-02  Mark Mitchell  <mmitchell@usa.net>
5506
5507         * calls.c (expand_call): Don't confuse member functions named
5508         realloc, setjmp, and so forth with the standard library
5509         functions of the same names.
5510
5511 Thu Feb  5 21:59:49 1998  Jeffrey A Law  (law@cygnus.com)
5512
5513         * stmt.c (expand_asm_operands): Correctly identify asm statements
5514         no output operands.
5515
5516 Thu Feb  5 21:56:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
5517
5518         * c-common.c (decl_attributes): Flag unrecognized attribute
5519         functions as warnings instead of as errors.
5520
5521 1998-02-05  Marc Lehmann  <pcg@goof.com>
5522
5523         * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
5524         when -Os is specified.
5525         * toplev.c (main): Don't disable flag_inline_functions anymore when
5526         -Os is in effect.
5527
5528 Fri Feb  6 00:27:36 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5529
5530         * regmove.c: Update.
5531         * flags.h (flag_regmove): Declare.
5532         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Don't declare.
5533         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2):
5534         Moved into regmove; changed caller.
5535         * toplev.c (rest_of_compilation): Call regmove_optimize also for
5536         expensive_optimizations.
5537
5538 Thu Feb 5 13:38:42 PST 1998 Jeff Law  (law@cygnus.com)
5539
5540         * version.c: Bump for snapshot.
5541
5542 Thu Feb  5 01:45:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5543         Undo this change (the problem was actually in reload):
5544         Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5545
5546           * sh.md (movqi_i+1): New peephole.
5547
5548 Tue Feb  3 01:11:12 1998  Jeffrey A Law  (law@cygnus.com)
5549
5550         * jump.c (jump_optimize): Lose calls to modified_in_p they are
5551         not needed anymore due to changes elsewhere in jump.c.
5552
5553         * jump.c (jump_optimize): Fix first arg to modified_in_p in
5554         previous change.
5555
5556 Mon Feb  2 19:18:14 1998  Richard Henderson  <rth@cygnus.com>
5557
5558         * expr.c (expand_builtin_setjmp): Accept two new arguments for
5559         the labels to branch to on first and subsequent executions.  Don't
5560         play with __dummy.  Rename `setjmp' insn to `builtin_setjmp_setup',
5561         and provide it with the jmp_buf.  Use only one of
5562         `builtin_setjmp_receiver' or `nonlocal_goto_receiver',
5563         and provide the former with the target label.
5564         (expand_builtin) [BUILTIN_SETJMP]: Generate a label for use by setjmp.
5565         (expand_builtin) [BUILTIN_LONGJMP]: Split out to ...
5566         (expand_builtin_longjmp): ... here.  Recognize a `builtin_longjmp'
5567         insn to replace all of the normal nonlocal_goto code.  Don't play
5568         with __dummy.  Correct arguments to nonlocal_goto.
5569         * expr.h (expand_builtin_setjmp): Update prototype.
5570         * except.c (start_dynamic_handler): When using builtin_setjmp,
5571         generate more accurate flow information.
5572
5573         * alpha.md (nonlocal_goto_receiver_osf): Delete.
5574         (nonlocal_goto_receiver_vms): Rename to nonlocal_goto_receiver.
5575         (builtin_longjmp, builtin_setjmp_receiver): New.
5576         * sparc.md (update_return): Disambiguate unspec number.
5577         (nonlocal_goto): Rearrange arguments to match caller in except.c.
5578         (builtin_setjmp_setup): Rename from setjmp.  Match and ignore the
5579         jmp_buf operand.
5580         * mips.md (nonlocal_goto_receiver, builtin_setjmp_receiver): Remove.
5581         (builtin_setjmp_setup*, builtin_longjmp): New.
5582
5583 Mon Feb  2 16:43:10 1998  John Carr  <jfc@mit.edu>
5584
5585         * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
5586
5587 Mon Feb  2 13:06:47 1998  Jim Wilson  <wilson@cygnus.com>
5588
5589         * vmsconfig.com: Remove bytecode references.
5590
5591 1998-01-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5592
5593         * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
5594         -fno-sjlj-exceptions works for a target that defines
5595         DWARF2_UNWIND_INFO as zero.
5596
5597         * regmove.c (fixup_match_1): Undo last change which removed some
5598         "useless" code, and add a comment explaining this.
5599
5600 Mon Feb  2 10:47:14 1998  Gavin Koch  (gavin@cygnus.com)
5601
5602         * mips.c (mips_expand_prologue): Change uses of TARGET_64BIT
5603         to TARGET_LONG64.
5604
5605 Mon Feb  2 10:38:41 1998  Klaus Kaempf  <kkaempf@progis.de>
5606
5607         * makefile.vms: Remove bytecode references.
5608         Create genrtl files.
5609
5610 Mon Feb  2 02:08:04 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
5611
5612         * jump.c (jump_optimize): Allow conditional loading of floating point
5613         constants and constants from memory.  Reinstalled modified_in_p tests.
5614
5615 Mon Feb  2 01:38:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5616
5617         * loop.c (get_condition): Handle sign-extended constants.
5618
5619 Mon Feb  2 01:22:46 1998  Hans-Peter Nilsson  <hp@axis.se>
5620
5621         * expr.c (emit_push_insn): Add code to use movstrti if present.
5622
5623         * expr.c (emit_push_insn): Use same max-move-amount for movstrhi
5624         and movstrqi as in emit_block_move ().
5625
5626 Mon Feb  2 00:09:52 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
5627
5628         * config/m68k/x-next: Remove /NextDeveloper/Headers from
5629         the directories to fixinclude - /usr/include is a link
5630         to it and hence its contents are fixed by default.
5631
5632 Sun Feb  1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5633
5634         * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
5635
5636 Sun Feb  1 13:01:15 1998  Klaus Kaempf  <kkaempf@progis.de>
5637
5638         * cccp.c (main): Predefine __VMS_VER on VMS.
5639
5640 Sun Feb  1 12:39:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5641
5642         * expr.c (get_inner_reference): Use sbitsizetype for type sizes.
5643         * fold-const.c (size_int): Replace with
5644         (size_int_wide).
5645         (make_bit_field_ref): Use bitsize_int for bit position.
5646         * stor-layout.c (sizetype): Delete.
5647         (sizetype_tab, sbitsizetype, ubitsizetype): Declare.
5648         (layout_record, layout_union, layout_type):
5649         Use bitsize_int for bit size.
5650         (set_sizetype): New function.
5651         (make_signed_type, make_unsigned_type): Use it.
5652         * c-decl.c (init_decl_processing): Likewise.
5653         * tree.h (size_int): Don't delcare, #define.
5654         (size_int_wide, sizetype_tab, sbitsize, ubitsize): Declare.
5655         (set_sizetype): Declare.
5656         (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
5657         Define.
5658         * c-typeck.c (c_sizeof, c_sizeof_nowarn, c_size_in_bytes):
5659         Convert result to sizetype.
5660         (really_start_incremental_init, push_init_level):
5661         Set type of constructor_bit_index to sbitsizetype.
5662         (push_init_level): Use unsigned arithmetic to determine padding.
5663         (output_init_element): Likewise.
5664
5665 Sun Feb  1 03:32:07 1998  Jeffrey A Law  (law@cygnus.com)
5666
5667         * combine.c (simplify_shift_const): Fix typo in last change.
5668
5669 Sun Feb  1 02:50:46 1998  John Carr  <jfc@mit.edu>
5670
5671         * combine.c (simplify_shift_const):  (lshiftrt (truncate (lshiftrt)))
5672         is (truncate (lshiftrt)).
5673
5674 Sun Feb  1 01:06:53 1998  Richard Henderson  <rth@cygnus.com>
5675
5676         * alpha.c (alpha_expand_unaligned_load): Use expand_binop properly.
5677         Make sure result winds up in TGT.
5678         (alpha_expand_unaligned_store): Use expand_binop properly.  Allow
5679         src to be other than DImode.
5680         (alpha_expand_unaligned_load_words): Tidy.  Take an offset argument.
5681         (alpha_expand_unaligned_store_words): Likewise.
5682         (alpha_expand_block_move): Use REGNO_POINTER_ALIGN.  Restructure so
5683         that source and destination are separately optimized for alignment.
5684         (alpha_expand_block_clear): Use REGNO_POINTER_ALIGN.
5685
5686 Sun Feb  1 01:55:09 1998  Jeffrey A Law  (law@cygnus.com)
5687
5688         * mips.md (adddi3_internal_2): Be consistent with adddi3 expander
5689         with handling of -32768.
5690
5691 Sun Feb  1 01:48:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5692
5693         * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
5694         shell variable argument instead of only hard coded functions.
5695         (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
5696
5697         * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
5698         call.  Collapse multiple calls to GCC_NEED_DECLARATION into one
5699         call to GCC_NEED_DECLARATIONS (new macro.)  Check if we need
5700         declarations for bcopy, bcmp and bzero.
5701
5702         * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
5703
5704         * gansidecl.h: If we have bcopy but don't declare it, then do so.
5705         Likewise for bcmp and bzero.  Only define macros for bcopy, bcmp,
5706         bzero, index and rindex if they aren't already present.
5707
5708 Sat Jan 31 11:26:58 1998  Jeffrey A Law  (law@cygnus.com)
5709
5710         * toplev.c (close_dump_file): Wrap function prototype for
5711         argument "func" in PROTO.
5712         (dump_rtl): Likewise.
5713
5714 Fri Jan 30 22:30:39 1998  John Carr  <jfc@mit.edu>
5715
5716         * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
5717         MASK_V8PLUS.
5718         (output_function_epilogue): Omit epilogue if nothing drops through.
5719         (output_move_double): Supress int ldd usage on ultrasparc and v9.
5720         (registers_ok_for_ldd_peep): Likewise.
5721         (print_operand): Supress b,a on ultrasparc.  Let Y accept a constant.
5722         (ultrasparc_adjust_cost): New function.
5723         (sparc_issue_rate): New function.
5724         * sparc.h (MASK_VIS, TARGET_VIS): New
5725         (MASK_V8PLUS, TARGET_V8PLUS): New.
5726         (TARGET_HARD_MUL32, TARGET_HARD_MUL): New.
5727         (TARGET_SWITCHES): Add vis and v8plus.
5728         (REG_CLASS_FROM_LETTER): Accept d and b for VIS.
5729         (REGISTER_MOVE_COST): FP<->INT move cost 12 for ultrasparc.
5730         (RTX_COSTS): Use TARGET_HARD_MUL
5731         (ADJUST_COST): Call ultrasparc_adjust_cost.
5732         (ISSUE_RATE): New.
5733         * sparc.md (attr type): Add sload, fpmove, fpcmove.  Adjust users
5734         of load & fp appropritely.
5735         (supersparc function units): Adjust for Haifa.
5736         (ultrasparc function units): Likewise.
5737         (get_pc_via_rdpc): All v9, not just arch64.
5738         (movdi_v8plus, movdi_v8plus+1): New.
5739         (adddi3_sp32+1): New.
5740         (subdi3_sp32+1): New.
5741         (movsi_insn, movsf_const_insn, movdf_const_insn): Know VIS.
5742         (addsi3, subsi3, anddi3_sp32, andsi3, and_not_di_sp32): Likewise.
5743         (and_not_si, iordi3_sp32, iorsi3, or_not_di_sp32, or_not_si): Likewise.
5744         (xorsi3_sp32, xorsi3, xor_not_di_sp32, xor_not_si): Likewise.
5745         (one_cmpldi2_sp32, one_cmplsi2): Likewise.
5746         (ldd peepholes): Suppress for v9.
5747         (return_adddi): Kill redundant test.  Arg1 may be arith_operand.
5748         (return_subsi): Revmove.
5749
5750 Fri Jan 30 18:30:03 1998  John F Carr  <jfc@mit.edu>
5751
5752         * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
5753         save/restore MEM rtl.
5754
5755 Fri Jan 30 09:08:16 1998  Jeffrey A Law  (law@cygnus.com)
5756
5757         * configure.in: Check for declaration of abort.
5758         * acconfig.h: Corresponding changes.
5759         * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should
5760         be declared.
5761
5762 Thu Jan 29 20:26:12 1998  Jeffrey A Law  (law@cygnus.com)
5763
5764         * genattrtab.c (optimize): Define in case PRESERVE_DEATH_INFO_REGNO_P
5765         uses it.
5766
5767 Thu Jan 29 09:27:56 PST 1998 Jeff Law  (law@cygnus.com)
5768
5769         * version.c: Bump for snapshot.
5770
5771 Thu Jan 29 10:12:27 1998  Jeffrey A Law  (law@cygnus.com)
5772
5773         * configure.in: Check for atoq and atoll.
5774         * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
5775         proper routine for converting ascii into long long values.
5776
5777 Thu Jan 29 01:28:14 1998  Klaus Kaempf  <kkaempf@progis.de>
5778
5779         * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.
5780
5781         * vmsconfig.com: Remove bytecode references.
5782
5783         * alpha/vms.h (PREFIX): Define.
5784
5785         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.
5786
5787         * am-alpha.h: Don't include alloca for OPEN_VMS.
5788
5789         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Define.
5790
5791         * alpha/xm-vms.h (INCLUDE_DEFAULTS): Define.
5792         (GCC_INCLUDE_DIR): Define
5793
5794         * make-cc.com, make-cccp.com, make-cc1.com: Removed.
5795         * makefile.vms: New file.
5796
5797         * alpha/vms.h (CPP_PREDEFINES): Remove -Dalpha.
5798
5799         * alpha.c (output_prolog): Output '.name' directive
5800         for minimal traceback information.
5801
5802         * alpha.c (output_prolog): Don't prepend entry point symbols
5803         with '$' on OPEN_VMS.
5804
5805 Thu Jan 29 00:25:35 1998  David S. Miller  <davem@tanya.rutgers.edu>
5806                           Jeffrey A Law  (law@cygnus.com)
5807
5808         * rtl.c (read_rtx): Use atol/atoq based upon disposition of
5809         HOST_WIDE_INT.
5810
5811         * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
5812         as needed.
5813         * genemit.c (gen_exp): Likewise.
5814         * genpeep.c (match_rtx): Likewise.
5815         * genrecog.c (write_tree_1): Likewise.
5816
5817         * c-lex.c (yyprint): Use proper format string based upon
5818         disposition of HOST_BITS_PER_WIDE_INT.
5819         (yylex): Put casts in right place for args to build_int_2.
5820
5821 Thu Jan 29 00:24:29 1998  Jeffrey A Law  (law@cygnus.com)
5822
5823         * combine.c: Fix typos in Jan27 changes.
5824
5825 Thu Jan 29 00:07:49 1998  Ollivier Robert <roberto@keltia.freenix.fr>
5826
5827         * i386/freebsd.h (LIB_SPEC): Correctly handle -shared, -p and friends.
5828         (LINK_SPEC): Likewise.
5829         (STARTFILE_SPEC): Likewise.
5830
5831 1998-01-28  Mike Stump  <mrs@wrs.com>
5832
5833         * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
5834         reload completes.
5835         * genattrtab.c (reload_completed): Define.
5836
5837         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
5838         comments.
5839
5840 Wed Jan 28 20:11:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5841
5842         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
5843         SUBREG_REG if the word count is unchanged, also in the input reload
5844         case.  Disable non-applicable sanity checks.
5845
5846 Wed Jan 28 20:08:26 1998  Jeffrey A Law  (law@cygnus.com)
5847
5848         * config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
5849
5850 Wed Jan 28 20:04:43 1998  Ian Lance Taylor  <ian@cygnus.com>
5851
5852         * i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
5853
5854 Wed Jan 28 11:45:27 1998  Per Bothner  <bothner@cygnus.com>
5855
5856         * dbxout.c (dbxout_type):  For a RECORD_TYPE, check that TYPE_BINFO
5857         is a TREE_VEC before trying to use it for baseclasses.
5858         (Chill uses the same field for a different purpose.)
5859
5860         * toplev.c (strip_off_ending):  Generalize to endings up to 5 chars.
5861
5862 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
5863
5864         * config.sub: More accurate determination of HP processor types.
5865
5866 Tue Jan 27 23:11:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5867
5868         * c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.  Add
5869         prototype for `handle_sysv_pragma', and make it static.  Add
5870         parentheses around assignment used as truth value.
5871
5872         * combine.c (combine_instructions): Protect variable `prev' with
5873         macro HAVE_cc0.
5874         (can_combine_p): Protect variable `link' with AUTO_INC_DEC.
5875         (extract_left_shift): Add parentheses around operand of &.
5876         (merge_outer_ops): Avoid an empty body in an else-statement.
5877         (gen_rtx_combine): Remove unused variable `i'.
5878
5879         * sparc/gmon-sol2.c: Include <fcntl.h>.  Make return type of
5880         function monstartup `void'.  Likewise for internal_mcount.  Add
5881         `static void' prototype for moncontrol.  Reconcile sprintf format
5882         vs. args.
5883
5884         * sparc/sparc.c: Include <stdlib.h> and <string.h>/<strings.h>.
5885         Make return type of function_arg_slotno explicitly `int'.
5886         (reg_unused_after): Add parentheses around assignment used as
5887         truth value.
5888         (save_regs): Add explicit braces to avoid ambiguous `else'.
5889         (function_arg_slotno): Add parentheses around && within ||.
5890         (function_arg_pass_by_reference): Likewise.
5891         (sparc_flat_output_function_prologue): Reconcile fprintf format
5892         vs. args.
5893
5894         * svr4.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
5895         assignment used as truth value.
5896
5897         * cplus-dem.c: Include <stdlib.h>.
5898         (demangle_signature): Avoid an empty body in an else-statement.
5899         (do_type): Remove unused variable `lvl'.
5900
5901         * cppexp.c: Don't have <stdlib.h> depend on MULTIBYTE_CHARS.
5902         Include <string.h>/<strings.h>.
5903         (cpp_lex): Remove unused variable `namelen'.
5904         (cpp_lex): Explicitly declare `num_chars' as an int.
5905
5906         * cpplib.c: Avoid duplicate inclusion of <stdlib.h>, include
5907         <unistd.h> instead.  Explicitly declare is_system_include
5908         returning int.
5909         (make_assertion): Remove unused variable `kt'.
5910         (cpp_expand_to_buffer): Hide variable `obuf'.
5911         (output_line_command): Remove unused variables, `line_end',
5912         `line_cmd_buf' and `len'.
5913         (macarg): Remove unused variable `arg_start'.
5914         (special_symbol): Remove unused variable `i'.  Add parentheses
5915         around assignment used as truth value.
5916         (do_include):  Remove unused variables `pcfname' and `retried',
5917         hide `pcf' and `pcfbuflimit'.
5918         (do_line): Remove unused variable `i'.
5919         (finclude): Hide variable `missing_newline'.
5920         (cpp_handle_options): Remove unused variable `j'.
5921         (read_token_list): Remove unused variable `eofp'.
5922         (cpp_error_with_line): Remove unused variable `i'.
5923         (cpp_warning_with_line): Likewise.
5924         (cpp_pedwarn_with_line): Explicitly declare `column' as int.
5925         (cpp_error_from_errno): Remove unused variable `i'.
5926
5927         * cse.c (invalidate): Add parentheses around assignment used as
5928         truth value.
5929         (find_best_addr): Move declaration of variable `our_cost' inside
5930         the conditional macro where its used.
5931         (fold_rtx): Avoid an empty body in an if-statement.
5932         (cse_insn): Wrap variables  `this_insn_cc0_mode' and
5933         `this_insn_cc0' in macro HAVE_cc0.
5934
5935         * dwarf2out.c: Include <stdlib.h> and <string.h>/<string.h>.
5936         (ASM_OUTPUT_DWARF_DATA8):  Reconcile format vs. args in fprintf's.
5937         (output_uleb128): Likewise.
5938         (output_sleb128): Likewise.
5939         (output_cfi): Likewise.
5940         (output_call_frame_info): Remove unused variables `j', `fde_size'
5941         and `fde_pad'.
5942         (comp_unit_has_inlines): Hide declaration as per rest of file.
5943         (size_of_line_prolog): Correct typo in prototype.
5944         (add_arange): Likewise.
5945         (output_aranges): Likewise.
5946         (add_name_and_src_coords_attributes): Likewise.
5947         (gen_array_type_die): Likewise.
5948         (gen_inlined_subroutine_die): Likewise.
5949         (equate_decl_number_to_die): Remove unused variable `i'.
5950         (print_die): Reconcile format vs. args in fprintf's.
5951         (print_dwarf_line_table): Likewise.
5952         (output_die): Likewise.
5953         (output_line_info): Likewise.
5954         (add_subscript_info): Avoid an empty body in an else-statement.
5955         (gen_subprogram_die): Remove unused variable `fp_loc'.
5956
5957         * dwarfout.c: Explicitly declare `next_pubname_number' as int.
5958         Protect `ordering_attribute' prototype with USE_ORDERING_ATTRIBUTE
5959         macro.  Protect `src_coords_attribute' prototype with
5960         DWARF_DECL_COORDINATES macro.  Hide `output_entry_point_die'
5961         prototype as in the rest of the file.  Likewise for
5962         `output_pointer_type_die' and `output_reference_type_die'.  Remove
5963         prototype for `type_of_for_scope'.
5964         (output_unsigned_leb128): Reconcile format vs. args in fprintf.
5965         (type_attribute): Add explicit braces to avoid ambiguous `else'.
5966
5967         * final.c: Include <stdlib.h> and <string.h>/<strings.h>.
5968         (shorten_branches): Protect declaration of tmp_length with
5969         SHORTEN_WITH_ADJUST_INSN_LENGTH and ADJUST_INSN_LENGTH macros.
5970         (profile_function): Protect declaration of `sval' and `cxt'
5971         variables with appropriate macros.
5972         (final_scan_insn): Likewise for `note' variable.  Add explicit
5973         braces to avoid empty body in an if-statement.
5974         (output_asm_insn): Move variable `i' inside macro conditional
5975         where it is used.  Add parentheses around assignment used as truth
5976         value.
5977         (asm_fprintf) Likewise, likewise.
5978
5979         * fix-header.c (main): Remove unused variable `done'.  Protect
5980         declaration of `i' with FIXPROTO_IGNORE_LIST.
5981
5982         * pexecute.c: Include <unistd.h>.  Prototype `my_strerror'.
5983
5984         * print-rtl.c (print_inline_rtx): Explicitly declare the parameter
5985         `ind'.
5986
5987         * profile.c: Include <string.h>/<strings.h>.
5988         (instrument_arcs): Remove unused variables `note', `inverted',
5989         `zero' and `neg_one'.
5990         (branch_prob): Avoid empty body in an if-statement.
5991
5992         * regclass.c: Include <stdlib.h>.
5993         (reg_alternate_class): Explicitly declare parameter `regno'.
5994
5995         * regmove.c (regmove_optimize): Remove unused variable `p'.  Add
5996         parentheses around assignment used as truth value.
5997         (find_matches):  Remove unused variables `output_operand' and
5998         `matching_operand'.
5999         (fixup_match_1): Remove statement with no effect: "if (0) ;".
6000
6001         * scan.c (sstring_append): Explicitly declare `count' as int.
6002         (scan_string): Explicitly declare parameter `init' as int.
6003
6004         * sched.c: Include <stdlib.h>.
6005         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
6006         (rank_for_schedule): Add parentheses around assignment used as
6007         truth value.
6008         (schedule_block): Likewise.
6009         (regno_use_in): Likewise.
6010         (schedule_insns): Remove unused variable `i'.
6011
6012         * toplev.c: Include <stdlib.h> and <string.h>/<strings.h>.
6013         (v_message_with_decl): Remove unused variable `n'.
6014         (botch): Explicitly declare parameter `s' as char *.
6015         (main): Add parentheses around assignment used as truth value.
6016
6017         * tree.c (make_node): Protect the variable `kind' with the
6018         GATHER_STATISTICS macro.
6019         (real_value_from_int_cst): Move variable `e' inside conditional
6020         macro area where it is used.
6021         (tree_last): Add parentheses around assignment used as truth value.
6022         (build1): Protect the variable `kind' with the GATHER_STATISTICS
6023         macro.
6024         (print_obstack_statistics): Reconcile format vs. args in fprintf.
6025         Protect variables `i', `total_nodes', and `total_bytes' with the
6026         GATHER_STATISTICS macro.
6027
6028 Tue Jan 27 23:01:55 1998  Mike Stump  (mrs@wrs.com)
6029
6030         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
6031         some comments regarding use of dead_or_set_p.
6032
6033 Tue Jan 27 22:14:48 1998  Todd Vierling <tv@pobox.com>
6034
6035         * fixincludes: Tweak fix for struct exception in math.h
6036
6037 Tue Jan 27 17:21:09 1998  Gavin Koch  (gavin@cygnus.com)
6038
6039         * mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
6040         Change mode of registers used to add/sub from
6041         hard_frame_pointer_rtx from word_mode to Pmode.
6042
6043 Tue Jan 27 11:02:04 1998  Nick Clifton  <nickc@cygnus.com>
6044
6045         * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
6046         asm_output_aligned_bss() instead of asm_output_bss().
6047
6048         * toplev.c (rest_of_compilation): Replace references to
6049         stack_reg_dump_file and dbr_sched_dump_file with references to
6050         rtl_dump_file.
6051
6052 Tue Jan 27 10:22:13 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
6053
6054         * tlink.c (scan_linker_output): Call fclose() for opened files.
6055
6056 Tue Jan 27 05:05:26 1998  Richard Henderson  <rth@cygnus.com>
6057
6058         * alpha.c (output_epilog [!VMS]): Don't tag global functions if
6059         compiling with -fpic -- we want to be able to override symbols
6060         properly.
6061         (alpha_expand_block_move): Fix thinko in last change.
6062
6063         * alpha.h (ASM_OUTPUT_MI_THUNK): New define.
6064         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
6065         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.
6066
6067 Tue Jan 27 03:21:23 1998  Richard Henderson  <rth@cygnus.com>
6068
6069         * alpha.md (abssf, absdf): Revert last change.
6070
6071 Tue Jan 27 00:26:50 1998  John Carr  <jfc@mit.edu>
6072
6073         * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
6074         * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.
6075
6076 Tue Jan 27 00:07:02 1998  Jeffrey A Law  (law@cygnus.com)
6077
6078         * emit-rtl.c (gen_lowpart_common): Handle more case where converting
6079         a CONST_INT into SFmode.
6080
6081 Tue Jan 20 16:01:03 1998  Anthony Green  <green@cygnus.com>
6082
6083         * flags.h: New flag (optimize_size).
6084         * toplev.c (main): Parse -Os option and set optimize_space
6085         accordingly.
6086         * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
6087         __OPTIMIZE_SIZE__ when compiling with -Os.
6088         * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
6089         config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
6090         config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
6091         to macro.
6092         * config/i386/i386.c (optimization_options): Accept new SIZE argument.
6093
6094 Mon Jan 26 23:57:39 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6095
6096         * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
6097         stuff only if MCT_TEXT is #define'd.
6098
6099 Mon Jan 26 23:52:51 1998  Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac.at>
6100
6101         * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
6102         configurations.
6103
6104 Fri Jan 23 09:39:36 1998  Nick Clifton  <nickc@cygnus.com>
6105
6106         * toplev.c: Add -dM command line option to dump RTL after the
6107         machine dependent reorganisation pass, if there is one.
6108         Reorganise RTL dump code, so that only one file handle is
6109         needed.
6110
6111 Mon Jan 26 12:09:42 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
6112
6113         * except.c (check_exception_handler_labels): Disable warning when
6114         flag_syntax_only.
6115
6116 Mon Jan 26 18:17:32 1998  Jim Wilson  <wilson@cygnus.com>
6117
6118         * sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.
6119
6120 Mon Jan 26 18:11:30 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6121
6122         * c-decl.c (grokdeclarator): Get parameter tags from
6123         last_function_parm_tags.
6124         * dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
6125         traversing the parameter types.
6126         (output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.
6127
6128 Mon Jan 26 01:44:12 1998  Jeffrey A Law  (law@cygnus.com)
6129
6130         * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
6131         the default case.
6132         (get_shift_alg): Fix typo.
6133
6134 Sun Jan 25 22:22:04 1998  Richard Henderson  <rth@cygnus.com>
6135
6136         * alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
6137
6138 Sun Jan 25 22:14:28 1998  Richard Henderson  <rth@cygnus.com>
6139
6140         * toplev.c (get_run_time): Make sure each case gets its variables.
6141
6142 Sun Jan 25 22:10:21 1998  Richard Henderson  <rth@cygnus.com>
6143
6144         * configure.in (build_xm_file): Add auto-config.h if host=build.
6145         (host_xm_file_list): Don't add $(srcdir) to auto-config.h.
6146         (build_xm_file_list): Likewise.
6147         * configure: Rebuild.
6148
6149 Sun Jan 25 22:00:25 1998  Alasdair Baird <alasdair@wildcat.demon.co.uk>
6150
6151         * recog.c (validate_replace_rtx_1): Only perform substitutions
6152         of arguments to commutative and comparison operators once.
6153
6154 Sun Jan 25 12:30:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6155
6156         * sparc.c (output_cbranch): Add default case in
6157         enumeration switch.
6158
6159         * reorg.c (insn_sets_resource_p): Correct typo in prototype.
6160         (emit_delay_sequence): Eliminate unused parameter, all callers
6161         changed.
6162         (fill_simple_delay_slots): Likewise.
6163         (fill_slots_from_thread): Likewise.
6164         (fill_eager_delay_slots):  Likewise.
6165         (mark_referenced_resources): Add default case in enumeration switch.
6166         (mark_set_resources): Likewise.
6167         (rare_destination): Likewise.
6168         (mostly_true_jump): Likewise.
6169         (find_dead_or_set_registers): Likewise.
6170         (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
6171         (update_reg_unused_notes): Remove unused variable `p'.
6172         (mark_target_live_regs): Remove unused variables `next' and
6173         `jump_count'.
6174         (fill_simple_delay_slots): Remove unused variable `j'.
6175         (fill_slots_from_thread): Add parentheses around assignment used
6176         as truth value.
6177         (dbr_schedule): Likewise.
6178
6179         * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
6180         (objc.stage2, objc.stage3, objc.stage4): Likewise.
6181
6182 Sun Jan 25 12:13:47 1998  Michael Tiemann  <michael@tiemann.org>
6183
6184         * cse.c (simplify_ternary_operation): Don't try to simplify
6185         IF_THEN_ELSE expressions (created by combine) that don't use
6186         relational operators.
6187
6188 Fri Jan 23 22:48:24 1998  Jeffrey A Law  (law@cygnus.com)
6189
6190         * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
6191         simplifications.
6192
6193         * crtstuff.c (init_dummy): Keep the epilogue in the init
6194         section for non-ELF systems.
6195
6196 Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6197
6198         * sh.md (movqi_i+1): New peephole.
6199
6200 Fri Jan 23 15:39:42 1998  Jim Wilson  <wilson@cygnus.com>
6201
6202         * Makefile.in: Remove remaining bytecode stuff.
6203         * emit-rtl.c, expr.c: Likewise.
6204
6205 Fri Jan 23 12:41:10 1998  Nick Clifton  (nickc@cygnus.com)
6206
6207         * toplev.c (lang_options): Add unknown-pragma options.
6208
6209 Thu Jan 22 23:43:38 1998  Per Bothner  <bothner@cygnus.com>
6210
6211         * dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
6212         special (and incomplete) handling for Chill arrays.
6213
6214 Fri Jan 23 00:27:23 1998  John Carr  <jfc@mit.edu>
6215
6216         * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
6217         to get clock rate.
6218
6219 Fri Jan 23 00:19:36 1998  Gavin Koch  (gavin@cygnus.com)
6220
6221         * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
6222
6223 1998-01-22  scott snyder  <snyder@d0sgif.fnal.gov>
6224
6225         * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
6226         .frame directive instead of FRAME_POINTER_REGNUM.
6227
6228 Fri Jan 23 00:08:55 1998  Robin Kirkham <rjk@mlb.dmt.csiro.au>
6229
6230         * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
6231         (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
6232         * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
6233         (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
6234         (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
6235         * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
6236         (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
6237         (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
6238         mcpu32 or m5200.
6239         * longlong.h: Replace __mc68332__ with __mcpu32__.
6240
6241 Thu Jan 22 19:55:40 PST 1998 Jeff Law  (law@cygnus.com)
6242
6243         * version.c: Bump for snapshot.
6244
6245 Thu Jan 22 14:47:31 1998  Jim Wilson  <wilson@cygnus.com>
6246
6247         * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
6248         to require the SUBREG mode to be smaller than the SUBREG_REG mode.
6249         * reload1.c (eliminate_regs): Likewise.
6250
6251 Thu Jan 22 14:49:14 1998  Jeffrey A Law  (law@cygnus.com)
6252
6253         * regmove.c (find_matches): Initialize matches->earlyclobber too.
6254
6255 Thu Jan 22 01:40:52 1998  Richard Henderson  <rth@cygnus.com>
6256
6257         * alpha.md (abssf2, absdf2): Disable in IEEE mode.
6258         (negsf2, negdf2): Use proper subtract in IEEE mode.
6259
6260 Tue Jan 20 09:29:09 1998  Jeffrey A Law  (law@cygnus.com)
6261
6262         * Makefile.in: Remove more bytecode stuff.
6263         * expr.c, stmt.c, config/msdos/top.sed: Likewise.
6264         * vax/xm-vms.h, winnt/config-nt.sed: Likewise.
6265         * f/install.texi, objc/Make-lang.in: Likewise.
6266
6267         * Makefile.in: Remove all bytecode support.
6268         (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
6269         * emit-rtl.c: Remove all bytecode support.
6270         * expr.c, expr.h function.c, integrate.c: Likewise.
6271         * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
6272         * tree.h, varasm.c: Likewise.
6273         * config/m68k/m68k.h: Likewise.
6274         * bi-*, bc-*, bytecode*: Delete bytecode related files.
6275         * modemap.def: Likewise.
6276
6277 Tue Jan 20 09:02:31 1998  Gavin Koch  (gavin@cygnus.com)
6278
6279         * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
6280         umodsi3,umoddi3): Handle mips16 div/mod by a constant.
6281
6282 Mon Jan 19 21:57:00 1998  Richard Henderson  <rth@cygnus.com>
6283
6284         * i386.md (push): Prohibit symbolic constants if flag_pic.
6285         (movsi+1): Likewise for move to non-register.
6286
6287 Mon Jan 19 11:15:38 1998  Jim Wilson  <wilson@cygnus.com>
6288
6289         * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
6290         (print_operand): Handle 0xffffffff on 32 bit host.
6291
6292         * configure.in (thread_file): Rename uses before main loop to
6293         target_thread_file.  Initialize to empty in main loop.  Set thread_file
6294         to target_thread_file after main loop if not set.
6295         * configure: Rebuild.
6296
6297         * genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
6298         (add_values_to_cover): Revert last change (which had no ChangeLog
6299         entry).
6300         (simplify_with_current_value_aux): Handle CONST_INT.
6301
6302 Mon Jan 19 10:14:55 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6303
6304         * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
6305
6306 Mon Jan 19 10:11:52 1998  Richard Henderson  <rth@cygnus.com>
6307
6308         * configure.in: Add cpp stringify test.
6309         * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
6310         * gengenrtl.c: Use it.
6311         * configure, config.in: Rebuild.
6312
6313 Mon Jan 19 09:43:15 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6314
6315         * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
6316
6317 Mon Jan 19 09:38:18 1998  Richard Henderson  <rth@cygnus.com>
6318
6319         * configure.in: Find declaration for sbrk.
6320         * acconfig.h (NEED_DECLARATION_SBRK): New tag.
6321         * config.in, configure: Rebuild.
6322         * mips-tfile.c: Properly protect declaration of sbrk and free.
6323         * toplev.c: Properly protect declaration of sbrk.
6324
6325 Sun Jan 18 20:18:01 1998  Richard Henderson  <rth@cygnus.com>
6326
6327         * alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
6328
6329 Sun Jan 18 01:54:27 1998  Jeffrey A Law  (law@cygnus.com)
6330
6331         * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
6332
6333 Sun Jan 18 00:57:35 1998  Mike Stump  (mrs@wrs.com)
6334
6335         * configure.in (i960-wrs-vxworks): Default to latest vxworks release.
6336
6337 Sat Jan 17 23:41:36 1998  David S. Miller  <davem@tanya.rutgers.edu>
6338
6339         * combine.c (force_to_mode, nonzero_bits): Correctly optimize
6340         constant offset computations from objects with known alignment in
6341         the presence of STACK_BIAS.
6342
6343         * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
6344         necessary.
6345         (const_hash): Hash val is unsigned long.
6346         (SYMHASH): Likewise.
6347
6348         * tree.c (TYPE_HASH): Type of hash val is unsigned long.
6349
6350         * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
6351         char pointer, not HOST_WIDE_INT.
6352         (print_node): Likewise.  Also hash is unsigned long not
6353         HOST_WIDE_INT.
6354
6355         * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.
6356
6357         * explow.c (optimize_save_area_alloca): New function for targets
6358         where SETJMP_VIA_SAVE_AREA is true.
6359         (allocate_dynamic_stack_space): On SETJMP_VIA_SAVE_AREA targets,
6360         compute the amount of stack space needed should we find later that
6361         setjmp is never called by this function, stuff rtl for this inside
6362         a REG_NOTE of the final SET of stack_pointer_rtx.
6363         * toplev.c (rest_of_compilation): If SETJMP_VIA_SAVE_AREA and
6364         current_function_calls_alloca, call optimize_save_area_alloca.
6365
6366 Sat Jan 17 23:22:59 1998  John Wehle  (john@feith.com)
6367
6368         * i386.md: Remove redundant integer push patterns.
6369         Don't bother checking for TARGET_PUSH_MEMORY when
6370         pushing constants or registers.
6371
6372 Sat Jan 17 22:35:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
6373                           J.J VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
6374
6375         * pexecute.c (pexecute): New function for mingw32. Supports pipes.
6376         (pwait): New function for mingw32.
6377
6378         * gcc.c (execute): Mingw32 pexecute() supports pipes, but cygwin32
6379         pipe support is broken for now.
6380
6381 1998-01-17  Lee Iverson  <leei@Canada.AI.SRI.COM>
6382
6383         * emit_rtl.c (init_emit_once): Ensure that potential aliasing
6384         between frame_pointer_rtx, hard_frame_pointer_rtx, and
6385         arg_pointer_rtx is respected in initialization.
6386         (init_emit_once): Use gen_rtx_raw_REG() to create
6387         return_address_pointer_rtx.
6388
6389         * reorg.c: #include "expr.h" for rtx prototypes.
6390         * Makefile.in (reorg.o): Depend on expr.h
6391
6392 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6393
6394         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6395         local_prefix to sub-make invocations.
6396
6397 Sat Jan 17 21:24:16 1998  David T. McWherter <dtm@waterw.com>
6398
6399         * objc-parse.c: Recognize protocol qualifiers in class definitions.
6400
6401 Sat Jan 17 21:16:19 1998  Jeffrey A Law  (law@cygnus.com)
6402
6403         * rtl.h: Fix typos.
6404
6405         * acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
6406         * configure.in: Check for atol.
6407         * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
6408
6409         * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
6410
6411         * loop.c (find_and_verify_loops): When attempting to move insns from
6412         inside the loop outside the loop, create a BARRIER if no suitable
6413         one was found.
6414
6415         * jump.c (jump_optimize): Remove Dec 17, 1997 chance in
6416         favor of an equivalent change from gcc-2.8.
6417
6418         * i386/x-sco5 (CC): Remove trailing whitespace.
6419
6420 Sat Jan 17 21:09:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6421
6422         * gengenrtl.c (type_from_format): De-ANSIfy function signature.
6423         (accessor_from_format): Likewise.
6424         (xmalloc): New function for use when linking with alloca.o.
6425
6426 Mon Jan  5 02:53:01 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
6427
6428         * frame.c (find_fde): Correct FDE's upper bound.
6429
6430 Fri Jan 16 16:23:52 1998  Richard Henderson  <rth@cygnus.com>
6431
6432         * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
6433
6434 Fri Jan 16 10:16:10 1998  Jeffrey A Law  (law@cygnus.com)
6435
6436         * calls.c (expand_call): Move #ifdef code out of macro argument
6437         lists.
6438         (emit_library_call, emit_library_call_value): Likewise.
6439
6440 Fri Jan 16 00:46:40 1998  Jeffrey A Law  (law@cygnus.com)
6441
6442         * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
6443
6444 Thu Jan 15 01:02:30 1998  Jeffrey A Law  (law@cygnus.com)
6445
6446         * version.c: Bump for snapshot.
6447
6448 Wed Jan 14 22:49:17 1998  Richard Henderson  <rth@cygnus.com>
6449
6450         * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
6451         change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
6452         * caller-save.c, calls.c, combine.c, cse.c: Likewise.
6453         * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
6454         * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
6455         * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
6456         * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
6457         * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
6458         * unroll.c, varasm.c: Likewise.
6459         * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
6460
6461 Wed Jan 14 19:36:08 1998  Gavin Koch  (gavin@cygnus.com)
6462
6463         * mips.h: Fix some type-o's from a previous change.
6464
6465 Wed Jan 14 01:26:05 1998  Jeffrey A Law  (law@cygnus.com)
6466
6467         * loop.c (check_dbra_loop): Make sure initial value is a
6468         CONST_INT before trying to normalize it.
6469
6470 Tue Jan 13 23:27:54 1998  Robert Lipe   (robertl@dgii.com)
6471
6472         * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
6473
6474 Tue Jan 13 22:47:02 1998  Herman ten Brugge <herman@htbrug.net.HCC.nl>
6475
6476         * cppexp.c: Include gansidecl.h
6477
6478 Tue Jan 13 22:43:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6479
6480         * svr4.h (LINK_SPEC): Never specify -h.
6481         * ptx4.h (LINK_SPEC): Likewise.
6482         * rs6000/sysv4.h (LINK_SPEC): Likewise.
6483         * sparc/sol2.h (LINK_SPEC): Likewise.
6484
6485 Tue Jan 13 22:39:40 1998  Richard Henderson  (rth@cygnus.com)
6486
6487         * c-typeck.c (comptypes): Exit early on NULL input.
6488
6489         * haifa-sched.c (schedule_insns): Correctly remove inter-block
6490         dependencies after reload.
6491
6492 Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6493
6494         * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
6495
6496 Tue Jan 13 22:14:57 1998  Klaus Kaempf <kkaempf@progis.de>
6497
6498         * alpha/vms.h (DIR_SEPARATOR): define
6499
6500 Tue Jan 13 22:13:04 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
6501
6502         * Makefile.in (stamp-proto): Remove.
6503         (protoize.o, unprotoize.o): Straightforward compile.
6504         * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
6505
6506 Tue Jan 13 21:59:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
6507
6508         * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
6509         off the trailing @[NUM] added by ENCODE_SECTION_INFO.
6510
6511 Tue Jan 13 21:55:06 1998  Jeffrey A Law  (law@cygnus.com)
6512
6513         * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
6514         * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
6515         * sparc/netbsd.h, vax/netbsd.h: Likewise.
6516
6517 Tue Jan 13 21:37:07 1998  Shigeya Suzuki <shigeya@foretune.co.jp>
6518
6519         * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
6520
6521 Tue Jan 13 17:50:55 1998  Jim Wilson  <wilson@cygnus.com>
6522
6523         * configure.in (target_cpu_default, target_cpu_default2): Use double
6524         quotes around them when testing their value.
6525         * configure: Rebuilt.
6526
6527 Tue Jan 13 09:07:44 1998  John Carr  <jfc@mit.edu>
6528
6529         * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
6530         to allocate rtx.
6531         (gendef): Call obstack_alloc_rtx.
6532
6533 Tue Jan 13 01:16:36 1998   Robert Lipe (robertl@dgii.com)
6534
6535         * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
6536         for now.
6537
6538 Thu Dec 18 18:40:17 1997  Mumit Khan <khan@xraylith.wisc.edu>
6539
6540         * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
6541         of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
6542         (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
6543
6544 Tue Jan 13 00:44:02 1998  Jim Wilson  <wilson@cygnus.com>
6545
6546         * mips.md (return_internal): Change mode from SImode to VOIDmode.
6547
6548 Sat Jan 10 22:11:39 1998  J. Kean Johnston  <jkj@sco.com>
6549
6550         * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
6551         "-static".
6552
6553 Sat Jan 10 22:04:15 1998  Stan Cox  <scox@equinox.cygnus.com>
6554
6555         * i386.md: (movsicc_1, movhicc_1):  For alternate 3 set the opcode
6556         suffix from operand 3.
6557
6558 Sat Jan 10 21:50:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6559                           Jeffrey A Law  (law@cygnus.com)
6560
6561         * regmove.c: New implementation of regmove pass.
6562         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
6563         decls, make them have external linkage.  Return a value from
6564         optimize_reg_copy_1.
6565         * reload.h (count_occurrences): Add decl.
6566         * reload1.c (count_occurrences): Delete decl, make it have external
6567         linkage.
6568         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
6569
6570 Sat Jan 10 20:30:12 1998  Jeffrey A Law  (law@cygnus.com)
6571
6572         * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
6573         if it is not defined.
6574
6575 Thu Jan  8 21:06:54 1998  Richard Henderson  <rth@cygnus.com>
6576
6577         * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
6578         * emit-rtl.c (gen_rtx): Move special code to ...
6579         (gen_rtx_CONST_INT): New function.
6580         (gen_rtx_REG): New function.
6581         (*): Update all calls to gen_rtx.
6582         * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
6583         * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
6584         (GEN_INT): Call gen_rtx_CONST_INT.
6585         * gengenrtl.c: New file.
6586
6587 Mon Jan  5 13:00:18 1998  John F. Carr  <jfc@mit.edu>
6588
6589         * alias.c (*_dependence): Call base_alias_check before canon_rtx.
6590         (base_alias_check): If no base found for address call canon_rtx and
6591         try again.
6592
6593 Mon Jan  5 11:39:49 1998  Jeffrey A Law  (law@cygnus.com)
6594
6595         * mips.c (mips_expand_prologue): Handle large frame with no outgoing
6596         arguments for mips16.
6597         (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
6598         Don't lose if tsize is zero after handling large stack for mips16.
6599         * mips.md (return): For trivial return, return address is in $31.
6600
6601 Sun Jan  4 20:24:00 1998  Nigel Stephens  <nigel@algor.co.uk>
6602
6603         *  mips/mips16.S: Various changes to make it work with -msingle-float
6604         and -EL.
6605
6606 Sun Jan  4 14:25:18 1998  Gavin Koch  <gavin@cygnus.com>
6607                           Ian Lance Taylor  <ian@cygnus.com>
6608                           Jeff Law  <law@cygnus.com>
6609
6610         * mips.c, mips.h, mips.md: First cut at merging in mips16
6611         support.  Major modifications throughout all three files.
6612
6613 Sun Jan  4 01:01:50 1998  scott snyder  <snyder@d0sgif.fnal.gov>
6614
6615         * configure.in: Make gthr-default.h a forwarding header instead of
6616         a symlink.
6617
6618 Sat Jan  3 12:08:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6619
6620         * gcov-io.h: Include sys/types.h to ensure we get size_t.
6621
6622         * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
6623
6624 Fri Jan  2 23:40:09 1998  Jim Wilson  (wilson@cygnus.com)
6625                           Jeffrey A Law  (law@cygnus.com)
6626
6627         * crtstuff.c (__frame_dummy): New function for irix6.
6628         (__do_global_ctors): Call __frame_dummy for irix6.
6629         * iris6.h (LINK_SPEC): Hide __frame_dummy too.
6630
6631 Fri Jan  2 04:57:57 1998  Weiwen Liu  <liu@hepmail.physics.yale.edu>
6632
6633         * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
6634
6635 Fri Jan  2 04:34:14 1998  Richard Henderson  <rth@cygnus.com>
6636
6637         * c-decl.c (init_decl_processing): Provide proper fallback symbol
6638         for __builtin_memset.
6639         * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
6640         not INTEGER_CST.  Assert arg 3 is a constant.
6641
6642         * alpha.c (mode_width_operand): Accept 64-bit modes.
6643         (mode_mask_operand): Likewise.
6644         (print_operand): Likewise for 'M' and 'U' codes.
6645         (alpha_expand_unaligned_load): New function.
6646         (alpha_expand_unaligned_store): Likewise.
6647         (alpha_expand_unaligned_load_words): Likewise.
6648         (alpha_expand_unaligned_store_words): Likewise.
6649         (alpha_expand_block_move): Likewise.
6650         (alpha_expand_block_clear): Likewise.
6651         * alpha.h (MOVE_RATIO): New define.
6652         * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
6653         (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
6654
6655         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
6656         (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
6657
6658 Thu Jan  1 15:40:15 1998  Richard Henderson  <rth@cygnus.com>
6659
6660         * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
6661         * configure: Update.
6662
6663 Thu Jan  1 10:49:12 1998  Jeffrey A Law  (law@cygnus.com)
6664
6665         * emit-rtl.c (operand_subword): Correctly handle extracting a word
6666         from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
6667
6668         * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
6669         for first argument.
6670
6671 Wed Dec 31 14:42:18 1997  Ian Lance Taylor  <ian@cygnus.com>
6672
6673         * configure.in: Set and subsitute host_exeext.  Use it when creating
6674         the assembler and linker symlinks.
6675         * configure: Rebuild.
6676         * Makefile.in (exeext): Set to @host_exeext@.
6677         (build_exeext): New variable, set to @build_exeext@.
6678         (FLAGS_TO_PASS): Pass down build_exeext.
6679         (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
6680         programs.
6681
6682 Wed Dec 31 10:05:44 1997  Jeffrey A Law  (law@cygnus.com)
6683
6684         * mn10200.md (addsi3, subsi3): Fix thinkos.
6685
6686 Tue Dec 30 00:04:49 1997  Richard Henderson  <rth@cygnus.com>
6687
6688         * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
6689         save+restore.  Fix pic+big_offset delay slot.  Use "pic" case for
6690         unix always, since we want to be able to thunk to functions in a
6691         shared library from an application.
6692
6693 Mon Dec 29 14:37:31 1997  Ian Lance Taylor  <ian@cygnus.com>
6694
6695         * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
6696         (LIB1ASMSRC, LIB1ASMFUNCS): Define.
6697
6698 Mon Dec 29 14:03:38 1997  Jeffrey A Law  (law@cygnus.com)
6699
6700         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
6701         offset's mode is not ptr_mode, convert it.
6702
6703 Mon Dec 29 15:58:18 1997  Michael Meissner  <meissner@cygnus.com>
6704
6705         * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
6706         compiling if it was already defined.
6707
6708 Sun Dec 28 00:32:16 1997  Jeffrey A Law  (law@cygnus.com)
6709
6710         * flow.c (find_basic_blocks): Don't create a new basic block
6711         for calls in a LIBCALL block.
6712
6713 Sun Dec 28 00:30:24 1997  David Edelsohn  <edelsohn@mhpcc.edu>
6714
6715         * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
6716
6717 Sat Dec 27 22:43:12 1997  Jeffrey A Law  (law@cygnus.com)
6718
6719         * cse.c (rtx_cost): Remove conflicting default case.
6720
6721 Sat Dec 27 21:20:02 1997  Richard Henderson  <rth@cygnus.com>
6722
6723         * configure.in: Move default enabling of Haifa out of for loop.
6724         * configure: Rebuild.
6725
6726 Thu Dec 25 01:02:54 1997  Jeffrey A Law  (law@cygnus.com)
6727
6728         * version.c: Bump for snapshot.
6729
6730 1997-12-25  Teemu Torma  <tot@trema.com>
6731
6732         * Makefile.in (GTHREAD_FLAGS): New var.
6733         (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
6734         (distclean): Remove gthr-default.h.
6735
6736         * configure.in: Accept dce as a thread package.
6737         Check for thread.h and pthread.h.
6738         Link gthr-default.h to appropriate thread file and set
6739         gthread_flags.
6740         (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
6741         include multilib definitions from pa/t-dce-thr.
6742         (sparc-*-solaris2*): Enable threads by default, if thread.h or
6743         pthread.h is found, preferring posix threads over solaris ones.
6744
6745         * config/pa/t-dce-thr: New file.
6746         * config/pa/t-pa: Removed multilibs.
6747         * config/sparc/t-sol2: Ditto.
6748
6749         * gthr.h: New file.
6750         * gthr-single.h: New file.
6751         * gthr-posix.h: New file.
6752         * gthr-solaris.h: New file.
6753         * gthr-dce.h: New file.
6754         * libgcc-thr.h: Removed.
6755         * objc/thr-dce.c: New file copied from thr-decosf1.c.
6756
6757         * frame.c: Include gthr.h instead of libgcc-thr.h.
6758         * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
6759         (eh_context_initialize): If __gthread_once fails, use static eh
6760         context.
6761         (eh_context_free): Call __gthread_key_dtor.
6762
6763 Wed Dec 24 23:33:17 1997  Jeffrey A Law  (law@cygnus.com)
6764
6765         * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
6766
6767 Wed Dec 24 23:12:14 1997  Jim Wilson  <wilson@cygnus.com>
6768
6769         * cse.c (max_insn_uid): New variable.
6770         (cse_around_loop): Use max_insn_uid.
6771         (cse_main): Set max_insn_uid.
6772
6773         * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
6774         and define __LONG_MAX__ appropriately.  Add support for -mabi=X,
6775         -mlong64, and -mgp{32,64} options.
6776         * mips.c (mips_abi): Change type to int.
6777         * mips.h (enum mips_abi_type): Delete.
6778         (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
6779         (mips_abi): Change type to int.
6780
6781 Wed Dec 24 22:38:34 1997  John Carr  <jfc@mit.edu>
6782
6783         * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
6784         optimization is now always enabled.
6785
6786         * calls.c (expand_call): Recognize C++ operator new as malloc-like
6787         function.
6788
6789         * alias.c (memrefs_conflict_p): Eliminate tests now done by
6790         base_alias_check.
6791         (*_dependence): Call canon_rtx before base_alias_check.
6792         (init_alias_once): New function to precompute set of registers which
6793         can hold Pmode function arguments.
6794
6795         * rtl.h: Declare init_alias_once.
6796
6797         * toplev.c (compile_file): Call init_alias_once.
6798
6799 Wed Dec 24 22:34:55 1997  Jeffrey A Law  (law@cygnus.com)
6800
6801         * tree.c (restore_tree_status): Do not dereference a null pointer.
6802
6803 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
6804
6805         * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
6806         RLIMIT_STACK.  This maintains consistency with the recent, similar
6807         patch to cccp.c and toplev.c.
6808
6809 Tue Dec 23 05:17:28 1997  Richard Henderson  <rth@cygnus.com>
6810
6811         * genattrtab.c (expand_units): For large nr opclasses, expand
6812         function_units_used with ORX to prevent blowups.  Tag with FFS.
6813         (num_unit_opclasses): New variable.
6814         (gen_unit): Update it.
6815         (enum operator): Add ORX_OP.
6816         (operate_exp): Treat ORX as or, except don't expand across an if.
6817         Reuse number rtx's after operating on them.
6818         (check_attr_value): Accept IOR, AND, & FFS.
6819         (write_test_expr): Transmute `in_comparison' to `flags'.  Allow
6820         for attribute value caching.  Handle CONST_STRING, IF_THEN_ELSE.
6821         (write_expr_attr_cache, write_toplevel_expr): New functions.
6822         (write_attr_get): Handle FFS-tagged expressions.
6823         (make_canonical): Don't expand const attributes.
6824         (convert_const_symbol_ref): Dike out.
6825         (evaluate_eq_attr): Handle SYMBOL_REF.
6826         (main): Don't emit get_attr_foo for const attributes.
6827
6828         * alpha.c (override_options): Reinstate PROCESSOR_EV6.
6829         (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
6830         * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
6831         * alpha.md: Redo all of the scheduling, adding EV6 support, and
6832         combining function units where possible.
6833         (attr "type"): Split loads, stores, cmov into int/fp.  Combine
6834         multiplies and divides.  Add EV6 sqrt, ftoi, itof.
6835         (attr "opsize"): New attribute.
6836         (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
6837         (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
6838         to control register allocation.
6839         (movsi2-1, movdi2-1): Likewise.
6840
6841 Tue Dec 23 03:53:21 1997  Richard Henderson  <rth@cygnus.com>
6842
6843         * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
6844         MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
6845         Move OSF/1 specific defines out.
6846         * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
6847         Move Linux specific defines out.
6848         (LINK_SPEC): Genericize.
6849         (ASM_FILE_START): Emit .arch if using more than the base insn set.
6850         (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
6851         (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
6852         (HANDLE_SYSV_PRAGMA): Define.
6853         * alpha/osf.h: New file.
6854         * alpha/linux.h: Split.  Retain file-format independant defines.
6855         Import Linux bits from elf.h.
6856         (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
6857         (FUNCTION_PROFILER): _mcount takes its address in $28.
6858         (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
6859         * alpha/linux-ecoff.h: New file.
6860         * alpha/linux-elf.h: New file.
6861         * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
6862         * alpha/win-nt.h (TARGET_DEFAULT): Define.
6863         * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
6864         Add new headers as appropriate.
6865
6866         * configure.in (alpha*): Enable Haifa by default.
6867         (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
6868         * configure: Rebuild.
6869
6870 Tue Dec 23 03:14:54 1997  Richard Henderson  <rth@cygnus.com>
6871
6872         * Makefile.in (clean): Remove the stages with their objects here ...
6873         (distclean): ... instead of here.
6874
6875 Mon Dec 22 11:24:01 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6876
6877         * cse.c (rtx_cost): Add default case in enumeration switch.
6878         * fix-header.c (recognized_macro): Likewise.
6879         (recognized_extern): Likewise.
6880         (write_rbrac): Likewise.
6881         * objc/objc-act.c (encode_aggregate): Likewise.
6882         (gen_declarator): Likewise.
6883         (gen_declspecs): Likewise.
6884
6885 Mon Dec 22 09:58:51 1997  Jeffrey A Law  (law@cygnus.com)
6886
6887         * haifa-sched.c (create_reg_dead_note): Detect and handle another
6888         case where we kill more regs after sched than were killed before
6889         sched.
6890         * sched.c (create_reg_dead_note): Similarly.
6891
6892 Mon Dec 22 09:18:37 1997  Jeffrey A Law  (law@cygnus.com)
6893
6894         * c-pragma.c: Include flags.h.
6895
6896 Sun Dec 21 22:10:59 1997  Mumit Khan <khan@xraylith.wisc.edu>
6897
6898         * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
6899         about system headers.
6900         (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
6901         and also to resolve symbols in prefix.c.
6902
6903         * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
6904         between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
6905         when the definitions in auto-config.h is not visible.
6906         (HAVE_BZERO): Likewise.
6907         (HAVE_BCMP): Likewise.
6908         (HAVE_RINDEX): Likewise.
6909         (HAVE_INDEX): Likewise.
6910
6911 Sun Dec 21 21:54:22 1997  Jeffrey A Law  (law@cygnus.com)
6912
6913         * pa.c (emit_move_sequence): Handle a function label source
6914         operand.
6915
6916 Sun Dec 21 16:13:55 1997  Nick Clifton  <nickc@cygnus.com
6917
6918         * c-pragma.c (handle_pragma_token): Generate warning messages
6919         about unknown pragmas if warn_unknown_pragmas is set.
6920
6921         * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
6922         line option to set variable: warn_unknown_pragmas.
6923
6924 Sun Dec 21 15:51:10 1997  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
6925
6926         * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
6927         definition.
6928         (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
6929
6930 Sun Dec 21 13:58:39 1997  Jeffrey A Law  (law@cygnus.com)
6931
6932         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
6933         (libgcc2.a): Depend on $(DPBIT) and $(FPBIT).  Add rules to
6934         generate more fine grained floating point emulation libraries.
6935         * config/fp-bit.c: Add protecting #ifdef to all functions so
6936         that they can be compiled separately.  If !FINE_GRAINED_LIBRARIES,
6937         then compile all suitable functions.
6938         (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
6939         underscores to avoid namespace pollution.
6940         * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
6941         (FPBIT): Define.
6942         * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
6943         (FPBIT): Define.
6944         (DPBIT): Define.
6945
6946 Sat Dec 20 11:26:47 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6947                           Jeff Law  <law@cygnus.com>
6948
6949         * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
6950         of the declaration.
6951         * c-decl.c (finish_decl): Use parentheses around && within ||.
6952         * rtl.c: Include stdlib.h.
6953         (read_skip_spaces): Add parentheses around assignments used as
6954         truth values.
6955         (read_rtx): Initialize list_rtx.
6956         * cppexp.c (parse_number): Use || when operands are truth values.
6957         * alias.c (find_base_value): Add default case.
6958         (memrefs_conflict): Likewise.
6959         * combine.c (sets_function_arg_p): Likewise.
6960         * genemit.c (gen_exp): Likewise.
6961         * local-alloc.c (contains_replace_regs): Likewise.
6962         * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
6963         * fold-const.c (fold_convert): Use "&&" for truth values.
6964         (fold): Add default case.
6965         * sdbout.c (sdbout_field_types): Fix typo in declaration.
6966         (sdbout_one_type): Add default case.
6967         * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
6968         (some_operand): Add default case.
6969         (input_operand): Likewise.
6970         (signed_comparison_operator): Likewise.
6971         (divmod_operator): Likewise.
6972         (alpha_set_memflags_1): Likewise.
6973         * reload1.c (reload_cse_simplify_operands): Ensure function
6974         always returns a value.
6975         * scan-decls.c (scan_decls): Likewise.
6976         * c-lex.c (skip_white_space): Fix typo in declaraion.
6977         * c-typeck.c (comp_target_types): Add parentheses around assignment
6978         used as truth value.
6979         (print_spelling): Likewise.
6980         (constructor_implicit, constructor_result): Remove unused variables.
6981         * collect2.c (scan_library): Protect prototype with
6982         #ifdef SCAN_LIBRARIES.
6983         * emit-rtl.c (find_line_note): Fix typo in declaration.
6984         * final.c (asm_insn_count): Protect prototype with
6985         #ifdef HAVE_ATTR_length.
6986         * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
6987         (try_pre_increment_1, try_pre_increment): Likewise.
6988         * regclass.c (auto_inc_dec_reg_p): Protect prototype with
6989         #ifdef FORBIDDEN_INC_DEC_CLASSES.  Make return type explicit.
6990         * gcov-io.h (__store_long, __write_long, __read_long): Fix
6991         unsigned/signed comparisons.
6992         * gcov.c (read_files): Remove unused "first_type" variable.
6993         (scan _for_source_files): Initialize s_ptr.
6994         (function_summary): Eliminate "%lf" formatting, use %ld for
6995         longs.
6996         (output_data): Initialize branch_probs and last_line_num.
6997         Eliminate "%lf" formatting, use "%ld" for longs.
6998
6999 Fri Dec 19 17:31:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7000
7001         * mips16.S: New file.
7002
7003         * libgcc2.c (varargs): Handle mips16.
7004
7005         * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
7006         expression.
7007         * stmt.c (expand_end_case): Likewise.
7008         * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
7009         * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
7010         * rs6000.h, sh.h, tahoe.h, v850.h, vax.h: Likewise.
7011
7012 Tue Dec 16 15:14:09 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7013
7014         * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
7015         the build directory.
7016         (libobjc.a): Update dependency list.
7017         (libobjc.dll): Likewise.  Use libobjc_entry.o from the build
7018         directory.
7019         (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
7020         (objc.mostlyclean): Remove runtime-info.h.
7021
7022 Fri Dec 19 00:19:42 1997  Richard Henderson  <rth@cygnus.com>
7023
7024         * tree.c (build_range_type): Allow creation of ranges with no maximum.
7025         * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
7026         * dwarf2out.c (add_subscript_info): Likewise.
7027         * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
7028         * sdbout.c (plain_type_1): Likewise.
7029         * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
7030         Likewise.
7031         * fold-const.c (int_const_binop, fold_convert, make_range, fold):
7032         Likewise.
7033
7034 Thu Dec 18 17:05:10 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7035
7036         * mips.c (fatal): Remove declaration.
7037
7038 1997-12-18  Mark Mitchell  <mmitchell@usa.net>
7039
7040         * integrate.c (get_label_from_map): New function.
7041         (expand_inline_function): Use it.  Initialize the label_map to
7042         NULL_RTX instead of gen_label_rtx.
7043         (copy_rtx_and_substitute): Use get_label_from_map.
7044         * integrate.h (get_label_from_map): New function.
7045         (set_label_from_map): New macro.
7046         * unroll.c (unroll_loop): Use them.
7047         (copy_loop_body): Ditto.
7048
7049 Thu Dec 18 19:19:57 1997  Ian Lance Taylor  <ian@cygnus.com>
7050
7051         * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
7052         (INIT_TARGET_OPTABS): Define.
7053         * mips/ecoff.h: Include gofast.h before mips.h.
7054         (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
7055         * mips/elf64.h: Likewise.
7056         * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
7057
7058 Thu Dec 18 14:51:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
7059
7060         * except.c: Remove register_exception_table{,_p}.
7061
7062 Thu Dec 18 14:57:29 1997  Gavin Koch  <gavin@cygnus.com>
7063
7064         * unroll.c (calculate_giv_inc): Handle constant increment found in
7065         a MEM with an appropriate REG_EQUAL note.
7066
7067         * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
7068
7069         * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
7070         frame pointer in the prologue.
7071
7072 Thu Dec 18 00:19:38 1997  Robert Lipe <robertl@dgii.com>
7073
7074         * i386/x-sco5 (CLIB) Deleted.  (ALLOCA) Added.
7075         * i386/xm-sco5.h  (USE_C_ALLOCA) Added.
7076
7077 Tue Dec 16 18:51:00 1997  Bill Moyer <billm@cygnus.com>
7078
7079         * config/m68k/m68k.c (output_function_prologue): Typecast
7080         dwarf2out_cfi_label to (char *).
7081         * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
7082
7083 Wed Dec 17 15:06:04 1997  Richard Henderson  <rth@cygnus.com>
7084
7085         * sparc.md (jump): Don't use the annul bit around an empty loop.
7086         Patch from Kevin.Kelly@East.Sun.COM.
7087
7088 Wed Dec 17 00:51:36 1997  Stan Cox (scox@cygnus.com)
7089
7090         * jump.c: (jump_optimize): Don't use the return register as a
7091         source1 of a conditional move.
7092
7093 Tue Dec 16 23:45:40 1997  Richard Henderson  <rth@cygnus.com>
7094
7095         * sparc.c (DF_MODES): Or the mask not the bit number.
7096         (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
7097
7098 Wed Dec 17 00:13:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
7099
7100         * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
7101
7102 Tue Dec 16 23:44:54 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7103
7104         * fixincludes (size_t): Add support for Motorola's stdlib.h
7105         which fails to provide a definition for size_t.
7106         (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
7107         (strlen,strspn,strcspn return value): Handle different layout on sysV88.
7108         (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
7109
7110         * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
7111         prevent unresolved externals in libio.
7112         * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
7113
7114 Tue Dec 16 23:25:45 1997  H.J. Lu  (hjl@gnu.org)
7115
7116         * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
7117         (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
7118         (LIB_SPEC): Updated for glibc 2.
7119
7120 Tue Dec 16 20:11:36 1997  Jeffrey A Law  (law@cygnus.com)
7121
7122         * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
7123         * ginclude/varargs.h: Likewise.
7124
7125 Tue Dec 16 00:32:01 1997  Jeffrey A Law  (law@cygnus.com)
7126
7127         * version.c: Bump for snapshot.
7128
7129 Tue Dec 16 00:14:29 1997  H.J. Lu  (hjl@gnu.org)
7130
7131         * frame.h (__register_frame, __register_frame_table,
7132         __deregister_frame): New.
7133         * frame.c (__register_frame, __register_frame_table,
7134         __deregister_frame): New.
7135         * frame.c (__deregister_frame_info): Return void *.
7136         * frame.h (__deregister_frame_info): Ditto.
7137         * collect2.c (__deregister_frame_info): Ditto.
7138
7139 Mon Dec 15 18:40:08 1997  Richard Henderson  <rth@cygnus.com>
7140
7141         * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
7142
7143 Mon Dec 15 18:31:43 1997  Richard Henderson  <rth@cygnus.com>
7144
7145         * alpha.c (alpha_cpu_name): New variable.
7146         (alpha_mlat_string): Likewise.
7147         (alpha_memory_latency): Likewise.
7148         (override_options): Handle -mmemory-latency.
7149         (alpha_adjust_cost): Adjust load cost for latency.
7150         * alpha.h (TARGET_OPTIONS): Add meory-latency.
7151         (REGISTER_MOVE_COST): Define in terms of memory_latency.  Take
7152         TARGET_CIX into account.
7153         (MEMORY_MOVE_COST): Define in terms of memory_latency.
7154         * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
7155
7156         * alpha.h (ASM_COMMENT_START): New macro.
7157
7158 Mon Dec 15 17:48:05 1997  Richard Henderson  <rth@cygnus.com>
7159
7160         * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
7161         dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
7162
7163         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
7164         SUBREG_REG if the word count is unchanged.
7165         * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
7166         subregs of identical word size for push_reload.
7167
7168 Mon Dec 15  Mark Mitchell  <mmitchell@usa.net> 11:41:32 1997
7169
7170         * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
7171         if all we're doing is dealing with -Wreturn-type.
7172
7173 Mon Dec 15 09:44:39 1997  Richard Henderson  <rth@cygnus.com>
7174
7175         * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
7176         Use and 255 instead of zapnot 1, since it schedules better.
7177
7178 Mon Dec 15 08:48:24 1997  Jeffrey A Law  (law@cygnus.com)
7179
7180         * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
7181         it as volatile.
7182
7183 Mon Dec 15 00:04:48 1997  Jeffrey A Law  (law@cygnus.com)
7184
7185         * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
7186         dependency we delete.  Properly update prev for multiple consecutive
7187         deletions.
7188         (priority): Skip deleted dependence.
7189
7190 Fri Dec 12 18:54:23 1997  Per Bothner  <bothner@cygnus.com>
7191
7192         * expr.c (expand_builtin):  Support BUILT_IN_FMOD - just call fmod.
7193
7194 Fri Dec 12 01:19:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7195
7196         * flow.c (flow_analysis): Be consistent with find_basic_blocks in
7197         determining when a new basic block starts.
7198
7199         * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
7200
7201         * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
7202         * pa.md (iorsi3): Add missing args to *_operand calls.
7203
7204         * except.c (call_get_eh_context): Don't mess with sequences.
7205         (emit_eh_context): Include the call in the sequence here.
7206
7207 1997-12-11  Paul Eggert  <eggert@twinsun.com>
7208
7209         * collect2.c (write_c_file_glob): Allocate initial frame object
7210         in static storage and pass its address.
7211
7212 Thu Dec 11 23:33:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7213
7214         * except.c (call_get_eh_context): Don't take a parm.
7215         Put the call at the top of the function.
7216         (emit_eh_context): Adjust.
7217         (get_eh_context): Replace with former use_eh_context.
7218         (get_eh_context_once, get_saved_pc_ref): Remove.
7219         (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
7220         * except.h: Adjust.
7221         * integrate.c (expand_inline_function): Adjust.
7222         * toplev.c (rest_of_compilation): Don't call emit_unwinder.
7223
7224 Fri Oct 10 17:58:31 CEST 1997  Marc Lehmann <pcg@goof.com>
7225
7226         * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
7227         (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
7228
7229 Thu Dec 11 23:55:17 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7230
7231         * fixincludes (strlen,strspn,strcspn return value): Handle different
7232         layout on sysV88.
7233         (hypot): Provide a fake for hypot which is broken on
7234         m88k-motorola-sysv3.
7235
7236 Thu Dec 11 23:50:17 1997  John F. Carr  <jfc@mit.edu>
7237
7238         * tree.c, tree.h: Change tree_code_type, tree_code_length, and
7239         tree_code_name from pointers to arrays.
7240         * tree.c: Remove standard_tree_code_* variables, no longer used.
7241         * print-tree.c: Remove declaration of tree_code_name.
7242
7243         * cp/lex.c (init_lex): Update for tree_code_* changes.
7244         * objc/objc-act.c (init_objc): Likewise.
7245
7246         * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
7247         changes.
7248
7249 Thu Dec 11 23:34:54 1997  Fred Fish  <fnf@ninemoons.com>
7250
7251         * config.sub: Add support for BeOS target.
7252         * configure.in: Likewise.
7253         * ginclude/stdarg.h: Likewise.
7254         * ginclude/stddef.h: Likewise.
7255         * ginclude/varargs.h: Likewise.
7256         * rs6000/beos.h: New file for BeOS.
7257         * rs6000/t-beos: Likewise.
7258         * rs6000/x-beos: Likewise.
7259         * rs6000/xm-beos.h: Likewise.
7260         * toplev.c (get_run_time): Just return 0 on BeOS.
7261
7262 Thu Dec 11 23:25:23 1997  Jeffrey A Law  (law@cygnus.com)
7263                           Toon Moene  (toon@moene.indiv.nluug.nl)
7264
7265         * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
7266         old and broken Sun3 assemblers.  Newer versions handle large
7267         offsets correctly as does the GNU assembler.
7268
7269 Thu Dec 11 23:06:48 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7270
7271         * objc/objc-act.c (lang_report_error_function): Disable.
7272         * objc/objc-parse.y: Include "output.h".
7273         (yyerror): Remove redundant decl.
7274         (yyprint): Fix prototype.
7275         (apply_args_register_offset): Remove redundant decl.
7276         (get_file_function_name): Likewise.
7277
7278 Thu Dec 11 22:02:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7279
7280         * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
7281         a new basic block.
7282         (find_basic_blocks_1): Likewise.
7283
7284 Thu Dec 11 21:08:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7285
7286         * except.c (use_eh_context): Don't copy_rtx a REG.
7287         (emit_throw): Lose old unwinder support.
7288         (expand_internal_throw): Likewise.
7289         * libgcc2.c (struct eh_context): Likewise.
7290         (new_eh_context): Likewise.
7291         (__get_eh_info): Lose redundant cast.
7292         (__get_dynamic_handler_chain): Likewise.
7293         (__get_saved_pc): Lose.
7294         Lose all old unwinder support code.
7295
7296 Thu Dec 11 20:42:18 1997  Teemu Torma  <tot@trema.com>
7297
7298         Thread-safe EH support for pthreads, DCE threads and Solaris threads.
7299
7300         * integrate.c (expand_inline_function): If the inline fn uses eh
7301         context, make sure that the current fn has one.
7302         * toplev.c (rest_of_compilation): Call emit_eh_context.
7303         * except.c (use_eh_context): New fn.
7304         (get_eh_context_once): New fn.
7305         (call_get_eh_context): New fn.
7306         (emit_eh_context): New fn.
7307         (get_eh_context): Call either get_eh_context_once or
7308         call_get_eh_context, depending on what we have.
7309         (get_dynamic_handler_chain): Call get_eh_context_once.
7310         * except.h: Prototypes for fns above.
7311         * optabs.c (get_eh_context_libfunc): Removed.
7312         (init_optabs): Don't initialize it.
7313         * expr.h (get_eh_context_libfunc): Removed.
7314         * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
7315         * config/pa/pa.h (CPP_SPEC): Support for -threads.
7316         * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
7317         * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
7318         New multilib for -threads.
7319         * config/sparc/t-sol2: Added multilibs for -threads and
7320         made -pthreads alias to it.
7321         * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
7322         Added -threads and -pthreads options.
7323         * libgcc-thr.h: New file.
7324         * libgcc2.c: (__get_cpp_eh_context): Removed.
7325         (struct cpp_eh_context): Removed.
7326         (struct eh_context): Replaced cpp_eh_context with generic language
7327         specific pointer.
7328         (__get_eh_info): New function.
7329         (__throw): Check eh_context::info.
7330         (__sjthrow): Ditto.
7331         * libgcc2.c: Include libgcc-thr.h.
7332         (new_eh_context, __get_eh_context,
7333         eh_pthread_initialize, eh_context_initialize, eh_context_static,
7334         eh_context_specific, eh_context_free): New functions.
7335         (get_eh_context, eh_context_key): New variables.
7336         (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
7337         get_eh_context to get the context.
7338         (longjmp): Move the declaration inside
7339         #ifdef DONT_USE_BUILTIN_SETJMP.
7340         * frame.c: Include libgcc-thr.h.
7341         (object_mutex): Mutex to protect the object list.
7342         (find_fde, __register_frame, __register_frame_table,
7343         __deregister_frame): Hold the lock while accessing objects.
7344         * except.h (get_eh_context): Declare.
7345         * except.c (current_function_ehc): Define.
7346         (current_function_dhc, current_function_dcc): Removed.
7347         (get_eh_context): New function.
7348         (get_dynamic_handler_chain): Use get_eh_context.
7349         (get_saved_pc_ref): Ditto.
7350         (get_dynamic_cleanup_chain): Removed references to
7351         current_function_dcc.
7352         (save_eh_status, restore_eh_status): Save and restore
7353         current_function_ehc instead.
7354         * optabs.c (get_eh_context_libfunc): New variable.
7355         (init_optabs): Initialize it.
7356         * expr.h: Declare get_eh_context_libfunc.
7357         * function.h (struct function): Replaced dhc and dcc with ehc.
7358         * except.c (get_saved_pc_ref): New functions.
7359         (eh_saved_pc_rtx, eh_saved_pc): Deleted.
7360         (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
7361         of eh_saved_pc.
7362         (end_eh_unwinder): Likewise.
7363         (init_eh): Remove initialization of eh_saved_pc.
7364         * optabs.c (get_saved_pc_libfunc): New variable.
7365         (init_optabs): Initialize it.
7366         * expr.h: Declare get_saved_pc_libfunc.
7367         * except.h (eh_saved_pc_rtx): Deleted.
7368         (get_saved_pc_ref): Declared.
7369
7370         From Scott Snyder <snyder@d0sgif.fnal.gov>:
7371         * libgcc2.c (__get_saved_pc): New.
7372         (__eh_type, __eh_pc): Deleted.
7373         (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
7374         (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
7375         this fcn.
7376
7377 Thu Dec 11 17:23:48 1997  John F. Carr  <jfc@mit.edu>
7378
7379         * sparc/sol2.h: Use 64 bit multiply and divide functions in
7380         Solaris libc.  Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
7381         as 0.
7382
7383         * rtl.h (global_rtl): New variable, replacing separate variables for
7384         commonly used rtl.
7385         (const_int_rtx): Now array of rtx_def, not rtx.
7386         * emit-rtl.c: Update for new rtl data structures.
7387         * genattrtab.c: Define global_rtl.
7388
7389 Thu Dec 11 15:50:29 1997 David Edelsohn  <edelsohn@mhpcc.edu>
7390
7391         * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
7392         default.
7393
7394 Wed Dec 10 12:30:18 1997  Anthony Green  <green@cygnus.com>
7395
7396         * crtstuff.c (__do_global_ctors): Fix typo.
7397
7398 Tue Dec  9 09:43:59 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7399
7400         * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
7401         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
7402
7403 Tue Dec  9 09:38:58 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7404
7405         * rs6000.h (FUNCTION_ARG_PADDING): Define.
7406         * rs6000.c (function_arg_padding): New function.
7407
7408 Tue Dec  9 10:34:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7409
7410         * m68k.c: Include tree.h only once.
7411
7412 Tue Dec  9 09:32:33 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7413
7414         * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
7415
7416 Tue Dec  9 01:16:06 1997  Jeffrey A Law  (law@cygnus.com)
7417
7418         * Partially cleaned up prototyping code from HJ.
7419         * tree.h: Add many prototypes.
7420         * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
7421         All references changed.
7422         * rtl.h: Protect from multiple inclusions.  Add many prototypes.
7423
7424 Tue Dec  9 01:15:15 1997  Fred Fish  <fnf@ninemoons.com>
7425
7426         * libgcc2.c (string.h): Hoist inclusion to occur before first use of
7427         string functions like strlen.
7428
7429 Tue Dec  9 00:57:38 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7430
7431         * configure.in: Check for functions getrlimit and setrlimit.
7432         * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
7433         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
7434
7435 Mon Dec  8 23:53:26 1997  Jay Sachs <sachs@bull.cs.williams.edu>
7436
7437         * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
7438
7439 Mon Dec  8 21:03:28 1997  Richard Henderson  <rth@cygnus.com>
7440
7441         * alpha.c (REG_RA, alpha_return_addr, output_epilog):
7442         Fix merge problems.
7443
7444         * alpha.c (override_options): Don't know about scheduling for EV6.
7445         * alpha.md (ev5 function units): Don't overload as ev6.
7446
7447         * alpha.c (alpha_adjust_cost): Simplify.  Fix typo in ev5 mult case.
7448         * alpha.md (define_attr type): Add mvi.
7449         (ev5_e0): Define sceduling parameters for it.
7450         (TARGET_MAX insns): Type is mvi not shift.
7451
7452 Mon Dec  8 18:15:00 1997  Richard Henderson  <rth@cygnus.com>
7453
7454         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
7455
7456 Mon Dec  8 21:17:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7457
7458         * cstamp-h, auto-config.h: Delete.
7459
7460 Sun Dec  7 19:19:03 1997  Jeffrey A Law  (law@cygnus.com)
7461
7462         * version.c: Bump for snapshot.
7463
7464 Sat Dec  6 22:22:22 1997  Jeffrey A Law  (law@cygnus.com)
7465
7466         * cccp.c: Fix typo brought over in merge.
7467
7468         * Merge in changes from gcc-2.8.
7469
7470 Mon Nov  3 05:45:32 1997  Philippe De Muyter  <phdm@macqel.be>
7471
7472         * m68k.c: Include tree.h for dwarf2out_cfi_label.
7473
7474         * gcc.c (process_command): Do not take address of function fatal when
7475         calling lang_specific_driver.
7476
7477 Sat Dec  6 01:02:38 1997  Mumit Khan  <khan@xraylith.wisc.edu>
7478
7479         * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
7480         doesn't work with it yet, so set it to 0.
7481         * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
7482
7483 Sat Dec  6 01:01:02 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
7484
7485         * cse.c (cse_insn): Check for invalid entries when taking references.
7486
7487 Fri Dec  5 18:26:25 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7488
7489         * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
7490         (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
7491         * toplev.c (rest_of_compilation): Pass it.  Remove code to
7492         save / clear / restore flag_unroll_{,all_}loops.
7493
7494 Fri Dec  5 16:26:03 1997  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
7495
7496         * i386.c (notice_update_cc): Remove bogus pentium GCC code.
7497
7498 Fri Dec  5 16:25:14 1997  Jeffrey A Law  (law@cygnus.com)
7499
7500         * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
7501
7502 Thu Dec  4 11:51:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
7503
7504         * except.c (get_dynamic_handler_chain): Only make the call once per
7505         function.
7506
7507         * except.c (expand_end_all_catch): Fix for sjlj exceptions.
7508
7509 Thu Dec  4 12:30:40 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7510
7511         * sh.c (final_prescan_insn): Use local label prefix
7512         when emitting .uses pseudo-ops.
7513
7514 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
7515
7516         * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
7517         * except.c: Lose outer_context_label_stack.
7518         (expand_eh_region_end): Rethrow from outer_context here.
7519         (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
7520         (expand_internal_throw): Take no args.
7521         (expand_internal_throw_indirect): Lose.
7522         (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
7523         (expand_start_all_catch): Start a rethrow region.
7524         (expand_end_all_catch): End it.
7525         (expand_rethrow): New fn.
7526         * except.h: Reflect above changes.
7527         * flow.c: Revert change of Nov 27.
7528
7529 Thu Dec  4 00:24:09 1997  Jeffrey A Law  (law@cygnus.com)
7530
7531         * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
7532
7533 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
7534
7535         * except.c (expand_fixup_region_end): New fn.
7536         (expand_fixup_region_start): Likewise.
7537         (expand_eh_region_start_tree): Store cleanup into finalization here.
7538         * stmt.c (expand_cleanups): Use them to protect fixups.
7539
7540 Wed Dec  3 11:41:13 1997  Gavin Koch  <gavin@cygnus.com>
7541
7542         * mips/mips.md (muldi3_r4000): Broaden the output template
7543         and attribute assignments to handle three operand dmult;
7544         rename to muldi3_internal2.
7545         (muldi3): Call the new muldi3_internal2 for R4000, and
7546         any GENERATE_MULT3 chip.
7547
7548 Tue Dec  2 19:40:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
7549
7550         * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
7551
7552 Tue Dec  2 12:54:33 1997  Jim Wilson  <wilson@cygnus.com>
7553
7554         * unroll.c (find_splittable_givs):  Remove last change.  Handle givs
7555         with a dest_reg that was created by loop.
7556
7557 Sat Nov 29 12:44:57 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7558
7559         * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
7560
7561         * rs6000/aix41.h (ASM_CPU_SPEC): Define.
7562
7563 Fri Nov 28 10:00:27 1997  Jeffrey A Law  (law@cygnus.com)
7564
7565         * configure.in: Fix NCR entries.
7566
7567 Thu Nov 27 12:20:19 1997  Jeffrey A Law  (law@cygnus.com)
7568
7569         * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
7570         nested exceptions correctly.
7571
7572         * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
7573         that was created by loop.
7574
7575 Thu Nov 27 09:34:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
7576
7577         * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
7578
7579         * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
7580
7581 Wed Nov 26 15:47:30 1997  Michael Meissner  <meissner@cygnus.com>
7582
7583         * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
7584         (print_operand): Use SMALL_DATA_REG for the register involved in
7585         small data relocations.
7586         (print_operand_address): Ditto.
7587
7588         * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
7589         -dynamic linker is not used.
7590
7591         * rs6000.md (call insns): For local calls, use @local suffix under
7592         System V.  Don't use @plt under Solaris.
7593
7594         * rs6000.c (output_function_profiler): Put label address in r0, and
7595         store LR in 4(sp) for System V/eabi.
7596
7597         * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
7598         byte boundary, and maintain stack backchain.
7599
7600 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
7601
7602         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
7603         fix_truncsfdi2): Change *.
7604
7605 Wed Nov 26 11:12:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
7606
7607         * toplev.c (main): Complain about -gdwarfn.
7608
7609 Tue Nov 25 22:43:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
7610
7611         * dwarfout.c (output_type): If finalizing, write out nested types
7612         of types we've already written.
7613
7614 Tue Nov 25 20:32:24 1997  Michael Meissner  <meissner@cygnus.com>
7615
7616         (patches originally from Geoffrey Keating)
7617         * rs6000.c (function_arg): Excess floating point arguments don't
7618         go into GPR registers after exhausting FP registers under the
7619         System V.4 ABI.
7620         (function_arg_partial_nregs): Ditto.
7621
7622         * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
7623         suffix to calls.
7624
7625 Tue Nov 25 23:37:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
7626
7627         * integrate.c (output_inline_function): Just unset DECL_INLINE.
7628
7629 Tue Nov 25 23:33:29 1997  scott snyder  <snyder@d0sgif.fnal.gov>
7630
7631         * dwarf2out.c (outout_call_frame_info): Ensure that the info has
7632         proper alignment.
7633
7634         * libgcc2.c (__throw): Initialize HANDLER.
7635
7636 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
7637
7638         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
7639         fix_truncsfdi2): Change *X to ?*X.
7640
7641 Tue Nov 25 10:00:42 1997  Richard Henderson  (rth@cygnus.com)
7642
7643         * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
7644
7645 Tue Nov 25 10:00:42 1997  Jeffrey A Law  (law@cygnus.com)
7646
7647         * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
7648
7649 Tue Nov 25 01:26:55 1997  Bruno Haible <haible@ilog.fr>:
7650
7651         * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
7652
7653 Mon Nov 24 22:41:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
7654
7655         * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
7656         * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
7657         * expr.h: Likewise.
7658
7659 Sat Nov 22 18:58:20 1997  Jeffrey A Law  (law@cygnus.com)
7660
7661         * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
7662         * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
7663         gas and not using the new HP assembler.
7664
7665 Fri Nov 21 15:20:05 1997  Jeffrey A Law  (law@cygnus.com)
7666
7667         * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
7668         (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
7669
7670 Fri Nov 21 19:37:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7671
7672         * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
7673         TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
7674         definition.
7675
7676 Fri Nov 21 12:49:56 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
7677
7678         * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
7679
7680 Fri Nov 21 12:18:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
7681
7682         * except.h: Add outer_context_label_stack.
7683         * except.c: Likewise.
7684         (expand_start_all_catch): Push the outer_context for the try block
7685         onto outer_context_label_stack.
7686         (expand_end_all_catch): Use it and pop it.
7687
7688 Fri Nov 21 10:13:11 1997  Robert Lipe (robertl@dgii.com)
7689
7690         * i386/sco5.h (HAVE_ATEXIT): Revert last change.
7691
7692 Thu Nov 20 16:11:50 1997  Richard Henderson  <rth@cygnus.com>
7693
7694         * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
7695
7696 Thu Nov 20 16:11:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7697
7698         * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
7699         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7700
7701 Thu Nov 20 14:42:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
7702
7703         * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
7704         * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
7705         __builtin_delete, and __builtin_vec_delete.
7706
7707         * except.c (output_exception_table): Don't bother with
7708         __EXCEPTION_END__.
7709
7710 Thu Nov 20 16:11:50 1997  Jeffrey A Law  (law@cygnus.com)
7711
7712         * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
7713         is an in/out operand.
7714         (zero extended variants of stwm/stwm patterns): Similarly.
7715
7716         * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
7717
7718 Thu Nov 20 13:19:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7719
7720         * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
7721         Use assemble_name.
7722         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
7723         (output_call_frame_info): Emit a \n after using it.
7724
7725 Thu Nov 20 00:38:46 1997  Dave Love  <d.love@dl.ac.uk>
7726
7727         * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
7728
7729 Wed Nov 19 12:03:04 1997  Philippe De Muyter  <phdm@macqel.be>
7730
7731         * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
7732         (ASM_OUTPUT_DWARF_VALUE4): New macro.
7733         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
7734         defined.
7735         (output_call_frame_info): Do not output forward label differences
7736         if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
7737         * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
7738
7739 Tue Nov 18 23:03:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7740
7741         * sh.md (attribute "type"): Add nil.
7742         (movsi_ie): y/y alternative is type nil.
7743         (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
7744         alternatives.
7745         (movsf_ie+1): Delete.
7746
7747 Tue Nov 18 15:39:59 1997  Jim Wilson  <wilson@cygnus.com>
7748
7749         * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
7750         large_int, emit two insns instead of one splitable insn.
7751         * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
7752         from cfa_temp_value, use cfa_offset.  Add assert checking that
7753         cfa_reg is SP.
7754
7755 Mon Nov 17 15:35:38 1997  Tom Tromey  <tromey@cygnus.com>
7756
7757         * cccp.c (deps_output): Properly quote file names for make.
7758
7759 Mon Nov 17 13:21:40 1997  Jeffrey A Law  (law@cygnus.com)
7760
7761         * t-h8300 (MULTILIB_EXCEPTIONS): Define.
7762
7763 Fri Nov  7 15:33:11 1997  Robert Lipe (robertl@dgii.com)
7764
7765         * i386/sco5.h (HAVE_ATEXIT): Delete definition.
7766
7767 Sun Nov 16 23:52:48 1997  Jeffrey A Law  (law@cygnus.com)
7768
7769         * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
7770         return.
7771         (cse_end_of_basic_block): Similarly.
7772
7773 Sun Nov 16 23:01:40 1997  J. Kean Johnston  <jkj@sco.com>
7774
7775         * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
7776         (SELECT_RTX_SECTION): Define.
7777         (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
7778
7779 Sun Nov 16 22:47:03 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7780
7781         * Makefile.in (compare, compare-lean): Define $stage for each
7782         shell command.
7783         (gnucompare, gnucompare-lean): Likewise.
7784
7785 Sun Nov 16 22:02:16 1997  Richard Henderson  (rth@cygnus.com)
7786
7787         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
7788
7789         * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
7790         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7791
7792 Fri Nov 14 09:09:20 1997  Fred Fish  (fnf@cygnus.com)
7793
7794         * dwarfout.c (byte_size_attribute):  Add local var upper_bound
7795         and add case to handle STRING_TYPE.
7796         * dwarfout.c (output_string_type_die):  Fix code to generate
7797         correct string length attribute for fixed length strings.
7798         Still needs support for varying length strings.
7799
7800 Fri Nov 14 08:46:56 1997  Jeffrey A Law  (law@cygnus.com)
7801
7802         * toplev.c (get_run_time): Do something sensible for cygwin32.
7803
7804 Fri Nov 14 07:24:20 1997  Richard Henderson  <rth@cygnus.com>
7805
7806         * expr.c (expand_builtin_setjmp): Set
7807         current_function_has_nonlocal_label.
7808         * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
7809         call-saved registers across calls.
7810
7811         * alpha.md (exception_receiver): Remove.
7812         (nonlocal_goto_receiver_osf): New
7813         (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
7814         (nonlocal_goto_receiver): New, select _osf or _vms.
7815
7816         * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
7817         keep them from being propogated to the object file.
7818         (alpha_write_linkage): Likewise.
7819         * alpha.md (call_vms): Likewise.
7820         (call_value_vms): Likewise.
7821         (unnamed osf call insns): Likewise.
7822
7823         * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
7824         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
7825
7826         * alpha.c (call_operand): Any reg is valid for WinNT.
7827         * alpha.md (call_nt, call_value_nt): Don't force address into $27.
7828         (anon nt calls): Add 'R' alternative.
7829         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
7830         INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
7831
7832 Fri Nov 14 06:59:33 1997  Jeffrey A Law  (law@cygnus.com)
7833
7834         * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
7835
7836         * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
7837         * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7838         * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7839
7840 Thu Nov 13 20:37:33 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7841
7842         * reload1.c (new_spill_reg): Improve fixed or forbidden register
7843         spill error message.
7844
7845 Thu Nov 13 20:29:08 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7846
7847         * prefix.c: Use stdarg.h only ifdef __STDC__.  Otherwise,
7848         use varargs.h.  Wrap header with <>, not "".
7849
7850 Thu Nov 13 20:21:17 1997  Jeffrey A Law  (law@cygnus.com)
7851
7852         * integrate.c (save_for_inline_copying): Add return value from
7853         savealloc.
7854
7855 Thu Nov 13 19:12:33 1997  Brendan Kehoe  <brendan@cygnus.com>
7856
7857         * fixincludes: Be a little more restrictive on what we will
7858         substitute to replace definitions of MAXINT for HPUX.
7859
7860 Thu Nov 13 18:41:02 1997  Michael Meissner  <meissner@cygnus.com>
7861
7862         * dbxout.c (dbxout_symbol_location): Don't assume that variables
7863         whose address is the stack or argument pointers are indirect
7864         pointers.
7865
7866 1997-11-13  Paul Eggert  <eggert@twinsun.com>
7867
7868         * cccp.c, cpplib.c (compare_defs):
7869         Don't complain about arg name respellings unless pedantic.
7870         * cpplib.c (compare_defs): Accept pfile as new arg.
7871         All callers changed.
7872
7873 Thu Nov 13 23:33:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7874
7875         * fold-const.c (fold_truthop): Fix bug in last change.
7876
7877 1997-11-13  Paul Eggert  <eggert@twinsun.com>
7878
7879         Fix some confusion with IEEE minus zero.
7880
7881         * real.h (REAL_VALUES_IDENTICAL): New macro.
7882
7883         * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
7884         * fold-const.c (operand_equal_p): Don't consider -0.0 to be
7885         identical to 0.0.
7886         * tree.c (simple_cst_equal): Don't consider -0.0 to have the
7887         same tree structure as 0.0.
7888
7889         * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
7890         macro instead of doing it by hand.
7891
7892 Thu Nov 13 16:56:14 1997  Jeffrey A Law  (law@cygnus.com)
7893
7894         * v850/lib1funcs.asm: Minor whitespace changes.
7895         * v850.c: Fix minor formatting problems in many places.
7896         (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
7897
7898 Thu Nov 13 12:53:44 1997  Jim Wilson  <wilson@cygnus.com>
7899
7900         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
7901         xplus1 when xplus0 is not a register.
7902
7903 Thu Nov 13 11:41:42 1997  Jeffrey A Law  (law@cygnus.com)
7904
7905         * flow.c (find_basic_blocks): During marking phase, if we encounter
7906         an insn with a REG_LABEL note, make the target block live and
7907         create an edge from the insn to the target block.  Do not make
7908         edges from all blocks to the target block.
7909
7910         * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
7911
7912         * confiugre.in: Tweak NCR entries.
7913         * configure: Rebuilt.
7914
7915 Thu Nov 13 11:07:41 1997  Michael Meissner  <meissner@cygnus.com>
7916
7917         * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
7918         pick apart floating point values, instead of using CONST_DOUBLE_LOW
7919         and CONST_DOUBLE_HIGH.
7920
7921         * rs6000.md (define_splits for DF constants): Use the appropriate
7922         REAL_VALUE_* interface to pick apart DF floating point constants in
7923         a machine independent fashion.
7924
7925 Thu Nov 13 00:06:58 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7926
7927         * fold-const.c (fold_truthop): When changing a one-bit comparison
7928         against zero into a comparison against mask, do a proper sign
7929         extension.
7930
7931 Wed Nov 12 09:37:01 1997  Jeffrey A Law  (law@cygnus.com)
7932
7933         * except.c: Do not include "assert.h".
7934         (save_eh_status): Turn asserts into conditional aborts.
7935         (restore_eh_status, scan_region): Likewise.
7936         * dwarfout.c: Do not include "assert.h".
7937         (bit_offset_attribute): Turn asserts into conditional aborts.
7938         (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
7939         (output_inlined_structure_type_die): Likewise.
7940         (output_inlined_union_type_die): Likewise
7941         (output_tagged_type_instantiation): Likewise.
7942         (dwarfout_file_scope_decl): Likewise.
7943         * dwarf2out.c: Do not include "assert.h"
7944         (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
7945         (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
7946         (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
7947         (add_bit_size_attribute, scope_die_for): Likewise.
7948         (output_pending_types_for_scope): Likewise.
7949         (get_inlined_enumeration_type_die): Likewise.
7950         (get_inlined_structure_type_die): Likewise.
7951         (get_inlined_union_type_die, gen_subprogram_die): Likewise.
7952         (gen_tagged_type_instantiation_die): Likewise.
7953
7954         * flow.c (find_basic_blocks): Refine further to get a more correct
7955         cfg, especially in the presense of exception handling, computed
7956         gotos, and other non-trivial cases.  Call abort if an inaccuracy
7957         is detected in the cfg.
7958
7959 Tue Nov 11 21:47:27 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7960
7961         * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
7962
7963         * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
7964         (skip_white_space): Use whitespace_cr.
7965         (check_newline): Handle whitespace more consistently.
7966
7967 Tue Nov 11 16:25:49 1997  Jim Wilson  <wilson@cygnus.com>
7968
7969         * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
7970         * i386/xm-cygwin32.h (POSIX): Define.
7971
7972 Mon Nov 10 20:53:11 1997  Gavin Koch  <gavin@cygnus.com>
7973
7974         * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
7975         is available elsewhere.
7976
7977 Mon Nov 10 16:21:58 1997  Doug Evans  <devans@canuck.cygnus.com>
7978
7979         * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
7980         what the instruction can handle.
7981
7982 Mon Nov 10 03:02:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
7983
7984         * stmt.c (expand_decl_cleanup_no_eh): New fn.
7985
7986         * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
7987
7988 Mon Nov 10 00:05:56 1997  Jeffrey A Law  (law@cygnus.com)
7989
7990         * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
7991         (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
7992
7993 Sun Nov  9 14:34:47 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7994
7995         * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
7996         swap instruction order.
7997
7998 Sun Nov  9 02:07:16 1997  Jeffrey A Law  (law@cygnus.com)
7999
8000         * fixinc.svr4 (__STDC__): Add another case.
8001
8002 Sun Nov  9 02:00:29 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8003
8004         * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
8005         addresses in the epilogue delay slot.
8006
8007 Sun Nov  9 01:40:40 1997  Manfred Hollstein  (manfred@s-direktnet.de)
8008
8009         * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
8010         in generated `specs' file.
8011
8012 Sun Nov  9 01:37:11 1997  Jim Wilson  (wilson@cygnus.com)
8013
8014         * flags.h (flag_rerun_loop_opt): Declare.
8015         * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
8016         * toplev.c (flag_rerum_loop_opt): Delete static.
8017
8018 Sat Nov  8 18:20:21 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8019
8020         Bring over from FSF:
8021
8022         Thu Oct 30 12:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8023
8024         * va-sh.h (__va_arg_sh1): Define.
8025         (va_arg): Use it.
8026         SH3E doesn't use any integer registers for subsequent arguments
8027         once a non-float value was passed in the stack.
8028         * sh.c (machine_dependent_reorg): If optimizing, put explicit
8029         alignment in front label for ADDR_DIFF_VEC.
8030         * sh.h (PASS_IN_REG_P): Fix SH3E case.
8031         (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
8032
8033         Tue Oct 28 15:06:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8034
8035         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
8036         svr4.h.
8037
8038         Mon Oct 27 16:11:52 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8039
8040         * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
8041         put an use_sfunc_addr before each sfunc.
8042         * sh.md (use_sfunc_addr, dummy_jump): New insns.
8043         (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
8044
8045         Tue Oct 21 07:12:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8046
8047         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
8048
8049 Fri Nov  7 10:22:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8050
8051         * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
8052         linked once FDEs.
8053
8054 Wed Nov  5 14:26:05 1997  Jeffrey A Law  (law@cygnus.com)
8055
8056         * alias.c (find_base_value): Only return the known base value for
8057         pseudo registers.
8058
8059 Wed Nov  5 11:27:14 1997  Jim Wilson  <wilson@cygnus.com>
8060
8061         * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
8062         * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
8063         to pattern.
8064         (prologue_get_pc_and_set_got): New pattern.
8065
8066 Tue Nov  4 20:36:50 1997  Richard Henderson  (rth@cygnus.com)
8067
8068         * alpha.c (summarize_insn): Handle ASM_OPERANDS.  Don't recurse
8069         for SUBREG, just fall through.
8070
8071         * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
8072
8073         * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
8074
8075 Tue Nov  4 18:49:42 1997  Jeffrey A Law  (law@cygnus.com)
8076
8077         * fixincludes: Fix "hypot" prototype in NeXT math.h.
8078
8079         * Makefile.in (USE_ALLOCA): Always include alloca.o.
8080         (USE_HOST_ALLOCA): Likewise.
8081
8082         * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
8083         and LABEL_REFS fields.
8084         * rtl.h (LABEL_REFS): Update.
8085
8086 Tue Nov  4 16:55:11 1997  Jim Wilson  <wilson@cygnus.com>
8087
8088         * combine.c (try_combine): When setting elim_i2, check whether newi2pat
8089         sets i2dest.  When calling distribute_notes for i3dest_killed, pass
8090         elim_i2 and elim_i1.  When setting elim_i1, check if newi2pat
8091         sets i1dest.
8092
8093         * mips.md (insv, extzv, extv): Add change_address call.
8094         (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
8095
8096         * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
8097
8098         * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
8099
8100         * mips.c (mips_expand_epilogue): Emit blockage insn before call to
8101         save_restore_insns if no FP and GP will be restored.
8102
8103         * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
8104         Convert CCmode to word_mode before calling GET_MODE_SIZE.
8105
8106         * acconfig.h (HAVE_INTTYPES_H): Undef.
8107         * configure.in (inttypes.h): Check for conflicts between sys/types.h
8108         and inttypes.h, and verify that intmax_t is defined.
8109         * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
8110         * config/mips/x-iris3: Likewise.
8111
8112 Tue Nov  4 16:07:15 1997  Jeffrey A Law  (law@cygnus.com)
8113
8114         * alias.c (find_base_value): When copying arguments, return the
8115         tenative value for a hard register.
8116
8117 Tue Nov  4 13:40:35 1997  Doug Evans  <devans@canuck.cygnus.com>
8118
8119         * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
8120         (yylex): Record wide strings using target endianness, not host.
8121
8122 Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
8123
8124         * mn10200.h (ASM_OUTPUT_BSS): Delete.
8125         (ASM_OUTPUT_ALIGNED_BSS): New macro
8126         * mn10300.h (ASM_OUTPUT_BSS): Delete.
8127         (ASM_OUTPUT_ALIGNED_BSS): New macro.
8128         * v850.h (ASM_OUTPUT_BSS): Delete.
8129         (ASM_OUTPUT_ALIGNED_BSS): New macro.
8130
8131 Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8132
8133         * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
8134
8135 Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
8136
8137         * configure.in (sco5): Use cpio to install header files.
8138
8139 Sun Nov  2 23:31:43 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8140
8141         * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
8142         14 char length.
8143         * configure: Rebuild.
8144
8145 Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
8146
8147         * i386/sco5.h: enable -gstabs once again.
8148
8149 Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
8150
8151         * arm.c (output_move_double): Allocate 3 entries in otherops array.
8152
8153 Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
8154
8155         * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
8156         notes for sjlj exceptions too.
8157         (expand_eh_region_end): Similarly for EH_REGION_END notes.
8158         (exception_optimize): Optimize EH regions for sjlj exceptions too.
8159         * final.c (final_scan_insn): Don't output labels for EH REGION
8160         notes if doing sjlj exceptions.
8161
8162 Sat Nov  1 19:15:28 1997  Jeffrey A Law  (law@cygnus.com)
8163
8164         * alias.c (init_alias_analysis): Handle -fno-alias-check when
8165         optimizing correctly.
8166
8167         * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
8168         or set current_function_calls_setjmp anymore.
8169
8170         * flow.c (find_basic_blocks): If we delete the label for an
8171         exception handler, remove it from the EH label list and remove
8172         the EH_BEGIN/EH_END notes for that EH region.
8173
8174 Sat Nov  1 16:44:49 1997  Jason Merrill  (jason@cygnus.com)
8175
8176         * flow.c (find_basic_blocks): Generate correct flow control
8177         information when exception handling notes are present.
8178
8179 Sat Nov  1 13:42:19 1997  Jeffrey A Law  (law@cygnus.com)
8180
8181         * dwarf2out.c (output_call_frame_info): Fix length argument
8182         to ASM_OUTPUT_ASCII.
8183         (output_die, output_pubnames, output_line_info): Likewise.
8184
8185 Fri Oct 31 07:10:09 1997  Jeffrey A Law  (law@cygnus.com)
8186
8187         * version.c: Bump for snapshot.
8188
8189         * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
8190         output ASCII by default.  Only use ASM_OUTPUT_DWARF_STRING if
8191         flag_debug_asm is on.
8192         (output_die, output_pubnames, output_line_info): Likewise.
8193
8194         * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
8195         and static_chain_rtx into the potential base values array if
8196         they are registers.
8197
8198         * alias.c (new_reg_base_value): New array of potential base values.
8199         (unique_id): Now file scoped static.
8200         (find_base_value, case REG): Return the value in reg_base_value
8201         array for the REG if it exists.  Else, return the value from
8202         new_reg_base_value if copying args and REG is a hard register.
8203         (find_base_value, case PLUS): If either operand of the PLUS is
8204         a REG, try to get its base value.  Handle base + index and
8205         index + base.
8206         (record_set): Use new_reg_base_value instead of reg_base_value.
8207         (init_alias_analysis): Allocate space for new_reg_base_value too.
8208         Rework code to iterate over the insns propagating base value
8209         information until nothing changes.
8210
8211         * global.c (global_alloc): Free the conflict matrix after
8212         reload has finished.
8213
8214 Fri Oct 31 01:45:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
8215
8216         * libgcc2.c (L_eh): Define __eh_pc.
8217         Replace __eh_type with generic pointer __eh_info.
8218
8219 Fri Oct 31 00:34:55 1996  J"orn Rennecke <amylaar@cygnus.co.uk>
8220
8221         * expr.c (expand_increment): When enqueing a postincrement for a MEM,
8222         use copy_to_reg if address is not a general_operand.
8223
8224 Fri Oct 31 00:16:55 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8225
8226         * profile.c (output_func_start_profiler): Clear flag_inline_functions
8227         for the duration of the call to rest_of_compilation.
8228
8229 Thu Oct 30 14:40:10 1997  Doug Evans  <devans@canuck.cygnus.com>
8230
8231         * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
8232         Set extra_parts.
8233         (sparc*-*-*): Recognize --with-cpu=v9.
8234         * sparc/elf.h: New file.
8235         * sparc/t-elf: New file.
8236
8237 Thu Oct 30 13:26:12 1997  Jeffrey A Law  (law@cygnus.com)
8238
8239         * mn10300.c (const_8bit_operand): New function.
8240         (mask_ok_for_mem_btst): New funtion.
8241         * mn10300.md (btst patterns with mem operands): Use new functions
8242         to avoid creating btst instructions with invalid operands.
8243
8244 Wed Oct 29 16:57:19 1997  Michael Meissner  <meissner@cygnus.com>
8245
8246         * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
8247         are running on PowerPC Linux.
8248
8249 Wed Oct 29 13:10:11 1997  Gavin Koch  <gavin@cygnus.com>
8250
8251         * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
8252         if not previously defined.
8253
8254 Tue Oct 28 23:55:27 1997  Doug Evans  (devans@cygnus.com)
8255
8256         * function.c (assign_parms): Correct mode of stack_parm if
8257         entry_parm underwent a mode conversion.
8258
8259 1997-10-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
8260
8261         * global.c (global_alloc): Use xmalloc instead of alloca for
8262         CONFLICTS, since max_allocno * allocno_row_words alone can be more
8263         than 2.5Mb sometimes.
8264
8265 Tue Oct 28 15:29:15 1997  Richard Henderson  <rth@cygnus.com>
8266
8267         * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
8268         DEST for the spill, adjust mode of SRC to compensate.
8269
8270 Tue Oct 28 14:36:45 1997  Richard Henderson  <rth@cygnus.com>
8271
8272         * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
8273         since any_memory_operand() allows pseudos during reload.
8274         (reload_inhi, reload_outqi, reload_outhi): Likewise.
8275
8276 Tue Oct 28 11:53:14 1997  Jim Wilson  <wilson@cygnus.com>
8277
8278         * m68k.md (btst patterns): Add 5200 support.
8279
8280 Tue Oct 28 11:58:40 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
8281
8282         * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
8283         optimizations, look inside dividend to determine if the expression
8284         can be simplified by using EXACT_DIV_EXPR.
8285
8286 Tue Oct 28 10:19:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
8287
8288         From Brendan:
8289         * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
8290
8291 Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
8292
8293         * alpha.c (summarize_insn [SUBREG]): Propogate SET.
8294
8295 Mon Oct 27 23:59:26 1997  Richard Henderson  <rth@cygnus.com>
8296
8297         * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
8298         on a CLOBBER.
8299
8300 Mon Oct 27 21:25:20 1997  Richard Henderson  <rth@cygnus.com>
8301
8302         * alpha.md (movqi, movhi): Make sure new insns created during reload
8303         won't need reloading themselves.
8304         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
8305
8306 Mon Oct 27 16:11:10 1997  Jeffrey A Law  (law@cygnus.com)
8307
8308         * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
8309
8310 Sun Oct 26 13:50:44 1997  Richard Henderson  <rth@cygnus.com>
8311
8312         * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
8313         Patch from Klaus Kaempf <kkaempf@progis.de>.
8314
8315 Sun Oct 26 13:31:47 1997  Jim Wilson  (wilson@cygnus.com)
8316
8317         * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
8318         to an element in a constant string.
8319
8320 Sun Oct 26 11:41:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
8321
8322         * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
8323         bit PC-relative offset.  The exception range table pointer is now in
8324         the CIE.
8325         * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
8326         (count_fdes, add_fdes, get_cie): Adjust.
8327         (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
8328
8329         From H.J. Lu:
8330         * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
8331
8332 Sun Oct 26 11:52:01 1997  Richard Henderson  <rth@cygnus.com>
8333
8334         * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
8335         like stack_pointer_rtx.
8336
8337 Sun Oct 26 11:32:16 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8338
8339         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8340         targets using "$@" to provide support for similar but not identical
8341         targets without having to duplicate code.
8342         (bootstrap4): New goal.
8343
8344         * Makefile.in (compare, compare-lean, compare3): Combined to one
8345         ruleset determining actions to be performed via $@.
8346         (compare4, compare4-lean): New targets.
8347         (gnucompare, gnucompare3): Combined to one ruleset determining
8348         actions to be performed via $@. Also, note which files failed
8349         the comparison test in .bad_compare.
8350         (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
8351
8352 Sun Oct 26 10:06:11 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
8353
8354         * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
8355         if the dividend is a multiple of the divisor.
8356
8357 Sun Oct 26 09:21:40 1997  Jeffrey A Law  (law@cygnus.com)
8358
8359         * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
8360
8361         * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
8362         and POS_DEC.
8363
8364         * alias.c (true_dependence): Fix typo.
8365
8366         * toplev.c (flag_rerun_loop_opt): New variable.
8367         (f_options): Handle -frerun-loop-opt.
8368         (rest_of_compilation): If -frerun-loop-opt, then run the loop
8369         optimizer twice.
8370         (main): Enable -frerun-loop-opt by default for -O2 or greater.
8371
8372         * loop.c (simplify_giv_expr): Adding two invariants results
8373         in an invariant.
8374
8375 Sun Oct 26 09:15:15 1997  Richard Henderson  <rth@cygnus.com>
8376
8377         * expr.c (get_inner_reference): Remove the array bias after
8378         converting the index to Pmode.
8379
8380 Sat Oct 25 12:20:58 1997  Jeffrey A Law  (law@cygnus.com)
8381
8382         * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
8383         (TARGET_MULT_BUG): Define.
8384         (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
8385         * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
8386
8387 Fri Oct 24 17:40:34 1997  Jeffrey A Law  (law@cygnus.com)
8388
8389         * mn10200.c (indirect_memory_operand): Delete unused function.
8390         * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
8391         * mn10200.md (bset, bclr insns): Handle output in a reg too.
8392
8393 Fri Oct 24 15:54:57 1997  Richard Henderson  <rth@cygnus.com>
8394
8395         * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
8396         the callee's ldgp, we must do it ourselves, and we use the jsr tag
8397         for more than scheduling.
8398
8399 Fri Oct 24 13:23:04 1997  Doug Evans  <devans@canuck.cygnus.com>
8400
8401         * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
8402
8403 Fri Oct 24 13:19:40 1997  Jeffrey A Law  (law@cygnus.com)
8404
8405         * mn10300.c (symbolic_operand, legitimize_address): New functions.
8406         * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
8407         (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
8408
8409 Thu Oct 23 09:35:12 1997  Jeffrey A Law  (law@cygnus.com)
8410
8411         * version.c: Bump for snapshot.
8412
8413 Thu Oct 23 08:03:59 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8414
8415         * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
8416         for FILENAME.
8417
8418 Wed Oct 22 00:34:12 1997  Jeffrey A Law  (law@cygnus.com)
8419
8420         * toplev.c (flag_exceptions): Default value is 2.
8421         (compile_file): If flag_exceptions still has the value 2, then
8422         set it to 0.
8423
8424         * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
8425         (rs6000_save_machine_status): Save pic_offset_table_rtx.
8426         (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
8427
8428         * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
8429         are shared.
8430
8431         * rs6000.md (*movsi_got_internal_mem): New pattern.
8432         (*movsi_got_internal_mem splitter): New define_split.
8433
8434 Tue Oct 21 18:14:03 1997  Jim Wilson  <wilson@cygnus.com>
8435
8436         * obstack.h (obstack_empty_p): Fix spurious space after backslash.
8437
8438 Tue Oct 21 18:34:01 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
8439
8440         * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
8441         only need to save LR.
8442
8443 Tue Oct 21 10:06:40 1997  Jeffrey A Law  (law@cygnus.com)
8444
8445         * mn10300.md (movqi, movhi): Avoid using address registers as
8446         destinations unless absolutely necessary.
8447
8448         * mn10200.c (expand_prologue): Fix typo.
8449
8450         * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
8451         addresses.
8452         * mn10200.md (neghi2): Provide an alternative which works if
8453         the input and output register are the same.
8454
8455         * mn10300.c (print_operand): Handle 'S'.
8456         * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
8457         shift amount in last alternative
8458
8459         * mn10300.c (expand_epilogue): Rework to handle register restores
8460         in "ret" and "retf" instructions correctly.
8461
8462 Mon Oct 20 16:47:08 1997  Jim Wilson  <wilson@cygnus.com>
8463
8464         * expmed.c (extract_bit_field): Don't make flag_force_mem disable
8465         extzv for memory operands.
8466
8467         * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
8468         redundant conditional moves to single operand.
8469
8470 Mon Oct 20 15:30:26 1997  Nick Clifton  <nickc@cygnus.com>
8471
8472         * v850.h: Move define of __v850__ from CPP_PREDEFINES
8473         to CPP_SPEC.
8474
8475         * xm-v850.h: Use __v850 rather than __v850__ to
8476         identify v850 port.
8477
8478 Mon Oct 20 14:15:02 1997  Jim Wilson  <wilson@cygnus.com>
8479
8480         * mips/mips.c (compute_frame_size): Not a leaf function if
8481         profile_flag set.
8482
8483 Mon Oct 20 14:16:38 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
8484
8485         * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
8486
8487 Mon Oct 20 12:28:17 1997  Doug Evans  <devans@canuck.cygnus.com>
8488
8489         * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
8490         (DEFAULT_ARCH32_P): New macro.
8491         (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
8492         (enum cmodel): Declare.
8493         (sparc_cmodel_string,sparc_cmodel): Declare.
8494         (SPARC_DEFAULT_CMODEL): Provide default.
8495         (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
8496         (TARGET_FULLANY): Deleted.
8497         (TARGET_CM_MEDMID): New macro.
8498         (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
8499         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
8500         (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
8501         (CPP_SPEC): Rewrite.
8502         (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
8503         (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
8504         (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
8505         (ASM_SPEC): Add %(asm_arch).
8506         (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
8507         Rename asm_default to asm_cpu_default.
8508         Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
8509         cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
8510         (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
8511         ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
8512         (MASK_INT64,MASK_LONG64): Delete.
8513         (MASK_ARCH64): Renamed to MASK_64BIT.
8514         (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
8515         (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
8516         (TARGET_SWITCHES): Always provide 64 bit options.
8517         (ARCH64_SWITCHES): Delete.
8518         (TARGET_OPTIONS): New option -mcmodel=.
8519         (INT_TYPE_SIZE): Always 32.
8520         (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
8521         (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
8522         (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
8523         (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
8524         * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
8525         CPP_SPEC.
8526         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8527         * sparc/linux.h: Likewise.
8528         * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
8529         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
8530         (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
8531         (SPARC_DEFAULT_CMODEL): Define.
8532         (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8533         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8534         (LONG_DOUBLE_TYPE_SIZE): Define.
8535         (ASM_SPEC): Add %(asm_arch).
8536         * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8537         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8538         (TARGET_CPU_DEFAULT): Add ultrasparc case.
8539         * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
8540         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
8541         (SPARC_DEFAULT_CMODEL): Define.
8542         * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
8543         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.  Delete
8544         MASK_LONG64, MASK_MEDANY.
8545         (SPARC_DEFAULT_CMODEL): Define.
8546         (CPP_PREDEFINES): Delete.
8547         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8548         (ASM_SPEC): Add %(asm_arch).
8549         (LONG_DOUBLE_TYPE_SIZE): Define.
8550         (DWARF2_DEBUGGING_INFO): Define.
8551         * sparc/splet.h (CPP_SPEC): Delete.
8552         * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8553         (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
8554         (BLOCK_PROFILER): Likewise.
8555         * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
8556         (sparc_override_options): Handle code model selection.
8557         (sparc_init_expanders): Renamed from sparc64_init_expanders.
8558         * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
8559         TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
8560         (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
8561         (sethi_di_fullany): Delete.
8562
8563 Mon Oct 20 02:00:18 1997  Klaus Kaempf <kkaempf@progis.de>
8564                           Jeff Law <law@cygnus.com>
8565                           Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8566
8567         * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
8568         (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
8569         (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
8570         (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
8571         * alpha/alpha.md (arg_home): Likewise.
8572
8573         * alpha/alpha.c (vmskrunch): Delete
8574         * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
8575         * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
8576         truncate to 64 characters.
8577
8578         * make-l2.com: Support openVMS/Alpha.
8579
8580         * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
8581
8582 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8583
8584         * longlong.h (count_leading_zeros): Add missing casts to USItype.
8585
8586 Sun Oct 19 18:44:06 1997  Jeffrey A Law  (law@cygnus.com)
8587
8588         * i386/bsd386.h (ASM_COMMENT_START): Define.
8589
8590 Sat Oct 18 13:47:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
8591
8592         * tree.c (restore_tree_status): Also free up temporary storage
8593         when we finish a toplevel function.
8594         (dump_tree_statistics): Print stats for backend obstacks.
8595
8596 Sat Oct 18 12:47:31 1997  Doug Evans  <dje@canuck.cygnus.com>
8597
8598         * expr.c (use_group_regs): Don't call use_reg for MEMs.
8599
8600 Sat Oct 18 09:49:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
8601
8602         * libgcc2.c (__throw): Don't copy the return address.
8603         * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
8604
8605         * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
8606         * toplev.c (main): Initialize exceptions_via_longjmp.
8607
8608         * tree.c: Add extra_inline_obstacks.
8609         (save_tree_status): Use it.
8610         (restore_tree_status): If this is a toplevel inline obstack and we
8611         didn't want to save anything on it, recycle it.
8612         (print_inline_obstack_statistics): New fn.
8613         * function.c (pop_function_context_from): Pass context to
8614         restore_tree_status.
8615         * obstack.h (obstack_empty_p): New macro.
8616
8617 Sat Oct 18 00:43:59 1997  Jeffrey A Law  (law@cygnus.com)
8618
8619         * i386/freebsd.h (ASM_COMMENT_START): Fix.
8620
8621 Fri Oct 17 23:48:52 1997  Jim Wilson  (wilson@cygnus.com)
8622
8623         * v850.c (ep_memory_offset): New function.
8624         (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
8625
8626         * v850.h (CONST_OK_FOR_*): Add and correct comments.
8627         (CONSTANT_ADDRESS_P): Add comment.
8628         (EXTRA_CONSTRAINT): Define 'U'.
8629         * v850.md: Add comments on bit field instructions.
8630         (addsi3): Delete &r/r/r alternative.  Add r/r/U alternative.
8631         (lshrsi3): Use N not J constraint.
8632
8633         * v850.md (v850_tst1+1): New define_split for tst1 instruction.
8634
8635         * v850.c (reg_or_0_operand): Call register_operand.
8636         (reg_or_int5_operand): Likewise.
8637         * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
8638         (TARGET_SWITCHES): Add "big-switch".
8639         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
8640         ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
8641         (CASE_DROPS_THROUGH): Comment out.
8642         (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
8643         * v850.md (cmpsi): Delete compare mode.
8644         (casesi): New pattern.
8645
8646         * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
8647         * v850.md (ashlsi3): Use SImode not QImode for shift count.
8648         (lshrsi3): Likewise.
8649
8650         * v850.c (print_operand): Add 'c', 'C', and 'z' support.  Delete
8651         unreachable switch statement after 'b' support.  Remove "b" from
8652         strings for 'b' support.
8653         * v850.md (branch_normal, branch_invert): Change %b to b%b.
8654
8655 Fri Oct 17 23:33:20 1997  Jeffrey A Law  (law@cygnus.com)
8656
8657         * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
8658         empty line if @inhibit_libc@ is empty.
8659
8660 Fri Oct 17 23:24:40 1997  Robert Lipe (robertl@dgii.com)
8661
8662         * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
8663         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
8664         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8665         (DWARF2_UNWIND_INFO): Let this track object file format.
8666         (EXTRA_SECTIONS): Add in_eh.
8667         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
8668         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8669
8670 Fri Oct 17 17:13:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
8671
8672         * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
8673         * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
8674         TARGET_MEDANY.
8675         * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
8676         (output_double_int): Output DI mode values correctly when
8677         HOST_BITS_PER_WIDE_INT is 64.
8678         (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
8679         fmovd so it works if a quad float ends up in one of the upper 32
8680         float regs.
8681         * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
8682         necessary for PIC support on sparc64.
8683
8684 Fri Oct 17 13:39:56 1997  Doug Evans  <dje@canuck.cygnus.com>
8685
8686         * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
8687         * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
8688         (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
8689         (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
8690         (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
8691         (SPARC_FP_ARG_FIRST): New macro.
8692         (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
8693         (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
8694         (NPARM_REGS): There are 32 fp argument registers now.
8695         (FUNCTION_ARG_REGNO_P): Likewise.
8696         (FIRST_PARM_OFFSET): Update to new v9 abi.
8697         (REG_PARM_STACK_SPACE): Define for arch64.
8698         (enum sparc_arg_class): Delete.
8699         (sparc_arg_count,sparc_n_named_args): Delete.
8700         (struct sparc_args): Redefine and use for arch32 as well as arch64.
8701         (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
8702         (FUNCTION_ARG_ADVANCE): Rewrite.
8703         (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
8704         (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
8705         (FUNCTION_ARG_CALLEE_COPIES): Delete.
8706         (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
8707         (STRICT_ARGUMENT_NAMING): Define.
8708         (doublemove_string): Declare.
8709         * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
8710         (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
8711         (doublemove_string): New function.
8712         (output_move_quad): Clean up some of the arch64 support.
8713         (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
8714         Don't add 8 bytes of reserved space if arch64.
8715         (sparc_builtin_saveregs): Combine arch32/arch64 versions.
8716         (init_cumulative_args): New function.
8717         (function_arg_slotno): New static function.
8718         (function_arg,function_arg_partial_nregs): New functions.
8719         (function_arg_{pass_by_reference,advance}): New functions.
8720         (function_arg_padding): New function.
8721         * ginclude/va-sparc.h: Rewrite v9 support.
8722
8723 Fri Oct 17 12:29:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
8724
8725         * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
8726         for hard regs to determine base and index registers.
8727
8728         * reload.c (debug_reload_to_stream): New function.  Specify stream
8729         into which to write debug info.
8730         (debug_reload): Modify to call debug_reload_to_stream with stderr.
8731
8732 Thu Oct 16 15:07:51 1997  Richard Henderson  <rth@cygnus.com>
8733
8734         * combine.c (can_combine_p): Don't combine with an asm whose
8735         output is a hard register.
8736
8737 Thu Oct 16 15:43:26 1997  Mike Stump  (mrs@wrs.com)
8738
8739         * c-decl.c (start_struct): Ensure that structs with forward
8740         declarations are in fact packed when -fpack-struct is given.
8741
8742         * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
8743         we are packing a structure.  This allows a structure with only
8744         bytes to be aligned on a byte boundary and have no padding on a
8745         m68k.
8746
8747 Thu Oct 16 15:17:54 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8748
8749         * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
8750
8751 Thu Oct 16 11:20:30 1997  Richard Henderson  <rth@cygnus.com>
8752
8753         * alpha.c (alpha_return_addr_rtx): New variable.
8754         (alpha_save_machine_status): New; save it.
8755         (alpha_restore_machine_status): New; restore it.
8756         (alpha_init_expanders): New; clear it.
8757         (alpha_return_addr): New; set it.
8758         (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
8759         is overly conservative, so search the insns explicitly.
8760         (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
8761         (alpha_sa_size [VMS && !VMS]): Likewise.
8762         * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
8763         (INIT_EXPANDERS): New definition.
8764
8765         * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
8766         (output_prolog [!VMS]): Use them.
8767
8768         * alpha.c (output_prolog [!VMS]): Move gp detection to ...
8769         (alpha_does_function_need_gp): ... a new function.  Refine the
8770         CALL_INSN test to just TYPE_JSR.
8771         * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
8772
8773 Thu Oct 16 09:36:47 1997  Jeffrey A Law  (law@cygnus.com)
8774
8775         * version.c: Bump for snapshot.
8776
8777 Wed Oct 15 21:38:18 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8778
8779         * pa.c (move_operand): Respect -mdisable-indexing.
8780         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
8781
8782 Wed Oct 15 21:34:45 1997  David Edelsohn  <edelsohn@mhpcc.edu>
8783
8784         * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
8785         PPC601.
8786         (umulsidi3,umulsi3_highpart): Ditto.
8787         (smulsi3_highpart_no_mq): Add !TARGET_POWER.
8788
8789 Wed Oct 15 18:21:46 1997  Richard Henderson  <rth@cygnus.com>
8790
8791         * alpha.c (final_prescan_insn): Gut, remove and transform to ...
8792         (alpha_handle_trap_shadows): ... a new function.  Handle the entire
8793         function in one go.  Emit RTL for trapb, instead of printf directly.
8794         (alpha_reorg): New function.  Call alpha_handle_trap_shadows.
8795         (trap_pending): Kill global variable.
8796         (output_epilog): Don't call final_prescan_insn.
8797         (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
8798         * alpha.h (FINAL_PRESCAN_INSN): Remove.
8799         (MACHINE_DEPENENT_REORG): Define.
8800         * alpha.md (jsr patterns with trapb): Stupid and useless.  Kill.
8801         (trapb): New insn.
8802
8803 Wed Oct 15 18:16:05 1997  Richard Henderson  <rth@cygnus.com>
8804
8805         Tune Haifa scheduler for Alpha:
8806         * alpha.h (ISSUE_RATE): Define.
8807         * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
8808         EV4 adjustments to EV5.
8809         * alpha.md: Remove all scaling from function unit delays.  Rework
8810         EV5 function units to match the CPU.
8811         (umuldi3_highpart): EV5 added the IMULH insn class.
8812
8813 Wed Oct 15 17:42:41 1997  Jeffrey A Law  (law@cygnus.com)
8814
8815         * pa.c (following_call): Fail if the CALL_INSN is an indirect
8816         call.
8817
8818 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
8819
8820         * cplus-dem.c (demangle_signature): Don't look for return types on
8821         constructors.  Handle member template constructors.
8822
8823 Tue Oct 14 11:30:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
8824
8825         * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
8826         * tree.h: Declare them.
8827
8828 Fri Oct 10 13:46:56 1997  Doug Evans  <dje@canuck.cygnus.com>
8829
8830         * configure.in: Handle --with-newlib.
8831         * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
8832
8833         * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
8834
8835 Wed Oct  8 14:37:44 1997  Jeffrey A Law  (law@cygnus.com)
8836
8837         * config/ptx4.h: Fix typo.
8838
8839 Wed Oct  8 08:57:20 1997  Jeffrey A Law  (law@cygnus.com)
8840
8841         * version.c: Bump for snapshot.
8842
8843 Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8844
8845         * aclocal.m4: Substitute INSTALL.
8846         * configure: Re-built.
8847
8848 Tue Oct  7 15:37:35 1997  Jeffrey A Law  (law@cygnus.com)
8849
8850         * integrate.c (save_for_inline_copying): Avoid undefined pointer
8851         operations.
8852         (expand_inline_function): Likewise.
8853
8854         * dwarf2out.c (output_call_frame_info): Reinstate last change
8855         using flag_debug_asm check instead of flag_verbose_asm.
8856
8857 Tue Oct  7 12:57:26 1997  Jim Wilson  <wilson@cygnus.com>
8858
8859         * dwarf2out.c (output_call_frame_info): Remove last change.
8860
8861 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8862
8863         * frame.c (__frame_state_for): Execute the FDE insns until the
8864         current pc value is strictly bigger than the target pc value.
8865
8866 Tue Oct  7 11:00:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
8867
8868         * regclass.c (init_reg_modes): If we can't find a mode for the
8869         register, use the previous one.
8870
8871 Tue Oct  7 10:55:34 1997  Richard Henderson  <rth@cygnus.com>
8872
8873         * haifa-sched.c (print_block_visualization): Call fprintf directly,
8874         don't sprintf through an alloca'ed buffer.
8875
8876 Tue Oct  7 10:52:29 1997  Thomas Koenig (ig25@rz.uni-karlsruhe.de)
8877
8878         * reload.c (decompose): Always initialize val.base.
8879
8880 Tue Oct  7 10:19:26 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
8881
8882         * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
8883         instead of aborting.
8884         * dwarf2out.c (output_call_frame_info): Call app_enable and
8885         app_disable to let GNU as accept the generated comments.
8886
8887 Tue Oct  7 11:41:21 1997  Michael Meissner  <meissner@cygnus.com>
8888
8889         * tree.h (get_file_function_name): Add declaration.
8890         * dwarf2out.c (output_call_frame_info): No need to cast
8891         get_file_function_name call anymore.
8892         * profile.c (toplevel): Remove get_file_function_name
8893         declaration.
8894         * c-lang.c (finish_file): Ditto.
8895
8896 Tue Oct  7 10:01:45 1997  Chip Salzenberg <chip@rio.atlantic.net>
8897
8898         * Makefile.in (program_transform_name): Let autoconf substitute
8899         the correct value.
8900
8901 Tue Oct  7 09:54:35 1997  Jeffrey A Law  (law@cygnus.com)
8902
8903         * haifa-sched.c (schedule_block): If the first real insn in a
8904         block has any special notes attached to it, remove them.
8905
8906 Tue Oct  7 09:48:51 1997  Richard Henderson  <rth@cygnus.com>
8907
8908         * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
8909
8910 Mon Oct  6 12:47:32 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
8911
8912         * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
8913
8914 Mon Oct  6 12:04:24 1997  Jeffrey A Law  (law@cygnus.com)
8915
8916         * Makefile.in (check-g77): New test target.
8917         (CHECK-TARGETS): Add check-g77.
8918
8919 Fri Oct  3 11:56:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8920
8921         * toplev.c (rest_of_compilation): Defer all non-nested inlines.
8922
8923 Fri Oct  3 15:49:27 1997  Michael Meissner  <meissner@cygnus.com>
8924
8925         * flow.c (print_rtl_with_bb): Cast alloca return value for
8926         in_bb_p.
8927
8928 Thu Oct  2 21:15:03 1997  Richard Henderson  <rth@cygnus.com>
8929
8930         * i386.h (RETURN_ADDR_RTX): New definition that works for
8931         __builtin_return_address(0) and -fomit-frame-pointer.
8932
8933 Wed Oct  1 13:43:53 1997  Jim Wilson  <wilson@cygnus.com>
8934
8935         Bring over from FSF.
8936         Tue Aug  5 16:10:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
8937
8938         * mips.c (function_arg): Handle passing a struct
8939         containing a double in a DFmode register without the PARALLEL.
8940
8941 Wed Oct  1 11:13:25 1997  Ian Lance Taylor  <ian@cygnus.com>
8942
8943         * pexecute.c: Use spawn if __CYGWIN32__.
8944
8945         * pexecute.c: Include "config.h" first, as per autoconf manual
8946         (from Paul Eggert  <eggert@twinsun.com>).
8947
8948 Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
8949
8950         * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
8951         optimisation for f/expr.o and f/stb.o.
8952
8953 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
8954
8955         * cse.c (this_insn_cc0_mode): Initialize.
8956
8957 Tue Sep 30 23:09:40 1997  Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
8958
8959         * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
8960
8961         * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
8962
8963 Tue Sep 30 23:06:43 1997  Richard Henderson  <rth@cygnus.com>
8964
8965         * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
8966         that pair will dual-issue on the 21164 and plus+beq won't.
8967         (bne): Likewise for cmpeq+beq.
8968
8969 Tue Sep 30 16:07:58 1997  Jim Wilson  <wilson@cygnus.com>
8970
8971         * except.c (find_exception_handler_labels): Correct argument to free.
8972
8973 Tue Sep 30 11:00:00 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8974
8975         * except.c (find_exception_handler_labels): Free LABELS when we're
8976         done.
8977
8978 Mon Sep 29 14:04:35 1997  Jeffrey A Law  (law@cygnus.com)
8979
8980         * version.c: Bump for snapshot.
8981
8982 Mon Sep 29 10:51:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8983
8984         * flow.c (find_basic_blocks): Mark calls as potentially jumping
8985         to the EH labels.
8986
8987 Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
8988
8989         * configure.in: Substitute for "install" too.
8990         * configure: Rebuilt.
8991
8992 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8993
8994         * Makefile.in (bootstrap-lean, compare-lean): New targets.
8995
8996 Mon Sep 29 00:18:16 1997  Richard Henderson  (rth@cygnus.com)
8997
8998         * alias.c (base_alias_check): Two symbols can conflict if they
8999         are accessed via AND.
9000         (memrefs_conflict_p): Likewise.
9001
9002         * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
9003         after flushing argument registers to the stack.
9004
9005         * Makefile.in (mostlyclean): Remove .regmove files.
9006
9007 Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
9008
9009         * libgcc2.c (__throw): Fix thinko.
9010
9011 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
9012
9013         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
9014         template-function mangling.
9015         (consume_count_with_underscores): New function.
9016         (demangle_signature): Handle new name-mangling scheme.
9017
9018 Sun Sep 28 01:55:04 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9019
9020         * flow.c (print_rtl_with_bb): Cast alloca return values for variables
9021         start and end.
9022
9023 Sun Sep 28 01:05:16 1997  Jeffrey A Law  (law@cygnus.com)
9024
9025         * frame.c: Remove last change.
9026         * dwarf2.h: Remove last change.
9027         * tree.h: Add declarations of DWARF2 unwind info support
9028         functions.
9029
9030 Sat Sep 27 11:02:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9031
9032         * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
9033         * tree.h (built_in_function): Likewise.
9034         * expr.c (expand_builtin): Likewise.
9035         * except.h: Likewise.
9036         * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
9037         * libgcc2.c (copy_reg): New fn.
9038         (__throw): Use it.
9039
9040 Fri Sep 26 08:54:59 1997  Paul Eggert  <eggert@twinsun.com>
9041
9042         * c-typeck.c (build_binary_op): Warn about comparing signed vs
9043         unsigned if -W is specified and -Wno-sign-compare is not.
9044         * c-decl.c (warn_sign_compare): Initialize to -1.
9045         (c_decode_option): -Wall no longer implies -Wsign-compare.
9046
9047 Fri Sep 26 09:00:13 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9048
9049         * frame.c: Include gansidecl.h for PROTO.
9050         * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
9051         defined.  Don't declare dwarf2out_cfi_label here.
9052         * dwarf2.h: Add declarations of DWARF2 unwind info support
9053         functions.
9054         * m68k.c: Include dwarf2.h.
9055         (output_function_prologue): Add dwarf2 support.
9056         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
9057         (INCOMING_FRAME_SP_OFFSET): Likewise.
9058
9059         * integrate.c (expand_inline_function): Make sure there is at
9060         least one insn that can be used as an insertion point.
9061
9062 Wed Sep 24 21:34:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
9063
9064         * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
9065
9066 Wed Sep 24 22:05:30 1997  Jeffrey A Law  (law@cygnus.com)
9067
9068         * version.c: Bump for snapshot.
9069
9070 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
9071
9072         Bring over from FSF.
9073
9074         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
9075
9076         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
9077         (get_pc_via_rdpc): Renamed from get_pc_sp64.
9078         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
9079
9080         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
9081
9082         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
9083         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
9084         -malign-functions=.
9085         (sparc_align_{loops,jumps,funcs}_string): Declare.
9086         (sparc_align_{loops,jumps,funcs}): Declare.
9087         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
9088         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
9089         (STACK_BIAS): Define.
9090         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
9091         test.
9092         (SPARC_SETHI_P): New macro.
9093         (CONST_OK_FOR_LETTER_P): Use it.
9094         (ASM_OUTPUT_ALIGN_CODE): Define.
9095         (ASM_OUTPUT_LOOP_ALIGN): Define.
9096         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
9097         (sparc_align_{loops,jumps,funcs}): New globals.
9098         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
9099         -malign-functions=.
9100         (move_operand): Use SPARC_SETHI_P.
9101         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
9102         perform test.
9103         (arith11_double_operand): Likewise.
9104         (arith10_double_operand): Likewise.
9105         (finalize_pic): Finish sparc64 support.
9106         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
9107         64 bit constants if able.
9108         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
9109         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
9110         ! TARGET_FPU.
9111         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
9112         (get_pc_sp32): Use for sparc64 as well.
9113         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
9114         (sethi_di_sp64_const): Likewise.
9115         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
9116         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
9117         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
9118
9119         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
9120
9121         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
9122         * sparc/linux.h (COMMENT_BEGIN): Likewise.
9123         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
9124
9125         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
9126
9127         Add sparc64 linux support.
9128         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
9129         to xm_file list on 32-bit sparc-linux.
9130         * sparc/xm-sp64.h: New file.
9131         * sparc/linux64.h: New file.
9132         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
9133         Don't include xm-sparc.h.
9134         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
9135         * glimits.h (LONG_MAX): Handle sparc64.
9136
9137         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
9138
9139         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
9140         * sparc.h (ASM_COMMENT_START): Define.
9141         * sparc.c (output_function_prologue): Use it.
9142         (sparc_flat_output_function_{epi,pro}logue): Likewise.
9143
9144         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
9145
9146         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
9147         use sparc.h's copies.
9148         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
9149         ascii form as well.
9150
9151         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9152
9153         * sparc.c (dwarf2out_cfi_label): Add declaration.
9154         (save_regs, output_function_prologue): Remove cast for it.
9155         (sparc_flat_{save_restore,output_function_prologue): Likewise.
9156         ({save,restore}_regs): No longer inline.
9157
9158 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9159
9160         * fold-const.c (make_range): Correctly handle cases of converting
9161         from unsigned to signed type.
9162
9163 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
9164
9165         * fold-const.c (merge_ranges): Make sure that if one range is subset
9166         of another, it will always be the second range.  Correct (+,-) case to
9167         account for this.
9168
9169 Tue Sep 23 08:32:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
9170
9171         * final.c (final_end_function): Also do dwarf2 thing if
9172         DWARF2_DEBUGGING_INFO.
9173         (final_start_function): Likewise.
9174
9175 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
9176
9177         * expmed.c (expand_divmod): If compute_mode is not the same as
9178         mode, handle the case where convert_modes() causes op1 to no
9179         longer be a CONST_INT.
9180
9181         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
9182         note holding get_jump_flags() calculation to all JUMP_INSNs.
9183         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
9184         * rtl.c (reg_note_name): Add new note types.
9185
9186 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
9187
9188         * rtlanal.c (computed_jump_p): Fix typo in last change.
9189
9190 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9191
9192         * loop.c (indirect_jump_in_function_p): Return 0
9193         by default.
9194
9195 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
9196
9197         * rs6000/xm-rs6000.h: Fix thinko in last change.
9198         * rs6000/xm-sysv4.h: Likewise.
9199
9200 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
9201
9202         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
9203
9204 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
9205
9206         * reg-stack.c (find_blocks): Fix thinko in last change.
9207
9208 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9209
9210         * m68k.c (output_function_prologue): Add dwarf2 support.
9211
9212         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
9213         INCOMING_FRAME_SP_OFFSET): New definitions.
9214
9215 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
9216
9217         * combine.c (try_combine): Use NULL_RTX instead of '0' where
9218         appropriate in calls to gen_rtx().
9219         * cse.c (cse_main): Likewise.
9220         * emit-rtl.c (gen_label_rtx): Likewise.
9221         * expr.c (init_expr_once): Likewise.
9222         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
9223         sched_analyze, init_rgn_data_dependences,
9224         compute_block_backward_dependences): Likewise.
9225         * sched.c (schedule_insns): Likewise.
9226         * varasm.c (immed_double_const): Likewise.
9227
9228         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
9229         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
9230
9231 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
9232
9233         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
9234         (MULTILIB_DEFAULTS): Define.
9235         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
9236         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
9237         (LIBGCC_SPEC): Likewise.
9238         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
9239         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
9240         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
9241         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
9242         (EXTRA_PARTS, TAROUTOPTS): Delete.
9243         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
9244         (MULTILIB_OPTIONS): Define.
9245         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
9246         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
9247
9248 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
9249
9250         * version.c: Bump for snapshot.
9251
9252 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
9253
9254         * loop.c (loop_number): Delete function.  Change all references
9255         to use uid_loop_num array.
9256         * loop.h (loop_number): Delete declaration.
9257         * unroll.c (unroll_loop): Change "loop_number" references to
9258         use uid_loop_num instead.
9259
9260         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
9261         conditional.
9262         (loop_unroll_iter): Remove unused variable and all references.
9263         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
9264         (insert_bct): Fix minor formatting problems.
9265         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
9266         (loop_unroll_iter): Removed unused decl.
9267         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
9268         Always record the unrolling factor.
9269
9270         * cse.c (simplify_relational_operation): Set h0u just like h0s.
9271         Similarly for h1u and h1s.
9272
9273         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
9274         (find_basic_blocks): Use computed_jump_p to determine if a
9275         particular JUMP_INSN is a computed jump.
9276         * reg-stack.c (find_blocks): Use computed_jump_p to determine
9277         if a particular JUMP_INSN is a computed jump.
9278         * rtlanal.c (jmp_uses_reg_or_mem): New function.
9279         (computed_jump_p): Likewise.
9280         * rtl.h (computed_jump_p): Declare.
9281         * genattrtab.c (pc_rtx): Define and initialize.
9282         * loop.c (loop_optimize): Always determine if the current
9283         function has a computed jump.
9284         (indirect_jump_in_function_p): Use computed_jump_p to determine
9285         if a particular JUMP_INSN is a computed jump.
9286
9287         * loop.c (fix_bct_param): Delete unused function.
9288         (check_bct_param): Likewise.
9289
9290 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
9291
9292         * frame.c (__deregister_frame): Check properly for initialized object.
9293
9294 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9295
9296         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
9297
9298 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9299
9300         * jump.c (thread_jumps): check can_reverse_comparison_p before
9301         threading a reversed-condition jump.
9302
9303         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
9304         * haifa-sched.c (update_flow_info): Likewise.
9305
9306 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
9307
9308         * Makefile.in (BOOT_CFLAGS): Use -O2.
9309
9310         * configure.in (strtoul, bsearch): Have autoconf check for these
9311         functions.
9312         * configure, config.in: Rebuilt.
9313
9314         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
9315         * mips/mips.h (alloca): Likewise.
9316         * rs6000/xm-rs6000.h (alloca): Likewise.
9317         * rs6000/xm-sysv4.h: Likewise.
9318
9319 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
9320
9321         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
9322         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
9323         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
9324
9325         * except.c (end_eh_unwinder): Subtract 1 from return address.
9326         * libgcc2.c (__throw): Likewise.
9327         (find_exception_handler): Don't change PC here.  Compare end with >.
9328
9329 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
9330
9331         * v850.c (compute_register_save_size): Correct register
9332         number.
9333         * v850.md (save_interrupt, return_interrupt): Correct
9334         register number.
9335         * v850/lib1funcs.asm (save_interrupt): Correct register number.
9336         (return_interrupt): Use stack pointer, not element pointer.
9337
9338 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
9339
9340         * configure.in, configure: Make sure to create the stage* and include
9341         symbolic links in each subdirectory.
9342
9343 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
9344
9345         * pa.md (reload_peepholes): Don't allow addresses with side
9346         effects for the memory operand.
9347
9348 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9349
9350         * libgcc2.c (find_exception_handler): Subtract one from our PC when
9351         looking for a handler, to avoid hitting the beginning of the next
9352         region.
9353
9354         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
9355
9356 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
9357
9358         * mips/abi64.h (LONG_MAX_SPEC): Define.
9359         * mips.h (LONG_MAX_SPEC): Define.
9360         (CPP_SPEC): Include long_max_spec.
9361         (EXTRA_SPECS): Include long_max_spec.
9362
9363 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
9364
9365         * v850.c (construct_save_jarl): Fix thinko in last change.
9366
9367 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
9368
9369         * version.c: Bump for snapshot.
9370
9371 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9372
9373         * libgcc2.c (find_exception_handler): Not found is -1.
9374
9375         * integrate.c (expand_inline_function): Move expand_start_bindings
9376         after expanding the arguments.
9377
9378 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
9379
9380         * expr.c (expand_expr): Remove previous incorrect change.
9381         If target and slot has no DECL_RTL, then call mark_addressable
9382         again for the slot after we give it RTL.
9383
9384 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
9385
9386         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
9387         again for the slot after we give it RTL.
9388
9389 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
9390
9391         * v850.c (register_is_ok_for_epilogue,
9392         pattern_is_ok_for_epilogue, construct_restore_jr,
9393         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
9394
9395         * v850.h (pattern_is_ok_for_prologue,
9396         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
9397         predicates.
9398
9399         * v850.md: Replace prologue and epilogue patterns with a
9400         match_parallel pattern.
9401
9402 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
9403
9404         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
9405         * configure.in: Use EGCS_PROG_INSTALL.
9406
9407 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
9408
9409         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
9410         extern inline function.
9411
9412 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
9413
9414         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
9415         (concat_loc_descriptor): New function.
9416         (loc_descriptor): Call it.
9417         (add_AT_location_description): Also elide the descriptor if both
9418         halves of a CONCAT are pseudos.
9419         (add_location_or_const_value_attribute): Recognize CONCAT too.
9420
9421 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
9422
9423         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
9424
9425         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
9426         out-or-range reg_offset.
9427         (output_epilog): Likewise.
9428
9429 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
9430
9431         * cse.c (simplify_relational_operation): If MODE specifies a
9432         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
9433         is derived from the sign bit of the low word.
9434
9435 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9436
9437         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
9438
9439         * dwarf2.h: Add DW_CFA_GNU_args_size.
9440         * frame.c (execute_cfa_insn): Likewise.
9441         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
9442         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
9443         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
9444         insn, hand it off to dwarf2out_stack_adjust.
9445         (dwarf2out_begin_prologue): Initialize args_size.
9446         * frame.h (struct frame_state): Add args_size.
9447         * libgcc2.c (__throw): Use args_size.
9448         * final.c (final_scan_insn): If we push args, hand off all insns
9449         to dwarf2out_frame_debug.
9450         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
9451
9452         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
9453         Handle epilogue restore of SP from FP.
9454         * emit-rtl.c (gen_sequence): Still generate a sequence if the
9455         lone insn has RTX_FRAME_RELATED_P set.
9456
9457         * frame.c (extract_cie_info): Handle "e" augmentation.
9458         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
9459         absence of UNALIGNED_*_ASM_OP.
9460         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
9461         (output_call_frame_info): Use "e" instead of "z" for augmentation.
9462         Don't emit augmentation fields length.
9463         (dwarf2out_do_frame): Move outside of #ifdefs.
9464         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
9465         opcodes.
9466
9467         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
9468         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
9469         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
9470         * sparc/sun4gas.h: New file.
9471         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
9472
9473         * collect2.c (write_c_file_stat, write_c_file_glob): Declare
9474         __register_frame_table and __deregister_frame.
9475
9476 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
9477
9478         * except.c (find_exception_handler_labels): Use xmalloc instead of
9479         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
9480         in some cases.
9481
9482 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
9483
9484         * Makefile.in: Various changes to build info files
9485         in the object tree rather than the source tree.
9486
9487 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
9488
9489         * fixinc.math: New file to fix math.h on some systems.
9490         * configure.in (freebsd, netbsd): Use fixinc.math on these
9491         systems.
9492         * configure: Rebuilt.
9493
9494 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
9495
9496         * regmove.c (regmove_optimize): If we end up moving the
9497         original insn due to lifetime overlaps, make sure to move
9498         REG_NOTES too.
9499
9500 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9501
9502         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
9503
9504 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
9505
9506         * haifa-sched.c (add_branch_dependences): Make each insn in
9507         a SCHED_GROUP_P block explicitly depend on the previous insn.
9508
9509 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
9510
9511         * except.h: Prototype dwarf2 hooks.
9512         * expr.c: Adjust.
9513
9514 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
9515
9516         * configure.in (native_prefix): Delete.
9517         (mips-dec-netbsd): Don't set prefix.
9518         (*linux*): Don't set prefix.
9519
9520 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
9521
9522         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
9523         defined.  If not defined, include <sys/varargs.h> if
9524         HAVE_SYS_VARARGS_H is defined.
9525         * configure.in: Test for varargs.h and sys/varargs.h.
9526         * configure: Regenerate with autoconf.
9527         * config.in: Regenerate with autoheader.
9528
9529         * cpplib.c (quote_string): Cast first arg of sprintf call
9530         from "unsigned char *" to "char *".
9531         (output_line_command): Ditto.
9532         (macroexpand): Ditto.
9533         (do_line): Cast atoi arg from "unsigned char *" to "char *".
9534
9535 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
9536
9537         * version.c: Bump for snapshot.
9538
9539         * Makefile.in (compare): Exit with nonzero status if there
9540         are comparison failures.  Note which files failed the
9541         comparison test in .bad_compare.
9542
9543 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9544
9545         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
9546
9547 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
9548
9549         * Makefile.in (LN, LN_S): New macros, use where appropriate.
9550         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
9551         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
9552         * configure: Regenerated.
9553
9554 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
9555
9556         * loop.c (strength_reduce): Fix typo.
9557
9558 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
9559
9560         * m88k/m88k.c (struct option): Rename to struct options.
9561         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
9562         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
9563         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
9564         __DOLPHIN__ or sysV88.
9565
9566 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
9567
9568         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
9569         create new subreg.
9570
9571 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9572
9573         * config.sub: Accept 'amigados' for backward compatability.
9574
9575 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9576
9577         * Makefile.in (testsuite/site.exp): New target.
9578         (check-gcc, check-g++): Depend on testsuite/site.exp.
9579         Don't stop for failure.
9580
9581 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
9582
9583         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
9584         if DWARF2_UNWIND_INFO.
9585
9586 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
9587
9588         Add support for exception handling using DWARF 2 frame unwind info.
9589         Currently works on SPARC and MIPS, and almost on x86.
9590
9591         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
9592         next_stack_level, in_reg_window): Helper fns.
9593         (__throw): Implement for DWARF2_UNWIND_INFO.
9594
9595         * expr.c (expand_builtin): Handle builtins used by __throw.
9596         * tree.h (enum built_in_function): Add builtins used by __throw.
9597         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
9598         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
9599         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
9600         (expand_builtin_extract_return_addr): Likewise.
9601         (expand_builtin_frob_return_addr): Likewise.
9602         (expand_builtin_set_return_addr_reg): Likewise.
9603         (expand_builtin_eh_stub): Likewise.
9604         (expand_builtin_set_eh_regs): Likewise.
9605         (eh_regs): Choose two call-clobbered registers for passing back values.
9606
9607         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
9608         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
9609         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
9610         (stmp-multilib): Likewise.
9611         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
9612
9613         * except.c: #include "defaults.h".
9614         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
9615         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
9616         (register_exception_table_p): New fn.
9617         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
9618         (end_eh_unwinder): Likewise.
9619
9620         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
9621         call __register_frame and __deregister_frame as needed.
9622         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
9623         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
9624         EH_FRAME_SECTION_ASM_OP.
9625         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
9626         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
9627         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
9628
9629         * dwarf2out.c (output_call_frame_info): If no support for
9630         EXCEPTION_SECTION, mark the start of the frame info with a
9631         collectable tag.
9632         * collect2.c (frame_tables): New list.
9633         (is_ctor_dtor): Recognise frame entries.
9634         (scan_prog_file): Likewise.
9635         (main): Pass -fno-exceptions to sub-compile.  Also do collection
9636         if there are any frame entries.
9637         (write_c_file_stat): Call __register_frame_table and
9638         __deregister_frame as needed.
9639         (write_c_file_glob): Likewise.
9640
9641         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
9642         Also require unaligned reloc support.
9643         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
9644         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
9645         * sparc/sysv4.h: Not here.
9646
9647         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
9648         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
9649         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
9650
9651         * libgcc2.c (L_eh): Reorganize, moving code shared by different
9652         EH implementations to the top.
9653         (find_exception_handler): Split out.  Start from 0.  Compare against
9654         end with >=.
9655         (__find_first_exception_table_match): Use it.
9656         * except.c (output_exception_table): Don't do anything if there's
9657         no table.  Don't output a first entry of zeroes.
9658         (eh_outer_context): Adjust properly.
9659         (add_eh_table_entry): Use xrealloc.
9660         * toplev.c (compile_file): Just call output_exception_table.
9661
9662 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
9663
9664         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
9665
9666 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
9667
9668         * except.c (eh_outer_context): Do masking using expand_and.
9669
9670 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
9671
9672         Add port done awhile ago for the ARC cpu.
9673         * arc/arc.h: New file.
9674         * arc/arc.c: New file.
9675         * arc/arc.md: New file.
9676         * arc/initfini.c: New file.
9677         * arc/lib1funcs.asm: New file.
9678         * arc/t-arc: New file.
9679         * arc/xm-arc.h: New file.
9680         * ginclude/va-arc.h: New file.
9681         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
9682         * ginclude/varargs.h: Likewise.
9683         * Makefile.in (USER_H): Add va-arc.h.
9684         * configure.in (arc-*-elf*): Recognize.
9685         * longlong.h: Add ARC support.
9686
9687 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
9688
9689         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
9690         when clearing non-BLKmode data.
9691
9692 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9693
9694         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
9695         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
9696
9697         * xm-m88k.h (USG): Only define if it hasn't already been defined.
9698
9699         * Makefile.in (risky-stage1): Delete gratutious whitespace.
9700
9701         * Makefile.in (clean): Delete libgcc1-test.
9702
9703         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
9704
9705 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
9706
9707         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
9708         template.
9709
9710 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9711
9712         * dwarf2out.c (output_call_frame_info): Call named_section.
9713
9714 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
9715
9716         * haifa-sched.c (print_value): Fix last change.
9717
9718 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9719
9720         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
9721         write_symbols.
9722
9723 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
9724
9725         * mips.c (function_prologue): Set up the CFA when ABI_32.
9726
9727         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
9728         for dwarf2 unwind info.
9729         (output_function_prologue, sparc_flat_output_function_prologue): Same.
9730
9731         * final.c (final_end_function): Check dwarf2out_do_frame instead
9732         of DWARF2_DEBUG for dwarf2 unwind info.
9733         (final_scan_insn): Likewise.
9734         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
9735         (final): Not here.
9736
9737         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
9738         count > 0.
9739
9740         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
9741
9742 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
9743
9744         * v850.h (ASM_SPEC): Pass on target processor.
9745         (CPP_PREDEFINES): Only define if not already specified.
9746         (TARGET_VERSION): Only define if not already specified.
9747         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
9748         processor.
9749         (EXTRA_SWITCHES): Extra entries in the switches array.
9750         (TARGET_DEFAULT): Set default target processor.
9751
9752 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
9753
9754         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
9755         cases, add %# and %/, and add : to make them into extended asms.
9756
9757 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
9758
9759         * alias.c (init_alias_analysis): Clean up incompatible pointer
9760         type warning in bzero.
9761         * regmove.c (regmove_optimize): Ditto.
9762         * haifa-sched.c (find_rgns): Ditto.
9763
9764         * haifa-sched.c (print_value): Clean up ptr->int cast
9765         warnings.
9766
9767 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9768
9769         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
9770         * install.texi (Configurations): Ditto.
9771         * config.sub: Ditto.
9772
9773 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
9774
9775         * Makefile.in (sdbout.o): Depend on insn-config.h.
9776
9777 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
9778
9779         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
9780         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
9781
9782 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
9783
9784         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
9785         prologue insn, only the first elt is significant.
9786         (output_call_frame_info): For exception handling, always use 4-byte
9787         fields as specified by the dwarf2 spec.
9788         Don't skip trivial FDEs.
9789
9790 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
9791
9792         * version.c: Bump for snapshot.
9793
9794 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
9795
9796         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
9797         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
9798         when op1_is_pow2.
9799
9800 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
9801
9802         * final.c (shorten_branches): During first pass, assume worst
9803         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
9804
9805         * Makefile.in (distclean): Remove various things left around
9806         by running the testsuite.
9807
9808 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9809
9810         * configure.in (out_file): Emit definition to config.status in order
9811         to have a defined value for configure.lang.
9812         * configure: Re-built.
9813
9814 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
9815
9816         * configure.in: Make symlink to as-new rather than as.new.  Similarly
9817         for ld-new.
9818         * configure: Rebuilt.
9819
9820 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
9821
9822         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
9823
9824 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
9825
9826         * sparc/sparc.md: Add ultrasparc scheduling support.
9827         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
9828
9829 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9830
9831         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
9832         as initial value for real_label_map.
9833         (copy_for_inline): Likewise.
9834
9835 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9836
9837         * sched.c (update_flow_info) When looking if to set found_split_dest
9838         or found_orig_dest, look at all parts of a PARALLEL.
9839         * haifa-sched.c (update_flow_info): Likewise.
9840
9841 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
9842
9843         * v850: New directory for v850 port.
9844         * v850/lib1funcs.asm: New file.
9845         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
9846         * ginclude/va-v850.h: New file.
9847         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
9848         * configure.in (mn10200-*-*): New target.
9849         * configure: Rebuilt.
9850         * config.sub: Handle v850-elf.
9851         * Makefile.in (USER_H): Add va-mn10200.h.
9852         * invoke.texi: Document v850 stuff.
9853
9854 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
9855
9856         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
9857         has integer TYPE_{MAX,MIN}_VALUE before using them.
9858
9859         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
9860         __HPUX_ASM__ versions.
9861
9862 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
9863
9864         * install.sh: Delete duplicate install script.
9865
9866 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
9867
9868         * reg-stack.c (subst_stack_regs): Pop the stack register for a
9869         computed goto which sets the same stack register.
9870
9871         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
9872         destination are both on the regstack.
9873         (subst_stack_regs_pat): Put the destination at the top of the regstack.
9874
9875 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
9876
9877         * mips.md (nonlocal_goto_receiver): Define.
9878
9879         * profile.c (output_arc_profiler): Check next_insert_after for non
9880         NULL before deferencing it.
9881
9882         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
9883
9884 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
9885
9886         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
9887
9888 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
9889
9890         * toplev.c (rest_of_compilation): For passes starting with
9891         flow_analysis, use print_rtl_with_bb instead of print_rtl.
9892
9893         * print-rtl.c (print_rtl_single): Print a single rtl value to a
9894         file.
9895
9896         * flow.c (print_rtl_with_bb): Print which insns start and end
9897         basic blocks.  For the start of a basic block, also print the live
9898         information.
9899
9900 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
9901
9902         * toplev.c (main): Change #elif to #else/#ifdef
9903
9904         * tlink.c: Include ctype.h.
9905         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
9906
9907 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
9908
9909         * bitmap.c: Conditionally include stdlib.h.
9910         (free): Provide a declaration if NEED_DECLARATION_FREE.
9911
9912 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
9913
9914         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
9915
9916 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
9917
9918         * profile.c (output_arc_profiler): Verify next_insert_after is an
9919         INSN before and after skipping a stack pop.
9920
9921 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9922
9923         * final.c (shorten_branches): Don't count the lengths of deleted
9924         instructions.
9925
9926 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
9927
9928         * version.c: Bump for snapshot.
9929
9930 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
9931
9932         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
9933         two bitmaps ANDed together.
9934         (bitmap_print): Declare.
9935
9936         * bitmap.c (function_obstack): Don't declare any more.
9937         (bitmap_obstack): Obstack for allocating links from.
9938         (bitmap_obstack_init): New static to say whether to initialize
9939         bitmap_obstack.
9940         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
9941         (bitmap_release_memory): Free all memory allocated from
9942         bitmap_obstack.
9943
9944         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
9945         EXECUTE_IF_AND_IN_BITMAP.
9946
9947 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
9948
9949         * alias.c (true_dependence): Address with AND can alias scalars.
9950         (anti_dependence, output_dependence): Likewise.
9951
9952         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
9953
9954 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
9955
9956         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
9957           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
9958           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
9959           definitions.  Use -qrtems instead of -mrtems.
9960
9961 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
9962
9963         * xm-sco5.h (sys_siglist): Define.
9964         (SYS_SIGLIST_DECLARED): Likewise.
9965
9966 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
9967
9968         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
9969
9970 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
9971
9972         * except.c (eh_outer_context): Expand masking operation using
9973         expand_binop.
9974
9975 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
9976
9977         * alpha.md (floatdisf2-1): New pattern.
9978
9979 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
9980
9981         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
9982         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
9983         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
9984         * gcc.texi: Note that if you define sys_siglist that you should
9985         also define SYS_SIGLIST_DECLARED.
9986
9987         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
9988         are relative to the next instruction, not the current instruction.
9989
9990 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
9991
9992         * local-alloc.c (contains_replace_regs): New function.
9993         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
9994         verify that there is no existing REG_EQUIV note, and add a call to
9995         contains_place_regs.
9996
9997 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9998
9999         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
10000         (STARTFILE_SPEC): Always use crtbegin.o%s
10001         (ENDFILE_SPEC): Always use crtend.o%s.
10002
10003 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
10004
10005         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
10006         is passed in.
10007         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
10008         SFmode for 64 bit hosts.
10009
10010 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
10011
10012         * fixincludes: Permits spaces between # and define.  Discard C++
10013         comments in sys/pci.h on HP/UX 10.20.
10014
10015 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
10016
10017         * version.c: Bump for snapshot.
10018
10019         * pa.c (restore_unscaled_index_insn_codes): New function.
10020         (record_unscaled_index_insn_codes): Likewise.
10021         (output_function_prologue): Call restore_unscaled_index_insn_codes.
10022         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
10023         (pa_reorg): Call record_unscaled_index_insn_codes.
10024
10025         * haifa-sched.c (move_insn): Handle notes correctly for insns
10026         with SCHED_GROUP_P set.
10027
10028 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10029
10030         * alpha/xm-linux.h (USE_BFD): Undef before define.
10031
10032 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
10033
10034         * cse.c (cse_insn): Don't record BLKmode values.
10035
10036 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
10037
10038         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
10039
10040 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
10041
10042         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
10043         * collect2.c (sys_errlist): Likewise.
10044         * cpplib.c (sys_errlist): Likewise.
10045         * gcc.c (sys_errlist): Likewise.
10046         * protoize (sys_errlist): Likewise.
10047         * configure.in: Check for strerror.
10048         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
10049         * xm-gnu.h (HAVE_STRERROR): Likewise.
10050         * xm-linux.h (HAVE_STRERROR): Likewise.
10051         * xm-netbsd.h (HAVE_STRERROR): Likewise.
10052         * xm-bsd386.h (HAVE_STRERROR): Likewise.
10053         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
10054         * xm-dos.h (HAVE_STRERROR): Likewise.
10055         * xm-mingw32.h (HAVE_STRERROR): Likewise.
10056         * xm-pa.h (HAVE_STRERROR): Likewise.
10057         * xm-papro.h (HAVE_STRERROR): Likewise.
10058         * xm-sysv4.h (HAVE_STRERROR): Likewise.
10059         * configure, config.in: Rebuilt.
10060
10061         * Makefile.in: Add several missing "else true" clauses.
10062
10063         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
10064         * mips-tfile.c: Likewise.
10065         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
10066         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
10067         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
10068         * configure.in: Check for sys_siglist declaration.
10069         * configure, config.in: Rebuilt.
10070
10071 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
10072
10073         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
10074         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
10075         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
10076         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
10077         * rs6000/sysv4.h (extra_subtarget_switches): Added new
10078         macro EXTRA_SUBTARGET_SWITCHES.
10079         * configure.in (sh*-*-rtems*): New target.
10080         * sh/rtems.h: New file.
10081         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
10082         * configure: Rebuilt.
10083
10084 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
10085
10086         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
10087
10088 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
10089
10090         * rs6000.md: Make DF fused-add operations pay attention to
10091         -mno-fused-add.
10092
10093 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
10094
10095         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
10096
10097 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
10098
10099         * pa.md (reload_peepholes): Make sure operand is a REG before
10100         examining REGNO.  Allow general registers too.
10101
10102 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
10103
10104         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
10105
10106 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
10107
10108         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
10109         to reallocate abbrev_die_table.
10110
10111 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
10112
10113         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
10114
10115 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10116
10117         * Makefile.in (config.status): Depend on version.c
10118
10119         * expr.h (insn_gen_function): Reenable prototype.
10120
10121         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
10122         first parameter.
10123
10124 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
10125
10126         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
10127
10128 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
10129
10130         * version.c: Bump for latest snapshot.
10131
10132         * bc-optab.c: Conditionally include stdlib.h.
10133         (free): Provide a declaration if NEED_DECLARATION_FREE.
10134         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
10135         * rtl.h (free): Remove declaration.
10136         * tree.h (free): Remvoe declaration.
10137
10138         * configure: Rebuilt.
10139
10140 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
10141
10142         * flags.h (flag_move_all_movables): Declare.
10143         (flag_reduce_all_givs): Likewise.
10144         * loop.c (move_movables): Handle flag_move_all_movables.
10145         (strength_reduce): Handle flag_reduce_all_givs.
10146         * toplev.c (flag_move_all_movables): Define.
10147         (flag_reduce_all_givs): Likewise.
10148         (f_options): Add -fmove-all-movables and -freduce-all-givs.
10149         * invoke.texi: Document new options, including alias stuff that
10150         wasn't included last time.
10151
10152 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
10153
10154         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
10155         * t-mn10200: Ditto.
10156         * t-vxsparc: Ditto.
10157         * t-vxworks68: Ditto.
10158         * t-vxworks960: Ditto.
10159         * t-vx29k: Ditto.
10160
10161 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
10162
10163         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
10164         if not already defined, and USE_C_ALLOCA not defined.
10165
10166 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
10167
10168         * config.guess: Replace with script that uses ../config.guess.
10169
10170         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
10171         if USE_GNULIBC_1 is not defined.
10172
10173 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
10174
10175         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
10176         * config.guess: Recognize alpha-linux-gnulibc1.
10177         * configure.in (alpha-*-linux-gnulibc1): New target.
10178         (alpha-*-linux-gnu*): Don't build crtbegin/end.
10179
10180 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
10181
10182         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
10183         last change.
10184
10185 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
10186
10187         * loop.c (combine_movables): Earlier insns don't match later ones.
10188
10189 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
10190
10191         * config/linux.h (CC1_SPEC): Define it only if not defined.
10192
10193         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
10194         <linux.h>
10195
10196         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
10197         USE_GNULIBC_1 is not defined.
10198
10199         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
10200
10201         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
10202         as 1 if USE_GNULIBC_1 is not defined.
10203
10204 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
10205
10206         * reorg.c (dbr_schedule): Allow current_function_return_rtx
10207         to be something other than a REG.
10208         * function.c (expand_function_end): Fix current_function_return_rtx
10209         if it was a pseudo.
10210
10211         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
10212         * x-netbsd: Likewise
10213         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
10214         (INSTALL_HEADERS): Delete.
10215         * x-dguxbcs: Likewise.
10216         * x-hp3bsd44: Likewise
10217         * x-pa: Likewise.
10218
10219 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
10220
10221         * i386.md (pop): pop increments the stack pointer.
10222         (prologue_set_stack_ptr): New pattern.
10223         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
10224         instead of subsi3.
10225
10226 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
10227
10228         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
10229         address where an offsettable address is required.
10230
10231 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
10232
10233         * loop.c (check_final_value): Don't miss a biv increment in a
10234         parallel.
10235
10236 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
10237
10238         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
10239         TYPE_DECL_IS_STUB instead of DECL_NAME.
10240
10241 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10242
10243         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
10244
10245 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
10246
10247         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
10248
10249 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
10250
10251         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
10252         (find_post_sched_live): Likewise.
10253
10254         * haifa-sched.c (schedule_block): Remove old code to get arguments
10255         from hard regs into pseudos early.
10256
10257 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
10258
10259         * version.c: Bump for new snapshot.
10260
10261         * local-alloc.c (update_equiv_regs): All the target to reject
10262         promotion of some REG_EQUAL to REG_EQUIV notes.
10263         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
10264
10265         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
10266         secondary reloads.
10267
10268         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
10269         store of the argument registers.
10270
10271 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
10272
10273         * fold-const.c (multiple_of_p): New function.
10274         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
10275
10276 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
10277
10278         * expr.h (insn_gen_function): Temporarily remove prototype.
10279
10280 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
10281
10282         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
10283         filenames.  Use sed to extract base filename for install.
10284
10285 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
10286
10287         * unroll.c (find_splittable_givs): Only share if two givs have the
10288         same add and multiply values.
10289
10290 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
10291
10292         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
10293         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
10294
10295 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
10296
10297         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
10298         around branch tables.
10299         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
10300         and .end_brtab directives if TARGET_GAS.
10301
10302 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
10303
10304         * alias.c (true_dependence): Pass x_addr not x to varies.
10305
10306         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
10307         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
10308         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
10309         declarations.
10310         * config.in, configure: Regenerate.
10311
10312 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
10313
10314         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
10315         LO_SUM.
10316         (record_set): Handle LO_SUM like PLUS.
10317         (init_alias_analysis): When following chains of base addresses,
10318         do not stop on reaching a hard register.
10319
10320 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
10321
10322         * version.c: Bump for new snapshot.
10323
10324 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
10325
10326         * alpha.h (ARCH_ASM_FILE_START): Define.
10327         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
10328         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
10329
10330 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
10331
10332         * Makefile.in (install-common): Put gcov comment at start of line.
10333
10334 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
10335
10336         * alias.c (init_alias_analysis): When simplifying the reg_base_value
10337         array, simplify entries for hard registers too.
10338
10339 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
10340
10341         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
10342         list.
10343
10344 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
10345
10346         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
10347         block_stack before dereferencing it.
10348
10349 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
10350
10351         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
10352
10353 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
10354
10355         * cplus-dem.c: Add 'extern' to prepends_underscore.
10356
10357 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
10358
10359         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
10360         (get_issue_rate): Delete.
10361         * pa.h (ISSUE_RATE): Define.
10362
10363         * configure.in: Turn on haifa by default for the PA.
10364         * configure: Rebuilt.
10365         * pa.c (override_options): Accept -mschedule=7200 option.
10366         (pa_adjust_cost): No longer need to scale costs for newer
10367         processors.
10368         * pa.h (enum processor_type): Add PROCESSOR_7200.
10369         * pa.md: Revamp scheduling parameters to work better with
10370         haifa.  Add scheduling parameters for the 7200.
10371
10372         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
10373         insns too.
10374         (schedule_block): When adjusting basic_block_{head,end}, account
10375         for movement of SCHED_GROUP_P insns too.
10376
10377         * haifa-sched.c (debug_dependencies): Fix thinko.
10378
10379         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
10380         (site.exp, check, check-g++, check-gcc): New targets.
10381
10382         * haifa-sched.c: Make lots of variables static.
10383
10384 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10385
10386         * expr.h, real.h: Finish prototyping.
10387
10388 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
10389
10390         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
10391         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
10392         * reload1.c: Undo bugfix from Aug 11.
10393
10394 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
10395
10396         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
10397         quotes around the name.
10398         * configure: Regenerate.
10399
10400 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
10401
10402         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
10403
10404 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
10405
10406         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
10407         to sub-makes to avoid building more passes than the user might have
10408         requested on the command line.
10409
10410 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
10411
10412         * configure.in: Expurgate `broken_install' (install is
10413         autoconfed).
10414
10415         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
10416         relevant).
10417
10418 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
10419
10420         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
10421         functions and declarations.
10422         (analyze_loop_iterations): Use condjump_p.
10423         (insert_bct): Likewise.  Use exact_log2.
10424
10425 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
10426
10427         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
10428         (schedule_region): Likewise.
10429         (schedule_insns): Likewise.
10430
10431         * PROJECTS: Update with Haifa stuff.
10432
10433 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
10434
10435         * version.c: Change the version string to look like:
10436         egcs-2.90.00 970814 (gcc2-970802 experimental).
10437
10438         * loop.c (is_conditional_branch): Make definition match declaration.
10439
10440         * gcc.c: Take out experimental snapshot warning message.
10441
10442 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
10443
10444         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
10445         print out the names of the notes.  Print out the name of the insn
10446         that is not a note, and not an {,CALL_,JUMP_}INSN.
10447
10448 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
10449
10450         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
10451         again for the slot after we give it RTL.
10452
10453 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
10454
10455         * configure.in (haifa configury): Fix typo.
10456         * configure: Regenerate.
10457
10458 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
10459
10460         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
10461
10462         * gcc.info*: Rebuilt.
10463
10464         * COPYING.g77, README.g77: New files.
10465         * real.c (ereal_unto_float, ereal_unto_double): New functions.
10466         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
10467         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
10468
10469 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
10470
10471         * Integrate Haifa instruction scheduler.
10472         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
10473         to sched with $(SCHED_CFLAGS.
10474         * configure.in: Handle --enable-haifa.
10475         * configure: Rebuilt.
10476         * flags.h: Add new flags for haifa instruction scheduler.
10477         * genattrtab.c (expand_units): For haifa, don't subtract one
10478         when computing blockage.
10479         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
10480         (flag_schedule_speculative): Ditto.
10481         (flag_schedule_speculative_load): Ditto.
10482         (flag_schedule_speculative_load_dangerous): Ditto.
10483         (flag_schedule_reverse_before_reload): Ditto.
10484         (flag_schedule_reverse_after_reload): Ditto.
10485         (flag_branch_on_count_reg): Ditto.
10486         (f_options): Add Haifa switches.
10487         (main): Turn off some Haifa options if appropriate macro is
10488         defined.  Process Haifa switches.
10489         * unroll.c (iteration_info): No longer static, since Haifa
10490         scheduler uses it.
10491         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
10492         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
10493         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
10494         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
10495         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
10496         storage for the Haifa scheduler.
10497         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
10498         LABEL_NEXTREF.
10499         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
10500         are defined, call analyze_loop_iterations and insert_bct to use
10501         countdown loops.
10502         (record_giv): Refine test for jumps out of loops if HAIFA is
10503         defined.
10504         (analyze_loop_iterations): New function to identify if we can use
10505         a countdown loop.
10506         (insert_bct): Insert countdown loop.
10507         (instrument_loop_bct): Low level code to insert countdown loop.
10508         (loop_number): Calculate UID of loop.
10509         (indirect_jump_in_function_p): Return true if an indirect jump is
10510         in the function.
10511         (is_power_of_2): Return true if value is a power of 2.
10512         (is_conditional_branch): Return true if insn is a conditional
10513         jump.
10514         (fix_bct_param): Process -fbct-{min,max}-N switches.
10515         (check_bct_param): Return true if loop should be instrumented.
10516         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
10517         (loop_optimize): Initialize.
10518         (get_condition_for_loop): Ditto.
10519         * loop.c (strength_reduce): Inside of code that uses #ifdef
10520         HAVE_decrement_and_branch_on_count code, test it to make sure the
10521         condition is true.
10522         (instrument_loop_bct): Ditto.
10523         * haifa-sched.c: New file.
10524
10525
10526         * Integrate regmove pass.
10527         * Makefile.in (OBJS): Add regmove.o
10528         (regmove.o): Add dependencies.
10529         * flow.c (find_use_as_address): No longer static.
10530         * rtl.h (find_use_as_address): Declare.
10531         * toplev.c (regmove_dump, flag_regmove): Define.
10532         (f_options): Add -fregmove.
10533         (regmove_dump_file, regmove_time): Define.
10534         (fatal_insn): Close the regmove dump file.
10535         (compile_file): Initialize regmove_time; open/close the regmove dump
10536         file as needed.  Print regmove time as needed.
10537         (rest_of_compilation): Run regmove pass if requested, dump
10538         RTL after regmove if requested.
10539         (main): If -O2 or more, turn on regmove.  Handle dump switches.
10540         * regmove.c: New file.
10541
10542 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
10543
10544         * Integrate tlink patch from jason@cygnus.com
10545         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
10546         (process_command): Increment n_switches for them.  Don't discard
10547         their args.  Validate them.
10548         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
10549         From Rohan Lenard.
10550         (process_command): Set include_prefixes from COMPILER_PATH.
10551         (main): Set COLLECT_GCC_OPTIONS sooner.
10552         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
10553         * tlink.c, hash.c, hash.h: New files.
10554         * Makefile.in (USE_COLLECT2): Always use collect2.
10555         (collect2): Depend on and link in hash.o and tlink.o.
10556         (tlink.o, hash.o): Add dependencies.
10557
10558 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
10559
10560         * Integrate alias analysis changes from jfc@mit.edu
10561         * Makefile.in (OBJS): Add alias.o
10562         (alias.o): Add dependencies.
10563         * alias.c: New file.
10564         * sched.c: Remove alias analysis code.  It lives in alias.c now.
10565         (sched_analyze_2): Add new arguments to true_dependence.
10566         (schedule_insns): Always call init_alias_analysis.
10567         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
10568         mark return value from such functions as a pointer and keep track of
10569         them for alias analysis.  If a return value from a function is a
10570         pointer, mark it as such.
10571         * combine.c (distribute_notes): Handle REG_NOALIAS.
10572         * cse.c (struct write_data): Delete.  No longer needed.
10573         (invalidate): Don't call set_nonvarying_address_components anymore.
10574         Use true_dependence to decide if an entry should be removed from
10575         the hash table.
10576         (invalidate_memory): Remove WRITES argument, simplify appropriately.
10577         Fix all callers.
10578         (note_mem_written): Similarly for WRITE_PTR argument.
10579         (invalidate_from_clobbers): Similarly for W argument.
10580         (invalidate_for_call): Remove memory elements from the hash table.
10581         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
10582         (cse_rtx_varies_p): New function.  Derived from old
10583         cse_rtx_addr_varies_p.
10584         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
10585         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
10586         pointer if PUSH_ROUNDING is defined.  No longer need to call
10587         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
10588         (skipped_writes_memory): Remove variable.
10589         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
10590         (invalidate_skipped_block): Simplify for new alias analysis code.
10591         (cse_set_around_loop): Likewise.
10592         (cse_main): Call init_alias_analysis.
10593         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
10594         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
10595         (f_options): Add new alias checking arguments.
10596         (main): Set flag_alias_check when optimizing.
10597         * local_alloc (validate_equiv_mem_from_store): Add new arguments
10598         to true_dependence.
10599         (memref_referenced_p): Likewise.
10600         * loop.c (NUM_STORES): Increase to 30.
10601         (prescan_loop): Only non-constant calls set unknown_address_altered.
10602         (invariant_p): Add new arguments to true_dependence.
10603         (record_giv): Initialize unrolled and shared fields.
10604         (emit_iv_add_mult): Call record_base_value as needed.
10605         * loop.h (struct induction): Add unrolled and shared fields.
10606         * unroll.c  (unroll_loop): Call record_base_value as needed.
10607         (copy_loop_body): Likewise.
10608         (final_biv_value): Likewise.
10609         (final_giv_value): Likewise.
10610         (find_splittable_regs): Likewise.  Only create one new pseudo
10611         if we have multiple address GIVs that were combined with the same
10612         dst_reg GIV.  Note when a new register is created due to unrolling.
10613         * rtl.c (reg_note_name): Add REG_NOALIAS.
10614         * rtl.h (enum reg_note): Similarly.
10615         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
10616         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
10617         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
10618         (true_dependence, read_dependence, anti_dependence): Likewise.
10619         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
10620         (mark_user_reg, mark_reg_pointer): Likewise.
10621
10622
10623         * Integrate reload bugfix from Wilon which enables the PA port
10624         to bootstrap again.
10625         * reload1.c (reload): Sum needs for both OPADDR_ADDR and
10626         OPERAND_ADDRESS when computing how many registers an insn needs.
10627         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
10628         conflict.
10629         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
10630         OPADDR_ADDR reload.
10631         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
10632         in reload_reg_use_in_op_addr do not reach the end.
10633         do not reach the end.
10634         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
10635         RELOAD_FOR_OPERAND_ADDRESS.
10636
10637 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
10638
10639         * egcs project officially starts.
10640
10641 Local Variables:
10642 add-log-time-format: current-time-string
10643 End: