OSDN Git Service

Wed Jun 10 08:56:27 1998 John Carr <jfc@mit.edu>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Wed Jun 10 08:56:27 1998  John Carr  <jfc@mit.edu>
2
3         * reload1.c (reload_cse_simplify_operands): Do not call gen_rtx_REG
4         for each alternative.  Do not replace a CONST_INT with a REG unless
5         the reg is cheaper.
6
7 Wed Jun 10 02:11:55 1998  Jeffrey A Law  (law@cygnus.com)
8
9         * reload.c (find_reloads_toplev): Use gen_lowpart common to convert
10         between constant representations when we have (SUBREG (REG)) with
11         REG equivalent to a constant.
12
13 Wed Jun 10 01:39:00 1998  Juha Sarlin <juha@c3l.tyreso.se> 
14
15         * h8300.c (get_shift_alg): Add special cases for shifts of 8 and 24.
16
17 Tue Jun  9 22:05:34 1998  Richard Henderson  <rth@cygnus.com>
18
19         * fold-const.c (fold): Even with otherwise constant trees, look for
20         opportunities to combine integer constants.
21
22 Wed Jun  3 23:41:24 EDT 1998  John Wehle  (john@feith.com)
23
24         * i386.c (notice_update_cc): Clear cc_status.value2 in the
25         case of UNSPEC 5 (bsf).
26
27         * i386.md (movsfcc, movdfcc, movxfcc): The floating point
28         conditional move instructions don't support signed integer
29         comparisons.
30
31 Tue Jun  9 14:31:19 1998  Nick Clifton  <nickc@cygnus.com>
32
33         * config/v850/t-v850 (TCFLAGS): Add assembler options to warn of
34         overlfows. 
35
36         * config/v850/lib1funcs.asm (__return_interrupt): Use 'addi
37         16,sp,sp' ratehr than 'add 16,sp'.  Patch courtesy of Biomedin
38         <glctr@abc.it>.
39
40 Tue Jun  9 16:23:13 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
41
42         * except.c (expand_start_catch): Rename to start_catch_handler.
43         (expand_end_catch): Delete function.
44         (expand_end_all_catch): Remove catch status that expand_end_catch
45         use to do.
46         * except.h (expand_start_catch): Rename prototype.
47         (expand_end_catch): Delete prototype.
48
49 Tue Jun  9 12:57:32 1998  Mark Mitchell  <mark@markmitchell.com>
50
51         * invoke.texi: Add documentation for -mips4 and -mabi=*.
52
53 Tue Jun  9 12:12:34 1998  Klaus Kaempf (kkaempf@progis.de)
54
55         * alpha/vms.h (EXTRA_SECTIONS): Add in_ctors and in_dtors.
56         (EXTRA_SECTION_FUNCTIONS): Add ctors_section and dtors_section.       
57         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Define.                
58
59 Tue Jun  9 12:10:27 1998  John Carr  <jfc@mit.edu>
60
61         * haifa-sched.c (update_flow_info): Use UNITS_PER_WORD, not MOVE_MAX,
62         as the threshold to permit splitting memory operations.
63
64 Tue Jun  9 12:36:16 1998  Jeffrey A Law  (law@cygnus.com)
65
66         * mips.c (gpr_mode): New variable.
67         (override_options): Initialize gpr_mode.
68         (compute_frame_size): Use "gpr_mode" instead of "word_mode" to
69         determine size and offset of general purpose registers save slots.
70         (save_restore_insns, mips_expand_prologue): Similarly.
71
72         * Makefile.in (LIB2FUNCS_EH): Define.  Just "_eh" for now.
73         (LIBGCC2_CFLAGS): Remove -fexceptions.
74         (LIB2FUNCS): Remove "_eh".
75         (libgcc2.a): Iterate over LIB2FUNCS_EH and build everything in
76         it with -fexceptions.
77
78         * Makefile.in (local-alloc.o): Depend on insn-attr.h.
79         * local-alloc.c (block_alloc): Avoid creating false 
80         dependencies for targets which use instruction scheduling.
81
82 Tue Jun  9 02:40:49 1998  Richard Henderson  <rth@cygnus.com>
83
84         * mips/elf.h (ASM_DECLARE_OBJECT_NAME): Define.
85         (ASM_FINISH_DECLARE_OBJECT): Define;
86         * mips/elf64.h: Likewise.
87
88 Tue Jun  9 01:08:47 1998  Richard Henderson  <rth@cygnus.com>
89
90         * toplev.c (flag_new_exceptions): Remove extraneous `extern'.
91
92 Mon Jun 8 23:24:48 PDT 1998 Jeff Law  (law@cygnus.com)
93
94         * version.c: Bump for snapshot.
95
96 Mon Jun  8 23:24:58 1998  David Edelsohn  <edelsohn@mhpcc.edu>
97
98         * rs6000.md (mulsidi3): Add !TARGET_POWERPC64 constraint.
99         (mulsidi3_ppc64): Delete.
100
101 Mon Jun  8 20:57:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
102
103         * Makefile.in (varasm.o): Depend on dbxout.h.
104         (cse.o): Depend on toplev.h and output.h.
105         (gcse.o): Depend on output.h.
106
107         * mips.c: Include system.h and toplev.h and remove redundant code.
108         Include output.h after tree.h so all its prototypes get activated.
109         * mips.md (table_jump): Remove unused variable `dest'.
110
111         * sparc.h: Add prototype for `v8plus_regcmp_op'.
112
113         * crtstuff.c (fini_dummy, init_dummy): Mark function definitions
114         with __attribute__ ((__unused__)).
115         (__frame_dummy): Provide prototype before use, wrap it with
116         EH_FRAME_SECTION_ASM_OP.
117
118         * cse.c: Move inclusion of <setjmp.h> above local headers.
119         Include toplev.h and output.h.
120
121         * dbxout.h: Add prototype for `dbxout_begin_function'.
122
123         * final.c (final_scan_insn): Wrap variable `max_skip' in macro
124         ASM_OUTPUT_MAX_SKIP_ALIGN.
125
126         * gcse.c: Include system.h and output.h.
127         (dump_cuid_table, dump_rd_table, dump_cprop_data, dump_pre_data):
128         Make extern instead of static.
129         (compute_can_copy): Only declare variables `reg' and `insn' when
130         AVOID_CCMODE_COPIES is not defined.
131         (record_set_info): Mark parameter `setter' with ATTRIBUTE_UNUSED.
132         (hash_scan_clobber): Likewise for `x' and `insn'.
133         (hash_scan_call): Likewise.
134         (record_last_set_info): Likewise for `setter'.
135         (mark_call): Likewise for `pat'.
136         (pre_insert_insn): Wrap variable `note' in macro HAVE_cc0.
137
138         * libgcc2.c (__bb_init_prg): Replace bzero with memset and fix the
139         length parameter so that it multiplies the number of elements by
140         the sizeof(element).
141
142         * output.h: Add prototype for `weak_finish'.
143
144         * recog.h: Likewise for `validate_replace_src'.
145
146         * rtl.h: Likewise for `optimize_save_area_alloca',
147         `fix_sched_param', `purge_addressof', `gcse_main',
148         `regmove_optimize', `dbr_schedule', `branch_prob' and
149         `end_branch_prob'.
150
151         * toplev.h: Likewise for `set_float_handler' and
152         `output_quoted_string'.
153
154         * varasm.c: Include dbxout.h.
155
156 Mon Jun  8 18:12:06 1998  Jim Wilson  <wilson@cygnus.com>
157
158         * mips.c (mips_secondary_reload_class): Use gp_reg_p instead of
159         GP_REG_P.  Use gr_regs instead of GR_REGS.
160
161 Mon Jun  8 16:54:12 1998  Ken Raeburn   <raeburn@cygnus.com>
162                           Jeff Law      <law@cygnus.com>
163
164         * Revamped multiply support for MIPS chips.
165         * mips.c (extend_operator): New function.
166         (highpart_shift_operator): Likewise.
167         * mips.h: Declare new functions.
168         (PREDICATE_CODES): Add support for new predicates.
169         * mips.md (mulsi3 expander): Simplify.
170         (mulsi_mult3): Add another constraint alternative.  Support
171         3 operand multiply instructions as found on various mips
172         parts.
173         (mulsi3_r4650): Delete pattern, now handled by mulsi_mult3.
174         (mul_acc_si): New pattern and associated splitters.
175         (mulsidi3 expander): Rework to use mulsidi3_64bit and
176         mulsidi3_internal.
177         (umulsidi3): New expander.
178         (mulsidi3_internal): Accept either sign or zero extended
179         operands and generate code as appropriate appropriately.
180         (mulsidi3_64bit): Similarly.
181         (smulsi3_highpart): Turn into an expander and generate code
182         to match new patterns.
183         (umulsi3_highpart): Likewise.
184         (xmulsi3_highpart_internal): New pattern.
185         (maddi patterns): Delete.  Replace with:
186         (mul_acc_di, mul-acc_64bit_di): New patterns.
187
188 Mon Jun  8 14:16:15 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
189
190         * eh-common.h: Remove NEW_EH_MODEL compile time flag, and replace with
191         flag_new_exceptions runtime flag.
192         (struct old_exception_table): New struct which represents what
193         the exception table looks like without the new model.
194         (NEW_EH_RUNTIME): New value used as a tag in the exception table to
195         flag that this is a new style table.
196         * except.h: Remove compile time flag NEW_EH_MODEL.
197         (expand_builtin_eh_stub_old): New prototype.
198         * tree.h (enum built_in_function): Add BUILT_IN_EH_STUB_OLD.
199         * expr.c (expand_builtin): New builtin func BUILT_IN_EH_STUB_OLD.
200         * c-decl.c (init_decl_processing): Add new builtin function
201         __builtin_eh_stub_old.
202         * final.c (final_scan_insn): Replace compile time flag NEW_EH_MODEL.
203         * flags.h (flag_new_exceptions): New runtime flag.
204         * toplev.c (flag_new_exceptions): Initialize default to 0, 
205         -fnew-exceptions sets to 1.
206         * except.c (output_exception_table_entry): Output New style exception 
207         identifier into table, and replace compile time flag NEW_EH_MODEL
208         with runtime flag flag_new_exceptions.
209         (output_exception_table): Replace compile time flag NEW_EH_MODEL.
210         (expand_builtin_eh_stub_old): Duplicates original functionality of
211         expand_builtin_eh_stub.
212         (expand_builtin_eh_stub): Replace compile time flag NEW_EH_MODEL.
213         * libgcc2.c (find_exception_handler): Remove NEW_EH_MODEL #ifdefs.
214         (old_find_exception_handler): New func, same as find_exception_handler
215         except it works on the old style exception table.
216         (__throw): Replace NEW_EH_MODEL. Detect new model based on presence
217         of identifier in the exception table, and call appropriate routines.
218
219 Mon Jun  8 01:21:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
220
221         * function.c: Define current_function_cannot_inline.
222         (push_function_context_to): Save it.
223         (pop_function_context_from): Restore it.
224         * function.h (struct function): Provide it a home.
225         * output.h: Declare it.
226         * integrate.c (function_cannot_inline_p): Check it.
227
228 Mon Jun  8 10:43:15 1998  Richard Henderson  <rth@cygnus.com>
229
230         * expr.c (force_operand): Detect PIC address loads before 
231         splitting arithmetic.
232
233 Mon Jun 8 09:22:38 PDT 1998 Jeff Law  (law@cygnus.com)
234
235         * version.c: Bump for snapshot.
236
237 Mon Jun  8 02:55:56 1998  Graham  <grahams@rcp.co.uk>
238
239         * tree.c (tree_class_check): Add braces to eliminate ambigious
240         else warning.
241         (tree_check): Likewise.
242
243 Mon Jun  8 02:49:23 1998  H.J. Lu  (hjl@gnu.org)
244
245         * reg-stack.c (subst_stack_regs_pat): Make sure the top of
246         stack is the destination for conditional move insn.
247
248 Mon Jun  8 01:21:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
249
250         * tree.h (TREE_VEC_END): Cast unused value to void.
251
252         * i386.c (print_operand): Use %lx for long operand.
253
254 Mon Jun  8 00:04:07 1998  Richard Henderson  <rth@cygnus.com>
255
256         * alpha.c (summarize_insn): Ignore rtl slot format 'i'.
257
258 Sun Jun  7 14:15:45 1998  John Carr  <jfc@mit.edu>
259
260         * sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
261         conversion functions.
262
263 Sun Jun  7 14:02:58 1998  Richard Henderson  <rth@cygnus.com>
264
265         * toplev.c (flag_exceptions): Default to 0.
266         (compile_file): Remove flag_exceptions == 2 hack.
267         (main): Call lang_init_options.
268         * tree.h: Declare it.
269         * c-lang.c: Implement it.
270         * objc/objc-act.c: Likewise.
271         
272 Sun Jun  7 12:27:30 1998  David Edelsohn  <edelsohn@mhpcc.edu>
273
274         * rs6000.md (restore_stack_block): Generate MEM and specify mode.
275         * rs6000.h (STACK_SAVEAREA_MODE): SAVE_FUNCTION is VOIDmode.
276         * rs6000.c (rs6000_output_load_toc_table): Use fputs.
277         (output_function_profiler): Use asm_fprintf and fputs.
278
279 Sat Jun  6 12:17:12 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
280
281         * gencheck.c: Remove redundant stdio.h include.  Add a definition
282         of xmalloc for when we are forced to link with alloca.o.
283
284         * reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
285         instead of `1U'.
286
287         * fold-const.c (constant_boolean_node): Make definition static to
288         match the prototype.
289
290 Fri Jun  5 15:53:17 1998  Per Bothner  <bothner@cygnus.com>
291
292         * gcc.c (lang_specific_pre_link):  New LANG_SPECIFIC_DRIVER function.
293         (lang_specific_extra_outfiles):  New LANG_SPECIFIC_DRIVER variable.
294         (do_spec, input_filename, input_filename_length):  Make public.
295         (main):  Adjust outfiles allocation by lang_specific_extra_outfiles.
296         Call lang_specific_pre_link befor elinking.
297
298 Fri Jun  5 12:29:28 1998  Jeffrey A Law  (law@cygnus.com)
299
300         * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer
301         the insn which has the most insns dependent on it.
302
303 Fri Jun  5 09:03:22 1998  John Carr  <jfc@mit.edu>
304
305         * alias.c (find_base_value): Avoid reading past end of reg_base_value.
306
307 Fri Jun  5 03:05:34 1998  Richard Henderson  <rth@cygnus.com>
308
309         * alpha.md (insxh-1): New insxl pattern for combine.
310
311 Fri Jun  5 01:12:15 1998  H.J. Lu  (hjl@gnu.org)
312
313         * i386/i386.c (output_fp_conditional_move): New function
314         to output floating point conditional move.
315         (output_int_conditional_move): New function to output integer
316         conditional move.
317
318         * i386/i386.md (movsicci+5, movhicc+5, movdicc+5): Call
319         output_int_conditional_move () to output int conditional move.
320         (movsfcc+5, movdfcc+5, movxfcc+5): Call
321         output_fp_conditional_move () to output floating point
322         conditional move.
323
324         * i386/i386.c (put_condition_code): In INT mode, check
325         cc_prev_status.flags & CC_NO_OVERFLOW for GE and LT.
326
327 Thu Jun  4 16:09:51 1998  Dave Brolley  <brolley@cygnus.com>
328
329         * dbxout.c (dbxout_type): Output arrays of bits as if
330         they were bitstrings for Chill
331
332 Thu Jun  4 14:35:27 1998  David Edelsohn  <edelsohn@mhpcc.edu>
333
334         * tree.c (get_inner_array_type): New function.
335         * tree.h (get_inner_array_type): Prototype.
336         * expr.h (STACK_SAVEAREA_MODE): New macro.
337         * expr.c (expand_builtin_setjmp): Initialize sa_mode using
338         STACK_SAVEAREA_MODE.
339         (expand_builtin_longjmp): Likewise.
340         * explow.c (emit_stack_save): Likewise.
341         (allocate_dynamic_stack_space): Use Pmode not insn_operand_mode.
342
343         * rs6000/aix41.h (ASM_CPU_SPEC): Define relative to ASM_DEFAULT_SPEC.
344         (CPP_CPU_SPEC): Define relative to CPU_DEFAULT_SPEC.
345         * rs6000/aix43.h: New file.
346         * rs6000/t-aix43: New file.
347         * rs6000/x-aix41: New file.
348         * rs6000/x-aix43: New file.
349         * configure.in (rs6000-ibm-aix*): Use them.
350         * rs6000/powerpc.h: Delete.
351         * rs6000/sysv4.h: Move necessary powerpc.h definitions to here.
352         * rs6000/netware.h: and here.
353         * rs6000/win-nt.h: and here.
354
355         * rs6000/rs6000.c (processor_target_table, 620): Do not affect
356         MASK_POWERPC64.
357         (rs6000_override_options): Ignore flag_pic for AIX.
358         (rs6000_immed_double_const): Delete.
359         (u_short_cint_operand): Don't assume 32-bit CONST_INT.
360         (reg_or_u_short_operand): Don't assume 32-bit CONST_INT.
361         (num_insns_constant): mask64_operand() is 2 insns.
362         (logical_operand): Don't assume 32-bit CONST_INT.
363         (non_logical_cint_operand): Don't assume 32-bit CONST_INT.
364         (easy_fp_constant): Any CONST_DOUBLE_HIGH is okay for 64-bit.
365         (mask_constant): HOST_WIDE_INT parameter.
366         (non_and_cint_operand): Delete.
367         (mask64_operand): New function.
368         (and64_operand): New function.
369         (function_arg_advance): DImode arguments do not need special
370         alignment when 64-bit.
371         (function_arg): Likewise.
372         (setup_incoming_varargs): Reverse reg_size assignment.
373         (print_operand): HOST_WIDE_INT second parameter.
374         (print_operand, 'B'): New case.
375         (print_operand, 'M'): Fix typo in lossage string.
376         (print_operandm 'S'): New case.
377         (rs6000_stack_info): Reverse reg_size assignment.  Use total_raw_size
378         to compute AIX push_p.  Use reg_size to compute {cr,lr}_save_offset.
379         (rs6000_output_load_toc_table): Reverse init_ptr assignment.  Use
380         TARGET_64BIT not TARGET_POWERPC64.  Convert fprintf to fputs.
381         Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
382         (rs6000_allocate_stack_space): Use {cal|la}.
383         (output_epilog): Use {cal|la}
384         (output_function_profiler): Add call glue to mcount call.
385         Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
386
387         * rs6000/rs6000.h (TARGET_SWITCHES): Add powerpc64.
388         (STACK_BOUNDARY): Depend on TARGET_32BIT.
389         (ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
390         (CONST_OK_FOR_LETTER_P): Don't assume 32-bit CONST_INT.
391         (EXTRA_CONSTRAINTS): Remove NT 'S' and 'T'.  Replace 'S' with
392         64-bit mask operand.
393         (RS6000_SAVE_TOC): Depend on TARGET_32BIT.
394         (STACK_SAVEAREA_MODE): New macro.
395         (LEGITIMATE_CONSTANT_P): DImode okay for 64bit.
396         (LEGITIMIZE_RELOAD_ADDRESS): New macro.
397         (RTX_COSTS, AND/IOR/XOR): Reflect current machine description.
398         (ASM_FILE_START): Emit 64-bit ABI directive.
399         (ASM_DECLARE_FUNCTION_NAME): Align CSECT on doubleword in 64-bit mode.
400         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): DImode okay for 64-bit.
401         (PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
402         Delete "non_and_cint_operand".  "input_operand" includes CONST_DOUBLE.
403
404         * rs6000/rs6000.md (iorsi3, xorsi3): Use HOST_WIDE_INT for mask.
405         Restore define_splits.
406         (floatsidf2, floatunssidf2): Remove !TARGET_POWERPC64 final constraint.
407         (floatsidf2_internal, floatunssidf2_internal2): Likewise.
408         Do not specify base register operand mode.
409         (floatsidf2_loadaddr): Do not specify base register operand mode.
410         (floatsidf2_store1, floatsidf2_store2): Operand 1 must be base
411         register; do not specify mode.  Remove !TARGET_POWERPC64 final
412         constraint.
413         (floatsidf2_load): Do not specify base register operand mode.  Remove
414         !TARGET_POWERPC64 final constraint.
415         (fix_truncdfsi2_internal, fix_truncdfsi2_{store,load}): Do not specify
416         base register operand mode.
417         (adddi3): Split large constants early.
418         (absdi3): Shift by 63, not 31.
419         (*mulsidi3_ppc64): New pattern.
420         (rotldi3): Add masking combiner patterns.
421         (anddi3): Add rldic{r,l} masking.  Remove split of large constants
422         because PPC insns zero-extend.
423         (iordi3, xordi3): Split large constants early.
424         (movsi matcher): Remove S and T constraints.
425         (movsf const_double): create SImode constant from TARGET_DOUBLE.
426         (movdf_hardfloat32): Add default abort() case.
427         (movdf easy_fp_const): create DImode constant from TARGET_DOUBLE.
428         (movdi): Remove 64-bit constant generator.  Try to convert
429         CONST_DOUBLE to CONST_INT.  Handle TOC memory constants.
430         (movdi_32): Add default abort() case.
431         (movdi_64): Add numerous ways to split 64-bit constants.
432         Make catch-all define_split more optimal and never FAIL.
433         (movti_ppc64): Add default abort() case.
434         (allocate_stack): Remove operand modes.  Use Pmode.
435         (restore_stack_block): Remove operand modes.  Generate Pmode
436         temporary.
437         (save_stack_nonlocal, restore_stack_nonlocal):  Generate Pmode
438         temporary.  Save area is double Pmode.
439         (call_indirect_aix64, call_value_indirect_aix64): New patterns.
440         (call, call_value): Do not specify address operand mode.  Choose
441         appropriate AIX ABI.
442         (*call_local64, *ret_call_local64): New patterns.
443         (*call_nonlocal_aix64, *ret_call_nonlocal_aix64): New patterns.
444         (*ret_call_nonlocal_aix32): Use call_value_indirect for REG.
445         (compare): Materialize DImode truthvalues.
446
447 Thu Jun  4 01:26:57 1998  Craig Burley  <burley@gnu.org>
448
449         * expr.c (safe_from_p): Avoid combinatorial explosion
450         over duplicate SAVE_EXPRs by ensuring we never recurse
451         on one that has already been visited.
452
453 Thu Jun  4 00:54:21 1998  Graham  <grahams@rcp.co.uk>
454
455         * loop.c (check_dbra_loop): Initialise final_value before
456         normalizing the loop.
457
458 Wed Jun  3 20:00:04 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
459
460         * reload1.c (reload_reg_free_for_value_p): New arguments out and
461         reloadnum.  Changed all callers.
462
463 1998-06-03  Ulrich Drepper  <drepper@cygnus.com>
464
465         * system.h: Add _() and N_() macros in preparation for gettext.
466
467 Wed Jun  3 11:02:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
468
469         * c-common.c (check_format_info): Put back check for C9x `hh'
470         length modifier.  Warn about %n format writing into const.  Remove
471         obsolete comment.
472         (format_char_info): Fix comments.
473
474         * configure.in: Set float_format to m68k for all m68k targets that
475         do not override LONG_DOUBLE_TYPE_SIZE.
476         * config/float-m68k.h: New file.
477
478 Tue Jun  2 23:14:01 1998  Richard Henderson  <rth@cygnus.com>
479
480         * jump.c (jump_optimize): Remove debug messages accidentally left in
481         with the previous change.
482
483 Tue Jun  2 22:46:08 1998  Richard Henderson  <rth@cygnus.com>
484
485         * expr.c (store_expr): Revert stray patch associated with
486         1998-05-23 commit.
487
488 Tue Jun  2 21:59:01 1998  Richard Henderson  <rth@cygnus.com>
489
490         * jump.c (rtx_unsafe_p): New function.
491         (jump_optimize): Use it on if/then/else transformations and
492         conditional move transformations.
493
494 Tue Jun  2 22:50:10 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
495
496         * fold-const.c (fold, case EQ_EXPR): When folding VAR++ == CONST
497         or VAR-- == CONST construct a proper mask if VAR is a bitfield.
498         Cope with CONST being out of range for the bitfield.
499
500 Tue Jun  2 22:28:31 1998  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
501
502         * expr.c (emit_move_insn_1): When moving complex values in several
503         steps, emit a CLOBBER to show the destination dies.
504
505 Tue Jun  2 22:17:26 1998  Jeffrey A Law  (law@cygnus.com)
506
507         * Makefile.in (site.exp): Use the object testsuite directory as
508         the temporary directory.
509
510         * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
511         address of an ADDRESSOF rtx.
512
513 1998-06-02  Mike Stump  <mrs@wrs.com>
514
515         * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
516         * i960.h (SETUP_FRAME_ADDRESSES, BUILTIN_SETJMP_FRAME_VALUE): Define.
517         * i960.md (ret, flush_register_windows): Define.
518         (nonlocal_goto): Likewise.  Nested function nonlocal gotos don't
519         work yet.
520         * tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Document new macro.
521
522 Tue Jun  2 14:02:38 1998  Richard Henderson  <rth@cygnus.com>
523
524         * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
525         around an OSF/1 library bug wrt sign-extension of inputs.
526
527 Tue Jun  2 13:02:44 1998  Richard Henderson  <rth@cygnus.com>
528
529         * vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
530
531 Mon Jun  1 03:44:03 1998  Catherine Moore <clm@cygnus.com>
532
533         * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
534
535         * varasm.c (assemble_variable): Augment alignment warning.
536
537 Mon Jun  1 12:14:28 1998  Michael Meissner  <meissner@cygnus.com>
538
539         * config/fp-bit.c (_fp{add,div}_parts): Return correct IEEE result
540         in the presence of IEEE negative 0's.
541
542 Sun May 31 16:11:41 1998  John Wehle  (john@feith.com)
543
544         * reload.c (find_reloads): Record the existing mode if
545         operand_mode == VOIDmode before replacing a register with
546         a constant.
547         * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
548         i386_compare_op1 to const0_rtx for the benefit of the
549         conditional move patterns.
550         (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
551         based on suggestions from Jim Wilson.
552
553 Sun May 31 00:44:02 PDT 1998 Jeff Law  (law@cygnus.com)
554
555         * version.c: Bump for snapshot.
556
557 Sun May 31 00:34:17 1998  Bruce Korb <korbb@datadesign.com>
558
559         * Makefile.in (fixinc.sh): Update rules again.
560
561 Sun May 31 00:27:47 1998  Jeffrey A Law  (law@cygnus.com)
562
563         * extend.texi: Bring back reference to trampoline paper.
564
565 Sun May 31 00:22:34 1998  Ulrich Drepper  <drepper@cygnus.com>
566
567         * Makefile.in (USER_H): Add stdbool.h.
568         * ginclude/stdbool.h: New file.
569
570 Fri May 29 01:48:25 1998  Jeffrey A Law  (law@cygnus.com)
571
572         * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
573         of a non-note insn.
574
575         * gcse.c (pre_delete): Fix code to determine the mode of
576         the reaching pseudo register.
577
578 Fri May 29 01:07:28 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
579
580         * Makefile.in (GEN): Add gencheck
581         (STAGESTUFF): Add tree-check.h and gencheck.
582
583 Fri May 29 00:57:37 1998  Bruce Korb <korbb@datadesign.com>
584
585         * Makefile.in (cstamp-h.in): Remove before trying to recreate.
586         (fixinc.sh): Set some additional environment variables before
587         calling mkfixinc.sh.
588
589 Thu May 28 12:57:05 1998  Jeffrey A Law  (law@cygnus.com)
590
591         * reload.c (find_reloads): Do not force a reloads of match_operators.
592
593 Thu May 28 10:22:22 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
594
595         * except.h (remove_handler): Add new prototype.
596         * except.c (remove_handler): New function to remove handlers
597         from an exception region.
598         * flow.c (find_basic_blocks_1): Remove handlers from regions when
599         handler label is deleted; remove exception regions with no handlers.
600
601 Thu May 28 09:36:39 1998  Michael Meissner  <meissner@cygnus.com>
602
603         * except.h (rtx): Define rtx type correctly if needed.
604         * function.h (rtx): Ditto.
605         (tree): Define tree type correctly if needed.
606
607         * c-pragma.c (toplevel): Include rtl.h.
608
609         * stor-layout.c (toplevel): Move include of rtl.h before
610         except.h.
611
612         * Makefile.in (c-pragma.o): Add except.h, rtl.h dependencies.
613         (tree.o): Add except.h dependency.
614
615 Wed May 27 22:02:40 1998  Jeffrey A Law  (law@cygnus.com)
616
617         * reload1.c: Revert accidental checkin.
618
619         * configure.lang: Fix thinko when adding a definition for
620         target_alias to the Makefile.
621
622 Wed May 27 02:50:00 1998  Catherine Moore (clm@cygnus.com)
623
624         * config/sparc/lb1spc.asm (.rem and .urem):  Replace
625         routines.
626
627 Wed May 27 02:48:31 1998  Richard Earnshaw (rearnsha@arm.com)
628
629         * arm.c (arm_gen_constant): Rework to eliminate uninitialized
630         variable warnings.  Don't generate scratch registers if only
631         counting insns.
632         (find_barrier): Eliminate unused variable SRC.
633
634 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
635
636         * toplev.h (rtx_def): Provide global declaration to avoid
637         `limited scope' warnings.
638
639 Tue May 26 23:47:52 1998  Mumit Khan <khan@xraylith.wisc.edu>
640
641         * Makefile.in (gencheck.o): Use HOST_CC.
642         * i386/t-mingw32: New file.
643         * configure.in (i386-*-mingw32*): Use.
644
645 Tue May 26 07:31:04 1998  Richard Earnshaw (rearnsha@arm.com)
646
647         * arm.c (bad_signed_byte_operand): New predicate function.
648         * arm.h (PREDICATE_CODES): Add it to the list.
649         * arm.md (*extendqi[sh]i_insn): Split any addresses that ldrsb
650         can't handle.
651         (define_split): Two new splits for above insns.
652
653         * arm.c: Include toplev.h.
654         (arm_override_options): Add parentheses around use of tune_flags.
655         (arm_split_constant): Remove unused variable.
656         (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
657         (output_func_prologue, arm_expand_prologue): Likewise.
658         (arm_canonicalize_comparison): Make I unsigned; rework constants
659         accordignly.  Add missing paratheses around << operation.
660         (arm_rtx_costs): Correctly parenthesise MULT costs.  Add a DEFAULT
661         clause.
662         ({load,store}_multiple_sequence): Initialize BASE_REG.
663         (select_dominance_cc_mode): Add DEFAULT clauses.
664         (broken_move): Return zero if the destination is not a register.
665         (arm_reorg): Move unused REGNO declaration into the dead code.
666         * arm.h (CANONICALIZE_COMPARISON): Ensure OP1 is updated.
667
668 Mon May 25 22:49:56 PDT 1998 Jeff Law  (law@cygnus.com)
669
670         * version.c: Bump for snapshot.
671
672 Mon May 25 11:56:24 PDT 1998 Jeff Law  (law@cygnus.com)
673
674         * version.c: Bump for snapshot.
675
676 Mon May 25 14:00:13 1998  Dave Brolley  <brolley@cygnus.com>
677
678         * cpperror.c (v_cpp_message): Remove static prototype.
679         * cpplib.c (v_cpp_message): Move prototype to cpplib.h.
680         * cpplib.h (v_cpp_message): Add protoptype.
681         (stdarg.h,varargs.h): Needed for v_cpp_message prototype.
682
683 Sun May 24 20:36:15 PDT 1998 Jeff Law  (law@cygnus.com)
684
685         * version.c: Bump for snapshot.
686
687 Sun May 24 02:08:57 PDT 1998 Jeff Law  (law@cygnus.com)
688
689         * version.c: Bump for snapshot.
690
691 1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
692
693         * m68k.h: Declare more functions used in macros.
694         (REG_CLASS_CONTENTS): Completely embrace initializer.
695         * m68k.md (adddi3, subdi3): Add abort call to avoid warning
696         about returning no value.
697         * cse.c (find_best_addr): Declare p and found_better only if
698         needed.
699         * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
700         * dwarfout.c (string_length_attribute): #if 0 away.
701         * function.c (expand_function_end): Define varible blktramp only
702         if needed.
703         * jump.c (find_insert_position): Define only if !HAVE_cc0.
704         * loop.c (combine_givs_p): Define variable tem only if needed.
705         * real.c: Comment out unused functions eabs, eround,
706         e{24,53,64,113}toasc and eiinfin.
707
708
709 Sat May 23 23:44:53 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
710
711         * Makefile.in (boostrap2-lean, bootstrap3-lean,
712         bootstrap4-lean): New targets.
713
714 Sat May 23 23:35:14 1998  Jeffrey A Law  (law@cygnus.com)
715
716         * warn_summary, test_summary: Moved into the contrib directory.
717
718 1998-05-23  Manfred Hollstein  <manfred@s-direktnet.de>
719
720         * Makefile.in (ENQUIRE_CFLAGS, ENQUIRE_LDFLAGS): Move down to the end
721         of the Makefile.
722         (FLOAT_H_TEST): Likewise.
723         (ENQUIRE): Likewise.
724         (float.h-nat): Likewise.
725         (float.h-cross): Likewise.
726         (enquire): Likewise.
727         (enquire.o): Likewise.
728         (stmp-int-hdrs): Fix comment about enquire; depend upon gfloat.h.
729         (stmp-headers): Move actions to stmp-int-hdrs, retaining only a
730         no-op.
731         (FLOAT_H): Remove old float.h-nat version; move current definition
732         to CROSS_FLOAT_H location.
733         (all.cross): Remove comments about enquire stuff.
734
735         * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
736         (rest.encap): Likewise.
737         (libgcc2.ready): Depend upon $(STMP_FIXPROTO)
738
739         * toplev.h (tree_node): Provide global declaration to avoid
740         `limited scope' warnings.
741
742 Sat May 23 23:23:35 1998   Robert Lipe  <robertl@dgii.com>
743
744         * test_summary: Display section breaks for each entry
745         in a multilibbed target's output.
746
747 1998-05-23  Richard Henderson  <rth@cygnus.com>
748
749         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
750         offset's mode is not ptr_mode, convert it.
751
752 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
753
754         * fold-const.c (ssize_binop): New fn.
755         * tree.h: Declare it.
756
757 Fri May 22 03:42:05 1998  Richard Earnshaw (rearnsha@arm.com)
758
759         * genextract.c (print_path): Handle zero-length path as a special
760         case.
761
762 Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
763
764         * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
765
766 Fri May 22 00:57:00 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
767
768         * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
769         (shorten_branches, final_scan_insn): Test value of
770         JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
771         is defined.
772         * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
773         * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
774         * arm/tcoff.h: Likewise.
775         * i386/386bsd.h: Likewise.
776         * i386/freebsd-elf.h: Likewise.
777         * i386/freebsd.h: Likewise.
778         * i386/netbsd.h: Likewise.
779         * i386/ptx4-i.h: Likewise.
780         * i386/sysv4.h: Likewise.
781         * pa/pa.h: Likewise.
782         * rs6000/linux.h: Likewise.
783         * rs6000/rs6000.h: Likewise.
784         * sh/sh.h: Likewise.
785         * sparc/sp64-elf.h: Likewise.
786         * v850/v850.h: Likewise.
787         * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
788         * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).
789
790 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
791
792         * regmove.c (gen_add3_insn): New function.
793         (fixup_match_2): Use it instead of calling gen_addsi3.
794
795 Thu May 21 23:09:50 1998  Jeffrey A Law  (law@cygnus.com)
796
797         * Makefile.in (gencheck): Depend on HOST_LIBDEPS.
798
799         * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
800         address.
801
802 Thu May 21 20:18:13 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
803
804         * Makefile.in (TREE_H): Add tree-check.h.
805         (tree-check.h, gencheck): New targets.
806         * gencheck.c: New file.
807         * tree.c (tree_check, tree_class_check): New functions.
808         * tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
809         (TYPE_CHECK, DECL_CHECK): Define.
810         Modify all access macros to use generated checking macros.
811
812 Wed May 20 23:44:28 EDT 1998  John Wehle  (john@feith.com)
813
814         * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
815         * configure.in: Check for it.
816         * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
817         * final.c (uid_align, uid_shuid, label_align): Make static.
818         (label_align): Change type to struct label_alignment pointer.
819         (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
820         (LABEL_TO_MAX_SKIP): Define.
821         (LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
822         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
823         (shorten_branches): Record the maximum bytes to skip when
824         aligning a label.
825         (final_scan_insn): Use the maximum bytes to skip when aligning a label
826         if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
827         * i386.h (LOOP_ALIGN_MAX_SKIP,
828         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
829         * i386.c (override_options): i386_align_jumps and i386_align_loops
830         default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
831         * invoke.texi: Document new i386 align-loops and align-jumps behavior.
832
833 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
834
835         * cplus-dem.c (do_type): Handle volatile qualification.
836
837 Thu May 21 12:23:17 1998  Per Bothner  <bothner@cygnus.com>
838
839         * function.c (init_function_start):  Don't call emit_line_note if
840         lineno is 0.  (Can happen when compiling Java .class files.)
841
842 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
843
844         * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
845         end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
846
847 Thu May 21 19:32:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
848
849         * combine.c (nonzero_bits): For paradoxical subregs, take
850         LOAD_EXTENDED_OP into account.
851
852 Thu May 21 11:51:15 1998  Dave Brolley  <brolley@cygnus.com>
853
854         * configure.in (extra_c_objs): add prefix.o.
855         (extra_cxx_objs): extra objects for C++ with cpplib.
856         * configure: Regenerate.
857
858         * c-tree.h: (get_directive_line): Different prototype for cpplib.
859         (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
860
861         * c-lex.h: (get_directive_line): Not needed here for cpplib.
862
863         * c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
864         (GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
865
866         * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
867         (yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c
868
869 Thu May 21 09:04:42 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
870
871         * gengenrtl.c (type_from_format, accessor_from_format): Change
872         type of parameter `c' from `char' to `int'.
873
874 Wed May 20 22:28:34 1998  Jeffrey A Law  (law@cygnus.com)
875
876         * warn_summary, test_summary: New scripts from
877         Kaveh Ghazi and Alexandre Oliva respectively.
878
879         * gcse.c (current_function_calls_longjmp): Declare.
880
881 1998-05-20  Jason Merrill  <jason@yorick.cygnus.com>
882
883         * dwarf2out.c (base_type_die): Use int_size_in_bytes.
884
885 Wed May 20 01:11:02 1998  Doug Evans (devans@cygnus.com)
886                           Jeff Law (law@cygnus.com)
887
888         * Global CSE and constant/copy propagation.
889         * Makefile.in (OBJS): Add gcse.o
890         (STAGESTUFF): Add *.gcse.
891         (gcse.o): Add dependencies.
892         (mostlyclean): Remove *.gcse and */*.gcse.
893         * gcse.c: New file.
894         * loop.c (loop_optimize): Move call to init_alias_analysis.
895         * recog.c (validate_replace_src): New function.
896         * toplev.c (gcse_dump): New global variable.
897         (flag_gcse, gcse_time): Likewise.
898         (compile_file): Initialize gcse_time and clean out the gcse dump
899         file if necessary.
900         (rest_of_compilation): Call gcse_main as requested.  Dump RTL
901         after gcse if requested.
902         (main): Enable gcse for -O2 and above.  Handle -dG.  Enable gcse
903         dumps for -da.
904         * gcc.texi: Add gcse related internal documentation.
905         * invoke.texi: Note new command line options for gcse.
906         * tm.texi: Document AVOID_CCMODE_COPIES.
907         * mips.h (AVOID_CCMODE_COPIES): Define.
908
909 Tue May 19 22:31:20 1998  Jeffrey A Law  (law@cygnus.com)
910
911         * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
912         exists.
913         (stmp-fixproto): Simlarly for running fixproto.
914         * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
915
916 Tue May 19 19:08:52 1998  Jim Wilson  <wilson@cygnus.com>
917
918         * config/mips/mips.c (double_memory_operand): Accept any MEM during
919         reload when TARGET_64BIT.
920
921 Tue May 19 18:21:25 1998  Jim Wilson  <wilson@cygnus.com>
922
923         Finish incomplete change started by Kenner.
924         * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
925         (powerpcle-*-cygwin32): Delete xm_defines.
926         * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
927         HAVE_STAB_H instead of NO_STAB_H.
928         * config/xm-linux.h (NO_STAB_H): Delete.
929         (HAVE_STAB_H): Undefine.
930         * config/i386/xm-go32.h (NO_STAB_H): Delete.
931
932 1998-05-19  Jim Wilson  <wilson@cygnus.com>
933
934         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
935         LANG_TYPE trees with DECL_SOURCE_LINE of 0.
936
937 Tue May 19 15:07:54 1998  Todd Vierling  <tv@netbsd.org>
938
939         * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
940
941 Tue May 19 17:19:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
942
943         * reload1.c (reload_reg_free_for_value_p): New function.
944         (allocate_reload_reg, choose_reload_regs): Use it.
945
946 Tue May 19 11:51:00 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
947
948         * except.c (expand_start_catch): Correct logic for when to
949         generate a new handler label, and when to use the old one.
950
951 Tue May 19 11:08:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
952
953         * Makefile.in (print-rtl.o): Depend on bitmap.h.
954         (dbxout.o): Depend on toplev.h.
955         ($(SCHED_PREFIX)sched.o): Likewise.
956         ($(out_object_file)): Likewise for system.h and toplev.h.
957         (cppmain.o): Depend on gansidecl.h.
958         (cpplib.o): Likewise.
959         (cpperror.o): Likewise.
960         (cppexp.o): Likewise.
961         (cpphash.o): Likewise.
962         (cppalloc.o): Likewise.
963         (fix-header.o): Depend on cpplib.h and cpphash.h.
964         (scan-decls.o): Depend on gansidecl.h.
965
966         * basic-block.h (free_regset_vector): Add prototype.
967
968         * cccp.c (check_precompiled): Mark parameter `fname' with
969         ATTRIBUTE_UNUSED.
970         (do_assert): Likewise for `op' and `keyword'.
971         (do_unassert): Likewise.
972         (do_line): Likewise for `keyword'.
973         (do_error): Likewise for `op' and `keyword'.
974         (do_warning): Likewise.
975         (do_ident): Likewise for `keyword'.
976         (do_pragma): Likewise for `limit', `op' and `keyword'.
977         (do_sccs): Likewise.
978         (do_if): Likewise for `keyword'.
979         (do_elif): Likewise.
980         (do_else): Likewise.
981         (do_endif): Likewise.
982
983         * collect2.c (getenv): Remove redundant prototype.
984         (collect_exit, collect_execute, dump_file): Likewise.
985         (dump_list): Wrap prototype and definition in COLLECT_EXPORT_LIST.
986         (dump_prefix_list): Hide prototype and definition.
987
988         * sparc.c: Include toplev.h.
989         (intreg_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
990         (symbolic_memory_operand): Likewise.
991         (sp64_medium_pic_operand): Likewise.
992         (data_segment_operand): Likewise.
993         (text_segment_operand): Likewise.
994         (splittable_symbolic_memory_operand): Likewise.
995         (splittable_immediate_memory_operand): Likewise.
996         (eq_or_neq): Likewise.
997         (normal_comp_operator): Likewise.
998         (noov_compare_op): Likewise.
999         (v9_regcmp_op): Likewise.
1000         (v8plus_regcmp_op): Likewise.
1001         (extend_op): Likewise.
1002         (cc_arithop): Likewise.
1003         (cc_arithopn): Likewise.
1004         (small_int): Likewise.
1005         (uns_small_int): Likewise.
1006         (clobbered_register): Likewise.
1007         (legitimize_pic_address): Likewise.
1008         (delay_operand): Likewise.
1009         (sparc_builtin_saveregs): Remove unused variable `stdarg'.
1010
1011         * sparc.h (order_regs_for_local_alloc, eligible_for_return_delay,
1012         sparc_issue_rate, v8plus_regcmp_p): Add prototypes.
1013
1014         * sparc.md (cmpdi_v8plus): Add abort for default case in switch.
1015
1016         * cppalloc.c: Include gansidecl.h.
1017
1018         * cpperror.c: Include stdarg.h/varargs.h and gansidecl.h.
1019         (cpp_file_line_for_message): Mark parameter `pfile' with
1020         ATTRIBUTE_UNUSED.
1021         (v_cpp_message): New function.
1022         (cpp_message): Use it.  Also convert to variable arguments.
1023         (cpp_fatal): Likewise.
1024         (cpp_pfatal_with_name): Constify parameter `name'.
1025
1026         * cppexp.c: Move gansidecl.h before cpplib.h.
1027         * cpphash.c: Likewise.
1028         * cpphash.h (hashf, delete_macro): Add prototypes.
1029
1030         * cpplib.c: Include stdarg.h/varargs.h and move gansidecl.h before
1031         cpplib.h.  Don't include errno.h.
1032         (update_path): Add arguments to prototype.
1033         (cpp_fatal, cpp_file_line_for_message, cpp_message, delete_macro,
1034         cpp_print_containing_files): Remove redundant prototypes.
1035         (cpp_hash_cleanup, add_import, append_include_chain,
1036         make_assertion, path_include, initialize_builtins,
1037         initialize_char_syntax, finclude, validate_else, comp_def_part,
1038         lookup_import, redundant_include_p, is_system_include,
1039         read_name_map, read_filename_string, open_include_file,
1040         check_macro_name, compare_defs, compare_token_lists,
1041         eval_if_expression, change_newlines): Add prototype arguments.
1042         (hashf): Remove redundant prototype.
1043         (read_token_list, free_token_list, safe_read, xcalloc, savestring,
1044         conditional_skip, skip_if_group): Add prototype arguments.
1045         (fdopen): Remove redundant prototype.
1046         (do_define, do_line, do_include, do_undef, do_error, do_pragma,
1047         do_ident, do_if, do_xifdef, do_else, do_elif, do_endif, do_sccs,
1048         do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
1049         (struct directive): Add prototype arguments to function pointer
1050         member `func'.
1051         (handle_directive): Add missing arguments to call to `do_line'.
1052         (do_include): Mark parameters `unused1' and `unused2' with
1053         ATTRIBUTE_UNUSED.
1054         (do_line): Likewise for `keyword' and new parameters `unused1' and
1055         `unused2'.
1056         (do_error): Likewise for `keyword'.
1057         (do_warning): Likewise.  Also add missing argument `pfile' in call
1058         to cpp_pedwarn.
1059         (do_once): Mark parameter `keyword', `unused1' and `unused2' with
1060         ATTRIBUTE_UNUSED.
1061         (do_ident): Likewise for `keyword', `buf' and `limit'.
1062         (do_pragma): Likewise.  Also add missing arguments in call to do_once.
1063         (do_sccs): Mark parameter `keyword', `buf' and `limit' with
1064         ATTRIBUTE_UNUSED.
1065         (do_if): Likewise for `keyword'.
1066         (do_elif): Likewise.
1067         (eval_if_expression): Likewise for `buf' and `length'.
1068         (do_xifdef): Likewise for `unused1' and `unused2'.
1069         (do_else): Likewise for `keyword', `buf' and `limit'.
1070         (do_endif): Likewise.
1071         (parse_name): Add missing argument `pfile' in call to cpp_pedwarn.
1072         (cpp_handle_options): Remove superfluous NULL argument in call to
1073         cpp_fatal.
1074         (cpp_handle_options): Likewise.
1075         (do_assert): Mark parameter `keyword', `buf' and `limit' with
1076         ATTRIBUTE_UNUSED.
1077         (do_unassert): Likewise.
1078         (cpp_print_file_and_line): Add missing argument `pfile' in call to
1079         cpp_file_line_for_message.
1080         (v_cpp_error): New function.
1081         (cpp_error): Use it. Also accept variable arguments.
1082         (v_cpp_warning): New function.
1083         (cpp_warning): Use it. Also accept variable arguments.
1084         (cpp_pedwarn): Accept variable arguments.
1085         (v_cpp_error_with_line): New function
1086         (cpp_error_with_line): Use it.  Accept variable arguments.
1087         (v_cpp_warning_with_line): New function.
1088         (cpp_warning_with_line): Use it.  Accept variable arguments.  Hide
1089         definition.
1090         (cpp_pedwarn_with_line): Accept variable arguments.
1091         (cpp_pedwarn_with_file_and_line): Likewise.
1092         (cpp_error_from_errno): Constify parameter `name'.  Add missing
1093         argument `pfile' in call to cpp_file_line_for_message.
1094         (cpp_perror_with_name): Constify parameter `name'.
1095
1096         * cpplib.h: Define PARAMS() in terms of PROTO().
1097         (fatal): Remove redundant prototype.
1098         (cpp_error, cpp_warning, cpp_pedwarn, cpp_error_with_line,
1099         cpp_pedwarn_with_line, cpp_pedwarn_with_file_and_line,
1100         cpp_error_from_errno, cpp_perror_with_name, cpp_pfatal_with_name,
1101         cpp_fatal, cpp_message, cpp_pfatal_with_name,
1102         cpp_file_line_for_message, cpp_print_containing_files): Add
1103         arguments to prototypes.
1104         (scan_decls, cpp_finish): Add prototypes.
1105
1106         * cppmain.c: Include gansidecl.h.
1107         (main): Remove unused variable `i'.
1108
1109         * dbxout.c: Include toplev.h.
1110
1111         * demangle.h (do_tlink, collect_execute, collect_exit,
1112         collect_wait, dump_file, file_exists): Add prototype.
1113
1114         * dwarf2out.c (dwarf_type_encoding_name, decl_start_label): Hide
1115         prototype and definition.
1116         (gen_unspecified_parameters_die): Don't assign results of call to
1117         function new_die() to unused variable `parm_die'.
1118         (dwarf2out_line): Mark parameter `filename' with ATTRIBUTE_UNUSED.
1119         (dwarf2out_define): Likewise for `lineno' and `buffer'.
1120
1121         * dwarfout.c (output_unsigned_leb128, output_signed_leb128): Hide
1122         prototype and definition.
1123         (output_die): Add prototype arguments to function pointer arg.
1124         (output_unspecified_parameters_die): Mark parameter `arg' with
1125         ATTRIBUTE_UNUSED.
1126
1127         * except.c (output_exception_table_entry): Remove unused variable
1128         `eh_entry'.
1129
1130         * except.h (expand_fixup_region_start, expand_fixup_region_end):
1131         Add prototypes.
1132
1133         * expr.c (do_jump_by_parts_equality_rtx): Remove prototype.
1134
1135         * expr.h (do_jump_by_parts_equality_rtx): Add prototype.
1136
1137         * fix-header.c: Include stdarg.h/varargs.h, move gansidecl.h
1138         before cpplib.h, include cpphash.h, remove redundant prototype of
1139         cpp_fatal, don't define `const', add a prototype for `fatal'.
1140         (cpp_file_line_for_message): Add missing arguments `pfile'.
1141         (v_cpp_message): New function.
1142         (cpp_message): Use it.
1143         (v_fatal): New function.
1144         (fatal, cpp_fatal): Use it.
1145         (cpp_pfatal_with_name): Constify parameter `name'.
1146
1147         * flow.c (free_regset_vector): Remove redundant prototype.
1148
1149         * function.c (round_down): Wrap prototype and definition with
1150         macro ARGS_GROW_DOWNWARD.
1151         (record_insns): Wrap prototype and definition with
1152         defined (HAVE_prologue) || defined (HAVE_epilogue).
1153
1154         * gansidecl.h (ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5): New macros.
1155
1156         * gen-protos.c: Include gansidecl.h.
1157         (hashf): Don't make it static, constify parameter `name'.
1158
1159         * genattrtab.c (check_attr_test): Change XEXP() to XSTR() to match
1160         specifier %s in calls to function `fatal'.
1161
1162         * haifa-sched.c: Include toplev.h.
1163         (find_rgns): Remove unused variable `j'.
1164
1165         * integrate.c (note_modified_parmregs): Mark parameter `x' with
1166         ATTRIBUTE_UNUSED.
1167         (mark_stores): Likewise.
1168
1169         * jump.c (mark_modified_reg): Likewise.
1170
1171         * output.h (insn_current_reference_address): Add prototype.
1172         (eh_frame_section): Likewise.
1173
1174         * print-rtl.c: Include bitmap.h.
1175
1176         * reload1.c (reload): Wrap variables `note' and `next' in macro
1177         PRESERVE_DEATH_INFO_REGNO_P.
1178         (forget_old_reloads_1): Mark parameter `ignored' with
1179         ATTRIBUTE_UNUSED.
1180         (choose_reload_regs): Remove unused variable `in'.
1181         (reload_cse_invalidate_mem): Mark parameter `ignore' with
1182         ATTRIBUTE_UNUSED.
1183         (reload_cse_check_clobber): Likewise.
1184
1185         * rtl.h (expand_null_return, reg_classes_intersect_p): Add prototype.
1186         (mark_elimination): Fix typo in prototype.
1187
1188         * scan-decls.c: Include gansidecl.h.
1189
1190         * tree.h (using_eh_for_cleanups, supports_one_only): Add prototype.
1191
1192 Mon May 18 22:37:33 1998  Jeffrey A Law  (law@cygnus.com)
1193
1194         * function.c (identify_blocks): Fix thinko when setting the
1195         block number for NOTE_INSN_BLOCK_END.
1196
1197 Mon May 18 15:30:42 1998  Nick Clifton  <nickc@cygnus.com>
1198
1199         * config/v850/lib1funcs.asm: Add .text pseudo op to start of
1200         ___udivsi3.
1201
1202         * config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
1203         underscores for the prefixes to the names of the maths functions.
1204
1205         * dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE.  Add
1206         comment explaining why.
1207
1208 Mon May 18 13:20:23 1998  Richard Henderson  <rth@cygnus.com>
1209
1210         * tree.h (TYPE_SIZE_UNIT): New.
1211         (struct tree_type): Add size_unit member.
1212         * stor-layout.c (layout_type): Initialize it.
1213         * expr.c (get_inner_reference) [ARRAY_REF]: Use it.
1214         * tree.c (size_in_bytes, int_size_in_bytes): Likewise.
1215
1216 Mon May 18 12:07:37 1998  Richard Earnshaw (rearnsha@arm.com)
1217
1218         * stor-layout.c (layout_record): Fix off-by-one error when checking
1219         length of the TYPE_BINFO vector.
1220
1221 Mon May 18 10:59:23 1998  Nick Clifton  <nickc@cygnus.com>
1222
1223         * dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
1224         function parameter passed in memory.
1225
1226 Mon May 18 09:02:09 1998  Robert Lipe  <robertl@dgii.com>
1227
1228         * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h:  New files.
1229         Prototypes for externally used functions in respective C files.
1230         * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
1231         final.c: Include above files.
1232         * Makefile.in (toplev.o): Add dependency for above four headers.
1233         (final.o): Likewise.
1234         (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
1235         respective header files.
1236
1237 Mon May 18 01:23:33 1998  Jeffrey A Law  (law@cygnus.com)
1238
1239         * Makefile.in (TARGET_TOOLPREFIX): No longer define.
1240         (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
1241         the build tree if they exist.
1242         (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
1243         appropriately.
1244         (objdir): Let configure substitute value.
1245         (FLOAT_H): Let configure select a pre-built version from the
1246         config subdir.
1247         * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
1248         * configure.in: Substitute for objdir.
1249
1250         * Makefile.in (build_canonical, host_canonical): Let configure
1251         substitute values for these variables.
1252         * configure.in: Substitute for build_canonical, host_canonical
1253         and target_subdir in generated Makefile.
1254
1255         * output.h (find_basic_blocks): Declare.
1256         (free_basic_block_vars, set_block_num, life_analysis): Likewise.
1257
1258         * Makefile.in (BISON): Use bison from the build tree if it exists.
1259         (FLEX): Similarly.
1260
1261 Mon May 18 00:08:19 1998  Nick Clifton  <nickc@cygnus.com>
1262
1263         * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
1264         (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
1265         (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
1266         command line arguments to see if an executable is not being
1267         created, and if so - do not append the suffix.
1268
1269         * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
1270         driver macro.
1271
1272 Sun May 17 23:59:45 1998  John Wehle  (john@feith.com)
1273
1274         * i386.h (ALIGN_DFmode): Delete.
1275         (CONSTANT_ALIGNMENT): Define.
1276         * varasm.c (force_const_mem): Use it.
1277
1278 Sun May 17 19:31:05 1998  Richard Henderson  <rth@cygnus.com>
1279
1280         * alpha.c (alpha_emit_conditional_branch): Clear cmp_code after
1281         using it with swap_condition, not before.
1282
1283 Sun May 17 13:44:32 1998  Jim Wilson  <wilson@cygnus.com>
1284
1285         * alias.c (mode_alias_check): Delete.
1286         (true_dependence, anti_dependence, output_dependence): Revert April 21
1287         change.
1288
1289 Sun May 17 08:45:21 1998  Krister Walfridsson <cato@df.lth.se>
1290
1291         * toplev.c (output_lang_identify): Enable prototype and definition.
1292
1293 Sun May 17 01:12:27 PDT 1998 Jeff Law  (law@cygnus.com)
1294
1295         * version.c: Bump for snapshot.
1296
1297 Sat May 16 23:20:32 1998  Richard Henderson  <rth@cygnus.com>
1298
1299         * alpha/osf.h (HAVE_STAMP_H): Define.
1300         * alpha.c: Use it.
1301         * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
1302         * configure.in (alpha*-*-netbsd*): New.
1303         Based on patches from Paul H. Anderson <pha@pdq.com>.
1304
1305         * configure.in (alpha*-*-linux-*): Kill xm_defines.
1306         (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
1307         * alpha/xm-linux.h: Remove file.
1308
1309 Sat May 16 18:32:45 1998  Doug Evans  <devans@canuck.cygnus.com>
1310
1311         * dbxout.c (dbxout_parms): If mode of type of parameter living
1312         in memory doesn't match mode of DECL_RTL, make big endian correction.
1313
1314 Fri May 15 21:40:06 1998  John Wehle  (john@feith.com)
1315
1316         * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
1317
1318 Fri May 15 18:55:22 1998  Jason Merrill  <jason@yorick.cygnus.com>
1319
1320         * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
1321         * stor-layout.c (layout_record): Set it.
1322
1323 Fri May 15 18:49:30 1998  Mark Mitchell  <mmitchell@usa.net>
1324
1325         * toplev.c (rest_of_compilation): Don't defer nested functions.
1326
1327 Fri May 15 17:42:52 1998  Bob Manson  <manson@charmed.cygnus.com>
1328
1329         * config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
1330         to an 8-byte boundary if info_ptr->fpmem_p.
1331
1332 Fri May 15 17:36:11 1998  Bill Moyer <ttk@cygnus.com>
1333
1334         * loop.c (basic_induction_var): Added test preventing
1335         CCmode parameter passed to convert_modes().
1336
1337 Fri May 15 17:26:18 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1338
1339         * expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
1340         input_filename and lineno around expand_expr call.  Set them to values
1341         in WFL before expand_expr call.
1342
1343 Fri May 15 12:44:57 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1344
1345         * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
1346
1347 Fri May 15 07:20:03 1998  Mark Mitchell  <mmitchell@usa.net>
1348
1349         * fold-const.c (constant_boolean_node): New function.
1350         (fold): Use it.
1351
1352 Fri May 15 11:21:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1353
1354         * sh.c (gen_shl_and): Don't sign extend constant for kind two.
1355         Abort if trying to split kind 3 or 4 outside of combine.
1356
1357 Fri May 15 01:47:37 1998  Jeffrey A Law  (law@cygnus.com)
1358
1359         * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
1360
1361 Fri May 15 01:42:45 1998  Mumit Khan <khan@xraylith.wisc.edu>
1362
1363         * objc/Make-lang.in (OBJC_O): Add missing exeext.
1364         (libobjc.a, runtime-info.h): Likewise.
1365
1366 Fri May 15 01:29:39 1998  John Wehle  (john@feith.com)
1367
1368         * i386.h (DATA_ALIGNMENT): Define.
1369
1370 Fri May 15 05:35:37 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1371
1372         * reload1.c (delete_output_reload): Ignore single USE that
1373         was emitted for the pseudo use of this INSN.
1374         If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
1375         remains, we can always delete OUTPUT_RELOAD_INSN.
1376
1377 Thu May 14 18:38:50 1998  Jim Wilson  <wilson@cygnus.com>
1378
1379         * reload.c (find_reloads): Don't penalize SCRATCH output reload.
1380
1381 Thu May 14 15:10:30 1998  Jeffrey A Law  (law@cygnus.com)
1382
1383         * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
1384
1385 Thu May 14 16:30:47 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
1386
1387         * eh-common.h: New file for basic EH data structures.
1388         * except.h: Various prototypes and structures for NEW_EH_MODEL
1389         * function.h (struct function): Add a struct eh_stack for the catch
1390         clause stack.
1391         * except.c (gen_exception_label): New function to generate an
1392         exception label.
1393         (push_eh_entry): Use gen_exception_label() and init 'label_used' field.
1394         (push_entry): New function to push an existing entry onto a stack.
1395         (receive_exception_label): New function to emit the code required
1396         at the start of all catch blocks.
1397         (struct func_eh_entry): New structure for maintaining handlers
1398         associated with EH regions.
1399         (new_eh_region_entry): New function to register an EH region.
1400         (add_new_handler): New function to register a handler with a region.
1401         (get_new_handler): Creates  anew handler entry for registering.
1402         (find_func_region): New function to convert a NOTE eh region number
1403         to an Eh region index.
1404         (get_first_handler): New function to get the first handler in a region.
1405         (clear_function_eh_region): New function to release memory.
1406         (duplicate_handlers): New function to duplicate a list of handlers.
1407         (expand_eh_region_end): Create a new region entry node as well.
1408         (expand_leftover_cleanups): Call receive_exception_label() and
1409         register the cleanup as a handler to the current region.
1410         (expand_start_catch): New function to start a catch clause.
1411         (expand_end_catch): New function to end a catch clause.
1412         (expand_start_all_catch): restructure to not do the equivilent of
1413         what expand_start_catch() does now. Push the exception region being
1414         handled onto the catch stack.
1415         (output_exception_table_entry): Issue an entry for each handler
1416         associated with a region.
1417         (set_exception_lang_code): New function for setting the language code.
1418         (set_exception_version_code): New function to set the version number.
1419         (output_exception_table): Output version and language codes.
1420         (find_exception_handler_labels): Find handler labels using new scheme.
1421         (is_exception_handler_label): New function, returns 1 if label is
1422         present as a handler in some exception region.
1423         (check_exception_handler_labels): Use the new scheme.
1424         (init_eh_for_function): Initialize the catch stack.
1425         (save_eh_status): Save the catch stack.
1426         (restore_eh_status): Restore the catch stack.
1427         (scan_region): Don't remove unreferenced handler label. Flow does it.
1428         (get_reg_for_handler): New function to get the eh_context pointer
1429         passed by __throw.
1430         (expand_builtin_eh_stub): Changes required for NEW_EH_MODEL only.
1431         * final.c (final_scan_insn): With NEW_EH_MODEL, add EH table
1432         entry when processing END region rather that START region.
1433         * flow.c (find_basic_blocks_1): Find all potential handler regions
1434         now that we don't automatically know what the labels might be.
1435         Let scan_region() remove unreferenced EH BEGIN/END labels.
1436         * integrate.c (get_label_from_map): Put inlined labels onto the
1437         permanent obstack since we dont know which ones might be exception
1438         labels.
1439         (save_for_inline_copying): Make new copies of all the handlers.
1440         (expand_inline_function): Make new copies of all the handlers.
1441         * libgcc2.c: Remove local struct decls, and include eh-common.h.
1442         (find_exception_handler): With NEW_EH_MODEL the first matching
1443         region we find is the right one. Add eh_info as a new parameter.
1444         (__throw): Pass eh_info to find_exception_handler. Set handler
1445         and pass use different regs  under NEW_EH_MODEL.
1446
1447 Thu May 14 12:58:21 1998  Jim Wilson  <wilson@cygnus.com>
1448
1449         * i960.h (hard_regno_mode_ok): Changed to function from array of
1450         unsigned.
1451         (HARD_REGNO_MODE_OK): Call function instead of testing bit.
1452         * i960.c (hard_regno_mode_ok): Changed to function from array of
1453         unsigned.
1454
1455 Thu May 14 08:41:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1456
1457         * reload.c (remove_replacements): New function.
1458         * reload.h (remove_replacements): Declare.
1459         * reload1.c (choose_reload_regs): Disable some reloads that
1460         belong to inherited reloads.
1461
1462 Thu May 14 02:17:17 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1463
1464         * loop.c (scan_loop): Don't call move_moveables for optimize_size.
1465
1466         * reload1.c (merge_assigned_reloads):  When merging, reset
1467         reload_spill_index for the eliminated reload.
1468
1469 Wed May 13 17:51:13 1998  Jeffrey A Law  (law@cygnus.com)
1470
1471         * haifa-sched.c (schedule_insns): Fix merge goof.
1472
1473 1998-05-13  Jim Wilson  <wilson@cygnus.com>
1474
1475         * varasm.c (make_decl_rtl): Revert April 1 change.
1476         * alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
1477         m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
1478         Get function name from the SYMBOL_REF in the DECL_RTL, not from
1479         DECL_ASSEMBLER_NAME.
1480         * i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
1481         DECL_ASSEMBLER_NAME.
1482
1483 Wed May 13 13:09:19 1998  Jim Wilson  <wilson@cygnus.com>
1484
1485         * i386.c (notice_update_cc, output_float_compare): Disable
1486         TARGET_CMOVE support.
1487
1488 Wed May 13 15:28:59 1998  Michael Meissner  <meissner@cygnus.com>
1489                           Jeff Law <law@cygnus.com>
1490
1491         * rtlanal.c (find_reg_note): Ignore notes that are not on on
1492         insns of class 'i'.
1493         (find_regno_note): Likewise.
1494
1495         * Makefile.in (stor-layout.o): Depend on except.h
1496         (varasm.o, function.o): Likewise.
1497         (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.
1498
1499         * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
1500         (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
1501         ($(HOST_PREFIX_1)rtl.o): Likewise.
1502         ($(HOST_PREFIX_1)bitmap.o): New host object.
1503         * emit-rtl.c (toplevel): Include bitmap.h.
1504         (gen_rtx): Handle 't' and 'b' nodes.
1505         * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
1506         Print block number for block begin/end notes.  Print 't' type
1507         nodes as a pointer.  Know that the 3rd argument of live range
1508         start/stop notes is really a range_info rtx.  If type is 'b', print
1509         out argument as a bitmap.
1510         * rtl.c: Include bitmap.c.
1511         (copy_rtx): Copy tree nodes as is.  Copy bitmaps if type is 'b'.
1512         (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
1513         * rtl.def (RANGE_LIVE): New node to hold live information while we
1514         recalculate the basic blocks.
1515         (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
1516         (RANGE_VAR): New node, to hold information saved in symbol node for New
1517         communicating live range information to the debug output functions.
1518         * rtl.h (rtunion_def): Add rttree and rtbit fields.
1519         (XBITMAP, XTREE): New accessor macros.
1520         (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
1521         (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
1522         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
1523         (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
1524         (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
1525         (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
1526         (RANGE_INFO_*): Likewise.
1527         * sched.c (sched_analyze): Keep live range start/stop notes.
1528         (unlink_other_notes): Likewise.
1529         * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
1530         (unlink_other_notes): Likewise.
1531         * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
1532         (BLOCK_LIVE_RANGE_FLAG): Likewise.
1533         (DECL_LIVE_RANGE_RTL): Likewise.
1534         (struct tree_block): Add live_range_flag, live_range_var_flag,
1535         live_range_start and live_range_end.
1536         (struct tree_decl): Add live_range_rtl field.
1537         * gengenrtl.c (type_from_format): Handle 'b' and 't'.
1538         (accessor_from_format): Likewise.
1539
1540         * haifa-sched.c (schedule_block): Make verbose output line up.
1541         Also add a blank line in printing the individual ready lists.
1542
1543 Wed May 13 15:43:44 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1544
1545         * Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
1546         (c-lex.o): Depend on output.h.
1547         (c-common.o): Likewise.
1548         (stmt.o): Likewise.
1549         (calls.o): Likewise.
1550         (integrate.o): Depend on toplev.h.
1551         (regclass.o): Depend on output.h.
1552         (final.o): Depend on reload.h.
1553
1554         * c-common.c: Include output.h.
1555         (check_format_info): Remove unused variable `integral_format'.
1556
1557         * c-decl.c (print_lang_decl): Mark parameters `file', `node' and
1558         `indent' with ATTRIBUTE_UNUSED.
1559         (print_lang_type): Likewise.
1560         (maybe_build_cleanup): Likewise for parameter `decl'.
1561         (copy_lang_decl): Likewise for parameter `node'.
1562
1563         * c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
1564         (lang_print_xnode): Mark parameters `file', `node' and `indent'
1565         with ATTRIBUTE_UNUSED.
1566         (lookup_interface): Likewise for parameter `arg'.
1567         (is_class_name): Likewise.
1568         (maybe_objc_check_decl): Likewise for parameter `decl'.
1569         (maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
1570         `reflexive'.
1571         (maybe_objc_method_name): Likewise for parameter `decl'.
1572         (build_objc_string): Likewise for parameters `len' and `str'.
1573
1574         * c-lex.c: Include output.h.
1575
1576         * c-lex.h (position_after_white_space): Correct typo in prototype.
1577
1578         * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
1579         c_expand_end_cond, init_iterators): Add prototypes.
1580
1581         * caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
1582         with ATTRIBUTE_UNUSED.
1583
1584         * calls.c: Include output.h.
1585
1586         * cccp.c (pipe_closed): Mark parameter `signo' with
1587         ATTRIBUTE_UNUSED.
1588
1589         * combine.c: Move inclusion of expr.h to after insn-config.h.
1590
1591         * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
1592         as empty, rather define as ((void)0).
1593
1594         * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
1595         Add parentheses around assignment used as truth value.
1596
1597         * cplus-dem.c (squangle_mop_up): Change return type to void.
1598         (internal_cplus_demangle): Remove unused parameter `options'.
1599         All callers changed.
1600         (cplus_demangle_opname): Remove function wide variable `int i' and
1601         replace with `size_t i' at each location where it is used.
1602         (cplus_demangle_opname): change type of `i' from int to size_t.
1603
1604         * cppexp.c (right_shift): Mark parameter `pfile' with
1605         ATTRIBUTE_UNUSED.
1606
1607         * cpphash.c (cpp_lookup): Likewise.
1608         (cpp_hash_cleanup): Likewise.
1609
1610         * cpplib.c (parse_name): Add a prototype and make it static.
1611         (null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
1612         (null_cleanup): Likewise for parameters `pbuf' and `pfile'.
1613         (macro_cleanup): Likewise for parameter `pfile'.
1614         (file_cleanup): Likewise.
1615
1616         * cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
1617         cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
1618
1619         * crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
1620         __DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
1621
1622         * cse.c (cse_check_loop_start): Mark parameter `set' with
1623         ATTRIBUTE_UNUSED.
1624
1625         * dbxout.c (flag_minimal_debug, have_used_extensions,
1626         source_label_number): Move inside macro wrapper check against
1627         defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
1628
1629         * dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
1630
1631         * except.h (doing_eh): Provide prototype.
1632
1633         * expr.c: Move inclusion of expr.h to after insn-config.h.
1634
1635         * final.c: Include reload.h.
1636         (shorten_branches): Cast the first argument of bzero to char *.
1637
1638         * fix-header.c (cpp_print_containing_files): Mark parameter
1639         `pfile' with ATTRIBUTE_UNUSED.
1640         (cpp_fatal): Likewise.
1641
1642         * flow.c (find_basic_blocks_1): Cast the first argument of bzero
1643         to char *.
1644
1645         * genattrtab.c (make_length_attrs): Change the type of variable
1646         `i' from int to size_t.
1647         (zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
1648         (one_fn): Likewise.
1649
1650         * genextract.c (main): When generating insn-extract.c, mark
1651         variable `junk' with ATTRIBUTE_UNUSED.
1652
1653         * gengenrtl.c (gencode): When generating genrtl.c, cast the first
1654         argument of bzero to char*.
1655
1656         * integrate.c: Include toplev.h.
1657
1658         * libgcc2.c: Wrap `struct exception_table' and
1659         `find_exception_handler' in macro DWARF2_UNWIND_INFO.
1660
1661         * objc/Make-lang.in (objc-act.o): Depend on toplev.h.
1662
1663         * objc/objc-act.c: Include toplev.h.
1664         (lang_print_xnode): Mark parameters `file', `node' and `indent'
1665         with ATTRIBUTE_UNUSED.
1666         (finish_protocol): Likewise for parameter `protocol'.
1667
1668         * output.h (declare_weak): Add prototype.
1669         (decode_reg_name): Don't wrap with TREE_CODE macro.
1670         (assemble_alias): Add prototype.
1671
1672         * regclass.c: Include output.h.
1673
1674         * reload.h (reloads_conflict): Add prototype.
1675
1676         * rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
1677         output_func_start_profiler): Add prototypes.
1678
1679         * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
1680         ATTRIBUTE_UNUSED.
1681
1682         * scan-decls.c: Include scan.h.
1683
1684         * scan.h (recognized_function, recognized_extern): Add prototypes.
1685
1686         * stmt.c: Include output.h.
1687
1688         * toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
1689         (output_lang_identify): Hide prototype and definition.
1690         (float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
1691         (pipe_closed): Likewise.
1692
1693         * toplev.h (count_error, strip_off_ending, error_for_asm,
1694         warning_for_asm): Add prototypes.
1695
1696 Wed May 13 12:54:19 1998  Michael Meissner  <meissner@cygnus.com>
1697
1698         * toplev.c (rest_of_compilation): "Charge" final for any time
1699         doing various cleanup operations after finishing compilation
1700         of a function.
1701
1702         * flow.c (dump_flow_info): Also print number of sets and
1703         whether or not the pseudo is a user variable.
1704
1705         * flow.c (reg_n_max): New global variable.
1706         * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
1707         Delete regno_max variable.
1708         * regs.h (REG_N_CHECK): Define.
1709         (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
1710         (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
1711         (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
1712
1713 Wed May 13 12:54:19 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
1714
1715         * acconfig.h (ENABLE_CHECKING): Undefine.
1716         * configure.in (--enable-checking): New option.
1717
1718 Wed May 13 08:52:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1719
1720         * reload1.c (merge_assigned_reloads):  Can merge
1721         RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
1722         if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
1723
1724 Tue May 12 20:05:57 1998  Jim Wilson  <wilson@cygnus.com>
1725
1726         * collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.
1727
1728 Wed May 13 03:23:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1729
1730         * reload1.c (gen_reload): Create REG_EQUIV notes.
1731
1732 Tue May 12 22:21:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1733
1734         * reload1.c (reload): Fix check for USEs to use code of pattern.
1735         (choose_reload_regs): Remove dead variable use_insn.
1736
1737 Tue May 12 14:04:49 1998  Jeffrey A Law  (law@cygnus.com)
1738
1739         * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
1740
1741 Tue May 12 15:16:02 1998  Michael Meissner  <meissner@cygnus.com>
1742
1743         * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
1744         already defined.
1745         (find_insn_{,mem_}list): Use HAIFA_INLINE, not __inline.
1746         (insn_{unit,issue_delay}): Ditto.
1747         (blockage_range): Ditto.
1748         (actual_hazard{,_this_instance}): Ditto.
1749         (schedule_unit): Ditto.
1750         (potential_hazard): Ditto.
1751         (insn_cost): Ditto.
1752         (swap_sort): Ditto.
1753         (queue_insn): Ditto.
1754         (birthing_insn_p): Ditto.
1755         (adjust_priority): Ditto.
1756         (get_block_head_tail): Ditto.
1757         (init_rgn_data_dependences): Ditto.
1758
1759 Tue May 12 10:27:54 1998  Klaus Kaempf  <kkaempf@progis.de>
1760
1761         * alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
1762
1763 Tue May 12 11:44:14 1998  Gavin Koch  <gavin@cygnus.com>
1764
1765         * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
1766
1767 Tue May 12 11:38:31 1998  Gavin Koch  <gavin@cygnus.com>
1768
1769         * config/mips/mips.md (dslot): Move after definition of "cpu"
1770         attribute.  Handle r3900 case.
1771
1772 Tue May 12 10:21:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1773
1774         * system.h: Define the STRINGIFY macro here.
1775         * protoize.c: Not here.
1776         * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
1777
1778 Tue May 12 00:47:33 1998  John Wehle  (john@feith.com)
1779
1780         * varasm.c (assemble_variable): Compute the alignment of the data
1781         earlier so that both initialized and uninitialized variables are
1782         effected by DATA_ALIGNMENT.
1783         * tm.texi (DATA_ALIGNMENT): Updated appropriately.
1784
1785 Mon May 11 19:57:58 1998  Jeffrey A Law  (law@cygnus.com)
1786
1787         * mips.c: Prototype static functions.
1788
1789 Mon May 11 17:43:03 1998  Jim Wilson  <wilson@cygnus.com>
1790
1791         * regmove.c (fixup_match_2, find_matches, regmove_profitable):
1792         Add explanatory comments.
1793
1794         * sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT.
1795
1796 Mon May 11 17:24:27 1998  Richard Henderson  <rth@cygnus.com>
1797
1798         * sparc.md (ffsdi2): Disable.  Simplify the expression as well.
1799
1800 Mon May 11 13:30:44 1998  Jim Wilson  <wilson@cygnus.com>
1801
1802         * varasm.c (make_decl_rtl): Disable April 1 change.
1803
1804 Mon May 11 09:14:41 1998  Richard Henderson  <rth@cygnus.com>
1805
1806         * configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
1807
1808 Mon May 11 08:24:18 1998  Richard Henderson <rth@cygnus.com>
1809
1810         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
1811         * alpha.c (print_operand): Handle it.
1812         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and
1813         related define_splits.  Also add peepholes for SImode reload
1814         plus sign_extend lossage.
1815
1816 Mon May 11 09:33:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1817
1818         * genattr.c: Include stdarg.h/varargs.h.  Change function
1819         `fatal' to use variable arguments instead of faking it with
1820         integer parameters.  Provide a prototype which also
1821         checks the format specifiers using ATTRIBUTE_PRINTF_1.
1822
1823         * genattrtab.c: Likewise.
1824         * gencodes.c: Likewise.
1825         * genconfig.c: Likewise.
1826         * genemit.c: Likewise.
1827         * genextract.c: Likewise.
1828         * genflags.c: Likewise.
1829         * genopinit.c: Likewise.
1830         * genpeep.c: Likewise.
1831         * genrecog.c: Likewise.
1832         * genoutput.c: Likewise.  Similarly for function `error'.
1833
1834 Sun May 10 02:27:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1835
1836         * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
1837         * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
1838         * configure.in: Use GCC_C_VOLATILE.
1839         * system.h (volatile): Define as empty if no volatile support is
1840         available.
1841
1842 Sun May 10 01:21:43 1998  Jeffrey A Law  (law@cygnus.com)
1843
1844         * genemit.c (output_add_clobbers): Removed unused variable 'i' from
1845         generated fucntion.
1846
1847 Sat May  9 02:02:15 1998  Richard Henderson  <rth@cygnus.com>
1848
1849         * loop.c (get_condition): Don't combine when either compare is MODE_CC.
1850         * alpha.c (alpha_emit_conditional_branch): New function.  Taken from
1851         the body of beq; additionally set the mode of the branch to CCmode for
1852         FP compares and not fast_math.
1853         (alpha_emit_conditional_move): Always use a compare insn for FP
1854         when not fast_math, as well as setting CCmode on the cmov.
1855         * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch.
1856
1857         * machmode.h (COMPLEX_MODE_P): New macro.
1858
1859 Sat May  9 01:53:23 1998  Richard Henderson  <rth@cygnus.com>
1860
1861         * haifa-sched.c (print_exp): Fix typo.
1862
1863 Fri May 8 21:48:50 PDT 1998 Jeff Law  (law@cygnus.com)
1864
1865         * version.c: Bump for snapshot.
1866
1867 Fri May  8 18:23:08 1998  Michael Meissner  <meissner@cygnus.com>
1868
1869         * final.c (final_scan_insn): Call fatal_insn instead of abort if
1870         we could not split an insn when required to.
1871
1872         * m32r.md ({add,sub}di3): Add define_splits and appropriate low
1873         level insns.
1874         (peepholes): Disable peepholes that call dead_or_set_p.
1875         (movsi): Rewrite to handle addresses better after last change.
1876         Add define_split to split load of addresses in large/medium modes.
1877         (prologue): Call m32r_expand_prologue.
1878         (movsi_{push,pop}): Generators for push/pop.
1879         (movsi): Support PRE_{INC,DEC}, POST_INC.
1880         (mov{di,df}): Rewrite.  Always split the insns.
1881         (movsf): Add define_split to get register load in correct mode.
1882         (cmp_ne_small_const_insn): Use 'N' instead of 'S' constraint.
1883         (attributes): Rewrite attributes so that type indicates both the
1884         type and the length of the insn directly.
1885         (all insns): Change to use new type attributes.
1886         (debug): New attribute to convey whether -mdebug was used.
1887         (opt_space): New attribute to convey whether -Os was used.
1888         (function units): Loads are 3 cycles, not 2.  Better classify all
1889         insns into short/long.
1890         (load/store/extend insns): Add separate case for load/store
1891         indirect operations without an offset.
1892         (divsi3): Division is a long operation, not short.
1893
1894         * m32r.h (LEGITIMATE_LO_SUM_ADDRESS_P): Do not allow LO_SUM for
1895         modes > 1 word.
1896         (GO_IF_MODE_DEPENDENT_ADDRESS): LO_SUM is now mode dependent.
1897         (CONST_OK_FOR_LETTER_P): Make 'N' handle reverse 8 bit compares.
1898         (EXTRA_CONSTRAINT): Remove 'S' special support.  Add 'U' for
1899         operands with PRE_{INC,DEC}, POST_INC.
1900         (FUNCTION_PROFILER): Call abort instead of doing nothing.
1901         (GO_IF_LEGITIMATE_ADDRESS): Allow PRE_{INC,DEC}, POST_INC of
1902         SImode variables.
1903         (gen_split_move_double): Declare.
1904         (EXTRA_CONSTRAINT): Add 'T' for memory reference with no offset.
1905
1906         * m32r.c (gen_split_move_double): Fix typo.  Also, don't call
1907         emit_move_insn, build up SET's directly.
1908         (toplevel): Include system.h, not stdio.h.
1909         (move_double_src_operand): Allow any DF or DI mode constant.
1910         (gen_split_move_double): Split moves of DI or DF values into the
1911         appropriate moves, loads, or stores.  Don't handle use of auto
1912         inc/dec if using dead index.  Do handle overlapping moves, etc.
1913         (m32r_frame_info): Remove prologue_size field.
1914         (m32r_compute_frame_size): Don't calculate prologue size.
1915         (m32r_output_function_prologue): Change to pretty much a NOP.
1916         (m32r_expand_prologue): Expand prologue as a series of INSNs.
1917         (m32r_print_operand): Add support for PRE_{INC,DEC}, POST_INC.
1918         (m32r_print_operand_address): Ditto.
1919
1920 Fri May  8 14:13:21 1998  H.J. Lu  (hjl@gnu.org)
1921
1922         * reload1.c (emit_reload_insns): When performing expensive
1923         optimizations, do not output the last reload insn if OLD is
1924         not the dest of NSN and is in the src and is clobbered by INSN.
1925
1926 Fri May  8 09:47:29 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1927
1928         * Makefile.in (genrtl.o): Depend on system.h.
1929         * gengenrtl.c (gencode): When creating genrtl.c, have it
1930         include system.h.
1931
1932 Fri May  8 10:57:33 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1933
1934         * config/m68k/t-linux: Remove extra stuff already included in
1935         config/t-linux.
1936
1937 Fri May  8 09:53:24  Paul Eggert  <eggert@twinsun.com>
1938
1939         * fixinc.wrap: Renamed from fixinc.math.  Put wrapper around
1940         curses.h if it contains `typedef char bool;', as suggested by
1941         Manfred Hollstein <manfred@s-direktnet.de>.
1942
1943         * configure.in: Rename fixinc.math to fixinc.wrap.
1944
1945 Thu May  7 19:26:34 1998  Jim Wilson  <wilson@cygnus.com>
1946
1947         * gcc.c (read_specs): Handle missing blank line at end of specs file.
1948
1949         * i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1,
1950         movdfcc_1): Disable.
1951
1952 Thu May  7 15:39:14 1998  Jim Wilson  <wilson@cygnus.com>
1953
1954         * configure.in (enable_threads): Rename to enable_threads_flag before
1955         main loop.  Set enable_threads to enable_threads_flag inside main
1956         loop.
1957
1958 Thu May  7 17:38:03 1998  Michael Meissner  <meissner@cygnus.com>
1959
1960         * r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
1961         multiple times.
1962
1963 Thu May  7 14:26:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1964
1965         * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
1966
1967         * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
1968         (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
1969         (AC_CHECK_FUNCS): Remove unused check for vprintf.
1970
1971         * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
1972         (cccp.o): Depend on gansidecl.h.
1973         (cexp.o): Likewise.
1974
1975         * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
1976         per the rest of gcc source.
1977         * cexp.y: Likewise.  Include gansidecl.h and remove all code made
1978         redundant.
1979
1980         * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
1981         used when vfprintf is missing.
1982         * cexp.y: Likewise.
1983         * gcc.c: Likewise.
1984         * genattrtab.c: Likewise.
1985         * mips-tfile.c: Likewise.
1986         * toplev.c: Likewise.
1987
1988         * vfprintf.c: New file.
1989         * doprint.c: New file.
1990
1991 Thu May  7 10:18:41 1998  Jeffrey A Law  (law@cygnus.com)
1992
1993         * config/linux.h (ASM_COMMENT_START): Remove from here,
1994         * config/linux-aout.h (ASM_COMMENT_START): and here,
1995         * config/i386/linux.h (ASM_COMMENT_START): to here,
1996         * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
1997         * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
1998         here as '#' too.
1999
2000 Thu May  7 10:55:59 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2001
2002         * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
2003         constant.
2004
2005 Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
2006
2007         * Makefile.in (dwarfout.o) Add toplev.h dependency.
2008         * dwarfout.c, i386.c: Include toplev.h
2009         * toplev.h: (pfatal_with_name) Add prototype.
2010
2011 Wed May  6 19:02:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
2012
2013         * Makefile.in: Fix .SUFFIXES.
2014
2015 Wed May  6 19:31:32 1998  Alan Modra <alan@spri.levels.unisa.edu.au>
2016
2017         * config/linux.h (ASM_COMMENT_START): Define as "#".
2018         * config/linux-aout.h (ASM_COMMENT_START): Likewise.
2019
2020 Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
2021
2022         * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
2023         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2024
2025         * toplev.c: Include toplev.h.
2026         * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
2027         c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
2028         dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
2029         hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
2030         reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
2031         toplev.h dependency.
2032
2033         * mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
2034         HARD_FRAME_POINTER_REGNUM.
2035
2036         * expr.c (target_temp_slot_level): Delete duplicate definition.
2037
2038 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
2039
2040         * stmt.c (mark_seen_cases): Make it have external linkage again.
2041         * expr.h (mark_seen_cases): Add declaration, but only when tree.h
2042         has been included.
2043
2044         * haifa-sched.c (print_value, case SUBREG): Fix typo.
2045
2046         * i386.c (output_387_binary_op): Add some braces to avoid warnings.
2047         * i386.h (REG_CLASS_CONTENTS): Similarly.
2048
2049         * toplev.c (-fsched-max): Delete flag.
2050         (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
2051         * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
2052         and -fsched-interblock-max-insns-N support.  Remove INTERBLOCK_DEBUG
2053         conditionals.
2054
2055         * haifa-sched.c (find_rgns): Correctly handle reducible loops with
2056         inner loops which are not reducible.
2057
2058         * loop.c (regs_match_p): Fix typo in prototype.
2059
2060         * regmove.c (try_auto_increment): Wrap declaration inside an
2061         #ifdef AUTO_INC_DEC.
2062
2063 Wed May  6 17:07:47 1998  Michael Meissner  <meissner@cygnus.com>
2064
2065         * final.c (output_operand_lossage): Call fatal with the operand
2066         lossage message instead of calling abort.
2067
2068 Wed May  6 15:37:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2069
2070         * c-common.c: Convert to using ctype macros defined in system.h.
2071         * c-lex.c: Likewise.
2072         * cccp.c: Likewise.
2073         * collect2.c: Likewise.
2074         * rs6000.c: Likewise.
2075         * cpplib.c: Likewise.
2076         * fix-header.c: Likewise.
2077         * gcc.c: Likewise.
2078         * gen-protos.c: Likewise.
2079         * pexecute.c: Likewise.
2080         * protoize.c: Likewise.
2081         * rtl.c: Likewise.
2082         * scan.c: Likewise.
2083         * stmt.c: Likewise.
2084         * tlink.c: Likewise.
2085         * toplev.c: Likewise.
2086
2087 Wed May  6 14:44:14 1998  Gavin Koch  <gavin@cygnus.com>
2088
2089         * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
2090         Replace -gdwarf-2 with -g0.
2091
2092 Wed May  6 11:43:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2093
2094         * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
2095         * mips-tdump.c: Include system.h, remove redundant headers.
2096         * mips-tfile.c: Likewise.  Also, convert all ctype function calls
2097         to calls of the macro versions defined in system.h.
2098
2099         * objc/Make-lang.in (objc-act.o): Depend on system.h.
2100         * objc/objc-act.c: Include system.h, remove redundant headers.
2101
2102 Wed May  6 11:21:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2103
2104         * configure.in (AC_CHECK_FUNCS): Add isascii.
2105         (GCC_NEED_DECLARATIONS): Add atof.
2106
2107         * system.h: Provide prototypes for abort, atof, atol and sbrk here.
2108         * rtl.c, rtl.h, toplev.c, tree.h: Not here.
2109
2110 Wed May  6 10:52:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2111
2112         * system.h: Wrap time.h and sys/file.h in autoconf checks.
2113         Provide default definitions for O_RDONLY and O_WRONLY here.
2114
2115         * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
2116
2117 1998-05-06 Mark Mitchell  <mmitchell@usa.net>
2118
2119         * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
2120
2121 Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
2122
2123         * toplev.h: New file.   Protypes for functions in toplev.c.
2124         * tree.h, rtl.h: Deleted protos for functions in toplev.c.
2125         * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
2126         c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
2127         convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
2128         function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
2129         reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
2130         varasm.c: include it.
2131
2132 Wed May  6 01:09:01 1998  Jeffrey A Law  (law@cygnus.com)
2133                           Jim Wilson (wilson@cygnus.com)
2134
2135         * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
2136         blocks.  Check for 1 successor which is the EXIT_BLOCK.
2137
2138         * haifa-sched.c (find_rgns): Detect unreachable blocks, including
2139         unreachable loops with more than one block.
2140
2141 Wed May  6 08:22:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2142
2143         * fix-header.c (write_rbrac): Add "abort" to functions which need to
2144         be protected.
2145
2146 Wed May  6 00:09:36 1998  Jeffrey A Law  (law@cygnus.com)
2147
2148         * Check in merge from gcc2.  See ChangeLog.12 for details.
2149
2150 Tue May  5 14:33:49 1998  Jim Wilson  <wilson@cygnus.com>
2151
2152         * c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
2153         accept 'a' flag.  'S' does accept 'a' flag.
2154         (check_format_info): When pedantic, warn for m/C/S/a/A formats,
2155         and `a' flag.
2156
2157         * elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.
2158
2159 Tue May  5 10:50:39 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2160
2161         * config/m68k/m68k.h: Declare functions from m68k.c used in
2162         macros and machine description.
2163         (ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
2164         long values.
2165         (ASM_OUTPUT_FLOAT): Likewise.
2166         (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
2167
2168 Tue May  5 01:28:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
2169
2170         * tree.def: Add NAMESPACE_DECL.
2171         * dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
2172         * dwarf2out.c (push_decl_scope): Likewise.
2173         (scope_die_for): Likewise.
2174         * tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
2175         how to get next context level.
2176
2177 Tue May  5 01:43:16 1998  Jim Wilson  <wilson@cygnus.com>
2178
2179         * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
2180         case.
2181
2182 Tue May  5 01:15:06 1998  Jeffrey A Law  (law@cygnus.com)
2183
2184         * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
2185
2186         * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
2187         for any insns skipped at the start of a block because they were
2188         redundant.
2189
2190 Mon May  4 20:23:51 1998  Jim Wilson  <wilson@cygnus.com>
2191
2192         * alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
2193
2194 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2195
2196         * c-common.c (format_char_info): Add new field hhlen.
2197         (print_char_table, scan_char_table, time_char_table): Initialize
2198         hhlen field appropriately.
2199         (char_format_info): Recognize hh modifier and lookup correct char
2200         table entry.
2201
2202 Mon May  4 19:15:29 1998  Jim Wilson  <wilson@cygnus.com>
2203
2204         * expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
2205         reference if this is a store.
2206
2207 Mon May  4 17:25:17 1998  Richard Henderson  <rth@cygnus.com>
2208
2209         * sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
2210
2211 Sun May  3 23:57:25 1998  Robert Lipe   <robertl@dgii.com>
2212
2213         Make UnixWare 7 bootstrap support work with final shipping product.
2214         * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
2215         Pick up xm-siglist and xm-alloca.
2216         (xm_defines): Add USG so dbxout will build.
2217         * configure: Regenerate.
2218
2219 Sun May  3 13:51:34 PDT 1998  Richard Henderson  <rth@cygnus.com>
2220
2221         Support for official Sparc V9 ABI:
2222         * sparc.c (sparc_override_options): Force stack bias off for !arch64.
2223         Care for flag_pcc_struct_return default.
2224         (output_move_quad): Rewrite to move by halves on v9 and in the
2225         proper direction.
2226         (move_quad_direction): New function.
2227         (output_fp_move_quad): Use it to determine the direction of copy.
2228         (function_arg_slotno): Return -1 for FP reg overflow as well.
2229         (function_arg_record_value*): New functions.
2230         (function_arg): Use them.  Streamline unprototyped parameter passing.
2231         (function_arg_pass_by_reference): Pass TCmode by reference.
2232         (function_value): New function.
2233         * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
2234         long long in 64-bit mode.
2235         (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
2236         (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
2237         (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
2238         (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
2239         (BASE_INCOMING_ARG_REG): Likewise.
2240         (FUNCTION_VALUE): Call function_value.
2241         (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
2242         * sparc.md (movdi_sp32_v9): Disable for arch64.
2243         (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
2244         (call_value_address_sp64): Remove register class constraints.
2245         (call_value_symbolic_sp64): Likewise.
2246         (nonlocal_goto): Pass label reg directly to goto_handlers.  Constrain
2247         v9 case to 32-bit constants.
2248         (goto_handler_and_restore_v9): Provide a version for arch64.
2249         * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
2250         * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
2251         (CPP_PREDEFINES): New.
2252         * sparc/sp64-elf.h: Likewise.
2253         (PREFERRED_DEBUGGING_TYPE): Dwarf2.
2254         (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
2255         * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.
2256
2257 Sat May 2 17:47:17 PDT 1998 Jeff Law  (law@cygnus.com)
2258
2259         * version.c: Bump for snapshot.
2260
2261 Sat May  2 01:37:29 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2262
2263         * reload.c (find_reloads): Emit USEs to mark where a pseudo
2264         is reloaded with the MEM of its stack slot.
2265         * reload1.c (cannot_omit_stores): Delete.
2266         (reload): Don't initialize it.
2267         Don't apply avoid_return_reg logic to USEs.
2268         When done, remove USEs that have a REG_EQUAL note on them.
2269         (emit_reload_insns): Handle case where we have inherited a MEM.
2270         (choose_reload_regs): Likewise.
2271         (delete_output_reload): Don't use cannot_omit_stores.
2272
2273 Thu Apr 30 18:59:03 1998  Jim Wilson  <wilson@cygnus.com>
2274
2275         * Makefile.in (cpp.info, gcc.info): Put -o option before input file.
2276
2277 Thu Apr 30 16:57:34 1998  Michael Meissner  <meissner@cygnus.com>
2278
2279         * haifa-sched.c (print_{exp,value}): Various changes to make the
2280         debug output easier to read.  Also, use only one buffer, and make
2281         sure the buffer we are passed in doesn't overflow.
2282         (safe_concat): Concatenate to a buffer without overflow.
2283
2284 Thu Apr 30 16:57:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2285
2286         * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree
2287         with the prototype.
2288
2289 Wed Apr 29 21:45:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2290
2291         * sched.c (new_insn_dead_notes): Check if the register was
2292         used in the original instruction.
2293         * haifa-sched.c (new_insn_dead_notes): Likewise.
2294
2295 Wed Apr 29 13:46:03 1998  Jim Wilson  <wilson@cygnus.com>
2296
2297         * dwarf2out.c (scope_die_for): If could not find proper scope,
2298         check for and handle tagged type with incorrect TYPE_CONTEXT.
2299
2300 Wed Apr 29 15:34:40 1998  John Carr  <jfc@mit.edu>
2301
2302         * calls.c (expand_call): Fix recognition of C++ operator new.
2303
2304         * alias.c (mode_alias_check): Disable type based alias detection.
2305
2306 Wed Apr 29 15:06:42 1998  Gavin Koch  <gavin@cygnus.com>
2307
2308         * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
2309         ASM_OUTPUT_WEAK_ALIAS): Define.
2310         * config/mips/elf64.h: Same.
2311         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
2312         ASM_WEAKEN_LABEL): Removed.
2313
2314 Wed Apr 29 10:53:29 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2315
2316         * calls.c (expand_call): Bump the length limit on the specially
2317         recognized function names to 17.
2318
2319 Tue Apr 28 17:53:33 1998  Jim Wilson  <wilson@cygnus.com>
2320
2321         * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
2322         when undefining macros at the end.
2323
2324         * expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
2325         val or len has TREE_SIDE_EFFECTS set.
2326
2327         * sparc.md (mulsidi3): Call const v8plus and v8plus routines.
2328         (mulsidi3_v8plus, const_mulsidi3_v8plus): Delete asterisk from name.
2329         (smuldi3_highpart): Call const v8plus routine.
2330         (smulsi3_highpart_v8plus): Renamed from smulsidi3_highpart_v8plus.
2331         (const_smulsi3_highpart_v8plus): New pattern.
2332         (smulsi3_highpart_sp32): Renamed from smulsidi3_highpart_sp32.
2333         (umulsidi3): Call const v8plus routine.
2334         (umulsi3_highpart): Handle const before v8plus.  Call const v8plus
2335         routine.
2336         (umulsi3_highpart_v8plus): Renamed from umulsidi3_highpart_v8plus.
2337         (umulsi3_highpart_sp32): Renamed from umulsidi3_highpart_sp32.
2338
2339 Tue Apr 28 08:55:26 1998  Michael Meissner  <meissner@cygnus.com>
2340
2341         * m32r.c (*_oper{and|ator}): Change enum arguments and return
2342         values to int, so they can be prototyped even in files that don't
2343         include rtl.h.
2344         ({small,large}_insn_p): Ditto.
2345         (m32r_select_cc_mode): Ditto.
2346         (gen_compare): Ditto.
2347         (function_arg_partial_nregs): Ditto.
2348         (m32r_setup_incoming_varargs): Ditto.
2349         (init_reg_tables): Add prototype.
2350         (m32r_frame_info): Add prolog_size field.
2351         (m32r_compute_frame_size): Calculate the size of the prologue.
2352         (m32r_first_insn_address): Return prologue size.
2353         (m32r_output_function_prologue): Calculate frame size before
2354         printing out information.  Print out the prologue size.
2355
2356         * m32r.h: Prototype all functions in m32r.c.
2357         (FIRST_INSN_ADDRESS): Declare, returning prologue size.
2358
2359         * m32r.md (bcc functions): Cast enum's to int.
2360
2361         * m32r.c (conditional_move_operand): Silence a debug message.
2362         ({small,long}_insn): New predicates.
2363
2364         * m32r.h (TARGET_M32R): New macro.
2365         (PREDICATE_CODES): Rearrange somewhat, add small_insn/long_insn.
2366         (HAIFA_P): Define as 1/0 depending on whether the Haifa scheduler
2367         was selected.
2368         (ISSUE_RATE): Define as 2.
2369
2370         * m32r.md (insn_size): New attribute.
2371         ({,rev_}branch_insn): Add .s qualifier to branches believed to be
2372         short.
2373         (m32r): New attribute.
2374
2375         * configure.in (enable_haifa): Switch m32r to Haifa by default.
2376         * configure: Regenerate.
2377
2378         (Changes from Nick Clifton <nickc@cygnus.com>)
2379         * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
2380         the equivalent of a negated 'I' constraint.
2381         (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
2382         optimisation to work.
2383
2384         * m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather
2385         than 'I' since the value is negated.
2386         (peephole): Add peephole optimisation to cope with optimization of
2387         divide and subtracts of the same operands.
2388
2389         * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
2390         * m32r.h: Ditto.
2391         * m32r.md: Ditto.
2392
2393         * m32r.h (PREDICATE_CODES): Add declaration of machine specific
2394         predicates.
2395
2396 Tue Apr 28 07:25:53 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2397
2398         * Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
2399
2400 Mon Apr 27 18:39:47 1998  Nick Clifton  <nickc@cygnus.com>
2401
2402         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Check against
2403         frame_pointer_rtx not FRAME_POINTER_REGNUM.
2404
2405 Mon Apr 27 18:36:28 1998  Jim Wilson  <wilson@cygnus.com>
2406
2407         * reg-stack.c: Revert last patch (Apr 20).
2408         (convert_regs): Set insn to PREV_INSN (next) after do while loop.
2409
2410         * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
2411
2412         * loop.c (check_dbra_loop): New locals jump, first_compare, and
2413         compare_and_branch.  Call get_condition to set first_compare.
2414         Set compare_and_branch to number of compare/branch instructions.
2415         Replace PREV_INSN (PREV_INSN (loop_end)) with first_compare.
2416         Replace '2' with compare_and_branch.
2417
2418 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
2419
2420         * cplus-dem.c (demangle_qualified): Replace missing else.
2421
2422 Mon Apr 27 20:22:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2423
2424         * sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.
2425
2426 Mon Apr 27 18:23:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2427
2428         * sh.c (sh_expand_prologue, sh_expand_epilogue):
2429         If TARGET_DOUBLE_ALIGN, preserve 64 bit stack alignment.
2430         * sh.h (STACK_BOUNDARY): Likewise.
2431
2432 Mon Apr 27 17:22:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2433
2434         * sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
2435
2436 Mon Apr 27 08:55:23 1998  Michael Meissner  <meissner@cygnus.com>
2437
2438         * system.h (abort): If abort is not defined, and neither is
2439         USE_SYSTEM_ABORT, redefine abort to call fprintf and exit,
2440         reporting the line and filename of the error.
2441
2442         * .gdbinit: Add breakpoints on exit and fancy_abort.
2443
2444         * final.c (split_double): Avoid a compiler warning if
2445         BITS_PER_WORD is less than or equal to HOST_BIT_PER_WIDE_INT.
2446
2447         * rtl.h (JUMP_{CROSS_JUMP,NOOP_MOVES,AFTER_REGSCAN}):  New macros
2448         for calling jump_optimize.
2449
2450         * toplev.c (rest_of_compilation): Call jump_optimize using JUMP_*
2451         macros, rather than 0/1's.
2452
2453 Sun Apr 26 23:19:10 1998  Richard Henderson  <rth@cygnus.com>
2454
2455         * alpha.h (CONST_COSTS): Zero is always free.
2456         (RTX_COSTS): Add EV6 costs.  Abort if alpha_cpu is unknown.
2457
2458 Sun Apr 26 15:38:50 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2459
2460         * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
2461         length in the name of a virtual table.
2462
2463 Sun Apr 26 01:21:06 1998  Richard Henderson  <rth@cygnus.com>
2464
2465         * alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
2466
2467 Sat Apr 25 22:11:38 PDT 1998 Jeff Law  (law@cygnus.com)
2468
2469         * version.c: Bump for snapshot.
2470
2471 Sat Apr 25 17:17:15 1998  Jeffrey A Law  (law@cygnus.com)
2472
2473         * fold-const.c (fold_convert): Fix typo.
2474
2475 Sat Apr 25 17:55:54 1998  John Carr  <jfc@mit.edu>
2476
2477         * alias.c (alias_invariant): New variable.
2478         (record_base_value): New argument INVARIANT.
2479         (memrefs_conflict_p): If a register has an entry in the alias_invariant
2480         array, try substituting that value for the register.
2481
2482         * rtl.h: Declare record_base_value.
2483
2484         * loop.c, unroll.c: Update callers of record_base_value.
2485
2486         * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
2487         ZERO_EXTEND do not affect base values.
2488
2489 Fri Apr 24 15:57:02 1998  Jeffrey A Law  (law@cygnus.com)
2490
2491         * dbxout.c (dbxout_type): Fix typo.
2492         (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix.
2493
2494         * configure.in: Use CC_FOR_BUILD, not BUILD_CC.
2495
2496 Fri Apr 24 16:11:47 1998  John Carr  <jfc@mit.edu>
2497
2498         * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
2499         if the argument is the address of a structure or array.
2500
2501         * configure.in: Enable Haifa scheduler by default for SPARC.
2502
2503 Fri Apr 24 20:55:47 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2504
2505         * cse.c (cse_set_around_loop): Don't do optimization when
2506         new pseudos are created.
2507
2508 Fri Apr 24 11:00:18 1998  Jeffrey A Law  (law@cygnus.com)
2509
2510         * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
2511         appropriately.
2512         (dbxout_type_method_1, dbxout_type): Likewise.
2513         (print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
2514         (dbxout_type): Fix check for when to print a type range in
2515         octal vs decimal.
2516
2517 Fri Apr 24 16:45:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2518
2519         * (gen_shl_and, in case 1): Fix comparison with mask.
2520
2521 Fri Apr 24 06:46:40 1998  Nick Clifton  <nickc@cygnus.com>
2522
2523         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow frame
2524         pointer as second register in REG+REG pair.
2525
2526 Fri Apr 24 09:22:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2527
2528         * c-common.c (check_format_info): Don't check for the 'x' format
2529         character twice, instead check for 'x' and 'X'
2530
2531 Fri Apr 24 08:02:30 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2532
2533         * Makefile.in (libgcc2.ready): Add explicit dependancy from
2534         $(STMP_FIXPROTO) to ensure all necessary include files have
2535         been created and to guarantee proper parallel builds.
2536
2537 Fri Apr 24 04:42:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2538
2539         * sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra
2540         register for stdarg functions.
2541         * sh.h (current_function_varargs): Declare.
2542         (FUNCTION_ARG): Ignore NAMED for stdarg functions.
2543
2544 1998-04-23  Jim Wilson  <wilson@cygnus.com>
2545
2546         * frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when
2547         inhibit_libc is defined.
2548
2549         * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
2550
2551 Thu Apr 23 19:09:33 1998  Jim Wilson  <wilson@cygnus.com>
2552
2553         * profile.c (tablejump_entry_p): New function.
2554         (branch_prob): Add code to recognize MIPS tablejump entry branch.
2555         Use tablejump_entry_p in MIPS and HPPA tablejump checking code.
2556
2557 Thu Apr 23 15:01:13 1998  Nick Clifton  <nickc@cygnus.com>
2558
2559         * config/arm/arm.c (find_barrier): Return as soon as a barrier is
2560         found, rather than at end of the loop, after the insn has been
2561         changed.
2562
2563 Thu Apr 23 20:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2564
2565         * sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.
2566         * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete.
2567
2568 Wed Apr 22 17:07:35 1998  Michael Meissner  <meissner@cygnus.com>
2569
2570         * loop.c (note_addr_stored): Correct function to take 2 arguments,
2571         instead of 1.
2572
2573         * rtl.def (MATCH_INSN2): Add new matching pattern.
2574         * genrecog.c (add_to_sequence): Support MATCH_INSN2.
2575
2576 Wed Apr 22 15:52:22 1998  John Carr  <jfc@mit.edu>
2577
2578         * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
2579         if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
2580
2581         * final.c (split_double): Sign extend both halves of a split CONST_INT.
2582
2583 Wed Apr 22 10:42:45 1998  Jeffrey A Law  (law@cygnus.com)
2584
2585         * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
2586
2587 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
2588
2589         * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
2590         (cplus_demangle_opname): Call mop_up_squangle.
2591         (cplus_demangle): Initialize squangle info, then call
2592         internal_cplus_demangle. (Most code moved there as well)
2593         (internal_cplus_demangle): New function, performs most of what use
2594         to be done in cplus_demangle, but is only called with this file.
2595         (squangle_mop_up): New function to clean up B and K code data.
2596         (mop_up): set pointers to NULL after freeing.
2597         (demangle_signature, demangle_template, demangle_class): Add
2598         switch elements to handle K and B codes.
2599         (demangle_prefix, gnu_special, demangle_qualified): Add
2600         code to handle K and B codes.
2601         (do_type, demangle_fund_type): Handle B and K codes.
2602         (remember_Ktype): New function to store K info.
2603         (register_Btype, remember_Btype): New functions for B codes.
2604         (forget_B_and_K_types): New function to destroy B and K info.
2605
2606 1998-04-21  Jim Wilson  <wilson@cygnus.com>
2607
2608         * stmt.c (check_seenlabel): When search for line number note for
2609         warning, handle case where there is no such note.
2610
2611 Tue Apr 21 20:48:37 1998  John Carr  <jfc@mit.edu>
2612
2613         * genemit.c (gen_exp): Allow machine description to set mode of
2614         MATCH_OP_DUP.
2615
2616 Tue Apr 21 16:36:01 1998  John Carr  <jfc@mit.edu>
2617
2618         * alias.c (mode_alias_check): New function.
2619         (true_dependence, anti_dependence, output_dependence): Call
2620         mode_alias_check.
2621
2622 Tue Apr 21 12:05:32 1998  Jeffrey A Law  (law@cygnus.com)
2623
2624         * mips.h (STACK_BOUNDARY): Allow specific targets to override.
2625         (MIPS_STACK_ALIGN): Similarly.
2626
2627         * c-common.c (type_for_mode): Handle TI types.
2628         * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
2629         (init_decl_processing): Handle TI types.
2630         * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
2631
2632         * mips.c (block_move_loop): Test Pmode == DImode instead of
2633         TARGET_MIPS64.
2634         (expand_block_move, save_restore_insns): Likewise.
2635         (function_prologue, mips_expand_prologue): Likewise.
2636         (mips_expand_epilogue): Likewise.
2637         * mips.h (POINTER_SIZE): Allow specific targets to override.
2638         (Pmode): Allow specific targets to override.
2639         (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
2640         (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
2641         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
2642         (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
2643         (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
2644         (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
2645         * mips.md (indirect, tablejump & casesi support): Test for
2646         Pmode == DImode instead of TARGET_MIPS64.
2647         (call patterns): Likewise.
2648
2649 Tue Apr 21 09:43:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2650
2651         * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
2652         for gen_rtx(MEM, ...).
2653
2654 Tue Apr 21 02:15:36 1998  Richard Henderson  <rth@cygnus.com>
2655
2656         * sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite
2657         to not be so gross, and to properly function with PIC.
2658
2659 Mon Apr 20 20:44:25 1998  Jim Wilson  <wilson@cygnus.com>
2660
2661         * frame.c (heapsort): Rename to frame_heapsort.
2662
2663         * gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it.
2664
2665 Mon Apr 20 12:43:09 1998  Doug Evans  <devans@canuck.cygnus.com>
2666
2667         * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.
2668
2669 Mon Apr 20 15:04:14 1998  John Wehle  (john@feith.com)
2670
2671         * i386.md (movsf_push, movdf_push, movxf_push): Allow memory
2672         operands during and after reload.
2673
2674 Mon Apr 20 22:37:50 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2675
2676         * final.c (shorten_branches, init_insn_lengths): Move code
2677         to free label_align, uid_shuid, insn_lengths, insn_addresses
2678         and uid_align from the former function into the latter one;
2679         Add code to clear these variables.
2680         * sh.h (label_align): Remove declaration.
2681
2682 Mon Apr 20 14:48:29 1998  Michael Meissner  <meissner@cygnus.com>
2683
2684         * gcc.c (lang_specific_driver): Declare prototype properly so
2685         fatal can be passed to it without error.
2686
2687         * configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
2688         * configure: Regenerate.
2689         * config.in: Add #undef's for strchr and strrchr.
2690
2691         * protoize.c (toplevel): If we have rindex, but not strrchr, map
2692         rindex to strrchr.
2693         (file_could_be_converted): Use strrchr, not rindex since rindex is
2694         not defined on Linux systems when _POSIX_SOURCE is defined.
2695         (file_normally_convertible): Ditto.
2696         (process_aux_info_file): Ditto.
2697         (main): Ditto.
2698
2699         * rs6000.md (mov{sf,df} define_splits): When splitting a move of
2700         a constant to an integer register, don't split the insns that do
2701         the simple AND and OR operations, rather just split each word, and
2702         let the normal movsi define split handle it further.
2703
2704 Mon Apr 20 18:19:40 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2705
2706         * sh.c (find_barrier): Fix bug in ADDR_DIFF_VEC handling.
2707         (split_branches): Call init_insn_lengths.
2708
2709 Mon Apr 20 07:37:49 1998  Michael Meissner  <meissner@cygnus.com>
2710
2711         * i386.c: Include expr.h to get the change_address prototype
2712         declared.
2713
2714 Mon Apr 20 01:00:05 1998  H.J. Lu  (hjl@gnu.org)
2715
2716         * reg-stack.c (subst_asm_stack_regs): Change to return the last
2717         new insn generated by this function.
2718         (subst_stack_regs): Likewise.
2719         (convert_regs): Record the last newly generated insn and use
2720         it for change_stack () instead of INSN.
2721
2722 Sun Apr 19 15:41:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2723
2724         * fix-header.c (enum special_file): Undefine enumerators if they
2725         are already defined by include files.
2726         * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection
2727         macro with '__' to not pollute user namespace.
2728
2729 Sun Apr 19 02:42:06 1998  Richard Henderson  <rth@cygnus.com>
2730
2731         * haifa-sched.c (queue_to_ready): Fix typo in prototype.
2732
2733 Sat Apr 18 23:52:35 PDT 1998 Jeff Law  (law@cygnus.com)
2734
2735         * version.c: Bump for snapshot.
2736
2737 Sat Apr 18 18:30:22 1998  Jim Wilson  <wilson@cygnus.com>
2738
2739         * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
2740
2741         * i386.h (CPP_CPU_DEFAULT): Renamed to CPP_CPU_DEFAULT_SPEC.
2742         Add missing -Dpentium* options.
2743         (CPP_CPU_SPEC): Delete redundant definition.  Include cpp_cpu_default
2744         instead of CPP_CPU_DEFAULT.
2745         (EXTRA_SPECS): Add entry for cpp_cpu_default.
2746
2747 Sat Apr 18 19:06:59 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2748
2749         * rs6000.md (floatsidf2_loadaddr): rs6000_fpmem_offset will be
2750         negative in a stackless frame.
2751         * rs6000.c (rs6000_stack_info): Don't include fixed-size link area
2752         in stackless frame size.  Support 64-bit stackless frame size.
2753         Combine fpmem offset calculations and don't add total_size to
2754         offset if not pushing a stack frame.
2755
2756 Sat Apr 18 15:41:16 1998  Jim Wilson  <wilson@cygnus.com>
2757
2758         * regmove.c (fixup_match_1): In three places, in flag_exceptions
2759         check, change p to q.
2760
2761 Sat Apr 18 15:30:49 1998  Jim Wilson  <wilson@cygnus.com>
2762
2763         * gcc.c (lang_specific_driver): Add new parm type to prototype.
2764         (added_libraries): New file scope static variable.
2765         (process_command): Initialize added_libraries.  Pass it to
2766         lang_specific_driver.
2767         (main): Use added_libraries in check for no input files.
2768
2769 Sat Apr 18 01:23:11 1998  John Carr  <jfc@mit.edu>
2770
2771         * sparc.c, sparc.h, sparc.md, sol2.h: Many changes related to V9
2772         code generation.  Use 64 bit instructions in 32 bit mode when
2773         possible.  Use V9 return instruction.  UltraSPARC optimizations.
2774
2775         * sparc.h: Change gen_rtx (CODE to gen_rtx_CODE (.
2776
2777 Fri Apr 17 22:38:17 1998  Jeffrey A Law  (law@cygnus.com)
2778
2779         * global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg,
2780         just pass zero.  That will work regardless of the size of HARD_REG_SET.
2781
2782         * libgcc2.c (__floatdisf): Fix a couple typos.
2783
2784 Fri Apr 17 17:28:26 1998  Jim Wilson  <wilson@cygnus.com>
2785
2786         * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
2787
2788 Fri Apr 17 16:35:35 1998  Greg McGary  <gkm@gnu.org>
2789
2790         * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
2791
2792 Fri Apr 17 14:30:37 1998  John Carr <jfc@mit.edu>
2793
2794         * emit-rtl.c (operand_subword_force): If a register can not be
2795         accessed by words, copy it to a pseudo register.
2796
2797 Fri Apr 17 14:30:37 1998  Jim Wilson  <wilson@cygnus.com>
2798
2799         * rs6000/vxppc.h (CPP_SPEC): Add support for mrelocatable*.
2800
2801 Fri Apr 17 17:01:25 1998  Michael Meissner  <meissner@cygnus.com>
2802
2803         * tree.h (mark_seen_cases): Delete declaration.
2804
2805 Fri Apr 17 13:32:20 1998  Jeffrey A Law  (law@cygnus.com)
2806
2807         * stmt.c (mark_seen_cases): Make static and add prototype.
2808
2809 Fri Apr 17 11:21:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2810
2811         * frame.c: Include stdlib.h and unistd.h to possibly get various
2812         function prototypes.  The fixproto script guarantees these header
2813         files exist on the target system.
2814         * libgcc2.c: Likewise.
2815
2816         * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
2817         __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
2818         function parameters.
2819         * libgcc2.c (__udiv_w_sdiv): Likewise.
2820
2821 Thu Apr 16 22:41:02 1998  Jeffrey A Law  (law@cygnus.com)
2822
2823         * varasm.c (asm_output_bss): Add prototype.
2824         (asm_output_aligned_bss): Likewise.
2825
2826         * unroll.c (verify_addresses): Add prototype.
2827
2828         * toplev.c: Add many prototypes.  Too many to mention here.
2829
2830         * stmt.c (check_seenlabel): Add prototype.
2831
2832         * rtlanal.c (reg_set_p_1): Add prototype.
2833         (reg_set_last_1): Likewise.
2834
2835         * reorg.c (find_dead_or_set_registers): Add prototype.
2836
2837         * regmove (try_auto_increment): Add prototype.
2838
2839         * reg-stack.c (pop_stack): Add prototype.
2840
2841         * recog.c (validate_replace_rtx_1): Add prototype.
2842         (find_cosntant_term_loc): Likewise.
2843
2844         * loop.c (regs_patch_p): Add prototype.
2845         (add_label_notes, count_nonfixed_reads): Likewise.
2846         (find_single_use_in_loop): Likewise.
2847         (express_from): Surround prototype with #ifdef.
2848         (giv_sort): Similarly.
2849
2850         * jump.c (mark_modified_reg): Add prototype.
2851
2852         * haifa-sched.c (is_prisky): Add prototype.
2853         (queue_to_ready): Likewise.
2854
2855         * genextract.c (gen_insn): Add prototype.
2856
2857         * genemit.c (max_operand_1): Add prototype.
2858         (max_operand_vec, print_code, gen_exp, gen_insn): Likewise.
2859         (gen_expand, gen_explit, output_add_clobbers): Likewise.
2860         (output_init_mov_optab): Likewise.
2861
2862         * genattrtab.c (attr_hash_add_rtx): Add prototype.
2863         (attr_hash_add_string, write_length_unit_log): Likewise.
2864
2865         * genattr.c (init_range): Add prototype.
2866
2867         * combine.c (sets_function_arg_p): Add prototype.
2868
2869         * expr.c (store_constructor_field): Add prototype.
2870         (get_memory_usage_from_modifier): Likewise
2871
2872         * expmed.c (synth_mult): Add prototype.
2873         (choose_multiplier, invert_mod2n): Likewise.
2874
2875         * except.c (push_eh_entry): Add prototype.
2876         (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise.
2877         (call_get_eh_context, start_dynamic_cleanup): Likewise.
2878         (start_dynamic_handler, can_throw): Likewise.
2879         (output_exception_table_entry, scan_region): Likewise.
2880         (eh_regs, set_insn_eh_region): Likewise.
2881
2882         * dwarfout.c (decl_class_context): Add prototype.
2883         (output_inheritance_die, type_ok_for_scope): Likewise.
2884
2885         * c-lex.c (skip_white_space_on_line): Add prototype.
2886
2887         * alias.c (record_set): Add prototype.
2888         (find_base_term, base_alias_check): Likewise.
2889
2890         * function.c (assign_outer_stack_local): Make static and add prototype.
2891
2892         * haifa-sched.c (build_control_flow): Accept raw data as inputs
2893         instead of computing it locally.  Callers changed.
2894         (find_rgns): Several new arguments.  Callers changed.
2895         Generally clean up and comment better.  Use dominators to
2896         identify reducible loops.  Convert some flag arrays to bitmaps.
2897         Convert most of the code to work on pred/succ lists instead of
2898         an edge table.  Add comments for future improvements.
2899         (schedule_insns): Allocate temporary tables for flow data, call
2900         routines to compute flow data and pass it along to children as
2901         arguments.
2902         (debug_control_flow): Delete.  Use dump_bb_data instead.
2903
2904         * basic-block.h (compute_dominators): Declare.
2905
2906         * flow.c (dump_sbitmap, dump_sbitmap_vector): New debugging
2907         functions.
2908         * basic-block.h: Declare them.
2909
2910 Thu Apr 16 13:45:51 1998  Jim Wilson  <wilson@cygnus.com>
2911
2912         * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
2913         no operands.
2914
2915 Wed Apr 15 11:33:09 1998  Alexandre Petit-Bianco  <apbianco@sendai.cygnus.com>
2916
2917         * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
2918         Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated
2919         node is non NULL. Cache last file name and file name identifier node.
2920
2921 1998-04-15  Mark Mitchell  <mmitchell@usa.net>
2922
2923         * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
2924         the length of an array, not TREE_TYPE.
2925
2926 Wed Apr 15 15:31:34 1998  Jeffrey A Law  (law@cygnus.com)
2927
2928         * flow.c (sbitmap_union_of_successors):  New function.
2929         * basic-block.h (sbitmap_union_of_successors): Declare it.
2930
2931 Wed Apr 15 12:38:03 1998  Jim Wilson  <wilson@cygnus.com>
2932
2933         * configure.in (gnu_ld): Rename to gnu_ld_flag before main loop.
2934         Set gnu_ld to gnu_ld_flag inside main loop.
2935         (gas): Likewise.
2936
2937 Wed Apr 15 14:50:05 1998  Dave Brolley  <brolley@cygnus.com>
2938
2939         * toplev.c (compile_file): Call init_parse using new interface.
2940         (init_lex): Remove declaration.
2941
2942         * c-lex.c (init_parse): Now returns char* containing filename.
2943
2944 Wed Apr 15 12:37:10 1998  Jeffrey A Law  (law@cygnus.com)
2945
2946         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing if not optimizing.
2947
2948 Wed Apr 15 12:10:18 1998  Michael Meissner  <meissner@cygnus.com>
2949
2950         * Makefile.in (gen{config,flags,codes,emit}): Link in host print-rtl.o.
2951         (gen{extract,peep,opinit,output}): Ditto.
2952
2953         * gen{attr,codes,config,emit,output}.c (insn_attr_name): Provide a
2954         global definition so print-rtl.o can be linked in.
2955         * gen{peep,recog}.c (insn_attr_name): Ditto.
2956
2957 Tue Apr 14 07:30:57 1998  K. Richard Pixley  <rich@kyoto.noir.com>
2958
2959         * fixincludes: discard empty C++ comments, as found in sys/time.h
2960         on hpux-11.0.
2961
2962 Wed Apr 15 10:47:21 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2963
2964         * config/m68k/m68k.md (adddi3, subdi3): Optimize for constant
2965         operand.
2966
2967 Wed Apr 15 01:21:21 1998  Jeffrey A Law  (law@cygnus.com)
2968
2969         * emit-rtl.c (operand_subword): Rework slightly to avoid
2970         bogus warning from previous change.
2971
2972 Tue Apr 14 23:39:13 1998  Richard Henderson  <rth@cygnus.com>
2973
2974         * alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's
2975         Nov 8 find_replacement change.  Move decls of get_unaligned_address
2976         * alpha.h: ... here.
2977
2978 Tue Apr 14 22:00:39 1998  John Carr <jfc@mit.edu>
2979
2980         * function.c (assign_parms): Initialize unsignedp before passing
2981         its pointer to promote_mode.
2982
2983         * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.
2984         (write_test_expr): Allow MATCH_INSN.
2985
2986 Tue Apr 14 21:57:57 1998  Paul Eggert <eggert@twinsun.com>
2987
2988         * install.texi: Update section on warnings that can be safely ignored.
2989
2990 Tue Apr 14 14:55:16 1998  Jim Wilson  <wilson@cygnus.com>
2991
2992         * mips.md (reload_outdi): Change the scratch mode from DImode to
2993         TImode.  New variable scratch, used instead of operand[2] in template.
2994         Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.
2995
2996 Tue Apr 14 16:19:03 1998  Michael Meissner  <meissner@cygnus.com>
2997
2998         * expr.c (MOVE_RATIO): Set to 3 if optimizing for space.
2999
3000 Tue Apr 14 11:31:28 1998  Krister Walfridsson <cato@df.lth.se>
3001
3002         * i386/bsd386.h (ASM_OUTPUT_ALIGN): Redefine.
3003
3004 Tue Apr 14 09:02:32 1998  Jeffrey A Law  (law@cygnus.com)
3005
3006         * svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
3007         (ASM_FINISH_DECLARE_OBJECT): Likewise.
3008
3009         * Idea and part of the patch from HJ.
3010         * Makefile.in: auto-host.h renamed from auto-config.h.  All references
3011         changed.
3012         (distclean): Remove auto-build.h too.
3013         * configure.in: Rename host autoconf generated file to auto-host.h.
3014         If host != build, then run autoconf to generate auto-build.h for
3015         the build machine and include it in build_xm_files.
3016         Check for wait.h and sys/wait.h.
3017
3018         * combine.c (simplify_rtx, case TRUNCATE): Respect value of
3019         TRULY_NOOP_TRUNCATION.
3020
3021 Mon Apr 13 11:31:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
3022
3023         * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.
3024
3025 Sun Apr 12 20:55:32 1998  Catherine Moore <clm@cygnus.com>
3026
3027         * invoke.texi (ld options)  Include memset requirements
3028         for options -nodstdlib and -nodefaultlibs.
3029
3030 1998-04-12  Paul Eggert  <eggert@twinsun.com>
3031
3032         This change is from an idea suggested by Arthur David Olson.
3033
3034         * c-common.c (decl_attributes, record_function_format,
3035         check_format_info, init_function_format_info):
3036         Add support for strftime format checking.
3037         (enum format_type): New type.
3038         (record_function_format): Now static, and takes value of type
3039         enum format_type instead of int.
3040         (time_char_table): New constant.
3041         (struct function_format_info): format_type member renamed from is_scan.
3042         (check_format_info): Use `warning' rather than sprintf followed by
3043         `warning', to avoid mishandling `%' in warnings.
3044         Change `pedwarn' to `warning', since these warnings do not necessarily
3045         mean the program does not conform to the C Standard, as the code
3046         need not be executed.
3047
3048         * c-tree.h (record_function_format): Remove decl; no longer extern.
3049
3050         * extend.texi: Add documentation for strftime format checking.
3051
3052 Sun Apr 12 20:23:03 1998  Jeffrey A Law  (law@cygnus.com)
3053
3054         * mips/ecoffl.h: Do not include mips.h.
3055         * mips/elf.h: Likewise.
3056
3057         * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
3058         * mips/ecoff.h: Include "mips/mips.h".
3059
3060 Sat Apr 11 22:42:54 PDT 1998 Jeff Law  (law@cygnus.com)
3061
3062         * version.c: Bump for snapshot.
3063
3064 Sat Apr 11 01:24:28 1998  Jeffrey A Law  (law@cygnus.com)
3065
3066         * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
3067         (delete_trivially_dead_insns): Renamed from delete_dead_from_cse.
3068         * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns              instead of delete_dead_from_cse.  Also call delete_trivially_dead_insns
3069         between loop optimization passes.
3070         * rtl.h: Updated appropriately.
3071
3072 Fri Apr 10 22:28:32 1998  Jeffrey A Law  (law@cygnus.com)
3073
3074         Reinstall this patch from Jason.
3075         * function.c (push_function_context_to): Don't call init_emit.
3076
3077 Fri Apr 10 13:40:20 1998  Nick Clifton  <nickc@cygnus.com>
3078
3079         * rtl.c (read_skip_spaces): Prevent infinite loops upon
3080         encountering unterminated comments.
3081
3082 Fri Apr 10 10:43:41 1998  Jeffrey A Law  (law@cygnus.com)
3083
3084         * emit-rtl.c (operand_subword): Properly handle CONST_INTs for
3085         64x32 cross builds.
3086
3087         * configure.in: Handle --with-fast-fixincludes.
3088         (fixincludes): If --with-fast-fixincludes, then use a different
3089         fixincludes program by default.
3090         * Makefile.in (fixinc.sh): New rule.
3091
3092 Fri Apr 10 00:36:31 1998  H.J. Lu  (hjl@gnu.org)
3093
3094         * i386.md (movqi+1): Handle invalid QI register.
3095         (movsf_push-1): Likewise.
3096
3097 Thu Apr  9 16:53:59 1998  Nick Clifton  <nickc@cygnus.com>
3098
3099         * config/m32r/m32r.c: call_address_operand(): Only accept symbolic
3100         addresses.
3101         symbolic_memort_operand(), call32_operand(), int8_operand(),
3102         int16_operand(), uint24_operand(), reg_or_int8_operand(): Removed.
3103         Not used.
3104         uint16_operand(): Made static.
3105
3106 Thu Apr  9 01:43:04 1998  Jeffrey A Law  (law@cygnus.com)
3107
3108         * calls.c (expand_call): Fix typo.
3109
3110 Thu Apr  9 00:18:44 1998  Dave Brolley  (brolley@cygnus.com)
3111
3112         * c-lex.c (finput): New global.
3113         (init_parse): Always included.  Handle !USE_CPPLIB using
3114         code originally in compile_file.
3115         (finish_parse): Update for CPPLIB.
3116         * toplev.c (init_parse, finish_parse): Declare.
3117         (finput): Delete variable.  Now in front-ends.
3118         (compile_file): Remove code which is now handled by init_parse
3119         which is unconditionally called.  Similarly for finish_parse.
3120
3121 Wed Apr  8 23:13:50 1998  Gavin Koch  <gavin@cygnus.com>
3122
3123         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
3124         ASM_WEAKEN_LABEL): Add.
3125
3126 Wed Apr  8 18:21:30 1998  Richard Henderson  <rth@cygnus.com>
3127
3128         * alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files.
3129         * configure.in (alpha-*-linux*): Use them.
3130
3131 Fri Apr  3 17:02:13 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3132
3133         * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
3134         * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
3135         COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
3136         (build_expr_wfl): New prototype declaration.
3137         * tree.c (build_expr_wfl): New function, to build
3138         EXPR_WITH_FILE_LOCATION nodes.
3139         (copy_node): Don't zero TREE_CHAIN if copying a
3140         EXPR_WITH_FILE_LOCATION node.
3141         * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
3142         * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.
3143
3144 Wed Apr  8 12:51:19 1998  Jeffrey A Law  (law@cygnus.com)
3145
3146         * configure.in (v850): Use t-v850.
3147         (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
3148
3149         * protoize.c (creat, read, write): Do not declare.
3150
3151         * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
3152         refer to the CODE_LABEL before a dispatch table.
3153
3154         * invoke.texi: Add ARC options.
3155
3156         * gcc.c (proces_command): Improve error message for -o with
3157         either -c or -S.
3158
3159         * i386/x-cygwin32 (CLIB): Link in advapi32.
3160
3161         * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
3162         (ASM_IDENTIFY_LANGUAGE): Likewise.
3163
3164         * i386.md (movqi recognizer): Don't perfom byte increment into
3165         a NON_QI_REG_P.
3166
3167         * configure.in (x86-dg-dgux): Run fixinc.dgux.
3168
3169         * i370.h: Fix typo in GEN_INT changes.
3170
3171         * bitmap.c (bitmap_element_allocate): Use "void" for arglist instead
3172         of an empty arglist in prototype.
3173
3174         * Makefile.in: Remove bytecode crud that crept back in after the
3175         gcc2 merge.
3176
3177 1998-04-08  Brendan Kehoe  <brendan@cygnus.com>
3178
3179         * c-lex.h (is_class_name): Fix arg type to be tree, not void.
3180         (make_pointer_declarator, reinit_parse_for_function): Fix typo.
3181
3182 Wed Apr  8 06:16:45 1998  Richard Earnshaw (rearnsha@arm.com)
3183
3184         * arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
3185
3186 Wed Apr  8 00:44:18 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
3187
3188         * c-lex.c (is_class_name): Delete declaration.
3189         (whitespace_cr): Make static and add prototype.
3190         * c-lex.h (make_pointer_declarator, reinit_parse_for_function,
3191         yylex, get_directive_line): Turn declarations into prototypes.
3192         (position_after_whitespace, check_newline, yyerror,, is_class_name,
3193         forget_protocol_qualifiers, remember_protocol_qualifiers): Add
3194         prototypes.
3195         * genattr.c (extend_range, write_upcase, gen_attr, write_units): Add
3196         prototypes.
3197         * gencodes.c (gen_insn): Add prototype.
3198         * genconfig.c (walk_insn, gen_insn, gen_expand, gen_split,
3199         gen_peephole): Add prototypes.
3200         * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
3201         prototypes.
3202         * gengenrtl.c (type_from_format, accessor_from_format, special_rtx,
3203         special_format, find_formats, gendecl, genmacro, gendef, genlegend,
3204         genheader, gencode): Add prototypes.
3205         * genopinit.c (gen_insn): Add prototype.
3206         * genoutput.c (output_prologue, output_epilogue, scan_operands,
3207         process_template, validate_insn_alternatives, gen_insn, gen_peephole,
3208         gen_expand, gen_split, n_occurrences): Add prototypes.
3209         * genpeep.c (gen_peephole): Add prototype.
3210         * loop.c (find_and_verify_loops, mark_loop_jump, prescan_loop,
3211         reg_in_basic_block_p, consec_sets_invariant_p, libcall_other_reg,
3212         labels_in_range_p, count_loop_regs_set, note_addr_stored,
3213         loop_reg_used_before_p, scan_loop, replace_call_address,
3214         skip_consec_insns, libcall_benefit, ignore_some_movables,
3215         force_movables, combine_movables, rtx_equal_for_loop_p, move_movables,
3216         strength_reduce, valid_initial_value_p, find_mem_givs, record_biv,
3217         check_final_value, record_giv, update_giv_derive, basic_induction_var,
3218         simplify_giv_expr, general_induction_var, consec_sets_giv,
3219         check_dbra_loop, express_from, combine_givs_p, combine_givs,
3220         product_cheap_p, maybe_eliminate_biv, maybe_eliminate_biv_1,
3221         last_use_this_basic_block, record_initial, update_reg_last_use,
3222         iteration_info, analyze_loop_iterations, insert_bct,
3223         instrument_loop_bct, indirect_jump_in_function_p): Turn declarations
3224         into prototypes.
3225
3226 Tue Apr  7 21:48:52 1998  Jeffrey A Law  (law@cygnus.com)
3227
3228         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
3229
3230 1998-04-07  Ken Raeburn  <raeburn@cygnus.com>
3231
3232         * config/mips/mips.c (siginfo): Deleted.
3233         (override_options): Don't install SIGINFO signal handler.
3234
3235 Tue Apr  7 11:58:04 1998  Jim Wilson  <wilson@cygnus.com>
3236
3237         * loop.c (check_dbra_loop): When normalize comparison_val, add check
3238         to verify it is non-negative.
3239
3240 Tue Apr  7 02:01:47 1998  Richard Henderson  <rth@cygnus.com>
3241
3242         * alpha.c (alpha_expand_block_move): Correctly collect block offsets.
3243         (alpha_expand_block_clear): Likewise.
3244
3245 Mon Apr  6 23:36:01 1998  Richard Henderson  <rth@cygnus.com>
3246
3247         * tree.h (sizetype_tab): Fix previous change for K&R.
3248
3249 Mon Apr 6 22:23:29 PDT 1998 Jeff Law  (law@cygnus.com)
3250
3251         * version.c: Bump for snapshot.
3252
3253 Mon Apr  6 23:16:10 1998  Richard Earnshaw (rearnsha@arm.com)
3254
3255         * configure.in (sparc-*-solaris2*): Add xm-siglist.h to xm_file.
3256         Add USG and POSIX to xm_defines.
3257
3258 Mon Apr  6 21:49:57 1998  Bob Manson  <manson@charmed.cygnus.com>
3259
3260         * gcc.c: Add linker spec.
3261         (link_command_spec): Use %(linker) instead of ld.
3262         (main): If collect2 is requested as the linker, see if it exists;
3263         if not, use ld instead.
3264
3265         * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
3266         (ld:) Deleted.
3267         (install-collect2): Install as collect2, not ld.
3268
3269         * configure.in(will_use_collect2): It's named collect2 now.
3270
3271         * collect2: Remove checks to see if we were invoked recursively.
3272         (collect_execute): Use _spawnvp under cygwin32.
3273
3274 Mon Apr  6 17:23:41 1998  Jim Wilson  <wilson@cygnus.com>
3275
3276         * haifa-sched.c (build_control_flow): Set unreachable for block whose
3277         only predecessor is itself.
3278
3279 Mon Apr  6 16:08:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3280
3281         * c-parse.in: Include system.h, and remove stuff now made redundant.
3282         * cccp.c: Likewise.
3283         * cexp.y: Likewise.
3284         * protoize.c: Likewise.  Properly check for cpp stringification.
3285
3286         * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o):
3287         Depend on system.h.
3288
3289         * objc/Make-lang.in (objc-parse.o): Likewise.
3290
3291 Mon Apr  6 14:59:58 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3292
3293         * gansidecl.h: Check if compiler supports __attribute__.  Provide
3294         definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
3295         __attribute__ when its available.  Also provide definitions for
3296         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
3297         terms of ATTRIBUTE_PRINTF.
3298
3299         * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
3300         of __attribute__.
3301
3302 Mon Apr  6 07:17:52 1998  Catherine Moore  <clm@cygnus.com>
3303
3304         * combine.c (can_combine_p):  Include successor in volatile test.
3305
3306 Mon Apr  6 14:16:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3307
3308         * sh.h (CASE_VECTOR_SHORTEN_MODE): Fix logic when to set
3309         offset_unsigned.
3310
3311 Mon Apr  6 02:03:29 1998  Jeffrey A Law  (law@cygnus.com)
3312
3313         * objc/objc-act.c (encode_aggregate_within): Avoid GNU extensions
3314         in prototype and definition.
3315
3316 Mon Apr 6 00:48:56 PDT 1998 Jeff Law  (law@cygnus.com)
3317
3318         * version.c: Bump for snapshot.
3319
3320 Mon Apr  6 00:08:50 1998  Richard Henderson  <rth@cygnus.com>
3321
3322         * alpha.c (alpha_expand_block_clear): Add missing offset arg to
3323         alpha_expand_unaligned_store_words.
3324
3325 Sun Apr  5 21:31:24 1998  John Wehle  (john@feith.com)
3326
3327         * i386.md (movsf_push, movsf_mem): Remove.
3328         (movsf_push): Rename from movsf_push_nomove and move in front of
3329         movsf.  Use nonmemory_operand predicate and don't bother checking
3330         TARGET_MOVE.
3331         (movsf_push_memory): New pattern.
3332         (movsf): Don't bother checking for push_operand.  If TARGET_MOVE and
3333         both operands refer to memory then force operand[1] into a register.
3334         (movsf_normal): Change to unnamed pattern.
3335         Likewise for movdf, movxf, and friends.
3336
3337 Sun Apr 5 18:45:51 PDT 1998 Jeff Law  (law@cygnus.com)
3338
3339         * version.c: Bump for snapshot.
3340
3341 Sun Apr  5 16:31:10 1998  Richard Henderson  <rth@cygnus.com>
3342
3343         * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
3344
3345 Sun Apr  5 16:53:37 1998  Don Bowman <don@pixsci.com>
3346
3347         * configure.in (mips-wrs-vxworks): New target.
3348
3349 Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
3350
3351         * expmed.c (synth_mult): The value -1, has no zeros, so it can
3352         never have the form ...011.
3353
3354         * version.c: Bump for snapshot.
3355
3356 Sat Apr  4 20:16:46 1998  Richard Henderson  <rth@cygnus.com>
3357
3358         * i386.c (asm_output_function_prefix, load_pic_register):
3359         Use ASM_GENERATE_INTERNAL_LABEL properly.
3360         (output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
3361         (print_operand): Ignore it.
3362         (load_pic_register): Use it for the got load call.
3363         * i386.md (prologue_set_got, prologue_get_pc): Likewise.
3364         (prologue_get_pc_and_set_got): Likewise.
3365         * i386.h: Update print_operand docs.
3366
3367 Sat Apr  4 19:08:37 1998  Richard Henderson  <rth@cygnus.com>
3368
3369         * i386.md (ffssi, ffshi): Rewrite as define_expands.
3370         (ffssi_1, ffshi_1): New (unspec [] 5) support patterns.
3371         * i386.c (notice_update_cc): Recognize unspec 5.
3372
3373 Sat Apr  4 18:07:16 1998  David Mosberger-Tang  (davidm@mostang.com)
3374
3375         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '(' for s/sv/svi.
3376         * alpha.c (print_operand): Handle it.
3377         * alpha.md (fix_truncsfdi2): Use it.  Add earlyclobber pattern
3378         for ALPHA_TP_INSN.
3379         (fix_truncdfdi2): Likewise.
3380
3381 Sat Apr  4 17:42:05 1998  Richard Henderson  <rth@cygnus.com>
3382
3383         * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all
3384         of these into a single struct, with additional [us]sizetype entries.
3385         * stor-layout.c (set_sizetype): Initialize [us]sizetype.
3386         * fold-const.c (size_int_wide): Don't rely on sizetype_tab being
3387         an array.
3388
3389 Sat Apr  4 17:04:41 1998  Richard Henderson  <rth@cygnus.com>
3390
3391         * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
3392
3393 Sat Apr  4 13:50:01 1998  Richard Henderson  <rth@cygnus.com>
3394
3395         * haifa-sched.c (split_block_insns): Don't supress insn splitting
3396         on subsequent passes.
3397
3398         * alpha.c (hard_fp_register_operand): New function.
3399         * alpha.h (PREDICATE_CODES): Add it.
3400         * alpha.md (extendsidi2): Kill bogus f<-f cvtql+cvtlq case.  Add an
3401         f<-m case and accompanying define_split.
3402         (trapb): Use a unique unspec_volatile number.
3403
3404 Sat Apr  4 13:32:08 1998  Richard Henderson  <rth@cygnus.com>
3405
3406         * configure.in (alpha-*-linux-gnu*): Undo Feb 3 change brought in
3407         from gcc2 merge.
3408
3409 Sat Apr  4 10:23:41 1998  Jeffrey A Law  (law@cygnus.com)
3410
3411         * Check in merge from gcc2.  See ChangeLog.11 and ChangeLog.12
3412         for details.
3413
3414         * haifa-sched.c: Mirror recent changes from gcc2.
3415
3416 Fri Apr  3 00:17:01 1998  Jeffrey A Law  (law@cygnus.com)
3417
3418         * Makefile.in (insn*.o): Depend on system.h.
3419
3420         * pa.c (output_global_address): Initialize base.
3421         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
3422
3423 1998-04-03  Mike Stump  <mrs@wrs.com>
3424
3425         * gthr.h: Support systems that don't have weak, but have threads.
3426         * configure.in (*wrs-vxworks*): Use VxWorks threads by default.
3427         * gthr-vxworks.h: New file.
3428         * objc/thr-vxworks.h: Dummy file from thr-single.c for now.
3429
3430 Thu Apr  2 18:00:52 1998  Jim Wilson  <wilson@cygnus.com>
3431
3432         * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
3433
3434 1998-04-02  Vladimir N. Makarov  <vmakarov@cygnus.com>
3435
3436         * ginclude/va-i960.h (va_end): Change void * to void.
3437
3438 Thu Apr  2 13:51:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3439
3440         * Makefile.in (choose-temp.o): Depend on system.h.
3441
3442         * choose-temp.c: Include system.h when IN_GCC.
3443
3444 Thu Apr  2 02:37:07 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
3445                           Richard Henderson  <rth@cygnus.com>
3446
3447         * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.
3448         (move_replacements): New function.
3449         * reload.h: Prototype it.
3450
3451         * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition.
3452
3453 Thu Apr  2 01:01:34 1998  Richard Henderson  <rth@cygnus.com>
3454
3455         * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
3456         Run fixincludes.
3457
3458         * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
3459         (gen_highpart): Likewise.
3460         * final.c (alter_subreg): Allow the target to hook by-mode subreg
3461         hard register number changes.
3462
3463 Wed Apr  1 22:26:22 1998  Jeffrey A Law  (law@cygnus.com)
3464
3465         * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
3466         rnbitsize, rnmode and rinner.
3467         (make_range): Initialize type.
3468         (fold): Initialize arg0, arg1 and varop.
3469
3470         * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi
3471         and regnor.
3472         (expand_function_start): Initialize last_ptr.
3473
3474         * stor-layout.c (layout_record): Initialize desired_align.
3475         (get_best_mode): Initialize unit.
3476
3477         * tree.c (copy_node): Initialize length.
3478
3479         * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
3480
3481         * caller-save.c (insert_save_restore): Initialize pat, code and
3482         numregs.
3483
3484         * emit-rtl.c (push_to_sequence): Initialize top.
3485         (push_topmost_sequence): Likewise.
3486
3487         * genattrtab.c (simplify_by_exploding): Initialize defval.
3488
3489         * profile.c (branch_prob): Initialize dest.
3490
3491         * rtl.h (note_stores): Remove duplicate prototype.
3492         (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT.
3493
3494         * cplus-dem.c (gnu_special): Don't get confused by .<digits>
3495         strings that are not actually lengths.
3496
3497         * genattrtab.c: Make generated file use system.h, instead of
3498         including stdio.h, etc directly.
3499         * genextract.c, genopinit.c, genoutput.c: Likewise.
3500         * genpeep.c, genrecog.c: Likewise
3501
3502         * genoutput.c (process_template): Mark operands in the generated
3503         function as potentially unused if compiling with GNU CC.
3504
3505         * i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
3506
3507         * pa.md (reload peepholes): Remove unused variable "mode".
3508
3509 Wed Apr  1 17:06:19 1998  Nick Clifton  <nickc@cygnus.com>
3510
3511         * config/arm/thumb.h: Add super interworking support.
3512         * config/arm/thumb.c: Add super interworking support.
3513         * config/arm/thumb.md: Add super interworking support.
3514         * config/arm/lib1funcs.asm: Add interworking support.
3515         * config/arm/lib1thumb.asm: Add super interworking support.
3516         * config/arm/t-semi: Add interworking support.
3517         * config/arm/t-thumb: Add interworking support.
3518         * config/arm/README-interworking: New file.
3519
3520 Wed Apr  1 14:38:10 1998  Jim Wilson  <wilson@cygnus.com>
3521
3522         * config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/.
3523         (MD_STARTFILE_PREFIX): Unset.
3524
3525 1998-04-01  Mark Mitchell  <mmitchell@usa.net>
3526
3527         * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a
3528         entity in a local scope.
3529
3530         * fold-const.c (fold): Call truthvalue_conversion for values which
3531         are folded to boolean type.
3532
3533 Wed Apr  1 06:09:53 1998  Jeffrey A Law  (law@cygnus.com)
3534
3535         * 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently.
3536         * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise.
3537         * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise.
3538         * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise.
3539         * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise.
3540         * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise.
3541         * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise.
3542         * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise.
3543         * md.texi: Likewise.
3544
3545 Wed Apr  1 08:33:44 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3546
3547         * fixincludes (limits.h): Fix nested comments in Motorola's
3548         limits.h and sys/limits.h.
3549
3550 Tue Mar 31 16:57:33 1998  Jim Wilson  <wilson@cygnus.com>
3551
3552         * alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr
3553         as dest of expand_binop call.
3554
3555         * alpha.md (extzv): Correct check for valid operand[2] values.
3556
3557         * profile.c (branch_prob): Add code to recognize HPPA tablejump entry
3558         branch.
3559
3560         * toplev.c (rest_of__compilation): Call init_recog_no_volatile at end.
3561
3562 Mon Mar 30 13:11:05 1998  Stan Cox  <scox@cygnus.com>
3563
3564         * libgcc2.c: (__main, __do_global_dtors, __do_global_ctors):
3565         For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
3566
3567         * gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.
3568         cygwin32 can override this to allow both unix and win32 style PATHs.
3569
3570         * i386/xm-cygwin32.h (GET_ENVIRONMENT): Defined to allow win32
3571         style environment paths.
3572
3573 Mon Mar 30 14:43:20 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3574
3575         * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o,
3576         cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o,
3577         gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on
3578         system.h.
3579
3580         * cpphash.c: Include config.h.
3581         * cppalloc.c: Include system.h.  Add parameters to various
3582         function prototypes.
3583         * cpperror.c: Likewise.
3584         * cppexp.c: Likewise.
3585         * cpphash.c: Likewise.
3586         * cpplib.c: Likewise.
3587         * cppmain.c: Likewise.
3588         * fix-header.c: Likewise.
3589         * gcov.c: Likewise.
3590         * gen-protos.c: Likewise.
3591         * gengenrtl.c: Likewise.
3592         * halfpic.c: Likewise.
3593         * hash.c: Likewise.
3594         * scan-decls.c: Likewise.
3595         * scan.c: Likewise.
3596
3597 Mon Mar 30 11:06:45 1998  Jim Wilson  <wilson@cygnus.com>
3598
3599         * README.gnat: Add lang_print_xnode definition.
3600
3601 Mon Mar 30 11:12:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3602
3603         * config/m68k/m68k.c (standard_68881_constant_p): Don't use
3604         fmovecr on the 68060.
3605
3606 Mon Mar 30 00:21:03 1998  Jeffrey A Law  (law@cygnus.com)
3607
3608         * genemit.c (DONE): Rework so that it works in the true arm if
3609         an if-else conditional.
3610         (FAIL): Likewise.
3611
3612 Sun Mar 29 12:45:23 1998  Jeffrey A Law  (law@cygnus.com)
3613
3614         * rs6000.c: Do not include stdioh or ctype.h anymore.
3615
3616         * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and
3617         $(RTL_H).
3618         (stor-layout.o): Likewise.
3619         * c-typeck.c: Include rtl.h and expr.h.
3620         * stor-layout.c: Likewise.
3621
3622         * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
3623         All callers changed.
3624         (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
3625         * fix-header.c (cpp_file_line_for_message): Delete unused paramter.
3626         All callers changed.
3627
3628         * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
3629
3630         * local-alloc.c (reg_classes_overlap_p): Delete dead function.
3631
3632         * tree.h (lang_print_xnode): Provide prototype.
3633
3634 Sat Mar 28 23:50:44 PST 1998 Jeff Law  (law@cygnus.com)
3635
3636         * version.c: Bump for snapshot.
3637
3638 Sun Mar 29 00:42:21 1998  Jeffrey A Law  (law@cygnus.com)
3639
3640         * objc/sendmsg.c (__objc_block_forward): Add braces for return
3641         value if INVISIBLE_STRUCT_RETURN.
3642
3643         * pa.c (arith_double_operand): Fix parens.
3644
3645         * haifa-sched.c (print_pattern): Correct arg to sprintf.
3646
3647         * Makefile.in (libgcc1.null): Make return type for __foo void.
3648
3649 Sat Mar 28 14:37:20 1998  Jeffrey A Law  (law@cygnus.com)
3650
3651         * pa.h: Add declarations for many functions defined in pa.c.
3652
3653         * genpeep.c (main): Remove unused variable 'i' from the generated
3654         file.
3655
3656         * genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
3657         (gen_split): Likewise.
3658         (main): Rework generated definitions of DONE and FAIL so that they
3659         no longer use gotos.  Avoids warnings about unused labels.
3660
3661         * integrate.c (copy_rtx_and_substitute): Rework to avoid need for
3662         unused "junk" variable.
3663
3664         * genattrtab.c (write_complex_function): Add a default case in
3665         generated switch statement to keep -W -Wall quiet.
3666
3667 Sat Mar 28 10:47:21 1998  Nick Clifton  <nickc@cygnus.com>
3668
3669         * invoke.texi: Document more ARM and Thumb command line options.
3670
3671         * config/arm/xm-thumb.h: New file.
3672
3673 Sat Mar 28 01:37:33 1998  Craig Burley  <burley@gnu.ai.mit.edu>
3674
3675         * stmt.c (expand_expr_stmt): Must generate code for
3676         statements within an expression (gcc's `({ ... )}')
3677         even if -fsyntax-only.
3678
3679 Sat Mar 28 01:06:12 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3680                           Jeffrey A Law  (law@cygnus.com)
3681
3682         * basic-block.h (basic_block_computed_jump_target): Declare.
3683         * flags.h: (current_function_has_computed_jump): Declare.
3684         * flow.c: (basic_block_computed_jump_target): Define.
3685         (flow_analysis): Allocate it. Set current_function_has_computed_jump
3686         to 0.
3687         (find_basic_blocks): Set current_function_has_computed_jump and
3688         elements of basic_block_computed_jump_target to 1 as appropriate.
3689         * function.c: (current_function_has_computed_jump): Define.
3690         * global.c (global_conflicts): Don't allocate pseudos into stack regs
3691         at the start of a block that is reachable by a computed jump.
3692         * reg-stack.c (stack_reg_life_analysis): If must restart, do so
3693         immediately.
3694         (subst_stack_regs): Undo change from Sep 4 1997.
3695         (uses_reg_or_mem): Now unused, deleted.
3696         * stupid.c (stupid_life_analysis): Compute
3697         current_function_has_computed_jump.
3698         (stupid_find_reg): Don't allocate stack regs if the function has a
3699         computed goto.
3700         * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
3701         the current function has a computed jump.  Use the global value
3702         instead.
3703
3704 Sat Mar 28 00:21:37 1998  Jeffrey A Law  (law@cygnus.com)
3705
3706         * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
3707         (DWARF2_UNWIND_INFO): Define to zero.
3708
3709 Fri Mar 27 16:04:49 1998  Michael Meissner  <meissner@cygnus.com>
3710
3711         * gcc.c (set_std_prefix): Add declaration.
3712         (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
3713         suffix, and update the standard prefix prefix.c uses.
3714
3715         * prefix.c (std_prefix): New global to hold default prefix value.
3716         (get_key_value): Change to use std_prefix instead of PREFIX.
3717         (translate_name): Ditto.
3718         (update_path): Ditto.
3719         (get_key_value): Release allocated scratch storage.
3720         (set_std_prefix): New function to reset the standard prefix.
3721
3722 Fri Mar 27 18:08:21 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3723
3724         * sh.c (find_barrier): Fix calculations for alignment increase.
3725
3726 Fri Mar 27 08:56:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3727
3728         * Makefile.in (stmp-fixinc): If we're actually fixing include
3729         files, copy gcc's assert.h into the fixed include dir.
3730         * fixincludes (assert.h): Avoid any attempts to fix a probably
3731         broken system specific assert.h file.
3732         * fixproto (stdlib.h): Make sure, it'll contain a definition of
3733         size_t.
3734
3735 Fri Mar 27 00:49:46 1998  Jeffrey A Law  (law@cygnus.com)
3736
3737         * regclass.c (reg_scan_mark_refs): Be more selective about
3738         when we mark a register with REGNO_POINTER_FLAG.
3739
3740 Thu Mar 26 23:00:11 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3741
3742         reload inheritance improvement:
3743         * reload1.c (reg_reloaded_contents, reg_reloaded_insn):
3744         Change meaning: index is now hard reg number.
3745         (reg_reloaded_valid, reg_reloaded_dead): New variables.
3746         (reload_spill_index): Content is now a hard reg number.
3747         (reload_as_needed): Change to fit new variable meaning.
3748         (forget_old_reloads_1, allocate_reload_reg): Likewise.
3749         (choose_reload_regs, emit_reload_insns): Likewise.
3750
3751 Thu Mar 26 18:34:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3752
3753         * regclass.c (record_reg_classes): '?' increases cost by two.
3754
3755         * reload.c (find_reloads): Double previous costs.  Output
3756         reloads cost one unit extra.
3757
3758         * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
3759         boiled down to && ! 0.
3760
3761         * reload.c (find_equiv_reg): Also consider a goal offset from the
3762         frame pointer to be constant.
3763
3764 Thu Mar 26 17:34:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3765
3766         * sh.h (OPTIMIZATION_OPTIONS): Define.
3767
3768 Thu Mar 26 00:19:47 1998  Richard Henderson  <rth@cygnus.com>
3769
3770         * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
3771
3772 Wed Mar 25 23:53:11 1998  Jeffrey A Law  (law@cygnus.com)
3773
3774         * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
3775
3776 Wed Mar 25 13:40:48 1998  Jim Wilson  <wilson@cygnus.com>
3777
3778         * c-common.c (check_format_info): Initialize type, is_type.  New local
3779         integral_format.  Don't warn for 'L' when pedantic.  Do warn for 'L'
3780         when pedantic if used with integral format specifier.
3781
3782 Wed Mar 25 16:09:01 1998  Michael Meissner  <meissner@cygnus.com>
3783
3784         * rs6000.h (FUNCTION_ARG_PADDING): Cast result to be enum
3785         direction.
3786         (function_arg_padding): Declare.
3787
3788         * rs6000.c: Include system.h.
3789         (function_arg_padding): Change return type to int, cast enum's to
3790         int.
3791
3792         (From Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>)
3793         * collect2.c (scan_prog_file): Add explicit braces to avoid
3794         ambiguous `else'.
3795
3796         * dbxout.c (dbxout_type_fields): Add braces around empty body in
3797         an if-statement.
3798         (dbxout_type): Likewise.
3799
3800         * rs6000.c (rs6000_override_options): Change type of `i', `j' and
3801         `ptt_size' from int to size_t.
3802         (rs6000_file_start): Likewise for `i'.
3803         (rs6000_replace_regno): Add default case in enumeration switch.
3804         (output_epilog): Remove unused variable `i'.
3805         (rs6000_longcall_ref): Remove unused variables `len', `p', `reg1'
3806         and `reg2'.
3807
3808         * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add missing braces around
3809         initializer.
3810         (get_issue_rate, non_logical_cint_operand): Add prototype.
3811         (rs6000_output_load_toc_table): Ditto.
3812
3813         * rs6000.md (udivmodsi4): Add explicit braces to avoid ambiguous
3814         `else'.
3815
3816 Wed Mar 25 10:05:19 1998  Nick Clifton  <nickc@cygnus.com>
3817
3818         * config/arm/thumb.c: New File.  Support for ARM's Thumb
3819         instruction set.
3820         * config/arm/thumb.h: New File.  Thumb definitions.
3821         * config/arm/thumb.md: New File.  Thumb machine description.
3822         * config/arm/tcoff.h: New File.  Thumb COFF support.
3823         * config/arm/t-thumb: New File.  Thumb makefile fragment.
3824         * config/arm/lib1thumb.asm: New File.  Thumb libgcc support functions.
3825
3826         * configure.in: Add Thumb-coff target.
3827         * configure: Add Thumb-coff target.
3828         * config.sub: Add Thumb-coff target.
3829
3830 Wed Mar 25 10:30:32 1998  Jim Wilson  <wilson@cygnus.com>
3831
3832         * loop.c (scan_loop): Initialize move_insn_first to zero.
3833
3834 Wed Mar 25 01:06:49 1998  Joel Sherrill (joel@OARcorp.com)
3835
3836         * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
3837         * config/i386/rtems.h: Likewise.
3838         * config/i960/rtems.h: Likewise.
3839         * config/m68k/rtems.h: Likewise.
3840         * config/mips/rtems64.h: Likewise.
3841         * config/pa/rtems.h: Likewise.
3842         * config/rs6000/rtems.h: Likewise.
3843         * config/sh/rtems.h: Likewise.
3844         * config/sparc/rtems.h: Likewise.
3845
3846 Wed Mar 25 00:57:26 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3847
3848         * pa.c (emit_move_sequence): If in reload, call find_replacement.
3849
3850 Tue Mar 24 10:44:11 1998  Nick Clifton  <nickc@cygnus.com>
3851
3852         * Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
3853
3854         * collect2.c (find_a_file): Add debugging.
3855         (find_a_file): Test for win32 style absolute paths if
3856         DIR_SERPARATOR is defined.
3857         (prefix_from_string): Add debugging.
3858         (main): Test for debug command line switch at start of program
3859         execution.
3860         (main): Use GET_ENVIRONMENT rather than getenv().
3861         (prefix_from_env): Use GET_ENVIRONMENT.
3862
3863 1998-03-24  Mark Mitchell  <mmitchell@usa.net>
3864
3865         * cplus-dem.c (optable): Add sizeof.
3866         (demangle_template_value_parm): New function containing code
3867         previously found in demangle_template.
3868         (demangle_integral_value): New function which handles complicated
3869         integral expressions.
3870         (demangle_template): Use them.
3871
3872 Tue Mar 24 12:13:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3873
3874         * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
3875         genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
3876         genattrtab.o, genoutput.o): Depend on system.h.
3877
3878         * genattr.c: Include system.h.  Add arguments to various function
3879         prototypes.  Remove redundant prototype of read_rtx().
3880         * genattrtab.c: Likewise.
3881         * gencodes.c: Likewise.
3882         * genconfig.c: Likewise.
3883         * genemit.c: Likewise.
3884         * genextract.c: Likewise.
3885         * genflags.c: Likewise.
3886         * genopinit.c: Likewise.
3887         * genoutput.c: Likewise.
3888         * genpeep.c: Likewise.
3889         * genrecog.c: Likewise.
3890
3891 1998-03-24  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3892
3893         * c-lang.c (lang_print_xnode): New function.
3894         * objc/objc-act.c (lang_print_xnode): Likewise.
3895         * print-tree.c (print_node): Call it
3896
3897 Mon Mar 23 23:59:11 1998  H.J. Lu  (hjl@gnu.org)
3898
3899         * c-parse.in: Recognize protocol qualifiers in class
3900         definitions for objc.
3901         Include "output.h".
3902         (yyerror): Remove redundant decl.
3903         (yyprint): Fix prototype.
3904
3905 Mon Mar 23 23:49:47 1998  Jeffrey A Law  (law@cygnus.com)
3906
3907         * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
3908
3909         * stmt.c (unroll_block_trees): Free block_vector if needed.
3910
3911 Mon Mar 23 23:26:42 1998  Philippe De Muyter  <phdm@macqel.be>
3912
3913         * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
3914         (zero_extendsidi2): Avoid useless copy.
3915         (iordi_zext): New pattern.
3916         (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
3917         operand 2.
3918         (iorsi_zext): New name for old unnamed pattern; indentation fixes.
3919
3920         * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
3921         (ashldi3): Allow constant shift count in range ]32,63].
3922         (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.
3923
3924 1998-03-22  Mark Mitchell  <mmitchell@usa.net>
3925
3926         * tree.h (IS_EXPR_CODE_CLASS): New macro.
3927
3928 Mon Mar 23 23:18:48 1998  Jeffrey A Law  (law@cygnus.com)
3929
3930         * h8300.h (CONST_COSTS): Remove definition.
3931         (DEFAULT_RTX_COSTS): Define.
3932
3933 Mon Mar 23 22:58:22 1998  Joel Sherrill (joel@OARcorp.com)
3934
3935         * config/sh/rtems.h: Switched from ELF to COFF.
3936
3937 Mon Mar 23 14:14:20 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3938
3939         * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
3940
3941 Sat Mar 21 23:52:56 PST 1998 Jeff Law  (law@cygnus.com)
3942
3943         * version.c: Bump for snapshot.
3944
3945 Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
3946                           Geoff Noer    <noer@cygnus.com>
3947
3948         * Makefile.in: Various fixes for building cygwin32 native toolchains.
3949
3950         * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
3951         * objc/Make-lang.in: Likewise.
3952
3953         * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
3954
3955 Sun Mar 22 00:21:46 1998  R. Ganesan  <rganesan@novell.com>
3956
3957         * configure.in: Handle with-PACKAGE=no correctly
3958
3959 Fri Mar 20 17:36:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3960
3961         * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
3962         c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
3963         caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
3964         dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
3965         expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
3966         integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
3967         prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
3968         reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
3969         rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
3970         tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
3971         on system.h.
3972
3973         * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
3974         c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
3975         caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
3976         dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
3977         expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
3978         integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
3979         prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
3980         reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
3981         rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
3982         stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
3983         xcoffout.c: Include system.h.  Organize include ordering so
3984         that stdarg/varargs comes before other system headers.  Remove
3985         spurious casts of functions assured of a prototype in system.h.
3986
3987 Fri Mar 20 11:19:40 1998  Stan Cox  <scox@equinox.cygnus.com>
3988
3989         * reg-stack.c (pop_stack): Define. Pops any register on the
3990         regstack and adjusts regstack.
3991         (compare_for_stack_reg): Use pop_stack.
3992
3993 Thu Mar 19 23:51:01 1998  Jeffrey A Law  (law@cygnus.com)
3994
3995         * configure.in (hppa1.0-hp-hpux10): Handle threads for this
3996         config too.
3997
3998 Thu Mar 19 20:30:31 1998  Philippe De Muyter  <phdm@macqel.be>
3999
4000         * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
4001
4002         * fold-const.c (fold): Replace sign-extension of a zero extended
4003         value by a single zero extension.
4004
4005 Thu Mar 19 00:58:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
4006
4007         * except.c (init_eh): Do nothing.
4008         (save_eh_status): Call init_eh_for_function, not init_eh.
4009         * function.c (push_function_context_to): Don't call init_emit.
4010
4011 Thu Mar 19 13:39:52 1998  Michael Meissner  <meissner@cygnus.com>
4012
4013         * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
4014         and EABI.
4015
4016 Thu Mar 19 10:10:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4017
4018         * final.c (shorten_branches): Add parentheses around +/- in
4019         operand of &.
4020
4021         * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS.
4022
4023 Thu Mar 19 09:15:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4024
4025         * regclass.c (memory_move_secondary_cost): Wrap uses of
4026         SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS
4027         with #ifdef tests.
4028
4029 Thu Mar 19 09:06:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4030
4031         * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
4032
4033         * flow.c (life_analysis): #include <sys/types.h> to make sure
4034         size_t is defined.
4035         * cplus-dem.c (demangle_function_name): Likewise.
4036
4037 Thu Mar 19 09:00:01 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4038
4039         * final.c (insn_noperands): Change type to unsigned int.
4040         (final_scan_insn): Likewise for noperands;
4041         properly check operand number boundaries.
4042
4043 Wed Mar 18 16:20:30 1998  Richard Henderson  <rth@cygnus.com>
4044
4045         * alpha.md (extzv): Don't reject register operands.  Fix
4046         mode of operand 1.
4047
4048 Wed Mar 18 16:14:23 1998  Richard Henderson  <rth@cygnus.com>
4049
4050         * dbxout.c (dbxout_function_end): Fix last change.  The correct
4051         predicate is ASM_OUTPUT_SECTION_NAME.
4052
4053 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
4054
4055         * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
4056         (ashlsi): Use match_dup 1 instead of match_operand 2.
4057
4058 Wed Mar 18 13:46:07 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4059
4060         * fold-const.c (operand_equal_for_comparison_p): See if equal
4061         when nop conversions are removed.
4062
4063 Wed Mar 18 13:42:01 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4064
4065         * expr.c (expand_expr, case COND_EXPR): If have conditional move,
4066         don't use ORIGINAL_TARGET unless REG.
4067
4068 Wed Mar 18 16:53:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4069
4070         * netbsd.h (ASM_OUTPUT_ALIGN): Redefine.
4071
4072 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
4073
4074         * loop.c (struct movable): New field move_insn_first.
4075         (scan_loop): In consec sets code, set it.  Clear it otherwise.
4076         (move_movables): In consec sets code, use it.  Copy REG_NOTES from
4077         p to i1 only if i1 does not have REG_NOTES.  Delete obsolete ifdefed
4078         out code.
4079
4080 Wed Mar 18 09:52:56 1998  Richard Henderson  <rth@cygnus.com>
4081
4082         * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
4083         is large, and the system doesn't provide atoll or atoq.
4084         (atoll): New.
4085
4086         * alpha/xm-vms.h (HAVE_ATOLL): Define.
4087         Reported by Klaus Kaempf <kkaempf@progis.de>.
4088
4089 Wed Mar 18 09:56:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4090
4091         * c-lang.c (finish_file): Wrap variable `void_list_node' with macro
4092         test !ASM_OUTPUT_CONSTRUCTOR || !ASM_OUTPUT_DESTRUCTOR.
4093
4094         * calls.c (emit_call_1): Wrap variable `already_popped' with macro
4095         test !ACCUMULATE_OUTGOING_ARGS.
4096
4097         * collect2.c (write_c_file_glob): Wrap function definition in
4098         macro test !LD_INIT_SWITCH.
4099
4100         * combine.c (try_combine): Wrap variables `cc_use' and
4101         `compare_mode' in macro test EXTRA_CC_MODES.
4102
4103         * cpplib.c (do_ident): Remove unused variable `len'.
4104         (skip_if_group): Remove unused variables `at_beg_of_line' and
4105         `after_ident'.
4106         (cpp_get_token): Remove unused variable `dummy'.
4107
4108         * dbxout.c (scope_labelno): Move static variable definition inside
4109         the one function scope where it is used.
4110         (dbxout_function_end): Wrap prototype and definition in
4111         macro test !NO_DBX_FUNCTION_END.
4112
4113         * dwarf2out.c (add_subscript_info): Wrap variable `dimension_number'
4114         in macro test !MIPS_DEBUGGING_INFO.
4115
4116         * expr.c (expand_builtin_setjmp): Move declaration of variable `i'
4117         into the scope where it is used.  Wrap empty else-statement body
4118         in braces.
4119
4120         * fix-header.c: Fix typo in comment.
4121         (inf_skip_spaces): Cast results of INF_UNGET to (void).
4122         (check_protection, main): Likewise.
4123
4124         * flow.c (find_basic_blocks_1): Remove dangling comment text.
4125
4126         * function.c (contains): Wrap prototype and definition in macro
4127         test HAVE_prologue || HAVE_epilogue.
4128         (fixup_var_refs_1): Remove unused variable `width'.
4129
4130         * gen-protos.c (main): Remove unused variable `optr'.
4131
4132         * haifa-sched.c (debug_control_flow): Remove unused variable `j'.
4133
4134         * libgcc2.c (__udiv_w_sdiv): Provide dummy return value of 0.
4135         (__sjpopnthrow): Remove unused variable `jmpbuf'.
4136         (__throw): Remove unused variable `val'.
4137
4138         * protoize.c: Check for a previously existing definition before
4139         defining *_OK macros.
4140
4141         * scan-decls.c (scan_decls): Remove unused variable `old_written'.
4142
4143 Tue Mar 17 00:45:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4144
4145         * vax.h (ADDR_VEC_ALIGN): Define.
4146
4147 Mon Mar 16 15:57:17 1998  Michael Meissner  <meissner@cygnus.com>
4148
4149         * gcc.c (default_arg): Don't wander off the end of allocated
4150         memory.
4151
4152         (From Geoffrey Keating  <geoffk@ozemail.com.au>)
4153         * rs6000.c (small_data_operand): Ensure that any address
4154         referenced relative to the small data area is inside the SDA.
4155
4156 Mon Mar 16 12:55:15 1998  Jim Wilson  <wilson@cygnus.com>
4157
4158         * config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
4159
4160 Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
4161
4162         * except.h (in_same_eh_region): New prototype.
4163         (free_insn_eh_region, init_insn_eh_region): New prototypes.
4164         * except.c (insn_eh_region, maximum_uid): New static variables.
4165         (set_insn_eh_region): New static function to set region numbers.
4166         (free_insn_eh_region): New function to free EH region table.
4167         (init_insn_eh_region): New function to initialize EH region table.
4168         (in_same_eh_region): New function used to determine if two rtl
4169         instructions are in the same exception region or not.
4170         * final.c (final): Initialize the table indicating which instructions
4171         belong in which exception region.
4172         * genpeep.c (main): Add "except.h" to include file list in generated
4173         file insn-peep.c.
4174         * config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
4175         peepholes involving calls and unconditional branches.
4176
4177 Mon Mar 16 11:16:50 1998  Jim Wilson  <wilson@cygnus.com>
4178
4179         * README.gnat: New file.
4180
4181 Mon Mar 16 11:14:20 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4182
4183         * config/m68k/m68k.c: Include <stdlib.h> for atoi.  Include
4184         "recog.h" for offsettable_memref_p.
4185         (legitimize_pic_address): Remove unused variable `offset'.
4186         (notice_update_cc): Change return type to void.  Add default label
4187         to switch.
4188         (standard_68881_constant_p): Remove unused variable mode.
4189         (print_operand): Define local variable i only if SUPPORT_SUN_FPA.
4190         (const_int_cost): Explicitly declare as returning int.
4191         (output_dbcc_and_branch): Change return type to void.
4192
4193         * config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
4194         config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
4195         (...).  Use GEN_INT instead of gen_rtx_CONST_INT.
4196
4197 Sun Mar 15 22:30:44 PST 1998 Jeff Law  (law@cygnus.com)
4198
4199         * version.c: Bump for snapshot.
4200
4201 Fri Mar 13 11:30:12 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4202
4203         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Fix logic in range
4204         check for 'M' constraint.
4205
4206 Thu Mar 12 14:47:14 1998  Jim Wilson  <wilson@cygnus.com>
4207
4208         * cccp.c (create_definition): If pedantic, call pedwarn for macro
4209         varargs feature.
4210
4211 Thu Mar 12 13:43:25 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4212
4213         * i386.c (ix86_logical_operator): New function.
4214         (split_di): Ensure that when a MEM is split, the resulting MEMs have
4215         SImode.
4216         * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
4217         to implement them.
4218
4219 Thu Mar 12 15:13:16 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4220                           Richard Earnshaw <rearnsha@arm.com>
4221                           Nick Clifton  <nickc@cygnus.com>
4222
4223         * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
4224
4225         * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
4226
4227         * cse.c (rtx_cost): Provide a default case in an enumeration
4228         switch, and call DEFAULT_RTX_COSTS if it's defined.
4229
4230 Thu Mar 12 10:02:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4231
4232         * basic-block.h (compute_preds_succs): Change return type in
4233         prototype to void.
4234         * flow.c (compute_preds_succs): Likewise in function definition.
4235
4236         * regmove.c (find_matches): Cast char used as array index to unsigned char
4237         to supress warning.
4238
4239 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4240
4241         * i386.h (RTX_COSTS): Insert braces around nested if.
4242         (ADDITIONAL_REGISTER_NAMES): Insert braces around structured
4243         elements.
4244
4245         * gcc.c (default_compilers): Properly put brackets around array elements in
4246         initializer.
4247
4248         * getopt.c (_getopt_internal): Add explicit braces around nested if;
4249         reformatted.
4250
4251         * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
4252         (record_reg_life_pat): Add explicit parens around && and || in expression.
4253         (stack_reg_life_analysis): Add parens around assignment used as expression.
4254         (convert_regs): Likewise.
4255
4256 Thu Mar 12 09:25:29 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4257
4258         * bitmap.c (bitmap_element_allocate): Remove unused parameter;
4259         change callers accordingly.
4260
4261         * cplus-dem.c (arm_special): Remove unused parameter work in prototype
4262         and definition; change all callers accordingly.
4263
4264         * except.c (init_eh): Avoid assignment of unused return value of
4265         build_pointer_type; cast it to void, instead, and remove unused
4266         variable type.
4267
4268         * gcc.c (lang_specific_driver): Define prototype only #ifdef
4269         LANG_SPECIFIC_DRIVER.
4270         (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
4271
4272         * genoutput.c (output_epilogue): Initialize next_name to 0.
4273
4274         * real.c (efrexp): #if 0 prototype and function definition.
4275         (eremain): Likewise.
4276         (uditoe): Likewise.
4277         (ditoe): Likewise.
4278         (etoudi): Likewise.
4279         (etodi): Likewise.
4280         (esqrt): Likewise.
4281
4282         * reload.c (push_secondary_reload): Define prototype only
4283         #ifdef HAVE_SECONDARY_RELOADS.
4284
4285         * varasm.c (assemble_static_space): Define rounded only
4286         #ifndef ASM_OUTPUT_ALIGNED_LOCAL.
4287
4288 Thu Mar 12 09:11:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4289
4290         * i386.md (andsi): Add default case in enumeration switch.
4291         (iorsi3): Likewise.
4292         (iorhi3): Likewise.
4293         (xorsi3): Likewise.
4294
4295 Thu Mar 12 08:37:02 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4296
4297         * c-decl (finish_struct): Change type of min_align to unsigned.
4298
4299         * cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
4300         remove unused variable len.
4301
4302         * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
4303         comment indicating this is proper behaviour.
4304         (reg_loc_descriptor): Remove redundant comparison of unsigned variable
4305         reg >= 0.
4306         (based_loc_descr): Likewise.
4307
4308         * enquire.c (bitpattern): Change type of variable i to unsigned.
4309
4310         * final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
4311
4312         * flow.c (life_analysis): Change type of variable i to size_t;
4313         remove unused variable insn.
4314
4315         * gcc.c (translate_options): Change type of variables optlen, arglen and
4316         complen to size_t.
4317         (input_filename_length): Change type to size_t.
4318         (do_spec_1): Change type of variable bufsize to size_t.
4319         (main): Change type of variables i and j to size_t;
4320         remove subblock local definition of variable i.
4321         (lookup_compiler): Change type of second argument to size_t;
4322         change type of variable i to size_t.
4323
4324         * genemit.c (output_init_mov_optab): Change type of variable i to size_t.
4325
4326         * genopinit.c (get_insn): Change type of variable pindex to size_t.
4327
4328         * genrecog.c (add_to_sequence): Change type of variable i to size_t.
4329
4330         * global.c (global_alloc): Change type of variable i to size_t.
4331
4332         * regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
4333
4334         * stmt.c (expand_end_bindings): Change type of variable i to size_t.
4335         (expand_end_case): Change type of variable count to size_t.
4336
4337         * toplev.c (main): Change type of variable j to size_t.
4338         (set_target_switch): Change type of variable j to size_t.
4339         (print_switch_values): Change type of variable j to size_t;
4340         remove unused variable flags.
4341
4342         * varasm.c (assemble_variable): Change type of variable align to size_t.
4343         (const_hash_rtx): Change type of variable i to size_t.
4344
4345 1998-03-11  Mark Mitchell  <mmitchell@usa.net>
4346
4347         * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a
4348         TREE_VEC if that's what it really is.
4349
4350 Wed Mar 11 15:16:01 1998  Michael Meissner  <meissner@cygnus.com>
4351
4352         * {haifa-,}sched.c (rank_for_schedule): Only take void * arguments
4353         as per ISO C spec.
4354
4355 Wed Mar 11 12:05:20 1998  Teemu Torma  <tot@trema.com>
4356
4357         * gthr.h: Changed the comment about return values.
4358         * gthr-solaris.h (__gthread_once): Do not use errno; return the
4359         error number instead of -1.
4360         (__gthread_key_create): Any non-zero return value is an error.
4361         * libgcc2.c (eh_context_initialize): Check for non-zero return
4362         value from __gthread_once.
4363         Check that the value of get_eh_context was really changed.
4364
4365 Wed Mar 11 18:26:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4366
4367         * sh.h (LOOP_ALIGN): Only align when optimizing.
4368         * sh.c (find_barrier): Clear inc for CODE_LABELs.
4369         When not optimizing, calculate alignment for BARRIERs directly.
4370
4371 Wed Mar 11 15:07:18 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4372
4373         * final.c (shorten_branches): Remove conditionalizing on
4374         SHORTEN_WITH_ADJUST_INSN_LENGTH
4375         * sh.h, pa.h (SHORTEN_WITH_ADJUST_INSN_LENGTH): Remove.
4376
4377 Wed Mar 11 02:37:41 1998  Jeffrey A Law  (law@cygnus.com)
4378
4379         * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing
4380         an unconditional jump around deleted blocks.
4381
4382 Mon Mar  9 12:02:23 1998  Jim Wilson  <wilson@cygnus.com>
4383
4384         * profile.c (branch_prob): If see computed goto, call fatal instead of
4385         abort.
4386
4387         * config/mips/sni-svr4.h (CPP_PREDEFINE): Add -DSNI and -Dsinix.
4388
4389         * configure.in (alpha-dec-osf): Add default case for osf* to switch.
4390         Patch from Bruno Haible.
4391
4392         * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
4393         (assign_parms): Set aggregate if hide_last_arg and last_named.
4394
4395 Mon Mar  9 19:57:56 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4396
4397         * final.c (shorten_branches): Initialize insn_addresses.
4398
4399 Mon Mar  9 14:10:23 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4400
4401         * sh.h (MUST_PASS_IN_STACK): Define.
4402
4403 Sun Mar  8 13:01:56 1998  Jeffrey A Law  (law@cygnus.com)
4404
4405         * final.c (shorten_branches): Fix minor logic error in
4406         ADDR_DIFF_VEC shortening support.
4407
4408 Sun Mar 8 02:17:42 PST 1998 Jeff Law  (law@cygnus.com)
4409
4410         * version.c: Bump for snapshot.
4411
4412 Sat Mar  7 00:54:15 1998  Jeffrey A Law  (law@cygnus.com)
4413
4414         * haifa-sched.c (is_cfg_nonregular): Change return type to
4415         an int.  No longer compute "estimated" number of edges.  Use
4416         computed_jump_p instead of duplicating the code.  Fixup/add
4417         some comments.
4418         (build_control_flow): Returns a value indicating an irregularity
4419         in the cfg was detected.  Count the number of edges in the cfg.
4420         allocate various edge tables.
4421         (find_rgns): No longer look for unreachable blocks.
4422         (schedule_insns): Do not allocate memory for edge tables here.
4423         Free memory for edge tables before returning.  Do not perform
4424         cross block scheduling if build_control_flow returns nonzero.
4425         * flow.c (compute_preds_succs): More accurately determine when
4426         a block drops in.
4427
4428         * basic-block.h (free_basic_block_vargs): Provide prototype.
4429
4430         * cccp.c (main): Fix dumb mistakes in last change.
4431
4432 Fri Mar  6 21:28:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4433
4434         * rtl.h (addr_diff_vec_flags): New typedef.
4435         (union rtunion_def): New member rt_addr_diff_vec_flags.
4436         (ADDR_DIFF_VEC_FLAGS): New macro.
4437
4438         * sh.c (output_branch): Fix offset overflow problems.
4439
4440         * final.c (shorten_branches): Implement CASE_VECTOR_SHORTEN_MODE.
4441         (final_scan_insn): New argument BODY for ASM_OUTPUT_ADDR_DIFF_ELT.
4442         * rtl.def (ADDR_DIFF_VEC): Three new fields (min, max and flags).
4443         * stmt.c (expand_end_case): Supply new arguments to
4444         gen_rtx_ADDR_DIFF_VEC.
4445         * 1750a.h (ASM_OUTPUT_ADDR_DIFF_ELT): New argument BODY.
4446         * alpha.h, arc.h, clipper.h, convex.h : Likewise.
4447         * dsp16xx.h, elxsi.h, fx80.h, gmicro.h, h8300.h : Likewise.
4448         * i370.h, i386.h, i860.h, i960.h, m32r.h, m68k.h, m88k.h : Likewise.
4449         * mips.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pyr.h : Likewise.
4450         * rs6000.h, sh.h, sparc.h, spur.h, tahoe.h, v850.h : Likewise.
4451         * vax.h, we32k.h, alpha/vms.h, arm/aof.h, arm/aout.h : Likewise.
4452         * i386/386bsd.h, i386/freebsd-elf.h : Likewise.
4453         * i386/freebsd.h, i386/linux.h : Likewise.
4454         * i386/netbsd.h, i386/osfrose.h, i386/ptx4-i.h, i386/sco5.h : Likewise.
4455         * i386/sysv4.h, m68k/3b1.h, m68k/dpx2.h, m68k/hp320.h : Likewise.
4456         * m68k/mot3300.h, m68k/sgs.h : Likewise.
4457         * m68k/tower-as.h, ns32k/encore.h, sparc/pbd.h : Likewise.
4458         * sh.h (INSN_ALIGN, INSN_LENGTH_ALIGNMENT): Define.
4459         (CASE_VECTOR_SHORTEN_MODE): Define.
4460         (short_cbranch_p, align_length, addr_diff_vec_adjust): Don't declare.
4461         (med_branch_p, braf_branch_p): Don't declare.
4462         (mdep_reorg_phase, barrier_align): Declare.
4463         (ADJUST_INSN_LENGTH): Remove alignment handling.
4464         * sh.c (uid_align, uid_align_max): Deleted.
4465         (max_uid_before_fixup_addr_diff_vecs, branch_offset): Deleted.
4466         (short_cbranch_p, med_branch_p, braf_branch_p, align_length): Deleted.
4467         (cache_align_p, fixup_aligns, addr_diff_vec_adjust): Deleted.
4468         (output_far_jump): Don't use braf_branch_p.
4469         (output_branchy_insn): Don't use branch_offset.
4470         (find_barrier): Remove checks for max_uid_before_fixup_addr_diff_vecs.
4471         Remove paired barrier stuff.
4472         Don't use cache_align_p.
4473         Take alignment insns into account.
4474         (fixup_addr_diff_vecs): Reduce to only fixing up the base label of
4475         the addr_diff_vec.
4476         (barrier_align, branch_dest): New function.
4477         (machine_dependent_reorg, split_branches): Remove infrastructure
4478         for branch shortening that is now provided in the backend.
4479         * sh.md (short_cbranch_p, med_branch_p, med_cbranch_p): New attributes.
4480         (braf_branch_p, braf_cbranch_p): Likewise.
4481         (attribute length): Use new attributes.
4482         (casesi_worker): Get mode and unsignednedd from ADDR_DIFF_VEC.
4483         (addr_diff_vec_adjust): Delete.
4484         (align_2): Now a define_expand.
4485         (align_log): Now length 0.
4486
4487 Fri Mar  6 14:41:33 1998  Michael Meissner  <meissner@cygnus.com>
4488
4489         * m32r.md (right): Correctly check for length == 2, not 1.
4490
4491 Fri Mar  6 14:00:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4492
4493         * mips/mips.h: Prototype `machine_dependent_reorg'.
4494         (ASM_OUTPUT_ALIGN): Remove unused variable `mask'.
4495
4496 Fri Mar  6 11:43:35 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
4497
4498         * final.c (shorten_branches): Restore accidentally removed code.
4499
4500 Fri Mar  6 11:00:49 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4501
4502         * configure.in: Remove duplicate uses of AC_PROG_CC and
4503         AC_PROG_MAKE_SET.
4504
4505 Fri Mar  6 00:59:30 1998  Richard Henderson  <rth@cygnus.com>
4506
4507         * configure.in (target_cpu_default2): Correct typo for alphapca56.
4508
4509 Thu Mar  5 23:24:50 1998  Jeffrey A Law  (law@cygnus.com)
4510                           Doug Evans     (devans@cygnus.com)
4511
4512         * haifa-sched.c (build_jmp_edges): Delete dead function.
4513         (build_control_flow): Use cfg routines from flow.c
4514         (schedule_insns): Remove debugging code accidentally checked
4515         in earlier today.
4516
4517         * basic-block.h: Add external integer list structures, typdefs,
4518         accessor macros and function declarations.  Simlarly for
4519         basic block pred/succ support and simple bitmap stuff.
4520         * flow.c: Add functions for integer list, basic block pred/succ
4521         support and simple bitmap support.
4522         (compute_dominators): New function to compute dominators and
4523         post dominators.
4524         (find_basic_blocks): Split into two functions.
4525         (life_analysis): Likewise.
4526         (flow_analysis): Removed.  Now handled by calling find_basic_blocks,
4527         the life_analysis from toplev.c
4528         * toplev.c (rest_of_compilation): Call find_basic_blocks, then
4529         life_analysis instead of flow_analysis.
4530
4531 Thu Mar  5 23:06:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4532
4533         * jump.c (jump_optimize): Call mark_jump_label also for deleted
4534         insns.
4535         (mark_jump_label): Don't increment ref counts for deleted insns.
4536
4537 Thu Mar  5 09:55:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4538
4539         * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
4540
4541         * mips/mips.c: Include stdlib.h and unistd.h.
4542         (mips_asm_file_end): Add braces around empty body in an if-statement.
4543         (function_prologue): Wrap variable `fnname' in
4544         !FUNCTION_NAME_ALREADY_DECLARED.  Correct format specifier in fprintf.
4545         (mips_select_rtx_section, mips_select_section): Declare as void.
4546
4547         * mips/mips.h: Add prototypes for extern functions in mips.c.
4548         (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
4549         (ENCODE_SECTION_INFO): Add braces around empty body in an
4550         if-statement.
4551
4552         * mips/mips.md (movdi): Add parentheses around && within ||.
4553         (movsf, movdf): Likewise.
4554         (branch_zero, branch_zero_di): Add default case in
4555         enumeration switch.
4556
4557
4558 Thu Mar  5 02:45:48 1998  Richard Henderson  <rth@cygnus.com>
4559
4560         * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
4561         real constants, since they can't be changed.
4562         (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4563         * alpha/alpha.md (builtin_setjmp_receiver): Use it.
4564         * alpha/osf.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4565         * alpha/osf2or3.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4566         * alpha/vms.h (TARGET_OPEN_VMS): New.
4567         * alpha/win-nt.h (TARGET_WINDOWS_NT): New.
4568
4569 Thu Mar  5 02:41:27 1998  Richard Henderson  <rth@cygnus.com>
4570
4571         * reload.c (find_reloads): Always force (subreg (mem)) to be
4572         reloaded if WORD_REGISTER_OPERATIONS.
4573
4574 Thu Mar  5 02:14:44 1998  Richard Henderson  <rth@cygnus.com>
4575
4576         * haifa-sched.c (free_list): Rename from free_pnd_lst.
4577         (free_pending_lists): Rename free_pnd_lst uses.
4578         (remove_dependence): Place expunged element on unused_insn_list.
4579         (alloc_INSN_LIST, alloc_EXPR_LIST): New.  Change all callers of
4580         gen_rtx_*_LIST and alloc_rtx to use them.
4581         (compute_block_backward_dependences): Free the reg_last_* lists.
4582
4583 Thu Mar  5 00:05:40 1998  Jeffrey A Law  (law@cygnus.com)
4584
4585         * cccp.c (main): Avoid undefined behavior when setting pend_includes
4586         and pend_files.
4587
4588 Wed Mar  4 21:58:25 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4589
4590         * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if
4591         USE_GNULIBC_1 is defined
4592         * configure.in: add a new case powerpc-*-linux-gnulibc1 which
4593         includes the t-linux-gnulibc1 fragment
4594
4595 Wed Mar  4 12:11:36 1998  Jim Wilson  <wilson@cygnus.com>
4596
4597         * mips.md (movdf_internal1a): Fix misplaced parenthesis in condition.
4598
4599 Wed Mar  4 18:47:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4600
4601         * final.c (final_scan_insn, case CODE_LABEL: Cleanup.
4602
4603 Wed Mar  4 15:51:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4604
4605         * final.c (shorten_branches): Tag the loop alignment onto the
4606         first label after NOTE_INSN_LOOP_BEG even if there is an
4607         intervening insn.
4608
4609 Tue Mar  3 21:48:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4610
4611         * final.c (insn_current_reference_address):
4612         Use SEQ instead of BRANCH as argument to align_fuzz, to get a
4613         proper alignment chain.
4614
4615         * final.c (max_labelno): New static variable.
4616         (final_scan_insn): Check max_labelno before outputting an
4617         alignment for a label.
4618         (shorten_branches): Remove unused variable length_align.
4619
4620 Tue Mar  3 14:27:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4621
4622         * sparc.c (ultrasparc_adjust_cost): Add default case in
4623         enumeration switch.
4624
4625          * sparc.h: Add prototypes for extern functions defined in
4626         sparc.c.
4627
4628 Tue Mar  3 10:00:11 1998  Nick Clifton  <nickc@cygnus.com>
4629
4630         * toplev.c: Only generate <name>.dbr file when dumping RTL if
4631         DEALY_SLOTS is defined.
4632
4633 Tue Mar  3 07:36:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4634
4635         * reorg.c (fill_eager_delay_slots): Add new argument delay_list
4636         in call to fill_slots_from_thread.
4637
4638 Mon Mar  2 13:45:03 1998  Richard Henderson  <rth@cygnus.com>
4639
4640         * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
4641         to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.
4642
4643 Mon Mar  2 22:59:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4644
4645         * final.c (insn_last_address, insn_current_align, uid_align):
4646         New variables.
4647         (in_align_chain, align_fuzz, align_shrink_fuzz): New functions.
4648         (insn_current_reference_address): Likewise.
4649         (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
4650         LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
4651         (label_to_alignment): New function.
4652         * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
4653         LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
4654         insn_current_reference_address instead of insn_current_address.
4655         (or_attr_value, write_length_unit_log): New functions.
4656         (main): Call write_length_unit_log.
4657         (write_const_num_delay_slots): Output extra '\n'.
4658         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
4659         replace with:
4660         (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
4661         * i386.h, i386/osfrose.h, i386/svr3dbx.h, m68k.h, sparc.h: Likewise.
4662         * arc.h, m32r.h (ASM_OUTPUT_LOOP_ALIGN): replace with:
4663         (LOOP_ALIGN).
4664         * i960.h, m88k.h: (ASM_OUTPUT_ALIGN_CODE): Replace with:
4665         (LABEL_ALIGN_AFTER_BARRIER).
4666         * ns32k/encore.h, ns32k/merlin.h, ns32k.h, ns32k/sequent.h: Likewise.
4667         * ns32k/tek6000.h: Likewise.
4668         * i386/gas.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Delete.
4669         * i386.md (casesi+1): Use ASM_OUTPUT_ALIGN instead of
4670         ASM_OUTPUT_ALIGN_CODE.
4671
4672 Mon Mar 2 01:05:50 PST 1998 Jeff Law  (law@cygnus.com)
4673
4674         * version.c: Bump for snapshot.
4675
4676 Mon Mar 2 00:52:18 PST 1998 Jeff Law  (law@cygnus.com)
4677
4678         * version.c: Bump for snapshot.
4679
4680 Sun Mar  1 18:25:49 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
4681
4682         * reorg.c (fill_slots_from_thread): Don't steal delay list from target
4683         if condition code of jump conflicts with opposite_needed.
4684
4685         * reorg.c (fill_slots_from_thread): Mark resources referenced in
4686         opposite_needed thread.  Return delay_list even when cannot get
4687         any more delay insns from end of subroutine.
4688
4689 Sun Mar  1 18:26:21 1998  Ken Rose (rose@acm.org)
4690
4691         * reorg.c (fill_slots_from_thread): New parameter, delay_list.
4692         All callers changed.
4693
4694 Sun Mar  1 18:25:37 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
4695
4696         * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
4697         end_fde_sort): New functions for fast sorting of an FDE array.
4698         (fde_insert): Simplified.
4699         (add_fdes): Change argument list.
4700         (frame_init): Use the new functions.
4701
4702 Sun Mar  1 18:06:21 1998  Jeffrey A Law  (law@cygnus.com)
4703
4704         * ginclude/va-ppc.h (va_arg): Fix typo in long long support.
4705
4706         * i386.c (reg_mentioned_in_mem): Fix dangling else statement.
4707
4708         * fold-const.c (fold_range_test): Always return a value.
4709
4710 Sun Mar  1 17:57:34 1998  Mumit Khan <khan@xraylith.wisc.edu>
4711
4712         * config/i386/winnt.c (i386_pe_unique_section): Put read-only
4713         data in the text section unless READONLY_DATA_SECTION is defined.
4714
4715 Sun Mar  1 17:48:46 1998  Jeffrey A Law  (law@cygnus.com)
4716
4717         * c-parse.in (undeclared variable error): Tweak error message to
4718         be clearer.
4719
4720 Sun Mar 1 10:22:36 PST 1998 Jeff Law  (law@cygnus.com)
4721
4722         * version.c: Bump for snapshot.
4723
4724 1998-02-28  Mark Mitchell  <mmitchell@usa.net>
4725
4726         * final.c (final_scan_insn): Undo overzealous removal of `set'.
4727
4728 Sat Feb 28 07:54:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4729
4730         * pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated
4731         case, add parentheses to specify the proper order of precedence in
4732         the if-statement.
4733
4734
4735         * c-aux-info.c: Include string.h/strings.h.
4736
4737         * pa.c: Include stdlib.h.
4738         (pa_combine_instructions): Prototype the function.
4739         (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
4740         (reloc_needed): Add default case for enumeration switch.
4741         (remove_useless_addtr_insns): Remove unused variable `all'.
4742         (hppa_expand_prologue): Add explicit braces to avoid
4743         ambiguous `else'.
4744         (output_function_epilogue): Remove unused variable `i'.
4745         (output_millicode_call): Remove unused variable `link'.
4746         (shadd_constant_p, forward_branch_p): Make the function static.
4747         (following_call): Explicitly declare to return int.
4748         (pa_reorg): Declare as void.
4749         (pa_combine_instructions): Declare as static void.  Add
4750         parentheses around && within ||.
4751
4752         * pa.h: Add prototypes for pa_reorg, symbolic_operand,
4753         following_call, function_label_operand, lhs_lshift_cint_operand
4754         and zdepi_cint_p.
4755
4756         * pa.md: Add parentheses around && within ||.
4757
4758         * cppalloc.c: Include stdlib.h.
4759
4760         * cpperror.c (cpp_print_containing_files): Remove unused variable
4761         `i'.  Fix format specifier in fprintf.
4762
4763         * cse.c (cse_around_loop): Add explicit braces to avoid
4764         ambiguous `else'.
4765         (delete_dead_from_cse): Wrap variable `tem' in macro HAVE_cc0.
4766
4767         * expr.c (expand_expr): Add parentheses around && within ||.
4768
4769         * final.c (app_enable): Replace fprintf with fputs where there are
4770         no format specifiers and no trailing argument after the string.
4771         Eg, when printing ASM_APP_ON/ASM_APP_OFF.
4772         (app_disable): Likewise.
4773         (final_end_function): Likewise.
4774         (final_scan_insn): Likewise.  Remove unused variable `set'.
4775         (profile_function): Wrap empty if-statement body in {} brackets.
4776
4777         * function.c: Include stdlib.h.
4778         (pad_below): Wrap prototype and definition in ARGS_GROW_DOWNWARD.
4779         (reposition_prologue_and_epilogue_notes): Add parentheses
4780         around assignment used as truth value.
4781
4782         * integrate.c (expand_inline_function): Wrap variable
4783         `cc0_insn' in macro HAVE_cc0.
4784
4785         * jump.c (jump_optimize): Wrap variable `q' in macro
4786         HAVE_cc0.  Remove unused variable `prev1'.
4787
4788         * libgcc2.c (__bb_exit_trace_func): Add parentheses around &&
4789         within ||.  Fix format specifier in fprintf.
4790         (__bb_init_prg): Add parentheses around assignment used as
4791         truth value.
4792
4793         * local-alloc.c: Include stdlib.h.
4794         (requires_inout): Add parentheses around assignment used
4795         as truth value.
4796
4797         * loop.c (analyze_loop_iterations): Wrap prototype and definition
4798         in macro HAVE_decrement_and_branch_on_count.
4799         (insert_bct, instrument_loop_bct): Likewise.
4800         (move_movables): Add parentheses around assignment used as
4801         truth value.
4802         (consec_sets_invariant_p): Likewise.
4803         (maybe_eliminate_biv_1): Wrap variable `new' in macro HAVE_cc0.
4804
4805         * objc/objc-act.c: Include stdlib.h.
4806         (lookup_method_in_protocol_list): Wrap empty else-statement body
4807         in braces.
4808         (lookup_protocol_in_reflist): Likewise.
4809         (objc_add_static_instance): Remove unused variables `decl_expr'
4810         and `decl_spec'.
4811         (get_objc_string_decl): Remove unused variable `decl'.
4812         (generate_static_references): Remove unused variables `idecl' and
4813         `instance'.
4814         (check_protocols): Wrap empty else-statement body in braces.
4815
4816         * protoize.c: Include stdlib.h.
4817         (substr): Add parentheses around assignment used as truth value.
4818         (abspath): Likewise.
4819         (shortpath): Likewise.
4820
4821         * regmove.c (fixup_match_1): Add parentheses around assignment
4822         used as truth value.
4823
4824         * reload.c (push_secondary_reload): Remove unused variable `i'.
4825         (find_reloads): Add parentheses around assignment used as truth
4826         value.
4827
4828         * reload1.c: Include stdlib.h.
4829
4830         * rtl.h: Correct typo in prototype of offsettable_memref_p.
4831
4832         * stmt.c (add_case_node): Add parentheses around assignment used
4833         as truth value.
4834         (case_tree2list): Likewise.
4835
4836         * tree.c (valid_machine_attribute): Wrap variable `decl_attr_list'
4837         in macro VALID_MACHINE_DECL_ATTRIBUTE.  Wrap variable
4838         `type_attr_list' in macro VALID_MACHINE_TYPE_ATTRIBUTE.
4839         (merge_attributes): Add explicit braces to avoid ambiguous
4840         `else'.
4841
4842         * unroll.c (copy_loop_body): Wrap variable `cc0_insn' in
4843         macro HAVE_cc0.
4844
4845         * varasm.c: Include stdlib.h.
4846
4847
4848         * system.h: Remove sys/stat.h.
4849         * gcc.c: Add sys/stat.h.
4850
4851         * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.
4852         * genattrtab.c: Likewise.
4853         * genconfig.c: Likewise.
4854         * genemit.c: Likewise.
4855         * genextract.c: Likewise.
4856         * genflags.c: Likewise.
4857         * genopinit.c: Likewise.
4858         * genoutput.c: Likewise.
4859         * genpeep.c: Likewise.
4860         * genrecog.c: Likewise.
4861         * tlink.c: Likewise.  Also wrap `getenv' in NEED_DECLARATION_GETENV.
4862
4863 Fri Feb 27 11:02:47 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4864
4865         * invoke.texi: Use @itemx for a secondary item in a @table.
4866
4867         * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE
4868         zero.
4869
4870 Thu Feb 26 00:13:21 1998  Ian Lance Taylor  <ian@cygnus.com>
4871
4872         * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
4873
4874 Wed Feb 25 23:40:54 1998  Jeffrey A Law  (law@cygnus.com)
4875
4876         * i386.c (struct machine_function): Add new fields for PIC stuff.
4877         (save_386_machine_status): Fix argument to xmalloc.  Save pic_label_rtx
4878         and pic_label_name.
4879         (restore_386_machine_status): Corresponding changes.
4880         (clear_386_stack_locals): Also clear pic_label_rtx and pic_label_name.
4881
4882 Wed Feb 25 01:31:40 1998  Jeffrey A Law  (law@cygnus.com)
4883
4884         * c-parse.y (undeclared variable error): Tweak error message
4885         to be clearer.
4886
4887 Tue Feb 24 23:54:07 1998  Richard Henderson  <rth@cygnus.com>
4888
4889         * flags.h (g_switch_value, g_switch_set): Declare.
4890         * alpha.c (override_options): Set g_switch_value=8 if not set.
4891         * alpha/elf.h (CC1_SPEC): New.
4892         (ASM_SPEC): New.
4893         (LINK_SPEC): Pass along the -G value we were given.
4894         (LOCAL_ASM_OP): Remove.
4895         (ASM_OUTPUT_ALIGNED_LOCAL): Output to .bss or .sbss by size.
4896         (MAX_OFILE_ALIGNMENT): New.
4897         (BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP): New.
4898         (EXTRA_SECTIONS): Add sbss and sdata.
4899         (SECTION_FUNCTION_TEMPLATE): New.
4900         (EXTRA_SECTION_FUNCTIONS): Use it.
4901         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
4902         (SELECT_SECTION): Use sdata when small enough.
4903         * alpha/linux.h (ASM_SPEC): Remove.
4904
4905
4906 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
4907         * config.sub (sco5): Fix typo.
4908
4909 Mon Feb 23 18:19:31 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4910
4911         * config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
4912         set to empty.
4913         * config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
4914         * config/alpha/t-linux: Remove file.
4915         * config/sparc/t-linux: Remove file.
4916         * config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
4917         * config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
4918         * configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
4919         for tmake_file.
4920         (alpha*-*-linux-gnu*): Likewise.
4921         (sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
4922         (sparc-*-linux-gnu*): Likewise.
4923
4924 Mon Feb 23 10:47:39 1998  Robert Lipe  <robertl@dgii.com>
4925         * collect2.c (ldd_file_name): Bracket declaration with same
4926         manifests as use.
4927         (full_real_ld_suffix): Deleted.  Variable was calloced and
4928         written into, but never read.
4929
4930 1998-02-23  Mike Stump  <mrs@wrs.com>
4931
4932         * configure.in: Add support for i386-wrs-vxworks configuration.
4933         * i386/vxi386.h: New file.
4934
4935 Sun Feb 22 21:16:51 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
4936
4937         * tree.c (contains_placeholder_p): Ensure function always returns
4938         a value.
4939         * sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
4940         (movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
4941
4942 Sun Feb 22 20:58:19 1998  Jeffrey A Law  (law@cygnus.com)
4943
4944         * vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
4945
4946 1998-02-22  Paul Eggert  <eggert@twinsun.com>
4947
4948         * config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
4949         Define this new symbol.
4950         (DWARF2_DEBUGGING_INFO, DWARF_DEBUGGING_INFO): Do not #undef.
4951         * toplev.c (main): Do not default to DWARF2_DEBUG with -ggdb if
4952         LINKER_DOES_NOT_WORK_WITH_DWARF2 is defined.
4953
4954 Sun Feb 22 20:07:32 1998  Jim Wilson  <wilson@cygnus.com>
4955
4956         * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
4957         * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
4958
4959 Sun Feb 22 15:29:48 1998  Richard Henderson  <rth@cygnus.com>
4960
4961         * objc/Object.m (-error): Call objc_verror with our va_list.
4962
4963 Sun Feb 22 09:45:39 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4964
4965         * collect2.c (scan_prog_file): Completely cover uses of variable
4966         `exports' with macro COLLECT_EXPORT_LIST.
4967
4968 Sat Feb 21 20:36:23 1998  Jeff Law  (law@cygnus.com)
4969
4970         * version.c: Bump for snapshot.
4971
4972 Fri Feb 20 16:22:13 1998  Michael Meissner  <meissner@cygnus.com>
4973
4974         * sched.c (schedule_block): Remove code to get arguments from hard
4975         regs into pseudos early.  Same as Aug 25, 1997 change to
4976         haifa-sched.c.
4977
4978 1998-02-20  Jason Merrill  <jason@yorick.cygnus.com>
4979
4980         * collect2.c (main): Still handle !do_collecting for non-AIX targets.
4981
4982 1998-02-16  Mark Mitchell  <mmitchell@usa.net>
4983
4984         * toplev.c (rest_of_compilation): Do not defer the output of a
4985         nested function.
4986
4987 Fri Feb 20 10:39:47 1998  Michael Tiemann  <michael@impact.tiemann.org>
4988
4989         * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
4990         continuation character (line 243).
4991
4992 Fri Feb 20 12:10:26 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4993
4994         * genrecog.c (main): Remove duplicated sentence in emitted comment.
4995
4996 Thu Feb 19 22:36:53 1998  Andrey Slepuhin  <pooh@msu.net>
4997                           David Edelsohn  <edelsohn@mhpcc.edu>
4998
4999         * collect2.c (XCOFF_SCAN_LIBS): Remove.
5000         (export_flag): New variable.
5001         (export_file): #ifdef COLLECT_EXPORT_LIST.
5002         (import_file, exports, imports, undefined): New variables.
5003         (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
5004         (dump_list, dump_prefix_list, is_in_list): New functions.
5005         (write_export_file): $ifdef COLLECT_EXPORT_LIST.
5006         (write_import_file, resolve_lib_name): New functions.
5007         (use_import_list, ignore_library): Same.
5008         (collect_exit): maybe_unlink import_file and #ifdef.
5009         (handler): Same.
5010         (main): New variable importf, #ifdef exportf.  Move parsing of
5011         -shared before general argument parsing.  Resolve AIX library
5012         paths and import libgcc.a symbols.  Treat .so shared libraries the
5013         same as objects and .a libraries.  Create alias for object_lst and
5014         increment it instead of original pointer.  Scan AIX libraries as
5015         objects earlier instead of using scan_libraries.  Perform AIX
5016         tlink later to resolve templates instead of forking ld.
5017         (GCC_OK_SYMBOL): Ensure symbol not in undef section.
5018         (GCC_UNDEF_SYMBOL): New macro.
5019         (scan_prog_file): Loop for members of AIX libraries.  Handle
5020         export/import of ctors/dtors.
5021         (aix_std_libs): New variable.
5022         (scan_libraries, XCOFF): Delete.
5023
5024 Thu Feb 19 22:36:52 1998  Robert Lipe   <robertl@dgii.com>
5025
5026         * collect2.c (full_real_ld_suffix): #ifdef CROSS_COMPILE.
5027
5028 1998-02-19  Mike Stump  <mrs@wrs.com>
5029
5030         * Makefile.in: Use $tooldir for sys-include to match toplevel
5031         configure.
5032
5033 Thu Feb 19 01:32:37 1998  Jeffrey A Law  (law@cygnus.com)
5034                           Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5035
5036         * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
5037
5038         * emit-rtl.c (hard-reg-set.h): Include.
5039         (get_lowpart_common): Don't make new REG for hard reg in a
5040         class that cannot change size.
5041         * Makefile.in (emit-rtl.o): Depend on hard-reg-set.h.
5042
5043         * combine.c: Revert previous patch.
5044
5045 1998-02-19  Paul Eggert  <eggert@twinsun.com>
5046
5047         * config/sparc/sol2-sld.h: New file.
5048         * configure.in (sparc-*-solaris2*): Use it when using the
5049         system linker.
5050
5051 Thu Feb 19 00:46:59 1998  Jeffrey A Law  (law@cygnus.com)
5052
5053         * loop.c (force_movables): Fix typo.
5054
5055 Thu Feb 19 08:26:30 1998  Manfred Hollstein <manfred@s-direktnet.de>
5056
5057         * m88k.h: Change file pattern to match reality.
5058
5059 Wed Feb 18 23:19:52 1998  Jeffrey A Law  (law@cygnus.com)
5060
5061         * varasm.c (output_constant_pool): Fix dumb thinko in last
5062         change.
5063
5064         * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
5065         a function name to a section name.
5066
5067 1998-02-18  Doug Evans  <devans@cygnus.com>
5068
5069         * tree.h (merge_machine_{type,decl}_attributes): Declare.
5070         (split_specs_attrs, strip_attrs): Add prototypes.
5071         * tree.c (merge_machine_{type,decl}_attributes): New functions.
5072         * c-decl.c (duplicate_decls): Call merge_machine_decl_attributes.
5073         Update olddecl's attributes too.
5074         * c-common.c (strip_attrs): New function.
5075         * c-typeck.c (common_type): Call merge_machine_type_attributes.
5076         * varasm.c (make_function_rtl): New target macro REDO_SECTION_INFO_P.
5077         (make_decl_rtl): Likewise.
5078
5079 1998-02-18  Jim Wilson  <wilson@cygnus.com>
5080
5081         * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
5082
5083 Wed Feb 18 09:09:50 1998  Jeffrey A Law  (law@cygnus.com)
5084
5085         Remove this change until we can fix it correctly.
5086         * collect2.c: Bracket declaration of 'exportf' and
5087         'full_real_ld_suffix'.
5088
5089 Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
5090
5091         * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
5092
5093 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
5094
5095         * c-common.c (c_expand_start_cond, c_expand_end_cond,
5096         c_expand_start_else): Don't warn about non-ambiguous else even if
5097         braces are missing.
5098
5099 Tue Feb 17 23:56:50 1998   Robert Lipe  <robertl@dgii.com>
5100
5101         * sco5.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
5102         ASM_OUTPUT_LONG_DOUBLE): Delete.   Use the ones from i386.h
5103         instead.
5104
5105 Tue Feb 17 22:56:14 1998  Richard Henderson  <rth@cygnus.com>
5106
5107         * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when
5108         simplifying a subreg of a hard reg.
5109         (expand_compound_operation): Likewise.
5110         (force_to_mode): Likewise.
5111
5112 Tue Feb 17 22:37:22 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5113
5114         * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
5115         (lshift_double): Add parentheses around + or - inside shift.
5116         (rshift_double): Likewise.
5117         (size_int_wide): Explicitly set type of `bit_p' to `int'.
5118
5119         * Makefile.in (fold-const.o): Depend on system.h.
5120
5121         * Makefile.in (gcc.o): Depend on system.h, in accordance with last
5122         change to gcc.c.
5123
5124         * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
5125         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
5126         (sched_note_set): Remove unused parameter `b', all callers changed.
5127         (schedule_block): Likewise for `rgn'.
5128         (split_hard_reg_notes): Likewise for `orig_insn'.
5129         (check_live): Likewise for `trg'.
5130         (update_live): Likewise.
5131         (check_live_1): Explcitly declare variable `i' as int.
5132         (update_live_1): Likewise.
5133         (insn_issue_delay): Remove unused variable `link'.
5134         (sched_analyze_2): Add default case in enumeration switch.
5135         (schedule_insns): Remove unused variable `i'.
5136
5137         * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
5138
5139 Tue Feb 17 22:31:04 1998  Jeffrey A Law  (law@cygnus.com)
5140
5141         * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
5142         a dangling else clause.
5143
5144 Tue Feb 17 21:28:12 1998  Gavin Koch  <gavin@cygnus.com>
5145
5146         * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
5147         pointer for the stack pointer in MIPS16 and 64BIT.
5148
5149 Tue Feb 17 21:17:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5150
5151         * rtl.h (force_line_numbers, restore_line_number_status): Declare.
5152         * emit-rtl.c (force_line_numbers, restore_line_number_status):
5153         New functions.
5154         * stmt.c (struct nesting): Replace seenlabel with line_number_status.
5155         (expand_start_case): Adjust to this change.
5156         (check_seenlabel): New function.
5157         (pushcase, pushcase_range, expand_endcase): Use it.
5158
5159 Tue Feb 17 10:14:32 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5160
5161         * i386.md (adddi3): Add =!r,0,0,X alternative.
5162
5163 Mon Feb 16 16:13:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
5164
5165         * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
5166         * x-aix31 (INSTALL): Delete.
5167
5168 Mon Feb 16 09:24:32 1998  Gavin Koch  <gavin@cygnus.com>
5169
5170         * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
5171         tsize changes to something other than zero.
5172
5173 Mon Feb 16 09:11:48 1998  Gavin Koch  <gavin@cygnus.com>
5174
5175         * ginclude/va-mips.h: Replace casts of pointers to int with
5176         casts of pointers to __PTRDIFF_TYPE__.
5177
5178 Mon Feb 16 08:17:14 1998  John Carr  <jfc@mit.edu>
5179
5180         * loop.c (strength_reduce, record_biv, record_giv): Use
5181         HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
5182
5183 1998-02-16  Jason Merrill  <jason@yorick.cygnus.com>
5184
5185         * tree.c (first_rtl_op): New fn.
5186         (unsave_expr_now): Use it.
5187         * print-tree.c (print_node): Likewise.
5188         * tree.c (has_cleanups): New fn.
5189         * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it.  Be more
5190         conservative about pushing the cleanup point down.
5191         * tree.h: Declare them.
5192
5193 Sun Feb 15 23:28:44 1998  Jeffrey A Law  (law@cygnus.com)
5194
5195         * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
5196         (flag_schedule_reverse_after_reload): Likewise.
5197         (f_options): Remove reverse scheduling support.
5198         * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
5199         (flag_schedule_reverse_after_reload): Likewise.
5200         * haifa-sched.c (rank_for_schedule): Remove support for reverse
5201         scheduling.
5202
5203 Sun Feb 15 21:33:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5204
5205         * gcc.c: Get system includes, prototypes and macros via "system.h"
5206         instead of doing it manually.  Change all calls of the ctype
5207         macros to custom versions defined in "system.h".
5208
5209         * system.h: Fix return type of bcmp prototype from `void' to `int'.
5210         Make bcopy, bcmp and bzero prototypes explicitly `extern'.
5211         Add a prototype for getenv.
5212
5213 Sun Feb 15 17:05:41 1998  Jim Wilson  <wilson@cygnus.com>
5214
5215         * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
5216
5217 Sun Feb 15 15:23:15 1998  John Carr  <jfc@mit.edu>
5218
5219         * alias.c: Include <stdlib.h> and <string.h>.
5220         (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
5221
5222 Sat Feb 14 11:23:09 PST 1998 Jeff Law  (law@cygnus.com)
5223
5224         * version.c: Bump for snapshot.
5225
5226 Sat Feb 14 05:08:21 1998  Richard Earnshaw (rearnsha@arm.com)
5227
5228         * arm.md (movsfcc): Also validate operands[3] when compiling hard
5229         float.
5230         (movdfcc): Only accept fpu_add_operand for operands[3].
5231
5232         * arm/t-semi (STMP_FIXPROTO): Define to nothing.
5233         * arm/t-semiaof (STMP_FIXPROTO): Likewise.
5234
5235 Sat Feb 14 02:02:41 1998  Jeffrey A Law  (law@cygnus.com)
5236
5237         * varasm.c (output_constant_pool): Bring back 'done' label inside
5238         an appropriate #ifdef.
5239
5240         * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an
5241         appropriate #ifdef.
5242         (bitmap_copy, bitmap_operation): Likewise.
5243         * combine.c (combinable_i3pat): Similarly for 'src'.
5244         * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
5245         (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
5246         * regclass.c (copy_cost): Similarly for 'secondary_class'.
5247         * reload.c (make_memloc): Simliarly for 'i'.
5248         (find_reloads_address_1): Similarly for 'link'.
5249         * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
5250         (emit_reload_insns): Similarly for 'second_reloadreg'.
5251         * unroll.c (iteration_info): Similarly for 'v'.
5252
5253         * caller-save.c (insert_save_restore): Remove unused variable 'i'.
5254         * calls.c (expand_call): Similarly for 'i'.
5255         (emit_library_call, emit_library_call_value): Similarly for 'mode'.
5256         * fold-const.c (strip_compund_expr): Similarly for 'type'.
5257         * function.c (fixup_var_refs_1): Similarly  for 'width'.
5258         (fixup_memory_subreg): Similarly for 'saved'.
5259         (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
5260         (setjmp_protect): Similarly for 'sub'.
5261         (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
5262         * loop.c (record_giv): Similarly for 'p'.
5263         (combine_givs): Similarly for 'temp_iv'.
5264         (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
5265         * recog.c (validate_replace_rtx_1): Similarly for 'width'.
5266         * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
5267         * unroll.c (unroll_loop): Similarly for 'copy'.
5268         (iteration_info): Similarly for 'b'.
5269         * varasm.c (assemble_string): Similarly for 'i'.
5270         * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
5271
5272 1998-02-13  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5273
5274         * c-lang.c (lang_print_xnode): New function.
5275         * objc/objc-act.c (lang_print_xnode): Likewise.
5276         * print-tree.c (print_node): Call it
5277
5278 Fri Feb 13 14:38:34 1998  Jim Wilson  <wilson@cygnus.com>
5279
5280         * dwarf2out.c (decl_scope_node): New type.
5281         (decl_scope_table): Change type to use it.
5282         (decl_scope_table_allocated, decl_scope_depth): Change type to int.
5283         (push_decl_scope): Use new type.  New locals containing_scope, i.
5284         Add code to handle setting previous field.
5285         (scope_die_for): Change type of local i to int.  Add code to use
5286         previous field.
5287         (dwarf2out_init): Use new type.
5288
5289 1998-02-13  Jason Merrill  <jason@yorick.cygnus.com>
5290
5291         * except.c (emit_throw): Lose throw_used.
5292
5293 Fri Feb 13 20:36:05 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5294
5295         * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
5296         was deleted.
5297         * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
5298
5299 Fri Feb 13 12:18:40 1998  Jeffrey A Law  (law@cygnus.com)
5300
5301         * genextract.c (main): Fix typo.
5302
5303 Fri Feb 13 08:41:49 1998  Robert Lipe   <robertl@dgii.com>
5304
5305         * c-lang.c (finish_file): Bracket declaration of static_ctors,
5306         static_dtors.
5307
5308         * calls.c (expand_call): Bracket declaration of 'rtx_before_call',
5309         'old_stack_arg_under_construction'
5310         (emit_library_call): Bracket declaration of 'upper_bound',
5311         'lower_bound', 'i', 'reg_parm_stack_space'
5312         (emit_library_call_value): Likewise.
5313         (store_one_arg):
5314
5315         * collect2.c: include <unistd.h> when appropriate.
5316         Bracket declaration of 'exportf' and 'full_real_ld_suffix'.
5317
5318         * emit-rtl.c (prev_cc0_setter): Remove unused variable 'link'.
5319
5320         * explow.c (plus_constant_for_output_wide): Remove unused variable
5321         'code'.
5322         (memory_address): Remove unused variable 'orig_x'.
5323
5324         * genattrtab.c (make_canonical): Remove unreferenced label 'cond:'.
5325         (write_const_num_delay_slots): Remove unused variable 'i'.
5326
5327         * genopinit.c (main): Remove unused variables 'dummy', 'insn_ptr'.
5328         (gen_insn): Remove unused variable 'obstack_ptr'.
5329
5330         * libgcc2.c (__bb_exit_func): Remove unused variables 'ret',
5331         'j', 'tmp', 'i'.
5332         (__bb_exit_trace_func): Remove unused variable 'e'.
5333
5334         * optabs.c (expand_binop): remove unused variables 'lhs', 'rhs',
5335         'funexp'.
5336         (expand_unop): Remove unused variable 'funexp'.
5337         (expand_complex_abs): Remove unused variable 'funexp'.
5338         (init_optabs): Bracket declaration of 'j'.
5339         (init_complex_libfuncs): Deleted.  Dead static function.
5340
5341         * profile.c (branch_prob): Remove unused variables 'insn', 'dest'.
5342
5343         * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
5344         (reg_to_stack): 'initialized', 'before_function_beg'
5345         explictly type as ints instead of defaulting.
5346         (emit_swap_insn): Remove unused variable 'i2'.
5347         (compare_for_stack_reg): Remove unused variable 'src_note'.
5348
5349         * rtlanal.c (computed_jump_p): Remove unused variable 'computed_jump'.
5350
5351         * sched.c (actual_hazard): Bracket declaration of 'this_cost'.
5352
5353         * stmt.c (add_case_node): Add parens for assignment used as truth.
5354         (all_cases_count):  Remove unused variable 'count_high'.
5355         (mark_seen_cases): Remove unused variable 'i'.
5356         (check_for_full_enumeration_handling): Remove unused variable 't'.
5357         Bracket declaration of  'all_values', 'l'.
5358
5359         * tlink.c: Include <stdlib.h>, <unistd.h>, <string.h>/<strings.h>.
5360
5361         * varasm.c (assemble_string): Remove unused variable 'i'.
5362         (immed_double_const): Remove unused variable 'in_current_obstack'.
5363         (immed_real_const_1): Likewise.
5364         (output_constant_pool): Remove unreferenced label 'done'.
5365         (output_constant): Remove unused variable 'x'.
5366
5367         * i386/i386.h (ENCODE_SECTION_INFO): TREE_PUBLIC is an int, not
5368         a string.
5369
5370         * i386/sco5.h (ASM_OUTPUT_ASCII): Add parens for assignment used
5371         as truth.
5372
5373 Fri Feb 13 10:21:41 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5374
5375         * combine.c (can_combine_p): Handle USEs in PARALLELs.
5376
5377 Fri Feb 13 01:34:14 1998  H.J. Lu  (hjl@gnu.org)
5378
5379         * config/linux.h (LIB_SPEC): Add -lc for -shared if
5380         USE_GNULIBC_1 is not defined.
5381         * config/sparc/linux.h; Ditto.
5382
5383         * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared.
5384
5385         * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if
5386         USE_GNULIBC_1 is not defined.
5387
5388 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5389
5390         * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
5391         for -mcall-linux
5392
5393 Fri Feb 13 01:23:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5394
5395         * system.h: New file to get common systems includes and various
5396         definitions and declarations based on autoconf macros.
5397
5398 Fri Feb 13 00:46:19 1998  Jeffrey A Law  (law@cygnus.com)
5399
5400         * cccp.c (new_include_prefix): Correctly handle -I./.
5401
5402 Thu Feb 12 20:16:35 1998  Michael Meissner  <meissner@cygnus.com>
5403
5404         * rs6000.md: Replace gen_rtx (CONST_INT,...) with GEN_INT.
5405
5406 Thu Feb 12 16:45:17 1998  Robert Lipe  <robertl@dgii.com>
5407
5408         * expr.c (expand_assignment):  Correct typo exposed by -Wall.
5409         offset should have been a truth value, not an assignment.
5410
5411 Thu Feb 12 15:26:50 1998  Jeffrey A Law  (law@cygnus.com)
5412
5413         * cse.c (delete_dead_from_cse): If a libcall produces a constant
5414         result and that result can be substituted into SET_SRC of the
5415         insn with the REG_RETVAL note, then perform the substitution
5416         and delete the libcall.
5417
5418 Thu Feb 12 14:04:09 1998  Gavin Koch  <gavin@cygnus.com>
5419
5420         * mips.md (trucndihi2,truncdiqi2): Change these to support
5421         mips16.
5422
5423 Thu Feb 12 11:34:55 1998  Gavin Koch  <gavin@cygnus.com>
5424
5425         * mips/mips.c (movdi_operand): Direct referances to symbols
5426         that arn't mips16 consts in mips16 mode arn't valid operands.
5427
5428         * mips/mips.c (mips_move_2words): Add gprel handling.
5429
5430 Thu Feb 12 11:18:37 1998  Gavin Koch  <gavin@cygnus.com>
5431
5432         * mips.md (extendsidi2): Allow extension to/from a non-mips16
5433         register.
5434
5435 Thu Feb 12 00:04:16 1998  Marc Lehmann <pcg@goof.com>
5436
5437         * i386.c: Conditionally include <stdlib.h>, <string.h>, and
5438         <strings.h>.
5439
5440 Wed Feb 11 11:43:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5441
5442         * Makefile.in (WARN_CFLAGS): New variable.
5443         (bootstrap, bootstrap2, bootstrap3, bootstrap4): Use it.
5444
5445 1998-02-11  Mark Mitchell  <mmitchell@usa.net>
5446
5447         * config/i386/i386.c (reg_mentioned_in_mem): Don't abort when
5448         falling through default case in switch.
5449         (i386_aligned_p): Likewise.
5450
5451 Wed Feb 11 12:59:56 1998  Lee Iverson  <leei@Canada.AI.SRI.COM>
5452
5453         * mips/mips.h (mips_abi_string): Correct typo in comment.
5454
5455 Wed Feb 11 08:29:56 1998  Gavin Koch  <gavin@cygnus.com>
5456
5457         * mips/mips.md (movdi): These PLUS's need to be Pmode.
5458
5459 Wed Feb 11 01:47:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5460
5461         * Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
5462         reorg.o, regmove.o): Depend on insn-codes.h, it gets included
5463         indirectly via expr.h.
5464
5465 Wed Feb 11 01:44:13 1998  Richard Henderson  <rth@cygnus.com>
5466
5467         * stor-layout.c (layout_type): Do upper - lower in the native type,
5468         so as to properly handle negative indices.
5469
5470 Wed Feb 11 01:35:55 1998  Robert Lipe   <robertl@dgii.com>
5471
5472         * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
5473         (expand_eh_region_start_tree): Remove unused variable 'note'.
5474         (exception_optimize): Remove unused variable 'regions'.
5475         (expand_builtin_eh_stub):  Remove unused variable 'temp'.
5476         (copy_eh_entry): Deleted.   Dead function.
5477
5478         * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
5479         'last' with same #if HAVE_load_multiple as use of it.
5480         (move_block_from_reg): Likewise.
5481         (emit_move_insn_1): Remove unused variable 'insns'.
5482         (store_constructor): Bracket declaration of startb, endb with
5483         #if TARGET_MEMFUNCTIONS.  Remove unused variables 'set_word_size'
5484         'target', and 'xtarget'.
5485         (expand_builtin_setjmp): Remove unused variables 'op0',
5486         'next_arg_reg', 'old_inhibit_defer_pop'.
5487         (expand_builtin): Remove unused variable 'offset'.
5488         (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
5489         (emit_queue): Add parens for assignment used as conditional.
5490         (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.
5491
5492 Wed Feb 11 01:30:49 1998  Marc Lehmann <pcg@goof.com>
5493
5494         * i386.c: Added include for recog.h.
5495         (override_options): Removed unused variable p. Initialized regno to
5496         avoid warning.
5497         (order_regs_for_local_alloc): Initialized regno to avoid warning.
5498         (legitimize_address): Likewise for 'other'.
5499         (i386_aligned_reg_p): Added default case with abort ().
5500         (print_operand): Likewise.
5501         (reg_mentioned_in_mem): Likewise.
5502         (ix86_expand_binary_operator): Removed unused variables i & insn.
5503         (ix86_expand_unary_operator): Removed unused variable insn.
5504         (output_fp_cc0_set): Removed unused variable unordered_label.
5505
5506 Wed Feb 11 01:23:03 1998  John F. Carr  <jfc@mit.edu>
5507
5508         * i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...).
5509         Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments
5510         and format string match.
5511
5512 Wed Feb 11 01:17:39 1998  Jeffrey A Law  (law@cygnus.com)
5513
5514         * flow.c (life_analysis): Do not conside the stack pointer live at
5515         the end of a function if the fucntio ncalls alloca.
5516         (mark_used_regs): Similarly.
5517
5518 1998-02-10  John F Carr  <jfc@mit.edu>
5519
5520         * config/sparc/sparc.md (movdi_v8plus): Output stx on alternative
5521         1, fzero on alternative 8.
5522
5523 Tue Feb 10 09:02:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5524
5525         * rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.
5526
5527 Tue Feb 10 03:35:43 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5528
5529         * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
5530         SUBREGs of CONST_INTs.
5531
5532 Mon Feb  9 17:52:36 1998  John Carr  <jfc@mit.edu>
5533
5534         * mips.c (print_operand, function_prologue): Make printf format
5535         match argument type.
5536
5537 Mon Feb  9 02:37:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5538
5539         * alpha.c (alpha_return_addr): Remove unused variable `first'.
5540         (alpha_ra_ever_killed): Remove unused variables `ra' and `i'.
5541         (output_epilog): Remove unused variable `frame_size_from_reg_save'.
5542
5543 Sun Feb  8 14:56:03 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5544
5545         * loop.c (strength_reduce): When placing increment for auto-inc
5546         case, do comparison in loop order.
5547
5548 Sun Feb  8 13:21:38 1998  John Carr  <jfc@mit.edu>
5549
5550         * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
5551         not a HOST_WIDE_INT.
5552
5553         * calls.c (expand_call): Change test of expand_inline_function
5554         return value to stop compiler warning.
5555
5556         * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.
5557
5558 Sun Feb  8 12:04:24 1998  Jim Wilson  (wilson@cygnus.com)
5559                           Jeff Law (law@cygnus.com)
5560
5561         * regmove.c: Fix various minor formatting problems.
5562         (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions
5563         is true.  Make end of basic block tests consistent through regmove.c.
5564         (optimize_reg_copy_2, optimize_reg_copy_3): Likewise.
5565         (fixup_match_2, fixup_match_1, regmove_optimize): Likewise.
5566
5567 Sun Feb  8 01:49:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5568
5569         * gansidecl.h: Check for a conflicting macro definition before
5570         attempting to prototype bcopy, bcmp or bzero.
5571
5572 Sun Feb  8 00:09:59 1998  Jeffrey A Law  (law@cygnus.com)
5573
5574         * expr.c (clear_pending_stack_adjust): Handle case where a function
5575         calls alloca, but the user has specified -fomit-fframe-pointer.
5576
5577         * function.c (assign_parms): Fix typo in last change.
5578
5579 Sat Feb  7 23:54:29 1998   Robert Lipe  <robertl@dgii.com>
5580
5581         * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
5582         <fcntl.h>.
5583         (free_path_suffix): Remove unreferenced static function.
5584         (process_command): Remove unused variable temp.
5585         (default_arg): Remove unused variable i.
5586         (do_spec_1):  Add parens for assignment used as truth value.
5587         (main): Likewise.
5588         (validate_all_switches): Likewise.
5589         (main): Remove unused variables i, first_time>
5590
5591         * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
5592
5593         * calls.c (expand_call): Remove unused variables funtree,
5594         n_regs, and tmpmode.
5595
5596         * dbxout.c, except.c: Include <string.h>/<strings.h>.
5597
5598         * explow.c: (plus_constant_for_output_wide) Removed unused
5599         variable all_constant.
5600
5601         * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
5602         genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
5603         genrecog.c, global.c, integrate.c , stupid.c : Include
5604         <stdlib.h>.
5605
5606         * genextract.c: (walk_rtx) Remove unused variable link.
5607
5608         * genrecog.c: (concat) Remove unreferenced static function.
5609
5610         * prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
5611
5612         * stmt.c: Include <stdlib.h>.
5613         (expand_asm_operands): Remove unused variable val1.
5614         (expand_return): Remove unused variable block.
5615         (pushcase): Remove unused variables l and n.
5616         (pushcaserange): Likewise.
5617
5618         * unroll.c (unroll_loop): Remove unused variable temp.
5619
5620 Sat Feb  7 23:46:09 1998  Greg McGary  <gkm@gnu.org>
5621
5622         * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
5623
5624 Sat Feb  7 15:11:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5625
5626         * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
5627         functions for whether they support the %p format specifier.
5628         * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf.
5629         * configure.in (GCC_FUNC_PRINTF_PTR): Use it.
5630         * configure, config.in: Rebuild.
5631
5632 Fri Feb  6 14:20:16 1998  Jim Wilson  <wilson@cygnus.com>
5633
5634         * function.c (assign_parms): New variable named_arg, with value
5635         depending on STRICT_ARGUMENT_NAMING.  Use instead of ! last_named.
5636
5637 Fri Feb  6 14:34:28 1998  Gavin Koch  <gavin@cygnus.com>
5638
5639         * mips/t-r3900: New - same as t-ecoff but eliminate
5640         multilibs: mips1 and mips3.
5641         * configure.in (tx39*): Use new mips/t-r3900.
5642         * configure: Rebuild.
5643         * mips/r3900.h (MULTILIB_DEFAULTS): Eliminate mips1.
5644
5645 1998-02-06  Jason Merrill  <jason@yorick.cygnus.com>
5646
5647         * dwarf2out.c: Add old_args_size.
5648         (dwarf2out_args_size): Use it.
5649         (dwarf2out_begin_prologue): Initialize it.
5650         (dwarf2out_stack_adjust): If !asynchronous_exceptions, save up
5651         pushed args until we see a call.
5652         * final.c (final_scan_insn): Hand CALL_INSNs off to the dwarf2 code
5653         before outputting them.
5654
5655 1998-02-06  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
5656
5657         * cplus-dem.c (demangle_template_template_parm): New function.
5658         (demangle_template): Handle template template parameters.
5659
5660 1998-02-02  Mark Mitchell  <mmitchell@usa.net>
5661
5662         * calls.c (expand_call): Don't confuse member functions named
5663         realloc, setjmp, and so forth with the standard library
5664         functions of the same names.
5665
5666 Thu Feb  5 21:59:49 1998  Jeffrey A Law  (law@cygnus.com)
5667
5668         * stmt.c (expand_asm_operands): Correctly identify asm statements
5669         no output operands.
5670
5671 Thu Feb  5 21:56:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
5672
5673         * c-common.c (decl_attributes): Flag unrecognized attribute
5674         functions as warnings instead of as errors.
5675
5676 1998-02-05  Marc Lehmann  <pcg@goof.com>
5677
5678         * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
5679         when -Os is specified.
5680         * toplev.c (main): Don't disable flag_inline_functions anymore when
5681         -Os is in effect.
5682
5683 Fri Feb  6 00:27:36 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5684
5685         * regmove.c: Update.
5686         * flags.h (flag_regmove): Declare.
5687         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Don't declare.
5688         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2):
5689         Moved into regmove; changed caller.
5690         * toplev.c (rest_of_compilation): Call regmove_optimize also for
5691         expensive_optimizations.
5692
5693 Thu Feb 5 13:38:42 PST 1998 Jeff Law  (law@cygnus.com)
5694
5695         * version.c: Bump for snapshot.
5696
5697 Thu Feb  5 01:45:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5698         Undo this change (the problem was actually in reload):
5699         Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5700
5701           * sh.md (movqi_i+1): New peephole.
5702
5703 Tue Feb  3 01:11:12 1998  Jeffrey A Law  (law@cygnus.com)
5704
5705         * jump.c (jump_optimize): Lose calls to modified_in_p they are
5706         not needed anymore due to changes elsewhere in jump.c.
5707
5708         * jump.c (jump_optimize): Fix first arg to modified_in_p in
5709         previous change.
5710
5711 Mon Feb  2 19:18:14 1998  Richard Henderson  <rth@cygnus.com>
5712
5713         * expr.c (expand_builtin_setjmp): Accept two new arguments for
5714         the labels to branch to on first and subsequent executions.  Don't
5715         play with __dummy.  Rename `setjmp' insn to `builtin_setjmp_setup',
5716         and provide it with the jmp_buf.  Use only one of
5717         `builtin_setjmp_receiver' or `nonlocal_goto_receiver',
5718         and provide the former with the target label.
5719         (expand_builtin) [BUILTIN_SETJMP]: Generate a label for use by setjmp.
5720         (expand_builtin) [BUILTIN_LONGJMP]: Split out to ...
5721         (expand_builtin_longjmp): ... here.  Recognize a `builtin_longjmp'
5722         insn to replace all of the normal nonlocal_goto code.  Don't play
5723         with __dummy.  Correct arguments to nonlocal_goto.
5724         * expr.h (expand_builtin_setjmp): Update prototype.
5725         * except.c (start_dynamic_handler): When using builtin_setjmp,
5726         generate more accurate flow information.
5727
5728         * alpha.md (nonlocal_goto_receiver_osf): Delete.
5729         (nonlocal_goto_receiver_vms): Rename to nonlocal_goto_receiver.
5730         (builtin_longjmp, builtin_setjmp_receiver): New.
5731         * sparc.md (update_return): Disambiguate unspec number.
5732         (nonlocal_goto): Rearrange arguments to match caller in except.c.
5733         (builtin_setjmp_setup): Rename from setjmp.  Match and ignore the
5734         jmp_buf operand.
5735         * mips.md (nonlocal_goto_receiver, builtin_setjmp_receiver): Remove.
5736         (builtin_setjmp_setup*, builtin_longjmp): New.
5737
5738 Mon Feb  2 16:43:10 1998  John Carr  <jfc@mit.edu>
5739
5740         * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
5741
5742 Mon Feb  2 13:06:47 1998  Jim Wilson  <wilson@cygnus.com>
5743
5744         * vmsconfig.com: Remove bytecode references.
5745
5746 1998-01-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5747
5748         * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
5749         -fno-sjlj-exceptions works for a target that defines
5750         DWARF2_UNWIND_INFO as zero.
5751
5752         * regmove.c (fixup_match_1): Undo last change which removed some
5753         "useless" code, and add a comment explaining this.
5754
5755 Mon Feb  2 10:47:14 1998  Gavin Koch  (gavin@cygnus.com)
5756
5757         * mips.c (mips_expand_prologue): Change uses of TARGET_64BIT
5758         to TARGET_LONG64.
5759
5760 Mon Feb  2 10:38:41 1998  Klaus Kaempf  <kkaempf@progis.de>
5761
5762         * makefile.vms: Remove bytecode references.
5763         Create genrtl files.
5764
5765 Mon Feb  2 02:08:04 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
5766
5767         * jump.c (jump_optimize): Allow conditional loading of floating point
5768         constants and constants from memory.  Reinstalled modified_in_p tests.
5769
5770 Mon Feb  2 01:38:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5771
5772         * loop.c (get_condition): Handle sign-extended constants.
5773
5774 Mon Feb  2 01:22:46 1998  Hans-Peter Nilsson  <hp@axis.se>
5775
5776         * expr.c (emit_push_insn): Add code to use movstrti if present.
5777
5778         * expr.c (emit_push_insn): Use same max-move-amount for movstrhi
5779         and movstrqi as in emit_block_move ().
5780
5781 Mon Feb  2 00:09:52 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
5782
5783         * config/m68k/x-next: Remove /NextDeveloper/Headers from
5784         the directories to fixinclude - /usr/include is a link
5785         to it and hence its contents are fixed by default.
5786
5787 Sun Feb  1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5788
5789         * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
5790
5791 Sun Feb  1 13:01:15 1998  Klaus Kaempf  <kkaempf@progis.de>
5792
5793         * cccp.c (main): Predefine __VMS_VER on VMS.
5794
5795 Sun Feb  1 12:39:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5796
5797         * expr.c (get_inner_reference): Use sbitsizetype for type sizes.
5798         * fold-const.c (size_int): Replace with
5799         (size_int_wide).
5800         (make_bit_field_ref): Use bitsize_int for bit position.
5801         * stor-layout.c (sizetype): Delete.
5802         (sizetype_tab, sbitsizetype, ubitsizetype): Declare.
5803         (layout_record, layout_union, layout_type):
5804         Use bitsize_int for bit size.
5805         (set_sizetype): New function.
5806         (make_signed_type, make_unsigned_type): Use it.
5807         * c-decl.c (init_decl_processing): Likewise.
5808         * tree.h (size_int): Don't delcare, #define.
5809         (size_int_wide, sizetype_tab, sbitsize, ubitsize): Declare.
5810         (set_sizetype): Declare.
5811         (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
5812         Define.
5813         * c-typeck.c (c_sizeof, c_sizeof_nowarn, c_size_in_bytes):
5814         Convert result to sizetype.
5815         (really_start_incremental_init, push_init_level):
5816         Set type of constructor_bit_index to sbitsizetype.
5817         (push_init_level): Use unsigned arithmetic to determine padding.
5818         (output_init_element): Likewise.
5819
5820 Sun Feb  1 03:32:07 1998  Jeffrey A Law  (law@cygnus.com)
5821
5822         * combine.c (simplify_shift_const): Fix typo in last change.
5823
5824 Sun Feb  1 02:50:46 1998  John Carr  <jfc@mit.edu>
5825
5826         * combine.c (simplify_shift_const):  (lshiftrt (truncate (lshiftrt)))
5827         is (truncate (lshiftrt)).
5828
5829 Sun Feb  1 01:06:53 1998  Richard Henderson  <rth@cygnus.com>
5830
5831         * alpha.c (alpha_expand_unaligned_load): Use expand_binop properly.
5832         Make sure result winds up in TGT.
5833         (alpha_expand_unaligned_store): Use expand_binop properly.  Allow
5834         src to be other than DImode.
5835         (alpha_expand_unaligned_load_words): Tidy.  Take an offset argument.
5836         (alpha_expand_unaligned_store_words): Likewise.
5837         (alpha_expand_block_move): Use REGNO_POINTER_ALIGN.  Restructure so
5838         that source and destination are separately optimized for alignment.
5839         (alpha_expand_block_clear): Use REGNO_POINTER_ALIGN.
5840
5841 Sun Feb  1 01:55:09 1998  Jeffrey A Law  (law@cygnus.com)
5842
5843         * mips.md (adddi3_internal_2): Be consistent with adddi3 expander
5844         with handling of -32768.
5845
5846 Sun Feb  1 01:48:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5847
5848         * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
5849         shell variable argument instead of only hard coded functions.
5850         (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
5851
5852         * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
5853         call.  Collapse multiple calls to GCC_NEED_DECLARATION into one
5854         call to GCC_NEED_DECLARATIONS (new macro.)  Check if we need
5855         declarations for bcopy, bcmp and bzero.
5856
5857         * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
5858
5859         * gansidecl.h: If we have bcopy but don't declare it, then do so.
5860         Likewise for bcmp and bzero.  Only define macros for bcopy, bcmp,
5861         bzero, index and rindex if they aren't already present.
5862
5863 Sat Jan 31 11:26:58 1998  Jeffrey A Law  (law@cygnus.com)
5864
5865         * toplev.c (close_dump_file): Wrap function prototype for
5866         argument "func" in PROTO.
5867         (dump_rtl): Likewise.
5868
5869 Fri Jan 30 22:30:39 1998  John Carr  <jfc@mit.edu>
5870
5871         * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
5872         MASK_V8PLUS.
5873         (output_function_epilogue): Omit epilogue if nothing drops through.
5874         (output_move_double): Supress int ldd usage on ultrasparc and v9.
5875         (registers_ok_for_ldd_peep): Likewise.
5876         (print_operand): Supress b,a on ultrasparc.  Let Y accept a constant.
5877         (ultrasparc_adjust_cost): New function.
5878         (sparc_issue_rate): New function.
5879         * sparc.h (MASK_VIS, TARGET_VIS): New
5880         (MASK_V8PLUS, TARGET_V8PLUS): New.
5881         (TARGET_HARD_MUL32, TARGET_HARD_MUL): New.
5882         (TARGET_SWITCHES): Add vis and v8plus.
5883         (REG_CLASS_FROM_LETTER): Accept d and b for VIS.
5884         (REGISTER_MOVE_COST): FP<->INT move cost 12 for ultrasparc.
5885         (RTX_COSTS): Use TARGET_HARD_MUL
5886         (ADJUST_COST): Call ultrasparc_adjust_cost.
5887         (ISSUE_RATE): New.
5888         * sparc.md (attr type): Add sload, fpmove, fpcmove.  Adjust users
5889         of load & fp appropritely.
5890         (supersparc function units): Adjust for Haifa.
5891         (ultrasparc function units): Likewise.
5892         (get_pc_via_rdpc): All v9, not just arch64.
5893         (movdi_v8plus, movdi_v8plus+1): New.
5894         (adddi3_sp32+1): New.
5895         (subdi3_sp32+1): New.
5896         (movsi_insn, movsf_const_insn, movdf_const_insn): Know VIS.
5897         (addsi3, subsi3, anddi3_sp32, andsi3, and_not_di_sp32): Likewise.
5898         (and_not_si, iordi3_sp32, iorsi3, or_not_di_sp32, or_not_si): Likewise.
5899         (xorsi3_sp32, xorsi3, xor_not_di_sp32, xor_not_si): Likewise.
5900         (one_cmpldi2_sp32, one_cmplsi2): Likewise.
5901         (ldd peepholes): Suppress for v9.
5902         (return_adddi): Kill redundant test.  Arg1 may be arith_operand.
5903         (return_subsi): Revmove.
5904
5905 Fri Jan 30 18:30:03 1998  John F Carr  <jfc@mit.edu>
5906
5907         * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
5908         save/restore MEM rtl.
5909
5910 Fri Jan 30 09:08:16 1998  Jeffrey A Law  (law@cygnus.com)
5911
5912         * configure.in: Check for declaration of abort.
5913         * acconfig.h: Corresponding changes.
5914         * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should
5915         be declared.
5916
5917 Thu Jan 29 20:26:12 1998  Jeffrey A Law  (law@cygnus.com)
5918
5919         * genattrtab.c (optimize): Define in case PRESERVE_DEATH_INFO_REGNO_P
5920         uses it.
5921
5922 Thu Jan 29 09:27:56 PST 1998 Jeff Law  (law@cygnus.com)
5923
5924         * version.c: Bump for snapshot.
5925
5926 Thu Jan 29 10:12:27 1998  Jeffrey A Law  (law@cygnus.com)
5927
5928         * configure.in: Check for atoq and atoll.
5929         * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
5930         proper routine for converting ascii into long long values.
5931
5932 Thu Jan 29 01:28:14 1998  Klaus Kaempf  <kkaempf@progis.de>
5933
5934         * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.
5935
5936         * vmsconfig.com: Remove bytecode references.
5937
5938         * alpha/vms.h (PREFIX): Define.
5939
5940         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.
5941
5942         * am-alpha.h: Don't include alloca for OPEN_VMS.
5943
5944         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Define.
5945
5946         * alpha/xm-vms.h (INCLUDE_DEFAULTS): Define.
5947         (GCC_INCLUDE_DIR): Define
5948
5949         * make-cc.com, make-cccp.com, make-cc1.com: Removed.
5950         * makefile.vms: New file.
5951
5952         * alpha/vms.h (CPP_PREDEFINES): Remove -Dalpha.
5953
5954         * alpha.c (output_prolog): Output '.name' directive
5955         for minimal traceback information.
5956
5957         * alpha.c (output_prolog): Don't prepend entry point symbols
5958         with '$' on OPEN_VMS.
5959
5960 Thu Jan 29 00:25:35 1998  David S. Miller  <davem@tanya.rutgers.edu>
5961                           Jeffrey A Law  (law@cygnus.com)
5962
5963         * rtl.c (read_rtx): Use atol/atoq based upon disposition of
5964         HOST_WIDE_INT.
5965
5966         * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
5967         as needed.
5968         * genemit.c (gen_exp): Likewise.
5969         * genpeep.c (match_rtx): Likewise.
5970         * genrecog.c (write_tree_1): Likewise.
5971
5972         * c-lex.c (yyprint): Use proper format string based upon
5973         disposition of HOST_BITS_PER_WIDE_INT.
5974         (yylex): Put casts in right place for args to build_int_2.
5975
5976 Thu Jan 29 00:24:29 1998  Jeffrey A Law  (law@cygnus.com)
5977
5978         * combine.c: Fix typos in Jan27 changes.
5979
5980 Thu Jan 29 00:07:49 1998  Ollivier Robert <roberto@keltia.freenix.fr>
5981
5982         * i386/freebsd.h (LIB_SPEC): Correctly handle -shared, -p and friends.
5983         (LINK_SPEC): Likewise.
5984         (STARTFILE_SPEC): Likewise.
5985
5986 1998-01-28  Mike Stump  <mrs@wrs.com>
5987
5988         * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
5989         reload completes.
5990         * genattrtab.c (reload_completed): Define.
5991
5992         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
5993         comments.
5994
5995 Wed Jan 28 20:11:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5996
5997         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
5998         SUBREG_REG if the word count is unchanged, also in the input reload
5999         case.  Disable non-applicable sanity checks.
6000
6001 Wed Jan 28 20:08:26 1998  Jeffrey A Law  (law@cygnus.com)
6002
6003         * config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
6004
6005 Wed Jan 28 20:04:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6006
6007         * i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
6008
6009 Wed Jan 28 11:45:27 1998  Per Bothner  <bothner@cygnus.com>
6010
6011         * dbxout.c (dbxout_type):  For a RECORD_TYPE, check that TYPE_BINFO
6012         is a TREE_VEC before trying to use it for baseclasses.
6013         (Chill uses the same field for a different purpose.)
6014
6015         * toplev.c (strip_off_ending):  Generalize to endings up to 5 chars.
6016
6017 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6018
6019         * config.sub: More accurate determination of HP processor types.
6020
6021 Tue Jan 27 23:11:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6022
6023         * c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.  Add
6024         prototype for `handle_sysv_pragma', and make it static.  Add
6025         parentheses around assignment used as truth value.
6026
6027         * combine.c (combine_instructions): Protect variable `prev' with
6028         macro HAVE_cc0.
6029         (can_combine_p): Protect variable `link' with AUTO_INC_DEC.
6030         (extract_left_shift): Add parentheses around operand of &.
6031         (merge_outer_ops): Avoid an empty body in an else-statement.
6032         (gen_rtx_combine): Remove unused variable `i'.
6033
6034         * sparc/gmon-sol2.c: Include <fcntl.h>.  Make return type of
6035         function monstartup `void'.  Likewise for internal_mcount.  Add
6036         `static void' prototype for moncontrol.  Reconcile sprintf format
6037         vs. args.
6038
6039         * sparc/sparc.c: Include <stdlib.h> and <string.h>/<strings.h>.
6040         Make return type of function_arg_slotno explicitly `int'.
6041         (reg_unused_after): Add parentheses around assignment used as
6042         truth value.
6043         (save_regs): Add explicit braces to avoid ambiguous `else'.
6044         (function_arg_slotno): Add parentheses around && within ||.
6045         (function_arg_pass_by_reference): Likewise.
6046         (sparc_flat_output_function_prologue): Reconcile fprintf format
6047         vs. args.
6048
6049         * svr4.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
6050         assignment used as truth value.
6051
6052         * cplus-dem.c: Include <stdlib.h>.
6053         (demangle_signature): Avoid an empty body in an else-statement.
6054         (do_type): Remove unused variable `lvl'.
6055
6056         * cppexp.c: Don't have <stdlib.h> depend on MULTIBYTE_CHARS.
6057         Include <string.h>/<strings.h>.
6058         (cpp_lex): Remove unused variable `namelen'.
6059         (cpp_lex): Explicitly declare `num_chars' as an int.
6060
6061         * cpplib.c: Avoid duplicate inclusion of <stdlib.h>, include
6062         <unistd.h> instead.  Explicitly declare is_system_include
6063         returning int.
6064         (make_assertion): Remove unused variable `kt'.
6065         (cpp_expand_to_buffer): Hide variable `obuf'.
6066         (output_line_command): Remove unused variables, `line_end',
6067         `line_cmd_buf' and `len'.
6068         (macarg): Remove unused variable `arg_start'.
6069         (special_symbol): Remove unused variable `i'.  Add parentheses
6070         around assignment used as truth value.
6071         (do_include):  Remove unused variables `pcfname' and `retried',
6072         hide `pcf' and `pcfbuflimit'.
6073         (do_line): Remove unused variable `i'.
6074         (finclude): Hide variable `missing_newline'.
6075         (cpp_handle_options): Remove unused variable `j'.
6076         (read_token_list): Remove unused variable `eofp'.
6077         (cpp_error_with_line): Remove unused variable `i'.
6078         (cpp_warning_with_line): Likewise.
6079         (cpp_pedwarn_with_line): Explicitly declare `column' as int.
6080         (cpp_error_from_errno): Remove unused variable `i'.
6081
6082         * cse.c (invalidate): Add parentheses around assignment used as
6083         truth value.
6084         (find_best_addr): Move declaration of variable `our_cost' inside
6085         the conditional macro where its used.
6086         (fold_rtx): Avoid an empty body in an if-statement.
6087         (cse_insn): Wrap variables  `this_insn_cc0_mode' and
6088         `this_insn_cc0' in macro HAVE_cc0.
6089
6090         * dwarf2out.c: Include <stdlib.h> and <string.h>/<string.h>.
6091         (ASM_OUTPUT_DWARF_DATA8):  Reconcile format vs. args in fprintf's.
6092         (output_uleb128): Likewise.
6093         (output_sleb128): Likewise.
6094         (output_cfi): Likewise.
6095         (output_call_frame_info): Remove unused variables `j', `fde_size'
6096         and `fde_pad'.
6097         (comp_unit_has_inlines): Hide declaration as per rest of file.
6098         (size_of_line_prolog): Correct typo in prototype.
6099         (add_arange): Likewise.
6100         (output_aranges): Likewise.
6101         (add_name_and_src_coords_attributes): Likewise.
6102         (gen_array_type_die): Likewise.
6103         (gen_inlined_subroutine_die): Likewise.
6104         (equate_decl_number_to_die): Remove unused variable `i'.
6105         (print_die): Reconcile format vs. args in fprintf's.
6106         (print_dwarf_line_table): Likewise.
6107         (output_die): Likewise.
6108         (output_line_info): Likewise.
6109         (add_subscript_info): Avoid an empty body in an else-statement.
6110         (gen_subprogram_die): Remove unused variable `fp_loc'.
6111
6112         * dwarfout.c: Explicitly declare `next_pubname_number' as int.
6113         Protect `ordering_attribute' prototype with USE_ORDERING_ATTRIBUTE
6114         macro.  Protect `src_coords_attribute' prototype with
6115         DWARF_DECL_COORDINATES macro.  Hide `output_entry_point_die'
6116         prototype as in the rest of the file.  Likewise for
6117         `output_pointer_type_die' and `output_reference_type_die'.  Remove
6118         prototype for `type_of_for_scope'.
6119         (output_unsigned_leb128): Reconcile format vs. args in fprintf.
6120         (type_attribute): Add explicit braces to avoid ambiguous `else'.
6121
6122         * final.c: Include <stdlib.h> and <string.h>/<strings.h>.
6123         (shorten_branches): Protect declaration of tmp_length with
6124         SHORTEN_WITH_ADJUST_INSN_LENGTH and ADJUST_INSN_LENGTH macros.
6125         (profile_function): Protect declaration of `sval' and `cxt'
6126         variables with appropriate macros.
6127         (final_scan_insn): Likewise for `note' variable.  Add explicit
6128         braces to avoid empty body in an if-statement.
6129         (output_asm_insn): Move variable `i' inside macro conditional
6130         where it is used.  Add parentheses around assignment used as truth
6131         value.
6132         (asm_fprintf) Likewise, likewise.
6133
6134         * fix-header.c (main): Remove unused variable `done'.  Protect
6135         declaration of `i' with FIXPROTO_IGNORE_LIST.
6136
6137         * pexecute.c: Include <unistd.h>.  Prototype `my_strerror'.
6138
6139         * print-rtl.c (print_inline_rtx): Explicitly declare the parameter
6140         `ind'.
6141
6142         * profile.c: Include <string.h>/<strings.h>.
6143         (instrument_arcs): Remove unused variables `note', `inverted',
6144         `zero' and `neg_one'.
6145         (branch_prob): Avoid empty body in an if-statement.
6146
6147         * regclass.c: Include <stdlib.h>.
6148         (reg_alternate_class): Explicitly declare parameter `regno'.
6149
6150         * regmove.c (regmove_optimize): Remove unused variable `p'.  Add
6151         parentheses around assignment used as truth value.
6152         (find_matches):  Remove unused variables `output_operand' and
6153         `matching_operand'.
6154         (fixup_match_1): Remove statement with no effect: "if (0) ;".
6155
6156         * scan.c (sstring_append): Explicitly declare `count' as int.
6157         (scan_string): Explicitly declare parameter `init' as int.
6158
6159         * sched.c: Include <stdlib.h>.
6160         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
6161         (rank_for_schedule): Add parentheses around assignment used as
6162         truth value.
6163         (schedule_block): Likewise.
6164         (regno_use_in): Likewise.
6165         (schedule_insns): Remove unused variable `i'.
6166
6167         * toplev.c: Include <stdlib.h> and <string.h>/<strings.h>.
6168         (v_message_with_decl): Remove unused variable `n'.
6169         (botch): Explicitly declare parameter `s' as char *.
6170         (main): Add parentheses around assignment used as truth value.
6171
6172         * tree.c (make_node): Protect the variable `kind' with the
6173         GATHER_STATISTICS macro.
6174         (real_value_from_int_cst): Move variable `e' inside conditional
6175         macro area where it is used.
6176         (tree_last): Add parentheses around assignment used as truth value.
6177         (build1): Protect the variable `kind' with the GATHER_STATISTICS
6178         macro.
6179         (print_obstack_statistics): Reconcile format vs. args in fprintf.
6180         Protect variables `i', `total_nodes', and `total_bytes' with the
6181         GATHER_STATISTICS macro.
6182
6183 Tue Jan 27 23:01:55 1998  Mike Stump  (mrs@wrs.com)
6184
6185         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
6186         some comments regarding use of dead_or_set_p.
6187
6188 Tue Jan 27 22:14:48 1998  Todd Vierling <tv@pobox.com>
6189
6190         * fixincludes: Tweak fix for struct exception in math.h
6191
6192 Tue Jan 27 17:21:09 1998  Gavin Koch  (gavin@cygnus.com)
6193
6194         * mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
6195         Change mode of registers used to add/sub from
6196         hard_frame_pointer_rtx from word_mode to Pmode.
6197
6198 Tue Jan 27 11:02:04 1998  Nick Clifton  <nickc@cygnus.com>
6199
6200         * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
6201         asm_output_aligned_bss() instead of asm_output_bss().
6202
6203         * toplev.c (rest_of_compilation): Replace references to
6204         stack_reg_dump_file and dbr_sched_dump_file with references to
6205         rtl_dump_file.
6206
6207 Tue Jan 27 10:22:13 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
6208
6209         * tlink.c (scan_linker_output): Call fclose() for opened files.
6210
6211 Tue Jan 27 05:05:26 1998  Richard Henderson  <rth@cygnus.com>
6212
6213         * alpha.c (output_epilog [!VMS]): Don't tag global functions if
6214         compiling with -fpic -- we want to be able to override symbols
6215         properly.
6216         (alpha_expand_block_move): Fix thinko in last change.
6217
6218         * alpha.h (ASM_OUTPUT_MI_THUNK): New define.
6219         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
6220         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.
6221
6222 Tue Jan 27 03:21:23 1998  Richard Henderson  <rth@cygnus.com>
6223
6224         * alpha.md (abssf, absdf): Revert last change.
6225
6226 Tue Jan 27 00:26:50 1998  John Carr  <jfc@mit.edu>
6227
6228         * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
6229         * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.
6230
6231 Tue Jan 27 00:07:02 1998  Jeffrey A Law  (law@cygnus.com)
6232
6233         * emit-rtl.c (gen_lowpart_common): Handle more case where converting
6234         a CONST_INT into SFmode.
6235
6236 Tue Jan 20 16:01:03 1998  Anthony Green  <green@cygnus.com>
6237
6238         * flags.h: New flag (optimize_size).
6239         * toplev.c (main): Parse -Os option and set optimize_space
6240         accordingly.
6241         * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
6242         __OPTIMIZE_SIZE__ when compiling with -Os.
6243         * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
6244         config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
6245         config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
6246         to macro.
6247         * config/i386/i386.c (optimization_options): Accept new SIZE argument.
6248
6249 Mon Jan 26 23:57:39 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6250
6251         * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
6252         stuff only if MCT_TEXT is #define'd.
6253
6254 Mon Jan 26 23:52:51 1998  Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac.at>
6255
6256         * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
6257         configurations.
6258
6259 Fri Jan 23 09:39:36 1998  Nick Clifton  <nickc@cygnus.com>
6260
6261         * toplev.c: Add -dM command line option to dump RTL after the
6262         machine dependent reorganisation pass, if there is one.
6263         Reorganise RTL dump code, so that only one file handle is
6264         needed.
6265
6266 Mon Jan 26 12:09:42 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
6267
6268         * except.c (check_exception_handler_labels): Disable warning when
6269         flag_syntax_only.
6270
6271 Mon Jan 26 18:17:32 1998  Jim Wilson  <wilson@cygnus.com>
6272
6273         * sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.
6274
6275 Mon Jan 26 18:11:30 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6276
6277         * c-decl.c (grokdeclarator): Get parameter tags from
6278         last_function_parm_tags.
6279         * dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
6280         traversing the parameter types.
6281         (output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.
6282
6283 Mon Jan 26 01:44:12 1998  Jeffrey A Law  (law@cygnus.com)
6284
6285         * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
6286         the default case.
6287         (get_shift_alg): Fix typo.
6288
6289 Sun Jan 25 22:22:04 1998  Richard Henderson  <rth@cygnus.com>
6290
6291         * alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
6292
6293 Sun Jan 25 22:14:28 1998  Richard Henderson  <rth@cygnus.com>
6294
6295         * toplev.c (get_run_time): Make sure each case gets its variables.
6296
6297 Sun Jan 25 22:10:21 1998  Richard Henderson  <rth@cygnus.com>
6298
6299         * configure.in (build_xm_file): Add auto-config.h if host=build.
6300         (host_xm_file_list): Don't add $(srcdir) to auto-config.h.
6301         (build_xm_file_list): Likewise.
6302         * configure: Rebuild.
6303
6304 Sun Jan 25 22:00:25 1998  Alasdair Baird <alasdair@wildcat.demon.co.uk>
6305
6306         * recog.c (validate_replace_rtx_1): Only perform substitutions
6307         of arguments to commutative and comparison operators once.
6308
6309 Sun Jan 25 12:30:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6310
6311         * sparc.c (output_cbranch): Add default case in
6312         enumeration switch.
6313
6314         * reorg.c (insn_sets_resource_p): Correct typo in prototype.
6315         (emit_delay_sequence): Eliminate unused parameter, all callers
6316         changed.
6317         (fill_simple_delay_slots): Likewise.
6318         (fill_slots_from_thread): Likewise.
6319         (fill_eager_delay_slots):  Likewise.
6320         (mark_referenced_resources): Add default case in enumeration switch.
6321         (mark_set_resources): Likewise.
6322         (rare_destination): Likewise.
6323         (mostly_true_jump): Likewise.
6324         (find_dead_or_set_registers): Likewise.
6325         (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
6326         (update_reg_unused_notes): Remove unused variable `p'.
6327         (mark_target_live_regs): Remove unused variables `next' and
6328         `jump_count'.
6329         (fill_simple_delay_slots): Remove unused variable `j'.
6330         (fill_slots_from_thread): Add parentheses around assignment used
6331         as truth value.
6332         (dbr_schedule): Likewise.
6333
6334         * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
6335         (objc.stage2, objc.stage3, objc.stage4): Likewise.
6336
6337 Sun Jan 25 12:13:47 1998  Michael Tiemann  <michael@tiemann.org>
6338
6339         * cse.c (simplify_ternary_operation): Don't try to simplify
6340         IF_THEN_ELSE expressions (created by combine) that don't use
6341         relational operators.
6342
6343 Fri Jan 23 22:48:24 1998  Jeffrey A Law  (law@cygnus.com)
6344
6345         * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
6346         simplifications.
6347
6348         * crtstuff.c (init_dummy): Keep the epilogue in the init
6349         section for non-ELF systems.
6350
6351 Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6352
6353         * sh.md (movqi_i+1): New peephole.
6354
6355 Fri Jan 23 15:39:42 1998  Jim Wilson  <wilson@cygnus.com>
6356
6357         * Makefile.in: Remove remaining bytecode stuff.
6358         * emit-rtl.c, expr.c: Likewise.
6359
6360 Fri Jan 23 12:41:10 1998  Nick Clifton  (nickc@cygnus.com)
6361
6362         * toplev.c (lang_options): Add unknown-pragma options.
6363
6364 Thu Jan 22 23:43:38 1998  Per Bothner  <bothner@cygnus.com>
6365
6366         * dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
6367         special (and incomplete) handling for Chill arrays.
6368
6369 Fri Jan 23 00:27:23 1998  John Carr  <jfc@mit.edu>
6370
6371         * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
6372         to get clock rate.
6373
6374 Fri Jan 23 00:19:36 1998  Gavin Koch  (gavin@cygnus.com)
6375
6376         * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
6377
6378 1998-01-22  scott snyder  <snyder@d0sgif.fnal.gov>
6379
6380         * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
6381         .frame directive instead of FRAME_POINTER_REGNUM.
6382
6383 Fri Jan 23 00:08:55 1998  Robin Kirkham <rjk@mlb.dmt.csiro.au>
6384
6385         * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
6386         (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
6387         * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
6388         (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
6389         (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
6390         * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
6391         (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
6392         (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
6393         mcpu32 or m5200.
6394         * longlong.h: Replace __mc68332__ with __mcpu32__.
6395
6396 Thu Jan 22 19:55:40 PST 1998 Jeff Law  (law@cygnus.com)
6397
6398         * version.c: Bump for snapshot.
6399
6400 Thu Jan 22 14:47:31 1998  Jim Wilson  <wilson@cygnus.com>
6401
6402         * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
6403         to require the SUBREG mode to be smaller than the SUBREG_REG mode.
6404         * reload1.c (eliminate_regs): Likewise.
6405
6406 Thu Jan 22 14:49:14 1998  Jeffrey A Law  (law@cygnus.com)
6407
6408         * regmove.c (find_matches): Initialize matches->earlyclobber too.
6409
6410 Thu Jan 22 01:40:52 1998  Richard Henderson  <rth@cygnus.com>
6411
6412         * alpha.md (abssf2, absdf2): Disable in IEEE mode.
6413         (negsf2, negdf2): Use proper subtract in IEEE mode.
6414
6415 Tue Jan 20 09:29:09 1998  Jeffrey A Law  (law@cygnus.com)
6416
6417         * Makefile.in: Remove more bytecode stuff.
6418         * expr.c, stmt.c, config/msdos/top.sed: Likewise.
6419         * vax/xm-vms.h, winnt/config-nt.sed: Likewise.
6420         * f/install.texi, objc/Make-lang.in: Likewise.
6421
6422         * Makefile.in: Remove all bytecode support.
6423         (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
6424         * emit-rtl.c: Remove all bytecode support.
6425         * expr.c, expr.h function.c, integrate.c: Likewise.
6426         * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
6427         * tree.h, varasm.c: Likewise.
6428         * config/m68k/m68k.h: Likewise.
6429         * bi-*, bc-*, bytecode*: Delete bytecode related files.
6430         * modemap.def: Likewise.
6431
6432 Tue Jan 20 09:02:31 1998  Gavin Koch  (gavin@cygnus.com)
6433
6434         * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
6435         umodsi3,umoddi3): Handle mips16 div/mod by a constant.
6436
6437 Mon Jan 19 21:57:00 1998  Richard Henderson  <rth@cygnus.com>
6438
6439         * i386.md (push): Prohibit symbolic constants if flag_pic.
6440         (movsi+1): Likewise for move to non-register.
6441
6442 Mon Jan 19 11:15:38 1998  Jim Wilson  <wilson@cygnus.com>
6443
6444         * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
6445         (print_operand): Handle 0xffffffff on 32 bit host.
6446
6447         * configure.in (thread_file): Rename uses before main loop to
6448         target_thread_file.  Initialize to empty in main loop.  Set thread_file
6449         to target_thread_file after main loop if not set.
6450         * configure: Rebuild.
6451
6452         * genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
6453         (add_values_to_cover): Revert last change (which had no ChangeLog
6454         entry).
6455         (simplify_with_current_value_aux): Handle CONST_INT.
6456
6457 Mon Jan 19 10:14:55 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6458
6459         * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
6460
6461 Mon Jan 19 10:11:52 1998  Richard Henderson  <rth@cygnus.com>
6462
6463         * configure.in: Add cpp stringify test.
6464         * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
6465         * gengenrtl.c: Use it.
6466         * configure, config.in: Rebuild.
6467
6468 Mon Jan 19 09:43:15 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6469
6470         * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
6471
6472 Mon Jan 19 09:38:18 1998  Richard Henderson  <rth@cygnus.com>
6473
6474         * configure.in: Find declaration for sbrk.
6475         * acconfig.h (NEED_DECLARATION_SBRK): New tag.
6476         * config.in, configure: Rebuild.
6477         * mips-tfile.c: Properly protect declaration of sbrk and free.
6478         * toplev.c: Properly protect declaration of sbrk.
6479
6480 Sun Jan 18 20:18:01 1998  Richard Henderson  <rth@cygnus.com>
6481
6482         * alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
6483
6484 Sun Jan 18 01:54:27 1998  Jeffrey A Law  (law@cygnus.com)
6485
6486         * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
6487
6488 Sun Jan 18 00:57:35 1998  Mike Stump  (mrs@wrs.com)
6489
6490         * configure.in (i960-wrs-vxworks): Default to latest vxworks release.
6491
6492 Sat Jan 17 23:41:36 1998  David S. Miller  <davem@tanya.rutgers.edu>
6493
6494         * combine.c (force_to_mode, nonzero_bits): Correctly optimize
6495         constant offset computations from objects with known alignment in
6496         the presence of STACK_BIAS.
6497
6498         * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
6499         necessary.
6500         (const_hash): Hash val is unsigned long.
6501         (SYMHASH): Likewise.
6502
6503         * tree.c (TYPE_HASH): Type of hash val is unsigned long.
6504
6505         * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
6506         char pointer, not HOST_WIDE_INT.
6507         (print_node): Likewise.  Also hash is unsigned long not
6508         HOST_WIDE_INT.
6509
6510         * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.
6511
6512         * explow.c (optimize_save_area_alloca): New function for targets
6513         where SETJMP_VIA_SAVE_AREA is true.
6514         (allocate_dynamic_stack_space): On SETJMP_VIA_SAVE_AREA targets,
6515         compute the amount of stack space needed should we find later that
6516         setjmp is never called by this function, stuff rtl for this inside
6517         a REG_NOTE of the final SET of stack_pointer_rtx.
6518         * toplev.c (rest_of_compilation): If SETJMP_VIA_SAVE_AREA and
6519         current_function_calls_alloca, call optimize_save_area_alloca.
6520
6521 Sat Jan 17 23:22:59 1998  John Wehle  (john@feith.com)
6522
6523         * i386.md: Remove redundant integer push patterns.
6524         Don't bother checking for TARGET_PUSH_MEMORY when
6525         pushing constants or registers.
6526
6527 Sat Jan 17 22:35:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
6528                           J.J VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
6529
6530         * pexecute.c (pexecute): New function for mingw32. Supports pipes.
6531         (pwait): New function for mingw32.
6532
6533         * gcc.c (execute): Mingw32 pexecute() supports pipes, but cygwin32
6534         pipe support is broken for now.
6535
6536 1998-01-17  Lee Iverson  <leei@Canada.AI.SRI.COM>
6537
6538         * emit_rtl.c (init_emit_once): Ensure that potential aliasing
6539         between frame_pointer_rtx, hard_frame_pointer_rtx, and
6540         arg_pointer_rtx is respected in initialization.
6541         (init_emit_once): Use gen_rtx_raw_REG() to create
6542         return_address_pointer_rtx.
6543
6544         * reorg.c: #include "expr.h" for rtx prototypes.
6545         * Makefile.in (reorg.o): Depend on expr.h
6546
6547 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6548
6549         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6550         local_prefix to sub-make invocations.
6551
6552 Sat Jan 17 21:24:16 1998  David T. McWherter <dtm@waterw.com>
6553
6554         * objc-parse.c: Recognize protocol qualifiers in class definitions.
6555
6556 Sat Jan 17 21:16:19 1998  Jeffrey A Law  (law@cygnus.com)
6557
6558         * rtl.h: Fix typos.
6559
6560         * acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
6561         * configure.in: Check for atol.
6562         * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
6563
6564         * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
6565
6566         * loop.c (find_and_verify_loops): When attempting to move insns from
6567         inside the loop outside the loop, create a BARRIER if no suitable
6568         one was found.
6569
6570         * jump.c (jump_optimize): Remove Dec 17, 1997 chance in
6571         favor of an equivalent change from gcc-2.8.
6572
6573         * i386/x-sco5 (CC): Remove trailing whitespace.
6574
6575 Sat Jan 17 21:09:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6576
6577         * gengenrtl.c (type_from_format): De-ANSIfy function signature.
6578         (accessor_from_format): Likewise.
6579         (xmalloc): New function for use when linking with alloca.o.
6580
6581 Mon Jan  5 02:53:01 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
6582
6583         * frame.c (find_fde): Correct FDE's upper bound.
6584
6585 Fri Jan 16 16:23:52 1998  Richard Henderson  <rth@cygnus.com>
6586
6587         * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
6588
6589 Fri Jan 16 10:16:10 1998  Jeffrey A Law  (law@cygnus.com)
6590
6591         * calls.c (expand_call): Move #ifdef code out of macro argument
6592         lists.
6593         (emit_library_call, emit_library_call_value): Likewise.
6594
6595 Fri Jan 16 00:46:40 1998  Jeffrey A Law  (law@cygnus.com)
6596
6597         * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
6598
6599 Thu Jan 15 01:02:30 1998  Jeffrey A Law  (law@cygnus.com)
6600
6601         * version.c: Bump for snapshot.
6602
6603 Wed Jan 14 22:49:17 1998  Richard Henderson  <rth@cygnus.com>
6604
6605         * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
6606         change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
6607         * caller-save.c, calls.c, combine.c, cse.c: Likewise.
6608         * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
6609         * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
6610         * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
6611         * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
6612         * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
6613         * unroll.c, varasm.c: Likewise.
6614         * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
6615
6616 Wed Jan 14 19:36:08 1998  Gavin Koch  (gavin@cygnus.com)
6617
6618         * mips.h: Fix some type-o's from a previous change.
6619
6620 Wed Jan 14 01:26:05 1998  Jeffrey A Law  (law@cygnus.com)
6621
6622         * loop.c (check_dbra_loop): Make sure initial value is a
6623         CONST_INT before trying to normalize it.
6624
6625 Tue Jan 13 23:27:54 1998  Robert Lipe   (robertl@dgii.com)
6626
6627         * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
6628
6629 Tue Jan 13 22:47:02 1998  Herman ten Brugge <herman@htbrug.net.HCC.nl>
6630
6631         * cppexp.c: Include gansidecl.h
6632
6633 Tue Jan 13 22:43:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6634
6635         * svr4.h (LINK_SPEC): Never specify -h.
6636         * ptx4.h (LINK_SPEC): Likewise.
6637         * rs6000/sysv4.h (LINK_SPEC): Likewise.
6638         * sparc/sol2.h (LINK_SPEC): Likewise.
6639
6640 Tue Jan 13 22:39:40 1998  Richard Henderson  (rth@cygnus.com)
6641
6642         * c-typeck.c (comptypes): Exit early on NULL input.
6643
6644         * haifa-sched.c (schedule_insns): Correctly remove inter-block
6645         dependencies after reload.
6646
6647 Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6648
6649         * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
6650
6651 Tue Jan 13 22:14:57 1998  Klaus Kaempf <kkaempf@progis.de>
6652
6653         * alpha/vms.h (DIR_SEPARATOR): define
6654
6655 Tue Jan 13 22:13:04 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
6656
6657         * Makefile.in (stamp-proto): Remove.
6658         (protoize.o, unprotoize.o): Straightforward compile.
6659         * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
6660
6661 Tue Jan 13 21:59:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
6662
6663         * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
6664         off the trailing @[NUM] added by ENCODE_SECTION_INFO.
6665
6666 Tue Jan 13 21:55:06 1998  Jeffrey A Law  (law@cygnus.com)
6667
6668         * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
6669         * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
6670         * sparc/netbsd.h, vax/netbsd.h: Likewise.
6671
6672 Tue Jan 13 21:37:07 1998  Shigeya Suzuki <shigeya@foretune.co.jp>
6673
6674         * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
6675
6676 Tue Jan 13 17:50:55 1998  Jim Wilson  <wilson@cygnus.com>
6677
6678         * configure.in (target_cpu_default, target_cpu_default2): Use double
6679         quotes around them when testing their value.
6680         * configure: Rebuilt.
6681
6682 Tue Jan 13 09:07:44 1998  John Carr  <jfc@mit.edu>
6683
6684         * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
6685         to allocate rtx.
6686         (gendef): Call obstack_alloc_rtx.
6687
6688 Tue Jan 13 01:16:36 1998   Robert Lipe (robertl@dgii.com)
6689
6690         * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
6691         for now.
6692
6693 Thu Dec 18 18:40:17 1997  Mumit Khan <khan@xraylith.wisc.edu>
6694
6695         * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
6696         of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
6697         (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
6698
6699 Tue Jan 13 00:44:02 1998  Jim Wilson  <wilson@cygnus.com>
6700
6701         * mips.md (return_internal): Change mode from SImode to VOIDmode.
6702
6703 Sat Jan 10 22:11:39 1998  J. Kean Johnston  <jkj@sco.com>
6704
6705         * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
6706         "-static".
6707
6708 Sat Jan 10 22:04:15 1998  Stan Cox  <scox@equinox.cygnus.com>
6709
6710         * i386.md: (movsicc_1, movhicc_1):  For alternate 3 set the opcode
6711         suffix from operand 3.
6712
6713 Sat Jan 10 21:50:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6714                           Jeffrey A Law  (law@cygnus.com)
6715
6716         * regmove.c: New implementation of regmove pass.
6717         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
6718         decls, make them have external linkage.  Return a value from
6719         optimize_reg_copy_1.
6720         * reload.h (count_occurrences): Add decl.
6721         * reload1.c (count_occurrences): Delete decl, make it have external
6722         linkage.
6723         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
6724
6725 Sat Jan 10 20:30:12 1998  Jeffrey A Law  (law@cygnus.com)
6726
6727         * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
6728         if it is not defined.
6729
6730 Thu Jan  8 21:06:54 1998  Richard Henderson  <rth@cygnus.com>
6731
6732         * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
6733         * emit-rtl.c (gen_rtx): Move special code to ...
6734         (gen_rtx_CONST_INT): New function.
6735         (gen_rtx_REG): New function.
6736         (*): Update all calls to gen_rtx.
6737         * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
6738         * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
6739         (GEN_INT): Call gen_rtx_CONST_INT.
6740         * gengenrtl.c: New file.
6741
6742 Mon Jan  5 13:00:18 1998  John F. Carr  <jfc@mit.edu>
6743
6744         * alias.c (*_dependence): Call base_alias_check before canon_rtx.
6745         (base_alias_check): If no base found for address call canon_rtx and
6746         try again.
6747
6748 Mon Jan  5 11:39:49 1998  Jeffrey A Law  (law@cygnus.com)
6749
6750         * mips.c (mips_expand_prologue): Handle large frame with no outgoing
6751         arguments for mips16.
6752         (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
6753         Don't lose if tsize is zero after handling large stack for mips16.
6754         * mips.md (return): For trivial return, return address is in $31.
6755
6756 Sun Jan  4 20:24:00 1998  Nigel Stephens  <nigel@algor.co.uk>
6757
6758         *  mips/mips16.S: Various changes to make it work with -msingle-float
6759         and -EL.
6760
6761 Sun Jan  4 14:25:18 1998  Gavin Koch  <gavin@cygnus.com>
6762                           Ian Lance Taylor  <ian@cygnus.com>
6763                           Jeff Law  <law@cygnus.com>
6764
6765         * mips.c, mips.h, mips.md: First cut at merging in mips16
6766         support.  Major modifications throughout all three files.
6767
6768 Sun Jan  4 01:01:50 1998  scott snyder  <snyder@d0sgif.fnal.gov>
6769
6770         * configure.in: Make gthr-default.h a forwarding header instead of
6771         a symlink.
6772
6773 Sat Jan  3 12:08:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6774
6775         * gcov-io.h: Include sys/types.h to ensure we get size_t.
6776
6777         * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
6778
6779 Fri Jan  2 23:40:09 1998  Jim Wilson  (wilson@cygnus.com)
6780                           Jeffrey A Law  (law@cygnus.com)
6781
6782         * crtstuff.c (__frame_dummy): New function for irix6.
6783         (__do_global_ctors): Call __frame_dummy for irix6.
6784         * iris6.h (LINK_SPEC): Hide __frame_dummy too.
6785
6786 Fri Jan  2 04:57:57 1998  Weiwen Liu  <liu@hepmail.physics.yale.edu>
6787
6788         * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
6789
6790 Fri Jan  2 04:34:14 1998  Richard Henderson  <rth@cygnus.com>
6791
6792         * c-decl.c (init_decl_processing): Provide proper fallback symbol
6793         for __builtin_memset.
6794         * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
6795         not INTEGER_CST.  Assert arg 3 is a constant.
6796
6797         * alpha.c (mode_width_operand): Accept 64-bit modes.
6798         (mode_mask_operand): Likewise.
6799         (print_operand): Likewise for 'M' and 'U' codes.
6800         (alpha_expand_unaligned_load): New function.
6801         (alpha_expand_unaligned_store): Likewise.
6802         (alpha_expand_unaligned_load_words): Likewise.
6803         (alpha_expand_unaligned_store_words): Likewise.
6804         (alpha_expand_block_move): Likewise.
6805         (alpha_expand_block_clear): Likewise.
6806         * alpha.h (MOVE_RATIO): New define.
6807         * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
6808         (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
6809
6810         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
6811         (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
6812
6813 Thu Jan  1 15:40:15 1998  Richard Henderson  <rth@cygnus.com>
6814
6815         * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
6816         * configure: Update.
6817
6818 Thu Jan  1 10:49:12 1998  Jeffrey A Law  (law@cygnus.com)
6819
6820         * emit-rtl.c (operand_subword): Correctly handle extracting a word
6821         from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
6822
6823         * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
6824         for first argument.
6825
6826 Wed Dec 31 14:42:18 1997  Ian Lance Taylor  <ian@cygnus.com>
6827
6828         * configure.in: Set and subsitute host_exeext.  Use it when creating
6829         the assembler and linker symlinks.
6830         * configure: Rebuild.
6831         * Makefile.in (exeext): Set to @host_exeext@.
6832         (build_exeext): New variable, set to @build_exeext@.
6833         (FLAGS_TO_PASS): Pass down build_exeext.
6834         (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
6835         programs.
6836
6837 Wed Dec 31 10:05:44 1997  Jeffrey A Law  (law@cygnus.com)
6838
6839         * mn10200.md (addsi3, subsi3): Fix thinkos.
6840
6841 Tue Dec 30 00:04:49 1997  Richard Henderson  <rth@cygnus.com>
6842
6843         * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
6844         save+restore.  Fix pic+big_offset delay slot.  Use "pic" case for
6845         unix always, since we want to be able to thunk to functions in a
6846         shared library from an application.
6847
6848 Mon Dec 29 14:37:31 1997  Ian Lance Taylor  <ian@cygnus.com>
6849
6850         * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
6851         (LIB1ASMSRC, LIB1ASMFUNCS): Define.
6852
6853 Mon Dec 29 14:03:38 1997  Jeffrey A Law  (law@cygnus.com)
6854
6855         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
6856         offset's mode is not ptr_mode, convert it.
6857
6858 Mon Dec 29 15:58:18 1997  Michael Meissner  <meissner@cygnus.com>
6859
6860         * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
6861         compiling if it was already defined.
6862
6863 Sun Dec 28 00:32:16 1997  Jeffrey A Law  (law@cygnus.com)
6864
6865         * flow.c (find_basic_blocks): Don't create a new basic block
6866         for calls in a LIBCALL block.
6867
6868 Sun Dec 28 00:30:24 1997  David Edelsohn  <edelsohn@mhpcc.edu>
6869
6870         * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
6871
6872 Sat Dec 27 22:43:12 1997  Jeffrey A Law  (law@cygnus.com)
6873
6874         * cse.c (rtx_cost): Remove conflicting default case.
6875
6876 Sat Dec 27 21:20:02 1997  Richard Henderson  <rth@cygnus.com>
6877
6878         * configure.in: Move default enabling of Haifa out of for loop.
6879         * configure: Rebuild.
6880
6881 Thu Dec 25 01:02:54 1997  Jeffrey A Law  (law@cygnus.com)
6882
6883         * version.c: Bump for snapshot.
6884
6885 1997-12-25  Teemu Torma  <tot@trema.com>
6886
6887         * Makefile.in (GTHREAD_FLAGS): New var.
6888         (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
6889         (distclean): Remove gthr-default.h.
6890
6891         * configure.in: Accept dce as a thread package.
6892         Check for thread.h and pthread.h.
6893         Link gthr-default.h to appropriate thread file and set
6894         gthread_flags.
6895         (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
6896         include multilib definitions from pa/t-dce-thr.
6897         (sparc-*-solaris2*): Enable threads by default, if thread.h or
6898         pthread.h is found, preferring posix threads over solaris ones.
6899
6900         * config/pa/t-dce-thr: New file.
6901         * config/pa/t-pa: Removed multilibs.
6902         * config/sparc/t-sol2: Ditto.
6903
6904         * gthr.h: New file.
6905         * gthr-single.h: New file.
6906         * gthr-posix.h: New file.
6907         * gthr-solaris.h: New file.
6908         * gthr-dce.h: New file.
6909         * libgcc-thr.h: Removed.
6910         * objc/thr-dce.c: New file copied from thr-decosf1.c.
6911
6912         * frame.c: Include gthr.h instead of libgcc-thr.h.
6913         * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
6914         (eh_context_initialize): If __gthread_once fails, use static eh
6915         context.
6916         (eh_context_free): Call __gthread_key_dtor.
6917
6918 Wed Dec 24 23:33:17 1997  Jeffrey A Law  (law@cygnus.com)
6919
6920         * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
6921
6922 Wed Dec 24 23:12:14 1997  Jim Wilson  <wilson@cygnus.com>
6923
6924         * cse.c (max_insn_uid): New variable.
6925         (cse_around_loop): Use max_insn_uid.
6926         (cse_main): Set max_insn_uid.
6927
6928         * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
6929         and define __LONG_MAX__ appropriately.  Add support for -mabi=X,
6930         -mlong64, and -mgp{32,64} options.
6931         * mips.c (mips_abi): Change type to int.
6932         * mips.h (enum mips_abi_type): Delete.
6933         (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
6934         (mips_abi): Change type to int.
6935
6936 Wed Dec 24 22:38:34 1997  John Carr  <jfc@mit.edu>
6937
6938         * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
6939         optimization is now always enabled.
6940
6941         * calls.c (expand_call): Recognize C++ operator new as malloc-like
6942         function.
6943
6944         * alias.c (memrefs_conflict_p): Eliminate tests now done by
6945         base_alias_check.
6946         (*_dependence): Call canon_rtx before base_alias_check.
6947         (init_alias_once): New function to precompute set of registers which
6948         can hold Pmode function arguments.
6949
6950         * rtl.h: Declare init_alias_once.
6951
6952         * toplev.c (compile_file): Call init_alias_once.
6953
6954 Wed Dec 24 22:34:55 1997  Jeffrey A Law  (law@cygnus.com)
6955
6956         * tree.c (restore_tree_status): Do not dereference a null pointer.
6957
6958 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
6959
6960         * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
6961         RLIMIT_STACK.  This maintains consistency with the recent, similar
6962         patch to cccp.c and toplev.c.
6963
6964 Tue Dec 23 05:17:28 1997  Richard Henderson  <rth@cygnus.com>
6965
6966         * genattrtab.c (expand_units): For large nr opclasses, expand
6967         function_units_used with ORX to prevent blowups.  Tag with FFS.
6968         (num_unit_opclasses): New variable.
6969         (gen_unit): Update it.
6970         (enum operator): Add ORX_OP.
6971         (operate_exp): Treat ORX as or, except don't expand across an if.
6972         Reuse number rtx's after operating on them.
6973         (check_attr_value): Accept IOR, AND, & FFS.
6974         (write_test_expr): Transmute `in_comparison' to `flags'.  Allow
6975         for attribute value caching.  Handle CONST_STRING, IF_THEN_ELSE.
6976         (write_expr_attr_cache, write_toplevel_expr): New functions.
6977         (write_attr_get): Handle FFS-tagged expressions.
6978         (make_canonical): Don't expand const attributes.
6979         (convert_const_symbol_ref): Dike out.
6980         (evaluate_eq_attr): Handle SYMBOL_REF.
6981         (main): Don't emit get_attr_foo for const attributes.
6982
6983         * alpha.c (override_options): Reinstate PROCESSOR_EV6.
6984         (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
6985         * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
6986         * alpha.md: Redo all of the scheduling, adding EV6 support, and
6987         combining function units where possible.
6988         (attr "type"): Split loads, stores, cmov into int/fp.  Combine
6989         multiplies and divides.  Add EV6 sqrt, ftoi, itof.
6990         (attr "opsize"): New attribute.
6991         (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
6992         (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
6993         to control register allocation.
6994         (movsi2-1, movdi2-1): Likewise.
6995
6996 Tue Dec 23 03:53:21 1997  Richard Henderson  <rth@cygnus.com>
6997
6998         * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
6999         MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
7000         Move OSF/1 specific defines out.
7001         * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
7002         Move Linux specific defines out.
7003         (LINK_SPEC): Genericize.
7004         (ASM_FILE_START): Emit .arch if using more than the base insn set.
7005         (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
7006         (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
7007         (HANDLE_SYSV_PRAGMA): Define.
7008         * alpha/osf.h: New file.
7009         * alpha/linux.h: Split.  Retain file-format independant defines.
7010         Import Linux bits from elf.h.
7011         (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
7012         (FUNCTION_PROFILER): _mcount takes its address in $28.
7013         (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
7014         * alpha/linux-ecoff.h: New file.
7015         * alpha/linux-elf.h: New file.
7016         * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
7017         * alpha/win-nt.h (TARGET_DEFAULT): Define.
7018         * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
7019         Add new headers as appropriate.
7020
7021         * configure.in (alpha*): Enable Haifa by default.
7022         (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
7023         * configure: Rebuild.
7024
7025 Tue Dec 23 03:14:54 1997  Richard Henderson  <rth@cygnus.com>
7026
7027         * Makefile.in (clean): Remove the stages with their objects here ...
7028         (distclean): ... instead of here.
7029
7030 Mon Dec 22 11:24:01 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7031
7032         * cse.c (rtx_cost): Add default case in enumeration switch.
7033         * fix-header.c (recognized_macro): Likewise.
7034         (recognized_extern): Likewise.
7035         (write_rbrac): Likewise.
7036         * objc/objc-act.c (encode_aggregate): Likewise.
7037         (gen_declarator): Likewise.
7038         (gen_declspecs): Likewise.
7039
7040 Mon Dec 22 09:58:51 1997  Jeffrey A Law  (law@cygnus.com)
7041
7042         * haifa-sched.c (create_reg_dead_note): Detect and handle another
7043         case where we kill more regs after sched than were killed before
7044         sched.
7045         * sched.c (create_reg_dead_note): Similarly.
7046
7047 Mon Dec 22 09:18:37 1997  Jeffrey A Law  (law@cygnus.com)
7048
7049         * c-pragma.c: Include flags.h.
7050
7051 Sun Dec 21 22:10:59 1997  Mumit Khan <khan@xraylith.wisc.edu>
7052
7053         * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
7054         about system headers.
7055         (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
7056         and also to resolve symbols in prefix.c.
7057
7058         * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
7059         between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
7060         when the definitions in auto-config.h is not visible.
7061         (HAVE_BZERO): Likewise.
7062         (HAVE_BCMP): Likewise.
7063         (HAVE_RINDEX): Likewise.
7064         (HAVE_INDEX): Likewise.
7065
7066 Sun Dec 21 21:54:22 1997  Jeffrey A Law  (law@cygnus.com)
7067
7068         * pa.c (emit_move_sequence): Handle a function label source
7069         operand.
7070
7071 Sun Dec 21 16:13:55 1997  Nick Clifton  <nickc@cygnus.com
7072
7073         * c-pragma.c (handle_pragma_token): Generate warning messages
7074         about unknown pragmas if warn_unknown_pragmas is set.
7075
7076         * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
7077         line option to set variable: warn_unknown_pragmas.
7078
7079 Sun Dec 21 15:51:10 1997  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
7080
7081         * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
7082         definition.
7083         (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
7084
7085 Sun Dec 21 13:58:39 1997  Jeffrey A Law  (law@cygnus.com)
7086
7087         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
7088         (libgcc2.a): Depend on $(DPBIT) and $(FPBIT).  Add rules to
7089         generate more fine grained floating point emulation libraries.
7090         * config/fp-bit.c: Add protecting #ifdef to all functions so
7091         that they can be compiled separately.  If !FINE_GRAINED_LIBRARIES,
7092         then compile all suitable functions.
7093         (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
7094         underscores to avoid namespace pollution.
7095         * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
7096         (FPBIT): Define.
7097         * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
7098         (FPBIT): Define.
7099         (DPBIT): Define.
7100
7101 Sat Dec 20 11:26:47 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7102                           Jeff Law  <law@cygnus.com>
7103
7104         * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
7105         of the declaration.
7106         * c-decl.c (finish_decl): Use parentheses around && within ||.
7107         * rtl.c: Include stdlib.h.
7108         (read_skip_spaces): Add parentheses around assignments used as
7109         truth values.
7110         (read_rtx): Initialize list_rtx.
7111         * cppexp.c (parse_number): Use || when operands are truth values.
7112         * alias.c (find_base_value): Add default case.
7113         (memrefs_conflict): Likewise.
7114         * combine.c (sets_function_arg_p): Likewise.
7115         * genemit.c (gen_exp): Likewise.
7116         * local-alloc.c (contains_replace_regs): Likewise.
7117         * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
7118         * fold-const.c (fold_convert): Use "&&" for truth values.
7119         (fold): Add default case.
7120         * sdbout.c (sdbout_field_types): Fix typo in declaration.
7121         (sdbout_one_type): Add default case.
7122         * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
7123         (some_operand): Add default case.
7124         (input_operand): Likewise.
7125         (signed_comparison_operator): Likewise.
7126         (divmod_operator): Likewise.
7127         (alpha_set_memflags_1): Likewise.
7128         * reload1.c (reload_cse_simplify_operands): Ensure function
7129         always returns a value.
7130         * scan-decls.c (scan_decls): Likewise.
7131         * c-lex.c (skip_white_space): Fix typo in declaraion.
7132         * c-typeck.c (comp_target_types): Add parentheses around assignment
7133         used as truth value.
7134         (print_spelling): Likewise.
7135         (constructor_implicit, constructor_result): Remove unused variables.
7136         * collect2.c (scan_library): Protect prototype with
7137         #ifdef SCAN_LIBRARIES.
7138         * emit-rtl.c (find_line_note): Fix typo in declaration.
7139         * final.c (asm_insn_count): Protect prototype with
7140         #ifdef HAVE_ATTR_length.
7141         * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
7142         (try_pre_increment_1, try_pre_increment): Likewise.
7143         * regclass.c (auto_inc_dec_reg_p): Protect prototype with
7144         #ifdef FORBIDDEN_INC_DEC_CLASSES.  Make return type explicit.
7145         * gcov-io.h (__store_long, __write_long, __read_long): Fix
7146         unsigned/signed comparisons.
7147         * gcov.c (read_files): Remove unused "first_type" variable.
7148         (scan _for_source_files): Initialize s_ptr.
7149         (function_summary): Eliminate "%lf" formatting, use %ld for
7150         longs.
7151         (output_data): Initialize branch_probs and last_line_num.
7152         Eliminate "%lf" formatting, use "%ld" for longs.
7153
7154 Fri Dec 19 17:31:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7155
7156         * mips16.S: New file.
7157
7158         * libgcc2.c (varargs): Handle mips16.
7159
7160         * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
7161         expression.
7162         * stmt.c (expand_end_case): Likewise.
7163         * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
7164         * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
7165         * rs6000.h, sh.h, tahoe.h, v850.h, vax.h: Likewise.
7166
7167 Tue Dec 16 15:14:09 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7168
7169         * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
7170         the build directory.
7171         (libobjc.a): Update dependency list.
7172         (libobjc.dll): Likewise.  Use libobjc_entry.o from the build
7173         directory.
7174         (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
7175         (objc.mostlyclean): Remove runtime-info.h.
7176
7177 Fri Dec 19 00:19:42 1997  Richard Henderson  <rth@cygnus.com>
7178
7179         * tree.c (build_range_type): Allow creation of ranges with no maximum.
7180         * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
7181         * dwarf2out.c (add_subscript_info): Likewise.
7182         * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
7183         * sdbout.c (plain_type_1): Likewise.
7184         * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
7185         Likewise.
7186         * fold-const.c (int_const_binop, fold_convert, make_range, fold):
7187         Likewise.
7188
7189 Thu Dec 18 17:05:10 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7190
7191         * mips.c (fatal): Remove declaration.
7192
7193 1997-12-18  Mark Mitchell  <mmitchell@usa.net>
7194
7195         * integrate.c (get_label_from_map): New function.
7196         (expand_inline_function): Use it.  Initialize the label_map to
7197         NULL_RTX instead of gen_label_rtx.
7198         (copy_rtx_and_substitute): Use get_label_from_map.
7199         * integrate.h (get_label_from_map): New function.
7200         (set_label_from_map): New macro.
7201         * unroll.c (unroll_loop): Use them.
7202         (copy_loop_body): Ditto.
7203
7204 Thu Dec 18 19:19:57 1997  Ian Lance Taylor  <ian@cygnus.com>
7205
7206         * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
7207         (INIT_TARGET_OPTABS): Define.
7208         * mips/ecoff.h: Include gofast.h before mips.h.
7209         (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
7210         * mips/elf64.h: Likewise.
7211         * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
7212
7213 Thu Dec 18 14:51:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
7214
7215         * except.c: Remove register_exception_table{,_p}.
7216
7217 Thu Dec 18 14:57:29 1997  Gavin Koch  <gavin@cygnus.com>
7218
7219         * unroll.c (calculate_giv_inc): Handle constant increment found in
7220         a MEM with an appropriate REG_EQUAL note.
7221
7222         * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
7223
7224         * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
7225         frame pointer in the prologue.
7226
7227 Thu Dec 18 00:19:38 1997  Robert Lipe <robertl@dgii.com>
7228
7229         * i386/x-sco5 (CLIB) Deleted.  (ALLOCA) Added.
7230         * i386/xm-sco5.h  (USE_C_ALLOCA) Added.
7231
7232 Tue Dec 16 18:51:00 1997  Bill Moyer <billm@cygnus.com>
7233
7234         * config/m68k/m68k.c (output_function_prologue): Typecast
7235         dwarf2out_cfi_label to (char *).
7236         * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
7237
7238 Wed Dec 17 15:06:04 1997  Richard Henderson  <rth@cygnus.com>
7239
7240         * sparc.md (jump): Don't use the annul bit around an empty loop.
7241         Patch from Kevin.Kelly@East.Sun.COM.
7242
7243 Wed Dec 17 00:51:36 1997  Stan Cox (scox@cygnus.com)
7244
7245         * jump.c: (jump_optimize): Don't use the return register as a
7246         source1 of a conditional move.
7247
7248 Tue Dec 16 23:45:40 1997  Richard Henderson  <rth@cygnus.com>
7249
7250         * sparc.c (DF_MODES): Or the mask not the bit number.
7251         (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
7252
7253 Wed Dec 17 00:13:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
7254
7255         * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
7256
7257 Tue Dec 16 23:44:54 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7258
7259         * fixincludes (size_t): Add support for Motorola's stdlib.h
7260         which fails to provide a definition for size_t.
7261         (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
7262         (strlen,strspn,strcspn return value): Handle different layout on sysV88.
7263         (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
7264
7265         * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
7266         prevent unresolved externals in libio.
7267         * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
7268
7269 Tue Dec 16 23:25:45 1997  H.J. Lu  (hjl@gnu.org)
7270
7271         * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
7272         (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
7273         (LIB_SPEC): Updated for glibc 2.
7274
7275 Tue Dec 16 20:11:36 1997  Jeffrey A Law  (law@cygnus.com)
7276
7277         * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
7278         * ginclude/varargs.h: Likewise.
7279
7280 Tue Dec 16 00:32:01 1997  Jeffrey A Law  (law@cygnus.com)
7281
7282         * version.c: Bump for snapshot.
7283
7284 Tue Dec 16 00:14:29 1997  H.J. Lu  (hjl@gnu.org)
7285
7286         * frame.h (__register_frame, __register_frame_table,
7287         __deregister_frame): New.
7288         * frame.c (__register_frame, __register_frame_table,
7289         __deregister_frame): New.
7290         * frame.c (__deregister_frame_info): Return void *.
7291         * frame.h (__deregister_frame_info): Ditto.
7292         * collect2.c (__deregister_frame_info): Ditto.
7293
7294 Mon Dec 15 18:40:08 1997  Richard Henderson  <rth@cygnus.com>
7295
7296         * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
7297
7298 Mon Dec 15 18:31:43 1997  Richard Henderson  <rth@cygnus.com>
7299
7300         * alpha.c (alpha_cpu_name): New variable.
7301         (alpha_mlat_string): Likewise.
7302         (alpha_memory_latency): Likewise.
7303         (override_options): Handle -mmemory-latency.
7304         (alpha_adjust_cost): Adjust load cost for latency.
7305         * alpha.h (TARGET_OPTIONS): Add meory-latency.
7306         (REGISTER_MOVE_COST): Define in terms of memory_latency.  Take
7307         TARGET_CIX into account.
7308         (MEMORY_MOVE_COST): Define in terms of memory_latency.
7309         * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
7310
7311         * alpha.h (ASM_COMMENT_START): New macro.
7312
7313 Mon Dec 15 17:48:05 1997  Richard Henderson  <rth@cygnus.com>
7314
7315         * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
7316         dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
7317
7318         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
7319         SUBREG_REG if the word count is unchanged.
7320         * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
7321         subregs of identical word size for push_reload.
7322
7323 Mon Dec 15  Mark Mitchell  <mmitchell@usa.net> 11:41:32 1997
7324
7325         * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
7326         if all we're doing is dealing with -Wreturn-type.
7327
7328 Mon Dec 15 09:44:39 1997  Richard Henderson  <rth@cygnus.com>
7329
7330         * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
7331         Use and 255 instead of zapnot 1, since it schedules better.
7332
7333 Mon Dec 15 08:48:24 1997  Jeffrey A Law  (law@cygnus.com)
7334
7335         * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
7336         it as volatile.
7337
7338 Mon Dec 15 00:04:48 1997  Jeffrey A Law  (law@cygnus.com)
7339
7340         * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
7341         dependency we delete.  Properly update prev for multiple consecutive
7342         deletions.
7343         (priority): Skip deleted dependence.
7344
7345 Fri Dec 12 18:54:23 1997  Per Bothner  <bothner@cygnus.com>
7346
7347         * expr.c (expand_builtin):  Support BUILT_IN_FMOD - just call fmod.
7348
7349 Fri Dec 12 01:19:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7350
7351         * flow.c (flow_analysis): Be consistent with find_basic_blocks in
7352         determining when a new basic block starts.
7353
7354         * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
7355
7356         * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
7357         * pa.md (iorsi3): Add missing args to *_operand calls.
7358
7359         * except.c (call_get_eh_context): Don't mess with sequences.
7360         (emit_eh_context): Include the call in the sequence here.
7361
7362 1997-12-11  Paul Eggert  <eggert@twinsun.com>
7363
7364         * collect2.c (write_c_file_glob): Allocate initial frame object
7365         in static storage and pass its address.
7366
7367 Thu Dec 11 23:33:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7368
7369         * except.c (call_get_eh_context): Don't take a parm.
7370         Put the call at the top of the function.
7371         (emit_eh_context): Adjust.
7372         (get_eh_context): Replace with former use_eh_context.
7373         (get_eh_context_once, get_saved_pc_ref): Remove.
7374         (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
7375         * except.h: Adjust.
7376         * integrate.c (expand_inline_function): Adjust.
7377         * toplev.c (rest_of_compilation): Don't call emit_unwinder.
7378
7379 Fri Oct 10 17:58:31 CEST 1997  Marc Lehmann <pcg@goof.com>
7380
7381         * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
7382         (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
7383
7384 Thu Dec 11 23:55:17 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7385
7386         * fixincludes (strlen,strspn,strcspn return value): Handle different
7387         layout on sysV88.
7388         (hypot): Provide a fake for hypot which is broken on
7389         m88k-motorola-sysv3.
7390
7391 Thu Dec 11 23:50:17 1997  John F. Carr  <jfc@mit.edu>
7392
7393         * tree.c, tree.h: Change tree_code_type, tree_code_length, and
7394         tree_code_name from pointers to arrays.
7395         * tree.c: Remove standard_tree_code_* variables, no longer used.
7396         * print-tree.c: Remove declaration of tree_code_name.
7397
7398         * cp/lex.c (init_lex): Update for tree_code_* changes.
7399         * objc/objc-act.c (init_objc): Likewise.
7400
7401         * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
7402         changes.
7403
7404 Thu Dec 11 23:34:54 1997  Fred Fish  <fnf@ninemoons.com>
7405
7406         * config.sub: Add support for BeOS target.
7407         * configure.in: Likewise.
7408         * ginclude/stdarg.h: Likewise.
7409         * ginclude/stddef.h: Likewise.
7410         * ginclude/varargs.h: Likewise.
7411         * rs6000/beos.h: New file for BeOS.
7412         * rs6000/t-beos: Likewise.
7413         * rs6000/x-beos: Likewise.
7414         * rs6000/xm-beos.h: Likewise.
7415         * toplev.c (get_run_time): Just return 0 on BeOS.
7416
7417 Thu Dec 11 23:25:23 1997  Jeffrey A Law  (law@cygnus.com)
7418                           Toon Moene  (toon@moene.indiv.nluug.nl)
7419
7420         * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
7421         old and broken Sun3 assemblers.  Newer versions handle large
7422         offsets correctly as does the GNU assembler.
7423
7424 Thu Dec 11 23:06:48 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7425
7426         * objc/objc-act.c (lang_report_error_function): Disable.
7427         * objc/objc-parse.y: Include "output.h".
7428         (yyerror): Remove redundant decl.
7429         (yyprint): Fix prototype.
7430         (apply_args_register_offset): Remove redundant decl.
7431         (get_file_function_name): Likewise.
7432
7433 Thu Dec 11 22:02:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7434
7435         * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
7436         a new basic block.
7437         (find_basic_blocks_1): Likewise.
7438
7439 Thu Dec 11 21:08:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7440
7441         * except.c (use_eh_context): Don't copy_rtx a REG.
7442         (emit_throw): Lose old unwinder support.
7443         (expand_internal_throw): Likewise.
7444         * libgcc2.c (struct eh_context): Likewise.
7445         (new_eh_context): Likewise.
7446         (__get_eh_info): Lose redundant cast.
7447         (__get_dynamic_handler_chain): Likewise.
7448         (__get_saved_pc): Lose.
7449         Lose all old unwinder support code.
7450
7451 Thu Dec 11 20:42:18 1997  Teemu Torma  <tot@trema.com>
7452
7453         Thread-safe EH support for pthreads, DCE threads and Solaris threads.
7454
7455         * integrate.c (expand_inline_function): If the inline fn uses eh
7456         context, make sure that the current fn has one.
7457         * toplev.c (rest_of_compilation): Call emit_eh_context.
7458         * except.c (use_eh_context): New fn.
7459         (get_eh_context_once): New fn.
7460         (call_get_eh_context): New fn.
7461         (emit_eh_context): New fn.
7462         (get_eh_context): Call either get_eh_context_once or
7463         call_get_eh_context, depending on what we have.
7464         (get_dynamic_handler_chain): Call get_eh_context_once.
7465         * except.h: Prototypes for fns above.
7466         * optabs.c (get_eh_context_libfunc): Removed.
7467         (init_optabs): Don't initialize it.
7468         * expr.h (get_eh_context_libfunc): Removed.
7469         * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
7470         * config/pa/pa.h (CPP_SPEC): Support for -threads.
7471         * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
7472         * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
7473         New multilib for -threads.
7474         * config/sparc/t-sol2: Added multilibs for -threads and
7475         made -pthreads alias to it.
7476         * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
7477         Added -threads and -pthreads options.
7478         * libgcc-thr.h: New file.
7479         * libgcc2.c: (__get_cpp_eh_context): Removed.
7480         (struct cpp_eh_context): Removed.
7481         (struct eh_context): Replaced cpp_eh_context with generic language
7482         specific pointer.
7483         (__get_eh_info): New function.
7484         (__throw): Check eh_context::info.
7485         (__sjthrow): Ditto.
7486         * libgcc2.c: Include libgcc-thr.h.
7487         (new_eh_context, __get_eh_context,
7488         eh_pthread_initialize, eh_context_initialize, eh_context_static,
7489         eh_context_specific, eh_context_free): New functions.
7490         (get_eh_context, eh_context_key): New variables.
7491         (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
7492         get_eh_context to get the context.
7493         (longjmp): Move the declaration inside
7494         #ifdef DONT_USE_BUILTIN_SETJMP.
7495         * frame.c: Include libgcc-thr.h.
7496         (object_mutex): Mutex to protect the object list.
7497         (find_fde, __register_frame, __register_frame_table,
7498         __deregister_frame): Hold the lock while accessing objects.
7499         * except.h (get_eh_context): Declare.
7500         * except.c (current_function_ehc): Define.
7501         (current_function_dhc, current_function_dcc): Removed.
7502         (get_eh_context): New function.
7503         (get_dynamic_handler_chain): Use get_eh_context.
7504         (get_saved_pc_ref): Ditto.
7505         (get_dynamic_cleanup_chain): Removed references to
7506         current_function_dcc.
7507         (save_eh_status, restore_eh_status): Save and restore
7508         current_function_ehc instead.
7509         * optabs.c (get_eh_context_libfunc): New variable.
7510         (init_optabs): Initialize it.
7511         * expr.h: Declare get_eh_context_libfunc.
7512         * function.h (struct function): Replaced dhc and dcc with ehc.
7513         * except.c (get_saved_pc_ref): New functions.
7514         (eh_saved_pc_rtx, eh_saved_pc): Deleted.
7515         (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
7516         of eh_saved_pc.
7517         (end_eh_unwinder): Likewise.
7518         (init_eh): Remove initialization of eh_saved_pc.
7519         * optabs.c (get_saved_pc_libfunc): New variable.
7520         (init_optabs): Initialize it.
7521         * expr.h: Declare get_saved_pc_libfunc.
7522         * except.h (eh_saved_pc_rtx): Deleted.
7523         (get_saved_pc_ref): Declared.
7524
7525         From Scott Snyder <snyder@d0sgif.fnal.gov>:
7526         * libgcc2.c (__get_saved_pc): New.
7527         (__eh_type, __eh_pc): Deleted.
7528         (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
7529         (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
7530         this fcn.
7531
7532 Thu Dec 11 17:23:48 1997  John F. Carr  <jfc@mit.edu>
7533
7534         * sparc/sol2.h: Use 64 bit multiply and divide functions in
7535         Solaris libc.  Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
7536         as 0.
7537
7538         * rtl.h (global_rtl): New variable, replacing separate variables for
7539         commonly used rtl.
7540         (const_int_rtx): Now array of rtx_def, not rtx.
7541         * emit-rtl.c: Update for new rtl data structures.
7542         * genattrtab.c: Define global_rtl.
7543
7544 Thu Dec 11 15:50:29 1997 David Edelsohn  <edelsohn@mhpcc.edu>
7545
7546         * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
7547         default.
7548
7549 Wed Dec 10 12:30:18 1997  Anthony Green  <green@cygnus.com>
7550
7551         * crtstuff.c (__do_global_ctors): Fix typo.
7552
7553 Tue Dec  9 09:43:59 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7554
7555         * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
7556         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
7557
7558 Tue Dec  9 09:38:58 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7559
7560         * rs6000.h (FUNCTION_ARG_PADDING): Define.
7561         * rs6000.c (function_arg_padding): New function.
7562
7563 Tue Dec  9 10:34:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7564
7565         * m68k.c: Include tree.h only once.
7566
7567 Tue Dec  9 09:32:33 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7568
7569         * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
7570
7571 Tue Dec  9 01:16:06 1997  Jeffrey A Law  (law@cygnus.com)
7572
7573         * Partially cleaned up prototyping code from HJ.
7574         * tree.h: Add many prototypes.
7575         * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
7576         All references changed.
7577         * rtl.h: Protect from multiple inclusions.  Add many prototypes.
7578
7579 Tue Dec  9 01:15:15 1997  Fred Fish  <fnf@ninemoons.com>
7580
7581         * libgcc2.c (string.h): Hoist inclusion to occur before first use of
7582         string functions like strlen.
7583
7584 Tue Dec  9 00:57:38 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7585
7586         * configure.in: Check for functions getrlimit and setrlimit.
7587         * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
7588         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
7589
7590 Mon Dec  8 23:53:26 1997  Jay Sachs <sachs@bull.cs.williams.edu>
7591
7592         * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
7593
7594 Mon Dec  8 21:03:28 1997  Richard Henderson  <rth@cygnus.com>
7595
7596         * alpha.c (REG_RA, alpha_return_addr, output_epilog):
7597         Fix merge problems.
7598
7599         * alpha.c (override_options): Don't know about scheduling for EV6.
7600         * alpha.md (ev5 function units): Don't overload as ev6.
7601
7602         * alpha.c (alpha_adjust_cost): Simplify.  Fix typo in ev5 mult case.
7603         * alpha.md (define_attr type): Add mvi.
7604         (ev5_e0): Define sceduling parameters for it.
7605         (TARGET_MAX insns): Type is mvi not shift.
7606
7607 Mon Dec  8 18:15:00 1997  Richard Henderson  <rth@cygnus.com>
7608
7609         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
7610
7611 Mon Dec  8 21:17:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7612
7613         * cstamp-h, auto-config.h: Delete.
7614
7615 Sun Dec  7 19:19:03 1997  Jeffrey A Law  (law@cygnus.com)
7616
7617         * version.c: Bump for snapshot.
7618
7619 Sat Dec  6 22:22:22 1997  Jeffrey A Law  (law@cygnus.com)
7620
7621         * cccp.c: Fix typo brought over in merge.
7622
7623         * Merge in changes from gcc-2.8.
7624
7625 Mon Nov  3 05:45:32 1997  Philippe De Muyter  <phdm@macqel.be>
7626
7627         * m68k.c: Include tree.h for dwarf2out_cfi_label.
7628
7629         * gcc.c (process_command): Do not take address of function fatal when
7630         calling lang_specific_driver.
7631
7632 Sat Dec  6 01:02:38 1997  Mumit Khan  <khan@xraylith.wisc.edu>
7633
7634         * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
7635         doesn't work with it yet, so set it to 0.
7636         * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
7637
7638 Sat Dec  6 01:01:02 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
7639
7640         * cse.c (cse_insn): Check for invalid entries when taking references.
7641
7642 Fri Dec  5 18:26:25 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7643
7644         * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
7645         (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
7646         * toplev.c (rest_of_compilation): Pass it.  Remove code to
7647         save / clear / restore flag_unroll_{,all_}loops.
7648
7649 Fri Dec  5 16:26:03 1997  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
7650
7651         * i386.c (notice_update_cc): Remove bogus pentium GCC code.
7652
7653 Fri Dec  5 16:25:14 1997  Jeffrey A Law  (law@cygnus.com)
7654
7655         * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
7656
7657 Thu Dec  4 11:51:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
7658
7659         * except.c (get_dynamic_handler_chain): Only make the call once per
7660         function.
7661
7662         * except.c (expand_end_all_catch): Fix for sjlj exceptions.
7663
7664 Thu Dec  4 12:30:40 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7665
7666         * sh.c (final_prescan_insn): Use local label prefix
7667         when emitting .uses pseudo-ops.
7668
7669 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
7670
7671         * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
7672         * except.c: Lose outer_context_label_stack.
7673         (expand_eh_region_end): Rethrow from outer_context here.
7674         (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
7675         (expand_internal_throw): Take no args.
7676         (expand_internal_throw_indirect): Lose.
7677         (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
7678         (expand_start_all_catch): Start a rethrow region.
7679         (expand_end_all_catch): End it.
7680         (expand_rethrow): New fn.
7681         * except.h: Reflect above changes.
7682         * flow.c: Revert change of Nov 27.
7683
7684 Thu Dec  4 00:24:09 1997  Jeffrey A Law  (law@cygnus.com)
7685
7686         * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
7687
7688 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
7689
7690         * except.c (expand_fixup_region_end): New fn.
7691         (expand_fixup_region_start): Likewise.
7692         (expand_eh_region_start_tree): Store cleanup into finalization here.
7693         * stmt.c (expand_cleanups): Use them to protect fixups.
7694
7695 Wed Dec  3 11:41:13 1997  Gavin Koch  <gavin@cygnus.com>
7696
7697         * mips/mips.md (muldi3_r4000): Broaden the output template
7698         and attribute assignments to handle three operand dmult;
7699         rename to muldi3_internal2.
7700         (muldi3): Call the new muldi3_internal2 for R4000, and
7701         any GENERATE_MULT3 chip.
7702
7703 Tue Dec  2 19:40:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
7704
7705         * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
7706
7707 Tue Dec  2 12:54:33 1997  Jim Wilson  <wilson@cygnus.com>
7708
7709         * unroll.c (find_splittable_givs):  Remove last change.  Handle givs
7710         with a dest_reg that was created by loop.
7711
7712 Sat Nov 29 12:44:57 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7713
7714         * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
7715
7716         * rs6000/aix41.h (ASM_CPU_SPEC): Define.
7717
7718 Fri Nov 28 10:00:27 1997  Jeffrey A Law  (law@cygnus.com)
7719
7720         * configure.in: Fix NCR entries.
7721
7722 Thu Nov 27 12:20:19 1997  Jeffrey A Law  (law@cygnus.com)
7723
7724         * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
7725         nested exceptions correctly.
7726
7727         * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
7728         that was created by loop.
7729
7730 Thu Nov 27 09:34:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
7731
7732         * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
7733
7734         * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
7735
7736 Wed Nov 26 15:47:30 1997  Michael Meissner  <meissner@cygnus.com>
7737
7738         * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
7739         (print_operand): Use SMALL_DATA_REG for the register involved in
7740         small data relocations.
7741         (print_operand_address): Ditto.
7742
7743         * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
7744         -dynamic linker is not used.
7745
7746         * rs6000.md (call insns): For local calls, use @local suffix under
7747         System V.  Don't use @plt under Solaris.
7748
7749         * rs6000.c (output_function_profiler): Put label address in r0, and
7750         store LR in 4(sp) for System V/eabi.
7751
7752         * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
7753         byte boundary, and maintain stack backchain.
7754
7755 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
7756
7757         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
7758         fix_truncsfdi2): Change *.
7759
7760 Wed Nov 26 11:12:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
7761
7762         * toplev.c (main): Complain about -gdwarfn.
7763
7764 Tue Nov 25 22:43:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
7765
7766         * dwarfout.c (output_type): If finalizing, write out nested types
7767         of types we've already written.
7768
7769 Tue Nov 25 20:32:24 1997  Michael Meissner  <meissner@cygnus.com>
7770
7771         (patches originally from Geoffrey Keating)
7772         * rs6000.c (function_arg): Excess floating point arguments don't
7773         go into GPR registers after exhausting FP registers under the
7774         System V.4 ABI.
7775         (function_arg_partial_nregs): Ditto.
7776
7777         * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
7778         suffix to calls.
7779
7780 Tue Nov 25 23:37:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
7781
7782         * integrate.c (output_inline_function): Just unset DECL_INLINE.
7783
7784 Tue Nov 25 23:33:29 1997  scott snyder  <snyder@d0sgif.fnal.gov>
7785
7786         * dwarf2out.c (outout_call_frame_info): Ensure that the info has
7787         proper alignment.
7788
7789         * libgcc2.c (__throw): Initialize HANDLER.
7790
7791 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
7792
7793         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
7794         fix_truncsfdi2): Change *X to ?*X.
7795
7796 Tue Nov 25 10:00:42 1997  Richard Henderson  (rth@cygnus.com)
7797
7798         * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
7799
7800 Tue Nov 25 10:00:42 1997  Jeffrey A Law  (law@cygnus.com)
7801
7802         * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
7803
7804 Tue Nov 25 01:26:55 1997  Bruno Haible <haible@ilog.fr>:
7805
7806         * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
7807
7808 Mon Nov 24 22:41:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
7809
7810         * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
7811         * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
7812         * expr.h: Likewise.
7813
7814 Sat Nov 22 18:58:20 1997  Jeffrey A Law  (law@cygnus.com)
7815
7816         * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
7817         * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
7818         gas and not using the new HP assembler.
7819
7820 Fri Nov 21 15:20:05 1997  Jeffrey A Law  (law@cygnus.com)
7821
7822         * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
7823         (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
7824
7825 Fri Nov 21 19:37:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7826
7827         * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
7828         TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
7829         definition.
7830
7831 Fri Nov 21 12:49:56 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
7832
7833         * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
7834
7835 Fri Nov 21 12:18:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
7836
7837         * except.h: Add outer_context_label_stack.
7838         * except.c: Likewise.
7839         (expand_start_all_catch): Push the outer_context for the try block
7840         onto outer_context_label_stack.
7841         (expand_end_all_catch): Use it and pop it.
7842
7843 Fri Nov 21 10:13:11 1997  Robert Lipe (robertl@dgii.com)
7844
7845         * i386/sco5.h (HAVE_ATEXIT): Revert last change.
7846
7847 Thu Nov 20 16:11:50 1997  Richard Henderson  <rth@cygnus.com>
7848
7849         * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
7850
7851 Thu Nov 20 16:11:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7852
7853         * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
7854         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7855
7856 Thu Nov 20 14:42:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
7857
7858         * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
7859         * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
7860         __builtin_delete, and __builtin_vec_delete.
7861
7862         * except.c (output_exception_table): Don't bother with
7863         __EXCEPTION_END__.
7864
7865 Thu Nov 20 16:11:50 1997  Jeffrey A Law  (law@cygnus.com)
7866
7867         * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
7868         is an in/out operand.
7869         (zero extended variants of stwm/stwm patterns): Similarly.
7870
7871         * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
7872
7873 Thu Nov 20 13:19:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7874
7875         * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
7876         Use assemble_name.
7877         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
7878         (output_call_frame_info): Emit a \n after using it.
7879
7880 Thu Nov 20 00:38:46 1997  Dave Love  <d.love@dl.ac.uk>
7881
7882         * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
7883
7884 Wed Nov 19 12:03:04 1997  Philippe De Muyter  <phdm@macqel.be>
7885
7886         * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
7887         (ASM_OUTPUT_DWARF_VALUE4): New macro.
7888         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
7889         defined.
7890         (output_call_frame_info): Do not output forward label differences
7891         if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
7892         * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
7893
7894 Tue Nov 18 23:03:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7895
7896         * sh.md (attribute "type"): Add nil.
7897         (movsi_ie): y/y alternative is type nil.
7898         (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
7899         alternatives.
7900         (movsf_ie+1): Delete.
7901
7902 Tue Nov 18 15:39:59 1997  Jim Wilson  <wilson@cygnus.com>
7903
7904         * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
7905         large_int, emit two insns instead of one splitable insn.
7906         * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
7907         from cfa_temp_value, use cfa_offset.  Add assert checking that
7908         cfa_reg is SP.
7909
7910 Mon Nov 17 15:35:38 1997  Tom Tromey  <tromey@cygnus.com>
7911
7912         * cccp.c (deps_output): Properly quote file names for make.
7913
7914 Mon Nov 17 13:21:40 1997  Jeffrey A Law  (law@cygnus.com)
7915
7916         * t-h8300 (MULTILIB_EXCEPTIONS): Define.
7917
7918 Fri Nov  7 15:33:11 1997  Robert Lipe (robertl@dgii.com)
7919
7920         * i386/sco5.h (HAVE_ATEXIT): Delete definition.
7921
7922 Sun Nov 16 23:52:48 1997  Jeffrey A Law  (law@cygnus.com)
7923
7924         * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
7925         return.
7926         (cse_end_of_basic_block): Similarly.
7927
7928 Sun Nov 16 23:01:40 1997  J. Kean Johnston  <jkj@sco.com>
7929
7930         * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
7931         (SELECT_RTX_SECTION): Define.
7932         (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
7933
7934 Sun Nov 16 22:47:03 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7935
7936         * Makefile.in (compare, compare-lean): Define $stage for each
7937         shell command.
7938         (gnucompare, gnucompare-lean): Likewise.
7939
7940 Sun Nov 16 22:02:16 1997  Richard Henderson  (rth@cygnus.com)
7941
7942         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
7943
7944         * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
7945         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7946
7947 Fri Nov 14 09:09:20 1997  Fred Fish  (fnf@cygnus.com)
7948
7949         * dwarfout.c (byte_size_attribute):  Add local var upper_bound
7950         and add case to handle STRING_TYPE.
7951         * dwarfout.c (output_string_type_die):  Fix code to generate
7952         correct string length attribute for fixed length strings.
7953         Still needs support for varying length strings.
7954
7955 Fri Nov 14 08:46:56 1997  Jeffrey A Law  (law@cygnus.com)
7956
7957         * toplev.c (get_run_time): Do something sensible for cygwin32.
7958
7959 Fri Nov 14 07:24:20 1997  Richard Henderson  <rth@cygnus.com>
7960
7961         * expr.c (expand_builtin_setjmp): Set
7962         current_function_has_nonlocal_label.
7963         * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
7964         call-saved registers across calls.
7965
7966         * alpha.md (exception_receiver): Remove.
7967         (nonlocal_goto_receiver_osf): New
7968         (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
7969         (nonlocal_goto_receiver): New, select _osf or _vms.
7970
7971         * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
7972         keep them from being propogated to the object file.
7973         (alpha_write_linkage): Likewise.
7974         * alpha.md (call_vms): Likewise.
7975         (call_value_vms): Likewise.
7976         (unnamed osf call insns): Likewise.
7977
7978         * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
7979         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
7980
7981         * alpha.c (call_operand): Any reg is valid for WinNT.
7982         * alpha.md (call_nt, call_value_nt): Don't force address into $27.
7983         (anon nt calls): Add 'R' alternative.
7984         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
7985         INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
7986
7987 Fri Nov 14 06:59:33 1997  Jeffrey A Law  (law@cygnus.com)
7988
7989         * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
7990
7991         * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
7992         * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7993         * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7994
7995 Thu Nov 13 20:37:33 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7996
7997         * reload1.c (new_spill_reg): Improve fixed or forbidden register
7998         spill error message.
7999
8000 Thu Nov 13 20:29:08 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8001
8002         * prefix.c: Use stdarg.h only ifdef __STDC__.  Otherwise,
8003         use varargs.h.  Wrap header with <>, not "".
8004
8005 Thu Nov 13 20:21:17 1997  Jeffrey A Law  (law@cygnus.com)
8006
8007         * integrate.c (save_for_inline_copying): Add return value from
8008         savealloc.
8009
8010 Thu Nov 13 19:12:33 1997  Brendan Kehoe  <brendan@cygnus.com>
8011
8012         * fixincludes: Be a little more restrictive on what we will
8013         substitute to replace definitions of MAXINT for HPUX.
8014
8015 Thu Nov 13 18:41:02 1997  Michael Meissner  <meissner@cygnus.com>
8016
8017         * dbxout.c (dbxout_symbol_location): Don't assume that variables
8018         whose address is the stack or argument pointers are indirect
8019         pointers.
8020
8021 1997-11-13  Paul Eggert  <eggert@twinsun.com>
8022
8023         * cccp.c, cpplib.c (compare_defs):
8024         Don't complain about arg name respellings unless pedantic.
8025         * cpplib.c (compare_defs): Accept pfile as new arg.
8026         All callers changed.
8027
8028 Thu Nov 13 23:33:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8029
8030         * fold-const.c (fold_truthop): Fix bug in last change.
8031
8032 1997-11-13  Paul Eggert  <eggert@twinsun.com>
8033
8034         Fix some confusion with IEEE minus zero.
8035
8036         * real.h (REAL_VALUES_IDENTICAL): New macro.
8037
8038         * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
8039         * fold-const.c (operand_equal_p): Don't consider -0.0 to be
8040         identical to 0.0.
8041         * tree.c (simple_cst_equal): Don't consider -0.0 to have the
8042         same tree structure as 0.0.
8043
8044         * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
8045         macro instead of doing it by hand.
8046
8047 Thu Nov 13 16:56:14 1997  Jeffrey A Law  (law@cygnus.com)
8048
8049         * v850/lib1funcs.asm: Minor whitespace changes.
8050         * v850.c: Fix minor formatting problems in many places.
8051         (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
8052
8053 Thu Nov 13 12:53:44 1997  Jim Wilson  <wilson@cygnus.com>
8054
8055         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
8056         xplus1 when xplus0 is not a register.
8057
8058 Thu Nov 13 11:41:42 1997  Jeffrey A Law  (law@cygnus.com)
8059
8060         * flow.c (find_basic_blocks): During marking phase, if we encounter
8061         an insn with a REG_LABEL note, make the target block live and
8062         create an edge from the insn to the target block.  Do not make
8063         edges from all blocks to the target block.
8064
8065         * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
8066
8067         * confiugre.in: Tweak NCR entries.
8068         * configure: Rebuilt.
8069
8070 Thu Nov 13 11:07:41 1997  Michael Meissner  <meissner@cygnus.com>
8071
8072         * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
8073         pick apart floating point values, instead of using CONST_DOUBLE_LOW
8074         and CONST_DOUBLE_HIGH.
8075
8076         * rs6000.md (define_splits for DF constants): Use the appropriate
8077         REAL_VALUE_* interface to pick apart DF floating point constants in
8078         a machine independent fashion.
8079
8080 Thu Nov 13 00:06:58 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8081
8082         * fold-const.c (fold_truthop): When changing a one-bit comparison
8083         against zero into a comparison against mask, do a proper sign
8084         extension.
8085
8086 Wed Nov 12 09:37:01 1997  Jeffrey A Law  (law@cygnus.com)
8087
8088         * except.c: Do not include "assert.h".
8089         (save_eh_status): Turn asserts into conditional aborts.
8090         (restore_eh_status, scan_region): Likewise.
8091         * dwarfout.c: Do not include "assert.h".
8092         (bit_offset_attribute): Turn asserts into conditional aborts.
8093         (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
8094         (output_inlined_structure_type_die): Likewise.
8095         (output_inlined_union_type_die): Likewise
8096         (output_tagged_type_instantiation): Likewise.
8097         (dwarfout_file_scope_decl): Likewise.
8098         * dwarf2out.c: Do not include "assert.h"
8099         (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
8100         (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
8101         (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
8102         (add_bit_size_attribute, scope_die_for): Likewise.
8103         (output_pending_types_for_scope): Likewise.
8104         (get_inlined_enumeration_type_die): Likewise.
8105         (get_inlined_structure_type_die): Likewise.
8106         (get_inlined_union_type_die, gen_subprogram_die): Likewise.
8107         (gen_tagged_type_instantiation_die): Likewise.
8108
8109         * flow.c (find_basic_blocks): Refine further to get a more correct
8110         cfg, especially in the presense of exception handling, computed
8111         gotos, and other non-trivial cases.  Call abort if an inaccuracy
8112         is detected in the cfg.
8113
8114 Tue Nov 11 21:47:27 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8115
8116         * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
8117
8118         * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
8119         (skip_white_space): Use whitespace_cr.
8120         (check_newline): Handle whitespace more consistently.
8121
8122 Tue Nov 11 16:25:49 1997  Jim Wilson  <wilson@cygnus.com>
8123
8124         * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
8125         * i386/xm-cygwin32.h (POSIX): Define.
8126
8127 Mon Nov 10 20:53:11 1997  Gavin Koch  <gavin@cygnus.com>
8128
8129         * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
8130         is available elsewhere.
8131
8132 Mon Nov 10 16:21:58 1997  Doug Evans  <devans@canuck.cygnus.com>
8133
8134         * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
8135         what the instruction can handle.
8136
8137 Mon Nov 10 03:02:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
8138
8139         * stmt.c (expand_decl_cleanup_no_eh): New fn.
8140
8141         * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
8142
8143 Mon Nov 10 00:05:56 1997  Jeffrey A Law  (law@cygnus.com)
8144
8145         * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
8146         (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
8147
8148 Sun Nov  9 14:34:47 1997  David Edelsohn  <edelsohn@mhpcc.edu>
8149
8150         * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
8151         swap instruction order.
8152
8153 Sun Nov  9 02:07:16 1997  Jeffrey A Law  (law@cygnus.com)
8154
8155         * fixinc.svr4 (__STDC__): Add another case.
8156
8157 Sun Nov  9 02:00:29 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8158
8159         * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
8160         addresses in the epilogue delay slot.
8161
8162 Sun Nov  9 01:40:40 1997  Manfred Hollstein  (manfred@s-direktnet.de)
8163
8164         * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
8165         in generated `specs' file.
8166
8167 Sun Nov  9 01:37:11 1997  Jim Wilson  (wilson@cygnus.com)
8168
8169         * flags.h (flag_rerun_loop_opt): Declare.
8170         * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
8171         * toplev.c (flag_rerum_loop_opt): Delete static.
8172
8173 Sat Nov  8 18:20:21 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8174
8175         Bring over from FSF:
8176
8177         Thu Oct 30 12:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8178
8179         * va-sh.h (__va_arg_sh1): Define.
8180         (va_arg): Use it.
8181         SH3E doesn't use any integer registers for subsequent arguments
8182         once a non-float value was passed in the stack.
8183         * sh.c (machine_dependent_reorg): If optimizing, put explicit
8184         alignment in front label for ADDR_DIFF_VEC.
8185         * sh.h (PASS_IN_REG_P): Fix SH3E case.
8186         (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
8187
8188         Tue Oct 28 15:06:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8189
8190         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
8191         svr4.h.
8192
8193         Mon Oct 27 16:11:52 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8194
8195         * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
8196         put an use_sfunc_addr before each sfunc.
8197         * sh.md (use_sfunc_addr, dummy_jump): New insns.
8198         (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
8199
8200         Tue Oct 21 07:12:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8201
8202         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
8203
8204 Fri Nov  7 10:22:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8205
8206         * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
8207         linked once FDEs.
8208
8209 Wed Nov  5 14:26:05 1997  Jeffrey A Law  (law@cygnus.com)
8210
8211         * alias.c (find_base_value): Only return the known base value for
8212         pseudo registers.
8213
8214 Wed Nov  5 11:27:14 1997  Jim Wilson  <wilson@cygnus.com>
8215
8216         * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
8217         * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
8218         to pattern.
8219         (prologue_get_pc_and_set_got): New pattern.
8220
8221 Tue Nov  4 20:36:50 1997  Richard Henderson  (rth@cygnus.com)
8222
8223         * alpha.c (summarize_insn): Handle ASM_OPERANDS.  Don't recurse
8224         for SUBREG, just fall through.
8225
8226         * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
8227
8228         * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
8229
8230 Tue Nov  4 18:49:42 1997  Jeffrey A Law  (law@cygnus.com)
8231
8232         * fixincludes: Fix "hypot" prototype in NeXT math.h.
8233
8234         * Makefile.in (USE_ALLOCA): Always include alloca.o.
8235         (USE_HOST_ALLOCA): Likewise.
8236
8237         * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
8238         and LABEL_REFS fields.
8239         * rtl.h (LABEL_REFS): Update.
8240
8241 Tue Nov  4 16:55:11 1997  Jim Wilson  <wilson@cygnus.com>
8242
8243         * combine.c (try_combine): When setting elim_i2, check whether newi2pat
8244         sets i2dest.  When calling distribute_notes for i3dest_killed, pass
8245         elim_i2 and elim_i1.  When setting elim_i1, check if newi2pat
8246         sets i1dest.
8247
8248         * mips.md (insv, extzv, extv): Add change_address call.
8249         (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
8250
8251         * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
8252
8253         * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
8254
8255         * mips.c (mips_expand_epilogue): Emit blockage insn before call to
8256         save_restore_insns if no FP and GP will be restored.
8257
8258         * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
8259         Convert CCmode to word_mode before calling GET_MODE_SIZE.
8260
8261         * acconfig.h (HAVE_INTTYPES_H): Undef.
8262         * configure.in (inttypes.h): Check for conflicts between sys/types.h
8263         and inttypes.h, and verify that intmax_t is defined.
8264         * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
8265         * config/mips/x-iris3: Likewise.
8266
8267 Tue Nov  4 16:07:15 1997  Jeffrey A Law  (law@cygnus.com)
8268
8269         * alias.c (find_base_value): When copying arguments, return the
8270         tenative value for a hard register.
8271
8272 Tue Nov  4 13:40:35 1997  Doug Evans  <devans@canuck.cygnus.com>
8273
8274         * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
8275         (yylex): Record wide strings using target endianness, not host.
8276
8277 Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
8278
8279         * mn10200.h (ASM_OUTPUT_BSS): Delete.
8280         (ASM_OUTPUT_ALIGNED_BSS): New macro
8281         * mn10300.h (ASM_OUTPUT_BSS): Delete.
8282         (ASM_OUTPUT_ALIGNED_BSS): New macro.
8283         * v850.h (ASM_OUTPUT_BSS): Delete.
8284         (ASM_OUTPUT_ALIGNED_BSS): New macro.
8285
8286 Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8287
8288         * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
8289
8290 Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
8291
8292         * configure.in (sco5): Use cpio to install header files.
8293
8294 Sun Nov  2 23:31:43 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8295
8296         * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
8297         14 char length.
8298         * configure: Rebuild.
8299
8300 Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
8301
8302         * i386/sco5.h: enable -gstabs once again.
8303
8304 Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
8305
8306         * arm.c (output_move_double): Allocate 3 entries in otherops array.
8307
8308 Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
8309
8310         * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
8311         notes for sjlj exceptions too.
8312         (expand_eh_region_end): Similarly for EH_REGION_END notes.
8313         (exception_optimize): Optimize EH regions for sjlj exceptions too.
8314         * final.c (final_scan_insn): Don't output labels for EH REGION
8315         notes if doing sjlj exceptions.
8316
8317 Sat Nov  1 19:15:28 1997  Jeffrey A Law  (law@cygnus.com)
8318
8319         * alias.c (init_alias_analysis): Handle -fno-alias-check when
8320         optimizing correctly.
8321
8322         * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
8323         or set current_function_calls_setjmp anymore.
8324
8325         * flow.c (find_basic_blocks): If we delete the label for an
8326         exception handler, remove it from the EH label list and remove
8327         the EH_BEGIN/EH_END notes for that EH region.
8328
8329 Sat Nov  1 16:44:49 1997  Jason Merrill  (jason@cygnus.com)
8330
8331         * flow.c (find_basic_blocks): Generate correct flow control
8332         information when exception handling notes are present.
8333
8334 Sat Nov  1 13:42:19 1997  Jeffrey A Law  (law@cygnus.com)
8335
8336         * dwarf2out.c (output_call_frame_info): Fix length argument
8337         to ASM_OUTPUT_ASCII.
8338         (output_die, output_pubnames, output_line_info): Likewise.
8339
8340 Fri Oct 31 07:10:09 1997  Jeffrey A Law  (law@cygnus.com)
8341
8342         * version.c: Bump for snapshot.
8343
8344         * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
8345         output ASCII by default.  Only use ASM_OUTPUT_DWARF_STRING if
8346         flag_debug_asm is on.
8347         (output_die, output_pubnames, output_line_info): Likewise.
8348
8349         * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
8350         and static_chain_rtx into the potential base values array if
8351         they are registers.
8352
8353         * alias.c (new_reg_base_value): New array of potential base values.
8354         (unique_id): Now file scoped static.
8355         (find_base_value, case REG): Return the value in reg_base_value
8356         array for the REG if it exists.  Else, return the value from
8357         new_reg_base_value if copying args and REG is a hard register.
8358         (find_base_value, case PLUS): If either operand of the PLUS is
8359         a REG, try to get its base value.  Handle base + index and
8360         index + base.
8361         (record_set): Use new_reg_base_value instead of reg_base_value.
8362         (init_alias_analysis): Allocate space for new_reg_base_value too.
8363         Rework code to iterate over the insns propagating base value
8364         information until nothing changes.
8365
8366         * global.c (global_alloc): Free the conflict matrix after
8367         reload has finished.
8368
8369 Fri Oct 31 01:45:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
8370
8371         * libgcc2.c (L_eh): Define __eh_pc.
8372         Replace __eh_type with generic pointer __eh_info.
8373
8374 Fri Oct 31 00:34:55 1996  J"orn Rennecke <amylaar@cygnus.co.uk>
8375
8376         * expr.c (expand_increment): When enqueing a postincrement for a MEM,
8377         use copy_to_reg if address is not a general_operand.
8378
8379 Fri Oct 31 00:16:55 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8380
8381         * profile.c (output_func_start_profiler): Clear flag_inline_functions
8382         for the duration of the call to rest_of_compilation.
8383
8384 Thu Oct 30 14:40:10 1997  Doug Evans  <devans@canuck.cygnus.com>
8385
8386         * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
8387         Set extra_parts.
8388         (sparc*-*-*): Recognize --with-cpu=v9.
8389         * sparc/elf.h: New file.
8390         * sparc/t-elf: New file.
8391
8392 Thu Oct 30 13:26:12 1997  Jeffrey A Law  (law@cygnus.com)
8393
8394         * mn10300.c (const_8bit_operand): New function.
8395         (mask_ok_for_mem_btst): New funtion.
8396         * mn10300.md (btst patterns with mem operands): Use new functions
8397         to avoid creating btst instructions with invalid operands.
8398
8399 Wed Oct 29 16:57:19 1997  Michael Meissner  <meissner@cygnus.com>
8400
8401         * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
8402         are running on PowerPC Linux.
8403
8404 Wed Oct 29 13:10:11 1997  Gavin Koch  <gavin@cygnus.com>
8405
8406         * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
8407         if not previously defined.
8408
8409 Tue Oct 28 23:55:27 1997  Doug Evans  (devans@cygnus.com)
8410
8411         * function.c (assign_parms): Correct mode of stack_parm if
8412         entry_parm underwent a mode conversion.
8413
8414 1997-10-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
8415
8416         * global.c (global_alloc): Use xmalloc instead of alloca for
8417         CONFLICTS, since max_allocno * allocno_row_words alone can be more
8418         than 2.5Mb sometimes.
8419
8420 Tue Oct 28 15:29:15 1997  Richard Henderson  <rth@cygnus.com>
8421
8422         * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
8423         DEST for the spill, adjust mode of SRC to compensate.
8424
8425 Tue Oct 28 14:36:45 1997  Richard Henderson  <rth@cygnus.com>
8426
8427         * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
8428         since any_memory_operand() allows pseudos during reload.
8429         (reload_inhi, reload_outqi, reload_outhi): Likewise.
8430
8431 Tue Oct 28 11:53:14 1997  Jim Wilson  <wilson@cygnus.com>
8432
8433         * m68k.md (btst patterns): Add 5200 support.
8434
8435 Tue Oct 28 11:58:40 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
8436
8437         * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
8438         optimizations, look inside dividend to determine if the expression
8439         can be simplified by using EXACT_DIV_EXPR.
8440
8441 Tue Oct 28 10:19:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
8442
8443         From Brendan:
8444         * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
8445
8446 Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
8447
8448         * alpha.c (summarize_insn [SUBREG]): Propogate SET.
8449
8450 Mon Oct 27 23:59:26 1997  Richard Henderson  <rth@cygnus.com>
8451
8452         * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
8453         on a CLOBBER.
8454
8455 Mon Oct 27 21:25:20 1997  Richard Henderson  <rth@cygnus.com>
8456
8457         * alpha.md (movqi, movhi): Make sure new insns created during reload
8458         won't need reloading themselves.
8459         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
8460
8461 Mon Oct 27 16:11:10 1997  Jeffrey A Law  (law@cygnus.com)
8462
8463         * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
8464
8465 Sun Oct 26 13:50:44 1997  Richard Henderson  <rth@cygnus.com>
8466
8467         * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
8468         Patch from Klaus Kaempf <kkaempf@progis.de>.
8469
8470 Sun Oct 26 13:31:47 1997  Jim Wilson  (wilson@cygnus.com)
8471
8472         * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
8473         to an element in a constant string.
8474
8475 Sun Oct 26 11:41:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
8476
8477         * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
8478         bit PC-relative offset.  The exception range table pointer is now in
8479         the CIE.
8480         * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
8481         (count_fdes, add_fdes, get_cie): Adjust.
8482         (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
8483
8484         From H.J. Lu:
8485         * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
8486
8487 Sun Oct 26 11:52:01 1997  Richard Henderson  <rth@cygnus.com>
8488
8489         * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
8490         like stack_pointer_rtx.
8491
8492 Sun Oct 26 11:32:16 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8493
8494         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8495         targets using "$@" to provide support for similar but not identical
8496         targets without having to duplicate code.
8497         (bootstrap4): New goal.
8498
8499         * Makefile.in (compare, compare-lean, compare3): Combined to one
8500         ruleset determining actions to be performed via $@.
8501         (compare4, compare4-lean): New targets.
8502         (gnucompare, gnucompare3): Combined to one ruleset determining
8503         actions to be performed via $@. Also, note which files failed
8504         the comparison test in .bad_compare.
8505         (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
8506
8507 Sun Oct 26 10:06:11 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
8508
8509         * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
8510         if the dividend is a multiple of the divisor.
8511
8512 Sun Oct 26 09:21:40 1997  Jeffrey A Law  (law@cygnus.com)
8513
8514         * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
8515
8516         * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
8517         and POS_DEC.
8518
8519         * alias.c (true_dependence): Fix typo.
8520
8521         * toplev.c (flag_rerun_loop_opt): New variable.
8522         (f_options): Handle -frerun-loop-opt.
8523         (rest_of_compilation): If -frerun-loop-opt, then run the loop
8524         optimizer twice.
8525         (main): Enable -frerun-loop-opt by default for -O2 or greater.
8526
8527         * loop.c (simplify_giv_expr): Adding two invariants results
8528         in an invariant.
8529
8530 Sun Oct 26 09:15:15 1997  Richard Henderson  <rth@cygnus.com>
8531
8532         * expr.c (get_inner_reference): Remove the array bias after
8533         converting the index to Pmode.
8534
8535 Sat Oct 25 12:20:58 1997  Jeffrey A Law  (law@cygnus.com)
8536
8537         * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
8538         (TARGET_MULT_BUG): Define.
8539         (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
8540         * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
8541
8542 Fri Oct 24 17:40:34 1997  Jeffrey A Law  (law@cygnus.com)
8543
8544         * mn10200.c (indirect_memory_operand): Delete unused function.
8545         * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
8546         * mn10200.md (bset, bclr insns): Handle output in a reg too.
8547
8548 Fri Oct 24 15:54:57 1997  Richard Henderson  <rth@cygnus.com>
8549
8550         * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
8551         the callee's ldgp, we must do it ourselves, and we use the jsr tag
8552         for more than scheduling.
8553
8554 Fri Oct 24 13:23:04 1997  Doug Evans  <devans@canuck.cygnus.com>
8555
8556         * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
8557
8558 Fri Oct 24 13:19:40 1997  Jeffrey A Law  (law@cygnus.com)
8559
8560         * mn10300.c (symbolic_operand, legitimize_address): New functions.
8561         * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
8562         (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
8563
8564 Thu Oct 23 09:35:12 1997  Jeffrey A Law  (law@cygnus.com)
8565
8566         * version.c: Bump for snapshot.
8567
8568 Thu Oct 23 08:03:59 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8569
8570         * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
8571         for FILENAME.
8572
8573 Wed Oct 22 00:34:12 1997  Jeffrey A Law  (law@cygnus.com)
8574
8575         * toplev.c (flag_exceptions): Default value is 2.
8576         (compile_file): If flag_exceptions still has the value 2, then
8577         set it to 0.
8578
8579         * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
8580         (rs6000_save_machine_status): Save pic_offset_table_rtx.
8581         (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
8582
8583         * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
8584         are shared.
8585
8586         * rs6000.md (*movsi_got_internal_mem): New pattern.
8587         (*movsi_got_internal_mem splitter): New define_split.
8588
8589 Tue Oct 21 18:14:03 1997  Jim Wilson  <wilson@cygnus.com>
8590
8591         * obstack.h (obstack_empty_p): Fix spurious space after backslash.
8592
8593 Tue Oct 21 18:34:01 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
8594
8595         * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
8596         only need to save LR.
8597
8598 Tue Oct 21 10:06:40 1997  Jeffrey A Law  (law@cygnus.com)
8599
8600         * mn10300.md (movqi, movhi): Avoid using address registers as
8601         destinations unless absolutely necessary.
8602
8603         * mn10200.c (expand_prologue): Fix typo.
8604
8605         * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
8606         addresses.
8607         * mn10200.md (neghi2): Provide an alternative which works if
8608         the input and output register are the same.
8609
8610         * mn10300.c (print_operand): Handle 'S'.
8611         * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
8612         shift amount in last alternative
8613
8614         * mn10300.c (expand_epilogue): Rework to handle register restores
8615         in "ret" and "retf" instructions correctly.
8616
8617 Mon Oct 20 16:47:08 1997  Jim Wilson  <wilson@cygnus.com>
8618
8619         * expmed.c (extract_bit_field): Don't make flag_force_mem disable
8620         extzv for memory operands.
8621
8622         * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
8623         redundant conditional moves to single operand.
8624
8625 Mon Oct 20 15:30:26 1997  Nick Clifton  <nickc@cygnus.com>
8626
8627         * v850.h: Move define of __v850__ from CPP_PREDEFINES
8628         to CPP_SPEC.
8629
8630         * xm-v850.h: Use __v850 rather than __v850__ to
8631         identify v850 port.
8632
8633 Mon Oct 20 14:15:02 1997  Jim Wilson  <wilson@cygnus.com>
8634
8635         * mips/mips.c (compute_frame_size): Not a leaf function if
8636         profile_flag set.
8637
8638 Mon Oct 20 14:16:38 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
8639
8640         * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
8641
8642 Mon Oct 20 12:28:17 1997  Doug Evans  <devans@canuck.cygnus.com>
8643
8644         * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
8645         (DEFAULT_ARCH32_P): New macro.
8646         (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
8647         (enum cmodel): Declare.
8648         (sparc_cmodel_string,sparc_cmodel): Declare.
8649         (SPARC_DEFAULT_CMODEL): Provide default.
8650         (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
8651         (TARGET_FULLANY): Deleted.
8652         (TARGET_CM_MEDMID): New macro.
8653         (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
8654         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
8655         (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
8656         (CPP_SPEC): Rewrite.
8657         (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
8658         (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
8659         (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
8660         (ASM_SPEC): Add %(asm_arch).
8661         (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
8662         Rename asm_default to asm_cpu_default.
8663         Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
8664         cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
8665         (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
8666         ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
8667         (MASK_INT64,MASK_LONG64): Delete.
8668         (MASK_ARCH64): Renamed to MASK_64BIT.
8669         (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
8670         (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
8671         (TARGET_SWITCHES): Always provide 64 bit options.
8672         (ARCH64_SWITCHES): Delete.
8673         (TARGET_OPTIONS): New option -mcmodel=.
8674         (INT_TYPE_SIZE): Always 32.
8675         (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
8676         (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
8677         (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
8678         (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
8679         * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
8680         CPP_SPEC.
8681         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8682         * sparc/linux.h: Likewise.
8683         * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
8684         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
8685         (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
8686         (SPARC_DEFAULT_CMODEL): Define.
8687         (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8688         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8689         (LONG_DOUBLE_TYPE_SIZE): Define.
8690         (ASM_SPEC): Add %(asm_arch).
8691         * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8692         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8693         (TARGET_CPU_DEFAULT): Add ultrasparc case.
8694         * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
8695         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
8696         (SPARC_DEFAULT_CMODEL): Define.
8697         * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
8698         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.  Delete
8699         MASK_LONG64, MASK_MEDANY.
8700         (SPARC_DEFAULT_CMODEL): Define.
8701         (CPP_PREDEFINES): Delete.
8702         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8703         (ASM_SPEC): Add %(asm_arch).
8704         (LONG_DOUBLE_TYPE_SIZE): Define.
8705         (DWARF2_DEBUGGING_INFO): Define.
8706         * sparc/splet.h (CPP_SPEC): Delete.
8707         * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8708         (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
8709         (BLOCK_PROFILER): Likewise.
8710         * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
8711         (sparc_override_options): Handle code model selection.
8712         (sparc_init_expanders): Renamed from sparc64_init_expanders.
8713         * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
8714         TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
8715         (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
8716         (sethi_di_fullany): Delete.
8717
8718 Mon Oct 20 02:00:18 1997  Klaus Kaempf <kkaempf@progis.de>
8719                           Jeff Law <law@cygnus.com>
8720                           Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8721
8722         * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
8723         (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
8724         (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
8725         (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
8726         * alpha/alpha.md (arg_home): Likewise.
8727
8728         * alpha/alpha.c (vmskrunch): Delete
8729         * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
8730         * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
8731         truncate to 64 characters.
8732
8733         * make-l2.com: Support openVMS/Alpha.
8734
8735         * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
8736
8737 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8738
8739         * longlong.h (count_leading_zeros): Add missing casts to USItype.
8740
8741 Sun Oct 19 18:44:06 1997  Jeffrey A Law  (law@cygnus.com)
8742
8743         * i386/bsd386.h (ASM_COMMENT_START): Define.
8744
8745 Sat Oct 18 13:47:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
8746
8747         * tree.c (restore_tree_status): Also free up temporary storage
8748         when we finish a toplevel function.
8749         (dump_tree_statistics): Print stats for backend obstacks.
8750
8751 Sat Oct 18 12:47:31 1997  Doug Evans  <dje@canuck.cygnus.com>
8752
8753         * expr.c (use_group_regs): Don't call use_reg for MEMs.
8754
8755 Sat Oct 18 09:49:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
8756
8757         * libgcc2.c (__throw): Don't copy the return address.
8758         * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
8759
8760         * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
8761         * toplev.c (main): Initialize exceptions_via_longjmp.
8762
8763         * tree.c: Add extra_inline_obstacks.
8764         (save_tree_status): Use it.
8765         (restore_tree_status): If this is a toplevel inline obstack and we
8766         didn't want to save anything on it, recycle it.
8767         (print_inline_obstack_statistics): New fn.
8768         * function.c (pop_function_context_from): Pass context to
8769         restore_tree_status.
8770         * obstack.h (obstack_empty_p): New macro.
8771
8772 Sat Oct 18 00:43:59 1997  Jeffrey A Law  (law@cygnus.com)
8773
8774         * i386/freebsd.h (ASM_COMMENT_START): Fix.
8775
8776 Fri Oct 17 23:48:52 1997  Jim Wilson  (wilson@cygnus.com)
8777
8778         * v850.c (ep_memory_offset): New function.
8779         (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
8780
8781         * v850.h (CONST_OK_FOR_*): Add and correct comments.
8782         (CONSTANT_ADDRESS_P): Add comment.
8783         (EXTRA_CONSTRAINT): Define 'U'.
8784         * v850.md: Add comments on bit field instructions.
8785         (addsi3): Delete &r/r/r alternative.  Add r/r/U alternative.
8786         (lshrsi3): Use N not J constraint.
8787
8788         * v850.md (v850_tst1+1): New define_split for tst1 instruction.
8789
8790         * v850.c (reg_or_0_operand): Call register_operand.
8791         (reg_or_int5_operand): Likewise.
8792         * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
8793         (TARGET_SWITCHES): Add "big-switch".
8794         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
8795         ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
8796         (CASE_DROPS_THROUGH): Comment out.
8797         (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
8798         * v850.md (cmpsi): Delete compare mode.
8799         (casesi): New pattern.
8800
8801         * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
8802         * v850.md (ashlsi3): Use SImode not QImode for shift count.
8803         (lshrsi3): Likewise.
8804
8805         * v850.c (print_operand): Add 'c', 'C', and 'z' support.  Delete
8806         unreachable switch statement after 'b' support.  Remove "b" from
8807         strings for 'b' support.
8808         * v850.md (branch_normal, branch_invert): Change %b to b%b.
8809
8810 Fri Oct 17 23:33:20 1997  Jeffrey A Law  (law@cygnus.com)
8811
8812         * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
8813         empty line if @inhibit_libc@ is empty.
8814
8815 Fri Oct 17 23:24:40 1997  Robert Lipe (robertl@dgii.com)
8816
8817         * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
8818         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
8819         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8820         (DWARF2_UNWIND_INFO): Let this track object file format.
8821         (EXTRA_SECTIONS): Add in_eh.
8822         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
8823         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8824
8825 Fri Oct 17 17:13:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
8826
8827         * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
8828         * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
8829         TARGET_MEDANY.
8830         * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
8831         (output_double_int): Output DI mode values correctly when
8832         HOST_BITS_PER_WIDE_INT is 64.
8833         (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
8834         fmovd so it works if a quad float ends up in one of the upper 32
8835         float regs.
8836         * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
8837         necessary for PIC support on sparc64.
8838
8839 Fri Oct 17 13:39:56 1997  Doug Evans  <dje@canuck.cygnus.com>
8840
8841         * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
8842         * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
8843         (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
8844         (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
8845         (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
8846         (SPARC_FP_ARG_FIRST): New macro.
8847         (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
8848         (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
8849         (NPARM_REGS): There are 32 fp argument registers now.
8850         (FUNCTION_ARG_REGNO_P): Likewise.
8851         (FIRST_PARM_OFFSET): Update to new v9 abi.
8852         (REG_PARM_STACK_SPACE): Define for arch64.
8853         (enum sparc_arg_class): Delete.
8854         (sparc_arg_count,sparc_n_named_args): Delete.
8855         (struct sparc_args): Redefine and use for arch32 as well as arch64.
8856         (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
8857         (FUNCTION_ARG_ADVANCE): Rewrite.
8858         (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
8859         (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
8860         (FUNCTION_ARG_CALLEE_COPIES): Delete.
8861         (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
8862         (STRICT_ARGUMENT_NAMING): Define.
8863         (doublemove_string): Declare.
8864         * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
8865         (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
8866         (doublemove_string): New function.
8867         (output_move_quad): Clean up some of the arch64 support.
8868         (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
8869         Don't add 8 bytes of reserved space if arch64.
8870         (sparc_builtin_saveregs): Combine arch32/arch64 versions.
8871         (init_cumulative_args): New function.
8872         (function_arg_slotno): New static function.
8873         (function_arg,function_arg_partial_nregs): New functions.
8874         (function_arg_{pass_by_reference,advance}): New functions.
8875         (function_arg_padding): New function.
8876         * ginclude/va-sparc.h: Rewrite v9 support.
8877
8878 Fri Oct 17 12:29:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
8879
8880         * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
8881         for hard regs to determine base and index registers.
8882
8883         * reload.c (debug_reload_to_stream): New function.  Specify stream
8884         into which to write debug info.
8885         (debug_reload): Modify to call debug_reload_to_stream with stderr.
8886
8887 Thu Oct 16 15:07:51 1997  Richard Henderson  <rth@cygnus.com>
8888
8889         * combine.c (can_combine_p): Don't combine with an asm whose
8890         output is a hard register.
8891
8892 Thu Oct 16 15:43:26 1997  Mike Stump  (mrs@wrs.com)
8893
8894         * c-decl.c (start_struct): Ensure that structs with forward
8895         declarations are in fact packed when -fpack-struct is given.
8896
8897         * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
8898         we are packing a structure.  This allows a structure with only
8899         bytes to be aligned on a byte boundary and have no padding on a
8900         m68k.
8901
8902 Thu Oct 16 15:17:54 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8903
8904         * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
8905
8906 Thu Oct 16 11:20:30 1997  Richard Henderson  <rth@cygnus.com>
8907
8908         * alpha.c (alpha_return_addr_rtx): New variable.
8909         (alpha_save_machine_status): New; save it.
8910         (alpha_restore_machine_status): New; restore it.
8911         (alpha_init_expanders): New; clear it.
8912         (alpha_return_addr): New; set it.
8913         (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
8914         is overly conservative, so search the insns explicitly.
8915         (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
8916         (alpha_sa_size [VMS && !VMS]): Likewise.
8917         * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
8918         (INIT_EXPANDERS): New definition.
8919
8920         * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
8921         (output_prolog [!VMS]): Use them.
8922
8923         * alpha.c (output_prolog [!VMS]): Move gp detection to ...
8924         (alpha_does_function_need_gp): ... a new function.  Refine the
8925         CALL_INSN test to just TYPE_JSR.
8926         * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
8927
8928 Thu Oct 16 09:36:47 1997  Jeffrey A Law  (law@cygnus.com)
8929
8930         * version.c: Bump for snapshot.
8931
8932 Wed Oct 15 21:38:18 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8933
8934         * pa.c (move_operand): Respect -mdisable-indexing.
8935         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
8936
8937 Wed Oct 15 21:34:45 1997  David Edelsohn  <edelsohn@mhpcc.edu>
8938
8939         * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
8940         PPC601.
8941         (umulsidi3,umulsi3_highpart): Ditto.
8942         (smulsi3_highpart_no_mq): Add !TARGET_POWER.
8943
8944 Wed Oct 15 18:21:46 1997  Richard Henderson  <rth@cygnus.com>
8945
8946         * alpha.c (final_prescan_insn): Gut, remove and transform to ...
8947         (alpha_handle_trap_shadows): ... a new function.  Handle the entire
8948         function in one go.  Emit RTL for trapb, instead of printf directly.
8949         (alpha_reorg): New function.  Call alpha_handle_trap_shadows.
8950         (trap_pending): Kill global variable.
8951         (output_epilog): Don't call final_prescan_insn.
8952         (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
8953         * alpha.h (FINAL_PRESCAN_INSN): Remove.
8954         (MACHINE_DEPENENT_REORG): Define.
8955         * alpha.md (jsr patterns with trapb): Stupid and useless.  Kill.
8956         (trapb): New insn.
8957
8958 Wed Oct 15 18:16:05 1997  Richard Henderson  <rth@cygnus.com>
8959
8960         Tune Haifa scheduler for Alpha:
8961         * alpha.h (ISSUE_RATE): Define.
8962         * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
8963         EV4 adjustments to EV5.
8964         * alpha.md: Remove all scaling from function unit delays.  Rework
8965         EV5 function units to match the CPU.
8966         (umuldi3_highpart): EV5 added the IMULH insn class.
8967
8968 Wed Oct 15 17:42:41 1997  Jeffrey A Law  (law@cygnus.com)
8969
8970         * pa.c (following_call): Fail if the CALL_INSN is an indirect
8971         call.
8972
8973 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
8974
8975         * cplus-dem.c (demangle_signature): Don't look for return types on
8976         constructors.  Handle member template constructors.
8977
8978 Tue Oct 14 11:30:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
8979
8980         * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
8981         * tree.h: Declare them.
8982
8983 Fri Oct 10 13:46:56 1997  Doug Evans  <dje@canuck.cygnus.com>
8984
8985         * configure.in: Handle --with-newlib.
8986         * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
8987
8988         * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
8989
8990 Wed Oct  8 14:37:44 1997  Jeffrey A Law  (law@cygnus.com)
8991
8992         * config/ptx4.h: Fix typo.
8993
8994 Wed Oct  8 08:57:20 1997  Jeffrey A Law  (law@cygnus.com)
8995
8996         * version.c: Bump for snapshot.
8997
8998 Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8999
9000         * aclocal.m4: Substitute INSTALL.
9001         * configure: Re-built.
9002
9003 Tue Oct  7 15:37:35 1997  Jeffrey A Law  (law@cygnus.com)
9004
9005         * integrate.c (save_for_inline_copying): Avoid undefined pointer
9006         operations.
9007         (expand_inline_function): Likewise.
9008
9009         * dwarf2out.c (output_call_frame_info): Reinstate last change
9010         using flag_debug_asm check instead of flag_verbose_asm.
9011
9012 Tue Oct  7 12:57:26 1997  Jim Wilson  <wilson@cygnus.com>
9013
9014         * dwarf2out.c (output_call_frame_info): Remove last change.
9015
9016 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9017
9018         * frame.c (__frame_state_for): Execute the FDE insns until the
9019         current pc value is strictly bigger than the target pc value.
9020
9021 Tue Oct  7 11:00:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
9022
9023         * regclass.c (init_reg_modes): If we can't find a mode for the
9024         register, use the previous one.
9025
9026 Tue Oct  7 10:55:34 1997  Richard Henderson  <rth@cygnus.com>
9027
9028         * haifa-sched.c (print_block_visualization): Call fprintf directly,
9029         don't sprintf through an alloca'ed buffer.
9030
9031 Tue Oct  7 10:52:29 1997  Thomas Koenig (ig25@rz.uni-karlsruhe.de)
9032
9033         * reload.c (decompose): Always initialize val.base.
9034
9035 Tue Oct  7 10:19:26 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
9036
9037         * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
9038         instead of aborting.
9039         * dwarf2out.c (output_call_frame_info): Call app_enable and
9040         app_disable to let GNU as accept the generated comments.
9041
9042 Tue Oct  7 11:41:21 1997  Michael Meissner  <meissner@cygnus.com>
9043
9044         * tree.h (get_file_function_name): Add declaration.
9045         * dwarf2out.c (output_call_frame_info): No need to cast
9046         get_file_function_name call anymore.
9047         * profile.c (toplevel): Remove get_file_function_name
9048         declaration.
9049         * c-lang.c (finish_file): Ditto.
9050
9051 Tue Oct  7 10:01:45 1997  Chip Salzenberg <chip@rio.atlantic.net>
9052
9053         * Makefile.in (program_transform_name): Let autoconf substitute
9054         the correct value.
9055
9056 Tue Oct  7 09:54:35 1997  Jeffrey A Law  (law@cygnus.com)
9057
9058         * haifa-sched.c (schedule_block): If the first real insn in a
9059         block has any special notes attached to it, remove them.
9060
9061 Tue Oct  7 09:48:51 1997  Richard Henderson  <rth@cygnus.com>
9062
9063         * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
9064
9065 Mon Oct  6 12:47:32 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
9066
9067         * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
9068
9069 Mon Oct  6 12:04:24 1997  Jeffrey A Law  (law@cygnus.com)
9070
9071         * Makefile.in (check-g77): New test target.
9072         (CHECK-TARGETS): Add check-g77.
9073
9074 Fri Oct  3 11:56:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9075
9076         * toplev.c (rest_of_compilation): Defer all non-nested inlines.
9077
9078 Fri Oct  3 15:49:27 1997  Michael Meissner  <meissner@cygnus.com>
9079
9080         * flow.c (print_rtl_with_bb): Cast alloca return value for
9081         in_bb_p.
9082
9083 Thu Oct  2 21:15:03 1997  Richard Henderson  <rth@cygnus.com>
9084
9085         * i386.h (RETURN_ADDR_RTX): New definition that works for
9086         __builtin_return_address(0) and -fomit-frame-pointer.
9087
9088 Wed Oct  1 13:43:53 1997  Jim Wilson  <wilson@cygnus.com>
9089
9090         Bring over from FSF.
9091         Tue Aug  5 16:10:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
9092
9093         * mips.c (function_arg): Handle passing a struct
9094         containing a double in a DFmode register without the PARALLEL.
9095
9096 Wed Oct  1 11:13:25 1997  Ian Lance Taylor  <ian@cygnus.com>
9097
9098         * pexecute.c: Use spawn if __CYGWIN32__.
9099
9100         * pexecute.c: Include "config.h" first, as per autoconf manual
9101         (from Paul Eggert  <eggert@twinsun.com>).
9102
9103 Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9104
9105         * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
9106         optimisation for f/expr.o and f/stb.o.
9107
9108 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
9109
9110         * cse.c (this_insn_cc0_mode): Initialize.
9111
9112 Tue Sep 30 23:09:40 1997  Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
9113
9114         * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
9115
9116         * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
9117
9118 Tue Sep 30 23:06:43 1997  Richard Henderson  <rth@cygnus.com>
9119
9120         * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
9121         that pair will dual-issue on the 21164 and plus+beq won't.
9122         (bne): Likewise for cmpeq+beq.
9123
9124 Tue Sep 30 16:07:58 1997  Jim Wilson  <wilson@cygnus.com>
9125
9126         * except.c (find_exception_handler_labels): Correct argument to free.
9127
9128 Tue Sep 30 11:00:00 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9129
9130         * except.c (find_exception_handler_labels): Free LABELS when we're
9131         done.
9132
9133 Mon Sep 29 14:04:35 1997  Jeffrey A Law  (law@cygnus.com)
9134
9135         * version.c: Bump for snapshot.
9136
9137 Mon Sep 29 10:51:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9138
9139         * flow.c (find_basic_blocks): Mark calls as potentially jumping
9140         to the EH labels.
9141
9142 Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
9143
9144         * configure.in: Substitute for "install" too.
9145         * configure: Rebuilt.
9146
9147 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9148
9149         * Makefile.in (bootstrap-lean, compare-lean): New targets.
9150
9151 Mon Sep 29 00:18:16 1997  Richard Henderson  (rth@cygnus.com)
9152
9153         * alias.c (base_alias_check): Two symbols can conflict if they
9154         are accessed via AND.
9155         (memrefs_conflict_p): Likewise.
9156
9157         * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
9158         after flushing argument registers to the stack.
9159
9160         * Makefile.in (mostlyclean): Remove .regmove files.
9161
9162 Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
9163
9164         * libgcc2.c (__throw): Fix thinko.
9165
9166 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
9167
9168         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
9169         template-function mangling.
9170         (consume_count_with_underscores): New function.
9171         (demangle_signature): Handle new name-mangling scheme.
9172
9173 Sun Sep 28 01:55:04 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9174
9175         * flow.c (print_rtl_with_bb): Cast alloca return values for variables
9176         start and end.
9177
9178 Sun Sep 28 01:05:16 1997  Jeffrey A Law  (law@cygnus.com)
9179
9180         * frame.c: Remove last change.
9181         * dwarf2.h: Remove last change.
9182         * tree.h: Add declarations of DWARF2 unwind info support
9183         functions.
9184
9185 Sat Sep 27 11:02:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9186
9187         * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
9188         * tree.h (built_in_function): Likewise.
9189         * expr.c (expand_builtin): Likewise.
9190         * except.h: Likewise.
9191         * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
9192         * libgcc2.c (copy_reg): New fn.
9193         (__throw): Use it.
9194
9195 Fri Sep 26 08:54:59 1997  Paul Eggert  <eggert@twinsun.com>
9196
9197         * c-typeck.c (build_binary_op): Warn about comparing signed vs
9198         unsigned if -W is specified and -Wno-sign-compare is not.
9199         * c-decl.c (warn_sign_compare): Initialize to -1.
9200         (c_decode_option): -Wall no longer implies -Wsign-compare.
9201
9202 Fri Sep 26 09:00:13 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9203
9204         * frame.c: Include gansidecl.h for PROTO.
9205         * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
9206         defined.  Don't declare dwarf2out_cfi_label here.
9207         * dwarf2.h: Add declarations of DWARF2 unwind info support
9208         functions.
9209         * m68k.c: Include dwarf2.h.
9210         (output_function_prologue): Add dwarf2 support.
9211         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
9212         (INCOMING_FRAME_SP_OFFSET): Likewise.
9213
9214         * integrate.c (expand_inline_function): Make sure there is at
9215         least one insn that can be used as an insertion point.
9216
9217 Wed Sep 24 21:34:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
9218
9219         * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
9220
9221 Wed Sep 24 22:05:30 1997  Jeffrey A Law  (law@cygnus.com)
9222
9223         * version.c: Bump for snapshot.
9224
9225 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
9226
9227         Bring over from FSF.
9228
9229         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
9230
9231         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
9232         (get_pc_via_rdpc): Renamed from get_pc_sp64.
9233         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
9234
9235         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
9236
9237         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
9238         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
9239         -malign-functions=.
9240         (sparc_align_{loops,jumps,funcs}_string): Declare.
9241         (sparc_align_{loops,jumps,funcs}): Declare.
9242         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
9243         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
9244         (STACK_BIAS): Define.
9245         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
9246         test.
9247         (SPARC_SETHI_P): New macro.
9248         (CONST_OK_FOR_LETTER_P): Use it.
9249         (ASM_OUTPUT_ALIGN_CODE): Define.
9250         (ASM_OUTPUT_LOOP_ALIGN): Define.
9251         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
9252         (sparc_align_{loops,jumps,funcs}): New globals.
9253         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
9254         -malign-functions=.
9255         (move_operand): Use SPARC_SETHI_P.
9256         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
9257         perform test.
9258         (arith11_double_operand): Likewise.
9259         (arith10_double_operand): Likewise.
9260         (finalize_pic): Finish sparc64 support.
9261         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
9262         64 bit constants if able.
9263         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
9264         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
9265         ! TARGET_FPU.
9266         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
9267         (get_pc_sp32): Use for sparc64 as well.
9268         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
9269         (sethi_di_sp64_const): Likewise.
9270         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
9271         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
9272         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
9273
9274         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
9275
9276         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
9277         * sparc/linux.h (COMMENT_BEGIN): Likewise.
9278         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
9279
9280         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
9281
9282         Add sparc64 linux support.
9283         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
9284         to xm_file list on 32-bit sparc-linux.
9285         * sparc/xm-sp64.h: New file.
9286         * sparc/linux64.h: New file.
9287         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
9288         Don't include xm-sparc.h.
9289         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
9290         * glimits.h (LONG_MAX): Handle sparc64.
9291
9292         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
9293
9294         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
9295         * sparc.h (ASM_COMMENT_START): Define.
9296         * sparc.c (output_function_prologue): Use it.
9297         (sparc_flat_output_function_{epi,pro}logue): Likewise.
9298
9299         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
9300
9301         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
9302         use sparc.h's copies.
9303         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
9304         ascii form as well.
9305
9306         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9307
9308         * sparc.c (dwarf2out_cfi_label): Add declaration.
9309         (save_regs, output_function_prologue): Remove cast for it.
9310         (sparc_flat_{save_restore,output_function_prologue): Likewise.
9311         ({save,restore}_regs): No longer inline.
9312
9313 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9314
9315         * fold-const.c (make_range): Correctly handle cases of converting
9316         from unsigned to signed type.
9317
9318 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
9319
9320         * fold-const.c (merge_ranges): Make sure that if one range is subset
9321         of another, it will always be the second range.  Correct (+,-) case to
9322         account for this.
9323
9324 Tue Sep 23 08:32:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
9325
9326         * final.c (final_end_function): Also do dwarf2 thing if
9327         DWARF2_DEBUGGING_INFO.
9328         (final_start_function): Likewise.
9329
9330 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
9331
9332         * expmed.c (expand_divmod): If compute_mode is not the same as
9333         mode, handle the case where convert_modes() causes op1 to no
9334         longer be a CONST_INT.
9335
9336         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
9337         note holding get_jump_flags() calculation to all JUMP_INSNs.
9338         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
9339         * rtl.c (reg_note_name): Add new note types.
9340
9341 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
9342
9343         * rtlanal.c (computed_jump_p): Fix typo in last change.
9344
9345 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9346
9347         * loop.c (indirect_jump_in_function_p): Return 0
9348         by default.
9349
9350 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
9351
9352         * rs6000/xm-rs6000.h: Fix thinko in last change.
9353         * rs6000/xm-sysv4.h: Likewise.
9354
9355 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
9356
9357         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
9358
9359 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
9360
9361         * reg-stack.c (find_blocks): Fix thinko in last change.
9362
9363 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9364
9365         * m68k.c (output_function_prologue): Add dwarf2 support.
9366
9367         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
9368         INCOMING_FRAME_SP_OFFSET): New definitions.
9369
9370 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
9371
9372         * combine.c (try_combine): Use NULL_RTX instead of '0' where
9373         appropriate in calls to gen_rtx().
9374         * cse.c (cse_main): Likewise.
9375         * emit-rtl.c (gen_label_rtx): Likewise.
9376         * expr.c (init_expr_once): Likewise.
9377         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
9378         sched_analyze, init_rgn_data_dependences,
9379         compute_block_backward_dependences): Likewise.
9380         * sched.c (schedule_insns): Likewise.
9381         * varasm.c (immed_double_const): Likewise.
9382
9383         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
9384         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
9385
9386 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
9387
9388         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
9389         (MULTILIB_DEFAULTS): Define.
9390         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
9391         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
9392         (LIBGCC_SPEC): Likewise.
9393         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
9394         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
9395         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
9396         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
9397         (EXTRA_PARTS, TAROUTOPTS): Delete.
9398         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
9399         (MULTILIB_OPTIONS): Define.
9400         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
9401         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
9402
9403 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
9404
9405         * version.c: Bump for snapshot.
9406
9407 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
9408
9409         * loop.c (loop_number): Delete function.  Change all references
9410         to use uid_loop_num array.
9411         * loop.h (loop_number): Delete declaration.
9412         * unroll.c (unroll_loop): Change "loop_number" references to
9413         use uid_loop_num instead.
9414
9415         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
9416         conditional.
9417         (loop_unroll_iter): Remove unused variable and all references.
9418         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
9419         (insert_bct): Fix minor formatting problems.
9420         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
9421         (loop_unroll_iter): Removed unused decl.
9422         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
9423         Always record the unrolling factor.
9424
9425         * cse.c (simplify_relational_operation): Set h0u just like h0s.
9426         Similarly for h1u and h1s.
9427
9428         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
9429         (find_basic_blocks): Use computed_jump_p to determine if a
9430         particular JUMP_INSN is a computed jump.
9431         * reg-stack.c (find_blocks): Use computed_jump_p to determine
9432         if a particular JUMP_INSN is a computed jump.
9433         * rtlanal.c (jmp_uses_reg_or_mem): New function.
9434         (computed_jump_p): Likewise.
9435         * rtl.h (computed_jump_p): Declare.
9436         * genattrtab.c (pc_rtx): Define and initialize.
9437         * loop.c (loop_optimize): Always determine if the current
9438         function has a computed jump.
9439         (indirect_jump_in_function_p): Use computed_jump_p to determine
9440         if a particular JUMP_INSN is a computed jump.
9441
9442         * loop.c (fix_bct_param): Delete unused function.
9443         (check_bct_param): Likewise.
9444
9445 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
9446
9447         * frame.c (__deregister_frame): Check properly for initialized object.
9448
9449 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9450
9451         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
9452
9453 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9454
9455         * jump.c (thread_jumps): check can_reverse_comparison_p before
9456         threading a reversed-condition jump.
9457
9458         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
9459         * haifa-sched.c (update_flow_info): Likewise.
9460
9461 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
9462
9463         * Makefile.in (BOOT_CFLAGS): Use -O2.
9464
9465         * configure.in (strtoul, bsearch): Have autoconf check for these
9466         functions.
9467         * configure, config.in: Rebuilt.
9468
9469         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
9470         * mips/mips.h (alloca): Likewise.
9471         * rs6000/xm-rs6000.h (alloca): Likewise.
9472         * rs6000/xm-sysv4.h: Likewise.
9473
9474 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
9475
9476         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
9477         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
9478         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
9479
9480         * except.c (end_eh_unwinder): Subtract 1 from return address.
9481         * libgcc2.c (__throw): Likewise.
9482         (find_exception_handler): Don't change PC here.  Compare end with >.
9483
9484 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
9485
9486         * v850.c (compute_register_save_size): Correct register
9487         number.
9488         * v850.md (save_interrupt, return_interrupt): Correct
9489         register number.
9490         * v850/lib1funcs.asm (save_interrupt): Correct register number.
9491         (return_interrupt): Use stack pointer, not element pointer.
9492
9493 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
9494
9495         * configure.in, configure: Make sure to create the stage* and include
9496         symbolic links in each subdirectory.
9497
9498 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
9499
9500         * pa.md (reload_peepholes): Don't allow addresses with side
9501         effects for the memory operand.
9502
9503 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9504
9505         * libgcc2.c (find_exception_handler): Subtract one from our PC when
9506         looking for a handler, to avoid hitting the beginning of the next
9507         region.
9508
9509         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
9510
9511 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
9512
9513         * mips/abi64.h (LONG_MAX_SPEC): Define.
9514         * mips.h (LONG_MAX_SPEC): Define.
9515         (CPP_SPEC): Include long_max_spec.
9516         (EXTRA_SPECS): Include long_max_spec.
9517
9518 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
9519
9520         * v850.c (construct_save_jarl): Fix thinko in last change.
9521
9522 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
9523
9524         * version.c: Bump for snapshot.
9525
9526 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9527
9528         * libgcc2.c (find_exception_handler): Not found is -1.
9529
9530         * integrate.c (expand_inline_function): Move expand_start_bindings
9531         after expanding the arguments.
9532
9533 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
9534
9535         * expr.c (expand_expr): Remove previous incorrect change.
9536         If target and slot has no DECL_RTL, then call mark_addressable
9537         again for the slot after we give it RTL.
9538
9539 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
9540
9541         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
9542         again for the slot after we give it RTL.
9543
9544 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
9545
9546         * v850.c (register_is_ok_for_epilogue,
9547         pattern_is_ok_for_epilogue, construct_restore_jr,
9548         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
9549
9550         * v850.h (pattern_is_ok_for_prologue,
9551         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
9552         predicates.
9553
9554         * v850.md: Replace prologue and epilogue patterns with a
9555         match_parallel pattern.
9556
9557 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
9558
9559         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
9560         * configure.in: Use EGCS_PROG_INSTALL.
9561
9562 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
9563
9564         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
9565         extern inline function.
9566
9567 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
9568
9569         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
9570         (concat_loc_descriptor): New function.
9571         (loc_descriptor): Call it.
9572         (add_AT_location_description): Also elide the descriptor if both
9573         halves of a CONCAT are pseudos.
9574         (add_location_or_const_value_attribute): Recognize CONCAT too.
9575
9576 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
9577
9578         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
9579
9580         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
9581         out-or-range reg_offset.
9582         (output_epilog): Likewise.
9583
9584 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
9585
9586         * cse.c (simplify_relational_operation): If MODE specifies a
9587         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
9588         is derived from the sign bit of the low word.
9589
9590 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9591
9592         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
9593
9594         * dwarf2.h: Add DW_CFA_GNU_args_size.
9595         * frame.c (execute_cfa_insn): Likewise.
9596         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
9597         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
9598         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
9599         insn, hand it off to dwarf2out_stack_adjust.
9600         (dwarf2out_begin_prologue): Initialize args_size.
9601         * frame.h (struct frame_state): Add args_size.
9602         * libgcc2.c (__throw): Use args_size.
9603         * final.c (final_scan_insn): If we push args, hand off all insns
9604         to dwarf2out_frame_debug.
9605         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
9606
9607         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
9608         Handle epilogue restore of SP from FP.
9609         * emit-rtl.c (gen_sequence): Still generate a sequence if the
9610         lone insn has RTX_FRAME_RELATED_P set.
9611
9612         * frame.c (extract_cie_info): Handle "e" augmentation.
9613         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
9614         absence of UNALIGNED_*_ASM_OP.
9615         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
9616         (output_call_frame_info): Use "e" instead of "z" for augmentation.
9617         Don't emit augmentation fields length.
9618         (dwarf2out_do_frame): Move outside of #ifdefs.
9619         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
9620         opcodes.
9621
9622         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
9623         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
9624         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
9625         * sparc/sun4gas.h: New file.
9626         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
9627
9628         * collect2.c (write_c_file_stat, write_c_file_glob): Declare
9629         __register_frame_table and __deregister_frame.
9630
9631 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
9632
9633         * except.c (find_exception_handler_labels): Use xmalloc instead of
9634         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
9635         in some cases.
9636
9637 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
9638
9639         * Makefile.in: Various changes to build info files
9640         in the object tree rather than the source tree.
9641
9642 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
9643
9644         * fixinc.math: New file to fix math.h on some systems.
9645         * configure.in (freebsd, netbsd): Use fixinc.math on these
9646         systems.
9647         * configure: Rebuilt.
9648
9649 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
9650
9651         * regmove.c (regmove_optimize): If we end up moving the
9652         original insn due to lifetime overlaps, make sure to move
9653         REG_NOTES too.
9654
9655 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9656
9657         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
9658
9659 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
9660
9661         * haifa-sched.c (add_branch_dependences): Make each insn in
9662         a SCHED_GROUP_P block explicitly depend on the previous insn.
9663
9664 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
9665
9666         * except.h: Prototype dwarf2 hooks.
9667         * expr.c: Adjust.
9668
9669 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
9670
9671         * configure.in (native_prefix): Delete.
9672         (mips-dec-netbsd): Don't set prefix.
9673         (*linux*): Don't set prefix.
9674
9675 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
9676
9677         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
9678         defined.  If not defined, include <sys/varargs.h> if
9679         HAVE_SYS_VARARGS_H is defined.
9680         * configure.in: Test for varargs.h and sys/varargs.h.
9681         * configure: Regenerate with autoconf.
9682         * config.in: Regenerate with autoheader.
9683
9684         * cpplib.c (quote_string): Cast first arg of sprintf call
9685         from "unsigned char *" to "char *".
9686         (output_line_command): Ditto.
9687         (macroexpand): Ditto.
9688         (do_line): Cast atoi arg from "unsigned char *" to "char *".
9689
9690 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
9691
9692         * version.c: Bump for snapshot.
9693
9694         * Makefile.in (compare): Exit with nonzero status if there
9695         are comparison failures.  Note which files failed the
9696         comparison test in .bad_compare.
9697
9698 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9699
9700         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
9701
9702 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
9703
9704         * Makefile.in (LN, LN_S): New macros, use where appropriate.
9705         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
9706         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
9707         * configure: Regenerated.
9708
9709 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
9710
9711         * loop.c (strength_reduce): Fix typo.
9712
9713 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
9714
9715         * m88k/m88k.c (struct option): Rename to struct options.
9716         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
9717         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
9718         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
9719         __DOLPHIN__ or sysV88.
9720
9721 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
9722
9723         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
9724         create new subreg.
9725
9726 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9727
9728         * config.sub: Accept 'amigados' for backward compatability.
9729
9730 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9731
9732         * Makefile.in (testsuite/site.exp): New target.
9733         (check-gcc, check-g++): Depend on testsuite/site.exp.
9734         Don't stop for failure.
9735
9736 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
9737
9738         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
9739         if DWARF2_UNWIND_INFO.
9740
9741 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
9742
9743         Add support for exception handling using DWARF 2 frame unwind info.
9744         Currently works on SPARC and MIPS, and almost on x86.
9745
9746         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
9747         next_stack_level, in_reg_window): Helper fns.
9748         (__throw): Implement for DWARF2_UNWIND_INFO.
9749
9750         * expr.c (expand_builtin): Handle builtins used by __throw.
9751         * tree.h (enum built_in_function): Add builtins used by __throw.
9752         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
9753         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
9754         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
9755         (expand_builtin_extract_return_addr): Likewise.
9756         (expand_builtin_frob_return_addr): Likewise.
9757         (expand_builtin_set_return_addr_reg): Likewise.
9758         (expand_builtin_eh_stub): Likewise.
9759         (expand_builtin_set_eh_regs): Likewise.
9760         (eh_regs): Choose two call-clobbered registers for passing back values.
9761
9762         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
9763         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
9764         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
9765         (stmp-multilib): Likewise.
9766         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
9767
9768         * except.c: #include "defaults.h".
9769         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
9770         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
9771         (register_exception_table_p): New fn.
9772         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
9773         (end_eh_unwinder): Likewise.
9774
9775         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
9776         call __register_frame and __deregister_frame as needed.
9777         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
9778         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
9779         EH_FRAME_SECTION_ASM_OP.
9780         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
9781         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
9782         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
9783
9784         * dwarf2out.c (output_call_frame_info): If no support for
9785         EXCEPTION_SECTION, mark the start of the frame info with a
9786         collectable tag.
9787         * collect2.c (frame_tables): New list.
9788         (is_ctor_dtor): Recognise frame entries.
9789         (scan_prog_file): Likewise.
9790         (main): Pass -fno-exceptions to sub-compile.  Also do collection
9791         if there are any frame entries.
9792         (write_c_file_stat): Call __register_frame_table and
9793         __deregister_frame as needed.
9794         (write_c_file_glob): Likewise.
9795
9796         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
9797         Also require unaligned reloc support.
9798         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
9799         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
9800         * sparc/sysv4.h: Not here.
9801
9802         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
9803         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
9804         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
9805
9806         * libgcc2.c (L_eh): Reorganize, moving code shared by different
9807         EH implementations to the top.
9808         (find_exception_handler): Split out.  Start from 0.  Compare against
9809         end with >=.
9810         (__find_first_exception_table_match): Use it.
9811         * except.c (output_exception_table): Don't do anything if there's
9812         no table.  Don't output a first entry of zeroes.
9813         (eh_outer_context): Adjust properly.
9814         (add_eh_table_entry): Use xrealloc.
9815         * toplev.c (compile_file): Just call output_exception_table.
9816
9817 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
9818
9819         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
9820
9821 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
9822
9823         * except.c (eh_outer_context): Do masking using expand_and.
9824
9825 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
9826
9827         Add port done awhile ago for the ARC cpu.
9828         * arc/arc.h: New file.
9829         * arc/arc.c: New file.
9830         * arc/arc.md: New file.
9831         * arc/initfini.c: New file.
9832         * arc/lib1funcs.asm: New file.
9833         * arc/t-arc: New file.
9834         * arc/xm-arc.h: New file.
9835         * ginclude/va-arc.h: New file.
9836         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
9837         * ginclude/varargs.h: Likewise.
9838         * Makefile.in (USER_H): Add va-arc.h.
9839         * configure.in (arc-*-elf*): Recognize.
9840         * longlong.h: Add ARC support.
9841
9842 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
9843
9844         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
9845         when clearing non-BLKmode data.
9846
9847 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9848
9849         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
9850         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
9851
9852         * xm-m88k.h (USG): Only define if it hasn't already been defined.
9853
9854         * Makefile.in (risky-stage1): Delete gratutious whitespace.
9855
9856         * Makefile.in (clean): Delete libgcc1-test.
9857
9858         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
9859
9860 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
9861
9862         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
9863         template.
9864
9865 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9866
9867         * dwarf2out.c (output_call_frame_info): Call named_section.
9868
9869 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
9870
9871         * haifa-sched.c (print_value): Fix last change.
9872
9873 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9874
9875         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
9876         write_symbols.
9877
9878 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
9879
9880         * mips.c (function_prologue): Set up the CFA when ABI_32.
9881
9882         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
9883         for dwarf2 unwind info.
9884         (output_function_prologue, sparc_flat_output_function_prologue): Same.
9885
9886         * final.c (final_end_function): Check dwarf2out_do_frame instead
9887         of DWARF2_DEBUG for dwarf2 unwind info.
9888         (final_scan_insn): Likewise.
9889         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
9890         (final): Not here.
9891
9892         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
9893         count > 0.
9894
9895         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
9896
9897 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
9898
9899         * v850.h (ASM_SPEC): Pass on target processor.
9900         (CPP_PREDEFINES): Only define if not already specified.
9901         (TARGET_VERSION): Only define if not already specified.
9902         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
9903         processor.
9904         (EXTRA_SWITCHES): Extra entries in the switches array.
9905         (TARGET_DEFAULT): Set default target processor.
9906
9907 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
9908
9909         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
9910         cases, add %# and %/, and add : to make them into extended asms.
9911
9912 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
9913
9914         * alias.c (init_alias_analysis): Clean up incompatible pointer
9915         type warning in bzero.
9916         * regmove.c (regmove_optimize): Ditto.
9917         * haifa-sched.c (find_rgns): Ditto.
9918
9919         * haifa-sched.c (print_value): Clean up ptr->int cast
9920         warnings.
9921
9922 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9923
9924         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
9925         * install.texi (Configurations): Ditto.
9926         * config.sub: Ditto.
9927
9928 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
9929
9930         * Makefile.in (sdbout.o): Depend on insn-config.h.
9931
9932 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
9933
9934         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
9935         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
9936
9937 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
9938
9939         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
9940         prologue insn, only the first elt is significant.
9941         (output_call_frame_info): For exception handling, always use 4-byte
9942         fields as specified by the dwarf2 spec.
9943         Don't skip trivial FDEs.
9944
9945 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
9946
9947         * version.c: Bump for snapshot.
9948
9949 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
9950
9951         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
9952         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
9953         when op1_is_pow2.
9954
9955 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
9956
9957         * final.c (shorten_branches): During first pass, assume worst
9958         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
9959
9960         * Makefile.in (distclean): Remove various things left around
9961         by running the testsuite.
9962
9963 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9964
9965         * configure.in (out_file): Emit definition to config.status in order
9966         to have a defined value for configure.lang.
9967         * configure: Re-built.
9968
9969 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
9970
9971         * configure.in: Make symlink to as-new rather than as.new.  Similarly
9972         for ld-new.
9973         * configure: Rebuilt.
9974
9975 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
9976
9977         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
9978
9979 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
9980
9981         * sparc/sparc.md: Add ultrasparc scheduling support.
9982         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
9983
9984 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9985
9986         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
9987         as initial value for real_label_map.
9988         (copy_for_inline): Likewise.
9989
9990 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9991
9992         * sched.c (update_flow_info) When looking if to set found_split_dest
9993         or found_orig_dest, look at all parts of a PARALLEL.
9994         * haifa-sched.c (update_flow_info): Likewise.
9995
9996 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
9997
9998         * v850: New directory for v850 port.
9999         * v850/lib1funcs.asm: New file.
10000         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
10001         * ginclude/va-v850.h: New file.
10002         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
10003         * configure.in (mn10200-*-*): New target.
10004         * configure: Rebuilt.
10005         * config.sub: Handle v850-elf.
10006         * Makefile.in (USER_H): Add va-mn10200.h.
10007         * invoke.texi: Document v850 stuff.
10008
10009 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
10010
10011         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
10012         has integer TYPE_{MAX,MIN}_VALUE before using them.
10013
10014         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
10015         __HPUX_ASM__ versions.
10016
10017 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
10018
10019         * install.sh: Delete duplicate install script.
10020
10021 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
10022
10023         * reg-stack.c (subst_stack_regs): Pop the stack register for a
10024         computed goto which sets the same stack register.
10025
10026         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
10027         destination are both on the regstack.
10028         (subst_stack_regs_pat): Put the destination at the top of the regstack.
10029
10030 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
10031
10032         * mips.md (nonlocal_goto_receiver): Define.
10033
10034         * profile.c (output_arc_profiler): Check next_insert_after for non
10035         NULL before deferencing it.
10036
10037         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
10038
10039 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
10040
10041         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
10042
10043 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
10044
10045         * toplev.c (rest_of_compilation): For passes starting with
10046         flow_analysis, use print_rtl_with_bb instead of print_rtl.
10047
10048         * print-rtl.c (print_rtl_single): Print a single rtl value to a
10049         file.
10050
10051         * flow.c (print_rtl_with_bb): Print which insns start and end
10052         basic blocks.  For the start of a basic block, also print the live
10053         information.
10054
10055 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
10056
10057         * toplev.c (main): Change #elif to #else/#ifdef
10058
10059         * tlink.c: Include ctype.h.
10060         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
10061
10062 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
10063
10064         * bitmap.c: Conditionally include stdlib.h.
10065         (free): Provide a declaration if NEED_DECLARATION_FREE.
10066
10067 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
10068
10069         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
10070
10071 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
10072
10073         * profile.c (output_arc_profiler): Verify next_insert_after is an
10074         INSN before and after skipping a stack pop.
10075
10076 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10077
10078         * final.c (shorten_branches): Don't count the lengths of deleted
10079         instructions.
10080
10081 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
10082
10083         * version.c: Bump for snapshot.
10084
10085 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
10086
10087         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
10088         two bitmaps ANDed together.
10089         (bitmap_print): Declare.
10090
10091         * bitmap.c (function_obstack): Don't declare any more.
10092         (bitmap_obstack): Obstack for allocating links from.
10093         (bitmap_obstack_init): New static to say whether to initialize
10094         bitmap_obstack.
10095         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
10096         (bitmap_release_memory): Free all memory allocated from
10097         bitmap_obstack.
10098
10099         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
10100         EXECUTE_IF_AND_IN_BITMAP.
10101
10102 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
10103
10104         * alias.c (true_dependence): Address with AND can alias scalars.
10105         (anti_dependence, output_dependence): Likewise.
10106
10107         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
10108
10109 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
10110
10111         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
10112           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
10113           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
10114           definitions.  Use -qrtems instead of -mrtems.
10115
10116 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
10117
10118         * xm-sco5.h (sys_siglist): Define.
10119         (SYS_SIGLIST_DECLARED): Likewise.
10120
10121 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
10122
10123         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
10124
10125 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
10126
10127         * except.c (eh_outer_context): Expand masking operation using
10128         expand_binop.
10129
10130 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
10131
10132         * alpha.md (floatdisf2-1): New pattern.
10133
10134 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
10135
10136         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
10137         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
10138         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
10139         * gcc.texi: Note that if you define sys_siglist that you should
10140         also define SYS_SIGLIST_DECLARED.
10141
10142         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
10143         are relative to the next instruction, not the current instruction.
10144
10145 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
10146
10147         * local-alloc.c (contains_replace_regs): New function.
10148         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
10149         verify that there is no existing REG_EQUIV note, and add a call to
10150         contains_place_regs.
10151
10152 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10153
10154         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
10155         (STARTFILE_SPEC): Always use crtbegin.o%s
10156         (ENDFILE_SPEC): Always use crtend.o%s.
10157
10158 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
10159
10160         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
10161         is passed in.
10162         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
10163         SFmode for 64 bit hosts.
10164
10165 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
10166
10167         * fixincludes: Permits spaces between # and define.  Discard C++
10168         comments in sys/pci.h on HP/UX 10.20.
10169
10170 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
10171
10172         * version.c: Bump for snapshot.
10173
10174         * pa.c (restore_unscaled_index_insn_codes): New function.
10175         (record_unscaled_index_insn_codes): Likewise.
10176         (output_function_prologue): Call restore_unscaled_index_insn_codes.
10177         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
10178         (pa_reorg): Call record_unscaled_index_insn_codes.
10179
10180         * haifa-sched.c (move_insn): Handle notes correctly for insns
10181         with SCHED_GROUP_P set.
10182
10183 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10184
10185         * alpha/xm-linux.h (USE_BFD): Undef before define.
10186
10187 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
10188
10189         * cse.c (cse_insn): Don't record BLKmode values.
10190
10191 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
10192
10193         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
10194
10195 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
10196
10197         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
10198         * collect2.c (sys_errlist): Likewise.
10199         * cpplib.c (sys_errlist): Likewise.
10200         * gcc.c (sys_errlist): Likewise.
10201         * protoize (sys_errlist): Likewise.
10202         * configure.in: Check for strerror.
10203         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
10204         * xm-gnu.h (HAVE_STRERROR): Likewise.
10205         * xm-linux.h (HAVE_STRERROR): Likewise.
10206         * xm-netbsd.h (HAVE_STRERROR): Likewise.
10207         * xm-bsd386.h (HAVE_STRERROR): Likewise.
10208         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
10209         * xm-dos.h (HAVE_STRERROR): Likewise.
10210         * xm-mingw32.h (HAVE_STRERROR): Likewise.
10211         * xm-pa.h (HAVE_STRERROR): Likewise.
10212         * xm-papro.h (HAVE_STRERROR): Likewise.
10213         * xm-sysv4.h (HAVE_STRERROR): Likewise.
10214         * configure, config.in: Rebuilt.
10215
10216         * Makefile.in: Add several missing "else true" clauses.
10217
10218         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
10219         * mips-tfile.c: Likewise.
10220         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
10221         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
10222         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
10223         * configure.in: Check for sys_siglist declaration.
10224         * configure, config.in: Rebuilt.
10225
10226 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
10227
10228         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
10229         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
10230         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
10231         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
10232         * rs6000/sysv4.h (extra_subtarget_switches): Added new
10233         macro EXTRA_SUBTARGET_SWITCHES.
10234         * configure.in (sh*-*-rtems*): New target.
10235         * sh/rtems.h: New file.
10236         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
10237         * configure: Rebuilt.
10238
10239 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
10240
10241         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
10242
10243 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
10244
10245         * rs6000.md: Make DF fused-add operations pay attention to
10246         -mno-fused-add.
10247
10248 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
10249
10250         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
10251
10252 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
10253
10254         * pa.md (reload_peepholes): Make sure operand is a REG before
10255         examining REGNO.  Allow general registers too.
10256
10257 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
10258
10259         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
10260
10261 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
10262
10263         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
10264         to reallocate abbrev_die_table.
10265
10266 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
10267
10268         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
10269
10270 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10271
10272         * Makefile.in (config.status): Depend on version.c
10273
10274         * expr.h (insn_gen_function): Reenable prototype.
10275
10276         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
10277         first parameter.
10278
10279 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
10280
10281         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
10282
10283 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
10284
10285         * version.c: Bump for latest snapshot.
10286
10287         * bc-optab.c: Conditionally include stdlib.h.
10288         (free): Provide a declaration if NEED_DECLARATION_FREE.
10289         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
10290         * rtl.h (free): Remove declaration.
10291         * tree.h (free): Remvoe declaration.
10292
10293         * configure: Rebuilt.
10294
10295 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
10296
10297         * flags.h (flag_move_all_movables): Declare.
10298         (flag_reduce_all_givs): Likewise.
10299         * loop.c (move_movables): Handle flag_move_all_movables.
10300         (strength_reduce): Handle flag_reduce_all_givs.
10301         * toplev.c (flag_move_all_movables): Define.
10302         (flag_reduce_all_givs): Likewise.
10303         (f_options): Add -fmove-all-movables and -freduce-all-givs.
10304         * invoke.texi: Document new options, including alias stuff that
10305         wasn't included last time.
10306
10307 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
10308
10309         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
10310         * t-mn10200: Ditto.
10311         * t-vxsparc: Ditto.
10312         * t-vxworks68: Ditto.
10313         * t-vxworks960: Ditto.
10314         * t-vx29k: Ditto.
10315
10316 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
10317
10318         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
10319         if not already defined, and USE_C_ALLOCA not defined.
10320
10321 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
10322
10323         * config.guess: Replace with script that uses ../config.guess.
10324
10325         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
10326         if USE_GNULIBC_1 is not defined.
10327
10328 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
10329
10330         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
10331         * config.guess: Recognize alpha-linux-gnulibc1.
10332         * configure.in (alpha-*-linux-gnulibc1): New target.
10333         (alpha-*-linux-gnu*): Don't build crtbegin/end.
10334
10335 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
10336
10337         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
10338         last change.
10339
10340 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
10341
10342         * loop.c (combine_movables): Earlier insns don't match later ones.
10343
10344 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
10345
10346         * config/linux.h (CC1_SPEC): Define it only if not defined.
10347
10348         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
10349         <linux.h>
10350
10351         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
10352         USE_GNULIBC_1 is not defined.
10353
10354         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
10355
10356         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
10357         as 1 if USE_GNULIBC_1 is not defined.
10358
10359 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
10360
10361         * reorg.c (dbr_schedule): Allow current_function_return_rtx
10362         to be something other than a REG.
10363         * function.c (expand_function_end): Fix current_function_return_rtx
10364         if it was a pseudo.
10365
10366         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
10367         * x-netbsd: Likewise
10368         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
10369         (INSTALL_HEADERS): Delete.
10370         * x-dguxbcs: Likewise.
10371         * x-hp3bsd44: Likewise
10372         * x-pa: Likewise.
10373
10374 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
10375
10376         * i386.md (pop): pop increments the stack pointer.
10377         (prologue_set_stack_ptr): New pattern.
10378         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
10379         instead of subsi3.
10380
10381 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
10382
10383         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
10384         address where an offsettable address is required.
10385
10386 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
10387
10388         * loop.c (check_final_value): Don't miss a biv increment in a
10389         parallel.
10390
10391 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
10392
10393         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
10394         TYPE_DECL_IS_STUB instead of DECL_NAME.
10395
10396 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10397
10398         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
10399
10400 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
10401
10402         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
10403
10404 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
10405
10406         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
10407         (find_post_sched_live): Likewise.
10408
10409         * haifa-sched.c (schedule_block): Remove old code to get arguments
10410         from hard regs into pseudos early.
10411
10412 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
10413
10414         * version.c: Bump for new snapshot.
10415
10416         * local-alloc.c (update_equiv_regs): All the target to reject
10417         promotion of some REG_EQUAL to REG_EQUIV notes.
10418         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
10419
10420         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
10421         secondary reloads.
10422
10423         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
10424         store of the argument registers.
10425
10426 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
10427
10428         * fold-const.c (multiple_of_p): New function.
10429         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
10430
10431 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
10432
10433         * expr.h (insn_gen_function): Temporarily remove prototype.
10434
10435 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
10436
10437         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
10438         filenames.  Use sed to extract base filename for install.
10439
10440 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
10441
10442         * unroll.c (find_splittable_givs): Only share if two givs have the
10443         same add and multiply values.
10444
10445 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
10446
10447         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
10448         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
10449
10450 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
10451
10452         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
10453         around branch tables.
10454         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
10455         and .end_brtab directives if TARGET_GAS.
10456
10457 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
10458
10459         * alias.c (true_dependence): Pass x_addr not x to varies.
10460
10461         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
10462         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
10463         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
10464         declarations.
10465         * config.in, configure: Regenerate.
10466
10467 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
10468
10469         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
10470         LO_SUM.
10471         (record_set): Handle LO_SUM like PLUS.
10472         (init_alias_analysis): When following chains of base addresses,
10473         do not stop on reaching a hard register.
10474
10475 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
10476
10477         * version.c: Bump for new snapshot.
10478
10479 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
10480
10481         * alpha.h (ARCH_ASM_FILE_START): Define.
10482         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
10483         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
10484
10485 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
10486
10487         * Makefile.in (install-common): Put gcov comment at start of line.
10488
10489 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
10490
10491         * alias.c (init_alias_analysis): When simplifying the reg_base_value
10492         array, simplify entries for hard registers too.
10493
10494 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
10495
10496         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
10497         list.
10498
10499 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
10500
10501         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
10502         block_stack before dereferencing it.
10503
10504 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
10505
10506         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
10507
10508 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
10509
10510         * cplus-dem.c: Add 'extern' to prepends_underscore.
10511
10512 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
10513
10514         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
10515         (get_issue_rate): Delete.
10516         * pa.h (ISSUE_RATE): Define.
10517
10518         * configure.in: Turn on haifa by default for the PA.
10519         * configure: Rebuilt.
10520         * pa.c (override_options): Accept -mschedule=7200 option.
10521         (pa_adjust_cost): No longer need to scale costs for newer
10522         processors.
10523         * pa.h (enum processor_type): Add PROCESSOR_7200.
10524         * pa.md: Revamp scheduling parameters to work better with
10525         haifa.  Add scheduling parameters for the 7200.
10526
10527         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
10528         insns too.
10529         (schedule_block): When adjusting basic_block_{head,end}, account
10530         for movement of SCHED_GROUP_P insns too.
10531
10532         * haifa-sched.c (debug_dependencies): Fix thinko.
10533
10534         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
10535         (site.exp, check, check-g++, check-gcc): New targets.
10536
10537         * haifa-sched.c: Make lots of variables static.
10538
10539 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10540
10541         * expr.h, real.h: Finish prototyping.
10542
10543 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
10544
10545         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
10546         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
10547         * reload1.c: Undo bugfix from Aug 11.
10548
10549 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
10550
10551         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
10552         quotes around the name.
10553         * configure: Regenerate.
10554
10555 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
10556
10557         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
10558
10559 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
10560
10561         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
10562         to sub-makes to avoid building more passes than the user might have
10563         requested on the command line.
10564
10565 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
10566
10567         * configure.in: Expurgate `broken_install' (install is
10568         autoconfed).
10569
10570         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
10571         relevant).
10572
10573 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
10574
10575         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
10576         functions and declarations.
10577         (analyze_loop_iterations): Use condjump_p.
10578         (insert_bct): Likewise.  Use exact_log2.
10579
10580 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
10581
10582         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
10583         (schedule_region): Likewise.
10584         (schedule_insns): Likewise.
10585
10586         * PROJECTS: Update with Haifa stuff.
10587
10588 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
10589
10590         * version.c: Change the version string to look like:
10591         egcs-2.90.00 970814 (gcc2-970802 experimental).
10592
10593         * loop.c (is_conditional_branch): Make definition match declaration.
10594
10595         * gcc.c: Take out experimental snapshot warning message.
10596
10597 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
10598
10599         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
10600         print out the names of the notes.  Print out the name of the insn
10601         that is not a note, and not an {,CALL_,JUMP_}INSN.
10602
10603 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
10604
10605         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
10606         again for the slot after we give it RTL.
10607
10608 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
10609
10610         * configure.in (haifa configury): Fix typo.
10611         * configure: Regenerate.
10612
10613 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
10614
10615         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
10616
10617         * gcc.info*: Rebuilt.
10618
10619         * COPYING.g77, README.g77: New files.
10620         * real.c (ereal_unto_float, ereal_unto_double): New functions.
10621         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
10622         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
10623
10624 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
10625
10626         * Integrate Haifa instruction scheduler.
10627         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
10628         to sched with $(SCHED_CFLAGS.
10629         * configure.in: Handle --enable-haifa.
10630         * configure: Rebuilt.
10631         * flags.h: Add new flags for haifa instruction scheduler.
10632         * genattrtab.c (expand_units): For haifa, don't subtract one
10633         when computing blockage.
10634         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
10635         (flag_schedule_speculative): Ditto.
10636         (flag_schedule_speculative_load): Ditto.
10637         (flag_schedule_speculative_load_dangerous): Ditto.
10638         (flag_schedule_reverse_before_reload): Ditto.
10639         (flag_schedule_reverse_after_reload): Ditto.
10640         (flag_branch_on_count_reg): Ditto.
10641         (f_options): Add Haifa switches.
10642         (main): Turn off some Haifa options if appropriate macro is
10643         defined.  Process Haifa switches.
10644         * unroll.c (iteration_info): No longer static, since Haifa
10645         scheduler uses it.
10646         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
10647         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
10648         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
10649         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
10650         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
10651         storage for the Haifa scheduler.
10652         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
10653         LABEL_NEXTREF.
10654         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
10655         are defined, call analyze_loop_iterations and insert_bct to use
10656         countdown loops.
10657         (record_giv): Refine test for jumps out of loops if HAIFA is
10658         defined.
10659         (analyze_loop_iterations): New function to identify if we can use
10660         a countdown loop.
10661         (insert_bct): Insert countdown loop.
10662         (instrument_loop_bct): Low level code to insert countdown loop.
10663         (loop_number): Calculate UID of loop.
10664         (indirect_jump_in_function_p): Return true if an indirect jump is
10665         in the function.
10666         (is_power_of_2): Return true if value is a power of 2.
10667         (is_conditional_branch): Return true if insn is a conditional
10668         jump.
10669         (fix_bct_param): Process -fbct-{min,max}-N switches.
10670         (check_bct_param): Return true if loop should be instrumented.
10671         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
10672         (loop_optimize): Initialize.
10673         (get_condition_for_loop): Ditto.
10674         * loop.c (strength_reduce): Inside of code that uses #ifdef
10675         HAVE_decrement_and_branch_on_count code, test it to make sure the
10676         condition is true.
10677         (instrument_loop_bct): Ditto.
10678         * haifa-sched.c: New file.
10679
10680
10681         * Integrate regmove pass.
10682         * Makefile.in (OBJS): Add regmove.o
10683         (regmove.o): Add dependencies.
10684         * flow.c (find_use_as_address): No longer static.
10685         * rtl.h (find_use_as_address): Declare.
10686         * toplev.c (regmove_dump, flag_regmove): Define.
10687         (f_options): Add -fregmove.
10688         (regmove_dump_file, regmove_time): Define.
10689         (fatal_insn): Close the regmove dump file.
10690         (compile_file): Initialize regmove_time; open/close the regmove dump
10691         file as needed.  Print regmove time as needed.
10692         (rest_of_compilation): Run regmove pass if requested, dump
10693         RTL after regmove if requested.
10694         (main): If -O2 or more, turn on regmove.  Handle dump switches.
10695         * regmove.c: New file.
10696
10697 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
10698
10699         * Integrate tlink patch from jason@cygnus.com
10700         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
10701         (process_command): Increment n_switches for them.  Don't discard
10702         their args.  Validate them.
10703         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
10704         From Rohan Lenard.
10705         (process_command): Set include_prefixes from COMPILER_PATH.
10706         (main): Set COLLECT_GCC_OPTIONS sooner.
10707         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
10708         * tlink.c, hash.c, hash.h: New files.
10709         * Makefile.in (USE_COLLECT2): Always use collect2.
10710         (collect2): Depend on and link in hash.o and tlink.o.
10711         (tlink.o, hash.o): Add dependencies.
10712
10713 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
10714
10715         * Integrate alias analysis changes from jfc@mit.edu
10716         * Makefile.in (OBJS): Add alias.o
10717         (alias.o): Add dependencies.
10718         * alias.c: New file.
10719         * sched.c: Remove alias analysis code.  It lives in alias.c now.
10720         (sched_analyze_2): Add new arguments to true_dependence.
10721         (schedule_insns): Always call init_alias_analysis.
10722         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
10723         mark return value from such functions as a pointer and keep track of
10724         them for alias analysis.  If a return value from a function is a
10725         pointer, mark it as such.
10726         * combine.c (distribute_notes): Handle REG_NOALIAS.
10727         * cse.c (struct write_data): Delete.  No longer needed.
10728         (invalidate): Don't call set_nonvarying_address_components anymore.
10729         Use true_dependence to decide if an entry should be removed from
10730         the hash table.
10731         (invalidate_memory): Remove WRITES argument, simplify appropriately.
10732         Fix all callers.
10733         (note_mem_written): Similarly for WRITE_PTR argument.
10734         (invalidate_from_clobbers): Similarly for W argument.
10735         (invalidate_for_call): Remove memory elements from the hash table.
10736         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
10737         (cse_rtx_varies_p): New function.  Derived from old
10738         cse_rtx_addr_varies_p.
10739         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
10740         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
10741         pointer if PUSH_ROUNDING is defined.  No longer need to call
10742         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
10743         (skipped_writes_memory): Remove variable.
10744         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
10745         (invalidate_skipped_block): Simplify for new alias analysis code.
10746         (cse_set_around_loop): Likewise.
10747         (cse_main): Call init_alias_analysis.
10748         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
10749         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
10750         (f_options): Add new alias checking arguments.
10751         (main): Set flag_alias_check when optimizing.
10752         * local_alloc (validate_equiv_mem_from_store): Add new arguments
10753         to true_dependence.
10754         (memref_referenced_p): Likewise.
10755         * loop.c (NUM_STORES): Increase to 30.
10756         (prescan_loop): Only non-constant calls set unknown_address_altered.
10757         (invariant_p): Add new arguments to true_dependence.
10758         (record_giv): Initialize unrolled and shared fields.
10759         (emit_iv_add_mult): Call record_base_value as needed.
10760         * loop.h (struct induction): Add unrolled and shared fields.
10761         * unroll.c  (unroll_loop): Call record_base_value as needed.
10762         (copy_loop_body): Likewise.
10763         (final_biv_value): Likewise.
10764         (final_giv_value): Likewise.
10765         (find_splittable_regs): Likewise.  Only create one new pseudo
10766         if we have multiple address GIVs that were combined with the same
10767         dst_reg GIV.  Note when a new register is created due to unrolling.
10768         * rtl.c (reg_note_name): Add REG_NOALIAS.
10769         * rtl.h (enum reg_note): Similarly.
10770         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
10771         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
10772         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
10773         (true_dependence, read_dependence, anti_dependence): Likewise.
10774         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
10775         (mark_user_reg, mark_reg_pointer): Likewise.
10776
10777
10778         * Integrate reload bugfix from Wilon which enables the PA port
10779         to bootstrap again.
10780         * reload1.c (reload): Sum needs for both OPADDR_ADDR and
10781         OPERAND_ADDRESS when computing how many registers an insn needs.
10782         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
10783         conflict.
10784         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
10785         OPADDR_ADDR reload.
10786         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
10787         in reload_reg_use_in_op_addr do not reach the end.
10788         do not reach the end.
10789         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
10790         RELOAD_FOR_OPERAND_ADDRESS.
10791
10792 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
10793
10794         * egcs project officially starts.
10795
10796 Local Variables:
10797 add-log-time-format: current-time-string
10798 End: