OSDN Git Service

Fix IEEE negative zero problems
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Mon Jun  1 12:14:28 1998  Michael Meissner  <meissner@cygnus.com>
2
3         * config/fp-bit.c (_fp{add,div}_parts): Return correct IEEE result
4         in the presence of IEEE negative 0's.
5
6 Sun May 31 16:11:41 1998  John Wehle  (john@feith.com)
7
8         * reload.c (find_reloads): Record the existing mode if
9         operand_mode == VOIDmode before replacing a register with
10         a constant.
11         * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
12         i386_compare_op1 to const0_rtx for the benefit of the
13         conditional move patterns.
14         (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
15         based on suggestions from Jim Wilson.
16
17 Sun May 31 00:44:02 PDT 1998 Jeff Law  (law@cygnus.com)
18
19         * version.c: Bump for snapshot.
20
21 Sun May 31 00:34:17 1998  Bruce Korb <korbb@datadesign.com>
22
23         * Makefile.in (fixinc.sh): Update rules again.
24
25 Sun May 31 00:27:47 1998  Jeffrey A Law  (law@cygnus.com)
26
27         * extend.texi: Bring back reference to trampoline paper.
28
29 Sun May 31 00:22:34 1998  Ulrich Drepper  <drepper@cygnus.com>
30
31         * Makefile.in (USER_H): Add stdbool.h.
32         * ginclude/stdbool.h: New file.
33
34 Fri May 29 01:48:25 1998  Jeffrey A Law  (law@cygnus.com)
35
36         * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
37         of a non-note insn.
38
39         * gcse.c (pre_delete): Fix code to determine the mode of
40         the reaching pseudo register.
41
42 Fri May 29 01:07:28 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
43
44         * Makefile.in (GEN): Add gencheck
45         (STAGESTUFF): Add tree-check.h and gencheck.
46
47 Fri May 29 00:57:37 1998  Bruce Korb <korbb@datadesign.com>
48
49         * Makefile.in (cstamp-h.in): Remove before trying to recreate.
50         (fixinc.sh): Set some additional environment variables before
51         calling mkfixinc.sh.
52
53 Thu May 28 12:57:05 1998  Jeffrey A Law  (law@cygnus.com)
54
55         * reload.c (find_reloads): Do not force a reloads of match_operators.
56         
57 Thu May 28 10:22:22 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
58
59         * except.h (remove_handler): Add new prototype.
60         * except.c (remove_handler): New function to remove handlers
61         from an exception region.
62         * flow.c (find_basic_blocks_1): Remove handlers from regions when
63         handler label is deleted; remove exception regions with no handlers.
64
65 Thu May 28 09:36:39 1998  Michael Meissner  <meissner@cygnus.com>
66
67         * except.h (rtx): Define rtx type correctly if needed.
68         * function.h (rtx): Ditto.
69         (tree): Define tree type correctly if needed.
70
71         * c-pragma.c (toplevel): Include rtl.h.
72
73         * stor-layout.c (toplevel): Move include of rtl.h before
74         except.h.
75
76         * Makefile.in (c-pragma.o): Add except.h, rtl.h dependencies.
77         (tree.o): Add except.h dependency.
78         
79 Wed May 27 22:02:40 1998  Jeffrey A Law  (law@cygnus.com)
80
81         * reload1.c: Revert accidental checkin.
82
83         * configure.lang: Fix thinko when adding a definition for
84         target_alias to the Makefile.
85
86 Wed May 27 02:50:00 1998  Catherine Moore (clm@cygnus.com)
87
88         * config/sparc/lb1spc.asm (.rem and .urem):  Replace 
89         routines.
90
91 Wed May 27 02:48:31 1998  Richard Earnshaw (rearnsha@arm.com)
92
93         * arm.c (arm_gen_constant): Rework to eliminate uninitialized
94         variable warnings.  Don't generate scratch registers if only
95         counting insns.
96         (find_barrier): Eliminate unused variable SRC.
97
98 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
99
100         * toplev.h (rtx_def): Provide global declaration to avoid
101         `limited scope' warnings.
102
103 Tue May 26 23:47:52 1998  Mumit Khan <khan@xraylith.wisc.edu>
104
105         * Makefile.in (gencheck.o): Use HOST_CC.
106         * i386/t-mingw32: New file.
107         * configure.in (i386-*-mingw32*): Use.
108
109 Tue May 26 07:31:04 1998  Richard Earnshaw (rearnsha@arm.com)
110
111         * arm.c (bad_signed_byte_operand): New predicate function.
112         * arm.h (PREDICATE_CODES): Add it to the list.
113         * arm.md (*extendqi[sh]i_insn): Split any addresses that ldrsb
114         can't handle.
115         (define_split): Two new splits for above insns.
116
117         * arm.c: Include toplev.h.
118         (arm_override_options): Add parentheses around use of tune_flags.
119         (arm_split_constant): Remove unused variable.
120         (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
121         (output_func_prologue, arm_expand_prologue): Likewise.
122         (arm_canonicalize_comparison): Make I unsigned; rework constants
123         accordignly.  Add missing paratheses around << operation.
124         (arm_rtx_costs): Correctly parenthesise MULT costs.  Add a DEFAULT
125         clause.
126         ({load,store}_multiple_sequence): Initialize BASE_REG.
127         (select_dominance_cc_mode): Add DEFAULT clauses.
128         (broken_move): Return zero if the destination is not a register.
129         (arm_reorg): Move unused REGNO declaration into the dead code.
130         * arm.h (CANONICALIZE_COMPARISON): Ensure OP1 is updated.
131
132 Mon May 25 22:49:56 PDT 1998 Jeff Law  (law@cygnus.com)
133
134         * version.c: Bump for snapshot.
135
136 Mon May 25 11:56:24 PDT 1998 Jeff Law  (law@cygnus.com)
137
138         * version.c: Bump for snapshot.
139
140 Mon May 25 14:00:13 1998  Dave Brolley  <brolley@cygnus.com>
141
142         * cpperror.c (v_cpp_message): Remove static prototype.
143         * cpplib.c (v_cpp_message): Move prototype to cpplib.h.
144         * cpplib.h (v_cpp_message): Add protoptype.
145         (stdarg.h,varargs.h): Needed for v_cpp_message prototype.
146
147 Sun May 24 20:36:15 PDT 1998 Jeff Law  (law@cygnus.com)
148
149         * version.c: Bump for snapshot.
150
151 Sun May 24 02:08:57 PDT 1998 Jeff Law  (law@cygnus.com)
152
153         * version.c: Bump for snapshot.
154
155 1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
156
157         * m68k.h: Declare more functions used in macros.
158         (REG_CLASS_CONTENTS): Completely embrace initializer.
159         * m68k.md (adddi3, subdi3): Add abort call to avoid warning
160         about returning no value.
161         * cse.c (find_best_addr): Declare p and found_better only if
162         needed.
163         * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
164         * dwarfout.c (string_length_attribute): #if 0 away.
165         * function.c (expand_function_end): Define varible blktramp only
166         if needed.
167         * jump.c (find_insert_position): Define only if !HAVE_cc0.
168         * loop.c (combine_givs_p): Define variable tem only if needed.
169         * real.c: Comment out unused functions eabs, eround,
170         e{24,53,64,113}toasc and eiinfin.
171
172
173 Sat May 23 23:44:53 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
174
175         * Makefile.in (boostrap2-lean, bootstrap3-lean,
176         bootstrap4-lean): New targets.
177
178 Sat May 23 23:35:14 1998  Jeffrey A Law  (law@cygnus.com)
179
180         * warn_summary, test_summary: Moved into the contrib directory.
181
182 1998-05-23  Manfred Hollstein  <manfred@s-direktnet.de>
183
184         * Makefile.in (ENQUIRE_CFLAGS, ENQUIRE_LDFLAGS): Move down to the end
185         of the Makefile.
186         (FLOAT_H_TEST): Likewise.
187         (ENQUIRE): Likewise.
188         (float.h-nat): Likewise.
189         (float.h-cross): Likewise.
190         (enquire): Likewise.
191         (enquire.o): Likewise.
192         (stmp-int-hdrs): Fix comment about enquire; depend upon gfloat.h.
193         (stmp-headers): Move actions to stmp-int-hdrs, retaining only a
194         no-op.
195         (FLOAT_H): Remove old float.h-nat version; move current definition
196         to CROSS_FLOAT_H location.
197         (all.cross): Remove comments about enquire stuff.
198
199         * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
200         (rest.encap): Likewise.
201         (libgcc2.ready): Depend upon $(STMP_FIXPROTO)
202
203         * toplev.h (tree_node): Provide global declaration to avoid
204         `limited scope' warnings.
205
206 Sat May 23 23:23:35 1998   Robert Lipe  <robertl@dgii.com>
207
208         * test_summary: Display section breaks for each entry
209         in a multilibbed target's output.
210
211 1998-05-23  Richard Henderson  <rth@cygnus.com>
212
213         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
214         offset's mode is not ptr_mode, convert it.
215
216 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
217
218         * fold-const.c (ssize_binop): New fn.
219         * tree.h: Declare it.
220
221 Fri May 22 03:42:05 1998  Richard Earnshaw (rearnsha@arm.com)
222
223         * genextract.c (print_path): Handle zero-length path as a special 
224         case.
225
226 Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
227
228         * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
229
230 Fri May 22 00:57:00 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
231
232         * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
233         (shorten_branches, final_scan_insn): Test value of
234         JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
235         is defined.
236         * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
237         * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
238         * arm/tcoff.h: Likewise.
239         * i386/386bsd.h: Likewise.
240         * i386/freebsd-elf.h: Likewise.
241         * i386/freebsd.h: Likewise.
242         * i386/netbsd.h: Likewise.
243         * i386/ptx4-i.h: Likewise.
244         * i386/sysv4.h: Likewise.
245         * pa/pa.h: Likewise.
246         * rs6000/linux.h: Likewise.
247         * rs6000/rs6000.h: Likewise.
248         * sh/sh.h: Likewise.
249         * sparc/sp64-elf.h: Likewise.
250         * v850/v850.h: Likewise.
251         * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
252         * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).
253
254 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
255
256         * regmove.c (gen_add3_insn): New function.
257         (fixup_match_2): Use it instead of calling gen_addsi3.
258
259 Thu May 21 23:09:50 1998  Jeffrey A Law  (law@cygnus.com)
260
261         * Makefile.in (gencheck): Depend on HOST_LIBDEPS.
262
263         * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
264         address.
265
266 Thu May 21 20:18:13 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
267
268         * Makefile.in (TREE_H): Add tree-check.h.
269         (tree-check.h, gencheck): New targets.
270         * gencheck.c: New file.
271         * tree.c (tree_check, tree_class_check): New functions.
272         * tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
273         (TYPE_CHECK, DECL_CHECK): Define.
274         Modify all access macros to use generated checking macros.
275
276 Wed May 20 23:44:28 EDT 1998  John Wehle  (john@feith.com)
277
278         * acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
279         * configure.in: Check for it.
280         * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
281         * final.c (uid_align, uid_shuid, label_align): Make static.
282         (label_align): Change type to struct label_alignment pointer.
283         (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
284         (LABEL_TO_MAX_SKIP): Define.
285         (LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
286         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
287         (shorten_branches): Record the maximum bytes to skip when
288         aligning a label.
289         (final_scan_insn): Use the maximum bytes to skip when aligning a label
290         if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
291         * i386.h (LOOP_ALIGN_MAX_SKIP,
292         LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
293         * i386.c (override_options): i386_align_jumps and i386_align_loops
294         default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
295         * invoke.texi: Document new i386 align-loops and align-jumps behavior.
296
297 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
298
299         * cplus-dem.c (do_type): Handle volatile qualification.
300         
301 Thu May 21 12:23:17 1998  Per Bothner  <bothner@cygnus.com>
302
303         * function.c (init_function_start):  Don't call emit_line_note if
304         lineno is 0.  (Can happen when compiling Java .class files.)
305
306 Thu May 21 19:50:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
307
308         * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
309         end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
310
311 Thu May 21 19:32:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
312
313         * combine.c (nonzero_bits): For paradoxical subregs, take
314         LOAD_EXTENDED_OP into account.
315
316 Thu May 21 11:51:15 1998  Dave Brolley  <brolley@cygnus.com>
317
318         * configure.in (extra_c_objs): add prefix.o.
319         (extra_cxx_objs): extra objects for C++ with cpplib.
320         * configure: Regenerate.
321
322         * c-tree.h: (get_directive_line): Different prototype for cpplib.
323         (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
324
325         * c-lex.h: (get_directive_line): Not needed here for cpplib.
326
327         * c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
328         (GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
329
330         * c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
331         (yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c
332
333 Thu May 21 09:04:42 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
334
335         * gengenrtl.c (type_from_format, accessor_from_format): Change
336         type of parameter `c' from `char' to `int'.
337
338 Wed May 20 22:28:34 1998  Jeffrey A Law  (law@cygnus.com)
339
340         * warn_summary, test_summary: New scripts from
341         Kaveh Ghazi and Alexandre Oliva respectively.
342
343         * gcse.c (current_function_calls_longjmp): Declare.
344
345 1998-05-20  Jason Merrill  <jason@yorick.cygnus.com>
346
347         * dwarf2out.c (base_type_die): Use int_size_in_bytes.
348
349 Wed May 20 01:11:02 1998  Doug Evans (devans@cygnus.com)
350                           Jeff Law (law@cygnus.com)
351
352         * Global CSE and constant/copy propagation.
353         * Makefile.in (OBJS): Add gcse.o
354         (STAGESTUFF): Add *.gcse.
355         (gcse.o): Add dependencies.
356         (mostlyclean): Remove *.gcse and */*.gcse.
357         * gcse.c: New file.
358         * loop.c (loop_optimize): Move call to init_alias_analysis.
359         * recog.c (validate_replace_src): New function.
360         * toplev.c (gcse_dump): New global variable.
361         (flag_gcse, gcse_time): Likewise.
362         (compile_file): Initialize gcse_time and clean out the gcse dump
363         file if necessary.
364         (rest_of_compilation): Call gcse_main as requested.  Dump RTL
365         after gcse if requested.
366         (main): Enable gcse for -O2 and above.  Handle -dG.  Enable gcse
367         dumps for -da.
368         * gcc.texi: Add gcse related internal documentation.
369         * invoke.texi: Note new command line options for gcse.
370         * tm.texi: Document AVOID_CCMODE_COPIES.
371         * mips.h (AVOID_CCMODE_COPIES): Define.
372
373 Tue May 19 22:31:20 1998  Jeffrey A Law  (law@cygnus.com)
374
375         * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
376         exists.
377         (stmp-fixproto): Simlarly for running fixproto.
378         * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
379
380 Tue May 19 19:08:52 1998  Jim Wilson  <wilson@cygnus.com>
381
382         * config/mips/mips.c (double_memory_operand): Accept any MEM during
383         reload when TARGET_64BIT.
384
385 Tue May 19 18:21:25 1998  Jim Wilson  <wilson@cygnus.com>
386
387         Finish incomplete change started by Kenner.
388         * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
389         (powerpcle-*-cygwin32): Delete xm_defines.
390         * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
391         HAVE_STAB_H instead of NO_STAB_H.
392         * config/xm-linux.h (NO_STAB_H): Delete.
393         (HAVE_STAB_H): Undefine.
394         * config/i386/xm-go32.h (NO_STAB_H): Delete.
395
396 1998-05-19  Jim Wilson  <wilson@cygnus.com>
397
398         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
399         LANG_TYPE trees with DECL_SOURCE_LINE of 0.
400
401 Tue May 19 15:07:54 1998  Todd Vierling  <tv@netbsd.org>
402
403         * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined.
404
405 Tue May 19 17:19:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
406
407         * reload1.c (reload_reg_free_for_value_p): New function.
408         (allocate_reload_reg, choose_reload_regs): Use it.
409
410 Tue May 19 11:51:00 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
411
412         * except.c (expand_start_catch): Correct logic for when to
413         generate a new handler label, and when to use the old one.
414
415 Tue May 19 11:08:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
416
417         * Makefile.in (print-rtl.o): Depend on bitmap.h.
418         (dbxout.o): Depend on toplev.h.
419         ($(SCHED_PREFIX)sched.o): Likewise.
420         ($(out_object_file)): Likewise for system.h and toplev.h.
421         (cppmain.o): Depend on gansidecl.h.
422         (cpplib.o): Likewise.
423         (cpperror.o): Likewise.
424         (cppexp.o): Likewise.
425         (cpphash.o): Likewise.
426         (cppalloc.o): Likewise.
427         (fix-header.o): Depend on cpplib.h and cpphash.h.
428         (scan-decls.o): Depend on gansidecl.h.
429
430         * basic-block.h (free_regset_vector): Add prototype.
431
432         * cccp.c (check_precompiled): Mark parameter `fname' with
433         ATTRIBUTE_UNUSED.
434         (do_assert): Likewise for `op' and `keyword'.
435         (do_unassert): Likewise.
436         (do_line): Likewise for `keyword'.
437         (do_error): Likewise for `op' and `keyword'.
438         (do_warning): Likewise.
439         (do_ident): Likewise for `keyword'.
440         (do_pragma): Likewise for `limit', `op' and `keyword'.
441         (do_sccs): Likewise.
442         (do_if): Likewise for `keyword'.
443         (do_elif): Likewise.
444         (do_else): Likewise.
445         (do_endif): Likewise.
446
447         * collect2.c (getenv): Remove redundant prototype.
448         (collect_exit, collect_execute, dump_file): Likewise.
449         (dump_list): Wrap prototype and definition in COLLECT_EXPORT_LIST.
450         (dump_prefix_list): Hide prototype and definition.
451
452         * sparc.c: Include toplev.h.
453         (intreg_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED.
454         (symbolic_memory_operand): Likewise.
455         (sp64_medium_pic_operand): Likewise.
456         (data_segment_operand): Likewise.
457         (text_segment_operand): Likewise.
458         (splittable_symbolic_memory_operand): Likewise.
459         (splittable_immediate_memory_operand): Likewise.
460         (eq_or_neq): Likewise.
461         (normal_comp_operator): Likewise.
462         (noov_compare_op): Likewise.
463         (v9_regcmp_op): Likewise.
464         (v8plus_regcmp_op): Likewise.
465         (extend_op): Likewise.
466         (cc_arithop): Likewise.
467         (cc_arithopn): Likewise.
468         (small_int): Likewise.
469         (uns_small_int): Likewise.
470         (clobbered_register): Likewise.
471         (legitimize_pic_address): Likewise.
472         (delay_operand): Likewise.
473         (sparc_builtin_saveregs): Remove unused variable `stdarg'.
474
475         * sparc.h (order_regs_for_local_alloc, eligible_for_return_delay,
476         sparc_issue_rate, v8plus_regcmp_p): Add prototypes.
477
478         * sparc.md (cmpdi_v8plus): Add abort for default case in switch.
479
480         * cppalloc.c: Include gansidecl.h.
481
482         * cpperror.c: Include stdarg.h/varargs.h and gansidecl.h.
483         (cpp_file_line_for_message): Mark parameter `pfile' with
484         ATTRIBUTE_UNUSED.
485         (v_cpp_message): New function.
486         (cpp_message): Use it.  Also convert to variable arguments.
487         (cpp_fatal): Likewise.
488         (cpp_pfatal_with_name): Constify parameter `name'.
489
490         * cppexp.c: Move gansidecl.h before cpplib.h.
491         * cpphash.c: Likewise.
492         * cpphash.h (hashf, delete_macro): Add prototypes.
493
494         * cpplib.c: Include stdarg.h/varargs.h and move gansidecl.h before
495         cpplib.h.  Don't include errno.h.
496         (update_path): Add arguments to prototype.
497         (cpp_fatal, cpp_file_line_for_message, cpp_message, delete_macro,
498         cpp_print_containing_files): Remove redundant prototypes.
499         (cpp_hash_cleanup, add_import, append_include_chain,
500         make_assertion, path_include, initialize_builtins,
501         initialize_char_syntax, finclude, validate_else, comp_def_part,
502         lookup_import, redundant_include_p, is_system_include,
503         read_name_map, read_filename_string, open_include_file,
504         check_macro_name, compare_defs, compare_token_lists,
505         eval_if_expression, change_newlines): Add prototype arguments.
506         (hashf): Remove redundant prototype.
507         (read_token_list, free_token_list, safe_read, xcalloc, savestring,
508         conditional_skip, skip_if_group): Add prototype arguments.
509         (fdopen): Remove redundant prototype.
510         (do_define, do_line, do_include, do_undef, do_error, do_pragma,
511         do_ident, do_if, do_xifdef, do_else, do_elif, do_endif, do_sccs,
512         do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
513         (struct directive): Add prototype arguments to function pointer
514         member `func'.
515         (handle_directive): Add missing arguments to call to `do_line'.
516         (do_include): Mark parameters `unused1' and `unused2' with
517         ATTRIBUTE_UNUSED.
518         (do_line): Likewise for `keyword' and new parameters `unused1' and
519         `unused2'.
520         (do_error): Likewise for `keyword'.
521         (do_warning): Likewise.  Also add missing argument `pfile' in call
522         to cpp_pedwarn.
523         (do_once): Mark parameter `keyword', `unused1' and `unused2' with
524         ATTRIBUTE_UNUSED. 
525         (do_ident): Likewise for `keyword', `buf' and `limit'.
526         (do_pragma): Likewise.  Also add missing arguments in call to do_once.
527         (do_sccs): Mark parameter `keyword', `buf' and `limit' with
528         ATTRIBUTE_UNUSED. 
529         (do_if): Likewise for `keyword'.
530         (do_elif): Likewise.
531         (eval_if_expression): Likewise for `buf' and `length'.
532         (do_xifdef): Likewise for `unused1' and `unused2'.
533         (do_else): Likewise for `keyword', `buf' and `limit'.
534         (do_endif): Likewise.
535         (parse_name): Add missing argument `pfile' in call to cpp_pedwarn.
536         (cpp_handle_options): Remove superfluous NULL argument in call to
537         cpp_fatal.
538         (cpp_handle_options): Likewise.
539         (do_assert): Mark parameter `keyword', `buf' and `limit' with
540         ATTRIBUTE_UNUSED.
541         (do_unassert): Likewise.
542         (cpp_print_file_and_line): Add missing argument `pfile' in call to
543         cpp_file_line_for_message.
544         (v_cpp_error): New function.
545         (cpp_error): Use it. Also accept variable arguments.
546         (v_cpp_warning): New function.
547         (cpp_warning): Use it. Also accept variable arguments.
548         (cpp_pedwarn): Accept variable arguments.
549         (v_cpp_error_with_line): New function
550         (cpp_error_with_line): Use it.  Accept variable arguments.
551         (v_cpp_warning_with_line): New function.
552         (cpp_warning_with_line): Use it.  Accept variable arguments.  Hide
553         definition.
554         (cpp_pedwarn_with_line): Accept variable arguments.
555         (cpp_pedwarn_with_file_and_line): Likewise.
556         (cpp_error_from_errno): Constify parameter `name'.  Add missing
557         argument `pfile' in call to cpp_file_line_for_message.
558         (cpp_perror_with_name): Constify parameter `name'.
559
560         * cpplib.h: Define PARAMS() in terms of PROTO().
561         (fatal): Remove redundant prototype.
562         (cpp_error, cpp_warning, cpp_pedwarn, cpp_error_with_line,
563         cpp_pedwarn_with_line, cpp_pedwarn_with_file_and_line,
564         cpp_error_from_errno, cpp_perror_with_name, cpp_pfatal_with_name, 
565         cpp_fatal, cpp_message, cpp_pfatal_with_name,
566         cpp_file_line_for_message, cpp_print_containing_files): Add
567         arguments to prototypes.
568         (scan_decls, cpp_finish): Add prototypes.
569
570         * cppmain.c: Include gansidecl.h.
571         (main): Remove unused variable `i'.
572         
573         * dbxout.c: Include toplev.h.
574
575         * demangle.h (do_tlink, collect_execute, collect_exit,
576         collect_wait, dump_file, file_exists): Add prototype.
577
578         * dwarf2out.c (dwarf_type_encoding_name, decl_start_label): Hide
579         prototype and definition.
580         (gen_unspecified_parameters_die): Don't assign results of call to
581         function new_die() to unused variable `parm_die'.
582         (dwarf2out_line): Mark parameter `filename' with ATTRIBUTE_UNUSED.
583         (dwarf2out_define): Likewise for `lineno' and `buffer'.
584
585         * dwarfout.c (output_unsigned_leb128, output_signed_leb128): Hide
586         prototype and definition.
587         (output_die): Add prototype arguments to function pointer arg.
588         (output_unspecified_parameters_die): Mark parameter `arg' with
589         ATTRIBUTE_UNUSED.
590
591         * except.c (output_exception_table_entry): Remove unused variable
592         `eh_entry'.
593
594         * except.h (expand_fixup_region_start, expand_fixup_region_end):
595         Add prototypes.
596
597         * expr.c (do_jump_by_parts_equality_rtx): Remove prototype.
598
599         * expr.h (do_jump_by_parts_equality_rtx): Add prototype.
600
601         * fix-header.c: Include stdarg.h/varargs.h, move gansidecl.h
602         before cpplib.h, include cpphash.h, remove redundant prototype of
603         cpp_fatal, don't define `const', add a prototype for `fatal'.
604         (cpp_file_line_for_message): Add missing arguments `pfile'.
605         (v_cpp_message): New function.
606         (cpp_message): Use it.
607         (v_fatal): New function.
608         (fatal, cpp_fatal): Use it.
609         (cpp_pfatal_with_name): Constify parameter `name'.
610
611         * flow.c (free_regset_vector): Remove redundant prototype.
612
613         * function.c (round_down): Wrap prototype and definition with
614         macro ARGS_GROW_DOWNWARD.
615         (record_insns): Wrap prototype and definition with
616         defined (HAVE_prologue) || defined (HAVE_epilogue).
617
618         * gansidecl.h (ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5): New macros.
619
620         * gen-protos.c: Include gansidecl.h.
621         (hashf): Don't make it static, constify parameter `name'.
622
623         * genattrtab.c (check_attr_test): Change XEXP() to XSTR() to match
624         specifier %s in calls to function `fatal'.
625
626         * haifa-sched.c: Include toplev.h.
627         (find_rgns): Remove unused variable `j'.
628
629         * integrate.c (note_modified_parmregs): Mark parameter `x' with
630         ATTRIBUTE_UNUSED.
631         (mark_stores): Likewise.
632
633         * jump.c (mark_modified_reg): Likewise.
634
635         * output.h (insn_current_reference_address): Add prototype.
636         (eh_frame_section): Likewise.
637
638         * print-rtl.c: Include bitmap.h.
639
640         * reload1.c (reload): Wrap variables `note' and `next' in macro
641         PRESERVE_DEATH_INFO_REGNO_P.
642         (forget_old_reloads_1): Mark parameter `ignored' with
643         ATTRIBUTE_UNUSED.
644         (choose_reload_regs): Remove unused variable `in'.
645         (reload_cse_invalidate_mem): Mark parameter `ignore' with
646         ATTRIBUTE_UNUSED.
647         (reload_cse_check_clobber): Likewise.
648
649         * rtl.h (expand_null_return, reg_classes_intersect_p): Add prototype.
650         (mark_elimination): Fix typo in prototype.
651
652         * scan-decls.c: Include gansidecl.h.
653
654         * tree.h (using_eh_for_cleanups, supports_one_only): Add prototype.
655         
656 Mon May 18 22:37:33 1998  Jeffrey A Law  (law@cygnus.com)
657
658         * function.c (identify_blocks): Fix thinko when setting the
659         block number for NOTE_INSN_BLOCK_END.
660
661 Mon May 18 15:30:42 1998  Nick Clifton  <nickc@cygnus.com>
662
663         * config/v850/lib1funcs.asm: Add .text pseudo op to start of
664         ___udivsi3. 
665
666         * config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
667         underscores for the prefixes to the names of the maths functions. 
668
669         * dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE.  Add
670         comment explaining why.
671
672 Mon May 18 13:20:23 1998  Richard Henderson  <rth@cygnus.com>
673
674         * tree.h (TYPE_SIZE_UNIT): New.
675         (struct tree_type): Add size_unit member.
676         * stor-layout.c (layout_type): Initialize it.
677         * expr.c (get_inner_reference) [ARRAY_REF]: Use it.
678         * tree.c (size_in_bytes, int_size_in_bytes): Likewise.
679
680 Mon May 18 12:07:37 1998  Richard Earnshaw (rearnsha@arm.com)
681
682         * stor-layout.c (layout_record): Fix off-by-one error when checking
683         length of the TYPE_BINFO vector.
684
685 Mon May 18 10:59:23 1998  Nick Clifton  <nickc@cygnus.com>
686
687         * dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
688         function parameter passed in memory.
689
690 Mon May 18 09:02:09 1998  Robert Lipe  <robertl@dgii.com>
691
692         * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h:  New files.
693         Prototypes for externally used functions in respective C files.
694         * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
695         final.c: Include above files.
696         * Makefile.in (toplev.o): Add dependency for above four headers.
697         (final.o): Likewise.
698         (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
699         respective header files.
700
701 Mon May 18 01:23:33 1998  Jeffrey A Law  (law@cygnus.com)
702
703         * Makefile.in (TARGET_TOOLPREFIX): No longer define.
704         (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
705         the build tree if they exist.
706         (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
707         appropriately.
708         (objdir): Let configure substitute value.
709         (FLOAT_H): Let configure select a pre-built version from the
710         config subdir.
711         * build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
712         * configure.in: Substitute for objdir.
713
714         * Makefile.in (build_canonical, host_canonical): Let configure
715         substitute values for these variables.
716         * configure.in: Substitute for build_canonical, host_canonical
717         and target_subdir in generated Makefile.
718
719         * output.h (find_basic_blocks): Declare.
720         (free_basic_block_vars, set_block_num, life_analysis): Likewise.
721
722         * Makefile.in (BISON): Use bison from the build tree if it exists.
723         (FLEX): Similarly.
724
725 Mon May 18 00:08:19 1998  Nick Clifton  <nickc@cygnus.com>
726
727         * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
728         (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
729         (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
730         command line arguments to see if an executable is not being
731         created, and if so - do not append the suffix.
732
733         * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
734         driver macro.
735
736 Sun May 17 23:59:45 1998  John Wehle  (john@feith.com)
737
738         * i386.h (ALIGN_DFmode): Delete.
739         (CONSTANT_ALIGNMENT): Define.
740         * varasm.c (force_const_mem): Use it.
741
742 Sun May 17 19:31:05 1998  Richard Henderson  <rth@cygnus.com>
743
744         * alpha.c (alpha_emit_conditional_branch): Clear cmp_code after
745         using it with swap_condition, not before.
746
747 Sun May 17 13:44:32 1998  Jim Wilson  <wilson@cygnus.com>
748
749         * alias.c (mode_alias_check): Delete.
750         (true_dependence, anti_dependence, output_dependence): Revert April 21
751         change.
752
753 Sun May 17 08:45:21 1998  Krister Walfridsson <cato@df.lth.se>
754
755         * toplev.c (output_lang_identify): Enable prototype and definition.
756
757 Sun May 17 01:12:27 PDT 1998 Jeff Law  (law@cygnus.com)
758
759         * version.c: Bump for snapshot.
760
761 Sat May 16 23:20:32 1998  Richard Henderson  <rth@cygnus.com>
762
763         * alpha/osf.h (HAVE_STAMP_H): Define.
764         * alpha.c: Use it.
765         * alpha/netbsd.h, alpha/netbsd-elf.h: New files.
766         * configure.in (alpha*-*-netbsd*): New.
767         Based on patches from Paul H. Anderson <pha@pdq.com>.
768
769         * configure.in (alpha*-*-linux-*): Kill xm_defines.
770         (alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
771         * alpha/xm-linux.h: Remove file.
772
773 Sat May 16 18:32:45 1998  Doug Evans  <devans@canuck.cygnus.com>
774
775         * dbxout.c (dbxout_parms): If mode of type of parameter living
776         in memory doesn't match mode of DECL_RTL, make big endian correction.
777
778 Fri May 15 21:40:06 1998  John Wehle  (john@feith.com)
779
780         * i386.md (movdi-1, movdi): Rewrite based on SI move patterns.
781
782 Fri May 15 18:55:22 1998  Jason Merrill  <jason@yorick.cygnus.com>
783
784         * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
785         * stor-layout.c (layout_record): Set it.
786
787 Fri May 15 18:49:30 1998  Mark Mitchell  <mmitchell@usa.net>
788
789         * toplev.c (rest_of_compilation): Don't defer nested functions.
790
791 Fri May 15 17:42:52 1998  Bob Manson  <manson@charmed.cygnus.com>
792
793         * config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom
794         to an 8-byte boundary if info_ptr->fpmem_p.
795
796 Fri May 15 17:36:11 1998  Bill Moyer <ttk@cygnus.com>
797
798         * loop.c (basic_induction_var): Added test preventing
799         CCmode parameter passed to convert_modes().
800
801 Fri May 15 17:26:18 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
802
803         * expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore
804         input_filename and lineno around expand_expr call.  Set them to values
805         in WFL before expand_expr call.
806
807 Fri May 15 12:44:57 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
808
809         * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
810
811 Fri May 15 07:20:03 1998  Mark Mitchell  <mmitchell@usa.net>
812
813         * fold-const.c (constant_boolean_node): New function.
814         (fold): Use it.
815
816 Fri May 15 11:21:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
817
818         * sh.c (gen_shl_and): Don't sign extend constant for kind two.
819         Abort if trying to split kind 3 or 4 outside of combine.
820
821 Fri May 15 01:47:37 1998  Jeffrey A Law  (law@cygnus.com)
822
823         * mips.c (print_operand, case 'x'): Use HOST_WIDE_INT_PRINT_HEX.
824
825 Fri May 15 01:42:45 1998  Mumit Khan <khan@xraylith.wisc.edu>
826
827         * objc/Make-lang.in (OBJC_O): Add missing exeext.
828         (libobjc.a, runtime-info.h): Likewise.
829
830 Fri May 15 01:29:39 1998  John Wehle  (john@feith.com)
831
832         * i386.h (DATA_ALIGNMENT): Define.
833
834 Fri May 15 05:35:37 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
835
836         * reload1.c (delete_output_reload): Ignore single USE that
837         was emitted for the pseudo use of this INSN.
838         If the no reference to REG between OUTPUT_RELOAD_INSN and INSN
839         remains, we can always delete OUTPUT_RELOAD_INSN.
840
841 Thu May 14 18:38:50 1998  Jim Wilson  <wilson@cygnus.com>
842
843         * reload.c (find_reloads): Don't penalize SCRATCH output reload.
844
845 Thu May 14 15:10:30 1998  Jeffrey A Law  (law@cygnus.com)
846
847         * Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
848
849 Thu May 14 16:30:47 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
850
851         * eh-common.h: New file for basic EH data structures.
852         * except.h: Various prototypes and structures for NEW_EH_MODEL
853         * function.h (struct function): Add a struct eh_stack for the catch
854         clause stack.
855         * except.c (gen_exception_label): New function to generate an 
856         exception label.
857         (push_eh_entry): Use gen_exception_label() and init 'label_used' field.
858         (push_entry): New function to push an existing entry onto a stack.
859         (receive_exception_label): New function to emit the code required 
860         at the start of all catch blocks.
861         (struct func_eh_entry): New structure for maintaining handlers
862         associated with EH regions.
863         (new_eh_region_entry): New function to register an EH region.
864         (add_new_handler): New function to register a handler with a region.
865         (get_new_handler): Creates  anew handler entry for registering.
866         (find_func_region): New function to convert a NOTE eh region number
867         to an Eh region index.
868         (get_first_handler): New function to get the first handler in a region.
869         (clear_function_eh_region): New function to release memory.
870         (duplicate_handlers): New function to duplicate a list of handlers.
871         (expand_eh_region_end): Create a new region entry node as well.
872         (expand_leftover_cleanups): Call receive_exception_label() and
873         register the cleanup as a handler to the current region.
874         (expand_start_catch): New function to start a catch clause.
875         (expand_end_catch): New function to end a catch clause.
876         (expand_start_all_catch): restructure to not do the equivilent of
877         what expand_start_catch() does now. Push the exception region being
878         handled onto the catch stack.
879         (output_exception_table_entry): Issue an entry for each handler
880         associated with a region.
881         (set_exception_lang_code): New function for setting the language code.
882         (set_exception_version_code): New function to set the version number.
883         (output_exception_table): Output version and language codes.
884         (find_exception_handler_labels): Find handler labels using new scheme.
885         (is_exception_handler_label): New function, returns 1 if label is
886         present as a handler in some exception region.
887         (check_exception_handler_labels): Use the new scheme.
888         (init_eh_for_function): Initialize the catch stack.
889         (save_eh_status): Save the catch stack.
890         (restore_eh_status): Restore the catch stack.
891         (scan_region): Don't remove unreferenced handler label. Flow does it.
892         (get_reg_for_handler): New function to get the eh_context pointer
893         passed by __throw.
894         (expand_builtin_eh_stub): Changes required for NEW_EH_MODEL only.
895         * final.c (final_scan_insn): With NEW_EH_MODEL, add EH table
896         entry when processing END region rather that START region.
897         * flow.c (find_basic_blocks_1): Find all potential handler regions
898         now that we don't automatically know what the labels might be.
899         Let scan_region() remove unreferenced EH BEGIN/END labels.
900         * integrate.c (get_label_from_map): Put inlined labels onto the
901         permanent obstack since we dont know which ones might be exception
902         labels.
903         (save_for_inline_copying): Make new copies of all the handlers.
904         (expand_inline_function): Make new copies of all the handlers.
905         * libgcc2.c: Remove local struct decls, and include eh-common.h.
906         (find_exception_handler): With NEW_EH_MODEL the first matching 
907         region we find is the right one. Add eh_info as a new parameter.
908         (__throw): Pass eh_info to find_exception_handler. Set handler
909         and pass use different regs  under NEW_EH_MODEL.
910
911 Thu May 14 12:58:21 1998  Jim Wilson  <wilson@cygnus.com>
912
913         * i960.h (hard_regno_mode_ok): Changed to function from array of
914         unsigned.
915         (HARD_REGNO_MODE_OK): Call function instead of testing bit.
916         * i960.c (hard_regno_mode_ok): Changed to function from array of
917         unsigned.
918
919 Thu May 14 08:41:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
920
921         * reload.c (remove_replacements): New function.
922         * reload.h (remove_replacements): Declare.
923         * reload1.c (choose_reload_regs): Disable some reloads that
924         belong to inherited reloads.
925
926 Thu May 14 02:17:17 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
927
928         * loop.c (scan_loop): Don't call move_moveables for optimize_size.
929
930         * reload1.c (merge_assigned_reloads):  When merging, reset
931         reload_spill_index for the eliminated reload.
932
933 Wed May 13 17:51:13 1998  Jeffrey A Law  (law@cygnus.com)
934
935         * haifa-sched.c (schedule_insns): Fix merge goof.
936
937 1998-05-13  Jim Wilson  <wilson@cygnus.com>
938
939         * varasm.c (make_decl_rtl): Revert April 1 change.
940         * alpha/alpha.h, alpha/win-nt.h, arm/arm.h, i386/unix.h, i960/i960.h,
941         m68k/linux.h, pa/pa.h, sparc/sparc.h, vax/vax.h (ASM_OUTPUT_MI_THUNK):
942         Get function name from the SYMBOL_REF in the DECL_RTL, not from
943         DECL_ASSEMBLER_NAME.
944         * i386/winnt.c (gen_stdcall_suffix): Comment for questionable use of
945         DECL_ASSEMBLER_NAME.
946
947 Wed May 13 13:09:19 1998  Jim Wilson  <wilson@cygnus.com>
948
949         * i386.c (notice_update_cc, output_float_compare): Disable
950         TARGET_CMOVE support.
951
952 Wed May 13 15:28:59 1998  Michael Meissner  <meissner@cygnus.com>
953                           Jeff Law <law@cygnus.com>
954
955         * rtlanal.c (find_reg_note): Ignore notes that are not on on
956         insns of class 'i'.
957         (find_regno_note): Likewise.
958
959         * Makefile.in (stor-layout.o): Depend on except.h
960         (varasm.o, function.o): Likewise.
961         (expr.o): Depend on except.h, modemap.def and hard-reg-set.h.
962
963         * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
964         (rtl.o, emit-rtl.o): Add dependency on bitmap.h.
965         ($(HOST_PREFIX_1)rtl.o): Likewise.
966         ($(HOST_PREFIX_1)bitmap.o): New host object.
967         * emit-rtl.c (toplevel): Include bitmap.h.
968         (gen_rtx): Handle 't' and 'b' nodes.
969         * print-rtl.c (print_rtx): Handle printing NOTE_INSN_LIVE notes.
970         Print block number for block begin/end notes.  Print 't' type
971         nodes as a pointer.  Know that the 3rd argument of live range
972         start/stop notes is really a range_info rtx.  If type is 'b', print
973         out argument as a bitmap.
974         * rtl.c: Include bitmap.c.
975         (copy_rtx): Copy tree nodes as is.  Copy bitmaps if type is 'b'.
976         (note_insn_name): Add NOTE_INSN_RANGE_{START,END}, NOTE_INSN_LIVE.
977         * rtl.def (RANGE_LIVE): New node to hold live information while we
978         recalculate the basic blocks.
979         (RANGE_REG, RANGE_INFO): New rtl types for live range splitting.
980         (RANGE_VAR): New node, to hold information saved in symbol node for New 
981         communicating live range information to the debug output functions.
982         * rtl.h (rtunion_def): Add rttree and rtbit fields.
983         (XBITMAP, XTREE): New accessor macros.
984         (NOTE_LIVE_INFO): Overload NOTE_SOURCE_FILE for NOTE_INSN_LIVE notes.
985         (NOTE_RANGE_INFO): Similarly for NOTE_INSN_RANGE_{START,END} notes.
986         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Define.
987         (NOTE_INSN_RANGE_START, NOTE_INSN_RANGE_END, NOTE_INSN_LIVE): New notes.
988         (RANGE_LIVE_{BITMAP,ORIG_BLOCK}): New accessor macros.
989         (RANGE_REG_{SYMBOL,BLOCK}_NODE, RANGE_VAR_*): New accessor macros.
990         (RANGE_INFO_*): Likewise.
991         * sched.c (sched_analyze): Keep live range start/stop notes.
992         (unlink_other_notes): Likewise.
993         * haifa-sched.c (sched_analyze): Keep live range start/stop notes.
994         (unlink_other_notes): Likewise.
995         * tree.h (BLOCK_LIVE_RANGE_{START,END,VAR_FLAG}): New accessor macros.
996         (BLOCK_LIVE_RANGE_FLAG): Likewise.
997         (DECL_LIVE_RANGE_RTL): Likewise.
998         (struct tree_block): Add live_range_flag, live_range_var_flag,
999         live_range_start and live_range_end.
1000         (struct tree_decl): Add live_range_rtl field.
1001         * gengenrtl.c (type_from_format): Handle 'b' and 't'.
1002         (accessor_from_format): Likewise.
1003
1004         * haifa-sched.c (schedule_block): Make verbose output line up.
1005         Also add a blank line in printing the individual ready lists.
1006
1007 Wed May 13 15:43:44 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1008
1009         * Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
1010         (c-lex.o): Depend on output.h.
1011         (c-common.o): Likewise.
1012         (stmt.o): Likewise.
1013         (calls.o): Likewise.
1014         (integrate.o): Depend on toplev.h.
1015         (regclass.o): Depend on output.h.
1016         (final.o): Depend on reload.h.
1017
1018         * c-common.c: Include output.h.
1019         (check_format_info): Remove unused variable `integral_format'.
1020
1021         * c-decl.c (print_lang_decl): Mark parameters `file', `node' and
1022         `indent' with ATTRIBUTE_UNUSED.
1023         (print_lang_type): Likewise.
1024         (maybe_build_cleanup): Likewise for parameter `decl'.
1025         (copy_lang_decl): Likewise for parameter `node'.
1026
1027         * c-lang.c: Include c-tree.h, c-lex.h and toplev.h.
1028         (lang_print_xnode): Mark parameters `file', `node' and `indent'
1029         with ATTRIBUTE_UNUSED.
1030         (lookup_interface): Likewise for parameter `arg'.
1031         (is_class_name): Likewise.
1032         (maybe_objc_check_decl): Likewise for parameter `decl'.
1033         (maybe_objc_comptypes): Likewise for parameters `lhs', `rhs' and
1034         `reflexive'.
1035         (maybe_objc_method_name): Likewise for parameter `decl'.
1036         (build_objc_string): Likewise for parameters `len' and `str'.
1037
1038         * c-lex.c: Include output.h.
1039
1040         * c-lex.h (position_after_white_space): Correct typo in prototype.
1041
1042         * c-tree.h (finish_file, c_expand_start_cond, c_expand_start_else,
1043         c_expand_end_cond, init_iterators): Add prototypes.
1044
1045         * caller-save.c (set_reg_live): Mark parameters `reg' and `setter'
1046         with ATTRIBUTE_UNUSED.
1047
1048         * calls.c: Include output.h.
1049
1050         * cccp.c (pipe_closed): Mark parameter `signo' with
1051         ATTRIBUTE_UNUSED.
1052
1053         * combine.c: Move inclusion of expr.h to after insn-config.h.
1054
1055         * iris6.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Don't define
1056         as empty, rather define as ((void)0).
1057
1058         * sparc.c (sparc_check_64): Add braces around ambiguous `else'.
1059         Add parentheses around assignment used as truth value.
1060
1061         * cplus-dem.c (squangle_mop_up): Change return type to void.
1062         (internal_cplus_demangle): Remove unused parameter `options'.
1063         All callers changed.
1064         (cplus_demangle_opname): Remove function wide variable `int i' and
1065         replace with `size_t i' at each location where it is used.
1066         (cplus_demangle_opname): change type of `i' from int to size_t.
1067
1068         * cppexp.c (right_shift): Mark parameter `pfile' with
1069         ATTRIBUTE_UNUSED.
1070
1071         * cpphash.c (cpp_lookup): Likewise.
1072         (cpp_hash_cleanup): Likewise.
1073
1074         * cpplib.c (parse_name): Add a prototype and make it static.
1075         (null_underflow): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
1076         (null_cleanup): Likewise for parameters `pbuf' and `pfile'.
1077         (macro_cleanup): Likewise for parameter `pfile'.
1078         (file_cleanup): Likewise.
1079
1080         * cpplib.h (cpp_reader_init, cpp_options_init, cpp_start_read,
1081         cpp_read_check_assertion, skip_rest_of_line): Add prototypes.
1082
1083         * crtstuff.c (force_to_data, __CTOR_LIST__, force_to_data,
1084         __DTOR_END__, __FRAME_END__): Mark with ATTRIBUTE_UNUSED.
1085
1086         * cse.c (cse_check_loop_start): Mark parameter `set' with
1087         ATTRIBUTE_UNUSED.
1088
1089         * dbxout.c (flag_minimal_debug, have_used_extensions,
1090         source_label_number): Move inside macro wrapper check against
1091         defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO).
1092
1093         * dwarf2out.c (gen_entry_point_die): Hide prototype and definition.
1094
1095         * except.h (doing_eh): Provide prototype.
1096
1097         * expr.c: Move inclusion of expr.h to after insn-config.h.
1098
1099         * final.c: Include reload.h.
1100         (shorten_branches): Cast the first argument of bzero to char *.
1101
1102         * fix-header.c (cpp_print_containing_files): Mark parameter
1103         `pfile' with ATTRIBUTE_UNUSED.
1104         (cpp_fatal): Likewise.
1105
1106         * flow.c (find_basic_blocks_1): Cast the first argument of bzero
1107         to char *.
1108
1109         * genattrtab.c (make_length_attrs): Change the type of variable
1110         `i' from int to size_t.
1111         (zero_fn): Mark parameter `exp' with ATTRIBUTE_UNUSED.
1112         (one_fn): Likewise.
1113         
1114         * genextract.c (main): When generating insn-extract.c, mark
1115         variable `junk' with ATTRIBUTE_UNUSED.
1116
1117         * gengenrtl.c (gencode): When generating genrtl.c, cast the first
1118         argument of bzero to char*.
1119
1120         * integrate.c: Include toplev.h.
1121
1122         * libgcc2.c: Wrap `struct exception_table' and
1123         `find_exception_handler' in macro DWARF2_UNWIND_INFO.
1124
1125         * objc/Make-lang.in (objc-act.o): Depend on toplev.h.
1126         
1127         * objc/objc-act.c: Include toplev.h.
1128         (lang_print_xnode): Mark parameters `file', `node' and `indent'
1129         with ATTRIBUTE_UNUSED.
1130         (finish_protocol): Likewise for parameter `protocol'.
1131
1132         * output.h (declare_weak): Add prototype.
1133         (decode_reg_name): Don't wrap with TREE_CODE macro.
1134         (assemble_alias): Add prototype.
1135
1136         * regclass.c: Include output.h.
1137
1138         * reload.h (reloads_conflict): Add prototype.
1139
1140         * rtl.h (print_rtl_single, mark_elimiation, reg_class_subset_p,
1141         output_func_start_profiler): Add prototypes.
1142
1143         * rtlanal.c (reg_set_p_1): Mark parameters `x' and `pat' with
1144         ATTRIBUTE_UNUSED.
1145
1146         * scan-decls.c: Include scan.h.
1147
1148         * scan.h (recognized_function, recognized_extern): Add prototypes.
1149
1150         * stmt.c: Include output.h.
1151
1152         * toplev.c (error_for_asm, warning_for_asm): Remove prototypes.
1153         (output_lang_identify): Hide prototype and definition.
1154         (float_signal): Mark parameter `signo' with ATTRIBUTE_UNUSED.
1155         (pipe_closed): Likewise.
1156
1157         * toplev.h (count_error, strip_off_ending, error_for_asm,
1158         warning_for_asm): Add prototypes.
1159
1160 Wed May 13 12:54:19 1998  Michael Meissner  <meissner@cygnus.com>
1161
1162         * toplev.c (rest_of_compilation): "Charge" final for any time
1163         doing various cleanup operations after finishing compilation
1164         of a function.
1165
1166         * flow.c (dump_flow_info): Also print number of sets and 
1167         whether or not the pseudo is a user variable.
1168
1169         * flow.c (reg_n_max): New global variable.
1170         * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
1171         Delete regno_max variable.
1172         * regs.h (REG_N_CHECK): Define.
1173         (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
1174         (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
1175         (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
1176
1177 Wed May 13 12:54:19 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
1178
1179         * acconfig.h (ENABLE_CHECKING): Undefine.
1180         * configure.in (--enable-checking): New option.
1181
1182 Wed May 13 08:52:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1183
1184         * reload1.c (merge_assigned_reloads):  Can merge
1185         RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
1186         if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
1187
1188 Tue May 12 20:05:57 1998  Jim Wilson  <wilson@cygnus.com>
1189
1190         * collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST.
1191
1192 Wed May 13 03:23:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1193
1194         * reload1.c (gen_reload): Create REG_EQUIV notes.
1195
1196 Tue May 12 22:21:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1197
1198         * reload1.c (reload): Fix check for USEs to use code of pattern.
1199         (choose_reload_regs): Remove dead variable use_insn.
1200
1201 Tue May 12 14:04:49 1998  Jeffrey A Law  (law@cygnus.com)
1202
1203         * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes. 
1204
1205 Tue May 12 15:16:02 1998  Michael Meissner  <meissner@cygnus.com>
1206
1207         * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
1208         already defined.
1209         (find_insn_{,mem_}list): Use HAIFA_INLINE, not __inline.
1210         (insn_{unit,issue_delay}): Ditto.
1211         (blockage_range): Ditto.
1212         (actual_hazard{,_this_instance}): Ditto.
1213         (schedule_unit): Ditto.
1214         (potential_hazard): Ditto.
1215         (insn_cost): Ditto.
1216         (swap_sort): Ditto.
1217         (queue_insn): Ditto.
1218         (birthing_insn_p): Ditto.
1219         (adjust_priority): Ditto.
1220         (get_block_head_tail): Ditto.
1221         (init_rgn_data_dependences): Ditto.
1222
1223 Tue May 12 10:27:54 1998  Klaus Kaempf  <kkaempf@progis.de>
1224
1225         * alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.
1226
1227 Tue May 12 11:44:14 1998  Gavin Koch  <gavin@cygnus.com>
1228
1229         * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
1230
1231 Tue May 12 11:38:31 1998  Gavin Koch  <gavin@cygnus.com>
1232
1233         * config/mips/mips.md (dslot): Move after definition of "cpu"
1234         attribute.  Handle r3900 case.
1235
1236 Tue May 12 10:21:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1237
1238         * system.h: Define the STRINGIFY macro here.
1239         * protoize.c: Not here.
1240         * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
1241
1242 Tue May 12 00:47:33 1998  John Wehle  (john@feith.com)
1243
1244         * varasm.c (assemble_variable): Compute the alignment of the data 
1245         earlier so that both initialized and uninitialized variables are
1246         effected by DATA_ALIGNMENT.
1247         * tm.texi (DATA_ALIGNMENT): Updated appropriately.
1248
1249 Mon May 11 19:57:58 1998  Jeffrey A Law  (law@cygnus.com)
1250
1251         * mips.c: Prototype static functions.
1252
1253 Mon May 11 17:43:03 1998  Jim Wilson  <wilson@cygnus.com>
1254
1255         * regmove.c (fixup_match_2, find_matches, regmove_profitable):
1256         Add explanatory comments.
1257
1258         * sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT.
1259
1260 Mon May 11 17:24:27 1998  Richard Henderson  <rth@cygnus.com>
1261
1262         * sparc.md (ffsdi2): Disable.  Simplify the expression as well.
1263
1264 Mon May 11 13:30:44 1998  Jim Wilson  <wilson@cygnus.com>
1265
1266         * varasm.c (make_decl_rtl): Disable April 1 change.
1267
1268 Mon May 11 09:14:41 1998  Richard Henderson  <rth@cygnus.com>
1269
1270         * configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
1271
1272 Mon May 11 08:24:18 1998  Richard Henderson <rth@cygnus.com>
1273
1274         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
1275         * alpha.c (print_operand): Handle it.
1276         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and 
1277         related define_splits.  Also add peepholes for SImode reload
1278         plus sign_extend lossage.
1279
1280 Mon May 11 09:33:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1281
1282         * genattr.c: Include stdarg.h/varargs.h.  Change function
1283         `fatal' to use variable arguments instead of faking it with
1284         integer parameters.  Provide a prototype which also
1285         checks the format specifiers using ATTRIBUTE_PRINTF_1.
1286
1287         * genattrtab.c: Likewise.
1288         * gencodes.c: Likewise.
1289         * genconfig.c: Likewise.
1290         * genemit.c: Likewise.
1291         * genextract.c: Likewise.
1292         * genflags.c: Likewise.
1293         * genopinit.c: Likewise.
1294         * genpeep.c: Likewise.
1295         * genrecog.c: Likewise.
1296         * genoutput.c: Likewise.  Similarly for function `error'.
1297
1298 Sun May 10 02:27:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1299
1300         * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
1301         * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
1302         * configure.in: Use GCC_C_VOLATILE.
1303         * system.h (volatile): Define as empty if no volatile support is
1304         available.
1305
1306 Sun May 10 01:21:43 1998  Jeffrey A Law  (law@cygnus.com)
1307
1308         * genemit.c (output_add_clobbers): Removed unused variable 'i' from
1309         generated fucntion.
1310
1311 Sat May  9 02:02:15 1998  Richard Henderson  <rth@cygnus.com>
1312
1313         * loop.c (get_condition): Don't combine when either compare is MODE_CC.
1314         * alpha.c (alpha_emit_conditional_branch): New function.  Taken from
1315         the body of beq; additionally set the mode of the branch to CCmode for
1316         FP compares and not fast_math.  
1317         (alpha_emit_conditional_move): Always use a compare insn for FP
1318         when not fast_math, as well as setting CCmode on the cmov.
1319         * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch.
1320
1321         * machmode.h (COMPLEX_MODE_P): New macro.
1322
1323 Sat May  9 01:53:23 1998  Richard Henderson  <rth@cygnus.com>
1324
1325         * haifa-sched.c (print_exp): Fix typo.
1326
1327 Fri May 8 21:48:50 PDT 1998 Jeff Law  (law@cygnus.com)
1328
1329         * version.c: Bump for snapshot.
1330
1331 Fri May  8 18:23:08 1998  Michael Meissner  <meissner@cygnus.com>
1332
1333         * final.c (final_scan_insn): Call fatal_insn instead of abort if
1334         we could not split an insn when required to.
1335
1336         * m32r.md ({add,sub}di3): Add define_splits and appropriate low
1337         level insns.
1338         (peepholes): Disable peepholes that call dead_or_set_p.
1339         (movsi): Rewrite to handle addresses better after last change.
1340         Add define_split to split load of addresses in large/medium modes.
1341         (prologue): Call m32r_expand_prologue.
1342         (movsi_{push,pop}): Generators for push/pop.
1343         (movsi): Support PRE_{INC,DEC}, POST_INC.
1344         (mov{di,df}): Rewrite.  Always split the insns.
1345         (movsf): Add define_split to get register load in correct mode.
1346         (cmp_ne_small_const_insn): Use 'N' instead of 'S' constraint.
1347         (attributes): Rewrite attributes so that type indicates both the
1348         type and the length of the insn directly.
1349         (all insns): Change to use new type attributes.
1350         (debug): New attribute to convey whether -mdebug was used.
1351         (opt_space): New attribute to convey whether -Os was used.
1352         (function units): Loads are 3 cycles, not 2.  Better classify all
1353         insns into short/long.
1354         (load/store/extend insns): Add separate case for load/store
1355         indirect operations without an offset.
1356         (divsi3): Division is a long operation, not short.
1357
1358         * m32r.h (LEGITIMATE_LO_SUM_ADDRESS_P): Do not allow LO_SUM for
1359         modes > 1 word.
1360         (GO_IF_MODE_DEPENDENT_ADDRESS): LO_SUM is now mode dependent.
1361         (CONST_OK_FOR_LETTER_P): Make 'N' handle reverse 8 bit compares.
1362         (EXTRA_CONSTRAINT): Remove 'S' special support.  Add 'U' for
1363         operands with PRE_{INC,DEC}, POST_INC.
1364         (FUNCTION_PROFILER): Call abort instead of doing nothing.
1365         (GO_IF_LEGITIMATE_ADDRESS): Allow PRE_{INC,DEC}, POST_INC of
1366         SImode variables.
1367         (gen_split_move_double): Declare.
1368         (EXTRA_CONSTRAINT): Add 'T' for memory reference with no offset.
1369
1370         * m32r.c (gen_split_move_double): Fix typo.  Also, don't call
1371         emit_move_insn, build up SET's directly.
1372         (toplevel): Include system.h, not stdio.h.
1373         (move_double_src_operand): Allow any DF or DI mode constant.
1374         (gen_split_move_double): Split moves of DI or DF values into the
1375         appropriate moves, loads, or stores.  Don't handle use of auto
1376         inc/dec if using dead index.  Do handle overlapping moves, etc.
1377         (m32r_frame_info): Remove prologue_size field.
1378         (m32r_compute_frame_size): Don't calculate prologue size.
1379         (m32r_output_function_prologue): Change to pretty much a NOP.
1380         (m32r_expand_prologue): Expand prologue as a series of INSNs.
1381         (m32r_print_operand): Add support for PRE_{INC,DEC}, POST_INC.
1382         (m32r_print_operand_address): Ditto.
1383         
1384 Fri May  8 14:13:21 1998  H.J. Lu  (hjl@gnu.org)
1385
1386         * reload1.c (emit_reload_insns): When performing expensive
1387         optimizations, do not output the last reload insn if OLD is
1388         not the dest of NSN and is in the src and is clobbered by INSN.
1389
1390 Fri May  8 09:47:29 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1391
1392         * Makefile.in (genrtl.o): Depend on system.h.
1393         * gengenrtl.c (gencode): When creating genrtl.c, have it
1394         include system.h.
1395
1396 Fri May  8 10:57:33 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1397
1398         * config/m68k/t-linux: Remove extra stuff already included in
1399         config/t-linux.
1400
1401 Fri May  8 09:53:24  Paul Eggert  <eggert@twinsun.com>
1402
1403         * fixinc.wrap: Renamed from fixinc.math.  Put wrapper around
1404         curses.h if it contains `typedef char bool;', as suggested by
1405         Manfred Hollstein <manfred@s-direktnet.de>.
1406
1407         * configure.in: Rename fixinc.math to fixinc.wrap.
1408
1409 Thu May  7 19:26:34 1998  Jim Wilson  <wilson@cygnus.com>
1410
1411         * gcc.c (read_specs): Handle missing blank line at end of specs file.
1412
1413         * i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1,
1414         movdfcc_1): Disable.
1415
1416 Thu May  7 15:39:14 1998  Jim Wilson  <wilson@cygnus.com>
1417
1418         * configure.in (enable_threads): Rename to enable_threads_flag before
1419         main loop.  Set enable_threads to enable_threads_flag inside main
1420         loop.
1421
1422 Thu May  7 17:38:03 1998  Michael Meissner  <meissner@cygnus.com>
1423
1424         * r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
1425         multiple times.
1426
1427 Thu May  7 14:26:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1428
1429         * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
1430         
1431         * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
1432         (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
1433         (AC_CHECK_FUNCS): Remove unused check for vprintf.
1434         
1435         * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
1436         (cccp.o): Depend on gansidecl.h.
1437         (cexp.o): Likewise.
1438
1439         * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
1440         per the rest of gcc source.
1441         * cexp.y: Likewise.  Include gansidecl.h and remove all code made
1442         redundant.
1443
1444         * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
1445         used when vfprintf is missing.
1446         * cexp.y: Likewise.
1447         * gcc.c: Likewise.
1448         * genattrtab.c: Likewise.
1449         * mips-tfile.c: Likewise.
1450         * toplev.c: Likewise.
1451
1452         * vfprintf.c: New file.
1453         * doprint.c: New file.
1454
1455 Thu May  7 10:18:41 1998  Jeffrey A Law  (law@cygnus.com)
1456
1457         * config/linux.h (ASM_COMMENT_START): Remove from here,
1458         * config/linux-aout.h (ASM_COMMENT_START): and here,
1459         * config/i386/linux.h (ASM_COMMENT_START): to here,
1460         * config/i386/linux-aout.h (ASM_COMMENT_START): and here.
1461         * config/i386/linux-oldld.h (ASM_COMMENT_START): Define
1462         here as '#' too.
1463
1464 Thu May  7 10:55:59 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1465
1466         * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
1467         constant. 
1468
1469 Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
1470
1471         * Makefile.in (dwarfout.o) Add toplev.h dependency.
1472         * dwarfout.c, i386.c: Include toplev.h
1473         * toplev.h: (pfatal_with_name) Add prototype.
1474
1475 Wed May  6 19:02:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
1476
1477         * Makefile.in: Fix .SUFFIXES.
1478
1479 Wed May  6 19:31:32 1998  Alan Modra <alan@spri.levels.unisa.edu.au>
1480
1481         * config/linux.h (ASM_COMMENT_START): Define as "#".
1482         * config/linux-aout.h (ASM_COMMENT_START): Likewise.
1483
1484 Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
1485
1486         * objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
1487         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
1488
1489         * toplev.c: Include toplev.h.
1490         * Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
1491         c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
1492         dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
1493         hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
1494         reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
1495         toplev.h dependency.
1496         
1497         * mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
1498         HARD_FRAME_POINTER_REGNUM.
1499
1500         * expr.c (target_temp_slot_level): Delete duplicate definition.
1501
1502 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
1503
1504         * stmt.c (mark_seen_cases): Make it have external linkage again.
1505         * expr.h (mark_seen_cases): Add declaration, but only when tree.h
1506         has been included.
1507
1508         * haifa-sched.c (print_value, case SUBREG): Fix typo.
1509
1510         * i386.c (output_387_binary_op): Add some braces to avoid warnings.
1511         * i386.h (REG_CLASS_CONTENTS): Similarly.
1512
1513         * toplev.c (-fsched-max): Delete flag.
1514         (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
1515         * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
1516         and -fsched-interblock-max-insns-N support.  Remove INTERBLOCK_DEBUG
1517         conditionals.
1518
1519         * haifa-sched.c (find_rgns): Correctly handle reducible loops with
1520         inner loops which are not reducible.
1521
1522         * loop.c (regs_match_p): Fix typo in prototype.
1523
1524         * regmove.c (try_auto_increment): Wrap declaration inside an
1525         #ifdef AUTO_INC_DEC.
1526
1527 Wed May  6 17:07:47 1998  Michael Meissner  <meissner@cygnus.com>
1528
1529         * final.c (output_operand_lossage): Call fatal with the operand
1530         lossage message instead of calling abort.
1531
1532 Wed May  6 15:37:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1533
1534         * c-common.c: Convert to using ctype macros defined in system.h.
1535         * c-lex.c: Likewise.
1536         * cccp.c: Likewise.
1537         * collect2.c: Likewise.
1538         * rs6000.c: Likewise.
1539         * cpplib.c: Likewise.
1540         * fix-header.c: Likewise.
1541         * gcc.c: Likewise.
1542         * gen-protos.c: Likewise.
1543         * pexecute.c: Likewise.
1544         * protoize.c: Likewise.
1545         * rtl.c: Likewise.
1546         * scan.c: Likewise.
1547         * stmt.c: Likewise.
1548         * tlink.c: Likewise.
1549         * toplev.c: Likewise.   
1550
1551 Wed May  6 14:44:14 1998  Gavin Koch  <gavin@cygnus.com>
1552
1553         * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) : 
1554         Replace -gdwarf-2 with -g0.
1555
1556 Wed May  6 11:43:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1557
1558         * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
1559         * mips-tdump.c: Include system.h, remove redundant headers.
1560         * mips-tfile.c: Likewise.  Also, convert all ctype function calls
1561         to calls of the macro versions defined in system.h.
1562
1563         * objc/Make-lang.in (objc-act.o): Depend on system.h.
1564         * objc/objc-act.c: Include system.h, remove redundant headers.
1565
1566 Wed May  6 11:21:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1567
1568         * configure.in (AC_CHECK_FUNCS): Add isascii.
1569         (GCC_NEED_DECLARATIONS): Add atof.
1570
1571         * system.h: Provide prototypes for abort, atof, atol and sbrk here.
1572         * rtl.c, rtl.h, toplev.c, tree.h: Not here.
1573
1574 Wed May  6 10:52:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1575
1576         * system.h: Wrap time.h and sys/file.h in autoconf checks.
1577         Provide default definitions for O_RDONLY and O_WRONLY here.
1578
1579         * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.
1580
1581 1998-05-06 Mark Mitchell  <mmitchell@usa.net>
1582
1583         * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
1584
1585 Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
1586
1587         * toplev.h: New file.   Protypes for functions in toplev.c.
1588         * tree.h, rtl.h: Deleted protos for functions in toplev.c.
1589         * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, 
1590         c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, 
1591         convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, 
1592         function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, 
1593         reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, 
1594         varasm.c: include it.
1595
1596 Wed May  6 01:09:01 1998  Jeffrey A Law  (law@cygnus.com)
1597                           Jim Wilson (wilson@cygnus.com)
1598
1599         * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
1600         blocks.  Check for 1 successor which is the EXIT_BLOCK.
1601
1602         * haifa-sched.c (find_rgns): Detect unreachable blocks, including
1603         unreachable loops with more than one block.
1604
1605 Wed May  6 08:22:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1606
1607         * fix-header.c (write_rbrac): Add "abort" to functions which need to
1608         be protected.
1609
1610 Wed May  6 00:09:36 1998  Jeffrey A Law  (law@cygnus.com)
1611
1612         * Check in merge from gcc2.  See ChangeLog.12 for details.
1613
1614 Tue May  5 14:33:49 1998  Jim Wilson  <wilson@cygnus.com>
1615
1616         * c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
1617         accept 'a' flag.  'S' does accept 'a' flag.
1618         (check_format_info): When pedantic, warn for m/C/S/a/A formats,
1619         and `a' flag.
1620
1621         * elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.
1622
1623 Tue May  5 10:50:39 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1624
1625         * config/m68k/m68k.h: Declare functions from m68k.c used in
1626         macros and machine description.
1627         (ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
1628         long values.
1629         (ASM_OUTPUT_FLOAT): Likewise.
1630         (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
1631
1632 Tue May  5 01:28:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
1633
1634         * tree.def: Add NAMESPACE_DECL.
1635         * dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
1636         * dwarf2out.c (push_decl_scope): Likewise.
1637         (scope_die_for): Likewise.
1638         * tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
1639         how to get next context level.
1640
1641 Tue May  5 01:43:16 1998  Jim Wilson  <wilson@cygnus.com>
1642
1643         * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
1644         case.
1645
1646 Tue May  5 01:15:06 1998  Jeffrey A Law  (law@cygnus.com)
1647
1648         * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
1649
1650         * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
1651         for any insns skipped at the start of a block because they were
1652         redundant.
1653
1654 Mon May  4 20:23:51 1998  Jim Wilson  <wilson@cygnus.com>
1655
1656         * alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
1657
1658 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
1659
1660         * c-common.c (format_char_info): Add new field hhlen.
1661         (print_char_table, scan_char_table, time_char_table): Initialize
1662         hhlen field appropriately.
1663         (char_format_info): Recognize hh modifier and lookup correct char
1664         table entry.
1665
1666 Mon May  4 19:15:29 1998  Jim Wilson  <wilson@cygnus.com>
1667
1668         * expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
1669         reference if this is a store.
1670
1671 Mon May  4 17:25:17 1998  Richard Henderson  <rth@cygnus.com>
1672
1673         * sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
1674
1675 Sun May  3 23:57:25 1998  Robert Lipe   <robertl@dgii.com>
1676
1677         Make UnixWare 7 bootstrap support work with final shipping product.
1678         * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
1679         Pick up xm-siglist and xm-alloca.
1680         (xm_defines): Add USG so dbxout will build.
1681         * configure: Regenerate.
1682
1683 Sun May  3 13:51:34 PDT 1998  Richard Henerson  <rth@cygnus.com>
1684
1685         Support for official Sparc V9 ABI:
1686         * sparc.c (sparc_override_options): Force stack bias off for !arch64.
1687         Care for flag_pcc_struct_return default.
1688         (output_move_quad): Rewrite to move by halves on v9 and in the
1689         proper direction.
1690         (move_quad_direction): New function.
1691         (output_fp_move_quad): Use it to determine the direction of copy.
1692         (function_arg_slotno): Return -1 for FP reg overflow as well.
1693         (function_arg_record_value*): New functions.
1694         (function_arg): Use them.  Streamline unprototyped parameter passing.
1695         (function_arg_pass_by_reference): Pass TCmode by reference.
1696         (function_value): New function.
1697         * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
1698         long long in 64-bit mode.
1699         (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
1700         (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
1701         (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
1702         (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
1703         (BASE_INCOMING_ARG_REG): Likewise.
1704         (FUNCTION_VALUE): Call function_value.
1705         (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
1706         * sparc.md (movdi_sp32_v9): Disable for arch64.
1707         (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
1708         (call_value_address_sp64): Remove register class constraints.
1709         (call_value_symbolic_sp64): Likewise.
1710         (nonlocal_goto): Pass label reg directly to goto_handlers.  Constrain
1711         v9 case to 32-bit constants.
1712         (goto_handler_and_restore_v9): Provide a version for arch64.
1713         * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
1714         * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
1715         (CPP_PREDEFINES): New.
1716         * sparc/sp64-elf.h: Likewise.
1717         (PREFERRED_DEBUGGING_TYPE): Dwarf2.
1718         (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
1719         * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.
1720
1721 Sat May 2 17:47:17 PDT 1998 Jeff Law  (law@cygnus.com)
1722
1723         * version.c: Bump for snapshot.
1724
1725 Sat May  2 01:37:29 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1726
1727         * reload.c (find_reloads): Emit USEs to mark where a pseudo
1728         is reloaded with the MEM of its stack slot.
1729         * reload1.c (cannot_omit_stores): Delete.
1730         (reload): Don't initialize it.
1731         Don't apply avoid_return_reg logic to USEs.
1732         When done, remove USEs that have a REG_EQUAL note on them.
1733         (emit_reload_insns): Handle case where we have inherited a MEM.
1734         (choose_reload_regs): Likewise.
1735         (delete_output_reload): Don't use cannot_omit_stores.
1736
1737 Thu Apr 30 18:59:03 1998  Jim Wilson  <wilson@cygnus.com>
1738
1739         * Makefile.in (cpp.info, gcc.info): Put -o option before input file.
1740
1741 Thu Apr 30 16:57:34 1998  Michael Meissner  <meissner@cygnus.com>
1742
1743         * haifa-sched.c (print_{exp,value}): Various changes to make the
1744         debug output easier to read.  Also, use only one buffer, and make
1745         sure the buffer we are passed in doesn't overflow.
1746         (safe_concat): Concatenate to a buffer without overflow.
1747
1748 Thu Apr 30 16:57:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1749
1750         * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree
1751         with the prototype.
1752
1753 Wed Apr 29 21:45:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1754
1755         * sched.c (new_insn_dead_notes): Check if the register was
1756         used in the original instruction.
1757         * haifa-sched.c (new_insn_dead_notes): Likewise.
1758
1759 Wed Apr 29 13:46:03 1998  Jim Wilson  <wilson@cygnus.com>
1760
1761         * dwarf2out.c (scope_die_for): If could not find proper scope,
1762         check for and handle tagged type with incorrect TYPE_CONTEXT.
1763
1764 Wed Apr 29 15:34:40 1998  John Carr  <jfc@mit.edu>
1765
1766         * calls.c (expand_call): Fix recognition of C++ operator new.
1767
1768         * alias.c (mode_alias_check): Disable type based alias detection.
1769
1770 Wed Apr 29 15:06:42 1998  Gavin Koch  <gavin@cygnus.com>
1771
1772         * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
1773         ASM_OUTPUT_WEAK_ALIAS): Define.
1774         * config/mips/elf64.h: Same.
1775         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
1776         ASM_WEAKEN_LABEL): Removed.
1777
1778 Wed Apr 29 10:53:29 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1779
1780         * calls.c (expand_call): Bump the length limit on the specially
1781         recognized function names to 17.
1782
1783 Tue Apr 28 17:53:33 1998  Jim Wilson  <wilson@cygnus.com>
1784
1785         * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
1786         when undefining macros at the end.
1787
1788         * expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
1789         val or len has TREE_SIDE_EFFECTS set.
1790
1791         * sparc.md (mulsidi3): Call const v8plus and v8plus routines.
1792         (mulsidi3_v8plus, const_mulsidi3_v8plus): Delete asterisk from name.
1793         (smuldi3_highpart): Call const v8plus routine.
1794         (smulsi3_highpart_v8plus): Renamed from smulsidi3_highpart_v8plus.
1795         (const_smulsi3_highpart_v8plus): New pattern.
1796         (smulsi3_highpart_sp32): Renamed from smulsidi3_highpart_sp32.
1797         (umulsidi3): Call const v8plus routine.
1798         (umulsi3_highpart): Handle const before v8plus.  Call const v8plus
1799         routine.
1800         (umulsi3_highpart_v8plus): Renamed from umulsidi3_highpart_v8plus.
1801         (umulsi3_highpart_sp32): Renamed from umulsidi3_highpart_sp32.
1802
1803 Tue Apr 28 08:55:26 1998  Michael Meissner  <meissner@cygnus.com>
1804
1805         * m32r.c (*_oper{and|ator}): Change enum arguments and return
1806         values to int, so they can be prototyped even in files that don't
1807         include rtl.h.
1808         ({small,large}_insn_p): Ditto.
1809         (m32r_select_cc_mode): Ditto.
1810         (gen_compare): Ditto.
1811         (function_arg_partial_nregs): Ditto.
1812         (m32r_setup_incoming_varargs): Ditto.
1813         (init_reg_tables): Add prototype.
1814         (m32r_frame_info): Add prolog_size field.
1815         (m32r_compute_frame_size): Calculate the size of the prologue.
1816         (m32r_first_insn_address): Return prologue size.
1817         (m32r_output_function_prologue): Calculate frame size before
1818         printing out information.  Print out the prologue size.
1819
1820         * m32r.h: Prototype all functions in m32r.c.
1821         (FIRST_INSN_ADDRESS): Declare, returning prologue size.
1822
1823         * m32r.md (bcc functions): Cast enum's to int.
1824
1825         * m32r.c (conditional_move_operand): Silence a debug message.
1826         ({small,long}_insn): New predicates.
1827
1828         * m32r.h (TARGET_M32R): New macro.
1829         (PREDICATE_CODES): Rearrange somewhat, add small_insn/long_insn.
1830         (HAIFA_P): Define as 1/0 depending on whether the Haifa scheduler
1831         was selected.
1832         (ISSUE_RATE): Define as 2.
1833
1834         * m32r.md (insn_size): New attribute.
1835         ({,rev_}branch_insn): Add .s qualifier to branches believed to be
1836         short.
1837         (m32r): New attribute.
1838
1839         * configure.in (enable_haifa): Switch m32r to Haifa by default.
1840         * configure: Regenerate.
1841
1842         (Changes from Nick Clifton <nickc@cygnus.com>)
1843         * m32r.h (EXTRA_CONSTRAINT): Implement 'S' constraint to perfoirm
1844         the equivalent of a negated 'I' constraint.
1845         (PRESERVE_DEATH_INFO_REGNO_P): Define in order to allow peephole
1846         optimisation to work.
1847
1848         * m32r.md (cmp_ne_small_const_insn): Use 'S' constriant rather
1849         than 'I' since the value is negated.
1850         (peephole): Add peephole optimisation to cope with optimization of
1851         divide and subtracts of the same operands.
1852
1853         * m32r.c zero_and_one, emit_cond_move): Add support for MVFC.
1854         * m32r.h: Ditto.
1855         * m32r.md: Ditto.
1856
1857         * m32r.h (PREDICATE_CODES): Add declaration of machine specific
1858         predicates.
1859
1860 Tue Apr 28 07:25:53 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1861
1862         * Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
1863
1864 Mon Apr 27 18:39:47 1998  Nick Clifton  <nickc@cygnus.com>
1865
1866         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Check against
1867         frame_pointer_rtx not FRAME_POINTER_REGNUM.
1868
1869 Mon Apr 27 18:36:28 1998  Jim Wilson  <wilson@cygnus.com>
1870
1871         * reg-stack.c: Revert last patch (Apr 20).
1872         (convert_regs): Set insn to PREV_INSN (next) after do while loop.
1873
1874         * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
1875
1876         * loop.c (check_dbra_loop): New locals jump, first_compare, and
1877         compare_and_branch.  Call get_condition to set first_compare.
1878         Set compare_and_branch to number of compare/branch instructions.
1879         Replace PREV_INSN (PREV_INSN (loop_end)) with first_compare.
1880         Replace '2' with compare_and_branch.
1881
1882 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
1883
1884         * cplus-dem.c (demangle_qualified): Replace missing else.
1885
1886 Mon Apr 27 20:22:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1887
1888         * sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.
1889
1890 Mon Apr 27 18:23:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1891
1892         * sh.c (sh_expand_prologue, sh_expand_epilogue):
1893         If TARGET_DOUBLE_ALIGN, preserve 64 bit stack alignment.
1894         * sh.h (STACK_BOUNDARY): Likewise.
1895
1896 Mon Apr 27 17:22:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1897
1898         * sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
1899
1900 Mon Apr 27 08:55:23 1998  Michael Meissner  <meissner@cygnus.com>
1901
1902         * system.h (abort): If abort is not defined, and neither is
1903         USE_SYSTEM_ABORT, redefine abort to call fprintf and exit,
1904         reporting the line and filename of the error.
1905
1906         * .gdbinit: Add breakpoints on exit and fancy_abort.
1907
1908         * final.c (split_double): Avoid a compiler warning if
1909         BITS_PER_WORD is less than or equal to HOST_BIT_PER_WIDE_INT.
1910
1911         * rtl.h (JUMP_{CROSS_JUMP,NOOP_MOVES,AFTER_REGSCAN}):  New macros
1912         for calling jump_optimize.
1913
1914         * toplev.c (rest_of_compilation): Call jump_optimize using JUMP_*
1915         macros, rather than 0/1's.
1916
1917 Sun Apr 26 23:19:10 1998  Richard Henderson  <rth@cygnus.com>
1918
1919         * alpha.h (CONST_COSTS): Zero is always free.
1920         (RTX_COSTS): Add EV6 costs.  Abort if alpha_cpu is unknown.
1921
1922 Sun Apr 26 15:38:50 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1923
1924         * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
1925         length in the name of a virtual table.
1926
1927 Sun Apr 26 01:21:06 1998  Richard Henderson  <rth@cygnus.com>
1928
1929         * alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.
1930
1931 Sat Apr 25 22:11:38 PDT 1998 Jeff Law  (law@cygnus.com)
1932
1933         * version.c: Bump for snapshot.
1934
1935 Sat Apr 25 17:17:15 1998  Jeffrey A Law  (law@cygnus.com)
1936
1937         * fold-const.c (fold_convert): Fix typo.
1938
1939 Sat Apr 25 17:55:54 1998  John Carr  <jfc@mit.edu>
1940
1941         * alias.c (alias_invariant): New variable.
1942         (record_base_value): New argument INVARIANT.
1943         (memrefs_conflict_p): If a register has an entry in the alias_invariant
1944         array, try substituting that value for the register.
1945
1946         * rtl.h: Declare record_base_value.
1947
1948         * loop.c, unroll.c: Update callers of record_base_value.
1949
1950         * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
1951         ZERO_EXTEND do not affect base values.
1952
1953 Fri Apr 24 15:57:02 1998  Jeffrey A Law  (law@cygnus.com)
1954
1955         * dbxout.c (dbxout_type): Fix typo.
1956         (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix.
1957
1958         * configure.in: Use CC_FOR_BUILD, not BUILD_CC.
1959
1960 Fri Apr 24 16:11:47 1998  John Carr  <jfc@mit.edu>
1961
1962         * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
1963         if the argument is the address of a structure or array.
1964
1965         * configure.in: Enable Haifa scheduler by default for SPARC.
1966
1967 Fri Apr 24 20:55:47 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1968
1969         * cse.c (cse_set_around_loop): Don't do optimization when
1970         new pseudos are created.
1971
1972 Fri Apr 24 11:00:18 1998  Jeffrey A Law  (law@cygnus.com)
1973
1974         * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
1975         appropriately.
1976         (dbxout_type_method_1, dbxout_type): Likewise.
1977         (print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
1978         (dbxout_type): Fix check for when to print a type range in
1979         octal vs decimal.
1980
1981 Fri Apr 24 16:45:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1982
1983         * (gen_shl_and, in case 1): Fix comparison with mask.
1984
1985 Fri Apr 24 06:46:40 1998  Nick Clifton  <nickc@cygnus.com>
1986
1987         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Disallow frame
1988         pointer as second register in REG+REG pair.
1989
1990 Fri Apr 24 09:22:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1991
1992         * c-common.c (check_format_info): Don't check for the 'x' format
1993         character twice, instead check for 'x' and 'X'
1994
1995 Fri Apr 24 08:02:30 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1996
1997         * Makefile.in (libgcc2.ready): Add explicit dependancy from
1998         $(STMP_FIXPROTO) to ensure all necessary include files have
1999         been created and to guarantee proper parallel builds.
2000
2001 Fri Apr 24 04:42:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2002
2003         * sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra
2004         register for stdarg functions.
2005         * sh.h (current_function_varargs): Declare.
2006         (FUNCTION_ARG): Ignore NAMED for stdarg functions.
2007
2008 1998-04-23  Jim Wilson  <wilson@cygnus.com>
2009
2010         * frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when
2011         inhibit_libc is defined.
2012
2013         * c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL.
2014
2015 Thu Apr 23 19:09:33 1998  Jim Wilson  <wilson@cygnus.com>
2016
2017         * profile.c (tablejump_entry_p): New function.
2018         (branch_prob): Add code to recognize MIPS tablejump entry branch.
2019         Use tablejump_entry_p in MIPS and HPPA tablejump checking code.
2020
2021 Thu Apr 23 15:01:13 1998  Nick Clifton  <nickc@cygnus.com>
2022
2023         * config/arm/arm.c (find_barrier): Return as soon as a barrier is
2024         found, rather than at end of the loop, after the insn has been
2025         changed.
2026
2027 Thu Apr 23 20:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2028
2029         * sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.
2030         * sh.md (ashrhi3_k, lshrhi3_k, lshrhi3_m, lshrhi3, lshrhi3+1): Delete.
2031
2032 Wed Apr 22 17:07:35 1998  Michael Meissner  <meissner@cygnus.com>
2033
2034         * loop.c (note_addr_stored): Correct function to take 2 arguments,
2035         instead of 1.
2036
2037         * rtl.def (MATCH_INSN2): Add new matching pattern.
2038         * genrecog.c (add_to_sequence): Support MATCH_INSN2.
2039
2040 Wed Apr 22 15:52:22 1998  John Carr  <jfc@mit.edu>
2041
2042         * emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
2043         if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
2044
2045         * final.c (split_double): Sign extend both halves of a split CONST_INT.
2046
2047 Wed Apr 22 10:42:45 1998  Jeffrey A Law  (law@cygnus.com)
2048
2049         * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
2050
2051 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
2052
2053         * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
2054         (cplus_demangle_opname): Call mop_up_squangle.
2055         (cplus_demangle): Initialize squangle info, then call
2056         internal_cplus_demangle. (Most code moved there as well)
2057         (internal_cplus_demangle): New function, performs most of what use
2058         to be done in cplus_demangle, but is only called with this file.
2059         (squangle_mop_up): New function to clean up B and K code data.
2060         (mop_up): set pointers to NULL after freeing.
2061         (demangle_signature, demangle_template, demangle_class): Add
2062         switch elements to handle K and B codes.
2063         (demangle_prefix, gnu_special, demangle_qualified): Add
2064         code to handle K and B codes.
2065         (do_type, demangle_fund_type): Handle B and K codes.
2066         (remember_Ktype): New function to store K info.
2067         (register_Btype, remember_Btype): New functions for B codes.
2068         (forget_B_and_K_types): New function to destroy B and K info.
2069
2070 1998-04-21  Jim Wilson  <wilson@cygnus.com>
2071
2072         * stmt.c (check_seenlabel): When search for line number note for
2073         warning, handle case where there is no such note.
2074
2075 Tue Apr 21 20:48:37 1998  John Carr  <jfc@mit.edu>
2076
2077         * genemit.c (gen_exp): Allow machine description to set mode of
2078         MATCH_OP_DUP.
2079
2080 Tue Apr 21 16:36:01 1998  John Carr  <jfc@mit.edu>
2081
2082         * alias.c (mode_alias_check): New function.
2083         (true_dependence, anti_dependence, output_dependence): Call
2084         mode_alias_check.
2085
2086 Tue Apr 21 12:05:32 1998  Jeffrey A Law  (law@cygnus.com)
2087
2088         * mips.h (STACK_BOUNDARY): Allow specific targets to override.
2089         (MIPS_STACK_ALIGN): Similarly.
2090
2091         * c-common.c (type_for_mode): Handle TI types.
2092         * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
2093         (init_decl_processing): Handle TI types.
2094         * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
2095
2096         * mips.c (block_move_loop): Test Pmode == DImode instead of
2097         TARGET_MIPS64.
2098         (expand_block_move, save_restore_insns): Likewise.
2099         (function_prologue, mips_expand_prologue): Likewise.
2100         (mips_expand_epilogue): Likewise.
2101         * mips.h (POINTER_SIZE): Allow specific targets to override.
2102         (Pmode): Allow specific targets to override.
2103         (FUNCTION_PROFILER): Test Pmode == DImode instead of TARGET_MIPS64
2104         (POINTER_BOUNDARY, FUNCTION_MODE): Likewise.
2105         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
2106         (TRAMPOLINE_ALIGNMENT, INITIALIZE_TRAMPOLINE): Likewise.
2107         (CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
2108         (ASM_OUTPUT_ADDR_DIFF_ELT, SIZE_TYPE, PTRDIFF_TYPE): Likewise.
2109         * mips.md (indirect, tablejump & casesi support): Test for
2110         Pmode == DImode instead of TARGET_MIPS64.
2111         (call patterns): Likewise.
2112
2113 Tue Apr 21 09:43:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2114
2115         * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
2116         for gen_rtx(MEM, ...).
2117
2118 Tue Apr 21 02:15:36 1998  Richard Henderson  <rth@cygnus.com>
2119
2120         * sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite
2121         to not be so gross, and to properly function with PIC.
2122
2123 Mon Apr 20 20:44:25 1998  Jim Wilson  <wilson@cygnus.com>
2124
2125         * frame.c (heapsort): Rename to frame_heapsort.
2126
2127         * gcc.c (do_spec_1, case '['): Move flag out of loop and initialize it.
2128
2129 Mon Apr 20 12:43:09 1998  Doug Evans  <devans@canuck.cygnus.com>
2130
2131         * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.
2132
2133 Mon Apr 20 15:04:14 1998  John Wehle  (john@feith.com)
2134
2135         * i386.md (movsf_push, movdf_push, movxf_push): Allow memory
2136         operands during and after reload.
2137
2138 Mon Apr 20 22:37:50 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2139
2140         * final.c (shorten_branches, init_insn_lengths): Move code
2141         to free label_align, uid_shuid, insn_lengths, insn_addresses
2142         and uid_align from the former function into the latter one;
2143         Add code to clear these variables.
2144         * sh.h (label_align): Remove declaration.
2145
2146 Mon Apr 20 14:48:29 1998  Michael Meissner  <meissner@cygnus.com>
2147
2148         * gcc.c (lang_specific_driver): Declare prototype properly so
2149         fatal can be passed to it without error.
2150
2151         * configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
2152         * configure: Regenerate.
2153         * config.in: Add #undef's for strchr and strrchr.
2154
2155         * protoize.c (toplevel): If we have rindex, but not strrchr, map
2156         rindex to strrchr.
2157         (file_could_be_converted): Use strrchr, not rindex since rindex is
2158         not defined on Linux systems when _POSIX_SOURCE is defined.
2159         (file_normally_convertible): Ditto.
2160         (process_aux_info_file): Ditto.
2161         (main): Ditto.
2162
2163         * rs6000.md (mov{sf,df} define_splits): When splitting a move of
2164         a constant to an integer register, don't split the insns that do
2165         the simple AND and OR operations, rather just split each word, and
2166         let the normal movsi define split handle it further.
2167
2168 Mon Apr 20 18:19:40 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2169
2170         * sh.c (find_barrier): Fix bug in ADDR_DIFF_VEC handling.
2171         (split_branches): Call init_insn_lengths.
2172
2173 Mon Apr 20 07:37:49 1998  Michael Meissner  <meissner@cygnus.com>
2174
2175         * i386.c: Include expr.h to get the change_address prototype
2176         declared.
2177
2178 Mon Apr 20 01:00:05 1998  H.J. Lu  (hjl@gnu.org)
2179
2180         * reg-stack.c (subst_asm_stack_regs): Change to return the last
2181         new insn generated by this function.
2182         (subst_stack_regs): Likewise.
2183         (convert_regs): Record the last newly generated insn and use
2184         it for change_stack () instead of INSN.
2185
2186 Sun Apr 19 15:41:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2187
2188         * fix-header.c (enum special_file): Undefine enumerators if they
2189         are already defined by include files.
2190         * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection
2191         macro with '__' to not pollute user namespace.
2192
2193 Sun Apr 19 02:42:06 1998  Richard Henderson  <rth@cygnus.com>
2194
2195         * haifa-sched.c (queue_to_ready): Fix typo in prototype.
2196
2197 Sat Apr 18 23:52:35 PDT 1998 Jeff Law  (law@cygnus.com)
2198
2199         * version.c: Bump for snapshot.
2200
2201 Sat Apr 18 18:30:22 1998  Jim Wilson  <wilson@cygnus.com>
2202
2203         * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.
2204
2205         * i386.h (CPP_CPU_DEFAULT): Renamed to CPP_CPU_DEFAULT_SPEC.
2206         Add missing -Dpentium* options.
2207         (CPP_CPU_SPEC): Delete redundant definition.  Include cpp_cpu_default
2208         instead of CPP_CPU_DEFAULT.
2209         (EXTRA_SPECS): Add entry for cpp_cpu_default.
2210
2211 Sat Apr 18 19:06:59 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2212
2213         * rs6000.md (floatsidf2_loadaddr): rs6000_fpmem_offset will be
2214         negative in a stackless frame.
2215         * rs6000.c (rs6000_stack_info): Don't include fixed-size link area
2216         in stackless frame size.  Support 64-bit stackless frame size.
2217         Combine fpmem offset calculations and don't add total_size to
2218         offset if not pushing a stack frame.
2219
2220 Sat Apr 18 15:41:16 1998  Jim Wilson  <wilson@cygnus.com>
2221
2222         * regmove.c (fixup_match_1): In three places, in flag_exceptions
2223         check, change p to q.
2224
2225 Sat Apr 18 15:30:49 1998  Jim Wilson  <wilson@cygnus.com>
2226
2227         * gcc.c (lang_specific_driver): Add new parm type to prototype.
2228         (added_libraries): New file scope static variable.
2229         (process_command): Initialize added_libraries.  Pass it to
2230         lang_specific_driver.
2231         (main): Use added_libraries in check for no input files.
2232
2233 Sat Apr 18 01:23:11 1998  John Carr  <jfc@mit.edu>
2234
2235         * sparc.c, sparc.h, sparc.md, sol2.h: Many changes related to V9
2236         code generation.  Use 64 bit instructions in 32 bit mode when
2237         possible.  Use V9 return instruction.  UltraSPARC optimizations.
2238
2239         * sparc.h: Change gen_rtx (CODE to gen_rtx_CODE (.
2240
2241 Fri Apr 17 22:38:17 1998  Jeffrey A Law  (law@cygnus.com)
2242
2243         * global.c (global_alloc): Don't pass HARD_CONST (0) to find_reg,
2244         just pass zero.  That will work regardless of the size of HARD_REG_SET.
2245
2246         * libgcc2.c (__floatdisf): Fix a couple typos.
2247
2248 Fri Apr 17 17:28:26 1998  Jim Wilson  <wilson@cygnus.com>
2249
2250         * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
2251
2252 Fri Apr 17 16:35:35 1998  Greg McGary  <gkm@gnu.org>
2253
2254         * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
2255
2256 Fri Apr 17 14:30:37 1998  John Carr <jfc@mit.edu>
2257
2258         * emit-rtl.c (operand_subword_force): If a register can not be
2259         accessed by words, copy it to a pseudo register.
2260
2261 Fri Apr 17 14:30:37 1998  Jim Wilson  <wilson@cygnus.com>
2262
2263         * rs6000/vxppc.h (CPP_SPEC): Add support for mrelocatable*.
2264
2265 Fri Apr 17 17:01:25 1998  Michael Meissner  <meissner@cygnus.com>
2266
2267         * tree.h (mark_seen_cases): Delete declaration.
2268
2269 Fri Apr 17 13:32:20 1998  Jeffrey A Law  (law@cygnus.com)
2270
2271         * stmt.c (mark_seen_cases): Make static and add prototype.
2272
2273 Fri Apr 17 11:21:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2274
2275         * frame.c: Include stdlib.h and unistd.h to possibly get various
2276         function prototypes.  The fixproto script guarantees these header
2277         files exist on the target system.
2278         * libgcc2.c: Likewise.
2279
2280         * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
2281         __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
2282         function parameters.
2283         * libgcc2.c (__udiv_w_sdiv): Likewise.
2284
2285 Thu Apr 16 22:41:02 1998  Jeffrey A Law  (law@cygnus.com)
2286
2287         * varasm.c (asm_output_bss): Add prototype.
2288         (asm_output_aligned_bss): Likewise.
2289
2290         * unroll.c (verify_addresses): Add prototype.
2291
2292         * toplev.c: Add many prototypes.  Too many to mention here.
2293
2294         * stmt.c (check_seenlabel): Add prototype.
2295
2296         * rtlanal.c (reg_set_p_1): Add prototype.
2297         (reg_set_last_1): Likewise.
2298
2299         * reorg.c (find_dead_or_set_registers): Add prototype.
2300
2301         * regmove (try_auto_increment): Add prototype.
2302
2303         * reg-stack.c (pop_stack): Add prototype.
2304
2305         * recog.c (validate_replace_rtx_1): Add prototype.
2306         (find_cosntant_term_loc): Likewise.
2307
2308         * loop.c (regs_patch_p): Add prototype.
2309         (add_label_notes, count_nonfixed_reads): Likewise.
2310         (find_single_use_in_loop): Likewise.
2311         (express_from): Surround prototype with #ifdef.
2312         (giv_sort): Similarly.
2313
2314         * jump.c (mark_modified_reg): Add prototype.
2315
2316         * haifa-sched.c (is_prisky): Add prototype.
2317         (queue_to_ready): Likewise.
2318
2319         * genextract.c (gen_insn): Add prototype.
2320
2321         * genemit.c (max_operand_1): Add prototype.
2322         (max_operand_vec, print_code, gen_exp, gen_insn): Likewise.
2323         (gen_expand, gen_explit, output_add_clobbers): Likewise.
2324         (output_init_mov_optab): Likewise.
2325
2326         * genattrtab.c (attr_hash_add_rtx): Add prototype.
2327         (attr_hash_add_string, write_length_unit_log): Likewise.
2328
2329         * genattr.c (init_range): Add prototype.
2330
2331         * combine.c (sets_function_arg_p): Add prototype.
2332
2333         * expr.c (store_constructor_field): Add prototype.
2334         (get_memory_usage_from_modifier): Likewise
2335
2336         * expmed.c (synth_mult): Add prototype.
2337         (choose_multiplier, invert_mod2n): Likewise.
2338
2339         * except.c (push_eh_entry): Add prototype.
2340         (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise.
2341         (call_get_eh_context, start_dynamic_cleanup): Likewise.
2342         (start_dynamic_handler, can_throw): Likewise.
2343         (output_exception_table_entry, scan_region): Likewise.
2344         (eh_regs, set_insn_eh_region): Likewise.
2345
2346         * dwarfout.c (decl_class_context): Add prototype.
2347         (output_inheritance_die, type_ok_for_scope): Likewise.
2348
2349         * c-lex.c (skip_white_space_on_line): Add prototype.
2350
2351         * alias.c (record_set): Add prototype.
2352         (find_base_term, base_alias_check): Likewise.
2353
2354         * function.c (assign_outer_stack_local): Make static and add prototype.
2355
2356         * haifa-sched.c (build_control_flow): Accept raw data as inputs
2357         instead of computing it locally.  Callers changed.
2358         (find_rgns): Several new arguments.  Callers changed.
2359         Generally clean up and comment better.  Use dominators to
2360         identify reducible loops.  Convert some flag arrays to bitmaps.
2361         Convert most of the code to work on pred/succ lists instead of
2362         an edge table.  Add comments for future improvements.
2363         (schedule_insns): Allocate temporary tables for flow data, call
2364         routines to compute flow data and pass it along to children as
2365         arguments.
2366         (debug_control_flow): Delete.  Use dump_bb_data instead.
2367
2368         * basic-block.h (compute_dominators): Declare.
2369
2370         * flow.c (dump_sbitmap, dump_sbitmap_vector): New debugging
2371         functions.
2372         * basic-block.h: Declare them.
2373
2374 Thu Apr 16 13:45:51 1998  Jim Wilson  <wilson@cygnus.com>
2375
2376         * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
2377         no operands.
2378
2379 Wed Apr 15 11:33:09 1998  Alexandre Petit-Bianco  <apbianco@sendai.cygnus.com>
2380
2381         * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
2382         Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated
2383         node is non NULL. Cache last file name and file name identifier node.
2384
2385 1998-04-15  Mark Mitchell  <mmitchell@usa.net>
2386
2387         * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
2388         the length of an array, not TREE_TYPE.
2389
2390 Wed Apr 15 15:31:34 1998  Jeffrey A Law  (law@cygnus.com)
2391
2392         * flow.c (sbitmap_union_of_successors):  New function.
2393         * basic-block.h (sbitmap_union_of_successors): Declare it.
2394
2395 Wed Apr 15 12:38:03 1998  Jim Wilson  <wilson@cygnus.com>
2396
2397         * configure.in (gnu_ld): Rename to gnu_ld_flag before main loop.
2398         Set gnu_ld to gnu_ld_flag inside main loop.
2399         (gas): Likewise.
2400
2401 Wed Apr 15 14:50:05 1998  Dave Brolley  <brolley@cygnus.com>
2402
2403         * toplev.c (compile_file): Call init_parse using new interface.
2404         (init_lex): Remove declaration.
2405
2406         * c-lex.c (init_parse): Now returns char* containing filename.
2407
2408 Wed Apr 15 12:37:10 1998  Jeffrey A Law  (law@cygnus.com)
2409
2410         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing if not optimizing.
2411
2412 Wed Apr 15 12:10:18 1998  Michael Meissner  <meissner@cygnus.com>
2413
2414         * Makefile.in (gen{config,flags,codes,emit}): Link in host print-rtl.o.
2415         (gen{extract,peep,opinit,output}): Ditto.
2416
2417         * gen{attr,codes,config,emit,output}.c (insn_attr_name): Provide a
2418         global definition so print-rtl.o can be linked in.
2419         * gen{peep,recog}.c (insn_attr_name): Ditto.
2420
2421 Tue Apr 14 07:30:57 1998  K. Richard Pixley  <rich@kyoto.noir.com>
2422
2423         * fixincludes: discard empty C++ comments, as found in sys/time.h
2424         on hpux-11.0.
2425
2426 Wed Apr 15 10:47:21 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2427
2428         * config/m68k/m68k.md (adddi3, subdi3): Optimize for constant
2429         operand.
2430
2431 Wed Apr 15 01:21:21 1998  Jeffrey A Law  (law@cygnus.com)
2432
2433         * emit-rtl.c (operand_subword): Rework slightly to avoid
2434         bogus warning from previous change.
2435
2436 Tue Apr 14 23:39:13 1998  Richard Henderson  <rth@cygnus.com>
2437
2438         * alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's
2439         Nov 8 find_replacement change.  Move decls of get_unaligned_address
2440         * alpha.h: ... here.
2441
2442 Tue Apr 14 22:00:39 1998  John Carr <jfc@mit.edu>
2443
2444         * function.c (assign_parms): Initialize unsignedp before passing
2445         its pointer to promote_mode.
2446
2447         * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.
2448         (write_test_expr): Allow MATCH_INSN.
2449
2450 Tue Apr 14 21:57:57 1998  Paul Eggert <eggert@twinsun.com>
2451
2452         * install.texi: Update section on warnings that can be safely ignored.
2453
2454 Tue Apr 14 14:55:16 1998  Jim Wilson  <wilson@cygnus.com>
2455
2456         * mips.md (reload_outdi): Change the scratch mode from DImode to
2457         TImode.  New variable scratch, used instead of operand[2] in template.
2458         Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.
2459
2460 Tue Apr 14 16:19:03 1998  Michael Meissner  <meissner@cygnus.com>
2461
2462         * expr.c (MOVE_RATIO): Set to 3 if optimizing for space.
2463
2464 Tue Apr 14 11:31:28 1998  Krister Walfridsson <cato@df.lth.se>
2465
2466         * i386/bsd386.h (ASM_OUTPUT_ALIGN): Redefine.
2467
2468 Tue Apr 14 09:02:32 1998  Jeffrey A Law  (law@cygnus.com)
2469
2470         * svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
2471         (ASM_FINISH_DECLARE_OBJECT): Likewise.
2472
2473         * Idea and part of the patch from HJ.
2474         * Makefile.in: auto-host.h renamed from auto-config.h.  All references
2475         changed.
2476         (distclean): Remove auto-build.h too.
2477         * configure.in: Rename host autoconf generated file to auto-host.h.
2478         If host != build, then run autoconf to generate auto-build.h for
2479         the build machine and include it in build_xm_files.
2480         Check for wait.h and sys/wait.h.
2481
2482         * combine.c (simplify_rtx, case TRUNCATE): Respect value of
2483         TRULY_NOOP_TRUNCATION.
2484
2485 Mon Apr 13 11:31:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
2486
2487         * tree.h (BINFO_OFFSET_ZEROP): Use integer_zerop.
2488
2489 Sun Apr 12 20:55:32 1998  Catherine Moore <clm@cygnus.com>
2490
2491         * invoke.texi (ld options)  Include memset requirements
2492         for options -nodstdlib and -nodefaultlibs.
2493
2494 1998-04-12  Paul Eggert  <eggert@twinsun.com>
2495
2496         This change is from an idea suggested by Arthur David Olson.
2497
2498         * c-common.c (decl_attributes, record_function_format,
2499         check_format_info, init_function_format_info):
2500         Add support for strftime format checking.
2501         (enum format_type): New type.
2502         (record_function_format): Now static, and takes value of type
2503         enum format_type instead of int.
2504         (time_char_table): New constant.
2505         (struct function_format_info): format_type member renamed from is_scan.
2506         (check_format_info): Use `warning' rather than sprintf followed by
2507         `warning', to avoid mishandling `%' in warnings.
2508         Change `pedwarn' to `warning', since these warnings do not necessarily
2509         mean the program does not conform to the C Standard, as the code
2510         need not be executed.
2511
2512         * c-tree.h (record_function_format): Remove decl; no longer extern.
2513
2514         * extend.texi: Add documentation for strftime format checking.
2515
2516 Sun Apr 12 20:23:03 1998  Jeffrey A Law  (law@cygnus.com)
2517
2518         * mips/ecoffl.h: Do not include mips.h.
2519         * mips/elf.h: Likewise.
2520
2521         * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
2522         * mips/ecoff.h: Include "mips/mips.h".
2523
2524 Sat Apr 11 22:42:54 PDT 1998 Jeff Law  (law@cygnus.com)
2525
2526         * version.c: Bump for snapshot.
2527
2528 Sat Apr 11 01:24:28 1998  Jeffrey A Law  (law@cygnus.com)
2529
2530         * cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.
2531         (delete_trivially_dead_insns): Renamed from delete_dead_from_cse.
2532         * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns              instead of delete_dead_from_cse.  Also call delete_trivially_dead_insns
2533         between loop optimization passes.
2534         * rtl.h: Updated appropriately.
2535
2536 Fri Apr 10 22:28:32 1998  Jeffrey A Law  (law@cygnus.com)
2537
2538         Reinstall this patch from Jason.
2539         * function.c (push_function_context_to): Don't call init_emit.
2540
2541 Fri Apr 10 13:40:20 1998  Nick Clifton  <nickc@cygnus.com>
2542
2543         * rtl.c (read_skip_spaces): Prevent infinite loops upon
2544         encountering unterminated comments.
2545
2546 Fri Apr 10 10:43:41 1998  Jeffrey A Law  (law@cygnus.com)
2547
2548         * emit-rtl.c (operand_subword): Properly handle CONST_INTs for
2549         64x32 cross builds.
2550
2551         * configure.in: Handle --with-fast-fixincludes.
2552         (fixincludes): If --with-fast-fixincludes, then use a different
2553         fixincludes program by default.
2554         * Makefile.in (fixinc.sh): New rule.
2555
2556 Fri Apr 10 00:36:31 1998  H.J. Lu  (hjl@gnu.org)
2557
2558         * i386.md (movqi+1): Handle invalid QI register.
2559         (movsf_push-1): Likewise.
2560
2561 Thu Apr  9 16:53:59 1998  Nick Clifton  <nickc@cygnus.com>
2562
2563         * config/m32r/m32r.c: call_address_operand(): Only accept symbolic
2564         addresses.
2565         symbolic_memort_operand(), call32_operand(), int8_operand(),
2566         int16_operand(), uint24_operand(), reg_or_int8_operand(): Removed.
2567         Not used.
2568         uint16_operand(): Made static.
2569
2570 Thu Apr  9 01:43:04 1998  Jeffrey A Law  (law@cygnus.com)
2571
2572         * calls.c (expand_call): Fix typo.
2573
2574 Thu Apr  9 00:18:44 1998  Dave Brolley  (brolley@cygnus.com)
2575
2576         * c-lex.c (finput): New global.
2577         (init_parse): Always included.  Handle !USE_CPPLIB using
2578         code originally in compile_file.
2579         (finish_parse): Update for CPPLIB.
2580         * toplev.c (init_parse, finish_parse): Declare.
2581         (finput): Delete variable.  Now in front-ends.
2582         (compile_file): Remove code which is now handled by init_parse
2583         which is unconditionally called.  Similarly for finish_parse.
2584
2585 Wed Apr  8 23:13:50 1998  Gavin Koch  <gavin@cygnus.com>
2586
2587         * config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
2588         ASM_WEAKEN_LABEL): Add.
2589
2590 Wed Apr  8 18:21:30 1998  Richard Henderson  <rth@cygnus.com>
2591
2592         * alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files.
2593         * configure.in (alpha-*-linux*): Use them.
2594
2595 Fri Apr  3 17:02:13 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2596
2597         * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
2598         * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
2599         COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
2600         (build_expr_wfl): New prototype declaration.
2601         * tree.c (build_expr_wfl): New function, to build
2602         EXPR_WITH_FILE_LOCATION nodes.
2603         (copy_node): Don't zero TREE_CHAIN if copying a
2604         EXPR_WITH_FILE_LOCATION node.
2605         * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
2606         * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.
2607
2608 Wed Apr  8 12:51:19 1998  Jeffrey A Law  (law@cygnus.com)
2609
2610         * configure.in (v850): Use t-v850.
2611         (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations.
2612
2613         * protoize.c (creat, read, write): Do not declare.
2614
2615         * jump.c (mark_jump_label): Record REG_LABEL notes for insns which
2616         refer to the CODE_LABEL before a dispatch table.
2617
2618         * invoke.texi: Add ARC options.
2619
2620         * gcc.c (proces_command): Improve error message for -o with
2621         either -c or -S.
2622
2623         * i386/x-cygwin32 (CLIB): Link in advapi32.
2624
2625         * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
2626         (ASM_IDENTIFY_LANGUAGE): Likewise.
2627
2628         * i386.md (movqi recognizer): Don't perfom byte increment into
2629         a NON_QI_REG_P.
2630
2631         * configure.in (x86-dg-dgux): Run fixinc.dgux.
2632
2633         * i370.h: Fix typo in GEN_INT changes.
2634
2635         * bitmap.c (bitmap_element_allocate): Use "void" for arglist instead
2636         of an empty arglist in prototype.
2637
2638         * Makefile.in: Remove bytecode crud that crept back in after the
2639         gcc2 merge.
2640
2641 1998-04-08  Brendan Kehoe  <brendan@cygnus.com>
2642
2643         * c-lex.h (is_class_name): Fix arg type to be tree, not void.
2644         (make_pointer_declarator, reinit_parse_for_function): Fix typo.
2645
2646 Wed Apr  8 06:16:45 1998  Richard Earnshaw (rearnsha@arm.com)
2647
2648         * arm.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
2649
2650 Wed Apr  8 00:44:18 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
2651
2652         * c-lex.c (is_class_name): Delete declaration.
2653         (whitespace_cr): Make static and add prototype.
2654         * c-lex.h (make_pointer_declarator, reinit_parse_for_function,
2655         yylex, get_directive_line): Turn declarations into prototypes.
2656         (position_after_whitespace, check_newline, yyerror,, is_class_name,
2657         forget_protocol_qualifiers, remember_protocol_qualifiers): Add
2658         prototypes.
2659         * genattr.c (extend_range, write_upcase, gen_attr, write_units): Add
2660         prototypes.
2661         * gencodes.c (gen_insn): Add prototype.
2662         * genconfig.c (walk_insn, gen_insn, gen_expand, gen_split,
2663         gen_peephole): Add prototypes.
2664         * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
2665         prototypes.
2666         * gengenrtl.c (type_from_format, accessor_from_format, special_rtx,
2667         special_format, find_formats, gendecl, genmacro, gendef, genlegend,
2668         genheader, gencode): Add prototypes.
2669         * genopinit.c (gen_insn): Add prototype.
2670         * genoutput.c (output_prologue, output_epilogue, scan_operands,
2671         process_template, validate_insn_alternatives, gen_insn, gen_peephole,
2672         gen_expand, gen_split, n_occurrences): Add prototypes.
2673         * genpeep.c (gen_peephole): Add prototype.
2674         * loop.c (find_and_verify_loops, mark_loop_jump, prescan_loop,
2675         reg_in_basic_block_p, consec_sets_invariant_p, libcall_other_reg,
2676         labels_in_range_p, count_loop_regs_set, note_addr_stored,
2677         loop_reg_used_before_p, scan_loop, replace_call_address,
2678         skip_consec_insns, libcall_benefit, ignore_some_movables,
2679         force_movables, combine_movables, rtx_equal_for_loop_p, move_movables,
2680         strength_reduce, valid_initial_value_p, find_mem_givs, record_biv,
2681         check_final_value, record_giv, update_giv_derive, basic_induction_var,
2682         simplify_giv_expr, general_induction_var, consec_sets_giv,
2683         check_dbra_loop, express_from, combine_givs_p, combine_givs,
2684         product_cheap_p, maybe_eliminate_biv, maybe_eliminate_biv_1,
2685         last_use_this_basic_block, record_initial, update_reg_last_use,
2686         iteration_info, analyze_loop_iterations, insert_bct,
2687         instrument_loop_bct, indirect_jump_in_function_p): Turn declarations
2688         into prototypes.
2689
2690 Tue Apr  7 21:48:52 1998  Jeffrey A Law  (law@cygnus.com)
2691
2692         * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
2693
2694 1998-04-07  Ken Raeburn  <raeburn@cygnus.com>
2695
2696         * config/mips/mips.c (siginfo): Deleted.
2697         (override_options): Don't install SIGINFO signal handler.
2698
2699 Tue Apr  7 11:58:04 1998  Jim Wilson  <wilson@cygnus.com>
2700
2701         * loop.c (check_dbra_loop): When normalize comparison_val, add check
2702         to verify it is non-negative.
2703
2704 Tue Apr  7 02:01:47 1998  Richard Henderson  <rth@cygnus.com>
2705
2706         * alpha.c (alpha_expand_block_move): Correctly collect block offsets.
2707         (alpha_expand_block_clear): Likewise.
2708
2709 Mon Apr  6 23:36:01 1998  Richard Henderson  <rth@cygnus.com>
2710
2711         * tree.h (sizetype_tab): Fix previous change for K&R.
2712
2713 Mon Apr 6 22:23:29 PDT 1998 Jeff Law  (law@cygnus.com)
2714
2715         * version.c: Bump for snapshot.
2716
2717 Mon Apr  6 23:16:10 1998  Richard Earnshaw (rearnsha@arm.com)
2718
2719         * configure.in (sparc-*-solaris2*): Add xm-siglist.h to xm_file.
2720         Add USG and POSIX to xm_defines.
2721
2722 Mon Apr  6 21:49:57 1998  Bob Manson  <manson@charmed.cygnus.com>
2723
2724         * gcc.c: Add linker spec.
2725         (link_command_spec): Use %(linker) instead of ld.
2726         (main): If collect2 is requested as the linker, see if it exists;
2727         if not, use ld instead.
2728
2729         * Makefile.in (USE_COLLECT2): It's named collect2 now, not ld.
2730         (ld:) Deleted.
2731         (install-collect2): Install as collect2, not ld.
2732
2733         * configure.in(will_use_collect2): It's named collect2 now.
2734
2735         * collect2: Remove checks to see if we were invoked recursively.
2736         (collect_execute): Use _spawnvp under cygwin32.
2737
2738 Mon Apr  6 17:23:41 1998  Jim Wilson  <wilson@cygnus.com>
2739
2740         * haifa-sched.c (build_control_flow): Set unreachable for block whose
2741         only predecessor is itself.
2742
2743 Mon Apr  6 16:08:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2744
2745         * c-parse.in: Include system.h, and remove stuff now made redundant.
2746         * cccp.c: Likewise.
2747         * cexp.y: Likewise.
2748         * protoize.c: Likewise.  Properly check for cpp stringification.
2749
2750         * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o):
2751         Depend on system.h.
2752
2753         * objc/Make-lang.in (objc-parse.o): Likewise.
2754
2755 Mon Apr  6 14:59:58 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2756
2757         * gansidecl.h: Check if compiler supports __attribute__.  Provide
2758         definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
2759         __attribute__ when its available.  Also provide definitions for
2760         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
2761         terms of ATTRIBUTE_PRINTF.
2762
2763         * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
2764         of __attribute__.
2765
2766 Mon Apr  6 07:17:52 1998  Catherine Moore  <clm@cygnus.com>
2767
2768         * combine.c (can_combine_p):  Include successor in volatile test.
2769
2770 Mon Apr  6 14:16:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2771
2772         * sh.h (CASE_VECTOR_SHORTEN_MODE): Fix logic when to set
2773         offset_unsigned.
2774
2775 Mon Apr  6 02:03:29 1998  Jeffrey A Law  (law@cygnus.com)
2776
2777         * objc/objc-act.c (encode_aggregate_within): Avoid GNU extensions
2778         in prototype and definition.
2779
2780 Mon Apr 6 00:48:56 PDT 1998 Jeff Law  (law@cygnus.com)
2781
2782         * version.c: Bump for snapshot.
2783
2784 Mon Apr  6 00:08:50 1998  Richard Henderson  <rth@cygnus.com>
2785
2786         * alpha.c (alpha_expand_block_clear): Add missing offset arg to
2787         alpha_expand_unaligned_store_words.
2788
2789 Sun Apr  5 21:31:24 1998  John Wehle  (john@feith.com)
2790
2791         * i386.md (movsf_push, movsf_mem): Remove.
2792         (movsf_push): Rename from movsf_push_nomove and move in front of
2793         movsf.  Use nonmemory_operand predicate and don't bother checking
2794         TARGET_MOVE.
2795         (movsf_push_memory): New pattern.
2796         (movsf): Don't bother checking for push_operand.  If TARGET_MOVE and
2797         both operands refer to memory then force operand[1] into a register.
2798         (movsf_normal): Change to unnamed pattern.
2799         Likewise for movdf, movxf, and friends.
2800
2801 Sun Apr 5 18:45:51 PDT 1998 Jeff Law  (law@cygnus.com)
2802
2803         * version.c: Bump for snapshot.
2804
2805 Sun Apr  5 16:31:10 1998  Richard Henderson  <rth@cygnus.com>
2806
2807         * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
2808
2809 Sun Apr  5 16:53:37 1998  Don Bowman <don@pixsci.com>
2810
2811         * configure.in (mips-wrs-vxworks): New target.
2812
2813 Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
2814
2815         * expmed.c (synth_mult): The value -1, has no zeros, so it can
2816         never have the form ...011.
2817
2818         * version.c: Bump for snapshot.
2819
2820 Sat Apr  4 20:16:46 1998  Richard Henderson  <rth@cygnus.com>
2821
2822         * i386.c (asm_output_function_prefix, load_pic_register):
2823         Use ASM_GENERATE_INTERNAL_LABEL properly.
2824         (output_pic_addr_const): Recognize %X to supress any PIC sym suffix.
2825         (print_operand): Ignore it.
2826         (load_pic_register): Use it for the got load call.
2827         * i386.md (prologue_set_got, prologue_get_pc): Likewise.
2828         (prologue_get_pc_and_set_got): Likewise.
2829         * i386.h: Update print_operand docs.
2830
2831 Sat Apr  4 19:08:37 1998  Richard Henderson  <rth@cygnus.com>
2832
2833         * i386.md (ffssi, ffshi): Rewrite as define_expands.
2834         (ffssi_1, ffshi_1): New (unspec [] 5) support patterns.
2835         * i386.c (notice_update_cc): Recognize unspec 5.
2836
2837 Sat Apr  4 18:07:16 1998  David Mosberger-Tang  (davidm@mostang.com)
2838
2839         * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '(' for s/sv/svi.
2840         * alpha.c (print_operand): Handle it.
2841         * alpha.md (fix_truncsfdi2): Use it.  Add earlyclobber pattern
2842         for ALPHA_TP_INSN.
2843         (fix_truncdfdi2): Likewise.
2844
2845 Sat Apr  4 17:42:05 1998  Richard Henderson  <rth@cygnus.com>
2846
2847         * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all
2848         of these into a single struct, with additional [us]sizetype entries.
2849         * stor-layout.c (set_sizetype): Initialize [us]sizetype.
2850         * fold-const.c (size_int_wide): Don't rely on sizetype_tab being
2851         an array.
2852
2853 Sat Apr  4 17:04:41 1998  Richard Henderson  <rth@cygnus.com>
2854
2855         * configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
2856
2857 Sat Apr  4 13:50:01 1998  Richard Henderson  <rth@cygnus.com>
2858
2859         * haifa-sched.c (split_block_insns): Don't supress insn splitting
2860         on subsequent passes.
2861
2862         * alpha.c (hard_fp_register_operand): New function.
2863         * alpha.h (PREDICATE_CODES): Add it.
2864         * alpha.md (extendsidi2): Kill bogus f<-f cvtql+cvtlq case.  Add an
2865         f<-m case and accompanying define_split.
2866         (trapb): Use a unique unspec_volatile number.
2867
2868 Sat Apr  4 13:32:08 1998  Richard Henderson  <rth@cygnus.com>
2869
2870         * configure.in (alpha-*-linux-gnu*): Undo Feb 3 change brought in
2871         from gcc2 merge.
2872
2873 Sat Apr  4 10:23:41 1998  Jeffrey A Law  (law@cygnus.com)
2874
2875         * Check in merge from gcc2.  See ChangeLog.11 and ChangeLog.12
2876         for details.
2877
2878         * haifa-sched.c: Mirror recent changes from gcc2.
2879
2880 Fri Apr  3 00:17:01 1998  Jeffrey A Law  (law@cygnus.com)
2881
2882         * Makefile.in (insn*.o): Depend on system.h.
2883
2884         * pa.c (output_global_address): Initialize base.
2885         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
2886
2887 1998-04-03  Mike Stump  <mrs@wrs.com>
2888
2889         * gthr.h: Support systems that don't have weak, but have threads.
2890         * configure.in (*wrs-vxworks*): Use VxWorks threads by default.
2891         * gthr-vxworks.h: New file.
2892         * objc/thr-vxworks.h: Dummy file from thr-single.c for now.
2893
2894 Thu Apr  2 18:00:52 1998  Jim Wilson  <wilson@cygnus.com>
2895
2896         * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
2897
2898 1998-04-02  Vladimir N. Makarov  <vmakarov@cygnus.com>
2899
2900         * ginclude/va-i960.h (va_end): Change void * to void.
2901
2902 Thu Apr  2 13:51:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2903
2904         * Makefile.in (choose-temp.o): Depend on system.h.
2905
2906         * choose-temp.c: Include system.h when IN_GCC.
2907
2908 Thu Apr  2 02:37:07 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
2909                           Richard Henderson  <rth@cygnus.com>
2910
2911         * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.
2912         (move_replacements): New function.
2913         * reload.h: Prototype it.
2914
2915         * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition.
2916
2917 Thu Apr  2 01:01:34 1998  Richard Henderson  <rth@cygnus.com>
2918
2919         * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
2920         Run fixincludes.
2921
2922         * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
2923         (gen_highpart): Likewise.
2924         * final.c (alter_subreg): Allow the target to hook by-mode subreg
2925         hard register number changes.
2926
2927 Wed Apr  1 22:26:22 1998  Jeffrey A Law  (law@cygnus.com)
2928
2929         * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
2930         rnbitsize, rnmode and rinner.
2931         (make_range): Initialize type.
2932         (fold): Initialize arg0, arg1 and varop.
2933
2934         * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi
2935         and regnor.
2936         (expand_function_start): Initialize last_ptr.
2937
2938         * stor-layout.c (layout_record): Initialize desired_align.
2939         (get_best_mode): Initialize unit.
2940
2941         * tree.c (copy_node): Initialize length.
2942
2943         * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
2944
2945         * caller-save.c (insert_save_restore): Initialize pat, code and
2946         numregs.
2947
2948         * emit-rtl.c (push_to_sequence): Initialize top.
2949         (push_topmost_sequence): Likewise.
2950
2951         * genattrtab.c (simplify_by_exploding): Initialize defval.
2952
2953         * profile.c (branch_prob): Initialize dest.
2954
2955         * rtl.h (note_stores): Remove duplicate prototype.
2956         (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT.
2957
2958         * cplus-dem.c (gnu_special): Don't get confused by .<digits>
2959         strings that are not actually lengths.
2960
2961         * genattrtab.c: Make generated file use system.h, instead of
2962         including stdio.h, etc directly.
2963         * genextract.c, genopinit.c, genoutput.c: Likewise.
2964         * genpeep.c, genrecog.c: Likewise
2965
2966         * genoutput.c (process_template): Mark operands in the generated
2967         function as potentially unused if compiling with GNU CC.
2968
2969         * i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
2970
2971         * pa.md (reload peepholes): Remove unused variable "mode".
2972
2973 Wed Apr  1 17:06:19 1998  Nick Clifton  <nickc@cygnus.com>
2974
2975         * config/arm/thumb.h: Add super interworking support.
2976         * config/arm/thumb.c: Add super interworking support.
2977         * config/arm/thumb.md: Add super interworking support.
2978         * config/arm/lib1funcs.asm: Add interworking support.
2979         * config/arm/lib1thumb.asm: Add super interworking support.
2980         * config/arm/t-semi: Add interworking support.
2981         * config/arm/t-thumb: Add interworking support.
2982         * config/arm/README-interworking: New file.
2983
2984 Wed Apr  1 14:38:10 1998  Jim Wilson  <wilson@cygnus.com>
2985
2986         * config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/.
2987         (MD_STARTFILE_PREFIX): Unset.
2988
2989 1998-04-01  Mark Mitchell  <mmitchell@usa.net>
2990
2991         * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a
2992         entity in a local scope.
2993
2994         * fold-const.c (fold): Call truthvalue_conversion for values which
2995         are folded to boolean type.
2996
2997 Wed Apr  1 06:09:53 1998  Jeffrey A Law  (law@cygnus.com)
2998
2999         * 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently.
3000         * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise.
3001         * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise.
3002         * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise.
3003         * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise.
3004         * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise.
3005         * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise.
3006         * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise.
3007         * md.texi: Likewise.
3008
3009 Wed Apr  1 08:33:44 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3010
3011         * fixincludes (limits.h): Fix nested comments in Motorola's
3012         limits.h and sys/limits.h.
3013
3014 Tue Mar 31 16:57:33 1998  Jim Wilson  <wilson@cygnus.com>
3015
3016         * alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr
3017         as dest of expand_binop call.
3018
3019         * alpha.md (extzv): Correct check for valid operand[2] values.
3020
3021         * profile.c (branch_prob): Add code to recognize HPPA tablejump entry
3022         branch.
3023
3024         * toplev.c (rest_of__compilation): Call init_recog_no_volatile at end.
3025
3026 Mon Mar 30 13:11:05 1998  Stan Cox  <scox@cygnus.com>
3027
3028         * libgcc2.c: (__main, __do_global_dtors, __do_global_ctors):
3029         For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
3030
3031         * gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.
3032         cygwin32 can override this to allow both unix and win32 style PATHs.
3033
3034         * i386/xm-cygwin32.h (GET_ENVIRONMENT): Defined to allow win32
3035         style environment paths.
3036
3037 Mon Mar 30 14:43:20 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3038
3039         * Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o,
3040         cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o,
3041         gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on
3042         system.h.
3043
3044         * cpphash.c: Include config.h.
3045         * cppalloc.c: Include system.h.  Add parameters to various
3046         function prototypes.
3047         * cpperror.c: Likewise.
3048         * cppexp.c: Likewise.
3049         * cpphash.c: Likewise.
3050         * cpplib.c: Likewise.
3051         * cppmain.c: Likewise.
3052         * fix-header.c: Likewise.
3053         * gcov.c: Likewise.
3054         * gen-protos.c: Likewise.
3055         * gengenrtl.c: Likewise.
3056         * halfpic.c: Likewise.
3057         * hash.c: Likewise.
3058         * scan-decls.c: Likewise.
3059         * scan.c: Likewise.
3060
3061 Mon Mar 30 11:06:45 1998  Jim Wilson  <wilson@cygnus.com>
3062
3063         * README.gnat: Add lang_print_xnode definition.
3064
3065 Mon Mar 30 11:12:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3066
3067         * config/m68k/m68k.c (standard_68881_constant_p): Don't use
3068         fmovecr on the 68060.
3069
3070 Mon Mar 30 00:21:03 1998  Jeffrey A Law  (law@cygnus.com)
3071
3072         * genemit.c (DONE): Rework so that it works in the true arm if
3073         an if-else conditional.
3074         (FAIL): Likewise.
3075
3076 Sun Mar 29 12:45:23 1998  Jeffrey A Law  (law@cygnus.com)
3077
3078         * rs6000.c: Do not include stdioh or ctype.h anymore.
3079
3080         * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and
3081         $(RTL_H).
3082         (stor-layout.o): Likewise.
3083         * c-typeck.c: Include rtl.h and expr.h.
3084         * stor-layout.c: Likewise.
3085
3086         * cpplib.c (cpp_file_line_for_message): Delete unused parameter.
3087         All callers changed.
3088         (do_sccs): Wrap in an SCCS_DIRECTIVE ifdef.
3089         * fix-header.c (cpp_file_line_for_message): Delete unused paramter.
3090         All callers changed.
3091
3092         * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.
3093
3094         * local-alloc.c (reg_classes_overlap_p): Delete dead function.
3095
3096         * tree.h (lang_print_xnode): Provide prototype.
3097
3098 Sat Mar 28 23:50:44 PST 1998 Jeff Law  (law@cygnus.com)
3099
3100         * version.c: Bump for snapshot.
3101
3102 Sun Mar 29 00:42:21 1998  Jeffrey A Law  (law@cygnus.com)
3103
3104         * objc/sendmsg.c (__objc_block_forward): Add braces for return
3105         value if INVISIBLE_STRUCT_RETURN.
3106
3107         * pa.c (arith_double_operand): Fix parens.
3108
3109         * haifa-sched.c (print_pattern): Correct arg to sprintf.
3110
3111         * Makefile.in (libgcc1.null): Make return type for __foo void.
3112
3113 Sat Mar 28 14:37:20 1998  Jeffrey A Law  (law@cygnus.com)
3114
3115         * pa.h: Add declarations for many functions defined in pa.c.
3116
3117         * genpeep.c (main): Remove unused variable 'i' from the generated
3118         file.
3119
3120         * genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
3121         (gen_split): Likewise.
3122         (main): Rework generated definitions of DONE and FAIL so that they
3123         no longer use gotos.  Avoids warnings about unused labels.
3124
3125         * integrate.c (copy_rtx_and_substitute): Rework to avoid need for
3126         unused "junk" variable.
3127
3128         * genattrtab.c (write_complex_function): Add a default case in
3129         generated switch statement to keep -W -Wall quiet.
3130
3131 Sat Mar 28 10:47:21 1998  Nick Clifton  <nickc@cygnus.com>
3132
3133         * invoke.texi: Document more ARM and Thumb command line options.
3134
3135         * config/arm/xm-thumb.h: New file.
3136
3137 Sat Mar 28 01:37:33 1998  Craig Burley  <burley@gnu.ai.mit.edu>
3138
3139         * stmt.c (expand_expr_stmt): Must generate code for
3140         statements within an expression (gcc's `({ ... )}')
3141         even if -fsyntax-only.
3142
3143 Sat Mar 28 01:06:12 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3144                           Jeffrey A Law  (law@cygnus.com)
3145
3146         * basic-block.h (basic_block_computed_jump_target): Declare.
3147         * flags.h: (current_function_has_computed_jump): Declare.
3148         * flow.c: (basic_block_computed_jump_target): Define.
3149         (flow_analysis): Allocate it. Set current_function_has_computed_jump
3150         to 0.
3151         (find_basic_blocks): Set current_function_has_computed_jump and
3152         elements of basic_block_computed_jump_target to 1 as appropriate.
3153         * function.c: (current_function_has_computed_jump): Define.
3154         * global.c (global_conflicts): Don't allocate pseudos into stack regs
3155         at the start of a block that is reachable by a computed jump.
3156         * reg-stack.c (stack_reg_life_analysis): If must restart, do so
3157         immediately.
3158         (subst_stack_regs): Undo change from Sep 4 1997.
3159         (uses_reg_or_mem): Now unused, deleted.
3160         * stupid.c (stupid_life_analysis): Compute
3161         current_function_has_computed_jump.
3162         (stupid_find_reg): Don't allocate stack regs if the function has a
3163         computed goto.
3164         * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
3165         the current function has a computed jump.  Use the global value
3166         instead.
3167
3168 Sat Mar 28 00:21:37 1998  Jeffrey A Law  (law@cygnus.com)
3169
3170         * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
3171         (DWARF2_UNWIND_INFO): Define to zero.
3172
3173 Fri Mar 27 16:04:49 1998  Michael Meissner  <meissner@cygnus.com>
3174
3175         * gcc.c (set_std_prefix): Add declaration.
3176         (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
3177         suffix, and update the standard prefix prefix.c uses.
3178
3179         * prefix.c (std_prefix): New global to hold default prefix value.
3180         (get_key_value): Change to use std_prefix instead of PREFIX.
3181         (translate_name): Ditto.
3182         (update_path): Ditto.
3183         (get_key_value): Release allocated scratch storage.
3184         (set_std_prefix): New function to reset the standard prefix.
3185
3186 Fri Mar 27 18:08:21 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3187
3188         * sh.c (find_barrier): Fix calculations for alignment increase.
3189
3190 Fri Mar 27 08:56:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3191
3192         * Makefile.in (stmp-fixinc): If we're actually fixing include
3193         files, copy gcc's assert.h into the fixed include dir.
3194         * fixincludes (assert.h): Avoid any attempts to fix a probably
3195         broken system specific assert.h file.
3196         * fixproto (stdlib.h): Make sure, it'll contain a definition of
3197         size_t.
3198
3199 Fri Mar 27 00:49:46 1998  Jeffrey A Law  (law@cygnus.com)
3200
3201         * regclass.c (reg_scan_mark_refs): Be more selective about
3202         when we mark a register with REGNO_POINTER_FLAG.
3203
3204 Thu Mar 26 23:00:11 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3205
3206         reload inheritance improvement:
3207         * reload1.c (reg_reloaded_contents, reg_reloaded_insn):
3208         Change meaning: index is now hard reg number.
3209         (reg_reloaded_valid, reg_reloaded_dead): New variables.
3210         (reload_spill_index): Content is now a hard reg number.
3211         (reload_as_needed): Change to fit new variable meaning.
3212         (forget_old_reloads_1, allocate_reload_reg): Likewise.
3213         (choose_reload_regs, emit_reload_insns): Likewise.
3214
3215 Thu Mar 26 18:34:13 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3216
3217         * regclass.c (record_reg_classes): '?' increases cost by two.
3218
3219         * reload.c (find_reloads): Double previous costs.  Output
3220         reloads cost one unit extra.
3221
3222         * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
3223         boiled down to && ! 0.
3224
3225         * reload.c (find_equiv_reg): Also consider a goal offset from the
3226         frame pointer to be constant.
3227
3228 Thu Mar 26 17:34:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3229
3230         * sh.h (OPTIMIZATION_OPTIONS): Define.
3231
3232 Thu Mar 26 00:19:47 1998  Richard Henderson  <rth@cygnus.com>
3233
3234         * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
3235
3236 Wed Mar 25 23:53:11 1998  Jeffrey A Law  (law@cygnus.com)
3237
3238         * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
3239
3240 Wed Mar 25 13:40:48 1998  Jim Wilson  <wilson@cygnus.com>
3241
3242         * c-common.c (check_format_info): Initialize type, is_type.  New local
3243         integral_format.  Don't warn for 'L' when pedantic.  Do warn for 'L'
3244         when pedantic if used with integral format specifier.
3245
3246 Wed Mar 25 16:09:01 1998  Michael Meissner  <meissner@cygnus.com>
3247
3248         * rs6000.h (FUNCTION_ARG_PADDING): Cast result to be enum
3249         direction.
3250         (function_arg_padding): Declare.
3251
3252         * rs6000.c: Include system.h.
3253         (function_arg_padding): Change return type to int, cast enum's to
3254         int.
3255
3256         (From Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>)
3257         * collect2.c (scan_prog_file): Add explicit braces to avoid
3258         ambiguous `else'.
3259
3260         * dbxout.c (dbxout_type_fields): Add braces around empty body in
3261         an if-statement.
3262         (dbxout_type): Likewise.
3263
3264         * rs6000.c (rs6000_override_options): Change type of `i', `j' and
3265         `ptt_size' from int to size_t.
3266         (rs6000_file_start): Likewise for `i'.
3267         (rs6000_replace_regno): Add default case in enumeration switch.
3268         (output_epilog): Remove unused variable `i'.
3269         (rs6000_longcall_ref): Remove unused variables `len', `p', `reg1'
3270         and `reg2'.
3271
3272         * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add missing braces around
3273         initializer.
3274         (get_issue_rate, non_logical_cint_operand): Add prototype.
3275         (rs6000_output_load_toc_table): Ditto.
3276
3277         * rs6000.md (udivmodsi4): Add explicit braces to avoid ambiguous
3278         `else'.
3279
3280 Wed Mar 25 10:05:19 1998  Nick Clifton  <nickc@cygnus.com>
3281
3282         * config/arm/thumb.c: New File.  Support for ARM's Thumb
3283         instruction set.
3284         * config/arm/thumb.h: New File.  Thumb definitions.
3285         * config/arm/thumb.md: New File.  Thumb machine description.
3286         * config/arm/tcoff.h: New File.  Thumb COFF support.
3287         * config/arm/t-thumb: New File.  Thumb makefile fragment.
3288         * config/arm/lib1thumb.asm: New File.  Thumb libgcc support functions.
3289
3290         * configure.in: Add Thumb-coff target.
3291         * configure: Add Thumb-coff target.
3292         * config.sub: Add Thumb-coff target.
3293
3294 Wed Mar 25 10:30:32 1998  Jim Wilson  <wilson@cygnus.com>
3295
3296         * loop.c (scan_loop): Initialize move_insn_first to zero.
3297
3298 Wed Mar 25 01:06:49 1998  Joel Sherrill (joel@OARcorp.com)
3299
3300         * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
3301         * config/i386/rtems.h: Likewise.
3302         * config/i960/rtems.h: Likewise.
3303         * config/m68k/rtems.h: Likewise.
3304         * config/mips/rtems64.h: Likewise.
3305         * config/pa/rtems.h: Likewise.
3306         * config/rs6000/rtems.h: Likewise.
3307         * config/sh/rtems.h: Likewise.
3308         * config/sparc/rtems.h: Likewise.
3309
3310 Wed Mar 25 00:57:26 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3311
3312         * pa.c (emit_move_sequence): If in reload, call find_replacement.
3313
3314 Tue Mar 24 10:44:11 1998  Nick Clifton  <nickc@cygnus.com>
3315
3316         * Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
3317
3318         * collect2.c (find_a_file): Add debugging.
3319         (find_a_file): Test for win32 style absolute paths if
3320         DIR_SERPARATOR is defined.
3321         (prefix_from_string): Add debugging.
3322         (main): Test for debug command line switch at start of program
3323         execution.
3324         (main): Use GET_ENVIRONMENT rather than getenv().
3325         (prefix_from_env): Use GET_ENVIRONMENT.
3326
3327 1998-03-24  Mark Mitchell  <mmitchell@usa.net>
3328
3329         * cplus-dem.c (optable): Add sizeof.
3330         (demangle_template_value_parm): New function containing code
3331         previously found in demangle_template.
3332         (demangle_integral_value): New function which handles complicated
3333         integral expressions.
3334         (demangle_template): Use them.
3335
3336 Tue Mar 24 12:13:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3337
3338         * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
3339         genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
3340         genattrtab.o, genoutput.o): Depend on system.h.
3341
3342         * genattr.c: Include system.h.  Add arguments to various function
3343         prototypes.  Remove redundant prototype of read_rtx().
3344         * genattrtab.c: Likewise.
3345         * gencodes.c: Likewise.
3346         * genconfig.c: Likewise.
3347         * genemit.c: Likewise.
3348         * genextract.c: Likewise.
3349         * genflags.c: Likewise.
3350         * genopinit.c: Likewise.
3351         * genoutput.c: Likewise.
3352         * genpeep.c: Likewise.
3353         * genrecog.c: Likewise.
3354
3355 1998-03-24  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3356
3357         * c-lang.c (lang_print_xnode): New function.
3358         * objc/objc-act.c (lang_print_xnode): Likewise.
3359         * print-tree.c (print_node): Call it
3360
3361 Mon Mar 23 23:59:11 1998  H.J. Lu  (hjl@gnu.org)
3362
3363         * c-parse.in: Recognize protocol qualifiers in class
3364         definitions for objc.
3365         Include "output.h".
3366         (yyerror): Remove redundant decl.
3367         (yyprint): Fix prototype.
3368
3369 Mon Mar 23 23:49:47 1998  Jeffrey A Law  (law@cygnus.com)
3370
3371         * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
3372
3373         * stmt.c (unroll_block_trees): Free block_vector if needed.
3374
3375 Mon Mar 23 23:26:42 1998  Philippe De Muyter  <phdm@macqel.be>
3376
3377         * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
3378         (zero_extendsidi2): Avoid useless copy.
3379         (iordi_zext): New pattern.
3380         (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
3381         operand 2.
3382         (iorsi_zext): New name for old unnamed pattern; indentation fixes.
3383
3384         * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
3385         (ashldi3): Allow constant shift count in range ]32,63].
3386         (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.
3387
3388 1998-03-22  Mark Mitchell  <mmitchell@usa.net>
3389
3390         * tree.h (IS_EXPR_CODE_CLASS): New macro.
3391
3392 Mon Mar 23 23:18:48 1998  Jeffrey A Law  (law@cygnus.com)
3393
3394         * h8300.h (CONST_COSTS): Remove definition.
3395         (DEFAULT_RTX_COSTS): Define.
3396
3397 Mon Mar 23 22:58:22 1998  Joel Sherrill (joel@OARcorp.com)
3398
3399         * config/sh/rtems.h: Switched from ELF to COFF.
3400
3401 Mon Mar 23 14:14:20 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3402
3403         * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
3404
3405 Sat Mar 21 23:52:56 PST 1998 Jeff Law  (law@cygnus.com)
3406
3407         * version.c: Bump for snapshot.
3408
3409 Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
3410                           Geoff Noer    <noer@cygnus.com>
3411
3412         * Makefile.in: Various fixes for building cygwin32 native toolchains.
3413
3414         * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
3415         * objc/Make-lang.in: Likewise.
3416
3417         * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
3418
3419 Sun Mar 22 00:21:46 1998  R. Ganesan  <rganesan@novell.com>
3420
3421         * configure.in: Handle with-PACKAGE=no correctly
3422
3423 Fri Mar 20 17:36:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3424
3425         * Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
3426         c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o,
3427         caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o,
3428         dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o,
3429         expr.o, final.o, flow.o, function.o, getpwd.o, global.o,
3430         integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o,
3431         prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o,
3432         reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o,
3433         rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o,
3434         tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
3435         on system.h.
3436
3437         * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c,
3438         c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c,
3439         caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c,
3440         dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c,
3441         expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c,
3442         integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c,
3443         prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c,
3444         reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c,
3445         rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c,
3446         stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c,
3447         xcoffout.c: Include system.h.  Organize include ordering so
3448         that stdarg/varargs comes before other system headers.  Remove
3449         spurious casts of functions assured of a prototype in system.h.
3450
3451 Fri Mar 20 11:19:40 1998  Stan Cox  <scox@equinox.cygnus.com>
3452
3453         * reg-stack.c (pop_stack): Define. Pops any register on the
3454         regstack and adjusts regstack.
3455         (compare_for_stack_reg): Use pop_stack.
3456
3457 Thu Mar 19 23:51:01 1998  Jeffrey A Law  (law@cygnus.com)
3458
3459         * configure.in (hppa1.0-hp-hpux10): Handle threads for this
3460         config too.
3461
3462 Thu Mar 19 20:30:31 1998  Philippe De Muyter  <phdm@macqel.be>
3463
3464         * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
3465
3466         * fold-const.c (fold): Replace sign-extension of a zero extended
3467         value by a single zero extension.
3468
3469 Thu Mar 19 00:58:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
3470
3471         * except.c (init_eh): Do nothing.
3472         (save_eh_status): Call init_eh_for_function, not init_eh.
3473         * function.c (push_function_context_to): Don't call init_emit.
3474
3475 Thu Mar 19 13:39:52 1998  Michael Meissner  <meissner@cygnus.com>
3476
3477         * rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
3478         and EABI.
3479
3480 Thu Mar 19 10:10:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3481
3482         * final.c (shorten_branches): Add parentheses around +/- in
3483         operand of &.
3484
3485         * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS.
3486
3487 Thu Mar 19 09:15:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3488
3489         * regclass.c (memory_move_secondary_cost): Wrap uses of
3490         SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS
3491         with #ifdef tests.
3492
3493 Thu Mar 19 09:06:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3494
3495         * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
3496
3497         * flow.c (life_analysis): #include <sys/types.h> to make sure
3498         size_t is defined.
3499         * cplus-dem.c (demangle_function_name): Likewise.
3500
3501 Thu Mar 19 09:00:01 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3502
3503         * final.c (insn_noperands): Change type to unsigned int.
3504         (final_scan_insn): Likewise for noperands;
3505         properly check operand number boundaries.
3506
3507 Wed Mar 18 16:20:30 1998  Richard Henderson  <rth@cygnus.com>
3508
3509         * alpha.md (extzv): Don't reject register operands.  Fix
3510         mode of operand 1.
3511
3512 Wed Mar 18 16:14:23 1998  Richard Henderson  <rth@cygnus.com>
3513
3514         * dbxout.c (dbxout_function_end): Fix last change.  The correct
3515         predicate is ASM_OUTPUT_SECTION_NAME.
3516
3517 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
3518
3519         * sh.md (ashlsi_c-1): Delete 3rd argument to gen_ashlsi_c.
3520         (ashlsi): Use match_dup 1 instead of match_operand 2.
3521
3522 Wed Mar 18 13:46:07 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3523
3524         * fold-const.c (operand_equal_for_comparison_p): See if equal
3525         when nop conversions are removed.
3526
3527 Wed Mar 18 13:42:01 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3528
3529         * expr.c (expand_expr, case COND_EXPR): If have conditional move,
3530         don't use ORIGINAL_TARGET unless REG.
3531
3532 Wed Mar 18 16:53:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3533
3534         * netbsd.h (ASM_OUTPUT_ALIGN): Redefine.
3535
3536 Wed Mar 18 12:43:20 1998  Jim Wilson  <wilson@cygnus.com>
3537
3538         * loop.c (struct movable): New field move_insn_first.
3539         (scan_loop): In consec sets code, set it.  Clear it otherwise.
3540         (move_movables): In consec sets code, use it.  Copy REG_NOTES from
3541         p to i1 only if i1 does not have REG_NOTES.  Delete obsolete ifdefed
3542         out code.
3543
3544 Wed Mar 18 09:52:56 1998  Richard Henderson  <rth@cygnus.com>
3545
3546         * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
3547         is large, and the system doesn't provide atoll or atoq.
3548         (atoll): New.
3549
3550         * alpha/xm-vms.h (HAVE_ATOLL): Define.
3551         Reported by Klaus Kaempf <kkaempf@progis.de>.
3552
3553 Wed Mar 18 09:56:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3554
3555         * c-lang.c (finish_file): Wrap variable `void_list_node' with macro
3556         test !ASM_OUTPUT_CONSTRUCTOR || !ASM_OUTPUT_DESTRUCTOR.
3557
3558         * calls.c (emit_call_1): Wrap variable `already_popped' with macro
3559         test !ACCUMULATE_OUTGOING_ARGS.
3560
3561         * collect2.c (write_c_file_glob): Wrap function definition in
3562         macro test !LD_INIT_SWITCH.
3563
3564         * combine.c (try_combine): Wrap variables `cc_use' and
3565         `compare_mode' in macro test EXTRA_CC_MODES.
3566
3567         * cpplib.c (do_ident): Remove unused variable `len'.
3568         (skip_if_group): Remove unused variables `at_beg_of_line' and
3569         `after_ident'.
3570         (cpp_get_token): Remove unused variable `dummy'.
3571
3572         * dbxout.c (scope_labelno): Move static variable definition inside
3573         the one function scope where it is used.
3574         (dbxout_function_end): Wrap prototype and definition in
3575         macro test !NO_DBX_FUNCTION_END.
3576
3577         * dwarf2out.c (add_subscript_info): Wrap variable `dimension_number'
3578         in macro test !MIPS_DEBUGGING_INFO.
3579
3580         * expr.c (expand_builtin_setjmp): Move declaration of variable `i'
3581         into the scope where it is used.  Wrap empty else-statement body
3582         in braces.
3583
3584         * fix-header.c: Fix typo in comment.
3585         (inf_skip_spaces): Cast results of INF_UNGET to (void).
3586         (check_protection, main): Likewise.
3587
3588         * flow.c (find_basic_blocks_1): Remove dangling comment text.
3589
3590         * function.c (contains): Wrap prototype and definition in macro
3591         test HAVE_prologue || HAVE_epilogue.
3592         (fixup_var_refs_1): Remove unused variable `width'.
3593
3594         * gen-protos.c (main): Remove unused variable `optr'.
3595
3596         * haifa-sched.c (debug_control_flow): Remove unused variable `j'.
3597
3598         * libgcc2.c (__udiv_w_sdiv): Provide dummy return value of 0.
3599         (__sjpopnthrow): Remove unused variable `jmpbuf'.
3600         (__throw): Remove unused variable `val'.
3601
3602         * protoize.c: Check for a previously existing definition before
3603         defining *_OK macros.
3604
3605         * scan-decls.c (scan_decls): Remove unused variable `old_written'.
3606
3607 Tue Mar 17 00:45:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3608
3609         * vax.h (ADDR_VEC_ALIGN): Define.
3610
3611 Mon Mar 16 15:57:17 1998  Michael Meissner  <meissner@cygnus.com>
3612
3613         * gcc.c (default_arg): Don't wander off the end of allocated
3614         memory.
3615
3616         (From Geoffrey Keating  <geoffk@ozemail.com.au>)
3617         * rs6000.c (small_data_operand): Ensure that any address
3618         referenced relative to the small data area is inside the SDA.
3619
3620 Mon Mar 16 12:55:15 1998  Jim Wilson  <wilson@cygnus.com>
3621
3622         * config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
3623
3624 Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
3625
3626         * except.h (in_same_eh_region): New prototype.
3627         (free_insn_eh_region, init_insn_eh_region): New prototypes.
3628         * except.c (insn_eh_region, maximum_uid): New static variables.
3629         (set_insn_eh_region): New static function to set region numbers.
3630         (free_insn_eh_region): New function to free EH region table.
3631         (init_insn_eh_region): New function to initialize EH region table.
3632         (in_same_eh_region): New function used to determine if two rtl
3633         instructions are in the same exception region or not.
3634         * final.c (final): Initialize the table indicating which instructions
3635         belong in which exception region.
3636         * genpeep.c (main): Add "except.h" to include file list in generated
3637         file insn-peep.c.
3638         * config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
3639         peepholes involving calls and unconditional branches.
3640
3641 Mon Mar 16 11:16:50 1998  Jim Wilson  <wilson@cygnus.com>
3642
3643         * README.gnat: New file.
3644
3645 Mon Mar 16 11:14:20 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3646
3647         * config/m68k/m68k.c: Include <stdlib.h> for atoi.  Include
3648         "recog.h" for offsettable_memref_p.
3649         (legitimize_pic_address): Remove unused variable `offset'.
3650         (notice_update_cc): Change return type to void.  Add default label
3651         to switch.
3652         (standard_68881_constant_p): Remove unused variable mode.
3653         (print_operand): Define local variable i only if SUPPORT_SUN_FPA.
3654         (const_int_cost): Explicitly declare as returning int.
3655         (output_dbcc_and_branch): Change return type to void.
3656
3657         * config/m68k/linux.h, config/m68k/m68k.md, config/m68k/m68k.c,
3658         config/m68k/m68k.h: Replace gen_rtx (XXX, ...) with gen_rtx_XXX
3659         (...).  Use GEN_INT instead of gen_rtx_CONST_INT.
3660
3661 Sun Mar 15 22:30:44 PST 1998 Jeff Law  (law@cygnus.com)
3662
3663         * version.c: Bump for snapshot.
3664
3665 Fri Mar 13 11:30:12 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3666
3667         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Fix logic in range
3668         check for 'M' constraint.
3669
3670 Thu Mar 12 14:47:14 1998  Jim Wilson  <wilson@cygnus.com>
3671
3672         * cccp.c (create_definition): If pedantic, call pedwarn for macro
3673         varargs feature.
3674
3675 Thu Mar 12 13:43:25 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
3676
3677         * i386.c (ix86_logical_operator): New function.
3678         (split_di): Ensure that when a MEM is split, the resulting MEMs have
3679         SImode.
3680         * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
3681         to implement them.
3682
3683 Thu Mar 12 15:13:16 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3684                           Richard Earnshaw <rearnsha@arm.com>
3685                           Nick Clifton  <nickc@cygnus.com>
3686
3687         * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
3688
3689         * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
3690
3691         * cse.c (rtx_cost): Provide a default case in an enumeration
3692         switch, and call DEFAULT_RTX_COSTS if it's defined.
3693
3694 Thu Mar 12 10:02:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3695
3696         * basic-block.h (compute_preds_succs): Change return type in
3697         prototype to void.
3698         * flow.c (compute_preds_succs): Likewise in function definition.
3699
3700         * regmove.c (find_matches): Cast char used as array index to unsigned char
3701         to supress warning.
3702
3703 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3704
3705         * i386.h (RTX_COSTS): Insert braces around nested if.
3706         (ADDITIONAL_REGISTER_NAMES): Insert braces around structured
3707         elements.
3708
3709         * gcc.c (default_compilers): Properly put brackets around array elements in
3710         initializer.
3711
3712         * getopt.c (_getopt_internal): Add explicit braces around nested if;
3713         reformatted.
3714
3715         * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
3716         (record_reg_life_pat): Add explicit parens around && and || in expression.
3717         (stack_reg_life_analysis): Add parens around assignment used as expression.
3718         (convert_regs): Likewise.
3719
3720 Thu Mar 12 09:25:29 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3721
3722         * bitmap.c (bitmap_element_allocate): Remove unused parameter;
3723         change callers accordingly.
3724
3725         * cplus-dem.c (arm_special): Remove unused parameter work in prototype
3726         and definition; change all callers accordingly.
3727
3728         * except.c (init_eh): Avoid assignment of unused return value of
3729         build_pointer_type; cast it to void, instead, and remove unused
3730         variable type.
3731
3732         * gcc.c (lang_specific_driver): Define prototype only #ifdef
3733         LANG_SPECIFIC_DRIVER.
3734         (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
3735
3736         * genoutput.c (output_epilogue): Initialize next_name to 0.
3737
3738         * real.c (efrexp): #if 0 prototype and function definition.
3739         (eremain): Likewise.
3740         (uditoe): Likewise.
3741         (ditoe): Likewise.
3742         (etoudi): Likewise.
3743         (etodi): Likewise.
3744         (esqrt): Likewise.
3745
3746         * reload.c (push_secondary_reload): Define prototype only
3747         #ifdef HAVE_SECONDARY_RELOADS.
3748
3749         * varasm.c (assemble_static_space): Define rounded only
3750         #ifndef ASM_OUTPUT_ALIGNED_LOCAL.
3751
3752 Thu Mar 12 09:11:35 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3753
3754         * i386.md (andsi): Add default case in enumeration switch.
3755         (iorsi3): Likewise.
3756         (iorhi3): Likewise.
3757         (xorsi3): Likewise.
3758
3759 Thu Mar 12 08:37:02 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3760
3761         * c-decl (finish_struct): Change type of min_align to unsigned.
3762
3763         * cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
3764         remove unused variable len.
3765
3766         * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
3767         comment indicating this is proper behaviour.
3768         (reg_loc_descriptor): Remove redundant comparison of unsigned variable
3769         reg >= 0.
3770         (based_loc_descr): Likewise.
3771
3772         * enquire.c (bitpattern): Change type of variable i to unsigned.
3773
3774         * final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
3775
3776         * flow.c (life_analysis): Change type of variable i to size_t;
3777         remove unused variable insn.
3778
3779         * gcc.c (translate_options): Change type of variables optlen, arglen and
3780         complen to size_t.
3781         (input_filename_length): Change type to size_t.
3782         (do_spec_1): Change type of variable bufsize to size_t.
3783         (main): Change type of variables i and j to size_t;
3784         remove subblock local definition of variable i.
3785         (lookup_compiler): Change type of second argument to size_t;
3786         change type of variable i to size_t.
3787
3788         * genemit.c (output_init_mov_optab): Change type of variable i to size_t.
3789
3790         * genopinit.c (get_insn): Change type of variable pindex to size_t.
3791
3792         * genrecog.c (add_to_sequence): Change type of variable i to size_t.
3793
3794         * global.c (global_alloc): Change type of variable i to size_t.
3795
3796         * regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
3797
3798         * stmt.c (expand_end_bindings): Change type of variable i to size_t.
3799         (expand_end_case): Change type of variable count to size_t.
3800
3801         * toplev.c (main): Change type of variable j to size_t.
3802         (set_target_switch): Change type of variable j to size_t.
3803         (print_switch_values): Change type of variable j to size_t;
3804         remove unused variable flags.
3805
3806         * varasm.c (assemble_variable): Change type of variable align to size_t.
3807         (const_hash_rtx): Change type of variable i to size_t.
3808
3809 1998-03-11  Mark Mitchell  <mmitchell@usa.net>
3810
3811         * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a
3812         TREE_VEC if that's what it really is.
3813
3814 Wed Mar 11 15:16:01 1998  Michael Meissner  <meissner@cygnus.com>
3815
3816         * {haifa-,}sched.c (rank_for_schedule): Only take void * arguments
3817         as per ISO C spec.
3818
3819 Wed Mar 11 12:05:20 1998  Teemu Torma  <tot@trema.com>
3820
3821         * gthr.h: Changed the comment about return values.
3822         * gthr-solaris.h (__gthread_once): Do not use errno; return the
3823         error number instead of -1.
3824         (__gthread_key_create): Any non-zero return value is an error.
3825         * libgcc2.c (eh_context_initialize): Check for non-zero return
3826         value from __gthread_once.
3827         Check that the value of get_eh_context was really changed.
3828
3829 Wed Mar 11 18:26:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3830
3831         * sh.h (LOOP_ALIGN): Only align when optimizing.
3832         * sh.c (find_barrier): Clear inc for CODE_LABELs.
3833         When not optimizing, calculate alignment for BARRIERs directly.
3834
3835 Wed Mar 11 15:07:18 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3836
3837         * final.c (shorten_branches): Remove conditionalizing on
3838         SHORTEN_WITH_ADJUST_INSN_LENGTH
3839         * sh.h, pa.h (SHORTEN_WITH_ADJUST_INSN_LENGTH): Remove.
3840
3841 Wed Mar 11 02:37:41 1998  Jeffrey A Law  (law@cygnus.com)
3842
3843         * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing
3844         an unconditional jump around deleted blocks.
3845
3846 Mon Mar  9 12:02:23 1998  Jim Wilson  <wilson@cygnus.com>
3847
3848         * profile.c (branch_prob): If see computed goto, call fatal instead of
3849         abort.
3850
3851         * config/mips/sni-svr4.h (CPP_PREDEFINE): Add -DSNI and -Dsinix.
3852
3853         * configure.in (alpha-dec-osf): Add default case for osf* to switch.
3854         Patch from Bruno Haible.
3855
3856         * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
3857         (assign_parms): Set aggregate if hide_last_arg and last_named.
3858
3859 Mon Mar  9 19:57:56 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3860
3861         * final.c (shorten_branches): Initialize insn_addresses.
3862
3863 Mon Mar  9 14:10:23 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3864
3865         * sh.h (MUST_PASS_IN_STACK): Define.
3866
3867 Sun Mar  8 13:01:56 1998  Jeffrey A Law  (law@cygnus.com)
3868
3869         * final.c (shorten_branches): Fix minor logic error in
3870         ADDR_DIFF_VEC shortening support.
3871
3872 Sun Mar 8 02:17:42 PST 1998 Jeff Law  (law@cygnus.com)
3873
3874         * version.c: Bump for snapshot.
3875
3876 Sat Mar  7 00:54:15 1998  Jeffrey A Law  (law@cygnus.com)
3877
3878         * haifa-sched.c (is_cfg_nonregular): Change return type to
3879         an int.  No longer compute "estimated" number of edges.  Use
3880         computed_jump_p instead of duplicating the code.  Fixup/add
3881         some comments.
3882         (build_control_flow): Returns a value indicating an irregularity
3883         in the cfg was detected.  Count the number of edges in the cfg.
3884         allocate various edge tables.
3885         (find_rgns): No longer look for unreachable blocks.
3886         (schedule_insns): Do not allocate memory for edge tables here.
3887         Free memory for edge tables before returning.  Do not perform
3888         cross block scheduling if build_control_flow returns nonzero.
3889         * flow.c (compute_preds_succs): More accurately determine when
3890         a block drops in.
3891
3892         * basic-block.h (free_basic_block_vargs): Provide prototype.
3893
3894         * cccp.c (main): Fix dumb mistakes in last change.
3895
3896 Fri Mar  6 21:28:45 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3897
3898         * rtl.h (addr_diff_vec_flags): New typedef.
3899         (union rtunion_def): New member rt_addr_diff_vec_flags.
3900         (ADDR_DIFF_VEC_FLAGS): New macro.
3901
3902         * sh.c (output_branch): Fix offset overflow problems.
3903
3904         * final.c (shorten_branches): Implement CASE_VECTOR_SHORTEN_MODE.
3905         (final_scan_insn): New argument BODY for ASM_OUTPUT_ADDR_DIFF_ELT.
3906         * rtl.def (ADDR_DIFF_VEC): Three new fields (min, max and flags).
3907         * stmt.c (expand_end_case): Supply new arguments to
3908         gen_rtx_ADDR_DIFF_VEC.
3909         * 1750a.h (ASM_OUTPUT_ADDR_DIFF_ELT): New argument BODY.
3910         * alpha.h, arc.h, clipper.h, convex.h : Likewise.
3911         * dsp16xx.h, elxsi.h, fx80.h, gmicro.h, h8300.h : Likewise.
3912         * i370.h, i386.h, i860.h, i960.h, m32r.h, m68k.h, m88k.h : Likewise.
3913         * mips.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pyr.h : Likewise.
3914         * rs6000.h, sh.h, sparc.h, spur.h, tahoe.h, v850.h : Likewise.
3915         * vax.h, we32k.h, alpha/vms.h, arm/aof.h, arm/aout.h : Likewise.
3916         * i386/386bsd.h, i386/freebsd-elf.h : Likewise.
3917         * i386/freebsd.h, i386/linux.h : Likewise.
3918         * i386/netbsd.h, i386/osfrose.h, i386/ptx4-i.h, i386/sco5.h : Likewise.
3919         * i386/sysv4.h, m68k/3b1.h, m68k/dpx2.h, m68k/hp320.h : Likewise.
3920         * m68k/mot3300.h, m68k/sgs.h : Likewise.
3921         * m68k/tower-as.h, ns32k/encore.h, sparc/pbd.h : Likewise.
3922         * sh.h (INSN_ALIGN, INSN_LENGTH_ALIGNMENT): Define.
3923         (CASE_VECTOR_SHORTEN_MODE): Define.
3924         (short_cbranch_p, align_length, addr_diff_vec_adjust): Don't declare.
3925         (med_branch_p, braf_branch_p): Don't declare.
3926         (mdep_reorg_phase, barrier_align): Declare.
3927         (ADJUST_INSN_LENGTH): Remove alignment handling.
3928         * sh.c (uid_align, uid_align_max): Deleted.
3929         (max_uid_before_fixup_addr_diff_vecs, branch_offset): Deleted.
3930         (short_cbranch_p, med_branch_p, braf_branch_p, align_length): Deleted.
3931         (cache_align_p, fixup_aligns, addr_diff_vec_adjust): Deleted.
3932         (output_far_jump): Don't use braf_branch_p.
3933         (output_branchy_insn): Don't use branch_offset.
3934         (find_barrier): Remove checks for max_uid_before_fixup_addr_diff_vecs.
3935         Remove paired barrier stuff.
3936         Don't use cache_align_p.
3937         Take alignment insns into account.
3938         (fixup_addr_diff_vecs): Reduce to only fixing up the base label of
3939         the addr_diff_vec.
3940         (barrier_align, branch_dest): New function.
3941         (machine_dependent_reorg, split_branches): Remove infrastructure
3942         for branch shortening that is now provided in the backend.
3943         * sh.md (short_cbranch_p, med_branch_p, med_cbranch_p): New attributes.
3944         (braf_branch_p, braf_cbranch_p): Likewise.
3945         (attribute length): Use new attributes.
3946         (casesi_worker): Get mode and unsignednedd from ADDR_DIFF_VEC.
3947         (addr_diff_vec_adjust): Delete.
3948         (align_2): Now a define_expand.
3949         (align_log): Now length 0.
3950
3951 Fri Mar  6 14:41:33 1998  Michael Meissner  <meissner@cygnus.com>
3952
3953         * m32r.md (right): Correctly check for length == 2, not 1.
3954
3955 Fri Mar  6 14:00:04 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3956
3957         * mips/mips.h: Prototype `machine_dependent_reorg'.
3958         (ASM_OUTPUT_ALIGN): Remove unused variable `mask'.
3959
3960 Fri Mar  6 11:43:35 1998  Joern Rennecke  (amylaar@cygnus.co.uk)
3961
3962         * final.c (shorten_branches): Restore accidentally removed code.
3963
3964 Fri Mar  6 11:00:49 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3965
3966         * configure.in: Remove duplicate uses of AC_PROG_CC and
3967         AC_PROG_MAKE_SET.
3968
3969 Fri Mar  6 00:59:30 1998  Richard Henderson  <rth@cygnus.com>
3970
3971         * configure.in (target_cpu_default2): Correct typo for alphapca56.
3972
3973 Thu Mar  5 23:24:50 1998  Jeffrey A Law  (law@cygnus.com)
3974                           Doug Evans     (devans@cygnus.com)
3975
3976         * haifa-sched.c (build_jmp_edges): Delete dead function.
3977         (build_control_flow): Use cfg routines from flow.c
3978         (schedule_insns): Remove debugging code accidentally checked
3979         in earlier today.
3980
3981         * basic-block.h: Add external integer list structures, typdefs,
3982         accessor macros and function declarations.  Simlarly for
3983         basic block pred/succ support and simple bitmap stuff.
3984         * flow.c: Add functions for integer list, basic block pred/succ
3985         support and simple bitmap support.
3986         (compute_dominators): New function to compute dominators and
3987         post dominators.
3988         (find_basic_blocks): Split into two functions.
3989         (life_analysis): Likewise.
3990         (flow_analysis): Removed.  Now handled by calling find_basic_blocks,
3991         the life_analysis from toplev.c
3992         * toplev.c (rest_of_compilation): Call find_basic_blocks, then
3993         life_analysis instead of flow_analysis.
3994
3995 Thu Mar  5 23:06:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3996
3997         * jump.c (jump_optimize): Call mark_jump_label also for deleted
3998         insns.
3999         (mark_jump_label): Don't increment ref counts for deleted insns.
4000
4001 Thu Mar  5 09:55:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4002
4003         * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
4004
4005         * mips/mips.c: Include stdlib.h and unistd.h.
4006         (mips_asm_file_end): Add braces around empty body in an if-statement.
4007         (function_prologue): Wrap variable `fnname' in
4008         !FUNCTION_NAME_ALREADY_DECLARED.  Correct format specifier in fprintf.
4009         (mips_select_rtx_section, mips_select_section): Declare as void.
4010
4011         * mips/mips.h: Add prototypes for extern functions in mips.c.
4012         (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
4013         (ENCODE_SECTION_INFO): Add braces around empty body in an
4014         if-statement.
4015
4016         * mips/mips.md (movdi): Add parentheses around && within ||.
4017         (movsf, movdf): Likewise.
4018         (branch_zero, branch_zero_di): Add default case in
4019         enumeration switch.
4020
4021
4022 Thu Mar  5 02:45:48 1998  Richard Henderson  <rth@cygnus.com>
4023
4024         * alpha/alpha.h (TARGET_WINDOWS_NT, TARGET_OPEN_VMS): Just make them
4025         real constants, since they can't be changed.
4026         (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4027         * alpha/alpha.md (builtin_setjmp_receiver): Use it.
4028         * alpha/osf.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4029         * alpha/osf2or3.h (TARGET_AS_CAN_SUBTRACT_LABELS): New.
4030         * alpha/vms.h (TARGET_OPEN_VMS): New.
4031         * alpha/win-nt.h (TARGET_WINDOWS_NT): New.
4032
4033 Thu Mar  5 02:41:27 1998  Richard Henderson  <rth@cygnus.com>
4034
4035         * reload.c (find_reloads): Always force (subreg (mem)) to be
4036         reloaded if WORD_REGISTER_OPERATIONS.
4037
4038 Thu Mar  5 02:14:44 1998  Richard Henderson  <rth@cygnus.com>
4039
4040         * haifa-sched.c (free_list): Rename from free_pnd_lst.
4041         (free_pending_lists): Rename free_pnd_lst uses.
4042         (remove_dependence): Place expunged element on unused_insn_list.
4043         (alloc_INSN_LIST, alloc_EXPR_LIST): New.  Change all callers of
4044         gen_rtx_*_LIST and alloc_rtx to use them.
4045         (compute_block_backward_dependences): Free the reg_last_* lists.
4046
4047 Thu Mar  5 00:05:40 1998  Jeffrey A Law  (law@cygnus.com)
4048
4049         * cccp.c (main): Avoid undefined behavior when setting pend_includes
4050         and pend_files.
4051
4052 Wed Mar  4 21:58:25 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4053
4054         * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if
4055         USE_GNULIBC_1 is defined
4056         * configure.in: add a new case powerpc-*-linux-gnulibc1 which
4057         includes the t-linux-gnulibc1 fragment
4058
4059 Wed Mar  4 12:11:36 1998  Jim Wilson  <wilson@cygnus.com>
4060
4061         * mips.md (movdf_internal1a): Fix misplaced parenthesis in condition.
4062
4063 Wed Mar  4 18:47:48 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4064
4065         * final.c (final_scan_insn, case CODE_LABEL: Cleanup.
4066
4067 Wed Mar  4 15:51:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4068
4069         * final.c (shorten_branches): Tag the loop alignment onto the
4070         first label after NOTE_INSN_LOOP_BEG even if there is an
4071         intervening insn.
4072
4073 Tue Mar  3 21:48:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4074
4075         * final.c (insn_current_reference_address):
4076         Use SEQ instead of BRANCH as argument to align_fuzz, to get a
4077         proper alignment chain.
4078
4079         * final.c (max_labelno): New static variable.
4080         (final_scan_insn): Check max_labelno before outputting an
4081         alignment for a label.
4082         (shorten_branches): Remove unused variable length_align.
4083
4084 Tue Mar  3 14:27:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4085
4086         * sparc.c (ultrasparc_adjust_cost): Add default case in
4087         enumeration switch.
4088
4089          * sparc.h: Add prototypes for extern functions defined in
4090         sparc.c.
4091
4092 Tue Mar  3 10:00:11 1998  Nick Clifton  <nickc@cygnus.com>
4093
4094         * toplev.c: Only generate <name>.dbr file when dumping RTL if
4095         DEALY_SLOTS is defined.
4096
4097 Tue Mar  3 07:36:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4098
4099         * reorg.c (fill_eager_delay_slots): Add new argument delay_list
4100         in call to fill_slots_from_thread.
4101
4102 Mon Mar  2 13:45:03 1998  Richard Henderson  <rth@cygnus.com>
4103
4104         * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
4105         to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.
4106
4107 Mon Mar  2 22:59:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4108
4109         * final.c (insn_last_address, insn_current_align, uid_align):
4110         New variables.
4111         (in_align_chain, align_fuzz, align_shrink_fuzz): New functions.
4112         (insn_current_reference_address): Likewise.
4113         (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
4114         LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
4115         (label_to_alignment): New function.
4116         * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
4117         LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
4118         insn_current_reference_address instead of insn_current_address.
4119         (or_attr_value, write_length_unit_log): New functions.
4120         (main): Call write_length_unit_log.
4121         (write_const_num_delay_slots): Output extra '\n'.
4122         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
4123         replace with:
4124         (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
4125         * i386.h, i386/osfrose.h, i386/svr3dbx.h, m68k.h, sparc.h: Likewise.
4126         * arc.h, m32r.h (ASM_OUTPUT_LOOP_ALIGN): replace with:
4127         (LOOP_ALIGN).
4128         * i960.h, m88k.h: (ASM_OUTPUT_ALIGN_CODE): Replace with:
4129         (LABEL_ALIGN_AFTER_BARRIER).
4130         * ns32k/encore.h, ns32k/merlin.h, ns32k.h, ns32k/sequent.h: Likewise.
4131         * ns32k/tek6000.h: Likewise.
4132         * i386/gas.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Delete.
4133         * i386.md (casesi+1): Use ASM_OUTPUT_ALIGN instead of
4134         ASM_OUTPUT_ALIGN_CODE.
4135
4136 Mon Mar 2 01:05:50 PST 1998 Jeff Law  (law@cygnus.com)
4137
4138         * version.c: Bump for snapshot.
4139
4140 Mon Mar 2 00:52:18 PST 1998 Jeff Law  (law@cygnus.com)
4141
4142         * version.c: Bump for snapshot.
4143
4144 Sun Mar  1 18:25:49 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
4145
4146         * reorg.c (fill_slots_from_thread): Don't steal delay list from target
4147         if condition code of jump conflicts with opposite_needed.
4148
4149         * reorg.c (fill_slots_from_thread): Mark resources referenced in
4150         opposite_needed thread.  Return delay_list even when cannot get
4151         any more delay insns from end of subroutine.
4152
4153 Sun Mar  1 18:26:21 1998  Ken Rose (rose@acm.org)
4154
4155         * reorg.c (fill_slots_from_thread): New parameter, delay_list.
4156         All callers changed.
4157
4158 Sun Mar  1 18:25:37 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
4159
4160         * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
4161         end_fde_sort): New functions for fast sorting of an FDE array.
4162         (fde_insert): Simplified.
4163         (add_fdes): Change argument list.
4164         (frame_init): Use the new functions.
4165
4166 Sun Mar  1 18:06:21 1998  Jeffrey A Law  (law@cygnus.com)
4167
4168         * ginclude/va-ppc.h (va_arg): Fix typo in long long support.
4169
4170         * i386.c (reg_mentioned_in_mem): Fix dangling else statement.
4171
4172         * fold-const.c (fold_range_test): Always return a value.
4173
4174 Sun Mar  1 17:57:34 1998  Mumit Khan <khan@xraylith.wisc.edu>
4175
4176         * config/i386/winnt.c (i386_pe_unique_section): Put read-only
4177         data in the text section unless READONLY_DATA_SECTION is defined.
4178
4179 Sun Mar  1 17:48:46 1998  Jeffrey A Law  (law@cygnus.com)
4180
4181         * c-parse.in (undeclared variable error): Tweak error message to
4182         be clearer.
4183
4184 Sun Mar 1 10:22:36 PST 1998 Jeff Law  (law@cygnus.com)
4185
4186         * version.c: Bump for snapshot.
4187
4188 1998-02-28  Mark Mitchell  <mmitchell@usa.net>
4189
4190         * final.c (final_scan_insn): Undo overzealous removal of `set'.
4191
4192 Sat Feb 28 07:54:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4193
4194         * pa.h (CONST_COSTS): When checking the CONST_DOUBLE enumerated
4195         case, add parentheses to specify the proper order of precedence in
4196         the if-statement.
4197
4198
4199         * c-aux-info.c: Include string.h/strings.h.
4200
4201         * pa.c: Include stdlib.h.
4202         (pa_combine_instructions): Prototype the function.
4203         (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
4204         (reloc_needed): Add default case for enumeration switch.
4205         (remove_useless_addtr_insns): Remove unused variable `all'.
4206         (hppa_expand_prologue): Add explicit braces to avoid
4207         ambiguous `else'.
4208         (output_function_epilogue): Remove unused variable `i'.
4209         (output_millicode_call): Remove unused variable `link'.
4210         (shadd_constant_p, forward_branch_p): Make the function static.
4211         (following_call): Explicitly declare to return int.
4212         (pa_reorg): Declare as void.
4213         (pa_combine_instructions): Declare as static void.  Add
4214         parentheses around && within ||.
4215
4216         * pa.h: Add prototypes for pa_reorg, symbolic_operand,
4217         following_call, function_label_operand, lhs_lshift_cint_operand
4218         and zdepi_cint_p.
4219
4220         * pa.md: Add parentheses around && within ||.
4221
4222         * cppalloc.c: Include stdlib.h.
4223
4224         * cpperror.c (cpp_print_containing_files): Remove unused variable
4225         `i'.  Fix format specifier in fprintf.
4226
4227         * cse.c (cse_around_loop): Add explicit braces to avoid
4228         ambiguous `else'.
4229         (delete_dead_from_cse): Wrap variable `tem' in macro HAVE_cc0.
4230
4231         * expr.c (expand_expr): Add parentheses around && within ||.
4232
4233         * final.c (app_enable): Replace fprintf with fputs where there are
4234         no format specifiers and no trailing argument after the string.
4235         Eg, when printing ASM_APP_ON/ASM_APP_OFF.
4236         (app_disable): Likewise.
4237         (final_end_function): Likewise.
4238         (final_scan_insn): Likewise.  Remove unused variable `set'.
4239         (profile_function): Wrap empty if-statement body in {} brackets.
4240
4241         * function.c: Include stdlib.h.
4242         (pad_below): Wrap prototype and definition in ARGS_GROW_DOWNWARD.
4243         (reposition_prologue_and_epilogue_notes): Add parentheses
4244         around assignment used as truth value.
4245
4246         * integrate.c (expand_inline_function): Wrap variable
4247         `cc0_insn' in macro HAVE_cc0.
4248
4249         * jump.c (jump_optimize): Wrap variable `q' in macro
4250         HAVE_cc0.  Remove unused variable `prev1'.
4251
4252         * libgcc2.c (__bb_exit_trace_func): Add parentheses around &&
4253         within ||.  Fix format specifier in fprintf.
4254         (__bb_init_prg): Add parentheses around assignment used as
4255         truth value.
4256
4257         * local-alloc.c: Include stdlib.h.
4258         (requires_inout): Add parentheses around assignment used
4259         as truth value.
4260
4261         * loop.c (analyze_loop_iterations): Wrap prototype and definition
4262         in macro HAVE_decrement_and_branch_on_count.
4263         (insert_bct, instrument_loop_bct): Likewise.
4264         (move_movables): Add parentheses around assignment used as
4265         truth value.
4266         (consec_sets_invariant_p): Likewise.
4267         (maybe_eliminate_biv_1): Wrap variable `new' in macro HAVE_cc0.
4268
4269         * objc/objc-act.c: Include stdlib.h.
4270         (lookup_method_in_protocol_list): Wrap empty else-statement body
4271         in braces.
4272         (lookup_protocol_in_reflist): Likewise.
4273         (objc_add_static_instance): Remove unused variables `decl_expr'
4274         and `decl_spec'.
4275         (get_objc_string_decl): Remove unused variable `decl'.
4276         (generate_static_references): Remove unused variables `idecl' and
4277         `instance'.
4278         (check_protocols): Wrap empty else-statement body in braces.
4279
4280         * protoize.c: Include stdlib.h.
4281         (substr): Add parentheses around assignment used as truth value.
4282         (abspath): Likewise.
4283         (shortpath): Likewise.
4284
4285         * regmove.c (fixup_match_1): Add parentheses around assignment
4286         used as truth value.
4287
4288         * reload.c (push_secondary_reload): Remove unused variable `i'.
4289         (find_reloads): Add parentheses around assignment used as truth
4290         value.
4291
4292         * reload1.c: Include stdlib.h.
4293
4294         * rtl.h: Correct typo in prototype of offsettable_memref_p.
4295
4296         * stmt.c (add_case_node): Add parentheses around assignment used
4297         as truth value.
4298         (case_tree2list): Likewise.
4299
4300         * tree.c (valid_machine_attribute): Wrap variable `decl_attr_list'
4301         in macro VALID_MACHINE_DECL_ATTRIBUTE.  Wrap variable
4302         `type_attr_list' in macro VALID_MACHINE_TYPE_ATTRIBUTE.
4303         (merge_attributes): Add explicit braces to avoid ambiguous
4304         `else'.
4305
4306         * unroll.c (copy_loop_body): Wrap variable `cc0_insn' in
4307         macro HAVE_cc0.
4308
4309         * varasm.c: Include stdlib.h.
4310
4311
4312         * system.h: Remove sys/stat.h.
4313         * gcc.c: Add sys/stat.h.
4314
4315         * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.
4316         * genattrtab.c: Likewise.
4317         * genconfig.c: Likewise.
4318         * genemit.c: Likewise.
4319         * genextract.c: Likewise.
4320         * genflags.c: Likewise.
4321         * genopinit.c: Likewise.
4322         * genoutput.c: Likewise.
4323         * genpeep.c: Likewise.
4324         * genrecog.c: Likewise.
4325         * tlink.c: Likewise.  Also wrap `getenv' in NEED_DECLARATION_GETENV.
4326
4327 Fri Feb 27 11:02:47 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4328
4329         * invoke.texi: Use @itemx for a secondary item in a @table.
4330
4331         * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE
4332         zero.
4333
4334 Thu Feb 26 00:13:21 1998  Ian Lance Taylor  <ian@cygnus.com>
4335
4336         * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
4337
4338 Wed Feb 25 23:40:54 1998  Jeffrey A Law  (law@cygnus.com)
4339
4340         * i386.c (struct machine_function): Add new fields for PIC stuff.
4341         (save_386_machine_status): Fix argument to xmalloc.  Save pic_label_rtx
4342         and pic_label_name.
4343         (restore_386_machine_status): Corresponding changes.
4344         (clear_386_stack_locals): Also clear pic_label_rtx and pic_label_name.
4345
4346 Wed Feb 25 01:31:40 1998  Jeffrey A Law  (law@cygnus.com)
4347
4348         * c-parse.y (undeclared variable error): Tweak error message
4349         to be clearer.
4350
4351 Tue Feb 24 23:54:07 1998  Richard Henderson  <rth@cygnus.com>
4352
4353         * flags.h (g_switch_value, g_switch_set): Declare.
4354         * alpha.c (override_options): Set g_switch_value=8 if not set.
4355         * alpha/elf.h (CC1_SPEC): New.
4356         (ASM_SPEC): New.
4357         (LINK_SPEC): Pass along the -G value we were given.
4358         (LOCAL_ASM_OP): Remove.
4359         (ASM_OUTPUT_ALIGNED_LOCAL): Output to .bss or .sbss by size.
4360         (MAX_OFILE_ALIGNMENT): New.
4361         (BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP): New.
4362         (EXTRA_SECTIONS): Add sbss and sdata.
4363         (SECTION_FUNCTION_TEMPLATE): New.
4364         (EXTRA_SECTION_FUNCTIONS): Use it.
4365         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
4366         (SELECT_SECTION): Use sdata when small enough.
4367         * alpha/linux.h (ASM_SPEC): Remove.
4368
4369
4370 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
4371         * config.sub (sco5): Fix typo.
4372
4373 Mon Feb 23 18:19:31 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4374
4375         * config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
4376         set to empty.
4377         * config/t-linux-aout (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Likewise.
4378         * config/alpha/t-linux: Remove file.
4379         * config/sparc/t-linux: Remove file.
4380         * config/m68k/t-linux (LIBGCC1, CROSS_LIBGCC1): Remove.
4381         * config/m68k/t-linux-aout (LIBGCC1, CROSS_LIBGCC1): Likewise.
4382         * configure.in (alpha*-*-linux-gnulibc1*): Use t-linux instead of alpha/t-linux
4383         for tmake_file.
4384         (alpha*-*-linux-gnu*): Likewise.
4385         (sparc-*-linux-gnulibc1*): Use t-linux instead of sparc/t-linux for tmake_file.
4386         (sparc-*-linux-gnu*): Likewise.
4387
4388 Mon Feb 23 10:47:39 1998  Robert Lipe  <robertl@dgii.com>
4389         * collect2.c (ldd_file_name): Bracket declaration with same
4390         manifests as use.
4391         (full_real_ld_suffix): Deleted.  Variable was calloced and
4392         written into, but never read.
4393
4394 1998-02-23  Mike Stump  <mrs@wrs.com>
4395
4396         * configure.in: Add support for i386-wrs-vxworks configuration.
4397         * i386/vxi386.h: New file.
4398
4399 Sun Feb 22 21:16:51 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
4400
4401         * tree.c (contains_placeholder_p): Ensure function always returns
4402         a value.
4403         * sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
4404         (movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
4405
4406 Sun Feb 22 20:58:19 1998  Jeffrey A Law  (law@cygnus.com)
4407
4408         * vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
4409
4410 1998-02-22  Paul Eggert  <eggert@twinsun.com>
4411
4412         * config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
4413         Define this new symbol.
4414         (DWARF2_DEBUGGING_INFO, DWARF_DEBUGGING_INFO): Do not #undef.
4415         * toplev.c (main): Do not default to DWARF2_DEBUG with -ggdb if
4416         LINKER_DOES_NOT_WORK_WITH_DWARF2 is defined.
4417
4418 Sun Feb 22 20:07:32 1998  Jim Wilson  <wilson@cygnus.com>
4419
4420         * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
4421         * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
4422
4423 Sun Feb 22 15:29:48 1998  Richard Henderson  <rth@cygnus.com>
4424
4425         * objc/Object.m (-error): Call objc_verror with our va_list.
4426
4427 Sun Feb 22 09:45:39 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4428
4429         * collect2.c (scan_prog_file): Completely cover uses of variable
4430         `exports' with macro COLLECT_EXPORT_LIST.
4431
4432 Sat Feb 21 20:36:23 1998  Jeff Law  (law@cygnus.com)
4433
4434         * version.c: Bump for snapshot.
4435
4436 Fri Feb 20 16:22:13 1998  Michael Meissner  <meissner@cygnus.com>
4437
4438         * sched.c (schedule_block): Remove code to get arguments from hard
4439         regs into pseudos early.  Same as Aug 25, 1997 change to
4440         haifa-sched.c.
4441
4442 1998-02-20  Jason Merrill  <jason@yorick.cygnus.com>
4443
4444         * collect2.c (main): Still handle !do_collecting for non-AIX targets.
4445
4446 1998-02-16  Mark Mitchell  <mmitchell@usa.net>
4447
4448         * toplev.c (rest_of_compilation): Do not defer the output of a
4449         nested function.
4450
4451 Fri Feb 20 10:39:47 1998  Michael Tiemann  <michael@impact.tiemann.org>
4452
4453         * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
4454         continuation character (line 243).
4455
4456 Fri Feb 20 12:10:26 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4457
4458         * genrecog.c (main): Remove duplicated sentence in emitted comment.
4459
4460 Thu Feb 19 22:36:53 1998  Andrey Slepuhin  <pooh@msu.net>
4461                           David Edelsohn  <edelsohn@mhpcc.edu>
4462
4463         * collect2.c (XCOFF_SCAN_LIBS): Remove.
4464         (export_flag): New variable.
4465         (export_file): #ifdef COLLECT_EXPORT_LIST.
4466         (import_file, exports, imports, undefined): New variables.
4467         (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
4468         (dump_list, dump_prefix_list, is_in_list): New functions.
4469         (write_export_file): $ifdef COLLECT_EXPORT_LIST.
4470         (write_import_file, resolve_lib_name): New functions.
4471         (use_import_list, ignore_library): Same.
4472         (collect_exit): maybe_unlink import_file and #ifdef.
4473         (handler): Same.
4474         (main): New variable importf, #ifdef exportf.  Move parsing of
4475         -shared before general argument parsing.  Resolve AIX library
4476         paths and import libgcc.a symbols.  Treat .so shared libraries the
4477         same as objects and .a libraries.  Create alias for object_lst and
4478         increment it instead of original pointer.  Scan AIX libraries as
4479         objects earlier instead of using scan_libraries.  Perform AIX
4480         tlink later to resolve templates instead of forking ld.
4481         (GCC_OK_SYMBOL): Ensure symbol not in undef section.
4482         (GCC_UNDEF_SYMBOL): New macro.
4483         (scan_prog_file): Loop for members of AIX libraries.  Handle
4484         export/import of ctors/dtors.
4485         (aix_std_libs): New variable.
4486         (scan_libraries, XCOFF): Delete.
4487
4488 Thu Feb 19 22:36:52 1998  Robert Lipe   <robertl@dgii.com>
4489
4490         * collect2.c (full_real_ld_suffix): #ifdef CROSS_COMPILE.
4491
4492 1998-02-19  Mike Stump  <mrs@wrs.com>
4493
4494         * Makefile.in: Use $tooldir for sys-include to match toplevel
4495         configure.
4496
4497 Thu Feb 19 01:32:37 1998  Jeffrey A Law  (law@cygnus.com)
4498                           Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4499
4500         * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
4501
4502         * emit-rtl.c (hard-reg-set.h): Include.
4503         (get_lowpart_common): Don't make new REG for hard reg in a
4504         class that cannot change size.
4505         * Makefile.in (emit-rtl.o): Depend on hard-reg-set.h.
4506
4507         * combine.c: Revert previous patch.
4508
4509 1998-02-19  Paul Eggert  <eggert@twinsun.com>
4510
4511         * config/sparc/sol2-sld.h: New file.
4512         * configure.in (sparc-*-solaris2*): Use it when using the
4513         system linker.
4514
4515 Thu Feb 19 00:46:59 1998  Jeffrey A Law  (law@cygnus.com)
4516
4517         * loop.c (force_movables): Fix typo.
4518
4519 Thu Feb 19 08:26:30 1998  Manfred Hollstein <manfred@s-direktnet.de>
4520
4521         * m88k.h: Change file pattern to match reality.
4522
4523 Wed Feb 18 23:19:52 1998  Jeffrey A Law  (law@cygnus.com)
4524
4525         * varasm.c (output_constant_pool): Fix dumb thinko in last
4526         change.
4527
4528         * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
4529         a function name to a section name.
4530
4531 1998-02-18  Doug Evans  <devans@cygnus.com>
4532
4533         * tree.h (merge_machine_{type,decl}_attributes): Declare.
4534         (split_specs_attrs, strip_attrs): Add prototypes.
4535         * tree.c (merge_machine_{type,decl}_attributes): New functions.
4536         * c-decl.c (duplicate_decls): Call merge_machine_decl_attributes.
4537         Update olddecl's attributes too.
4538         * c-common.c (strip_attrs): New function.
4539         * c-typeck.c (common_type): Call merge_machine_type_attributes.
4540         * varasm.c (make_function_rtl): New target macro REDO_SECTION_INFO_P.
4541         (make_decl_rtl): Likewise.
4542
4543 1998-02-18  Jim Wilson  <wilson@cygnus.com>
4544
4545         * c-decl.c (shadow_tag_warned): Call split_specs_attrs.
4546
4547 Wed Feb 18 09:09:50 1998  Jeffrey A Law  (law@cygnus.com)
4548
4549         Remove this change until we can fix it correctly.
4550         * collect2.c: Bracket declaration of 'exportf' and
4551         'full_real_ld_suffix'.
4552
4553 Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4554
4555         * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
4556
4557 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
4558
4559         * c-common.c (c_expand_start_cond, c_expand_end_cond,
4560         c_expand_start_else): Don't warn about non-ambiguous else even if
4561         braces are missing.
4562
4563 Tue Feb 17 23:56:50 1998   Robert Lipe  <robertl@dgii.com>
4564
4565         * sco5.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
4566         ASM_OUTPUT_LONG_DOUBLE): Delete.   Use the ones from i386.h
4567         instead.
4568
4569 Tue Feb 17 22:56:14 1998  Richard Henderson  <rth@cygnus.com>
4570
4571         * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when
4572         simplifying a subreg of a hard reg.
4573         (expand_compound_operation): Likewise.
4574         (force_to_mode): Likewise.
4575
4576 Tue Feb 17 22:37:22 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4577
4578         * fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
4579         (lshift_double): Add parentheses around + or - inside shift.
4580         (rshift_double): Likewise.
4581         (size_int_wide): Explicitly set type of `bit_p' to `int'.
4582
4583         * Makefile.in (fold-const.o): Depend on system.h.
4584
4585         * Makefile.in (gcc.o): Depend on system.h, in accordance with last
4586         change to gcc.c.
4587
4588         * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
4589         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
4590         (sched_note_set): Remove unused parameter `b', all callers changed.
4591         (schedule_block): Likewise for `rgn'.
4592         (split_hard_reg_notes): Likewise for `orig_insn'.
4593         (check_live): Likewise for `trg'.
4594         (update_live): Likewise.
4595         (check_live_1): Explcitly declare variable `i' as int.
4596         (update_live_1): Likewise.
4597         (insn_issue_delay): Remove unused variable `link'.
4598         (sched_analyze_2): Add default case in enumeration switch.
4599         (schedule_insns): Remove unused variable `i'.
4600
4601         * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
4602
4603 Tue Feb 17 22:31:04 1998  Jeffrey A Law  (law@cygnus.com)
4604
4605         * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
4606         a dangling else clause.
4607
4608 Tue Feb 17 21:28:12 1998  Gavin Koch  <gavin@cygnus.com>
4609
4610         * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
4611         pointer for the stack pointer in MIPS16 and 64BIT.
4612
4613 Tue Feb 17 21:17:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
4614
4615         * rtl.h (force_line_numbers, restore_line_number_status): Declare.
4616         * emit-rtl.c (force_line_numbers, restore_line_number_status):
4617         New functions.
4618         * stmt.c (struct nesting): Replace seenlabel with line_number_status.
4619         (expand_start_case): Adjust to this change.
4620         (check_seenlabel): New function.
4621         (pushcase, pushcase_range, expand_endcase): Use it.
4622
4623 Tue Feb 17 10:14:32 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4624
4625         * i386.md (adddi3): Add =!r,0,0,X alternative.
4626
4627 Mon Feb 16 16:13:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
4628
4629         * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
4630         * x-aix31 (INSTALL): Delete.
4631
4632 Mon Feb 16 09:24:32 1998  Gavin Koch  <gavin@cygnus.com>
4633
4634         * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
4635         tsize changes to something other than zero.
4636
4637 Mon Feb 16 09:11:48 1998  Gavin Koch  <gavin@cygnus.com>
4638
4639         * ginclude/va-mips.h: Replace casts of pointers to int with
4640         casts of pointers to __PTRDIFF_TYPE__.
4641
4642 Mon Feb 16 08:17:14 1998  John Carr  <jfc@mit.edu>
4643
4644         * loop.c (strength_reduce, record_biv, record_giv): Use
4645         HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
4646
4647 1998-02-16  Jason Merrill  <jason@yorick.cygnus.com>
4648
4649         * tree.c (first_rtl_op): New fn.
4650         (unsave_expr_now): Use it.
4651         * print-tree.c (print_node): Likewise.
4652         * tree.c (has_cleanups): New fn.
4653         * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it.  Be more
4654         conservative about pushing the cleanup point down.
4655         * tree.h: Declare them.
4656
4657 Sun Feb 15 23:28:44 1998  Jeffrey A Law  (law@cygnus.com)
4658
4659         * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
4660         (flag_schedule_reverse_after_reload): Likewise.
4661         (f_options): Remove reverse scheduling support.
4662         * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
4663         (flag_schedule_reverse_after_reload): Likewise.
4664         * haifa-sched.c (rank_for_schedule): Remove support for reverse
4665         scheduling.
4666
4667 Sun Feb 15 21:33:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4668
4669         * gcc.c: Get system includes, prototypes and macros via "system.h"
4670         instead of doing it manually.  Change all calls of the ctype
4671         macros to custom versions defined in "system.h".
4672
4673         * system.h: Fix return type of bcmp prototype from `void' to `int'.
4674         Make bcopy, bcmp and bzero prototypes explicitly `extern'.
4675         Add a prototype for getenv.
4676
4677 Sun Feb 15 17:05:41 1998  Jim Wilson  <wilson@cygnus.com>
4678
4679         * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
4680
4681 Sun Feb 15 15:23:15 1998  John Carr  <jfc@mit.edu>
4682
4683         * alias.c: Include <stdlib.h> and <string.h>.
4684         (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
4685
4686 Sat Feb 14 11:23:09 PST 1998 Jeff Law  (law@cygnus.com)
4687
4688         * version.c: Bump for snapshot.
4689
4690 Sat Feb 14 05:08:21 1998  Richard Earnshaw (rearnsha@arm.com)
4691
4692         * arm.md (movsfcc): Also validate operands[3] when compiling hard
4693         float.
4694         (movdfcc): Only accept fpu_add_operand for operands[3].
4695
4696         * arm/t-semi (STMP_FIXPROTO): Define to nothing.
4697         * arm/t-semiaof (STMP_FIXPROTO): Likewise.
4698
4699 Sat Feb 14 02:02:41 1998  Jeffrey A Law  (law@cygnus.com)
4700
4701         * varasm.c (output_constant_pool): Bring back 'done' label inside
4702         an appropriate #ifdef.
4703
4704         * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an
4705         appropriate #ifdef.
4706         (bitmap_copy, bitmap_operation): Likewise.
4707         * combine.c (combinable_i3pat): Similarly for 'src'.
4708         * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
4709         (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
4710         * regclass.c (copy_cost): Similarly for 'secondary_class'.
4711         * reload.c (make_memloc): Simliarly for 'i'.
4712         (find_reloads_address_1): Similarly for 'link'.
4713         * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
4714         (emit_reload_insns): Similarly for 'second_reloadreg'.
4715         * unroll.c (iteration_info): Similarly for 'v'.
4716
4717         * caller-save.c (insert_save_restore): Remove unused variable 'i'.
4718         * calls.c (expand_call): Similarly for 'i'.
4719         (emit_library_call, emit_library_call_value): Similarly for 'mode'.
4720         * fold-const.c (strip_compund_expr): Similarly for 'type'.
4721         * function.c (fixup_var_refs_1): Similarly  for 'width'.
4722         (fixup_memory_subreg): Similarly for 'saved'.
4723         (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
4724         (setjmp_protect): Similarly for 'sub'.
4725         (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
4726         * loop.c (record_giv): Similarly for 'p'.
4727         (combine_givs): Similarly for 'temp_iv'.
4728         (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
4729         * recog.c (validate_replace_rtx_1): Similarly for 'width'.
4730         * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
4731         * unroll.c (unroll_loop): Similarly for 'copy'.
4732         (iteration_info): Similarly for 'b'.
4733         * varasm.c (assemble_string): Similarly for 'i'.
4734         * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
4735
4736 1998-02-13  Martin von Loewis  <loewis@informatik.hu-berlin.de>
4737
4738         * c-lang.c (lang_print_xnode): New function.
4739         * objc/objc-act.c (lang_print_xnode): Likewise.
4740         * print-tree.c (print_node): Call it
4741
4742 Fri Feb 13 14:38:34 1998  Jim Wilson  <wilson@cygnus.com>
4743
4744         * dwarf2out.c (decl_scope_node): New type.
4745         (decl_scope_table): Change type to use it.
4746         (decl_scope_table_allocated, decl_scope_depth): Change type to int.
4747         (push_decl_scope): Use new type.  New locals containing_scope, i.
4748         Add code to handle setting previous field.
4749         (scope_die_for): Change type of local i to int.  Add code to use
4750         previous field.
4751         (dwarf2out_init): Use new type.
4752
4753 1998-02-13  Jason Merrill  <jason@yorick.cygnus.com>
4754
4755         * except.c (emit_throw): Lose throw_used.
4756
4757 Fri Feb 13 20:36:05 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4758
4759         * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
4760         was deleted.
4761         * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
4762
4763 Fri Feb 13 12:18:40 1998  Jeffrey A Law  (law@cygnus.com)
4764
4765         * genextract.c (main): Fix typo.
4766
4767 Fri Feb 13 08:41:49 1998  Robert Lipe   <robertl@dgii.com>
4768
4769         * c-lang.c (finish_file): Bracket declaration of static_ctors,
4770         static_dtors.
4771
4772         * calls.c (expand_call): Bracket declaration of 'rtx_before_call',
4773         'old_stack_arg_under_construction'
4774         (emit_library_call): Bracket declaration of 'upper_bound',
4775         'lower_bound', 'i', 'reg_parm_stack_space'
4776         (emit_library_call_value): Likewise.
4777         (store_one_arg):
4778
4779         * collect2.c: include <unistd.h> when appropriate.
4780         Bracket declaration of 'exportf' and 'full_real_ld_suffix'.
4781
4782         * emit-rtl.c (prev_cc0_setter): Remove unused variable 'link'.
4783
4784         * explow.c (plus_constant_for_output_wide): Remove unused variable
4785         'code'.
4786         (memory_address): Remove unused variable 'orig_x'.
4787
4788         * genattrtab.c (make_canonical): Remove unreferenced label 'cond:'.
4789         (write_const_num_delay_slots): Remove unused variable 'i'.
4790
4791         * genopinit.c (main): Remove unused variables 'dummy', 'insn_ptr'.
4792         (gen_insn): Remove unused variable 'obstack_ptr'.
4793
4794         * libgcc2.c (__bb_exit_func): Remove unused variables 'ret',
4795         'j', 'tmp', 'i'.
4796         (__bb_exit_trace_func): Remove unused variable 'e'.
4797
4798         * optabs.c (expand_binop): remove unused variables 'lhs', 'rhs',
4799         'funexp'.
4800         (expand_unop): Remove unused variable 'funexp'.
4801         (expand_complex_abs): Remove unused variable 'funexp'.
4802         (init_optabs): Bracket declaration of 'j'.
4803         (init_complex_libfuncs): Deleted.  Dead static function.
4804
4805         * profile.c (branch_prob): Remove unused variables 'insn', 'dest'.
4806
4807         * reg-stack.c: Fix typo in proto for 'get_asm_operand_lengths'
4808         (reg_to_stack): 'initialized', 'before_function_beg'
4809         explictly type as ints instead of defaulting.
4810         (emit_swap_insn): Remove unused variable 'i2'.
4811         (compare_for_stack_reg): Remove unused variable 'src_note'.
4812
4813         * rtlanal.c (computed_jump_p): Remove unused variable 'computed_jump'.
4814
4815         * sched.c (actual_hazard): Bracket declaration of 'this_cost'.
4816
4817         * stmt.c (add_case_node): Add parens for assignment used as truth.
4818         (all_cases_count):  Remove unused variable 'count_high'.
4819         (mark_seen_cases): Remove unused variable 'i'.
4820         (check_for_full_enumeration_handling): Remove unused variable 't'.
4821         Bracket declaration of  'all_values', 'l'.
4822
4823         * tlink.c: Include <stdlib.h>, <unistd.h>, <string.h>/<strings.h>.
4824
4825         * varasm.c (assemble_string): Remove unused variable 'i'.
4826         (immed_double_const): Remove unused variable 'in_current_obstack'.
4827         (immed_real_const_1): Likewise.
4828         (output_constant_pool): Remove unreferenced label 'done'.
4829         (output_constant): Remove unused variable 'x'.
4830
4831         * i386/i386.h (ENCODE_SECTION_INFO): TREE_PUBLIC is an int, not
4832         a string.
4833
4834         * i386/sco5.h (ASM_OUTPUT_ASCII): Add parens for assignment used
4835         as truth.
4836
4837 Fri Feb 13 10:21:41 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4838
4839         * combine.c (can_combine_p): Handle USEs in PARALLELs.
4840
4841 Fri Feb 13 01:34:14 1998  H.J. Lu  (hjl@gnu.org)
4842
4843         * config/linux.h (LIB_SPEC): Add -lc for -shared if
4844         USE_GNULIBC_1 is not defined.
4845         * config/sparc/linux.h; Ditto.
4846
4847         * config/sparc/linux64.h (LIB_SPEC): Add -lc for -shared.
4848
4849         * config/alpha/linux-elf.h (LIB_SPEC): New. Defined if
4850         USE_GNULIBC_1 is not defined.
4851
4852 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4853
4854         * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
4855         for -mcall-linux
4856
4857 Fri Feb 13 01:23:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4858
4859         * system.h: New file to get common systems includes and various
4860         definitions and declarations based on autoconf macros.
4861
4862 Fri Feb 13 00:46:19 1998  Jeffrey A Law  (law@cygnus.com)
4863
4864         * cccp.c (new_include_prefix): Correctly handle -I./.
4865
4866 Thu Feb 12 20:16:35 1998  Michael Meissner  <meissner@cygnus.com>
4867
4868         * rs6000.md: Replace gen_rtx (CONST_INT,...) with GEN_INT.
4869
4870 Thu Feb 12 16:45:17 1998  Robert Lipe  <robertl@dgii.com>
4871
4872         * expr.c (expand_assignment):  Correct typo exposed by -Wall.
4873         offset should have been a truth value, not an assignment.
4874
4875 Thu Feb 12 15:26:50 1998  Jeffrey A Law  (law@cygnus.com)
4876
4877         * cse.c (delete_dead_from_cse): If a libcall produces a constant
4878         result and that result can be substituted into SET_SRC of the
4879         insn with the REG_RETVAL note, then perform the substitution
4880         and delete the libcall.
4881
4882 Thu Feb 12 14:04:09 1998  Gavin Koch  <gavin@cygnus.com>
4883
4884         * mips.md (trucndihi2,truncdiqi2): Change these to support
4885         mips16.
4886
4887 Thu Feb 12 11:34:55 1998  Gavin Koch  <gavin@cygnus.com>
4888
4889         * mips/mips.c (movdi_operand): Direct referances to symbols
4890         that arn't mips16 consts in mips16 mode arn't valid operands.
4891
4892         * mips/mips.c (mips_move_2words): Add gprel handling.
4893
4894 Thu Feb 12 11:18:37 1998  Gavin Koch  <gavin@cygnus.com>
4895
4896         * mips.md (extendsidi2): Allow extension to/from a non-mips16
4897         register.
4898
4899 Thu Feb 12 00:04:16 1998  Marc Lehmann <pcg@goof.com>
4900
4901         * i386.c: Conditionally include <stdlib.h>, <string.h>, and
4902         <strings.h>.
4903
4904 Wed Feb 11 11:43:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4905
4906         * Makefile.in (WARN_CFLAGS): New variable.
4907         (bootstrap, bootstrap2, bootstrap3, bootstrap4): Use it.
4908
4909 1998-02-11  Mark Mitchell  <mmitchell@usa.net>
4910
4911         * config/i386/i386.c (reg_mentioned_in_mem): Don't abort when
4912         falling through default case in switch.
4913         (i386_aligned_p): Likewise.
4914
4915 Wed Feb 11 12:59:56 1998  Lee Iverson  <leei@Canada.AI.SRI.COM>
4916
4917         * mips/mips.h (mips_abi_string): Correct typo in comment.
4918
4919 Wed Feb 11 08:29:56 1998  Gavin Koch  <gavin@cygnus.com>
4920
4921         * mips/mips.md (movdi): These PLUS's need to be Pmode.
4922
4923 Wed Feb 11 01:47:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4924
4925         * Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
4926         reorg.o, regmove.o): Depend on insn-codes.h, it gets included
4927         indirectly via expr.h.
4928
4929 Wed Feb 11 01:44:13 1998  Richard Henderson  <rth@cygnus.com>
4930
4931         * stor-layout.c (layout_type): Do upper - lower in the native type,
4932         so as to properly handle negative indices.
4933
4934 Wed Feb 11 01:35:55 1998  Robert Lipe   <robertl@dgii.com>
4935
4936         * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
4937         (expand_eh_region_start_tree): Remove unused variable 'note'.
4938         (exception_optimize): Remove unused variable 'regions'.
4939         (expand_builtin_eh_stub):  Remove unused variable 'temp'.
4940         (copy_eh_entry): Deleted.   Dead function.
4941
4942         * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
4943         'last' with same #if HAVE_load_multiple as use of it.
4944         (move_block_from_reg): Likewise.
4945         (emit_move_insn_1): Remove unused variable 'insns'.
4946         (store_constructor): Bracket declaration of startb, endb with
4947         #if TARGET_MEMFUNCTIONS.  Remove unused variables 'set_word_size'
4948         'target', and 'xtarget'.
4949         (expand_builtin_setjmp): Remove unused variables 'op0',
4950         'next_arg_reg', 'old_inhibit_defer_pop'.
4951         (expand_builtin): Remove unused variable 'offset'.
4952         (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
4953         (emit_queue): Add parens for assignment used as conditional.
4954         (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.
4955
4956 Wed Feb 11 01:30:49 1998  Marc Lehmann <pcg@goof.com>
4957
4958         * i386.c: Added include for recog.h.
4959         (override_options): Removed unused variable p. Initialized regno to
4960         avoid warning.
4961         (order_regs_for_local_alloc): Initialized regno to avoid warning.
4962         (legitimize_address): Likewise for 'other'.
4963         (i386_aligned_reg_p): Added default case with abort ().
4964         (print_operand): Likewise.
4965         (reg_mentioned_in_mem): Likewise.
4966         (ix86_expand_binary_operator): Removed unused variables i & insn.
4967         (ix86_expand_unary_operator): Removed unused variable insn.
4968         (output_fp_cc0_set): Removed unused variable unordered_label.
4969
4970 Wed Feb 11 01:23:03 1998  John F. Carr  <jfc@mit.edu>
4971
4972         * i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...).
4973         Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments
4974         and format string match.
4975
4976 Wed Feb 11 01:17:39 1998  Jeffrey A Law  (law@cygnus.com)
4977
4978         * flow.c (life_analysis): Do not conside the stack pointer live at
4979         the end of a function if the fucntio ncalls alloca.
4980         (mark_used_regs): Similarly.
4981
4982 1998-02-10  John F Carr  <jfc@mit.edu>
4983
4984         * config/sparc/sparc.md (movdi_v8plus): Output stx on alternative
4985         1, fzero on alternative 8.
4986
4987 Tue Feb 10 09:02:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4988
4989         * rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.
4990
4991 Tue Feb 10 03:35:43 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4992
4993         * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
4994         SUBREGs of CONST_INTs.
4995
4996 Mon Feb  9 17:52:36 1998  John Carr  <jfc@mit.edu>
4997
4998         * mips.c (print_operand, function_prologue): Make printf format
4999         match argument type.
5000
5001 Mon Feb  9 02:37:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5002
5003         * alpha.c (alpha_return_addr): Remove unused variable `first'.
5004         (alpha_ra_ever_killed): Remove unused variables `ra' and `i'.
5005         (output_epilog): Remove unused variable `frame_size_from_reg_save'.
5006
5007 Sun Feb  8 14:56:03 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5008
5009         * loop.c (strength_reduce): When placing increment for auto-inc
5010         case, do comparison in loop order.
5011
5012 Sun Feb  8 13:21:38 1998  John Carr  <jfc@mit.edu>
5013
5014         * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
5015         not a HOST_WIDE_INT.
5016
5017         * calls.c (expand_call): Change test of expand_inline_function
5018         return value to stop compiler warning.
5019
5020         * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.
5021
5022 Sun Feb  8 12:04:24 1998  Jim Wilson  (wilson@cygnus.com)
5023                           Jeff Law (law@cygnus.com)
5024
5025         * regmove.c: Fix various minor formatting problems.
5026         (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions
5027         is true.  Make end of basic block tests consistent through regmove.c.
5028         (optimize_reg_copy_2, optimize_reg_copy_3): Likewise.
5029         (fixup_match_2, fixup_match_1, regmove_optimize): Likewise.
5030
5031 Sun Feb  8 01:49:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5032
5033         * gansidecl.h: Check for a conflicting macro definition before
5034         attempting to prototype bcopy, bcmp or bzero.
5035
5036 Sun Feb  8 00:09:59 1998  Jeffrey A Law  (law@cygnus.com)
5037
5038         * expr.c (clear_pending_stack_adjust): Handle case where a function
5039         calls alloca, but the user has specified -fomit-fframe-pointer.
5040
5041         * function.c (assign_parms): Fix typo in last change.
5042
5043 Sat Feb  7 23:54:29 1998   Robert Lipe  <robertl@dgii.com>
5044
5045         * gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
5046         <fcntl.h>.
5047         (free_path_suffix): Remove unreferenced static function.
5048         (process_command): Remove unused variable temp.
5049         (default_arg): Remove unused variable i.
5050         (do_spec_1):  Add parens for assignment used as truth value.
5051         (main): Likewise.
5052         (validate_all_switches): Likewise.
5053         (main): Remove unused variables i, first_time>
5054
5055         * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
5056
5057         * calls.c (expand_call): Remove unused variables funtree,
5058         n_regs, and tmpmode.
5059
5060         * dbxout.c, except.c: Include <string.h>/<strings.h>.
5061
5062         * explow.c: (plus_constant_for_output_wide) Removed unused
5063         variable all_constant.
5064
5065         * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
5066         genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
5067         genrecog.c, global.c, integrate.c , stupid.c : Include
5068         <stdlib.h>.
5069
5070         * genextract.c: (walk_rtx) Remove unused variable link.
5071
5072         * genrecog.c: (concat) Remove unreferenced static function.
5073
5074         * prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
5075
5076         * stmt.c: Include <stdlib.h>.
5077         (expand_asm_operands): Remove unused variable val1.
5078         (expand_return): Remove unused variable block.
5079         (pushcase): Remove unused variables l and n.
5080         (pushcaserange): Likewise.
5081
5082         * unroll.c (unroll_loop): Remove unused variable temp.
5083
5084 Sat Feb  7 23:46:09 1998  Greg McGary  <gkm@gnu.org>
5085
5086         * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
5087
5088 Sat Feb  7 15:11:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5089
5090         * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
5091         functions for whether they support the %p format specifier.
5092         * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf.
5093         * configure.in (GCC_FUNC_PRINTF_PTR): Use it.
5094         * configure, config.in: Rebuild.
5095
5096 Fri Feb  6 14:20:16 1998  Jim Wilson  <wilson@cygnus.com>
5097
5098         * function.c (assign_parms): New variable named_arg, with value
5099         depending on STRICT_ARGUMENT_NAMING.  Use instead of ! last_named.
5100
5101 Fri Feb  6 14:34:28 1998  Gavin Koch  <gavin@cygnus.com>
5102
5103         * mips/t-r3900: New - same as t-ecoff but eliminate
5104         multilibs: mips1 and mips3.
5105         * configure.in (tx39*): Use new mips/t-r3900.
5106         * configure: Rebuild.
5107         * mips/r3900.h (MULTILIB_DEFAULTS): Eliminate mips1.
5108
5109 1998-02-06  Jason Merrill  <jason@yorick.cygnus.com>
5110
5111         * dwarf2out.c: Add old_args_size.
5112         (dwarf2out_args_size): Use it.
5113         (dwarf2out_begin_prologue): Initialize it.
5114         (dwarf2out_stack_adjust): If !asynchronous_exceptions, save up
5115         pushed args until we see a call.
5116         * final.c (final_scan_insn): Hand CALL_INSNs off to the dwarf2 code
5117         before outputting them.
5118
5119 1998-02-06  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
5120
5121         * cplus-dem.c (demangle_template_template_parm): New function.
5122         (demangle_template): Handle template template parameters.
5123
5124 1998-02-02  Mark Mitchell  <mmitchell@usa.net>
5125
5126         * calls.c (expand_call): Don't confuse member functions named
5127         realloc, setjmp, and so forth with the standard library
5128         functions of the same names.
5129
5130 Thu Feb  5 21:59:49 1998  Jeffrey A Law  (law@cygnus.com)
5131
5132         * stmt.c (expand_asm_operands): Correctly identify asm statements
5133         no output operands.
5134
5135 Thu Feb  5 21:56:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
5136
5137         * c-common.c (decl_attributes): Flag unrecognized attribute
5138         functions as warnings instead of as errors.
5139
5140 1998-02-05  Marc Lehmann  <pcg@goof.com>
5141
5142         * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
5143         when -Os is specified.
5144         * toplev.c (main): Don't disable flag_inline_functions anymore when
5145         -Os is in effect.
5146
5147 Fri Feb  6 00:27:36 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5148
5149         * regmove.c: Update.
5150         * flags.h (flag_regmove): Declare.
5151         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Don't declare.
5152         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2):
5153         Moved into regmove; changed caller.
5154         * toplev.c (rest_of_compilation): Call regmove_optimize also for
5155         expensive_optimizations.
5156
5157 Thu Feb 5 13:38:42 PST 1998 Jeff Law  (law@cygnus.com)
5158
5159         * version.c: Bump for snapshot.
5160
5161 Thu Feb  5 01:45:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5162         Undo this change (the problem was actually in reload):
5163         Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5164
5165           * sh.md (movqi_i+1): New peephole.
5166
5167 Tue Feb  3 01:11:12 1998  Jeffrey A Law  (law@cygnus.com)
5168
5169         * jump.c (jump_optimize): Lose calls to modified_in_p they are
5170         not needed anymore due to changes elsewhere in jump.c.
5171
5172         * jump.c (jump_optimize): Fix first arg to modified_in_p in
5173         previous change.
5174
5175 Mon Feb  2 19:18:14 1998  Richard Henderson  <rth@cygnus.com>
5176
5177         * expr.c (expand_builtin_setjmp): Accept two new arguments for
5178         the labels to branch to on first and subsequent executions.  Don't
5179         play with __dummy.  Rename `setjmp' insn to `builtin_setjmp_setup',
5180         and provide it with the jmp_buf.  Use only one of
5181         `builtin_setjmp_receiver' or `nonlocal_goto_receiver',
5182         and provide the former with the target label.
5183         (expand_builtin) [BUILTIN_SETJMP]: Generate a label for use by setjmp.
5184         (expand_builtin) [BUILTIN_LONGJMP]: Split out to ...
5185         (expand_builtin_longjmp): ... here.  Recognize a `builtin_longjmp'
5186         insn to replace all of the normal nonlocal_goto code.  Don't play
5187         with __dummy.  Correct arguments to nonlocal_goto.
5188         * expr.h (expand_builtin_setjmp): Update prototype.
5189         * except.c (start_dynamic_handler): When using builtin_setjmp,
5190         generate more accurate flow information.
5191
5192         * alpha.md (nonlocal_goto_receiver_osf): Delete.
5193         (nonlocal_goto_receiver_vms): Rename to nonlocal_goto_receiver.
5194         (builtin_longjmp, builtin_setjmp_receiver): New.
5195         * sparc.md (update_return): Disambiguate unspec number.
5196         (nonlocal_goto): Rearrange arguments to match caller in except.c.
5197         (builtin_setjmp_setup): Rename from setjmp.  Match and ignore the
5198         jmp_buf operand.
5199         * mips.md (nonlocal_goto_receiver, builtin_setjmp_receiver): Remove.
5200         (builtin_setjmp_setup*, builtin_longjmp): New.
5201
5202 Mon Feb  2 16:43:10 1998  John Carr  <jfc@mit.edu>
5203
5204         * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
5205
5206 Mon Feb  2 13:06:47 1998  Jim Wilson  <wilson@cygnus.com>
5207
5208         * vmsconfig.com: Remove bytecode references.
5209
5210 1998-01-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5211
5212         * dwarf2out.c (dwarf2out_frame_init): Undo last change, so that
5213         -fno-sjlj-exceptions works for a target that defines
5214         DWARF2_UNWIND_INFO as zero.
5215
5216         * regmove.c (fixup_match_1): Undo last change which removed some
5217         "useless" code, and add a comment explaining this.
5218
5219 Mon Feb  2 10:47:14 1998  Gavin Koch  (gavin@cygnus.com)
5220
5221         * mips.c (mips_expand_prologue): Change uses of TARGET_64BIT
5222         to TARGET_LONG64.
5223
5224 Mon Feb  2 10:38:41 1998  Klaus Kaempf  <kkaempf@progis.de>
5225
5226         * makefile.vms: Remove bytecode references.
5227         Create genrtl files.
5228
5229 Mon Feb  2 02:08:04 1998  Michael P. Hayes  <michaelh@ongaonga.chch.cri.nz>
5230
5231         * jump.c (jump_optimize): Allow conditional loading of floating point
5232         constants and constants from memory.  Reinstalled modified_in_p tests.
5233
5234 Mon Feb  2 01:38:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5235
5236         * loop.c (get_condition): Handle sign-extended constants.
5237
5238 Mon Feb  2 01:22:46 1998  Hans-Peter Nilsson  <hp@axis.se>
5239
5240         * expr.c (emit_push_insn): Add code to use movstrti if present.
5241
5242         * expr.c (emit_push_insn): Use same max-move-amount for movstrhi
5243         and movstrqi as in emit_block_move ().
5244
5245 Mon Feb  2 00:09:52 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
5246
5247         * config/m68k/x-next: Remove /NextDeveloper/Headers from
5248         the directories to fixinclude - /usr/include is a link
5249         to it and hence its contents are fixed by default.
5250
5251 Sun Feb  1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5252
5253         * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
5254
5255 Sun Feb  1 13:01:15 1998  Klaus Kaempf  <kkaempf@progis.de>
5256
5257         * cccp.c (main): Predefine __VMS_VER on VMS.
5258
5259 Sun Feb  1 12:39:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5260
5261         * expr.c (get_inner_reference): Use sbitsizetype for type sizes.
5262         * fold-const.c (size_int): Replace with
5263         (size_int_wide).
5264         (make_bit_field_ref): Use bitsize_int for bit position.
5265         * stor-layout.c (sizetype): Delete.
5266         (sizetype_tab, sbitsizetype, ubitsizetype): Declare.
5267         (layout_record, layout_union, layout_type):
5268         Use bitsize_int for bit size.
5269         (set_sizetype): New function.
5270         (make_signed_type, make_unsigned_type): Use it.
5271         * c-decl.c (init_decl_processing): Likewise.
5272         * tree.h (size_int): Don't delcare, #define.
5273         (size_int_wide, sizetype_tab, sbitsize, ubitsize): Declare.
5274         (set_sizetype): Declare.
5275         (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
5276         Define.
5277         * c-typeck.c (c_sizeof, c_sizeof_nowarn, c_size_in_bytes):
5278         Convert result to sizetype.
5279         (really_start_incremental_init, push_init_level):
5280         Set type of constructor_bit_index to sbitsizetype.
5281         (push_init_level): Use unsigned arithmetic to determine padding.
5282         (output_init_element): Likewise.
5283
5284 Sun Feb  1 03:32:07 1998  Jeffrey A Law  (law@cygnus.com)
5285
5286         * combine.c (simplify_shift_const): Fix typo in last change.
5287
5288 Sun Feb  1 02:50:46 1998  John Carr  <jfc@mit.edu>
5289
5290         * combine.c (simplify_shift_const):  (lshiftrt (truncate (lshiftrt)))
5291         is (truncate (lshiftrt)).
5292
5293 Sun Feb  1 01:06:53 1998  Richard Henderson  <rth@cygnus.com>
5294
5295         * alpha.c (alpha_expand_unaligned_load): Use expand_binop properly.
5296         Make sure result winds up in TGT.
5297         (alpha_expand_unaligned_store): Use expand_binop properly.  Allow
5298         src to be other than DImode.
5299         (alpha_expand_unaligned_load_words): Tidy.  Take an offset argument.
5300         (alpha_expand_unaligned_store_words): Likewise.
5301         (alpha_expand_block_move): Use REGNO_POINTER_ALIGN.  Restructure so
5302         that source and destination are separately optimized for alignment.
5303         (alpha_expand_block_clear): Use REGNO_POINTER_ALIGN.
5304
5305 Sun Feb  1 01:55:09 1998  Jeffrey A Law  (law@cygnus.com)
5306
5307         * mips.md (adddi3_internal_2): Be consistent with adddi3 expander
5308         with handling of -32768.
5309
5310 Sun Feb  1 01:48:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5311
5312         * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
5313         shell variable argument instead of only hard coded functions.
5314         (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
5315
5316         * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
5317         call.  Collapse multiple calls to GCC_NEED_DECLARATION into one
5318         call to GCC_NEED_DECLARATIONS (new macro.)  Check if we need
5319         declarations for bcopy, bcmp and bzero.
5320
5321         * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
5322
5323         * gansidecl.h: If we have bcopy but don't declare it, then do so.
5324         Likewise for bcmp and bzero.  Only define macros for bcopy, bcmp,
5325         bzero, index and rindex if they aren't already present.
5326
5327 Sat Jan 31 11:26:58 1998  Jeffrey A Law  (law@cygnus.com)
5328
5329         * toplev.c (close_dump_file): Wrap function prototype for
5330         argument "func" in PROTO.
5331         (dump_rtl): Likewise.
5332
5333 Fri Jan 30 22:30:39 1998  John Carr  <jfc@mit.edu>
5334
5335         * sparc.c (sparc_override_options): Make v8plus and ultrasparc set
5336         MASK_V8PLUS.
5337         (output_function_epilogue): Omit epilogue if nothing drops through.
5338         (output_move_double): Supress int ldd usage on ultrasparc and v9.
5339         (registers_ok_for_ldd_peep): Likewise.
5340         (print_operand): Supress b,a on ultrasparc.  Let Y accept a constant.
5341         (ultrasparc_adjust_cost): New function.
5342         (sparc_issue_rate): New function.
5343         * sparc.h (MASK_VIS, TARGET_VIS): New
5344         (MASK_V8PLUS, TARGET_V8PLUS): New.
5345         (TARGET_HARD_MUL32, TARGET_HARD_MUL): New.
5346         (TARGET_SWITCHES): Add vis and v8plus.
5347         (REG_CLASS_FROM_LETTER): Accept d and b for VIS.
5348         (REGISTER_MOVE_COST): FP<->INT move cost 12 for ultrasparc.
5349         (RTX_COSTS): Use TARGET_HARD_MUL
5350         (ADJUST_COST): Call ultrasparc_adjust_cost.
5351         (ISSUE_RATE): New.
5352         * sparc.md (attr type): Add sload, fpmove, fpcmove.  Adjust users
5353         of load & fp appropritely.
5354         (supersparc function units): Adjust for Haifa.
5355         (ultrasparc function units): Likewise.
5356         (get_pc_via_rdpc): All v9, not just arch64.
5357         (movdi_v8plus, movdi_v8plus+1): New.
5358         (adddi3_sp32+1): New.
5359         (subdi3_sp32+1): New.
5360         (movsi_insn, movsf_const_insn, movdf_const_insn): Know VIS.
5361         (addsi3, subsi3, anddi3_sp32, andsi3, and_not_di_sp32): Likewise.
5362         (and_not_si, iordi3_sp32, iorsi3, or_not_di_sp32, or_not_si): Likewise.
5363         (xorsi3_sp32, xorsi3, xor_not_di_sp32, xor_not_si): Likewise.
5364         (one_cmpldi2_sp32, one_cmplsi2): Likewise.
5365         (ldd peepholes): Suppress for v9.
5366         (return_adddi): Kill redundant test.  Arg1 may be arith_operand.
5367         (return_subsi): Revmove.
5368
5369 Fri Jan 30 18:30:03 1998  John F Carr  <jfc@mit.edu>
5370
5371         * mips.c (save_restore_insns): Set RTX_UNCHANGING_P in register
5372         save/restore MEM rtl.
5373
5374 Fri Jan 30 09:08:16 1998  Jeffrey A Law  (law@cygnus.com)
5375
5376         * configure.in: Check for declaration of abort.
5377         * acconfig.h: Corresponding changes.
5378         * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should
5379         be declared.
5380
5381 Thu Jan 29 20:26:12 1998  Jeffrey A Law  (law@cygnus.com)
5382
5383         * genattrtab.c (optimize): Define in case PRESERVE_DEATH_INFO_REGNO_P
5384         uses it.
5385
5386 Thu Jan 29 09:27:56 PST 1998 Jeff Law  (law@cygnus.com)
5387
5388         * version.c: Bump for snapshot.
5389
5390 Thu Jan 29 10:12:27 1998  Jeffrey A Law  (law@cygnus.com)
5391
5392         * configure.in: Check for atoq and atoll.
5393         * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
5394         proper routine for converting ascii into long long values.
5395
5396 Thu Jan 29 01:28:14 1998  Klaus Kaempf  <kkaempf@progis.de>
5397
5398         * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.
5399
5400         * vmsconfig.com: Remove bytecode references.
5401
5402         * alpha/vms.h (PREFIX): Define.
5403
5404         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.
5405
5406         * am-alpha.h: Don't include alloca for OPEN_VMS.
5407
5408         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Define.
5409
5410         * alpha/xm-vms.h (INCLUDE_DEFAULTS): Define.
5411         (GCC_INCLUDE_DIR): Define
5412
5413         * make-cc.com, make-cccp.com, make-cc1.com: Removed.
5414         * makefile.vms: New file.
5415
5416         * alpha/vms.h (CPP_PREDEFINES): Remove -Dalpha.
5417
5418         * alpha.c (output_prolog): Output '.name' directive
5419         for minimal traceback information.
5420
5421         * alpha.c (output_prolog): Don't prepend entry point symbols
5422         with '$' on OPEN_VMS.
5423
5424 Thu Jan 29 00:25:35 1998  David S. Miller  <davem@tanya.rutgers.edu>
5425                           Jeffrey A Law  (law@cygnus.com)
5426
5427         * rtl.c (read_rtx): Use atol/atoq based upon disposition of
5428         HOST_WIDE_INT.
5429
5430         * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
5431         as needed.
5432         * genemit.c (gen_exp): Likewise.
5433         * genpeep.c (match_rtx): Likewise.
5434         * genrecog.c (write_tree_1): Likewise.
5435
5436         * c-lex.c (yyprint): Use proper format string based upon
5437         disposition of HOST_BITS_PER_WIDE_INT.
5438         (yylex): Put casts in right place for args to build_int_2.
5439
5440 Thu Jan 29 00:24:29 1998  Jeffrey A Law  (law@cygnus.com)
5441
5442         * combine.c: Fix typos in Jan27 changes.
5443
5444 Thu Jan 29 00:07:49 1998  Ollivier Robert <roberto@keltia.freenix.fr>
5445
5446         * i386/freebsd.h (LIB_SPEC): Correctly handle -shared, -p and friends.
5447         (LINK_SPEC): Likewise.
5448         (STARTFILE_SPEC): Likewise.
5449
5450 1998-01-28  Mike Stump  <mrs@wrs.com>
5451
5452         * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
5453         reload completes.
5454         * genattrtab.c (reload_completed): Define.
5455
5456         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
5457         comments.
5458
5459 Wed Jan 28 20:11:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5460
5461         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
5462         SUBREG_REG if the word count is unchanged, also in the input reload
5463         case.  Disable non-applicable sanity checks.
5464
5465 Wed Jan 28 20:08:26 1998  Jeffrey A Law  (law@cygnus.com)
5466
5467         * config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
5468
5469 Wed Jan 28 20:04:43 1998  Ian Lance Taylor  <ian@cygnus.com>
5470
5471         * i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
5472
5473 Wed Jan 28 11:45:27 1998  Per Bothner  <bothner@cygnus.com>
5474
5475         * dbxout.c (dbxout_type):  For a RECORD_TYPE, check that TYPE_BINFO
5476         is a TREE_VEC before trying to use it for baseclasses.
5477         (Chill uses the same field for a different purpose.)
5478
5479         * toplev.c (strip_off_ending):  Generalize to endings up to 5 chars.
5480
5481 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
5482
5483         * config.sub: More accurate determination of HP processor types.
5484
5485 Tue Jan 27 23:11:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5486
5487         * c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.  Add
5488         prototype for `handle_sysv_pragma', and make it static.  Add
5489         parentheses around assignment used as truth value.
5490
5491         * combine.c (combine_instructions): Protect variable `prev' with
5492         macro HAVE_cc0.
5493         (can_combine_p): Protect variable `link' with AUTO_INC_DEC.
5494         (extract_left_shift): Add parentheses around operand of &.
5495         (merge_outer_ops): Avoid an empty body in an else-statement.
5496         (gen_rtx_combine): Remove unused variable `i'.
5497
5498         * sparc/gmon-sol2.c: Include <fcntl.h>.  Make return type of
5499         function monstartup `void'.  Likewise for internal_mcount.  Add
5500         `static void' prototype for moncontrol.  Reconcile sprintf format
5501         vs. args.
5502
5503         * sparc/sparc.c: Include <stdlib.h> and <string.h>/<strings.h>.
5504         Make return type of function_arg_slotno explicitly `int'.
5505         (reg_unused_after): Add parentheses around assignment used as
5506         truth value.
5507         (save_regs): Add explicit braces to avoid ambiguous `else'.
5508         (function_arg_slotno): Add parentheses around && within ||.
5509         (function_arg_pass_by_reference): Likewise.
5510         (sparc_flat_output_function_prologue): Reconcile fprintf format
5511         vs. args.
5512
5513         * svr4.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
5514         assignment used as truth value.
5515
5516         * cplus-dem.c: Include <stdlib.h>.
5517         (demangle_signature): Avoid an empty body in an else-statement.
5518         (do_type): Remove unused variable `lvl'.
5519
5520         * cppexp.c: Don't have <stdlib.h> depend on MULTIBYTE_CHARS.
5521         Include <string.h>/<strings.h>.
5522         (cpp_lex): Remove unused variable `namelen'.
5523         (cpp_lex): Explicitly declare `num_chars' as an int.
5524
5525         * cpplib.c: Avoid duplicate inclusion of <stdlib.h>, include
5526         <unistd.h> instead.  Explicitly declare is_system_include
5527         returning int.
5528         (make_assertion): Remove unused variable `kt'.
5529         (cpp_expand_to_buffer): Hide variable `obuf'.
5530         (output_line_command): Remove unused variables, `line_end',
5531         `line_cmd_buf' and `len'.
5532         (macarg): Remove unused variable `arg_start'.
5533         (special_symbol): Remove unused variable `i'.  Add parentheses
5534         around assignment used as truth value.
5535         (do_include):  Remove unused variables `pcfname' and `retried',
5536         hide `pcf' and `pcfbuflimit'.
5537         (do_line): Remove unused variable `i'.
5538         (finclude): Hide variable `missing_newline'.
5539         (cpp_handle_options): Remove unused variable `j'.
5540         (read_token_list): Remove unused variable `eofp'.
5541         (cpp_error_with_line): Remove unused variable `i'.
5542         (cpp_warning_with_line): Likewise.
5543         (cpp_pedwarn_with_line): Explicitly declare `column' as int.
5544         (cpp_error_from_errno): Remove unused variable `i'.
5545
5546         * cse.c (invalidate): Add parentheses around assignment used as
5547         truth value.
5548         (find_best_addr): Move declaration of variable `our_cost' inside
5549         the conditional macro where its used.
5550         (fold_rtx): Avoid an empty body in an if-statement.
5551         (cse_insn): Wrap variables  `this_insn_cc0_mode' and
5552         `this_insn_cc0' in macro HAVE_cc0.
5553
5554         * dwarf2out.c: Include <stdlib.h> and <string.h>/<string.h>.
5555         (ASM_OUTPUT_DWARF_DATA8):  Reconcile format vs. args in fprintf's.
5556         (output_uleb128): Likewise.
5557         (output_sleb128): Likewise.
5558         (output_cfi): Likewise.
5559         (output_call_frame_info): Remove unused variables `j', `fde_size'
5560         and `fde_pad'.
5561         (comp_unit_has_inlines): Hide declaration as per rest of file.
5562         (size_of_line_prolog): Correct typo in prototype.
5563         (add_arange): Likewise.
5564         (output_aranges): Likewise.
5565         (add_name_and_src_coords_attributes): Likewise.
5566         (gen_array_type_die): Likewise.
5567         (gen_inlined_subroutine_die): Likewise.
5568         (equate_decl_number_to_die): Remove unused variable `i'.
5569         (print_die): Reconcile format vs. args in fprintf's.
5570         (print_dwarf_line_table): Likewise.
5571         (output_die): Likewise.
5572         (output_line_info): Likewise.
5573         (add_subscript_info): Avoid an empty body in an else-statement.
5574         (gen_subprogram_die): Remove unused variable `fp_loc'.
5575
5576         * dwarfout.c: Explicitly declare `next_pubname_number' as int.
5577         Protect `ordering_attribute' prototype with USE_ORDERING_ATTRIBUTE
5578         macro.  Protect `src_coords_attribute' prototype with
5579         DWARF_DECL_COORDINATES macro.  Hide `output_entry_point_die'
5580         prototype as in the rest of the file.  Likewise for
5581         `output_pointer_type_die' and `output_reference_type_die'.  Remove
5582         prototype for `type_of_for_scope'.
5583         (output_unsigned_leb128): Reconcile format vs. args in fprintf.
5584         (type_attribute): Add explicit braces to avoid ambiguous `else'.
5585
5586         * final.c: Include <stdlib.h> and <string.h>/<strings.h>.
5587         (shorten_branches): Protect declaration of tmp_length with
5588         SHORTEN_WITH_ADJUST_INSN_LENGTH and ADJUST_INSN_LENGTH macros.
5589         (profile_function): Protect declaration of `sval' and `cxt'
5590         variables with appropriate macros.
5591         (final_scan_insn): Likewise for `note' variable.  Add explicit
5592         braces to avoid empty body in an if-statement.
5593         (output_asm_insn): Move variable `i' inside macro conditional
5594         where it is used.  Add parentheses around assignment used as truth
5595         value.
5596         (asm_fprintf) Likewise, likewise.
5597
5598         * fix-header.c (main): Remove unused variable `done'.  Protect
5599         declaration of `i' with FIXPROTO_IGNORE_LIST.
5600
5601         * pexecute.c: Include <unistd.h>.  Prototype `my_strerror'.
5602
5603         * print-rtl.c (print_inline_rtx): Explicitly declare the parameter
5604         `ind'.
5605
5606         * profile.c: Include <string.h>/<strings.h>.
5607         (instrument_arcs): Remove unused variables `note', `inverted',
5608         `zero' and `neg_one'.
5609         (branch_prob): Avoid empty body in an if-statement.
5610
5611         * regclass.c: Include <stdlib.h>.
5612         (reg_alternate_class): Explicitly declare parameter `regno'.
5613
5614         * regmove.c (regmove_optimize): Remove unused variable `p'.  Add
5615         parentheses around assignment used as truth value.
5616         (find_matches):  Remove unused variables `output_operand' and
5617         `matching_operand'.
5618         (fixup_match_1): Remove statement with no effect: "if (0) ;".
5619
5620         * scan.c (sstring_append): Explicitly declare `count' as int.
5621         (scan_string): Explicitly declare parameter `init' as int.
5622
5623         * sched.c: Include <stdlib.h>.
5624         (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
5625         (rank_for_schedule): Add parentheses around assignment used as
5626         truth value.
5627         (schedule_block): Likewise.
5628         (regno_use_in): Likewise.
5629         (schedule_insns): Remove unused variable `i'.
5630
5631         * toplev.c: Include <stdlib.h> and <string.h>/<strings.h>.
5632         (v_message_with_decl): Remove unused variable `n'.
5633         (botch): Explicitly declare parameter `s' as char *.
5634         (main): Add parentheses around assignment used as truth value.
5635
5636         * tree.c (make_node): Protect the variable `kind' with the
5637         GATHER_STATISTICS macro.
5638         (real_value_from_int_cst): Move variable `e' inside conditional
5639         macro area where it is used.
5640         (tree_last): Add parentheses around assignment used as truth value.
5641         (build1): Protect the variable `kind' with the GATHER_STATISTICS
5642         macro.
5643         (print_obstack_statistics): Reconcile format vs. args in fprintf.
5644         Protect variables `i', `total_nodes', and `total_bytes' with the
5645         GATHER_STATISTICS macro.
5646
5647 Tue Jan 27 23:01:55 1998  Mike Stump  (mrs@wrs.com)
5648
5649         * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
5650         some comments regarding use of dead_or_set_p.
5651
5652 Tue Jan 27 22:14:48 1998  Todd Vierling <tv@pobox.com>
5653
5654         * fixincludes: Tweak fix for struct exception in math.h
5655
5656 Tue Jan 27 17:21:09 1998  Gavin Koch  (gavin@cygnus.com)
5657
5658         * mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
5659         Change mode of registers used to add/sub from
5660         hard_frame_pointer_rtx from word_mode to Pmode.
5661
5662 Tue Jan 27 11:02:04 1998  Nick Clifton  <nickc@cygnus.com>
5663
5664         * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
5665         asm_output_aligned_bss() instead of asm_output_bss().
5666
5667         * toplev.c (rest_of_compilation): Replace references to
5668         stack_reg_dump_file and dbr_sched_dump_file with references to
5669         rtl_dump_file.
5670
5671 Tue Jan 27 10:22:13 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
5672
5673         * tlink.c (scan_linker_output): Call fclose() for opened files.
5674
5675 Tue Jan 27 05:05:26 1998  Richard Henderson  <rth@cygnus.com>
5676
5677         * alpha.c (output_epilog [!VMS]): Don't tag global functions if
5678         compiling with -fpic -- we want to be able to override symbols
5679         properly.
5680         (alpha_expand_block_move): Fix thinko in last change.
5681
5682         * alpha.h (ASM_OUTPUT_MI_THUNK): New define.
5683         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
5684         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.
5685
5686 Tue Jan 27 03:21:23 1998  Richard Henderson  <rth@cygnus.com>
5687
5688         * alpha.md (abssf, absdf): Revert last change.
5689
5690 Tue Jan 27 00:26:50 1998  John Carr  <jfc@mit.edu>
5691
5692         * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
5693         * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.
5694
5695 Tue Jan 27 00:07:02 1998  Jeffrey A Law  (law@cygnus.com)
5696
5697         * emit-rtl.c (gen_lowpart_common): Handle more case where converting
5698         a CONST_INT into SFmode.
5699
5700 Tue Jan 20 16:01:03 1998  Anthony Green  <green@cygnus.com>
5701
5702         * flags.h: New flag (optimize_size).
5703         * toplev.c (main): Parse -Os option and set optimize_space
5704         accordingly.
5705         * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
5706         __OPTIMIZE_SIZE__ when compiling with -Os.
5707         * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
5708         config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
5709         config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
5710         to macro.
5711         * config/i386/i386.c (optimization_options): Accept new SIZE argument.
5712
5713 Mon Jan 26 23:57:39 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5714
5715         * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
5716         stuff only if MCT_TEXT is #define'd.
5717
5718 Mon Jan 26 23:52:51 1998  Markus F.X.J. Oberhumer <k3040e4@c210.edvz.uni-linz.ac.at>
5719
5720         * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
5721         configurations.
5722
5723 Fri Jan 23 09:39:36 1998  Nick Clifton  <nickc@cygnus.com>
5724
5725         * toplev.c: Add -dM command line option to dump RTL after the
5726         machine dependent reorganisation pass, if there is one.
5727         Reorganise RTL dump code, so that only one file handle is
5728         needed.
5729
5730 Mon Jan 26 12:09:42 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
5731
5732         * except.c (check_exception_handler_labels): Disable warning when
5733         flag_syntax_only.
5734
5735 Mon Jan 26 18:17:32 1998  Jim Wilson  <wilson@cygnus.com>
5736
5737         * sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.
5738
5739 Mon Jan 26 18:11:30 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5740
5741         * c-decl.c (grokdeclarator): Get parameter tags from
5742         last_function_parm_tags.
5743         * dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
5744         traversing the parameter types.
5745         (output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.
5746
5747 Mon Jan 26 01:44:12 1998  Jeffrey A Law  (law@cygnus.com)
5748
5749         * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
5750         the default case.
5751         (get_shift_alg): Fix typo.
5752
5753 Sun Jan 25 22:22:04 1998  Richard Henderson  <rth@cygnus.com>
5754
5755         * alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
5756
5757 Sun Jan 25 22:14:28 1998  Richard Henderson  <rth@cygnus.com>
5758
5759         * toplev.c (get_run_time): Make sure each case gets its variables.
5760
5761 Sun Jan 25 22:10:21 1998  Richard Henderson  <rth@cygnus.com>
5762
5763         * configure.in (build_xm_file): Add auto-config.h if host=build.
5764         (host_xm_file_list): Don't add $(srcdir) to auto-config.h.
5765         (build_xm_file_list): Likewise.
5766         * configure: Rebuild.
5767
5768 Sun Jan 25 22:00:25 1998  Alasdair Baird <alasdair@wildcat.demon.co.uk>
5769
5770         * recog.c (validate_replace_rtx_1): Only perform substitutions
5771         of arguments to commutative and comparison operators once.
5772
5773 Sun Jan 25 12:30:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5774
5775         * sparc.c (output_cbranch): Add default case in
5776         enumeration switch.
5777
5778         * reorg.c (insn_sets_resource_p): Correct typo in prototype.
5779         (emit_delay_sequence): Eliminate unused parameter, all callers
5780         changed.
5781         (fill_simple_delay_slots): Likewise.
5782         (fill_slots_from_thread): Likewise.
5783         (fill_eager_delay_slots):  Likewise.
5784         (mark_referenced_resources): Add default case in enumeration switch.
5785         (mark_set_resources): Likewise.
5786         (rare_destination): Likewise.
5787         (mostly_true_jump): Likewise.
5788         (find_dead_or_set_registers): Likewise.
5789         (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
5790         (update_reg_unused_notes): Remove unused variable `p'.
5791         (mark_target_live_regs): Remove unused variables `next' and
5792         `jump_count'.
5793         (fill_simple_delay_slots): Remove unused variable `j'.
5794         (fill_slots_from_thread): Add parentheses around assignment used
5795         as truth value.
5796         (dbr_schedule): Likewise.
5797
5798         * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
5799         (objc.stage2, objc.stage3, objc.stage4): Likewise.
5800
5801 Sun Jan 25 12:13:47 1998  Michael Tiemann  <michael@tiemann.org>
5802
5803         * cse.c (simplify_ternary_operation): Don't try to simplify
5804         IF_THEN_ELSE expressions (created by combine) that don't use
5805         relational operators.
5806
5807 Fri Jan 23 22:48:24 1998  Jeffrey A Law  (law@cygnus.com)
5808
5809         * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
5810         simplifications.
5811
5812         * crtstuff.c (init_dummy): Keep the epilogue in the init
5813         section for non-ELF systems.
5814
5815 Fri Jan 23 23:28:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5816
5817         * sh.md (movqi_i+1): New peephole.
5818
5819 Fri Jan 23 15:39:42 1998  Jim Wilson  <wilson@cygnus.com>
5820
5821         * Makefile.in: Remove remaining bytecode stuff.
5822         * emit-rtl.c, expr.c: Likewise.
5823
5824 Fri Jan 23 12:41:10 1998  Nick Clifton  (nickc@cygnus.com)
5825
5826         * toplev.c (lang_options): Add unknown-pragma options.
5827
5828 Thu Jan 22 23:43:38 1998  Per Bothner  <bothner@cygnus.com>
5829
5830         * dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
5831         special (and incomplete) handling for Chill arrays.
5832
5833 Fri Jan 23 00:27:23 1998  John Carr  <jfc@mit.edu>
5834
5835         * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
5836         to get clock rate.
5837
5838 Fri Jan 23 00:19:36 1998  Gavin Koch  (gavin@cygnus.com)
5839
5840         * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
5841
5842 1998-01-22  scott snyder  <snyder@d0sgif.fnal.gov>
5843
5844         * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
5845         .frame directive instead of FRAME_POINTER_REGNUM.
5846
5847 Fri Jan 23 00:08:55 1998  Robin Kirkham <rjk@mlb.dmt.csiro.au>
5848
5849         * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
5850         (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
5851         * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
5852         (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
5853         (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
5854         * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
5855         (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
5856         (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
5857         mcpu32 or m5200.
5858         * longlong.h: Replace __mc68332__ with __mcpu32__.
5859
5860 Thu Jan 22 19:55:40 PST 1998 Jeff Law  (law@cygnus.com)
5861
5862         * version.c: Bump for snapshot.
5863
5864 Thu Jan 22 14:47:31 1998  Jim Wilson  <wilson@cygnus.com>
5865
5866         * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
5867         to require the SUBREG mode to be smaller than the SUBREG_REG mode.
5868         * reload1.c (eliminate_regs): Likewise.
5869
5870 Thu Jan 22 14:49:14 1998  Jeffrey A Law  (law@cygnus.com)
5871
5872         * regmove.c (find_matches): Initialize matches->earlyclobber too.
5873
5874 Thu Jan 22 01:40:52 1998  Richard Henderson  <rth@cygnus.com>
5875
5876         * alpha.md (abssf2, absdf2): Disable in IEEE mode.
5877         (negsf2, negdf2): Use proper subtract in IEEE mode.
5878
5879 Tue Jan 20 09:29:09 1998  Jeffrey A Law  (law@cygnus.com)
5880
5881         * Makefile.in: Remove more bytecode stuff.
5882         * expr.c, stmt.c, config/msdos/top.sed: Likewise.
5883         * vax/xm-vms.h, winnt/config-nt.sed: Likewise.
5884         * f/install.texi, objc/Make-lang.in: Likewise.
5885
5886         * Makefile.in: Remove all bytecode support.
5887         (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
5888         * emit-rtl.c: Remove all bytecode support.
5889         * expr.c, expr.h function.c, integrate.c: Likewise.
5890         * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
5891         * tree.h, varasm.c: Likewise.
5892         * config/m68k/m68k.h: Likewise.
5893         * bi-*, bc-*, bytecode*: Delete bytecode related files.
5894         * modemap.def: Likewise.
5895
5896 Tue Jan 20 09:02:31 1998  Gavin Koch  (gavin@cygnus.com)
5897
5898         * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
5899         umodsi3,umoddi3): Handle mips16 div/mod by a constant.
5900
5901 Mon Jan 19 21:57:00 1998  Richard Henderson  <rth@cygnus.com>
5902
5903         * i386.md (push): Prohibit symbolic constants if flag_pic.
5904         (movsi+1): Likewise for move to non-register.
5905
5906 Mon Jan 19 11:15:38 1998  Jim Wilson  <wilson@cygnus.com>
5907
5908         * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
5909         (print_operand): Handle 0xffffffff on 32 bit host.
5910
5911         * configure.in (thread_file): Rename uses before main loop to
5912         target_thread_file.  Initialize to empty in main loop.  Set thread_file
5913         to target_thread_file after main loop if not set.
5914         * configure: Rebuild.
5915
5916         * genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
5917         (add_values_to_cover): Revert last change (which had no ChangeLog
5918         entry).
5919         (simplify_with_current_value_aux): Handle CONST_INT.
5920
5921 Mon Jan 19 10:14:55 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5922
5923         * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
5924
5925 Mon Jan 19 10:11:52 1998  Richard Henderson  <rth@cygnus.com>
5926
5927         * configure.in: Add cpp stringify test.
5928         * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
5929         * gengenrtl.c: Use it.
5930         * configure, config.in: Rebuild.
5931
5932 Mon Jan 19 09:43:15 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5933
5934         * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
5935
5936 Mon Jan 19 09:38:18 1998  Richard Henderson  <rth@cygnus.com>
5937
5938         * configure.in: Find declaration for sbrk.
5939         * acconfig.h (NEED_DECLARATION_SBRK): New tag.
5940         * config.in, configure: Rebuild.
5941         * mips-tfile.c: Properly protect declaration of sbrk and free.
5942         * toplev.c: Properly protect declaration of sbrk.
5943
5944 Sun Jan 18 20:18:01 1998  Richard Henderson  <rth@cygnus.com>
5945
5946         * alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
5947
5948 Sun Jan 18 01:54:27 1998  Jeffrey A Law  (law@cygnus.com)
5949
5950         * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
5951
5952 Sun Jan 18 00:57:35 1998  Mike Stump  (mrs@wrs.com)
5953
5954         * configure.in (i960-wrs-vxworks): Default to latest vxworks release.
5955
5956 Sat Jan 17 23:41:36 1998  David S. Miller  <davem@tanya.rutgers.edu>
5957
5958         * combine.c (force_to_mode, nonzero_bits): Correctly optimize
5959         constant offset computations from objects with known alignment in
5960         the presence of STACK_BIAS.
5961
5962         * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
5963         necessary.
5964         (const_hash): Hash val is unsigned long.
5965         (SYMHASH): Likewise.
5966
5967         * tree.c (TYPE_HASH): Type of hash val is unsigned long.
5968
5969         * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
5970         char pointer, not HOST_WIDE_INT.
5971         (print_node): Likewise.  Also hash is unsigned long not
5972         HOST_WIDE_INT.
5973
5974         * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.
5975
5976         * explow.c (optimize_save_area_alloca): New function for targets
5977         where SETJMP_VIA_SAVE_AREA is true.
5978         (allocate_dynamic_stack_space): On SETJMP_VIA_SAVE_AREA targets,
5979         compute the amount of stack space needed should we find later that
5980         setjmp is never called by this function, stuff rtl for this inside
5981         a REG_NOTE of the final SET of stack_pointer_rtx.
5982         * toplev.c (rest_of_compilation): If SETJMP_VIA_SAVE_AREA and
5983         current_function_calls_alloca, call optimize_save_area_alloca.
5984
5985 Sat Jan 17 23:22:59 1998  John Wehle  (john@feith.com)
5986
5987         * i386.md: Remove redundant integer push patterns.
5988         Don't bother checking for TARGET_PUSH_MEMORY when
5989         pushing constants or registers.
5990
5991 Sat Jan 17 22:35:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
5992                           J.J VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
5993
5994         * pexecute.c (pexecute): New function for mingw32. Supports pipes.
5995         (pwait): New function for mingw32.
5996
5997         * gcc.c (execute): Mingw32 pexecute() supports pipes, but cygwin32
5998         pipe support is broken for now.
5999
6000 1998-01-17  Lee Iverson  <leei@Canada.AI.SRI.COM>
6001
6002         * emit_rtl.c (init_emit_once): Ensure that potential aliasing
6003         between frame_pointer_rtx, hard_frame_pointer_rtx, and
6004         arg_pointer_rtx is respected in initialization.
6005         (init_emit_once): Use gen_rtx_raw_REG() to create
6006         return_address_pointer_rtx.
6007
6008         * reorg.c: #include "expr.h" for rtx prototypes.
6009         * Makefile.in (reorg.o): Depend on expr.h
6010
6011 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6012
6013         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6014         local_prefix to sub-make invocations.
6015
6016 Sat Jan 17 21:24:16 1998  David T. McWherter <dtm@waterw.com>
6017
6018         * objc-parse.c: Recognize protocol qualifiers in class definitions.
6019
6020 Sat Jan 17 21:16:19 1998  Jeffrey A Law  (law@cygnus.com)
6021
6022         * rtl.h: Fix typos.
6023
6024         * acconfig.h (NEED_DECLARATION_ATOL): New declaration to check for.
6025         * configure.in: Check for atol.
6026         * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL.
6027
6028         * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
6029
6030         * loop.c (find_and_verify_loops): When attempting to move insns from
6031         inside the loop outside the loop, create a BARRIER if no suitable
6032         one was found.
6033
6034         * jump.c (jump_optimize): Remove Dec 17, 1997 chance in
6035         favor of an equivalent change from gcc-2.8.
6036
6037         * i386/x-sco5 (CC): Remove trailing whitespace.
6038
6039 Sat Jan 17 21:09:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6040
6041         * gengenrtl.c (type_from_format): De-ANSIfy function signature.
6042         (accessor_from_format): Likewise.
6043         (xmalloc): New function for use when linking with alloca.o.
6044
6045 Mon Jan  5 02:53:01 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
6046
6047         * frame.c (find_fde): Correct FDE's upper bound.
6048
6049 Fri Jan 16 16:23:52 1998  Richard Henderson  <rth@cygnus.com>
6050
6051         * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
6052
6053 Fri Jan 16 10:16:10 1998  Jeffrey A Law  (law@cygnus.com)
6054
6055         * calls.c (expand_call): Move #ifdef code out of macro argument
6056         lists.
6057         (emit_library_call, emit_library_call_value): Likewise.
6058
6059 Fri Jan 16 00:46:40 1998  Jeffrey A Law  (law@cygnus.com)
6060
6061         * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
6062
6063 Thu Jan 15 01:02:30 1998  Jeffrey A Law  (law@cygnus.com)
6064
6065         * version.c: Bump for snapshot.
6066
6067 Wed Jan 14 22:49:17 1998  Richard Henderson  <rth@cygnus.com>
6068
6069         * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
6070         change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
6071         * caller-save.c, calls.c, combine.c, cse.c: Likewise.
6072         * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
6073         * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
6074         * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
6075         * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
6076         * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
6077         * unroll.c, varasm.c: Likewise.
6078         * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
6079
6080 Wed Jan 14 19:36:08 1998  Gavin Koch  (gavin@cygnus.com)
6081
6082         * mips.h: Fix some type-o's from a previous change.
6083
6084 Wed Jan 14 01:26:05 1998  Jeffrey A Law  (law@cygnus.com)
6085
6086         * loop.c (check_dbra_loop): Make sure initial value is a
6087         CONST_INT before trying to normalize it.
6088
6089 Tue Jan 13 23:27:54 1998  Robert Lipe   (robertl@dgii.com)
6090
6091         * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
6092
6093 Tue Jan 13 22:47:02 1998  Herman ten Brugge <herman@htbrug.net.HCC.nl>
6094
6095         * cppexp.c: Include gansidecl.h
6096
6097 Tue Jan 13 22:43:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6098
6099         * svr4.h (LINK_SPEC): Never specify -h.
6100         * ptx4.h (LINK_SPEC): Likewise.
6101         * rs6000/sysv4.h (LINK_SPEC): Likewise.
6102         * sparc/sol2.h (LINK_SPEC): Likewise.
6103
6104 Tue Jan 13 22:39:40 1998  Richard Henderson  (rth@cygnus.com)
6105
6106         * c-typeck.c (comptypes): Exit early on NULL input.
6107
6108         * haifa-sched.c (schedule_insns): Correctly remove inter-block
6109         dependencies after reload.
6110
6111 Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6112
6113         * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
6114
6115 Tue Jan 13 22:14:57 1998  Klaus Kaempf <kkaempf@progis.de>
6116
6117         * alpha/vms.h (DIR_SEPARATOR): define
6118
6119 Tue Jan 13 22:13:04 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
6120
6121         * Makefile.in (stamp-proto): Remove.
6122         (protoize.o, unprotoize.o): Straightforward compile.
6123         * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
6124
6125 Tue Jan 13 21:59:39 1998  Mumit Khan <khan@xraylith.wisc.edu>
6126
6127         * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
6128         off the trailing @[NUM] added by ENCODE_SECTION_INFO.
6129
6130 Tue Jan 13 21:55:06 1998  Jeffrey A Law  (law@cygnus.com)
6131
6132         * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
6133         * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
6134         * sparc/netbsd.h, vax/netbsd.h: Likewise.
6135
6136 Tue Jan 13 21:37:07 1998  Shigeya Suzuki <shigeya@foretune.co.jp>
6137
6138         * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
6139
6140 Tue Jan 13 17:50:55 1998  Jim Wilson  <wilson@cygnus.com>
6141
6142         * configure.in (target_cpu_default, target_cpu_default2): Use double
6143         quotes around them when testing their value.
6144         * configure: Rebuilt.
6145
6146 Tue Jan 13 09:07:44 1998  John Carr  <jfc@mit.edu>
6147
6148         * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
6149         to allocate rtx.
6150         (gendef): Call obstack_alloc_rtx.
6151
6152 Tue Jan 13 01:16:36 1998   Robert Lipe (robertl@dgii.com)
6153
6154         * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
6155         for now.
6156
6157 Thu Dec 18 18:40:17 1997  Mumit Khan <khan@xraylith.wisc.edu>
6158
6159         * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
6160         of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
6161         (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
6162
6163 Tue Jan 13 00:44:02 1998  Jim Wilson  <wilson@cygnus.com>
6164
6165         * mips.md (return_internal): Change mode from SImode to VOIDmode.
6166
6167 Sat Jan 10 22:11:39 1998  J. Kean Johnston  <jkj@sco.com>
6168
6169         * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
6170         "-static".
6171
6172 Sat Jan 10 22:04:15 1998  Stan Cox  <scox@equinox.cygnus.com>
6173
6174         * i386.md: (movsicc_1, movhicc_1):  For alternate 3 set the opcode
6175         suffix from operand 3.
6176
6177 Sat Jan 10 21:50:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6178                           Jeffrey A Law  (law@cygnus.com)
6179
6180         * regmove.c: New implementation of regmove pass.
6181         * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
6182         decls, make them have external linkage.  Return a value from
6183         optimize_reg_copy_1.
6184         * reload.h (count_occurrences): Add decl.
6185         * reload1.c (count_occurrences): Delete decl, make it have external
6186         linkage.
6187         * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
6188
6189 Sat Jan 10 20:30:12 1998  Jeffrey A Law  (law@cygnus.com)
6190
6191         * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
6192         if it is not defined.
6193
6194 Thu Jan  8 21:06:54 1998  Richard Henderson  <rth@cygnus.com>
6195
6196         * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
6197         * emit-rtl.c (gen_rtx): Move special code to ...
6198         (gen_rtx_CONST_INT): New function.
6199         (gen_rtx_REG): New function.
6200         (*): Update all calls to gen_rtx.
6201         * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
6202         * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
6203         (GEN_INT): Call gen_rtx_CONST_INT.
6204         * gengenrtl.c: New file.
6205
6206 Mon Jan  5 13:00:18 1998  John F. Carr  <jfc@mit.edu>
6207
6208         * alias.c (*_dependence): Call base_alias_check before canon_rtx.
6209         (base_alias_check): If no base found for address call canon_rtx and
6210         try again.
6211
6212 Mon Jan  5 11:39:49 1998  Jeffrey A Law  (law@cygnus.com)
6213
6214         * mips.c (mips_expand_prologue): Handle large frame with no outgoing
6215         arguments for mips16.
6216         (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
6217         Don't lose if tsize is zero after handling large stack for mips16.
6218         * mips.md (return): For trivial return, return address is in $31.
6219
6220 Sun Jan  4 20:24:00 1998  Nigel Stephens  <nigel@algor.co.uk>
6221
6222         *  mips/mips16.S: Various changes to make it work with -msingle-float
6223         and -EL.
6224
6225 Sun Jan  4 14:25:18 1998  Gavin Koch  <gavin@cygnus.com>
6226                           Ian Lance Taylor  <ian@cygnus.com>
6227                           Jeff Law  <law@cygnus.com>
6228
6229         * mips.c, mips.h, mips.md: First cut at merging in mips16
6230         support.  Major modifications throughout all three files.
6231
6232 Sun Jan  4 01:01:50 1998  scott snyder  <snyder@d0sgif.fnal.gov>
6233
6234         * configure.in: Make gthr-default.h a forwarding header instead of
6235         a symlink.
6236
6237 Sat Jan  3 12:08:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6238
6239         * gcov-io.h: Include sys/types.h to ensure we get size_t.
6240
6241         * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
6242
6243 Fri Jan  2 23:40:09 1998  Jim Wilson  (wilson@cygnus.com)
6244                           Jeffrey A Law  (law@cygnus.com)
6245
6246         * crtstuff.c (__frame_dummy): New function for irix6.
6247         (__do_global_ctors): Call __frame_dummy for irix6.
6248         * iris6.h (LINK_SPEC): Hide __frame_dummy too.
6249
6250 Fri Jan  2 04:57:57 1998  Weiwen Liu  <liu@hepmail.physics.yale.edu>
6251
6252         * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
6253
6254 Fri Jan  2 04:34:14 1998  Richard Henderson  <rth@cygnus.com>
6255
6256         * c-decl.c (init_decl_processing): Provide proper fallback symbol
6257         for __builtin_memset.
6258         * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
6259         not INTEGER_CST.  Assert arg 3 is a constant.
6260
6261         * alpha.c (mode_width_operand): Accept 64-bit modes.
6262         (mode_mask_operand): Likewise.
6263         (print_operand): Likewise for 'M' and 'U' codes.
6264         (alpha_expand_unaligned_load): New function.
6265         (alpha_expand_unaligned_store): Likewise.
6266         (alpha_expand_unaligned_load_words): Likewise.
6267         (alpha_expand_unaligned_store_words): Likewise.
6268         (alpha_expand_block_move): Likewise.
6269         (alpha_expand_block_clear): Likewise.
6270         * alpha.h (MOVE_RATIO): New define.
6271         * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
6272         (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
6273
6274         * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
6275         (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
6276
6277 Thu Jan  1 15:40:15 1998  Richard Henderson  <rth@cygnus.com>
6278
6279         * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
6280         * configure: Update.
6281
6282 Thu Jan  1 10:49:12 1998  Jeffrey A Law  (law@cygnus.com)
6283
6284         * emit-rtl.c (operand_subword): Correctly handle extracting a word
6285         from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
6286
6287         * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
6288         for first argument.
6289
6290 Wed Dec 31 14:42:18 1997  Ian Lance Taylor  <ian@cygnus.com>
6291
6292         * configure.in: Set and subsitute host_exeext.  Use it when creating
6293         the assembler and linker symlinks.
6294         * configure: Rebuild.
6295         * Makefile.in (exeext): Set to @host_exeext@.
6296         (build_exeext): New variable, set to @build_exeext@.
6297         (FLAGS_TO_PASS): Pass down build_exeext.
6298         (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
6299         programs.
6300
6301 Wed Dec 31 10:05:44 1997  Jeffrey A Law  (law@cygnus.com)
6302
6303         * mn10200.md (addsi3, subsi3): Fix thinkos.
6304
6305 Tue Dec 30 00:04:49 1997  Richard Henderson  <rth@cygnus.com>
6306
6307         * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
6308         save+restore.  Fix pic+big_offset delay slot.  Use "pic" case for
6309         unix always, since we want to be able to thunk to functions in a
6310         shared library from an application.
6311
6312 Mon Dec 29 14:37:31 1997  Ian Lance Taylor  <ian@cygnus.com>
6313
6314         * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
6315         (LIB1ASMSRC, LIB1ASMFUNCS): Define.
6316
6317 Mon Dec 29 14:03:38 1997  Jeffrey A Law  (law@cygnus.com)
6318
6319         * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
6320         offset's mode is not ptr_mode, convert it.
6321
6322 Mon Dec 29 15:58:18 1997  Michael Meissner  <meissner@cygnus.com>
6323
6324         * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
6325         compiling if it was already defined.
6326
6327 Sun Dec 28 00:32:16 1997  Jeffrey A Law  (law@cygnus.com)
6328
6329         * flow.c (find_basic_blocks): Don't create a new basic block
6330         for calls in a LIBCALL block.
6331
6332 Sun Dec 28 00:30:24 1997  David Edelsohn  <edelsohn@mhpcc.edu>
6333
6334         * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
6335
6336 Sat Dec 27 22:43:12 1997  Jeffrey A Law  (law@cygnus.com)
6337
6338         * cse.c (rtx_cost): Remove conflicting default case.
6339
6340 Sat Dec 27 21:20:02 1997  Richard Henderson  <rth@cygnus.com>
6341
6342         * configure.in: Move default enabling of Haifa out of for loop.
6343         * configure: Rebuild.
6344
6345 Thu Dec 25 01:02:54 1997  Jeffrey A Law  (law@cygnus.com)
6346
6347         * version.c: Bump for snapshot.
6348
6349 1997-12-25  Teemu Torma  <tot@trema.com>
6350
6351         * Makefile.in (GTHREAD_FLAGS): New var.
6352         (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
6353         (distclean): Remove gthr-default.h.
6354
6355         * configure.in: Accept dce as a thread package.
6356         Check for thread.h and pthread.h.
6357         Link gthr-default.h to appropriate thread file and set
6358         gthread_flags.
6359         (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
6360         include multilib definitions from pa/t-dce-thr.
6361         (sparc-*-solaris2*): Enable threads by default, if thread.h or
6362         pthread.h is found, preferring posix threads over solaris ones.
6363
6364         * config/pa/t-dce-thr: New file.
6365         * config/pa/t-pa: Removed multilibs.
6366         * config/sparc/t-sol2: Ditto.
6367
6368         * gthr.h: New file.
6369         * gthr-single.h: New file.
6370         * gthr-posix.h: New file.
6371         * gthr-solaris.h: New file.
6372         * gthr-dce.h: New file.
6373         * libgcc-thr.h: Removed.
6374         * objc/thr-dce.c: New file copied from thr-decosf1.c.
6375
6376         * frame.c: Include gthr.h instead of libgcc-thr.h.
6377         * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
6378         (eh_context_initialize): If __gthread_once fails, use static eh
6379         context.
6380         (eh_context_free): Call __gthread_key_dtor.
6381
6382 Wed Dec 24 23:33:17 1997  Jeffrey A Law  (law@cygnus.com)
6383
6384         * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
6385
6386 Wed Dec 24 23:12:14 1997  Jim Wilson  <wilson@cygnus.com>
6387
6388         * cse.c (max_insn_uid): New variable.
6389         (cse_around_loop): Use max_insn_uid.
6390         (cse_main): Set max_insn_uid.
6391
6392         * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
6393         and define __LONG_MAX__ appropriately.  Add support for -mabi=X,
6394         -mlong64, and -mgp{32,64} options.
6395         * mips.c (mips_abi): Change type to int.
6396         * mips.h (enum mips_abi_type): Delete.
6397         (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
6398         (mips_abi): Change type to int.
6399
6400 Wed Dec 24 22:38:34 1997  John Carr  <jfc@mit.edu>
6401
6402         * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
6403         optimization is now always enabled.
6404
6405         * calls.c (expand_call): Recognize C++ operator new as malloc-like
6406         function.
6407
6408         * alias.c (memrefs_conflict_p): Eliminate tests now done by
6409         base_alias_check.
6410         (*_dependence): Call canon_rtx before base_alias_check.
6411         (init_alias_once): New function to precompute set of registers which
6412         can hold Pmode function arguments.
6413
6414         * rtl.h: Declare init_alias_once.
6415
6416         * toplev.c (compile_file): Call init_alias_once.
6417
6418 Wed Dec 24 22:34:55 1997  Jeffrey A Law  (law@cygnus.com)
6419
6420         * tree.c (restore_tree_status): Do not dereference a null pointer.
6421
6422 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
6423
6424         * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
6425         RLIMIT_STACK.  This maintains consistency with the recent, similar
6426         patch to cccp.c and toplev.c.
6427
6428 Tue Dec 23 05:17:28 1997  Richard Henderson  <rth@cygnus.com>
6429
6430         * genattrtab.c (expand_units): For large nr opclasses, expand
6431         function_units_used with ORX to prevent blowups.  Tag with FFS.
6432         (num_unit_opclasses): New variable.
6433         (gen_unit): Update it.
6434         (enum operator): Add ORX_OP.
6435         (operate_exp): Treat ORX as or, except don't expand across an if.
6436         Reuse number rtx's after operating on them.
6437         (check_attr_value): Accept IOR, AND, & FFS.
6438         (write_test_expr): Transmute `in_comparison' to `flags'.  Allow
6439         for attribute value caching.  Handle CONST_STRING, IF_THEN_ELSE.
6440         (write_expr_attr_cache, write_toplevel_expr): New functions.
6441         (write_attr_get): Handle FFS-tagged expressions.
6442         (make_canonical): Don't expand const attributes.
6443         (convert_const_symbol_ref): Dike out.
6444         (evaluate_eq_attr): Handle SYMBOL_REF.
6445         (main): Don't emit get_attr_foo for const attributes.
6446
6447         * alpha.c (override_options): Reinstate PROCESSOR_EV6.
6448         (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
6449         * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
6450         * alpha.md: Redo all of the scheduling, adding EV6 support, and
6451         combining function units where possible.
6452         (attr "type"): Split loads, stores, cmov into int/fp.  Combine
6453         multiplies and divides.  Add EV6 sqrt, ftoi, itof.
6454         (attr "opsize"): New attribute.
6455         (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
6456         (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
6457         to control register allocation.
6458         (movsi2-1, movdi2-1): Likewise.
6459
6460 Tue Dec 23 03:53:21 1997  Richard Henderson  <rth@cygnus.com>
6461
6462         * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
6463         MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
6464         Move OSF/1 specific defines out.
6465         * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
6466         Move Linux specific defines out.
6467         (LINK_SPEC): Genericize.
6468         (ASM_FILE_START): Emit .arch if using more than the base insn set.
6469         (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
6470         (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
6471         (HANDLE_SYSV_PRAGMA): Define.
6472         * alpha/osf.h: New file.
6473         * alpha/linux.h: Split.  Retain file-format independant defines.
6474         Import Linux bits from elf.h.
6475         (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
6476         (FUNCTION_PROFILER): _mcount takes its address in $28.
6477         (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
6478         * alpha/linux-ecoff.h: New file.
6479         * alpha/linux-elf.h: New file.
6480         * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
6481         * alpha/win-nt.h (TARGET_DEFAULT): Define.
6482         * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
6483         Add new headers as appropriate.
6484
6485         * configure.in (alpha*): Enable Haifa by default.
6486         (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
6487         * configure: Rebuild.
6488
6489 Tue Dec 23 03:14:54 1997  Richard Henderson  <rth@cygnus.com>
6490
6491         * Makefile.in (clean): Remove the stages with their objects here ...
6492         (distclean): ... instead of here.
6493
6494 Mon Dec 22 11:24:01 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6495
6496         * cse.c (rtx_cost): Add default case in enumeration switch.
6497         * fix-header.c (recognized_macro): Likewise.
6498         (recognized_extern): Likewise.
6499         (write_rbrac): Likewise.
6500         * objc/objc-act.c (encode_aggregate): Likewise.
6501         (gen_declarator): Likewise.
6502         (gen_declspecs): Likewise.
6503
6504 Mon Dec 22 09:58:51 1997  Jeffrey A Law  (law@cygnus.com)
6505
6506         * haifa-sched.c (create_reg_dead_note): Detect and handle another
6507         case where we kill more regs after sched than were killed before
6508         sched.
6509         * sched.c (create_reg_dead_note): Similarly.
6510
6511 Mon Dec 22 09:18:37 1997  Jeffrey A Law  (law@cygnus.com)
6512
6513         * c-pragma.c: Include flags.h.
6514
6515 Sun Dec 21 22:10:59 1997  Mumit Khan <khan@xraylith.wisc.edu>
6516
6517         * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
6518         about system headers.
6519         (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
6520         and also to resolve symbols in prefix.c.
6521
6522         * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
6523         between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
6524         when the definitions in auto-config.h is not visible.
6525         (HAVE_BZERO): Likewise.
6526         (HAVE_BCMP): Likewise.
6527         (HAVE_RINDEX): Likewise.
6528         (HAVE_INDEX): Likewise.
6529
6530 Sun Dec 21 21:54:22 1997  Jeffrey A Law  (law@cygnus.com)
6531
6532         * pa.c (emit_move_sequence): Handle a function label source
6533         operand.
6534
6535 Sun Dec 21 16:13:55 1997  Nick Clifton  <nickc@cygnus.com
6536
6537         * c-pragma.c (handle_pragma_token): Generate warning messages
6538         about unknown pragmas if warn_unknown_pragmas is set.
6539
6540         * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
6541         line option to set variable: warn_unknown_pragmas.
6542
6543 Sun Dec 21 15:51:10 1997  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
6544
6545         * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
6546         definition.
6547         (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
6548
6549 Sun Dec 21 13:58:39 1997  Jeffrey A Law  (law@cygnus.com)
6550
6551         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
6552         (libgcc2.a): Depend on $(DPBIT) and $(FPBIT).  Add rules to
6553         generate more fine grained floating point emulation libraries.
6554         * config/fp-bit.c: Add protecting #ifdef to all functions so
6555         that they can be compiled separately.  If !FINE_GRAINED_LIBRARIES,
6556         then compile all suitable functions.
6557         (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
6558         underscores to avoid namespace pollution.
6559         * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
6560         (FPBIT): Define.
6561         * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
6562         (FPBIT): Define.
6563         (DPBIT): Define.
6564
6565 Sat Dec 20 11:26:47 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6566                           Jeff Law  <law@cygnus.com>
6567
6568         * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
6569         of the declaration.
6570         * c-decl.c (finish_decl): Use parentheses around && within ||.
6571         * rtl.c: Include stdlib.h.
6572         (read_skip_spaces): Add parentheses around assignments used as
6573         truth values.
6574         (read_rtx): Initialize list_rtx.
6575         * cppexp.c (parse_number): Use || when operands are truth values.
6576         * alias.c (find_base_value): Add default case.
6577         (memrefs_conflict): Likewise.
6578         * combine.c (sets_function_arg_p): Likewise.
6579         * genemit.c (gen_exp): Likewise.
6580         * local-alloc.c (contains_replace_regs): Likewise.
6581         * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
6582         * fold-const.c (fold_convert): Use "&&" for truth values.
6583         (fold): Add default case.
6584         * sdbout.c (sdbout_field_types): Fix typo in declaration.
6585         (sdbout_one_type): Add default case.
6586         * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
6587         (some_operand): Add default case.
6588         (input_operand): Likewise.
6589         (signed_comparison_operator): Likewise.
6590         (divmod_operator): Likewise.
6591         (alpha_set_memflags_1): Likewise.
6592         * reload1.c (reload_cse_simplify_operands): Ensure function
6593         always returns a value.
6594         * scan-decls.c (scan_decls): Likewise.
6595         * c-lex.c (skip_white_space): Fix typo in declaraion.
6596         * c-typeck.c (comp_target_types): Add parentheses around assignment
6597         used as truth value.
6598         (print_spelling): Likewise.
6599         (constructor_implicit, constructor_result): Remove unused variables.
6600         * collect2.c (scan_library): Protect prototype with
6601         #ifdef SCAN_LIBRARIES.
6602         * emit-rtl.c (find_line_note): Fix typo in declaration.
6603         * final.c (asm_insn_count): Protect prototype with
6604         #ifdef HAVE_ATTR_length.
6605         * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
6606         (try_pre_increment_1, try_pre_increment): Likewise.
6607         * regclass.c (auto_inc_dec_reg_p): Protect prototype with
6608         #ifdef FORBIDDEN_INC_DEC_CLASSES.  Make return type explicit.
6609         * gcov-io.h (__store_long, __write_long, __read_long): Fix
6610         unsigned/signed comparisons.
6611         * gcov.c (read_files): Remove unused "first_type" variable.
6612         (scan _for_source_files): Initialize s_ptr.
6613         (function_summary): Eliminate "%lf" formatting, use %ld for
6614         longs.
6615         (output_data): Initialize branch_probs and last_line_num.
6616         Eliminate "%lf" formatting, use "%ld" for longs.
6617
6618 Fri Dec 19 17:31:11 1997  Ian Lance Taylor  <ian@cygnus.com>
6619
6620         * mips16.S: New file.
6621
6622         * libgcc2.c (varargs): Handle mips16.
6623
6624         * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
6625         expression.
6626         * stmt.c (expand_end_case): Likewise.
6627         * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
6628         * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
6629         * rs6000.h, sh.h, tahoe.h, v850.h, vax.h: Likewise.
6630
6631 Tue Dec 16 15:14:09 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6632
6633         * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
6634         the build directory.
6635         (libobjc.a): Update dependency list.
6636         (libobjc.dll): Likewise.  Use libobjc_entry.o from the build
6637         directory.
6638         (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
6639         (objc.mostlyclean): Remove runtime-info.h.
6640
6641 Fri Dec 19 00:19:42 1997  Richard Henderson  <rth@cygnus.com>
6642
6643         * tree.c (build_range_type): Allow creation of ranges with no maximum.
6644         * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
6645         * dwarf2out.c (add_subscript_info): Likewise.
6646         * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
6647         * sdbout.c (plain_type_1): Likewise.
6648         * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
6649         Likewise.
6650         * fold-const.c (int_const_binop, fold_convert, make_range, fold):
6651         Likewise.
6652
6653 Thu Dec 18 17:05:10 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6654
6655         * mips.c (fatal): Remove declaration.
6656
6657 1997-12-18  Mark Mitchell  <mmitchell@usa.net>
6658
6659         * integrate.c (get_label_from_map): New function.
6660         (expand_inline_function): Use it.  Initialize the label_map to
6661         NULL_RTX instead of gen_label_rtx.
6662         (copy_rtx_and_substitute): Use get_label_from_map.
6663         * integrate.h (get_label_from_map): New function.
6664         (set_label_from_map): New macro.
6665         * unroll.c (unroll_loop): Use them.
6666         (copy_loop_body): Ditto.
6667
6668 Thu Dec 18 19:19:57 1997  Ian Lance Taylor  <ian@cygnus.com>
6669
6670         * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
6671         (INIT_TARGET_OPTABS): Define.
6672         * mips/ecoff.h: Include gofast.h before mips.h.
6673         (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
6674         * mips/elf64.h: Likewise.
6675         * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
6676
6677 Thu Dec 18 14:51:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
6678
6679         * except.c: Remove register_exception_table{,_p}.
6680
6681 Thu Dec 18 14:57:29 1997  Gavin Koch  <gavin@cygnus.com>
6682
6683         * unroll.c (calculate_giv_inc): Handle constant increment found in
6684         a MEM with an appropriate REG_EQUAL note.
6685
6686         * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
6687
6688         * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
6689         frame pointer in the prologue.
6690
6691 Thu Dec 18 00:19:38 1997  Robert Lipe <robertl@dgii.com>
6692
6693         * i386/x-sco5 (CLIB) Deleted.  (ALLOCA) Added.
6694         * i386/xm-sco5.h  (USE_C_ALLOCA) Added.
6695
6696 Tue Dec 16 18:51:00 1997  Bill Moyer <billm@cygnus.com>
6697
6698         * config/m68k/m68k.c (output_function_prologue): Typecast
6699         dwarf2out_cfi_label to (char *).
6700         * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
6701
6702 Wed Dec 17 15:06:04 1997  Richard Henderson  <rth@cygnus.com>
6703
6704         * sparc.md (jump): Don't use the annul bit around an empty loop.
6705         Patch from Kevin.Kelly@East.Sun.COM.
6706
6707 Wed Dec 17 00:51:36 1997  Stan Cox (scox@cygnus.com)
6708
6709         * jump.c: (jump_optimize): Don't use the return register as a
6710         source1 of a conditional move.
6711
6712 Tue Dec 16 23:45:40 1997  Richard Henderson  <rth@cygnus.com>
6713
6714         * sparc.c (DF_MODES): Or the mask not the bit number.
6715         (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
6716
6717 Wed Dec 17 00:13:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
6718
6719         * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
6720
6721 Tue Dec 16 23:44:54 1997  Manfred Hollstein  <manfred@s-direktnet.de>
6722
6723         * fixincludes (size_t): Add support for Motorola's stdlib.h
6724         which fails to provide a definition for size_t.
6725         (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
6726         (strlen,strspn,strcspn return value): Handle different layout on sysV88.
6727         (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
6728
6729         * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
6730         prevent unresolved externals in libio.
6731         * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
6732
6733 Tue Dec 16 23:25:45 1997  H.J. Lu  (hjl@gnu.org)
6734
6735         * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
6736         (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
6737         (LIB_SPEC): Updated for glibc 2.
6738
6739 Tue Dec 16 20:11:36 1997  Jeffrey A Law  (law@cygnus.com)
6740
6741         * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
6742         * ginclude/varargs.h: Likewise.
6743
6744 Tue Dec 16 00:32:01 1997  Jeffrey A Law  (law@cygnus.com)
6745
6746         * version.c: Bump for snapshot.
6747
6748 Tue Dec 16 00:14:29 1997  H.J. Lu  (hjl@gnu.org)
6749
6750         * frame.h (__register_frame, __register_frame_table,
6751         __deregister_frame): New.
6752         * frame.c (__register_frame, __register_frame_table,
6753         __deregister_frame): New.
6754         * frame.c (__deregister_frame_info): Return void *.
6755         * frame.h (__deregister_frame_info): Ditto.
6756         * collect2.c (__deregister_frame_info): Ditto.
6757
6758 Mon Dec 15 18:40:08 1997  Richard Henderson  <rth@cygnus.com>
6759
6760         * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
6761
6762 Mon Dec 15 18:31:43 1997  Richard Henderson  <rth@cygnus.com>
6763
6764         * alpha.c (alpha_cpu_name): New variable.
6765         (alpha_mlat_string): Likewise.
6766         (alpha_memory_latency): Likewise.
6767         (override_options): Handle -mmemory-latency.
6768         (alpha_adjust_cost): Adjust load cost for latency.
6769         * alpha.h (TARGET_OPTIONS): Add meory-latency.
6770         (REGISTER_MOVE_COST): Define in terms of memory_latency.  Take
6771         TARGET_CIX into account.
6772         (MEMORY_MOVE_COST): Define in terms of memory_latency.
6773         * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
6774
6775         * alpha.h (ASM_COMMENT_START): New macro.
6776
6777 Mon Dec 15 17:48:05 1997  Richard Henderson  <rth@cygnus.com>
6778
6779         * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
6780         dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
6781
6782         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
6783         SUBREG_REG if the word count is unchanged.
6784         * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
6785         subregs of identical word size for push_reload.
6786
6787 Mon Dec 15  Mark Mitchell  <mmitchell@usa.net> 11:41:32 1997
6788
6789         * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
6790         if all we're doing is dealing with -Wreturn-type.
6791
6792 Mon Dec 15 09:44:39 1997  Richard Henderson  <rth@cygnus.com>
6793
6794         * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
6795         Use and 255 instead of zapnot 1, since it schedules better.
6796
6797 Mon Dec 15 08:48:24 1997  Jeffrey A Law  (law@cygnus.com)
6798
6799         * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
6800         it as volatile.
6801
6802 Mon Dec 15 00:04:48 1997  Jeffrey A Law  (law@cygnus.com)
6803
6804         * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
6805         dependency we delete.  Properly update prev for multiple consecutive
6806         deletions.
6807         (priority): Skip deleted dependence.
6808
6809 Fri Dec 12 18:54:23 1997  Per Bothner  <bothner@cygnus.com>
6810
6811         * expr.c (expand_builtin):  Support BUILT_IN_FMOD - just call fmod.
6812
6813 Fri Dec 12 01:19:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
6814
6815         * flow.c (flow_analysis): Be consistent with find_basic_blocks in
6816         determining when a new basic block starts.
6817
6818         * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
6819
6820         * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
6821         * pa.md (iorsi3): Add missing args to *_operand calls.
6822
6823         * except.c (call_get_eh_context): Don't mess with sequences.
6824         (emit_eh_context): Include the call in the sequence here.
6825
6826 1997-12-11  Paul Eggert  <eggert@twinsun.com>
6827
6828         * collect2.c (write_c_file_glob): Allocate initial frame object
6829         in static storage and pass its address.
6830
6831 Thu Dec 11 23:33:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
6832
6833         * except.c (call_get_eh_context): Don't take a parm.
6834         Put the call at the top of the function.
6835         (emit_eh_context): Adjust.
6836         (get_eh_context): Replace with former use_eh_context.
6837         (get_eh_context_once, get_saved_pc_ref): Remove.
6838         (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
6839         * except.h: Adjust.
6840         * integrate.c (expand_inline_function): Adjust.
6841         * toplev.c (rest_of_compilation): Don't call emit_unwinder.
6842
6843 Fri Oct 10 17:58:31 CEST 1997  Marc Lehmann <pcg@goof.com>
6844
6845         * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
6846         (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
6847
6848 Thu Dec 11 23:55:17 1997  Manfred Hollstein  <manfred@s-direktnet.de>
6849
6850         * fixincludes (strlen,strspn,strcspn return value): Handle different
6851         layout on sysV88.
6852         (hypot): Provide a fake for hypot which is broken on
6853         m88k-motorola-sysv3.
6854
6855 Thu Dec 11 23:50:17 1997  John F. Carr  <jfc@mit.edu>
6856
6857         * tree.c, tree.h: Change tree_code_type, tree_code_length, and
6858         tree_code_name from pointers to arrays.
6859         * tree.c: Remove standard_tree_code_* variables, no longer used.
6860         * print-tree.c: Remove declaration of tree_code_name.
6861
6862         * cp/lex.c (init_lex): Update for tree_code_* changes.
6863         * objc/objc-act.c (init_objc): Likewise.
6864
6865         * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
6866         changes.
6867
6868 Thu Dec 11 23:34:54 1997  Fred Fish  <fnf@ninemoons.com>
6869
6870         * config.sub: Add support for BeOS target.
6871         * configure.in: Likewise.
6872         * ginclude/stdarg.h: Likewise.
6873         * ginclude/stddef.h: Likewise.
6874         * ginclude/varargs.h: Likewise.
6875         * rs6000/beos.h: New file for BeOS.
6876         * rs6000/t-beos: Likewise.
6877         * rs6000/x-beos: Likewise.
6878         * rs6000/xm-beos.h: Likewise.
6879         * toplev.c (get_run_time): Just return 0 on BeOS.
6880
6881 Thu Dec 11 23:25:23 1997  Jeffrey A Law  (law@cygnus.com)
6882                           Toon Moene  (toon@moene.indiv.nluug.nl)
6883
6884         * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
6885         old and broken Sun3 assemblers.  Newer versions handle large
6886         offsets correctly as does the GNU assembler.
6887
6888 Thu Dec 11 23:06:48 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6889
6890         * objc/objc-act.c (lang_report_error_function): Disable.
6891         * objc/objc-parse.y: Include "output.h".
6892         (yyerror): Remove redundant decl.
6893         (yyprint): Fix prototype.
6894         (apply_args_register_offset): Remove redundant decl.
6895         (get_file_function_name): Likewise.
6896
6897 Thu Dec 11 22:02:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
6898
6899         * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
6900         a new basic block.
6901         (find_basic_blocks_1): Likewise.
6902
6903 Thu Dec 11 21:08:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
6904
6905         * except.c (use_eh_context): Don't copy_rtx a REG.
6906         (emit_throw): Lose old unwinder support.
6907         (expand_internal_throw): Likewise.
6908         * libgcc2.c (struct eh_context): Likewise.
6909         (new_eh_context): Likewise.
6910         (__get_eh_info): Lose redundant cast.
6911         (__get_dynamic_handler_chain): Likewise.
6912         (__get_saved_pc): Lose.
6913         Lose all old unwinder support code.
6914
6915 Thu Dec 11 20:42:18 1997  Teemu Torma  <tot@trema.com>
6916
6917         Thread-safe EH support for pthreads, DCE threads and Solaris threads.
6918
6919         * integrate.c (expand_inline_function): If the inline fn uses eh
6920         context, make sure that the current fn has one.
6921         * toplev.c (rest_of_compilation): Call emit_eh_context.
6922         * except.c (use_eh_context): New fn.
6923         (get_eh_context_once): New fn.
6924         (call_get_eh_context): New fn.
6925         (emit_eh_context): New fn.
6926         (get_eh_context): Call either get_eh_context_once or
6927         call_get_eh_context, depending on what we have.
6928         (get_dynamic_handler_chain): Call get_eh_context_once.
6929         * except.h: Prototypes for fns above.
6930         * optabs.c (get_eh_context_libfunc): Removed.
6931         (init_optabs): Don't initialize it.
6932         * expr.h (get_eh_context_libfunc): Removed.
6933         * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
6934         * config/pa/pa.h (CPP_SPEC): Support for -threads.
6935         * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
6936         * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
6937         New multilib for -threads.
6938         * config/sparc/t-sol2: Added multilibs for -threads and
6939         made -pthreads alias to it.
6940         * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
6941         Added -threads and -pthreads options.
6942         * libgcc-thr.h: New file.
6943         * libgcc2.c: (__get_cpp_eh_context): Removed.
6944         (struct cpp_eh_context): Removed.
6945         (struct eh_context): Replaced cpp_eh_context with generic language
6946         specific pointer.
6947         (__get_eh_info): New function.
6948         (__throw): Check eh_context::info.
6949         (__sjthrow): Ditto.
6950         * libgcc2.c: Include libgcc-thr.h.
6951         (new_eh_context, __get_eh_context,
6952         eh_pthread_initialize, eh_context_initialize, eh_context_static,
6953         eh_context_specific, eh_context_free): New functions.
6954         (get_eh_context, eh_context_key): New variables.
6955         (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
6956         get_eh_context to get the context.
6957         (longjmp): Move the declaration inside
6958         #ifdef DONT_USE_BUILTIN_SETJMP.
6959         * frame.c: Include libgcc-thr.h.
6960         (object_mutex): Mutex to protect the object list.
6961         (find_fde, __register_frame, __register_frame_table,
6962         __deregister_frame): Hold the lock while accessing objects.
6963         * except.h (get_eh_context): Declare.
6964         * except.c (current_function_ehc): Define.
6965         (current_function_dhc, current_function_dcc): Removed.
6966         (get_eh_context): New function.
6967         (get_dynamic_handler_chain): Use get_eh_context.
6968         (get_saved_pc_ref): Ditto.
6969         (get_dynamic_cleanup_chain): Removed references to
6970         current_function_dcc.
6971         (save_eh_status, restore_eh_status): Save and restore
6972         current_function_ehc instead.
6973         * optabs.c (get_eh_context_libfunc): New variable.
6974         (init_optabs): Initialize it.
6975         * expr.h: Declare get_eh_context_libfunc.
6976         * function.h (struct function): Replaced dhc and dcc with ehc.
6977         * except.c (get_saved_pc_ref): New functions.
6978         (eh_saved_pc_rtx, eh_saved_pc): Deleted.
6979         (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
6980         of eh_saved_pc.
6981         (end_eh_unwinder): Likewise.
6982         (init_eh): Remove initialization of eh_saved_pc.
6983         * optabs.c (get_saved_pc_libfunc): New variable.
6984         (init_optabs): Initialize it.
6985         * expr.h: Declare get_saved_pc_libfunc.
6986         * except.h (eh_saved_pc_rtx): Deleted.
6987         (get_saved_pc_ref): Declared.
6988
6989         From Scott Snyder <snyder@d0sgif.fnal.gov>:
6990         * libgcc2.c (__get_saved_pc): New.
6991         (__eh_type, __eh_pc): Deleted.
6992         (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
6993         (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
6994         this fcn.
6995
6996 Thu Dec 11 17:23:48 1997  John F. Carr  <jfc@mit.edu>
6997
6998         * sparc/sol2.h: Use 64 bit multiply and divide functions in
6999         Solaris libc.  Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
7000         as 0.
7001
7002         * rtl.h (global_rtl): New variable, replacing separate variables for
7003         commonly used rtl.
7004         (const_int_rtx): Now array of rtx_def, not rtx.
7005         * emit-rtl.c: Update for new rtl data structures.
7006         * genattrtab.c: Define global_rtl.
7007
7008 Thu Dec 11 15:50:29 1997 David Edelsohn  <edelsohn@mhpcc.edu>
7009
7010         * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
7011         default.
7012
7013 Wed Dec 10 12:30:18 1997  Anthony Green  <green@cygnus.com>
7014
7015         * crtstuff.c (__do_global_ctors): Fix typo.
7016
7017 Tue Dec  9 09:43:59 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7018
7019         * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
7020         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
7021
7022 Tue Dec  9 09:38:58 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7023
7024         * rs6000.h (FUNCTION_ARG_PADDING): Define.
7025         * rs6000.c (function_arg_padding): New function.
7026
7027 Tue Dec  9 10:34:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7028
7029         * m68k.c: Include tree.h only once.
7030
7031 Tue Dec  9 09:32:33 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7032
7033         * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
7034
7035 Tue Dec  9 01:16:06 1997  Jeffrey A Law  (law@cygnus.com)
7036
7037         * Partially cleaned up prototyping code from HJ.
7038         * tree.h: Add many prototypes.
7039         * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
7040         All references changed.
7041         * rtl.h: Protect from multiple inclusions.  Add many prototypes.
7042
7043 Tue Dec  9 01:15:15 1997  Fred Fish  <fnf@ninemoons.com>
7044
7045         * libgcc2.c (string.h): Hoist inclusion to occur before first use of
7046         string functions like strlen.
7047
7048 Tue Dec  9 00:57:38 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7049
7050         * configure.in: Check for functions getrlimit and setrlimit.
7051         * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
7052         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
7053
7054 Mon Dec  8 23:53:26 1997  Jay Sachs <sachs@bull.cs.williams.edu>
7055
7056         * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
7057
7058 Mon Dec  8 21:03:28 1997  Richard Henderson  <rth@cygnus.com>
7059
7060         * alpha.c (REG_RA, alpha_return_addr, output_epilog):
7061         Fix merge problems.
7062
7063         * alpha.c (override_options): Don't know about scheduling for EV6.
7064         * alpha.md (ev5 function units): Don't overload as ev6.
7065
7066         * alpha.c (alpha_adjust_cost): Simplify.  Fix typo in ev5 mult case.
7067         * alpha.md (define_attr type): Add mvi.
7068         (ev5_e0): Define sceduling parameters for it.
7069         (TARGET_MAX insns): Type is mvi not shift.
7070
7071 Mon Dec  8 18:15:00 1997  Richard Henderson  <rth@cygnus.com>
7072
7073         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
7074
7075 Mon Dec  8 21:17:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7076
7077         * cstamp-h, auto-config.h: Delete.
7078
7079 Sun Dec  7 19:19:03 1997  Jeffrey A Law  (law@cygnus.com)
7080
7081         * version.c: Bump for snapshot.
7082
7083 Sat Dec  6 22:22:22 1997  Jeffrey A Law  (law@cygnus.com)
7084
7085         * cccp.c: Fix typo brought over in merge.
7086
7087         * Merge in changes from gcc-2.8.
7088
7089 Mon Nov  3 05:45:32 1997  Philippe De Muyter  <phdm@macqel.be>
7090
7091         * m68k.c: Include tree.h for dwarf2out_cfi_label.
7092
7093         * gcc.c (process_command): Do not take address of function fatal when
7094         calling lang_specific_driver.
7095
7096 Sat Dec  6 01:02:38 1997  Mumit Khan  <khan@xraylith.wisc.edu>
7097
7098         * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
7099         doesn't work with it yet, so set it to 0.
7100         * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
7101
7102 Sat Dec  6 01:01:02 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
7103
7104         * cse.c (cse_insn): Check for invalid entries when taking references.
7105
7106 Fri Dec  5 18:26:25 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7107
7108         * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
7109         (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
7110         * toplev.c (rest_of_compilation): Pass it.  Remove code to
7111         save / clear / restore flag_unroll_{,all_}loops.
7112
7113 Fri Dec  5 16:26:03 1997  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
7114
7115         * i386.c (notice_update_cc): Remove bogus pentium GCC code.
7116
7117 Fri Dec  5 16:25:14 1997  Jeffrey A Law  (law@cygnus.com)
7118
7119         * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
7120
7121 Thu Dec  4 11:51:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
7122
7123         * except.c (get_dynamic_handler_chain): Only make the call once per
7124         function.
7125
7126         * except.c (expand_end_all_catch): Fix for sjlj exceptions.
7127
7128 Thu Dec  4 12:30:40 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7129
7130         * sh.c (final_prescan_insn): Use local label prefix
7131         when emitting .uses pseudo-ops.
7132
7133 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
7134
7135         * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
7136         * except.c: Lose outer_context_label_stack.
7137         (expand_eh_region_end): Rethrow from outer_context here.
7138         (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
7139         (expand_internal_throw): Take no args.
7140         (expand_internal_throw_indirect): Lose.
7141         (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
7142         (expand_start_all_catch): Start a rethrow region.
7143         (expand_end_all_catch): End it.
7144         (expand_rethrow): New fn.
7145         * except.h: Reflect above changes.
7146         * flow.c: Revert change of Nov 27.
7147
7148 Thu Dec  4 00:24:09 1997  Jeffrey A Law  (law@cygnus.com)
7149
7150         * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
7151
7152 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
7153
7154         * except.c (expand_fixup_region_end): New fn.
7155         (expand_fixup_region_start): Likewise.
7156         (expand_eh_region_start_tree): Store cleanup into finalization here.
7157         * stmt.c (expand_cleanups): Use them to protect fixups.
7158
7159 Wed Dec  3 11:41:13 1997  Gavin Koch  <gavin@cygnus.com>
7160
7161         * mips/mips.md (muldi3_r4000): Broaden the output template
7162         and attribute assignments to handle three operand dmult;
7163         rename to muldi3_internal2.
7164         (muldi3): Call the new muldi3_internal2 for R4000, and
7165         any GENERATE_MULT3 chip.
7166
7167 Tue Dec  2 19:40:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
7168
7169         * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
7170
7171 Tue Dec  2 12:54:33 1997  Jim Wilson  <wilson@cygnus.com>
7172
7173         * unroll.c (find_splittable_givs):  Remove last change.  Handle givs
7174         with a dest_reg that was created by loop.
7175
7176 Sat Nov 29 12:44:57 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7177
7178         * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
7179
7180         * rs6000/aix41.h (ASM_CPU_SPEC): Define.
7181
7182 Fri Nov 28 10:00:27 1997  Jeffrey A Law  (law@cygnus.com)
7183
7184         * configure.in: Fix NCR entries.
7185
7186 Thu Nov 27 12:20:19 1997  Jeffrey A Law  (law@cygnus.com)
7187
7188         * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
7189         nested exceptions correctly.
7190
7191         * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
7192         that was created by loop.
7193
7194 Thu Nov 27 09:34:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
7195
7196         * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
7197
7198         * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
7199
7200 Wed Nov 26 15:47:30 1997  Michael Meissner  <meissner@cygnus.com>
7201
7202         * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
7203         (print_operand): Use SMALL_DATA_REG for the register involved in
7204         small data relocations.
7205         (print_operand_address): Ditto.
7206
7207         * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
7208         -dynamic linker is not used.
7209
7210         * rs6000.md (call insns): For local calls, use @local suffix under
7211         System V.  Don't use @plt under Solaris.
7212
7213         * rs6000.c (output_function_profiler): Put label address in r0, and
7214         store LR in 4(sp) for System V/eabi.
7215
7216         * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
7217         byte boundary, and maintain stack backchain.
7218
7219 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
7220
7221         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
7222         fix_truncsfdi2): Change *.
7223
7224 Wed Nov 26 11:12:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
7225
7226         * toplev.c (main): Complain about -gdwarfn.
7227
7228 Tue Nov 25 22:43:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
7229
7230         * dwarfout.c (output_type): If finalizing, write out nested types
7231         of types we've already written.
7232
7233 Tue Nov 25 20:32:24 1997  Michael Meissner  <meissner@cygnus.com>
7234
7235         (patches originally from Geoffrey Keating)
7236         * rs6000.c (function_arg): Excess floating point arguments don't
7237         go into GPR registers after exhausting FP registers under the
7238         System V.4 ABI.
7239         (function_arg_partial_nregs): Ditto.
7240
7241         * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
7242         suffix to calls.
7243
7244 Tue Nov 25 23:37:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
7245
7246         * integrate.c (output_inline_function): Just unset DECL_INLINE.
7247
7248 Tue Nov 25 23:33:29 1997  scott snyder  <snyder@d0sgif.fnal.gov>
7249
7250         * dwarf2out.c (outout_call_frame_info): Ensure that the info has
7251         proper alignment.
7252
7253         * libgcc2.c (__throw): Initialize HANDLER.
7254
7255 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
7256
7257         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
7258         fix_truncsfdi2): Change *X to ?*X.
7259
7260 Tue Nov 25 10:00:42 1997  Richard Henderson  (rth@cygnus.com)
7261
7262         * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
7263
7264 Tue Nov 25 10:00:42 1997  Jeffrey A Law  (law@cygnus.com)
7265
7266         * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
7267
7268 Tue Nov 25 01:26:55 1997  Bruno Haible <haible@ilog.fr>:
7269
7270         * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
7271
7272 Mon Nov 24 22:41:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
7273
7274         * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
7275         * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
7276         * expr.h: Likewise.
7277
7278 Sat Nov 22 18:58:20 1997  Jeffrey A Law  (law@cygnus.com)
7279
7280         * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
7281         * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
7282         gas and not using the new HP assembler.
7283
7284 Fri Nov 21 15:20:05 1997  Jeffrey A Law  (law@cygnus.com)
7285
7286         * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
7287         (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
7288
7289 Fri Nov 21 19:37:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7290
7291         * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
7292         TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
7293         definition.
7294
7295 Fri Nov 21 12:49:56 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
7296
7297         * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
7298
7299 Fri Nov 21 12:18:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
7300
7301         * except.h: Add outer_context_label_stack.
7302         * except.c: Likewise.
7303         (expand_start_all_catch): Push the outer_context for the try block
7304         onto outer_context_label_stack.
7305         (expand_end_all_catch): Use it and pop it.
7306
7307 Fri Nov 21 10:13:11 1997  Robert Lipe (robertl@dgii.com)
7308
7309         * i386/sco5.h (HAVE_ATEXIT): Revert last change.
7310
7311 Thu Nov 20 16:11:50 1997  Richard Henderson  <rth@cygnus.com>
7312
7313         * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
7314
7315 Thu Nov 20 16:11:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7316
7317         * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
7318         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7319
7320 Thu Nov 20 14:42:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
7321
7322         * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
7323         * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
7324         __builtin_delete, and __builtin_vec_delete.
7325
7326         * except.c (output_exception_table): Don't bother with
7327         __EXCEPTION_END__.
7328
7329 Thu Nov 20 16:11:50 1997  Jeffrey A Law  (law@cygnus.com)
7330
7331         * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
7332         is an in/out operand.
7333         (zero extended variants of stwm/stwm patterns): Similarly.
7334
7335         * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
7336
7337 Thu Nov 20 13:19:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7338
7339         * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
7340         Use assemble_name.
7341         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
7342         (output_call_frame_info): Emit a \n after using it.
7343
7344 Thu Nov 20 00:38:46 1997  Dave Love  <d.love@dl.ac.uk>
7345
7346         * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
7347
7348 Wed Nov 19 12:03:04 1997  Philippe De Muyter  <phdm@macqel.be>
7349
7350         * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
7351         (ASM_OUTPUT_DWARF_VALUE4): New macro.
7352         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
7353         defined.
7354         (output_call_frame_info): Do not output forward label differences
7355         if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
7356         * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
7357
7358 Tue Nov 18 23:03:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7359
7360         * sh.md (attribute "type"): Add nil.
7361         (movsi_ie): y/y alternative is type nil.
7362         (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
7363         alternatives.
7364         (movsf_ie+1): Delete.
7365
7366 Tue Nov 18 15:39:59 1997  Jim Wilson  <wilson@cygnus.com>
7367
7368         * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
7369         large_int, emit two insns instead of one splitable insn.
7370         * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
7371         from cfa_temp_value, use cfa_offset.  Add assert checking that
7372         cfa_reg is SP.
7373
7374 Mon Nov 17 15:35:38 1997  Tom Tromey  <tromey@cygnus.com>
7375
7376         * cccp.c (deps_output): Properly quote file names for make.
7377
7378 Mon Nov 17 13:21:40 1997  Jeffrey A Law  (law@cygnus.com)
7379
7380         * t-h8300 (MULTILIB_EXCEPTIONS): Define.
7381
7382 Fri Nov  7 15:33:11 1997  Robert Lipe (robertl@dgii.com)
7383
7384         * i386/sco5.h (HAVE_ATEXIT): Delete definition.
7385
7386 Sun Nov 16 23:52:48 1997  Jeffrey A Law  (law@cygnus.com)
7387
7388         * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
7389         return.
7390         (cse_end_of_basic_block): Similarly.
7391
7392 Sun Nov 16 23:01:40 1997  J. Kean Johnston  <jkj@sco.com>
7393
7394         * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
7395         (SELECT_RTX_SECTION): Define.
7396         (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
7397
7398 Sun Nov 16 22:47:03 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7399
7400         * Makefile.in (compare, compare-lean): Define $stage for each
7401         shell command.
7402         (gnucompare, gnucompare-lean): Likewise.
7403
7404 Sun Nov 16 22:02:16 1997  Richard Henderson  (rth@cygnus.com)
7405
7406         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
7407
7408         * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
7409         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
7410
7411 Fri Nov 14 09:09:20 1997  Fred Fish  (fnf@cygnus.com)
7412
7413         * dwarfout.c (byte_size_attribute):  Add local var upper_bound
7414         and add case to handle STRING_TYPE.
7415         * dwarfout.c (output_string_type_die):  Fix code to generate
7416         correct string length attribute for fixed length strings.
7417         Still needs support for varying length strings.
7418
7419 Fri Nov 14 08:46:56 1997  Jeffrey A Law  (law@cygnus.com)
7420
7421         * toplev.c (get_run_time): Do something sensible for cygwin32.
7422
7423 Fri Nov 14 07:24:20 1997  Richard Henderson  <rth@cygnus.com>
7424
7425         * expr.c (expand_builtin_setjmp): Set
7426         current_function_has_nonlocal_label.
7427         * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
7428         call-saved registers across calls.
7429
7430         * alpha.md (exception_receiver): Remove.
7431         (nonlocal_goto_receiver_osf): New
7432         (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
7433         (nonlocal_goto_receiver): New, select _osf or _vms.
7434
7435         * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
7436         keep them from being propogated to the object file.
7437         (alpha_write_linkage): Likewise.
7438         * alpha.md (call_vms): Likewise.
7439         (call_value_vms): Likewise.
7440         (unnamed osf call insns): Likewise.
7441
7442         * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
7443         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
7444
7445         * alpha.c (call_operand): Any reg is valid for WinNT.
7446         * alpha.md (call_nt, call_value_nt): Don't force address into $27.
7447         (anon nt calls): Add 'R' alternative.
7448         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
7449         INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
7450
7451 Fri Nov 14 06:59:33 1997  Jeffrey A Law  (law@cygnus.com)
7452
7453         * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
7454
7455         * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
7456         * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7457         * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
7458
7459 Thu Nov 13 20:37:33 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7460
7461         * reload1.c (new_spill_reg): Improve fixed or forbidden register
7462         spill error message.
7463
7464 Thu Nov 13 20:29:08 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7465
7466         * prefix.c: Use stdarg.h only ifdef __STDC__.  Otherwise,
7467         use varargs.h.  Wrap header with <>, not "".
7468
7469 Thu Nov 13 20:21:17 1997  Jeffrey A Law  (law@cygnus.com)
7470
7471         * integrate.c (save_for_inline_copying): Add return value from
7472         savealloc.
7473
7474 Thu Nov 13 19:12:33 1997  Brendan Kehoe  <brendan@cygnus.com>
7475
7476         * fixincludes: Be a little more restrictive on what we will
7477         substitute to replace definitions of MAXINT for HPUX.
7478
7479 Thu Nov 13 18:41:02 1997  Michael Meissner  <meissner@cygnus.com>
7480
7481         * dbxout.c (dbxout_symbol_location): Don't assume that variables
7482         whose address is the stack or argument pointers are indirect
7483         pointers.
7484
7485 1997-11-13  Paul Eggert  <eggert@twinsun.com>
7486
7487         * cccp.c, cpplib.c (compare_defs):
7488         Don't complain about arg name respellings unless pedantic.
7489         * cpplib.c (compare_defs): Accept pfile as new arg.
7490         All callers changed.
7491
7492 Thu Nov 13 23:33:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7493
7494         * fold-const.c (fold_truthop): Fix bug in last change.
7495
7496 1997-11-13  Paul Eggert  <eggert@twinsun.com>
7497
7498         Fix some confusion with IEEE minus zero.
7499
7500         * real.h (REAL_VALUES_IDENTICAL): New macro.
7501
7502         * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
7503         * fold-const.c (operand_equal_p): Don't consider -0.0 to be
7504         identical to 0.0.
7505         * tree.c (simple_cst_equal): Don't consider -0.0 to have the
7506         same tree structure as 0.0.
7507
7508         * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
7509         macro instead of doing it by hand.
7510
7511 Thu Nov 13 16:56:14 1997  Jeffrey A Law  (law@cygnus.com)
7512
7513         * v850/lib1funcs.asm: Minor whitespace changes.
7514         * v850.c: Fix minor formatting problems in many places.
7515         (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
7516
7517 Thu Nov 13 12:53:44 1997  Jim Wilson  <wilson@cygnus.com>
7518
7519         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
7520         xplus1 when xplus0 is not a register.
7521
7522 Thu Nov 13 11:41:42 1997  Jeffrey A Law  (law@cygnus.com)
7523
7524         * flow.c (find_basic_blocks): During marking phase, if we encounter
7525         an insn with a REG_LABEL note, make the target block live and
7526         create an edge from the insn to the target block.  Do not make
7527         edges from all blocks to the target block.
7528
7529         * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
7530
7531         * confiugre.in: Tweak NCR entries.
7532         * configure: Rebuilt.
7533
7534 Thu Nov 13 11:07:41 1997  Michael Meissner  <meissner@cygnus.com>
7535
7536         * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
7537         pick apart floating point values, instead of using CONST_DOUBLE_LOW
7538         and CONST_DOUBLE_HIGH.
7539
7540         * rs6000.md (define_splits for DF constants): Use the appropriate
7541         REAL_VALUE_* interface to pick apart DF floating point constants in
7542         a machine independent fashion.
7543
7544 Thu Nov 13 00:06:58 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7545
7546         * fold-const.c (fold_truthop): When changing a one-bit comparison
7547         against zero into a comparison against mask, do a proper sign
7548         extension.
7549
7550 Wed Nov 12 09:37:01 1997  Jeffrey A Law  (law@cygnus.com)
7551
7552         * except.c: Do not include "assert.h".
7553         (save_eh_status): Turn asserts into conditional aborts.
7554         (restore_eh_status, scan_region): Likewise.
7555         * dwarfout.c: Do not include "assert.h".
7556         (bit_offset_attribute): Turn asserts into conditional aborts.
7557         (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
7558         (output_inlined_structure_type_die): Likewise.
7559         (output_inlined_union_type_die): Likewise
7560         (output_tagged_type_instantiation): Likewise.
7561         (dwarfout_file_scope_decl): Likewise.
7562         * dwarf2out.c: Do not include "assert.h"
7563         (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
7564         (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
7565         (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
7566         (add_bit_size_attribute, scope_die_for): Likewise.
7567         (output_pending_types_for_scope): Likewise.
7568         (get_inlined_enumeration_type_die): Likewise.
7569         (get_inlined_structure_type_die): Likewise.
7570         (get_inlined_union_type_die, gen_subprogram_die): Likewise.
7571         (gen_tagged_type_instantiation_die): Likewise.
7572
7573         * flow.c (find_basic_blocks): Refine further to get a more correct
7574         cfg, especially in the presense of exception handling, computed
7575         gotos, and other non-trivial cases.  Call abort if an inaccuracy
7576         is detected in the cfg.
7577
7578 Tue Nov 11 21:47:27 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7579
7580         * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
7581
7582         * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
7583         (skip_white_space): Use whitespace_cr.
7584         (check_newline): Handle whitespace more consistently.
7585
7586 Tue Nov 11 16:25:49 1997  Jim Wilson  <wilson@cygnus.com>
7587
7588         * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
7589         * i386/xm-cygwin32.h (POSIX): Define.
7590
7591 Mon Nov 10 20:53:11 1997  Gavin Koch  <gavin@cygnus.com>
7592
7593         * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
7594         is available elsewhere.
7595
7596 Mon Nov 10 16:21:58 1997  Doug Evans  <devans@canuck.cygnus.com>
7597
7598         * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
7599         what the instruction can handle.
7600
7601 Mon Nov 10 03:02:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
7602
7603         * stmt.c (expand_decl_cleanup_no_eh): New fn.
7604
7605         * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
7606
7607 Mon Nov 10 00:05:56 1997  Jeffrey A Law  (law@cygnus.com)
7608
7609         * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
7610         (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
7611
7612 Sun Nov  9 14:34:47 1997  David Edelsohn  <edelsohn@mhpcc.edu>
7613
7614         * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
7615         swap instruction order.
7616
7617 Sun Nov  9 02:07:16 1997  Jeffrey A Law  (law@cygnus.com)
7618
7619         * fixinc.svr4 (__STDC__): Add another case.
7620
7621 Sun Nov  9 02:00:29 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7622
7623         * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
7624         addresses in the epilogue delay slot.
7625
7626 Sun Nov  9 01:40:40 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7627
7628         * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
7629         in generated `specs' file.
7630
7631 Sun Nov  9 01:37:11 1997  Jim Wilson  (wilson@cygnus.com)
7632
7633         * flags.h (flag_rerun_loop_opt): Declare.
7634         * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
7635         * toplev.c (flag_rerum_loop_opt): Delete static.
7636
7637 Sat Nov  8 18:20:21 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7638
7639         Bring over from FSF:
7640
7641         Thu Oct 30 12:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7642
7643         * va-sh.h (__va_arg_sh1): Define.
7644         (va_arg): Use it.
7645         SH3E doesn't use any integer registers for subsequent arguments
7646         once a non-float value was passed in the stack.
7647         * sh.c (machine_dependent_reorg): If optimizing, put explicit
7648         alignment in front label for ADDR_DIFF_VEC.
7649         * sh.h (PASS_IN_REG_P): Fix SH3E case.
7650         (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
7651
7652         Tue Oct 28 15:06:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7653
7654         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
7655         svr4.h.
7656
7657         Mon Oct 27 16:11:52 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7658
7659         * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
7660         put an use_sfunc_addr before each sfunc.
7661         * sh.md (use_sfunc_addr, dummy_jump): New insns.
7662         (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
7663
7664         Tue Oct 21 07:12:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7665
7666         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
7667
7668 Fri Nov  7 10:22:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7669
7670         * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
7671         linked once FDEs.
7672
7673 Wed Nov  5 14:26:05 1997  Jeffrey A Law  (law@cygnus.com)
7674
7675         * alias.c (find_base_value): Only return the known base value for
7676         pseudo registers.
7677
7678 Wed Nov  5 11:27:14 1997  Jim Wilson  <wilson@cygnus.com>
7679
7680         * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
7681         * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
7682         to pattern.
7683         (prologue_get_pc_and_set_got): New pattern.
7684
7685 Tue Nov  4 20:36:50 1997  Richard Henderson  (rth@cygnus.com)
7686
7687         * alpha.c (summarize_insn): Handle ASM_OPERANDS.  Don't recurse
7688         for SUBREG, just fall through.
7689
7690         * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
7691
7692         * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
7693
7694 Tue Nov  4 18:49:42 1997  Jeffrey A Law  (law@cygnus.com)
7695
7696         * fixincludes: Fix "hypot" prototype in NeXT math.h.
7697
7698         * Makefile.in (USE_ALLOCA): Always include alloca.o.
7699         (USE_HOST_ALLOCA): Likewise.
7700
7701         * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
7702         and LABEL_REFS fields.
7703         * rtl.h (LABEL_REFS): Update.
7704
7705 Tue Nov  4 16:55:11 1997  Jim Wilson  <wilson@cygnus.com>
7706
7707         * combine.c (try_combine): When setting elim_i2, check whether newi2pat
7708         sets i2dest.  When calling distribute_notes for i3dest_killed, pass
7709         elim_i2 and elim_i1.  When setting elim_i1, check if newi2pat
7710         sets i1dest.
7711
7712         * mips.md (insv, extzv, extv): Add change_address call.
7713         (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
7714
7715         * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
7716
7717         * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
7718
7719         * mips.c (mips_expand_epilogue): Emit blockage insn before call to
7720         save_restore_insns if no FP and GP will be restored.
7721
7722         * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
7723         Convert CCmode to word_mode before calling GET_MODE_SIZE.
7724
7725         * acconfig.h (HAVE_INTTYPES_H): Undef.
7726         * configure.in (inttypes.h): Check for conflicts between sys/types.h
7727         and inttypes.h, and verify that intmax_t is defined.
7728         * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
7729         * config/mips/x-iris3: Likewise.
7730
7731 Tue Nov  4 16:07:15 1997  Jeffrey A Law  (law@cygnus.com)
7732
7733         * alias.c (find_base_value): When copying arguments, return the
7734         tenative value for a hard register.
7735
7736 Tue Nov  4 13:40:35 1997  Doug Evans  <devans@canuck.cygnus.com>
7737
7738         * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
7739         (yylex): Record wide strings using target endianness, not host.
7740
7741 Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
7742
7743         * mn10200.h (ASM_OUTPUT_BSS): Delete.
7744         (ASM_OUTPUT_ALIGNED_BSS): New macro
7745         * mn10300.h (ASM_OUTPUT_BSS): Delete.
7746         (ASM_OUTPUT_ALIGNED_BSS): New macro.
7747         * v850.h (ASM_OUTPUT_BSS): Delete.
7748         (ASM_OUTPUT_ALIGNED_BSS): New macro.
7749
7750 Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7751
7752         * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
7753
7754 Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
7755
7756         * configure.in (sco5): Use cpio to install header files.
7757
7758 Sun Nov  2 23:31:43 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7759
7760         * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
7761         14 char length.
7762         * configure: Rebuild.
7763
7764 Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
7765
7766         * i386/sco5.h: enable -gstabs once again.
7767
7768 Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
7769
7770         * arm.c (output_move_double): Allocate 3 entries in otherops array.
7771
7772 Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
7773
7774         * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
7775         notes for sjlj exceptions too.
7776         (expand_eh_region_end): Similarly for EH_REGION_END notes.
7777         (exception_optimize): Optimize EH regions for sjlj exceptions too.
7778         * final.c (final_scan_insn): Don't output labels for EH REGION
7779         notes if doing sjlj exceptions.
7780
7781 Sat Nov  1 19:15:28 1997  Jeffrey A Law  (law@cygnus.com)
7782
7783         * alias.c (init_alias_analysis): Handle -fno-alias-check when
7784         optimizing correctly.
7785
7786         * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
7787         or set current_function_calls_setjmp anymore.
7788
7789         * flow.c (find_basic_blocks): If we delete the label for an
7790         exception handler, remove it from the EH label list and remove
7791         the EH_BEGIN/EH_END notes for that EH region.
7792
7793 Sat Nov  1 16:44:49 1997  Jason Merrill  (jason@cygnus.com)
7794
7795         * flow.c (find_basic_blocks): Generate correct flow control
7796         information when exception handling notes are present.
7797
7798 Sat Nov  1 13:42:19 1997  Jeffrey A Law  (law@cygnus.com)
7799
7800         * dwarf2out.c (output_call_frame_info): Fix length argument
7801         to ASM_OUTPUT_ASCII.
7802         (output_die, output_pubnames, output_line_info): Likewise.
7803
7804 Fri Oct 31 07:10:09 1997  Jeffrey A Law  (law@cygnus.com)
7805
7806         * version.c: Bump for snapshot.
7807
7808         * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
7809         output ASCII by default.  Only use ASM_OUTPUT_DWARF_STRING if
7810         flag_debug_asm is on.
7811         (output_die, output_pubnames, output_line_info): Likewise.
7812
7813         * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
7814         and static_chain_rtx into the potential base values array if
7815         they are registers.
7816
7817         * alias.c (new_reg_base_value): New array of potential base values.
7818         (unique_id): Now file scoped static.
7819         (find_base_value, case REG): Return the value in reg_base_value
7820         array for the REG if it exists.  Else, return the value from
7821         new_reg_base_value if copying args and REG is a hard register.
7822         (find_base_value, case PLUS): If either operand of the PLUS is
7823         a REG, try to get its base value.  Handle base + index and
7824         index + base.
7825         (record_set): Use new_reg_base_value instead of reg_base_value.
7826         (init_alias_analysis): Allocate space for new_reg_base_value too.
7827         Rework code to iterate over the insns propagating base value
7828         information until nothing changes.
7829
7830         * global.c (global_alloc): Free the conflict matrix after
7831         reload has finished.
7832
7833 Fri Oct 31 01:45:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
7834
7835         * libgcc2.c (L_eh): Define __eh_pc.
7836         Replace __eh_type with generic pointer __eh_info.
7837
7838 Fri Oct 31 00:34:55 1996  J"orn Rennecke <amylaar@cygnus.co.uk>
7839
7840         * expr.c (expand_increment): When enqueing a postincrement for a MEM,
7841         use copy_to_reg if address is not a general_operand.
7842
7843 Fri Oct 31 00:16:55 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7844
7845         * profile.c (output_func_start_profiler): Clear flag_inline_functions
7846         for the duration of the call to rest_of_compilation.
7847
7848 Thu Oct 30 14:40:10 1997  Doug Evans  <devans@canuck.cygnus.com>
7849
7850         * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
7851         Set extra_parts.
7852         (sparc*-*-*): Recognize --with-cpu=v9.
7853         * sparc/elf.h: New file.
7854         * sparc/t-elf: New file.
7855
7856 Thu Oct 30 13:26:12 1997  Jeffrey A Law  (law@cygnus.com)
7857
7858         * mn10300.c (const_8bit_operand): New function.
7859         (mask_ok_for_mem_btst): New funtion.
7860         * mn10300.md (btst patterns with mem operands): Use new functions
7861         to avoid creating btst instructions with invalid operands.
7862
7863 Wed Oct 29 16:57:19 1997  Michael Meissner  <meissner@cygnus.com>
7864
7865         * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
7866         are running on PowerPC Linux.
7867
7868 Wed Oct 29 13:10:11 1997  Gavin Koch  <gavin@cygnus.com>
7869
7870         * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
7871         if not previously defined.
7872
7873 Tue Oct 28 23:55:27 1997  Doug Evans  (devans@cygnus.com)
7874
7875         * function.c (assign_parms): Correct mode of stack_parm if
7876         entry_parm underwent a mode conversion.
7877
7878 1997-10-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
7879
7880         * global.c (global_alloc): Use xmalloc instead of alloca for
7881         CONFLICTS, since max_allocno * allocno_row_words alone can be more
7882         than 2.5Mb sometimes.
7883
7884 Tue Oct 28 15:29:15 1997  Richard Henderson  <rth@cygnus.com>
7885
7886         * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
7887         DEST for the spill, adjust mode of SRC to compensate.
7888
7889 Tue Oct 28 14:36:45 1997  Richard Henderson  <rth@cygnus.com>
7890
7891         * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
7892         since any_memory_operand() allows pseudos during reload.
7893         (reload_inhi, reload_outqi, reload_outhi): Likewise.
7894
7895 Tue Oct 28 11:53:14 1997  Jim Wilson  <wilson@cygnus.com>
7896
7897         * m68k.md (btst patterns): Add 5200 support.
7898
7899 Tue Oct 28 11:58:40 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
7900
7901         * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
7902         optimizations, look inside dividend to determine if the expression
7903         can be simplified by using EXACT_DIV_EXPR.
7904
7905 Tue Oct 28 10:19:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
7906
7907         From Brendan:
7908         * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
7909
7910 Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
7911
7912         * alpha.c (summarize_insn [SUBREG]): Propogate SET.
7913
7914 Mon Oct 27 23:59:26 1997  Richard Henderson  <rth@cygnus.com>
7915
7916         * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
7917         on a CLOBBER.
7918
7919 Mon Oct 27 21:25:20 1997  Richard Henderson  <rth@cygnus.com>
7920
7921         * alpha.md (movqi, movhi): Make sure new insns created during reload
7922         won't need reloading themselves.
7923         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
7924
7925 Mon Oct 27 16:11:10 1997  Jeffrey A Law  (law@cygnus.com)
7926
7927         * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
7928
7929 Sun Oct 26 13:50:44 1997  Richard Henderson  <rth@cygnus.com>
7930
7931         * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
7932         Patch from Klaus Kaempf <kkaempf@progis.de>.
7933
7934 Sun Oct 26 13:31:47 1997  Jim Wilson  (wilson@cygnus.com)
7935
7936         * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
7937         to an element in a constant string.
7938
7939 Sun Oct 26 11:41:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
7940
7941         * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
7942         bit PC-relative offset.  The exception range table pointer is now in
7943         the CIE.
7944         * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
7945         (count_fdes, add_fdes, get_cie): Adjust.
7946         (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
7947
7948         From H.J. Lu:
7949         * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
7950
7951 Sun Oct 26 11:52:01 1997  Richard Henderson  <rth@cygnus.com>
7952
7953         * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
7954         like stack_pointer_rtx.
7955
7956 Sun Oct 26 11:32:16 1997  Manfred Hollstein  <manfred@s-direktnet.de>
7957
7958         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7959         targets using "$@" to provide support for similar but not identical
7960         targets without having to duplicate code.
7961         (bootstrap4): New goal.
7962
7963         * Makefile.in (compare, compare-lean, compare3): Combined to one
7964         ruleset determining actions to be performed via $@.
7965         (compare4, compare4-lean): New targets.
7966         (gnucompare, gnucompare3): Combined to one ruleset determining
7967         actions to be performed via $@. Also, note which files failed
7968         the comparison test in .bad_compare.
7969         (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
7970
7971 Sun Oct 26 10:06:11 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
7972
7973         * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
7974         if the dividend is a multiple of the divisor.
7975
7976 Sun Oct 26 09:21:40 1997  Jeffrey A Law  (law@cygnus.com)
7977
7978         * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
7979
7980         * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
7981         and POS_DEC.
7982
7983         * alias.c (true_dependence): Fix typo.
7984
7985         * toplev.c (flag_rerun_loop_opt): New variable.
7986         (f_options): Handle -frerun-loop-opt.
7987         (rest_of_compilation): If -frerun-loop-opt, then run the loop
7988         optimizer twice.
7989         (main): Enable -frerun-loop-opt by default for -O2 or greater.
7990
7991         * loop.c (simplify_giv_expr): Adding two invariants results
7992         in an invariant.
7993
7994 Sun Oct 26 09:15:15 1997  Richard Henderson  <rth@cygnus.com>
7995
7996         * expr.c (get_inner_reference): Remove the array bias after
7997         converting the index to Pmode.
7998
7999 Sat Oct 25 12:20:58 1997  Jeffrey A Law  (law@cygnus.com)
8000
8001         * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
8002         (TARGET_MULT_BUG): Define.
8003         (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
8004         * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
8005
8006 Fri Oct 24 17:40:34 1997  Jeffrey A Law  (law@cygnus.com)
8007
8008         * mn10200.c (indirect_memory_operand): Delete unused function.
8009         * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
8010         * mn10200.md (bset, bclr insns): Handle output in a reg too.
8011
8012 Fri Oct 24 15:54:57 1997  Richard Henderson  <rth@cygnus.com>
8013
8014         * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
8015         the callee's ldgp, we must do it ourselves, and we use the jsr tag
8016         for more than scheduling.
8017
8018 Fri Oct 24 13:23:04 1997  Doug Evans  <devans@canuck.cygnus.com>
8019
8020         * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
8021
8022 Fri Oct 24 13:19:40 1997  Jeffrey A Law  (law@cygnus.com)
8023
8024         * mn10300.c (symbolic_operand, legitimize_address): New functions.
8025         * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
8026         (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
8027
8028 Thu Oct 23 09:35:12 1997  Jeffrey A Law  (law@cygnus.com)
8029
8030         * version.c: Bump for snapshot.
8031
8032 Thu Oct 23 08:03:59 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8033
8034         * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
8035         for FILENAME.
8036
8037 Wed Oct 22 00:34:12 1997  Jeffrey A Law  (law@cygnus.com)
8038
8039         * toplev.c (flag_exceptions): Default value is 2.
8040         (compile_file): If flag_exceptions still has the value 2, then
8041         set it to 0.
8042
8043         * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
8044         (rs6000_save_machine_status): Save pic_offset_table_rtx.
8045         (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
8046
8047         * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
8048         are shared.
8049
8050         * rs6000.md (*movsi_got_internal_mem): New pattern.
8051         (*movsi_got_internal_mem splitter): New define_split.
8052
8053 Tue Oct 21 18:14:03 1997  Jim Wilson  <wilson@cygnus.com>
8054
8055         * obstack.h (obstack_empty_p): Fix spurious space after backslash.
8056
8057 Tue Oct 21 18:34:01 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
8058
8059         * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
8060         only need to save LR.
8061
8062 Tue Oct 21 10:06:40 1997  Jeffrey A Law  (law@cygnus.com)
8063
8064         * mn10300.md (movqi, movhi): Avoid using address registers as
8065         destinations unless absolutely necessary.
8066
8067         * mn10200.c (expand_prologue): Fix typo.
8068
8069         * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
8070         addresses.
8071         * mn10200.md (neghi2): Provide an alternative which works if
8072         the input and output register are the same.
8073
8074         * mn10300.c (print_operand): Handle 'S'.
8075         * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
8076         shift amount in last alternative
8077
8078         * mn10300.c (expand_epilogue): Rework to handle register restores
8079         in "ret" and "retf" instructions correctly.
8080
8081 Mon Oct 20 16:47:08 1997  Jim Wilson  <wilson@cygnus.com>
8082
8083         * expmed.c (extract_bit_field): Don't make flag_force_mem disable
8084         extzv for memory operands.
8085
8086         * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
8087         redundant conditional moves to single operand.
8088
8089 Mon Oct 20 15:30:26 1997  Nick Clifton  <nickc@cygnus.com>
8090
8091         * v850.h: Move define of __v850__ from CPP_PREDEFINES
8092         to CPP_SPEC.
8093
8094         * xm-v850.h: Use __v850 rather than __v850__ to
8095         identify v850 port.
8096
8097 Mon Oct 20 14:15:02 1997  Jim Wilson  <wilson@cygnus.com>
8098
8099         * mips/mips.c (compute_frame_size): Not a leaf function if
8100         profile_flag set.
8101
8102 Mon Oct 20 14:16:38 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
8103
8104         * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
8105
8106 Mon Oct 20 12:28:17 1997  Doug Evans  <devans@canuck.cygnus.com>
8107
8108         * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
8109         (DEFAULT_ARCH32_P): New macro.
8110         (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
8111         (enum cmodel): Declare.
8112         (sparc_cmodel_string,sparc_cmodel): Declare.
8113         (SPARC_DEFAULT_CMODEL): Provide default.
8114         (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
8115         (TARGET_FULLANY): Deleted.
8116         (TARGET_CM_MEDMID): New macro.
8117         (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
8118         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
8119         (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
8120         (CPP_SPEC): Rewrite.
8121         (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
8122         (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
8123         (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
8124         (ASM_SPEC): Add %(asm_arch).
8125         (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
8126         Rename asm_default to asm_cpu_default.
8127         Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
8128         cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
8129         (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
8130         ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
8131         (MASK_INT64,MASK_LONG64): Delete.
8132         (MASK_ARCH64): Renamed to MASK_64BIT.
8133         (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
8134         (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
8135         (TARGET_SWITCHES): Always provide 64 bit options.
8136         (ARCH64_SWITCHES): Delete.
8137         (TARGET_OPTIONS): New option -mcmodel=.
8138         (INT_TYPE_SIZE): Always 32.
8139         (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
8140         (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
8141         (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
8142         (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
8143         * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
8144         CPP_SPEC.
8145         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8146         * sparc/linux.h: Likewise.
8147         * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
8148         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
8149         (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
8150         (SPARC_DEFAULT_CMODEL): Define.
8151         (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8152         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8153         (LONG_DOUBLE_TYPE_SIZE): Define.
8154         (ASM_SPEC): Add %(asm_arch).
8155         * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8156         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8157         (TARGET_CPU_DEFAULT): Add ultrasparc case.
8158         * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
8159         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
8160         (SPARC_DEFAULT_CMODEL): Define.
8161         * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
8162         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.  Delete
8163         MASK_LONG64, MASK_MEDANY.
8164         (SPARC_DEFAULT_CMODEL): Define.
8165         (CPP_PREDEFINES): Delete.
8166         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
8167         (ASM_SPEC): Add %(asm_arch).
8168         (LONG_DOUBLE_TYPE_SIZE): Define.
8169         (DWARF2_DEBUGGING_INFO): Define.
8170         * sparc/splet.h (CPP_SPEC): Delete.
8171         * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
8172         (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
8173         (BLOCK_PROFILER): Likewise.
8174         * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
8175         (sparc_override_options): Handle code model selection.
8176         (sparc_init_expanders): Renamed from sparc64_init_expanders.
8177         * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
8178         TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
8179         (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
8180         (sethi_di_fullany): Delete.
8181
8182 Mon Oct 20 02:00:18 1997  Klaus Kaempf <kkaempf@progis.de>
8183                           Jeff Law <law@cygnus.com>
8184                           Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8185
8186         * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
8187         (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
8188         (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
8189         (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
8190         * alpha/alpha.md (arg_home): Likewise.
8191
8192         * alpha/alpha.c (vmskrunch): Delete
8193         * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
8194         * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
8195         truncate to 64 characters.
8196
8197         * make-l2.com: Support openVMS/Alpha.
8198
8199         * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
8200
8201 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8202
8203         * longlong.h (count_leading_zeros): Add missing casts to USItype.
8204
8205 Sun Oct 19 18:44:06 1997  Jeffrey A Law  (law@cygnus.com)
8206
8207         * i386/bsd386.h (ASM_COMMENT_START): Define.
8208
8209 Sat Oct 18 13:47:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
8210
8211         * tree.c (restore_tree_status): Also free up temporary storage
8212         when we finish a toplevel function.
8213         (dump_tree_statistics): Print stats for backend obstacks.
8214
8215 Sat Oct 18 12:47:31 1997  Doug Evans  <dje@canuck.cygnus.com>
8216
8217         * expr.c (use_group_regs): Don't call use_reg for MEMs.
8218
8219 Sat Oct 18 09:49:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
8220
8221         * libgcc2.c (__throw): Don't copy the return address.
8222         * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
8223
8224         * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
8225         * toplev.c (main): Initialize exceptions_via_longjmp.
8226
8227         * tree.c: Add extra_inline_obstacks.
8228         (save_tree_status): Use it.
8229         (restore_tree_status): If this is a toplevel inline obstack and we
8230         didn't want to save anything on it, recycle it.
8231         (print_inline_obstack_statistics): New fn.
8232         * function.c (pop_function_context_from): Pass context to
8233         restore_tree_status.
8234         * obstack.h (obstack_empty_p): New macro.
8235
8236 Sat Oct 18 00:43:59 1997  Jeffrey A Law  (law@cygnus.com)
8237
8238         * i386/freebsd.h (ASM_COMMENT_START): Fix.
8239
8240 Fri Oct 17 23:48:52 1997  Jim Wilson  (wilson@cygnus.com)
8241
8242         * v850.c (ep_memory_offset): New function.
8243         (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
8244
8245         * v850.h (CONST_OK_FOR_*): Add and correct comments.
8246         (CONSTANT_ADDRESS_P): Add comment.
8247         (EXTRA_CONSTRAINT): Define 'U'.
8248         * v850.md: Add comments on bit field instructions.
8249         (addsi3): Delete &r/r/r alternative.  Add r/r/U alternative.
8250         (lshrsi3): Use N not J constraint.
8251
8252         * v850.md (v850_tst1+1): New define_split for tst1 instruction.
8253
8254         * v850.c (reg_or_0_operand): Call register_operand.
8255         (reg_or_int5_operand): Likewise.
8256         * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
8257         (TARGET_SWITCHES): Add "big-switch".
8258         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
8259         ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
8260         (CASE_DROPS_THROUGH): Comment out.
8261         (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
8262         * v850.md (cmpsi): Delete compare mode.
8263         (casesi): New pattern.
8264
8265         * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
8266         * v850.md (ashlsi3): Use SImode not QImode for shift count.
8267         (lshrsi3): Likewise.
8268
8269         * v850.c (print_operand): Add 'c', 'C', and 'z' support.  Delete
8270         unreachable switch statement after 'b' support.  Remove "b" from
8271         strings for 'b' support.
8272         * v850.md (branch_normal, branch_invert): Change %b to b%b.
8273
8274 Fri Oct 17 23:33:20 1997  Jeffrey A Law  (law@cygnus.com)
8275
8276         * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
8277         empty line if @inhibit_libc@ is empty.
8278
8279 Fri Oct 17 23:24:40 1997  Robert Lipe (robertl@dgii.com)
8280
8281         * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
8282         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
8283         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8284         (DWARF2_UNWIND_INFO): Let this track object file format.
8285         (EXTRA_SECTIONS): Add in_eh.
8286         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
8287         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
8288
8289 Fri Oct 17 17:13:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
8290
8291         * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
8292         * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
8293         TARGET_MEDANY.
8294         * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
8295         (output_double_int): Output DI mode values correctly when
8296         HOST_BITS_PER_WIDE_INT is 64.
8297         (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
8298         fmovd so it works if a quad float ends up in one of the upper 32
8299         float regs.
8300         * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
8301         necessary for PIC support on sparc64.
8302
8303 Fri Oct 17 13:39:56 1997  Doug Evans  <dje@canuck.cygnus.com>
8304
8305         * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
8306         * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
8307         (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
8308         (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
8309         (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
8310         (SPARC_FP_ARG_FIRST): New macro.
8311         (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
8312         (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
8313         (NPARM_REGS): There are 32 fp argument registers now.
8314         (FUNCTION_ARG_REGNO_P): Likewise.
8315         (FIRST_PARM_OFFSET): Update to new v9 abi.
8316         (REG_PARM_STACK_SPACE): Define for arch64.
8317         (enum sparc_arg_class): Delete.
8318         (sparc_arg_count,sparc_n_named_args): Delete.
8319         (struct sparc_args): Redefine and use for arch32 as well as arch64.
8320         (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
8321         (FUNCTION_ARG_ADVANCE): Rewrite.
8322         (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
8323         (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
8324         (FUNCTION_ARG_CALLEE_COPIES): Delete.
8325         (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
8326         (STRICT_ARGUMENT_NAMING): Define.
8327         (doublemove_string): Declare.
8328         * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
8329         (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
8330         (doublemove_string): New function.
8331         (output_move_quad): Clean up some of the arch64 support.
8332         (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
8333         Don't add 8 bytes of reserved space if arch64.
8334         (sparc_builtin_saveregs): Combine arch32/arch64 versions.
8335         (init_cumulative_args): New function.
8336         (function_arg_slotno): New static function.
8337         (function_arg,function_arg_partial_nregs): New functions.
8338         (function_arg_{pass_by_reference,advance}): New functions.
8339         (function_arg_padding): New function.
8340         * ginclude/va-sparc.h: Rewrite v9 support.
8341
8342 Fri Oct 17 12:29:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
8343
8344         * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
8345         for hard regs to determine base and index registers.
8346
8347         * reload.c (debug_reload_to_stream): New function.  Specify stream
8348         into which to write debug info.
8349         (debug_reload): Modify to call debug_reload_to_stream with stderr.
8350
8351 Thu Oct 16 15:07:51 1997  Richard Henderson  <rth@cygnus.com>
8352
8353         * combine.c (can_combine_p): Don't combine with an asm whose
8354         output is a hard register.
8355
8356 Thu Oct 16 15:43:26 1997  Mike Stump  (mrs@wrs.com)
8357
8358         * c-decl.c (start_struct): Ensure that structs with forward
8359         declarations are in fact packed when -fpack-struct is given.
8360
8361         * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
8362         we are packing a structure.  This allows a structure with only
8363         bytes to be aligned on a byte boundary and have no padding on a
8364         m68k.
8365
8366 Thu Oct 16 15:17:54 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8367
8368         * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
8369
8370 Thu Oct 16 11:20:30 1997  Richard Henderson  <rth@cygnus.com>
8371
8372         * alpha.c (alpha_return_addr_rtx): New variable.
8373         (alpha_save_machine_status): New; save it.
8374         (alpha_restore_machine_status): New; restore it.
8375         (alpha_init_expanders): New; clear it.
8376         (alpha_return_addr): New; set it.
8377         (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
8378         is overly conservative, so search the insns explicitly.
8379         (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
8380         (alpha_sa_size [VMS && !VMS]): Likewise.
8381         * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
8382         (INIT_EXPANDERS): New definition.
8383
8384         * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
8385         (output_prolog [!VMS]): Use them.
8386
8387         * alpha.c (output_prolog [!VMS]): Move gp detection to ...
8388         (alpha_does_function_need_gp): ... a new function.  Refine the
8389         CALL_INSN test to just TYPE_JSR.
8390         * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
8391
8392 Thu Oct 16 09:36:47 1997  Jeffrey A Law  (law@cygnus.com)
8393
8394         * version.c: Bump for snapshot.
8395
8396 Wed Oct 15 21:38:18 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8397
8398         * pa.c (move_operand): Respect -mdisable-indexing.
8399         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
8400
8401 Wed Oct 15 21:34:45 1997  David Edelsohn  <edelsohn@mhpcc.edu>
8402
8403         * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
8404         PPC601.
8405         (umulsidi3,umulsi3_highpart): Ditto.
8406         (smulsi3_highpart_no_mq): Add !TARGET_POWER.
8407
8408 Wed Oct 15 18:21:46 1997  Richard Henderson  <rth@cygnus.com>
8409
8410         * alpha.c (final_prescan_insn): Gut, remove and transform to ...
8411         (alpha_handle_trap_shadows): ... a new function.  Handle the entire
8412         function in one go.  Emit RTL for trapb, instead of printf directly.
8413         (alpha_reorg): New function.  Call alpha_handle_trap_shadows.
8414         (trap_pending): Kill global variable.
8415         (output_epilog): Don't call final_prescan_insn.
8416         (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
8417         * alpha.h (FINAL_PRESCAN_INSN): Remove.
8418         (MACHINE_DEPENENT_REORG): Define.
8419         * alpha.md (jsr patterns with trapb): Stupid and useless.  Kill.
8420         (trapb): New insn.
8421
8422 Wed Oct 15 18:16:05 1997  Richard Henderson  <rth@cygnus.com>
8423
8424         Tune Haifa scheduler for Alpha:
8425         * alpha.h (ISSUE_RATE): Define.
8426         * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
8427         EV4 adjustments to EV5.
8428         * alpha.md: Remove all scaling from function unit delays.  Rework
8429         EV5 function units to match the CPU.
8430         (umuldi3_highpart): EV5 added the IMULH insn class.
8431
8432 Wed Oct 15 17:42:41 1997  Jeffrey A Law  (law@cygnus.com)
8433
8434         * pa.c (following_call): Fail if the CALL_INSN is an indirect
8435         call.
8436
8437 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
8438
8439         * cplus-dem.c (demangle_signature): Don't look for return types on
8440         constructors.  Handle member template constructors.
8441
8442 Tue Oct 14 11:30:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
8443
8444         * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
8445         * tree.h: Declare them.
8446
8447 Fri Oct 10 13:46:56 1997  Doug Evans  <dje@canuck.cygnus.com>
8448
8449         * configure.in: Handle --with-newlib.
8450         * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
8451
8452         * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
8453
8454 Wed Oct  8 14:37:44 1997  Jeffrey A Law  (law@cygnus.com)
8455
8456         * config/ptx4.h: Fix typo.
8457
8458 Wed Oct  8 08:57:20 1997  Jeffrey A Law  (law@cygnus.com)
8459
8460         * version.c: Bump for snapshot.
8461
8462 Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
8463
8464         * aclocal.m4: Substitute INSTALL.
8465         * configure: Re-built.
8466
8467 Tue Oct  7 15:37:35 1997  Jeffrey A Law  (law@cygnus.com)
8468
8469         * integrate.c (save_for_inline_copying): Avoid undefined pointer
8470         operations.
8471         (expand_inline_function): Likewise.
8472
8473         * dwarf2out.c (output_call_frame_info): Reinstate last change
8474         using flag_debug_asm check instead of flag_verbose_asm.
8475
8476 Tue Oct  7 12:57:26 1997  Jim Wilson  <wilson@cygnus.com>
8477
8478         * dwarf2out.c (output_call_frame_info): Remove last change.
8479
8480 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8481
8482         * frame.c (__frame_state_for): Execute the FDE insns until the
8483         current pc value is strictly bigger than the target pc value.
8484
8485 Tue Oct  7 11:00:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
8486
8487         * regclass.c (init_reg_modes): If we can't find a mode for the
8488         register, use the previous one.
8489
8490 Tue Oct  7 10:55:34 1997  Richard Henderson  <rth@cygnus.com>
8491
8492         * haifa-sched.c (print_block_visualization): Call fprintf directly,
8493         don't sprintf through an alloca'ed buffer.
8494
8495 Tue Oct  7 10:52:29 1997  Thomas Koenig (ig25@rz.uni-karlsruhe.de)
8496
8497         * reload.c (decompose): Always initialize val.base.
8498
8499 Tue Oct  7 10:19:26 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
8500
8501         * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
8502         instead of aborting.
8503         * dwarf2out.c (output_call_frame_info): Call app_enable and
8504         app_disable to let GNU as accept the generated comments.
8505
8506 Tue Oct  7 11:41:21 1997  Michael Meissner  <meissner@cygnus.com>
8507
8508         * tree.h (get_file_function_name): Add declaration.
8509         * dwarf2out.c (output_call_frame_info): No need to cast
8510         get_file_function_name call anymore.
8511         * profile.c (toplevel): Remove get_file_function_name
8512         declaration.
8513         * c-lang.c (finish_file): Ditto.
8514
8515 Tue Oct  7 10:01:45 1997  Chip Salzenberg <chip@rio.atlantic.net>
8516
8517         * Makefile.in (program_transform_name): Let autoconf substitute
8518         the correct value.
8519
8520 Tue Oct  7 09:54:35 1997  Jeffrey A Law  (law@cygnus.com)
8521
8522         * haifa-sched.c (schedule_block): If the first real insn in a
8523         block has any special notes attached to it, remove them.
8524
8525 Tue Oct  7 09:48:51 1997  Richard Henderson  <rth@cygnus.com>
8526
8527         * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
8528
8529 Mon Oct  6 12:47:32 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
8530
8531         * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
8532
8533 Mon Oct  6 12:04:24 1997  Jeffrey A Law  (law@cygnus.com)
8534
8535         * Makefile.in (check-g77): New test target.
8536         (CHECK-TARGETS): Add check-g77.
8537
8538 Fri Oct  3 11:56:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8539
8540         * toplev.c (rest_of_compilation): Defer all non-nested inlines.
8541
8542 Fri Oct  3 15:49:27 1997  Michael Meissner  <meissner@cygnus.com>
8543
8544         * flow.c (print_rtl_with_bb): Cast alloca return value for
8545         in_bb_p.
8546
8547 Thu Oct  2 21:15:03 1997  Richard Henderson  <rth@cygnus.com>
8548
8549         * i386.h (RETURN_ADDR_RTX): New definition that works for
8550         __builtin_return_address(0) and -fomit-frame-pointer.
8551
8552 Wed Oct  1 13:43:53 1997  Jim Wilson  <wilson@cygnus.com>
8553
8554         Bring over from FSF.
8555         Tue Aug  5 16:10:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
8556
8557         * mips.c (function_arg): Handle passing a struct
8558         containing a double in a DFmode register without the PARALLEL.
8559
8560 Wed Oct  1 11:13:25 1997  Ian Lance Taylor  <ian@cygnus.com>
8561
8562         * pexecute.c: Use spawn if __CYGWIN32__.
8563
8564         * pexecute.c: Include "config.h" first, as per autoconf manual
8565         (from Paul Eggert  <eggert@twinsun.com>).
8566
8567 Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
8568
8569         * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
8570         optimisation for f/expr.o and f/stb.o.
8571
8572 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
8573
8574         * cse.c (this_insn_cc0_mode): Initialize.
8575
8576 Tue Sep 30 23:09:40 1997  Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
8577
8578         * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
8579
8580         * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
8581
8582 Tue Sep 30 23:06:43 1997  Richard Henderson  <rth@cygnus.com>
8583
8584         * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
8585         that pair will dual-issue on the 21164 and plus+beq won't.
8586         (bne): Likewise for cmpeq+beq.
8587
8588 Tue Sep 30 16:07:58 1997  Jim Wilson  <wilson@cygnus.com>
8589
8590         * except.c (find_exception_handler_labels): Correct argument to free.
8591
8592 Tue Sep 30 11:00:00 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8593
8594         * except.c (find_exception_handler_labels): Free LABELS when we're
8595         done.
8596
8597 Mon Sep 29 14:04:35 1997  Jeffrey A Law  (law@cygnus.com)
8598
8599         * version.c: Bump for snapshot.
8600
8601 Mon Sep 29 10:51:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8602
8603         * flow.c (find_basic_blocks): Mark calls as potentially jumping
8604         to the EH labels.
8605
8606 Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
8607
8608         * configure.in: Substitute for "install" too.
8609         * configure: Rebuilt.
8610
8611 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8612
8613         * Makefile.in (bootstrap-lean, compare-lean): New targets.
8614
8615 Mon Sep 29 00:18:16 1997  Richard Henderson  (rth@cygnus.com)
8616
8617         * alias.c (base_alias_check): Two symbols can conflict if they
8618         are accessed via AND.
8619         (memrefs_conflict_p): Likewise.
8620
8621         * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
8622         after flushing argument registers to the stack.
8623
8624         * Makefile.in (mostlyclean): Remove .regmove files.
8625
8626 Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
8627
8628         * libgcc2.c (__throw): Fix thinko.
8629
8630 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
8631
8632         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
8633         template-function mangling.
8634         (consume_count_with_underscores): New function.
8635         (demangle_signature): Handle new name-mangling scheme.
8636
8637 Sun Sep 28 01:55:04 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
8638
8639         * flow.c (print_rtl_with_bb): Cast alloca return values for variables
8640         start and end.
8641
8642 Sun Sep 28 01:05:16 1997  Jeffrey A Law  (law@cygnus.com)
8643
8644         * frame.c: Remove last change.
8645         * dwarf2.h: Remove last change.
8646         * tree.h: Add declarations of DWARF2 unwind info support
8647         functions.
8648
8649 Sat Sep 27 11:02:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
8650
8651         * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
8652         * tree.h (built_in_function): Likewise.
8653         * expr.c (expand_builtin): Likewise.
8654         * except.h: Likewise.
8655         * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
8656         * libgcc2.c (copy_reg): New fn.
8657         (__throw): Use it.
8658
8659 Fri Sep 26 08:54:59 1997  Paul Eggert  <eggert@twinsun.com>
8660
8661         * c-typeck.c (build_binary_op): Warn about comparing signed vs
8662         unsigned if -W is specified and -Wno-sign-compare is not.
8663         * c-decl.c (warn_sign_compare): Initialize to -1.
8664         (c_decode_option): -Wall no longer implies -Wsign-compare.
8665
8666 Fri Sep 26 09:00:13 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8667
8668         * frame.c: Include gansidecl.h for PROTO.
8669         * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
8670         defined.  Don't declare dwarf2out_cfi_label here.
8671         * dwarf2.h: Add declarations of DWARF2 unwind info support
8672         functions.
8673         * m68k.c: Include dwarf2.h.
8674         (output_function_prologue): Add dwarf2 support.
8675         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
8676         (INCOMING_FRAME_SP_OFFSET): Likewise.
8677
8678         * integrate.c (expand_inline_function): Make sure there is at
8679         least one insn that can be used as an insertion point.
8680
8681 Wed Sep 24 21:34:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
8682
8683         * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
8684
8685 Wed Sep 24 22:05:30 1997  Jeffrey A Law  (law@cygnus.com)
8686
8687         * version.c: Bump for snapshot.
8688
8689 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
8690
8691         Bring over from FSF.
8692
8693         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
8694
8695         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
8696         (get_pc_via_rdpc): Renamed from get_pc_sp64.
8697         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
8698
8699         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
8700
8701         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
8702         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
8703         -malign-functions=.
8704         (sparc_align_{loops,jumps,funcs}_string): Declare.
8705         (sparc_align_{loops,jumps,funcs}): Declare.
8706         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
8707         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
8708         (STACK_BIAS): Define.
8709         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
8710         test.
8711         (SPARC_SETHI_P): New macro.
8712         (CONST_OK_FOR_LETTER_P): Use it.
8713         (ASM_OUTPUT_ALIGN_CODE): Define.
8714         (ASM_OUTPUT_LOOP_ALIGN): Define.
8715         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
8716         (sparc_align_{loops,jumps,funcs}): New globals.
8717         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
8718         -malign-functions=.
8719         (move_operand): Use SPARC_SETHI_P.
8720         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
8721         perform test.
8722         (arith11_double_operand): Likewise.
8723         (arith10_double_operand): Likewise.
8724         (finalize_pic): Finish sparc64 support.
8725         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
8726         64 bit constants if able.
8727         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
8728         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
8729         ! TARGET_FPU.
8730         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
8731         (get_pc_sp32): Use for sparc64 as well.
8732         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
8733         (sethi_di_sp64_const): Likewise.
8734         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
8735         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
8736         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
8737
8738         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
8739
8740         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
8741         * sparc/linux.h (COMMENT_BEGIN): Likewise.
8742         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
8743
8744         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
8745
8746         Add sparc64 linux support.
8747         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
8748         to xm_file list on 32-bit sparc-linux.
8749         * sparc/xm-sp64.h: New file.
8750         * sparc/linux64.h: New file.
8751         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
8752         Don't include xm-sparc.h.
8753         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
8754         * glimits.h (LONG_MAX): Handle sparc64.
8755
8756         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
8757
8758         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
8759         * sparc.h (ASM_COMMENT_START): Define.
8760         * sparc.c (output_function_prologue): Use it.
8761         (sparc_flat_output_function_{epi,pro}logue): Likewise.
8762
8763         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
8764
8765         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
8766         use sparc.h's copies.
8767         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
8768         ascii form as well.
8769
8770         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8771
8772         * sparc.c (dwarf2out_cfi_label): Add declaration.
8773         (save_regs, output_function_prologue): Remove cast for it.
8774         (sparc_flat_{save_restore,output_function_prologue): Likewise.
8775         ({save,restore}_regs): No longer inline.
8776
8777 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8778
8779         * fold-const.c (make_range): Correctly handle cases of converting
8780         from unsigned to signed type.
8781
8782 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
8783
8784         * fold-const.c (merge_ranges): Make sure that if one range is subset
8785         of another, it will always be the second range.  Correct (+,-) case to
8786         account for this.
8787
8788 Tue Sep 23 08:32:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
8789
8790         * final.c (final_end_function): Also do dwarf2 thing if
8791         DWARF2_DEBUGGING_INFO.
8792         (final_start_function): Likewise.
8793
8794 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
8795
8796         * expmed.c (expand_divmod): If compute_mode is not the same as
8797         mode, handle the case where convert_modes() causes op1 to no
8798         longer be a CONST_INT.
8799
8800         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
8801         note holding get_jump_flags() calculation to all JUMP_INSNs.
8802         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
8803         * rtl.c (reg_note_name): Add new note types.
8804
8805 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
8806
8807         * rtlanal.c (computed_jump_p): Fix typo in last change.
8808
8809 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8810
8811         * loop.c (indirect_jump_in_function_p): Return 0
8812         by default.
8813
8814 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
8815
8816         * rs6000/xm-rs6000.h: Fix thinko in last change.
8817         * rs6000/xm-sysv4.h: Likewise.
8818
8819 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
8820
8821         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
8822
8823 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
8824
8825         * reg-stack.c (find_blocks): Fix thinko in last change.
8826
8827 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8828
8829         * m68k.c (output_function_prologue): Add dwarf2 support.
8830
8831         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
8832         INCOMING_FRAME_SP_OFFSET): New definitions.
8833
8834 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
8835
8836         * combine.c (try_combine): Use NULL_RTX instead of '0' where
8837         appropriate in calls to gen_rtx().
8838         * cse.c (cse_main): Likewise.
8839         * emit-rtl.c (gen_label_rtx): Likewise.
8840         * expr.c (init_expr_once): Likewise.
8841         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
8842         sched_analyze, init_rgn_data_dependences,
8843         compute_block_backward_dependences): Likewise.
8844         * sched.c (schedule_insns): Likewise.
8845         * varasm.c (immed_double_const): Likewise.
8846
8847         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
8848         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
8849
8850 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
8851
8852         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
8853         (MULTILIB_DEFAULTS): Define.
8854         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
8855         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
8856         (LIBGCC_SPEC): Likewise.
8857         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
8858         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
8859         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
8860         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
8861         (EXTRA_PARTS, TAROUTOPTS): Delete.
8862         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
8863         (MULTILIB_OPTIONS): Define.
8864         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
8865         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
8866
8867 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
8868
8869         * version.c: Bump for snapshot.
8870
8871 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
8872
8873         * loop.c (loop_number): Delete function.  Change all references
8874         to use uid_loop_num array.
8875         * loop.h (loop_number): Delete declaration.
8876         * unroll.c (unroll_loop): Change "loop_number" references to
8877         use uid_loop_num instead.
8878
8879         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
8880         conditional.
8881         (loop_unroll_iter): Remove unused variable and all references.
8882         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
8883         (insert_bct): Fix minor formatting problems.
8884         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
8885         (loop_unroll_iter): Removed unused decl.
8886         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
8887         Always record the unrolling factor.
8888
8889         * cse.c (simplify_relational_operation): Set h0u just like h0s.
8890         Similarly for h1u and h1s.
8891
8892         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
8893         (find_basic_blocks): Use computed_jump_p to determine if a
8894         particular JUMP_INSN is a computed jump.
8895         * reg-stack.c (find_blocks): Use computed_jump_p to determine
8896         if a particular JUMP_INSN is a computed jump.
8897         * rtlanal.c (jmp_uses_reg_or_mem): New function.
8898         (computed_jump_p): Likewise.
8899         * rtl.h (computed_jump_p): Declare.
8900         * genattrtab.c (pc_rtx): Define and initialize.
8901         * loop.c (loop_optimize): Always determine if the current
8902         function has a computed jump.
8903         (indirect_jump_in_function_p): Use computed_jump_p to determine
8904         if a particular JUMP_INSN is a computed jump.
8905
8906         * loop.c (fix_bct_param): Delete unused function.
8907         (check_bct_param): Likewise.
8908
8909 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
8910
8911         * frame.c (__deregister_frame): Check properly for initialized object.
8912
8913 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8914
8915         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
8916
8917 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
8918
8919         * jump.c (thread_jumps): check can_reverse_comparison_p before
8920         threading a reversed-condition jump.
8921
8922         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
8923         * haifa-sched.c (update_flow_info): Likewise.
8924
8925 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
8926
8927         * Makefile.in (BOOT_CFLAGS): Use -O2.
8928
8929         * configure.in (strtoul, bsearch): Have autoconf check for these
8930         functions.
8931         * configure, config.in: Rebuilt.
8932
8933         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
8934         * mips/mips.h (alloca): Likewise.
8935         * rs6000/xm-rs6000.h (alloca): Likewise.
8936         * rs6000/xm-sysv4.h: Likewise.
8937
8938 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
8939
8940         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
8941         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
8942         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
8943
8944         * except.c (end_eh_unwinder): Subtract 1 from return address.
8945         * libgcc2.c (__throw): Likewise.
8946         (find_exception_handler): Don't change PC here.  Compare end with >.
8947
8948 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
8949
8950         * v850.c (compute_register_save_size): Correct register
8951         number.
8952         * v850.md (save_interrupt, return_interrupt): Correct
8953         register number.
8954         * v850/lib1funcs.asm (save_interrupt): Correct register number.
8955         (return_interrupt): Use stack pointer, not element pointer.
8956
8957 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
8958
8959         * configure.in, configure: Make sure to create the stage* and include
8960         symbolic links in each subdirectory.
8961
8962 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
8963
8964         * pa.md (reload_peepholes): Don't allow addresses with side
8965         effects for the memory operand.
8966
8967 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8968
8969         * libgcc2.c (find_exception_handler): Subtract one from our PC when
8970         looking for a handler, to avoid hitting the beginning of the next
8971         region.
8972
8973         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
8974
8975 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
8976
8977         * mips/abi64.h (LONG_MAX_SPEC): Define.
8978         * mips.h (LONG_MAX_SPEC): Define.
8979         (CPP_SPEC): Include long_max_spec.
8980         (EXTRA_SPECS): Include long_max_spec.
8981
8982 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
8983
8984         * v850.c (construct_save_jarl): Fix thinko in last change.
8985
8986 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
8987
8988         * version.c: Bump for snapshot.
8989
8990 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8991
8992         * libgcc2.c (find_exception_handler): Not found is -1.
8993
8994         * integrate.c (expand_inline_function): Move expand_start_bindings
8995         after expanding the arguments.
8996
8997 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
8998
8999         * expr.c (expand_expr): Remove previous incorrect change.
9000         If target and slot has no DECL_RTL, then call mark_addressable
9001         again for the slot after we give it RTL.
9002
9003 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
9004
9005         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
9006         again for the slot after we give it RTL.
9007
9008 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
9009
9010         * v850.c (register_is_ok_for_epilogue,
9011         pattern_is_ok_for_epilogue, construct_restore_jr,
9012         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
9013
9014         * v850.h (pattern_is_ok_for_prologue,
9015         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
9016         predicates.
9017
9018         * v850.md: Replace prologue and epilogue patterns with a
9019         match_parallel pattern.
9020
9021 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
9022
9023         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
9024         * configure.in: Use EGCS_PROG_INSTALL.
9025
9026 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
9027
9028         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
9029         extern inline function.
9030
9031 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
9032
9033         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
9034         (concat_loc_descriptor): New function.
9035         (loc_descriptor): Call it.
9036         (add_AT_location_description): Also elide the descriptor if both
9037         halves of a CONCAT are pseudos.
9038         (add_location_or_const_value_attribute): Recognize CONCAT too.
9039
9040 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
9041
9042         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
9043
9044         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
9045         out-or-range reg_offset.
9046         (output_epilog): Likewise.
9047
9048 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
9049
9050         * cse.c (simplify_relational_operation): If MODE specifies a
9051         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
9052         is derived from the sign bit of the low word.
9053
9054 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9055
9056         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
9057
9058         * dwarf2.h: Add DW_CFA_GNU_args_size.
9059         * frame.c (execute_cfa_insn): Likewise.
9060         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
9061         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
9062         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
9063         insn, hand it off to dwarf2out_stack_adjust.
9064         (dwarf2out_begin_prologue): Initialize args_size.
9065         * frame.h (struct frame_state): Add args_size.
9066         * libgcc2.c (__throw): Use args_size.
9067         * final.c (final_scan_insn): If we push args, hand off all insns
9068         to dwarf2out_frame_debug.
9069         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
9070
9071         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
9072         Handle epilogue restore of SP from FP.
9073         * emit-rtl.c (gen_sequence): Still generate a sequence if the
9074         lone insn has RTX_FRAME_RELATED_P set.
9075
9076         * frame.c (extract_cie_info): Handle "e" augmentation.
9077         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
9078         absence of UNALIGNED_*_ASM_OP.
9079         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
9080         (output_call_frame_info): Use "e" instead of "z" for augmentation.
9081         Don't emit augmentation fields length.
9082         (dwarf2out_do_frame): Move outside of #ifdefs.
9083         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
9084         opcodes.
9085
9086         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
9087         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
9088         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
9089         * sparc/sun4gas.h: New file.
9090         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
9091
9092         * collect2.c (write_c_file_stat, write_c_file_glob): Declare
9093         __register_frame_table and __deregister_frame.
9094
9095 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
9096
9097         * except.c (find_exception_handler_labels): Use xmalloc instead of
9098         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
9099         in some cases.
9100
9101 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
9102
9103         * Makefile.in: Various changes to build info files
9104         in the object tree rather than the source tree.
9105
9106 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
9107
9108         * fixinc.math: New file to fix math.h on some systems.
9109         * configure.in (freebsd, netbsd): Use fixinc.math on these
9110         systems.
9111         * configure: Rebuilt.
9112
9113 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
9114
9115         * regmove.c (regmove_optimize): If we end up moving the
9116         original insn due to lifetime overlaps, make sure to move
9117         REG_NOTES too.
9118
9119 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9120
9121         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
9122
9123 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
9124
9125         * haifa-sched.c (add_branch_dependences): Make each insn in
9126         a SCHED_GROUP_P block explicitly depend on the previous insn.
9127
9128 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
9129
9130         * except.h: Prototype dwarf2 hooks.
9131         * expr.c: Adjust.
9132
9133 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
9134
9135         * configure.in (native_prefix): Delete.
9136         (mips-dec-netbsd): Don't set prefix.
9137         (*linux*): Don't set prefix.
9138
9139 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
9140
9141         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
9142         defined.  If not defined, include <sys/varargs.h> if
9143         HAVE_SYS_VARARGS_H is defined.
9144         * configure.in: Test for varargs.h and sys/varargs.h.
9145         * configure: Regenerate with autoconf.
9146         * config.in: Regenerate with autoheader.
9147
9148         * cpplib.c (quote_string): Cast first arg of sprintf call
9149         from "unsigned char *" to "char *".
9150         (output_line_command): Ditto.
9151         (macroexpand): Ditto.
9152         (do_line): Cast atoi arg from "unsigned char *" to "char *".
9153
9154 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
9155
9156         * version.c: Bump for snapshot.
9157
9158         * Makefile.in (compare): Exit with nonzero status if there
9159         are comparison failures.  Note which files failed the
9160         comparison test in .bad_compare.
9161
9162 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9163
9164         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
9165
9166 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
9167
9168         * Makefile.in (LN, LN_S): New macros, use where appropriate.
9169         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
9170         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
9171         * configure: Regenerated.
9172
9173 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
9174
9175         * loop.c (strength_reduce): Fix typo.
9176
9177 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
9178
9179         * m88k/m88k.c (struct option): Rename to struct options.
9180         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
9181         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
9182         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
9183         __DOLPHIN__ or sysV88.
9184
9185 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
9186
9187         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
9188         create new subreg.
9189
9190 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9191
9192         * config.sub: Accept 'amigados' for backward compatability.
9193
9194 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9195
9196         * Makefile.in (testsuite/site.exp): New target.
9197         (check-gcc, check-g++): Depend on testsuite/site.exp.
9198         Don't stop for failure.
9199
9200 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
9201
9202         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
9203         if DWARF2_UNWIND_INFO.
9204
9205 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
9206
9207         Add support for exception handling using DWARF 2 frame unwind info.
9208         Currently works on SPARC and MIPS, and almost on x86.
9209
9210         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
9211         next_stack_level, in_reg_window): Helper fns.
9212         (__throw): Implement for DWARF2_UNWIND_INFO.
9213
9214         * expr.c (expand_builtin): Handle builtins used by __throw.
9215         * tree.h (enum built_in_function): Add builtins used by __throw.
9216         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
9217         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
9218         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
9219         (expand_builtin_extract_return_addr): Likewise.
9220         (expand_builtin_frob_return_addr): Likewise.
9221         (expand_builtin_set_return_addr_reg): Likewise.
9222         (expand_builtin_eh_stub): Likewise.
9223         (expand_builtin_set_eh_regs): Likewise.
9224         (eh_regs): Choose two call-clobbered registers for passing back values.
9225
9226         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
9227         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
9228         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
9229         (stmp-multilib): Likewise.
9230         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
9231
9232         * except.c: #include "defaults.h".
9233         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
9234         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
9235         (register_exception_table_p): New fn.
9236         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
9237         (end_eh_unwinder): Likewise.
9238
9239         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
9240         call __register_frame and __deregister_frame as needed.
9241         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
9242         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
9243         EH_FRAME_SECTION_ASM_OP.
9244         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
9245         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
9246         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
9247
9248         * dwarf2out.c (output_call_frame_info): If no support for
9249         EXCEPTION_SECTION, mark the start of the frame info with a
9250         collectable tag.
9251         * collect2.c (frame_tables): New list.
9252         (is_ctor_dtor): Recognise frame entries.
9253         (scan_prog_file): Likewise.
9254         (main): Pass -fno-exceptions to sub-compile.  Also do collection
9255         if there are any frame entries.
9256         (write_c_file_stat): Call __register_frame_table and
9257         __deregister_frame as needed.
9258         (write_c_file_glob): Likewise.
9259
9260         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
9261         Also require unaligned reloc support.
9262         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
9263         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
9264         * sparc/sysv4.h: Not here.
9265
9266         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
9267         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
9268         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
9269
9270         * libgcc2.c (L_eh): Reorganize, moving code shared by different
9271         EH implementations to the top.
9272         (find_exception_handler): Split out.  Start from 0.  Compare against
9273         end with >=.
9274         (__find_first_exception_table_match): Use it.
9275         * except.c (output_exception_table): Don't do anything if there's
9276         no table.  Don't output a first entry of zeroes.
9277         (eh_outer_context): Adjust properly.
9278         (add_eh_table_entry): Use xrealloc.
9279         * toplev.c (compile_file): Just call output_exception_table.
9280
9281 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
9282
9283         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
9284
9285 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
9286
9287         * except.c (eh_outer_context): Do masking using expand_and.
9288
9289 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
9290
9291         Add port done awhile ago for the ARC cpu.
9292         * arc/arc.h: New file.
9293         * arc/arc.c: New file.
9294         * arc/arc.md: New file.
9295         * arc/initfini.c: New file.
9296         * arc/lib1funcs.asm: New file.
9297         * arc/t-arc: New file.
9298         * arc/xm-arc.h: New file.
9299         * ginclude/va-arc.h: New file.
9300         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
9301         * ginclude/varargs.h: Likewise.
9302         * Makefile.in (USER_H): Add va-arc.h.
9303         * configure.in (arc-*-elf*): Recognize.
9304         * longlong.h: Add ARC support.
9305
9306 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
9307
9308         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
9309         when clearing non-BLKmode data.
9310
9311 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9312
9313         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
9314         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
9315
9316         * xm-m88k.h (USG): Only define if it hasn't already been defined.
9317
9318         * Makefile.in (risky-stage1): Delete gratutious whitespace.
9319
9320         * Makefile.in (clean): Delete libgcc1-test.
9321
9322         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
9323
9324 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
9325
9326         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
9327         template.
9328
9329 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9330
9331         * dwarf2out.c (output_call_frame_info): Call named_section.
9332
9333 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
9334
9335         * haifa-sched.c (print_value): Fix last change.
9336
9337 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9338
9339         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
9340         write_symbols.
9341
9342 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
9343
9344         * mips.c (function_prologue): Set up the CFA when ABI_32.
9345
9346         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
9347         for dwarf2 unwind info.
9348         (output_function_prologue, sparc_flat_output_function_prologue): Same.
9349
9350         * final.c (final_end_function): Check dwarf2out_do_frame instead
9351         of DWARF2_DEBUG for dwarf2 unwind info.
9352         (final_scan_insn): Likewise.
9353         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
9354         (final): Not here.
9355
9356         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
9357         count > 0.
9358
9359         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
9360
9361 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
9362
9363         * v850.h (ASM_SPEC): Pass on target processor.
9364         (CPP_PREDEFINES): Only define if not already specified.
9365         (TARGET_VERSION): Only define if not already specified.
9366         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
9367         processor.
9368         (EXTRA_SWITCHES): Extra entries in the switches array.
9369         (TARGET_DEFAULT): Set default target processor.
9370
9371 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
9372
9373         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
9374         cases, add %# and %/, and add : to make them into extended asms.
9375
9376 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
9377
9378         * alias.c (init_alias_analysis): Clean up incompatible pointer
9379         type warning in bzero.
9380         * regmove.c (regmove_optimize): Ditto.
9381         * haifa-sched.c (find_rgns): Ditto.
9382
9383         * haifa-sched.c (print_value): Clean up ptr->int cast
9384         warnings.
9385
9386 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9387
9388         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
9389         * install.texi (Configurations): Ditto.
9390         * config.sub: Ditto.
9391
9392 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
9393
9394         * Makefile.in (sdbout.o): Depend on insn-config.h.
9395
9396 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
9397
9398         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
9399         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
9400
9401 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
9402
9403         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
9404         prologue insn, only the first elt is significant.
9405         (output_call_frame_info): For exception handling, always use 4-byte
9406         fields as specified by the dwarf2 spec.
9407         Don't skip trivial FDEs.
9408
9409 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
9410
9411         * version.c: Bump for snapshot.
9412
9413 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
9414
9415         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
9416         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
9417         when op1_is_pow2.
9418
9419 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
9420
9421         * final.c (shorten_branches): During first pass, assume worst
9422         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
9423
9424         * Makefile.in (distclean): Remove various things left around
9425         by running the testsuite.
9426
9427 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
9428
9429         * configure.in (out_file): Emit definition to config.status in order
9430         to have a defined value for configure.lang.
9431         * configure: Re-built.
9432
9433 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
9434
9435         * configure.in: Make symlink to as-new rather than as.new.  Similarly
9436         for ld-new.
9437         * configure: Rebuilt.
9438
9439 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
9440
9441         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
9442
9443 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
9444
9445         * sparc/sparc.md: Add ultrasparc scheduling support.
9446         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
9447
9448 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
9449
9450         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
9451         as initial value for real_label_map.
9452         (copy_for_inline): Likewise.
9453
9454 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9455
9456         * sched.c (update_flow_info) When looking if to set found_split_dest
9457         or found_orig_dest, look at all parts of a PARALLEL.
9458         * haifa-sched.c (update_flow_info): Likewise.
9459
9460 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
9461
9462         * v850: New directory for v850 port.
9463         * v850/lib1funcs.asm: New file.
9464         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
9465         * ginclude/va-v850.h: New file.
9466         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
9467         * configure.in (mn10200-*-*): New target.
9468         * configure: Rebuilt.
9469         * config.sub: Handle v850-elf.
9470         * Makefile.in (USER_H): Add va-mn10200.h.
9471         * invoke.texi: Document v850 stuff.
9472
9473 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
9474
9475         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
9476         has integer TYPE_{MAX,MIN}_VALUE before using them.
9477
9478         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
9479         __HPUX_ASM__ versions.
9480
9481 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
9482
9483         * install.sh: Delete duplicate install script.
9484
9485 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
9486
9487         * reg-stack.c (subst_stack_regs): Pop the stack register for a
9488         computed goto which sets the same stack register.
9489
9490         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
9491         destination are both on the regstack.
9492         (subst_stack_regs_pat): Put the destination at the top of the regstack.
9493
9494 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
9495
9496         * mips.md (nonlocal_goto_receiver): Define.
9497
9498         * profile.c (output_arc_profiler): Check next_insert_after for non
9499         NULL before deferencing it.
9500
9501         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
9502
9503 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
9504
9505         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
9506
9507 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
9508
9509         * toplev.c (rest_of_compilation): For passes starting with
9510         flow_analysis, use print_rtl_with_bb instead of print_rtl.
9511
9512         * print-rtl.c (print_rtl_single): Print a single rtl value to a
9513         file.
9514
9515         * flow.c (print_rtl_with_bb): Print which insns start and end
9516         basic blocks.  For the start of a basic block, also print the live
9517         information.
9518
9519 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
9520
9521         * toplev.c (main): Change #elif to #else/#ifdef
9522
9523         * tlink.c: Include ctype.h.
9524         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
9525
9526 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
9527
9528         * bitmap.c: Conditionally include stdlib.h.
9529         (free): Provide a declaration if NEED_DECLARATION_FREE.
9530
9531 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
9532
9533         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
9534
9535 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
9536
9537         * profile.c (output_arc_profiler): Verify next_insert_after is an
9538         INSN before and after skipping a stack pop.
9539
9540 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9541
9542         * final.c (shorten_branches): Don't count the lengths of deleted
9543         instructions.
9544
9545 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
9546
9547         * version.c: Bump for snapshot.
9548
9549 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
9550
9551         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
9552         two bitmaps ANDed together.
9553         (bitmap_print): Declare.
9554
9555         * bitmap.c (function_obstack): Don't declare any more.
9556         (bitmap_obstack): Obstack for allocating links from.
9557         (bitmap_obstack_init): New static to say whether to initialize
9558         bitmap_obstack.
9559         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
9560         (bitmap_release_memory): Free all memory allocated from
9561         bitmap_obstack.
9562
9563         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
9564         EXECUTE_IF_AND_IN_BITMAP.
9565
9566 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
9567
9568         * alias.c (true_dependence): Address with AND can alias scalars.
9569         (anti_dependence, output_dependence): Likewise.
9570
9571         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
9572
9573 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
9574
9575         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
9576           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
9577           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
9578           definitions.  Use -qrtems instead of -mrtems.
9579
9580 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
9581
9582         * xm-sco5.h (sys_siglist): Define.
9583         (SYS_SIGLIST_DECLARED): Likewise.
9584
9585 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
9586
9587         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
9588
9589 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
9590
9591         * except.c (eh_outer_context): Expand masking operation using
9592         expand_binop.
9593
9594 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
9595
9596         * alpha.md (floatdisf2-1): New pattern.
9597
9598 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
9599
9600         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
9601         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
9602         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
9603         * gcc.texi: Note that if you define sys_siglist that you should
9604         also define SYS_SIGLIST_DECLARED.
9605
9606         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
9607         are relative to the next instruction, not the current instruction.
9608
9609 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
9610
9611         * local-alloc.c (contains_replace_regs): New function.
9612         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
9613         verify that there is no existing REG_EQUIV note, and add a call to
9614         contains_place_regs.
9615
9616 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9617
9618         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
9619         (STARTFILE_SPEC): Always use crtbegin.o%s
9620         (ENDFILE_SPEC): Always use crtend.o%s.
9621
9622 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
9623
9624         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
9625         is passed in.
9626         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
9627         SFmode for 64 bit hosts.
9628
9629 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
9630
9631         * fixincludes: Permits spaces between # and define.  Discard C++
9632         comments in sys/pci.h on HP/UX 10.20.
9633
9634 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
9635
9636         * version.c: Bump for snapshot.
9637
9638         * pa.c (restore_unscaled_index_insn_codes): New function.
9639         (record_unscaled_index_insn_codes): Likewise.
9640         (output_function_prologue): Call restore_unscaled_index_insn_codes.
9641         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
9642         (pa_reorg): Call record_unscaled_index_insn_codes.
9643
9644         * haifa-sched.c (move_insn): Handle notes correctly for insns
9645         with SCHED_GROUP_P set.
9646
9647 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9648
9649         * alpha/xm-linux.h (USE_BFD): Undef before define.
9650
9651 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
9652
9653         * cse.c (cse_insn): Don't record BLKmode values.
9654
9655 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
9656
9657         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
9658
9659 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
9660
9661         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
9662         * collect2.c (sys_errlist): Likewise.
9663         * cpplib.c (sys_errlist): Likewise.
9664         * gcc.c (sys_errlist): Likewise.
9665         * protoize (sys_errlist): Likewise.
9666         * configure.in: Check for strerror.
9667         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
9668         * xm-gnu.h (HAVE_STRERROR): Likewise.
9669         * xm-linux.h (HAVE_STRERROR): Likewise.
9670         * xm-netbsd.h (HAVE_STRERROR): Likewise.
9671         * xm-bsd386.h (HAVE_STRERROR): Likewise.
9672         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
9673         * xm-dos.h (HAVE_STRERROR): Likewise.
9674         * xm-mingw32.h (HAVE_STRERROR): Likewise.
9675         * xm-pa.h (HAVE_STRERROR): Likewise.
9676         * xm-papro.h (HAVE_STRERROR): Likewise.
9677         * xm-sysv4.h (HAVE_STRERROR): Likewise.
9678         * configure, config.in: Rebuilt.
9679
9680         * Makefile.in: Add several missing "else true" clauses.
9681
9682         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
9683         * mips-tfile.c: Likewise.
9684         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
9685         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
9686         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
9687         * configure.in: Check for sys_siglist declaration.
9688         * configure, config.in: Rebuilt.
9689
9690 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
9691
9692         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
9693         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
9694         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
9695         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
9696         * rs6000/sysv4.h (extra_subtarget_switches): Added new
9697         macro EXTRA_SUBTARGET_SWITCHES.
9698         * configure.in (sh*-*-rtems*): New target.
9699         * sh/rtems.h: New file.
9700         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
9701         * configure: Rebuilt.
9702
9703 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
9704
9705         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
9706
9707 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
9708
9709         * rs6000.md: Make DF fused-add operations pay attention to
9710         -mno-fused-add.
9711
9712 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
9713
9714         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
9715
9716 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
9717
9718         * pa.md (reload_peepholes): Make sure operand is a REG before
9719         examining REGNO.  Allow general registers too.
9720
9721 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
9722
9723         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
9724
9725 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
9726
9727         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
9728         to reallocate abbrev_die_table.
9729
9730 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
9731
9732         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
9733
9734 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9735
9736         * Makefile.in (config.status): Depend on version.c
9737
9738         * expr.h (insn_gen_function): Reenable prototype.
9739
9740         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
9741         first parameter.
9742
9743 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
9744
9745         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
9746
9747 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
9748
9749         * version.c: Bump for latest snapshot.
9750
9751         * bc-optab.c: Conditionally include stdlib.h.
9752         (free): Provide a declaration if NEED_DECLARATION_FREE.
9753         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
9754         * rtl.h (free): Remove declaration.
9755         * tree.h (free): Remvoe declaration.
9756
9757         * configure: Rebuilt.
9758
9759 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
9760
9761         * flags.h (flag_move_all_movables): Declare.
9762         (flag_reduce_all_givs): Likewise.
9763         * loop.c (move_movables): Handle flag_move_all_movables.
9764         (strength_reduce): Handle flag_reduce_all_givs.
9765         * toplev.c (flag_move_all_movables): Define.
9766         (flag_reduce_all_givs): Likewise.
9767         (f_options): Add -fmove-all-movables and -freduce-all-givs.
9768         * invoke.texi: Document new options, including alias stuff that
9769         wasn't included last time.
9770
9771 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
9772
9773         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
9774         * t-mn10200: Ditto.
9775         * t-vxsparc: Ditto.
9776         * t-vxworks68: Ditto.
9777         * t-vxworks960: Ditto.
9778         * t-vx29k: Ditto.
9779
9780 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
9781
9782         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
9783         if not already defined, and USE_C_ALLOCA not defined.
9784
9785 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
9786
9787         * config.guess: Replace with script that uses ../config.guess.
9788
9789         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
9790         if USE_GNULIBC_1 is not defined.
9791
9792 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
9793
9794         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
9795         * config.guess: Recognize alpha-linux-gnulibc1.
9796         * configure.in (alpha-*-linux-gnulibc1): New target.
9797         (alpha-*-linux-gnu*): Don't build crtbegin/end.
9798
9799 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
9800
9801         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
9802         last change.
9803
9804 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
9805
9806         * loop.c (combine_movables): Earlier insns don't match later ones.
9807
9808 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
9809
9810         * config/linux.h (CC1_SPEC): Define it only if not defined.
9811
9812         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
9813         <linux.h>
9814
9815         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
9816         USE_GNULIBC_1 is not defined.
9817
9818         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
9819
9820         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
9821         as 1 if USE_GNULIBC_1 is not defined.
9822
9823 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
9824
9825         * reorg.c (dbr_schedule): Allow current_function_return_rtx
9826         to be something other than a REG.
9827         * function.c (expand_function_end): Fix current_function_return_rtx
9828         if it was a pseudo.
9829
9830         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
9831         * x-netbsd: Likewise
9832         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
9833         (INSTALL_HEADERS): Delete.
9834         * x-dguxbcs: Likewise.
9835         * x-hp3bsd44: Likewise
9836         * x-pa: Likewise.
9837
9838 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
9839
9840         * i386.md (pop): pop increments the stack pointer.
9841         (prologue_set_stack_ptr): New pattern.
9842         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
9843         instead of subsi3.
9844
9845 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
9846
9847         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
9848         address where an offsettable address is required.
9849
9850 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
9851
9852         * loop.c (check_final_value): Don't miss a biv increment in a
9853         parallel.
9854
9855 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
9856
9857         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
9858         TYPE_DECL_IS_STUB instead of DECL_NAME.
9859
9860 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9861
9862         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
9863
9864 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
9865
9866         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
9867
9868 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
9869
9870         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
9871         (find_post_sched_live): Likewise.
9872
9873         * haifa-sched.c (schedule_block): Remove old code to get arguments
9874         from hard regs into pseudos early.
9875
9876 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
9877
9878         * version.c: Bump for new snapshot.
9879
9880         * local-alloc.c (update_equiv_regs): All the target to reject
9881         promotion of some REG_EQUAL to REG_EQUIV notes.
9882         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
9883
9884         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
9885         secondary reloads.
9886
9887         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
9888         store of the argument registers.
9889
9890 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
9891
9892         * fold-const.c (multiple_of_p): New function.
9893         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
9894
9895 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
9896
9897         * expr.h (insn_gen_function): Temporarily remove prototype.
9898
9899 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
9900
9901         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
9902         filenames.  Use sed to extract base filename for install.
9903
9904 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
9905
9906         * unroll.c (find_splittable_givs): Only share if two givs have the
9907         same add and multiply values.
9908
9909 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
9910
9911         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
9912         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
9913
9914 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
9915
9916         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
9917         around branch tables.
9918         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
9919         and .end_brtab directives if TARGET_GAS.
9920
9921 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
9922
9923         * alias.c (true_dependence): Pass x_addr not x to varies.
9924
9925         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
9926         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
9927         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
9928         declarations.
9929         * config.in, configure: Regenerate.
9930
9931 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
9932
9933         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
9934         LO_SUM.
9935         (record_set): Handle LO_SUM like PLUS.
9936         (init_alias_analysis): When following chains of base addresses,
9937         do not stop on reaching a hard register.
9938
9939 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
9940
9941         * version.c: Bump for new snapshot.
9942
9943 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
9944
9945         * alpha.h (ARCH_ASM_FILE_START): Define.
9946         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
9947         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
9948
9949 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
9950
9951         * Makefile.in (install-common): Put gcov comment at start of line.
9952
9953 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
9954
9955         * alias.c (init_alias_analysis): When simplifying the reg_base_value
9956         array, simplify entries for hard registers too.
9957
9958 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
9959
9960         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
9961         list.
9962
9963 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
9964
9965         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
9966         block_stack before dereferencing it.
9967
9968 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
9969
9970         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
9971
9972 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
9973
9974         * cplus-dem.c: Add 'extern' to prepends_underscore.
9975
9976 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
9977
9978         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
9979         (get_issue_rate): Delete.
9980         * pa.h (ISSUE_RATE): Define.
9981
9982         * configure.in: Turn on haifa by default for the PA.
9983         * configure: Rebuilt.
9984         * pa.c (override_options): Accept -mschedule=7200 option.
9985         (pa_adjust_cost): No longer need to scale costs for newer
9986         processors.
9987         * pa.h (enum processor_type): Add PROCESSOR_7200.
9988         * pa.md: Revamp scheduling parameters to work better with
9989         haifa.  Add scheduling parameters for the 7200.
9990
9991         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
9992         insns too.
9993         (schedule_block): When adjusting basic_block_{head,end}, account
9994         for movement of SCHED_GROUP_P insns too.
9995
9996         * haifa-sched.c (debug_dependencies): Fix thinko.
9997
9998         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
9999         (site.exp, check, check-g++, check-gcc): New targets.
10000
10001         * haifa-sched.c: Make lots of variables static.
10002
10003 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10004
10005         * expr.h, real.h: Finish prototyping.
10006
10007 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
10008
10009         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
10010         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
10011         * reload1.c: Undo bugfix from Aug 11.
10012
10013 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
10014
10015         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
10016         quotes around the name.
10017         * configure: Regenerate.
10018
10019 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
10020
10021         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
10022
10023 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
10024
10025         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
10026         to sub-makes to avoid building more passes than the user might have
10027         requested on the command line.
10028
10029 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
10030
10031         * configure.in: Expurgate `broken_install' (install is
10032         autoconfed).
10033
10034         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
10035         relevant).
10036
10037 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
10038
10039         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
10040         functions and declarations.
10041         (analyze_loop_iterations): Use condjump_p.
10042         (insert_bct): Likewise.  Use exact_log2.
10043
10044 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
10045
10046         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
10047         (schedule_region): Likewise.
10048         (schedule_insns): Likewise.
10049
10050         * PROJECTS: Update with Haifa stuff.
10051
10052 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
10053
10054         * version.c: Change the version string to look like:
10055         egcs-2.90.00 970814 (gcc2-970802 experimental).
10056
10057         * loop.c (is_conditional_branch): Make definition match declaration.
10058
10059         * gcc.c: Take out experimental snapshot warning message.
10060
10061 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
10062
10063         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
10064         print out the names of the notes.  Print out the name of the insn
10065         that is not a note, and not an {,CALL_,JUMP_}INSN.
10066
10067 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
10068
10069         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
10070         again for the slot after we give it RTL.
10071
10072 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
10073
10074         * configure.in (haifa configury): Fix typo.
10075         * configure: Regenerate.
10076
10077 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
10078
10079         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
10080
10081         * gcc.info*: Rebuilt.
10082
10083         * COPYING.g77, README.g77: New files.
10084         * real.c (ereal_unto_float, ereal_unto_double): New functions.
10085         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
10086         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
10087
10088 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
10089
10090         * Integrate Haifa instruction scheduler.
10091         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
10092         to sched with $(SCHED_CFLAGS.
10093         * configure.in: Handle --enable-haifa.
10094         * configure: Rebuilt.
10095         * flags.h: Add new flags for haifa instruction scheduler.
10096         * genattrtab.c (expand_units): For haifa, don't subtract one
10097         when computing blockage.
10098         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
10099         (flag_schedule_speculative): Ditto.
10100         (flag_schedule_speculative_load): Ditto.
10101         (flag_schedule_speculative_load_dangerous): Ditto.
10102         (flag_schedule_reverse_before_reload): Ditto.
10103         (flag_schedule_reverse_after_reload): Ditto.
10104         (flag_branch_on_count_reg): Ditto.
10105         (f_options): Add Haifa switches.
10106         (main): Turn off some Haifa options if appropriate macro is
10107         defined.  Process Haifa switches.
10108         * unroll.c (iteration_info): No longer static, since Haifa
10109         scheduler uses it.
10110         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
10111         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
10112         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
10113         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
10114         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
10115         storage for the Haifa scheduler.
10116         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
10117         LABEL_NEXTREF.
10118         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
10119         are defined, call analyze_loop_iterations and insert_bct to use
10120         countdown loops.
10121         (record_giv): Refine test for jumps out of loops if HAIFA is
10122         defined.
10123         (analyze_loop_iterations): New function to identify if we can use
10124         a countdown loop.
10125         (insert_bct): Insert countdown loop.
10126         (instrument_loop_bct): Low level code to insert countdown loop.
10127         (loop_number): Calculate UID of loop.
10128         (indirect_jump_in_function_p): Return true if an indirect jump is
10129         in the function.
10130         (is_power_of_2): Return true if value is a power of 2.
10131         (is_conditional_branch): Return true if insn is a conditional
10132         jump.
10133         (fix_bct_param): Process -fbct-{min,max}-N switches.
10134         (check_bct_param): Return true if loop should be instrumented.
10135         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
10136         (loop_optimize): Initialize.
10137         (get_condition_for_loop): Ditto.
10138         * loop.c (strength_reduce): Inside of code that uses #ifdef
10139         HAVE_decrement_and_branch_on_count code, test it to make sure the
10140         condition is true.
10141         (instrument_loop_bct): Ditto.
10142         * haifa-sched.c: New file.
10143
10144
10145         * Integrate regmove pass.
10146         * Makefile.in (OBJS): Add regmove.o
10147         (regmove.o): Add dependencies.
10148         * flow.c (find_use_as_address): No longer static.
10149         * rtl.h (find_use_as_address): Declare.
10150         * toplev.c (regmove_dump, flag_regmove): Define.
10151         (f_options): Add -fregmove.
10152         (regmove_dump_file, regmove_time): Define.
10153         (fatal_insn): Close the regmove dump file.
10154         (compile_file): Initialize regmove_time; open/close the regmove dump
10155         file as needed.  Print regmove time as needed.
10156         (rest_of_compilation): Run regmove pass if requested, dump
10157         RTL after regmove if requested.
10158         (main): If -O2 or more, turn on regmove.  Handle dump switches.
10159         * regmove.c: New file.
10160
10161 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
10162
10163         * Integrate tlink patch from jason@cygnus.com
10164         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
10165         (process_command): Increment n_switches for them.  Don't discard
10166         their args.  Validate them.
10167         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
10168         From Rohan Lenard.
10169         (process_command): Set include_prefixes from COMPILER_PATH.
10170         (main): Set COLLECT_GCC_OPTIONS sooner.
10171         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
10172         * tlink.c, hash.c, hash.h: New files.
10173         * Makefile.in (USE_COLLECT2): Always use collect2.
10174         (collect2): Depend on and link in hash.o and tlink.o.
10175         (tlink.o, hash.o): Add dependencies.
10176
10177 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
10178
10179         * Integrate alias analysis changes from jfc@mit.edu
10180         * Makefile.in (OBJS): Add alias.o
10181         (alias.o): Add dependencies.
10182         * alias.c: New file.
10183         * sched.c: Remove alias analysis code.  It lives in alias.c now.
10184         (sched_analyze_2): Add new arguments to true_dependence.
10185         (schedule_insns): Always call init_alias_analysis.
10186         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
10187         mark return value from such functions as a pointer and keep track of
10188         them for alias analysis.  If a return value from a function is a
10189         pointer, mark it as such.
10190         * combine.c (distribute_notes): Handle REG_NOALIAS.
10191         * cse.c (struct write_data): Delete.  No longer needed.
10192         (invalidate): Don't call set_nonvarying_address_components anymore.
10193         Use true_dependence to decide if an entry should be removed from
10194         the hash table.
10195         (invalidate_memory): Remove WRITES argument, simplify appropriately.
10196         Fix all callers.
10197         (note_mem_written): Similarly for WRITE_PTR argument.
10198         (invalidate_from_clobbers): Similarly for W argument.
10199         (invalidate_for_call): Remove memory elements from the hash table.
10200         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
10201         (cse_rtx_varies_p): New function.  Derived from old
10202         cse_rtx_addr_varies_p.
10203         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
10204         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
10205         pointer if PUSH_ROUNDING is defined.  No longer need to call
10206         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
10207         (skipped_writes_memory): Remove variable.
10208         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
10209         (invalidate_skipped_block): Simplify for new alias analysis code.
10210         (cse_set_around_loop): Likewise.
10211         (cse_main): Call init_alias_analysis.
10212         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
10213         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
10214         (f_options): Add new alias checking arguments.
10215         (main): Set flag_alias_check when optimizing.
10216         * local_alloc (validate_equiv_mem_from_store): Add new arguments
10217         to true_dependence.
10218         (memref_referenced_p): Likewise.
10219         * loop.c (NUM_STORES): Increase to 30.
10220         (prescan_loop): Only non-constant calls set unknown_address_altered.
10221         (invariant_p): Add new arguments to true_dependence.
10222         (record_giv): Initialize unrolled and shared fields.
10223         (emit_iv_add_mult): Call record_base_value as needed.
10224         * loop.h (struct induction): Add unrolled and shared fields.
10225         * unroll.c  (unroll_loop): Call record_base_value as needed.
10226         (copy_loop_body): Likewise.
10227         (final_biv_value): Likewise.
10228         (final_giv_value): Likewise.
10229         (find_splittable_regs): Likewise.  Only create one new pseudo
10230         if we have multiple address GIVs that were combined with the same
10231         dst_reg GIV.  Note when a new register is created due to unrolling.
10232         * rtl.c (reg_note_name): Add REG_NOALIAS.
10233         * rtl.h (enum reg_note): Similarly.
10234         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
10235         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
10236         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
10237         (true_dependence, read_dependence, anti_dependence): Likewise.
10238         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
10239         (mark_user_reg, mark_reg_pointer): Likewise.
10240
10241
10242         * Integrate reload bugfix from Wilon which enables the PA port
10243         to bootstrap again.
10244         * reload1.c (reload): Sum needs for both OPADDR_ADDR and
10245         OPERAND_ADDRESS when computing how many registers an insn needs.
10246         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
10247         conflict.
10248         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
10249         OPADDR_ADDR reload.
10250         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
10251         in reload_reg_use_in_op_addr do not reach the end.
10252         do not reach the end.
10253         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
10254         RELOAD_FOR_OPERAND_ADDRESS.
10255
10256 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
10257
10258         * egcs project officially starts.