* expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
[official-gcc.git] / gcc / ChangeLog
blob505d84b341338e78bc78cc0319e13c7c611850b2
1 Fri Dec 19 17:31:11 1997  Ian Lance Taylor  <ian@cygnus.com>
3         * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
4         expression.
5         * stmt.c (expand_end_case): Likewise.
6         * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
7         * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
8         * rs6000.h, sh.h, tahoe.h, v850.h vax.h z8k.h: Likewise.
10 Tue Dec 16 15:14:09 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12         * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
13         the build directory.
14         (libobjc.a): Update dependency list.
15         (libobjc.dll): Likewise.  Use libobjc_entry.o from the build
16         directory.
17         (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
18         (objc.mostlyclean): Remove runtime-info.h.
20 Fri Dec 19 00:19:42 1997  Richard Henderson  <rth@cygnus.com>
22         * tree.c (build_range_type): Allow creation of ranges with no maximum.
23         * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
24         * dwarf2out.c (add_subscript_info): Likewise.
25         * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
26         * sdbout.c (plain_type_1): Likewise.
27         * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
28         Likewise.
29         * fold-const.c (int_const_binop, fold_convert, make_range, fold):
30         Likewise.
32 Thu Dec 18 17:05:10 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
34         * mips.c (fatal): Remove declaration.
36 1997-12-18  Mark Mitchell  <mmitchell@usa.net>
38         * integrate.c (get_label_from_map): New function.
39         (expand_inline_function): Use it.  Initialize the label_map to
40         NULL_RTX instead of gen_label_rtx.
41         (copy_rtx_and_substitute): Use get_label_from_map.
42         * integrate.h (get_label_from_map): New function.
43         (set_label_from_map): New macro.
44         * unroll.c (unroll_loop): Use them.
45         (copy_loop_body): Ditto.
47 Thu Dec 18 19:19:57 1997  Ian Lance Taylor  <ian@cygnus.com>
49         * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
50         (INIT_TARGET_OPTABS): Define.
51         * mips/ecoff.h: Include gofast.h before mips.h.
52         (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
53         * mips/elf64.h: Likewise.
54         * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
56 Thu Dec 18 14:51:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
58         * except.c: Remove register_exception_table{,_p}.
60 Thu Dec 18 14:57:29 1997  Gavin Koch  <gavin@cygnus.com>
62         * unroll.c (calculate_giv_inc): Handle constant increment found in
63         a MEM with an appropriate REG_EQUAL note.
65         * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
67         * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
68         frame pointer in the prologue.
70 Thu Dec 18 00:19:38 1997  Robert Lipe <robertl@dgii.com>
72         * i386/x-sco5 (CLIB) Deleted.  (ALLOCA) Added.
73         * i386/xm-sco5.h  (USE_C_ALLOCA) Added.
75 Tue Dec 16 18:51:00 1997  Bill Moyer <billm@cygnus.com>
76          
77         * config/m68k/m68k.c (output_function_prologue): Typecast
78         dwarf2out_cfi_label to (char *).
79         * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
80          
81 Wed Dec 17 15:06:04 1997  Richard Henderson  <rth@cygnus.com>
83         * sparc.md (jump): Don't use the annul bit around an empty loop.
84         Patch from Kevin.Kelly@East.Sun.COM.
86 Wed Dec 17 00:51:36 1997  Stan Cox (scox@cygnus.com)
88         * jump.c: (optimize_jump): Don't use the return register as a 
89         source1 of a conditional move.
91 Tue Dec 16 23:45:40 1997  Richard Henderson  <rth@cygnus.com>
93         * sparc.c (DF_MODES): Or the mask not the bit number.
94         (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
96 Wed Dec 17 00:13:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
98         * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
100 Tue Dec 16 23:44:54 1997  Manfred Hollstein  <manfred@s-direktnet.de>
102         * fixincludes (size_t): Add support for Motorola's stdlib.h
103         which fails to provide a definition for size_t.
104         (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
105         (strlen,strspn,strcspn return value): Handle different layout on sysV88.
106         (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
108         * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
109         prevent unresolved externals in libio.
110         * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
112 Tue Dec 16 23:25:45 1997  H.J. Lu  (hjl@gnu.org)
114         * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
115         (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
116         (LIB_SPEC): Updated for glibc 2.
118 Tue Dec 16 20:11:36 1997  Jeffrey A Law  (law@cygnus.com)
120         * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
121         * ginclude/varargs.h: Likewise.
123 Tue Dec 16 00:32:01 1997  Jeffrey A Law  (law@cygnus.com)
125         * version.c: Bump for snapshot.
127 Tue Dec 16 00:14:29 1997  H.J. Lu  (hjl@gnu.org)
129         * frame.h (__register_frame, __register_frame_table,
130         __deregister_frame): New.
131         * frame.c (__register_frame, __register_frame_table,
132         __deregister_frame): New.
133         * frame.c (__deregister_frame_info): Return void *.
134         * frame.h (__deregister_frame_info): Ditto.
135         * collect2.c (__deregister_frame_info): Ditto.
137 Mon Dec 15 18:40:08 1997  Richard Henderson  <rth@cygnus.com>
139         * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
141 Mon Dec 15 18:31:43 1997  Richard Henderson  <rth@cygnus.com>
143         * alpha.c (alpha_cpu_name): New variable.
144         (alpha_mlat_string): Likewise.
145         (alpha_memory_latency): Likewise.
146         (override_options): Handle -mmemory-latency.
147         (alpha_adjust_cost): Adjust load cost for latency.
148         * alpha.h (TARGET_OPTIONS): Add meory-latency.
149         (REGISTER_MOVE_COST): Define in terms of memory_latency.  Take
150         TARGET_CIX into account.
151         (MEMORY_MOVE_COST): Define in terms of memory_latency.
152         * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
154         * alpha.h (ASM_COMMENT_START): New macro.
156 Mon Dec 15 17:48:05 1997  Richard Henderson  <rth@cygnus.com>
158         * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
159         dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
161         * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
162         SUBREG_REG if the word count is unchanged.
163         * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
164         subregs of identical word size for push_reload.
166 Mon Dec 15  Mark Mitchell  <mmitchell@usa.net> 11:41:32 1997
168         * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
169         if all we're doing is dealing with -Wreturn-type.
171 Mon Dec 15 09:44:39 1997  Richard Henderson  <rth@cygnus.com>
173         * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
174         Use and 255 instead of zapnot 1, since it schedules better.
176 Mon Dec 15 08:48:24 1997  Jeffrey A Law  (law@cygnus.com)
178         * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
179         it as volatile.
181 Mon Dec 15 00:04:48 1997  Jeffrey A Law  (law@cygnus.com)
183         * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
184         dependency we delete.  Properly update prev for multiple consecutive
185         deletions.
186         (priority): Skip deleted dependence.
188 Fri Dec 12 18:54:23 1997  Per Bothner  <bothner@cygnus.com>
190         * expr.c (expand_builtin):  Support BUILT_IN_FMOD - just call fmod.
192 Fri Dec 12 01:19:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
194         * flow.c (flow_analysis): Be consistent with find_basic_blocks in
195         determining when a new basic block starts.
197         * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
199         * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
200         * pa.md (iorsi3): Add missing args to *_operand calls.
202         * except.c (call_get_eh_context): Don't mess with sequences.
203         (emit_eh_context): Include the call in the sequence here.
205 1997-12-11  Paul Eggert  <eggert@twinsun.com>
207         * collect2.c (write_c_file_glob): Allocate initial frame object
208         in static storage and pass its address.
210 Thu Dec 11 23:33:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
212         * except.c (call_get_eh_context): Don't take a parm.
213         Put the call at the top of the function.
214         (emit_eh_context): Adjust.
215         (get_eh_context): Replace with former use_eh_context.
216         (get_eh_context_once, get_saved_pc_ref): Remove.
217         (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
218         * except.h: Adjust.
219         * integrate.c (expand_inline_function): Adjust.
220         * toplev.c (rest_of_compilation): Don't call emit_unwinder.
222 Fri Oct 10 17:58:31 CEST 1997  Marc Lehmann <pcg@goof.com>
224         * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
225         (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
227 Thu Dec 11 23:55:17 1997  Manfred Hollstein  <manfred@s-direktnet.de>
229         * fixincludes (strlen,strspn,strcspn return value): Handle different
230         layout on sysV88.
231         (hypot): Provide a fake for hypot which is broken on 
232         m88k-motorola-sysv3.
234 Thu Dec 11 23:50:17 1997  John F. Carr  <jfc@mit.edu>
236         * tree.c, tree.h: Change tree_code_type, tree_code_length, and
237         tree_code_name from pointers to arrays.
238         * tree.c: Remove standard_tree_code_* variables, no longer used.
239         * print-tree.c: Remove declaration of tree_code_name.
241         * cp/lex.c (init_lex): Update for tree_code_* changes.
242         * objc/objc-act.c (init_objc): Likewise.
244         * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
245         changes.
247 Thu Dec 11 23:34:54 1997  Fred Fish  <fnf@ninemoons.com>
249         * config.sub: Add support for BeOS target.
250         * configure.in: Likewise.
251         * ginclude/stdarg.h: Likewise.
252         * ginclude/stddef.h: Likewise.
253         * ginclude/varargs.h: Likewise.
254         * rs6000/beos.h: New file for BeOS.
255         * rs6000/t-beos: Likewise.
256         * rs6000/x-beos: Likewise.
257         * rs6000/xm-beos.h: Likewise.
258         * toplev.c (get_run_time): Just return 0 on BeOS.
260 Thu Dec 11 23:25:23 1997  Jeffrey A Law  (law@cygnus.com)
261                           Toon Moene  (toon@moene.indiv.nluug.nl)
263         * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
264         old and broken Sun3 assemblers.  Newer versions handle large
265         offsets correctly as does the GNU assembler.
267 Thu Dec 11 23:06:48 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
269         * objc/objc-act.c (lang_report_error_function): Disable.
270         * objc/objc-parse.y: Include "output.h".
271         (yyerror): Remove redundant decl.
272         (yyprint): Fix prototype.
273         (apply_args_register_offset): Remove redundant decl.
274         (get_file_function_name): Likewise.
276 Thu Dec 11 22:02:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
278         * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
279         a new basic block.
280         (find_basic_blocks_1): Likewise.
282 Thu Dec 11 21:08:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
284         * except.c (use_eh_context): Don't copy_rtx a REG.
285         (emit_throw): Lose old unwinder support.
286         (expand_internal_throw): Likewise.
287         * libgcc2.c (struct eh_context): Likewise.
288         (new_eh_context): Likewise.
289         (__get_eh_info): Lose redundant cast.
290         (__get_dynamic_handler_chain): Likewise.
291         (__get_saved_pc): Lose.
292         Lose all old unwinder support code.
294 Thu Dec 11 20:42:18 1997  Teemu Torma  <tot@trema.com>
296         Thread-safe EH support for pthreads, DCE threads and Solaris threads.
297         
298         * integrate.c (expand_inline_function): If the inline fn uses eh
299         context, make sure that the current fn has one.
300         * toplev.c (rest_of_compilation): Call emit_eh_context.
301         * except.c (use_eh_context): New fn.
302         (get_eh_context_once): New fn.
303         (call_get_eh_context): New fn.
304         (emit_eh_context): New fn.
305         (get_eh_context): Call either get_eh_context_once or
306         call_get_eh_context, depending on what we have.
307         (get_dynamic_handler_chain): Call get_eh_context_once.
308         * except.h: Prototypes for fns above.
309         * optabs.c (get_eh_context_libfunc): Removed.
310         (init_optabs): Don't initialize it.
311         * expr.h (get_eh_context_libfunc): Removed.
312         * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
313         * config/pa/pa.h (CPP_SPEC): Support for -threads.
314         * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
315         * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
316         New multilib for -threads.
317         * config/sparc/t-sol2: Added multilibs for -threads and
318         made -pthreads alias to it.
319         * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
320         Added -threads and -pthreads options.
321         * libgcc-thr.h: New file.
322         * libgcc2.c: (__get_cpp_eh_context): Removed.
323         (struct cpp_eh_context): Removed.
324         (struct eh_context): Replaced cpp_eh_context with generic language
325         specific pointer. 
326         (__get_eh_info): New function.
327         (__throw): Check eh_context::info.
328         (__sjthrow): Ditto.
329         * libgcc2.c: Include libgcc-thr.h.
330         (new_eh_context, __get_eh_context,
331         eh_pthread_initialize, eh_context_initialize, eh_context_static,
332         eh_context_specific, eh_context_free): New functions.
333         (get_eh_context, eh_context_key): New variables.
334         (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
335         get_eh_context to get the context.
336         (longjmp): Move the declaration inside
337         #ifdef DONT_USE_BUILTIN_SETJMP.
338         * frame.c: Include libgcc-thr.h.
339         (object_mutex): Mutex to protect the object list.
340         (find_fde, __register_frame, __register_frame_table,
341         __deregister_frame): Hold the lock while accessing objects.
342         * except.h (get_eh_context): Declare.
343         * except.c (current_function_ehc): Define.
344         (current_function_dhc, current_function_dcc): Removed.
345         (get_eh_context): New function.
346         (get_dynamic_handler_chain): Use get_eh_context.
347         (get_saved_pc_ref): Ditto.
348         (get_dynamic_cleanup_chain): Removed references to
349         current_function_dcc.
350         (save_eh_status, restore_eh_status): Save and restore
351         current_function_ehc instead.
352         * optabs.c (get_eh_context_libfunc): New variable.
353         (init_optabs): Initialize it.
354         * expr.h: Declare get_eh_context_libfunc.
355         * function.h (struct function): Replaced dhc and dcc with ehc.
356         * except.c (get_saved_pc_ref): New functions.
357         (eh_saved_pc_rtx, eh_saved_pc): Deleted.
358         (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
359         of eh_saved_pc.
360         (end_eh_unwinder): Likewise.
361         (init_eh): Remove initialization of eh_saved_pc.
362         * optabs.c (get_saved_pc_libfunc): New variable.
363         (init_optabs): Initialize it.
364         * expr.h: Declare get_saved_pc_libfunc.
365         * except.h (eh_saved_pc_rtx): Deleted.
366         (get_saved_pc_ref): Declared.
368         From Scott Snyder <snyder@d0sgif.fnal.gov>:
369         * libgcc2.c (__get_saved_pc): New.
370         (__eh_type, __eh_pc): Deleted.
371         (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
372         (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
373         this fcn.
375 Thu Dec 11 17:23:48 1997  John F. Carr  <jfc@mit.edu>
377         * sparc/sol2.h: Use 64 bit multiply and divide functions in
378         Solaris libc.  Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
379         as 0.
381         * rtl.h (global_rtl): New variable, replacing separate variables for
382         commonly used rtl.
383         (const_int_rtx): Now array of rtx_def, not rtx.
384         * emit-rtl.c: Update for new rtl data structures.
385         * genattrtab.c: Define global_rtl.
387 Thu Dec 11 15:50:29 1997 David Edelsohn  <edelsohn@mhpcc.edu>
389         * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
390         default.
392 Wed Dec 10 12:30:18 1997  Anthony Green  <green@cygnus.com>
394         * crtstuff.c (__do_global_ctors): Fix typo.
396 Tue Dec  9 09:43:59 1997  Manfred Hollstein  <manfred@s-direktnet.de>
398         * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
399         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
401 Tue Dec  9 09:38:58 1997  David Edelsohn  <edelsohn@mhpcc.edu>
403         * rs6000.h (FUNCTION_ARG_PADDING): Define.
404         * rs6000.c (function_arg_padding): New function.
406 Tue Dec  9 10:34:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
408         * m68k.c: Include tree.h only once.
410 Tue Dec  9 09:32:33 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
412         * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
414 Tue Dec  9 01:16:06 1997  Jeffrey A Law  (law@cygnus.com)
416         * Partially cleaned up prototyping code from HJ.
417         * tree.h: Add many prototypes.
418         * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
419         All references changed.
420         * rtl.h: Protect from multiple inclusions.  Add many prototypes.
421         
422 Tue Dec  9 01:15:15 1997  Fred Fish  <fnf@ninemoons.com>
424         * libgcc2.c (string.h): Hoist inclusion to occur before first use of
425         string functions like strlen.
427 Tue Dec  9 00:57:38 1997  Manfred Hollstein  <manfred@s-direktnet.de>
429         * configure.in: Check for functions getrlimit and setrlimit.
430         * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
431         to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
433 Mon Dec  8 23:53:26 1997  Jay Sachs <sachs@bull.cs.williams.edu>
435         * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
437 Mon Dec  8 21:03:28 1997  Richard Henderson  <rth@cygnus.com>
439         * alpha.c (REG_RA, alpha_return_addr, output_epilog):
440         Fix merge problems.
442         * alpha.c (override_options): Don't know about scheduling for EV6.
443         * alpha.md (ev5 function units): Don't overload as ev6.
445         * alpha.c (alpha_adjust_cost): Simplify.  Fix typo in ev5 mult case.
446         * alpha.md (define_attr type): Add mvi.
447         (ev5_e0): Define sceduling parameters for it.
448         (TARGET_MAX insns): Type is mvi not shift.
450 Mon Dec  8 18:15:00 1997  Richard Henderson  <rth@cygnus.com>
452         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
454 Mon Dec  8 21:17:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
456         * cstamp-h, auto-config.h: Delete.
458 Sun Dec  7 19:19:03 1997  Jeffrey A Law  (law@cygnus.com)
460         * version.c: Bump for snapshot.
462 Sat Dec  6 22:22:22 1997  Jeffrey A Law  (law@cygnus.com)
464         * cccp.c: Fix typo brought over in merge.
466         * Merge in changes from gcc-2.8.
468 Mon Nov  3 05:45:32 1997  Philippe De Muyter  <phdm@macqel.be>
470         * m68k.c: Include tree.h for dwarf2out_cfi_label.
472         * gcc.c (process_command): Do not take address of function fatal when
473         calling lang_specific_driver.
475 Sat Dec  6 01:02:38 1997  Mumit Khan  <khan@xraylith.wisc.edu>
477         * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling 
478         doesn't work with it yet, so set it to 0.
479         * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
481 Sat Dec  6 01:01:02 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
483         * cse.c (cse_insn): Check for invalid entries when taking references.
485 Fri Dec  5 18:26:25 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
487         * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
488         (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
489         * toplev.c (rest_of_compilation): Pass it.  Remove code to
490         save / clear / restore flag_unroll_{,all_}loops.
492 Fri Dec  5 16:26:03 1997  Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
494         * i386.c (notice_update_cc): Remove bogus pentium GCC code.
496 Fri Dec  5 16:25:14 1997  Jeffrey A Law  (law@cygnus.com)
498         * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
500 Thu Dec  4 11:51:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
502         * except.c (get_dynamic_handler_chain): Only make the call once per
503         function.
505         * except.c (expand_end_all_catch): Fix for sjlj exceptions.
507 Thu Dec  4 12:30:40 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
509         * sh.c (final_prescan_insn): Use local label prefix
510         when emitting .uses pseudo-ops.
512 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
514         * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
515         * except.c: Lose outer_context_label_stack.
516         (expand_eh_region_end): Rethrow from outer_context here.
517         (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
518         (expand_internal_throw): Take no args.
519         (expand_internal_throw_indirect): Lose.
520         (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
521         (expand_start_all_catch): Start a rethrow region.
522         (expand_end_all_catch): End it.
523         (expand_rethrow): New fn.
524         * except.h: Reflect above changes.
525         * flow.c: Revert change of Nov 27.
527 Thu Dec  4 00:24:09 1997  Jeffrey A Law  (law@cygnus.com)
529         * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
531 Wed Dec  3 12:01:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
533         * except.c (expand_fixup_region_end): New fn.
534         (expand_fixup_region_start): Likewise.
535         (expand_eh_region_start_tree): Store cleanup into finalization here.
536         * stmt.c (expand_cleanups): Use them to protect fixups.
538 Wed Dec  3 11:41:13 1997  Gavin Koch  <gavin@cygnus.com>
540         * mips/mips.md (muldi3_r4000): Broaden the output template
541         and attribute assignments to handle three operand dmult;
542         rename to muldi3_internal2.
543         (muldi3): Call the new muldi3_internal2 for R4000, and
544         any GENERATE_MULT3 chip.
546 Tue Dec  2 19:40:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
548         * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
550 Tue Dec  2 12:54:33 1997  Jim Wilson  <wilson@cygnus.com>
552         * unroll.c (find_splittable_givs):  Remove last change.  Handle givs
553         with a dest_reg that was created by loop.
555 Sat Nov 29 12:44:57 1997  David Edelsohn  <edelsohn@mhpcc.edu>
557         * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
559         * rs6000/aix41.h (ASM_CPU_SPEC): Define.
561 Fri Nov 28 10:00:27 1997  Jeffrey A Law  (law@cygnus.com)
563         * configure.in: Fix NCR entries.
565 Thu Nov 27 12:20:19 1997  Jeffrey A Law  (law@cygnus.com)
567         * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
568         nested exceptions correctly.
570         * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
571         that was created by loop.
573 Thu Nov 27 09:34:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
575         * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
577         * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
579 Wed Nov 26 15:47:30 1997  Michael Meissner  <meissner@cygnus.com>
581         * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
582         (print_operand): Use SMALL_DATA_REG for the register involved in
583         small data relocations.
584         (print_operand_address): Ditto.
586         * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
587         -dynamic linker is not used.
589         * rs6000.md (call insns): For local calls, use @local suffix under
590         System V.  Don't use @plt under Solaris.
592         * rs6000.c (output_function_profiler): Put label address in r0, and
593         store LR in 4(sp) for System V/eabi.
595         * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
596         byte boundary, and maintain stack backchain.
598 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
600         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
601         fix_truncsfdi2): Change *.
603 Wed Nov 26 11:12:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
605         * toplev.c (main): Complain about -gdwarfn.
607 Tue Nov 25 22:43:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
609         * dwarfout.c (output_type): If finalizing, write out nested types 
610         of types we've already written.
612 Tue Nov 25 20:32:24 1997  Michael Meissner  <meissner@cygnus.com>
614         (patches originally from Geoffrey Keating)
615         * rs6000.c (function_arg): Excess floating point arguments don't
616         go into GPR registers after exhausting FP registers under the
617         System V.4 ABI.
618         (function_arg_partial_nregs): Ditto.
620         * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
621         suffix to calls.
623 Tue Nov 25 23:37:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
625         * integrate.c (output_inline_function): Just unset DECL_INLINE.
627 Tue Nov 25 23:33:29 1997  scott snyder  <snyder@d0sgif.fnal.gov>
629         * dwarf2out.c (outout_call_frame_info): Ensure that the info has
630         proper alignment.
632         * libgcc2.c (__throw): Initialize HANDLER.
634 Tue Nov 25 14:08:12 1997  Jim Wilson  <wilson@cygnus.com>
636         * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
637         fix_truncsfdi2): Change *X to ?*X.
639 Tue Nov 25 10:00:42 1997  Richard Henderson  (rth@cygnus.com)
641         * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
643 Tue Nov 25 10:00:42 1997  Jeffrey A Law  (law@cygnus.com)
645         * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
647 Tue Nov 25 01:26:55 1997  Bruno Haible <haible@ilog.fr>:
649         * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
651 Mon Nov 24 22:41:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
653         * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
654         * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
655         * expr.h: Likewise.
657 Sat Nov 22 18:58:20 1997  Jeffrey A Law  (law@cygnus.com)
659         * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
660         * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
661         gas and not using the new HP assembler.
663 Fri Nov 21 15:20:05 1997  Jeffrey A Law  (law@cygnus.com)
665         * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
666         (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
668 Fri Nov 21 19:37:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
670         * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
671         TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
672         definition.
674 Fri Nov 21 12:49:56 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
676         * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
678 Fri Nov 21 12:18:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
680         * except.h: Add outer_context_label_stack.
681         * except.c: Likewise.
682         (expand_start_all_catch): Push the outer_context for the try block
683         onto outer_context_label_stack.
684         (expand_end_all_catch): Use it and pop it.
686 Fri Nov 21 10:13:11 1997  Robert Lipe (robertl@dgii.com)
688         * i386/sco5.h (HAVE_ATEXIT): Revert last change.
690 Thu Nov 20 16:11:50 1997  Richard Henderson  <rth@cygnus.com>
692         * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
694 Thu Nov 20 16:11:50 1997  Klaus Kaempf  <kkaempf@progis.de>
696         * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
697         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
699 Thu Nov 20 14:42:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
701         * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
702         * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler, 
703         __builtin_delete, and __builtin_vec_delete.
705         * except.c (output_exception_table): Don't bother with
706         __EXCEPTION_END__.
708 Thu Nov 20 16:11:50 1997  Jeffrey A Law  (law@cygnus.com)
710         * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
711         is an in/out operand.
712         (zero extended variants of stwm/stwm patterns): Similarly.
714         * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
716 Thu Nov 20 13:19:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
718         * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
719         Use assemble_name.
720         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
721         (output_call_frame_info): Emit a \n after using it.
723 Thu Nov 20 00:38:46 1997  Dave Love  <d.love@dl.ac.uk>
725         * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
727 Wed Nov 19 12:03:04 1997  Philippe De Muyter  <phdm@macqel.be>
729         * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
730         (ASM_OUTPUT_DWARF_VALUE4): New macro.
731         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
732         defined.
733         (output_call_frame_info): Do not output forward label differences
734         if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
735         * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
737 Tue Nov 18 23:03:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
739         * sh.md (attribute "type"): Add nil.
740         (movsi_ie): y/y alternative is type nil.
741         (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
742         alternatives.
743         (movsf_ie+1): Delete.
745 Tue Nov 18 15:39:59 1997  Jim Wilson  <wilson@cygnus.com>
747         * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
748         large_int, emit two insns instead of one splitable insn.
749         * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
750         from cfa_temp_value, use cfa_offset.  Add assert checking that
751         cfa_reg is SP.
753 Mon Nov 17 15:35:38 1997  Tom Tromey  <tromey@cygnus.com>
755         * cccp.c (deps_output): Properly quote file names for make.
757 Mon Nov 17 13:21:40 1997  Jeffrey A Law  (law@cygnus.com)
759         * t-h8300 (MULTILIB_EXCEPTIONS): Define.
761 Fri Nov  7 15:33:11 1997  Robert Lipe (robertl@dgii.com)
763         * i386/sco5.h (HAVE_ATEXIT): Delete definition.
765 Sun Nov 16 23:52:48 1997  Jeffrey A Law  (law@cygnus.com)
767         * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
768         return.
769         (cse_end_of_basic_block): Similarly.
771 Sun Nov 16 23:01:40 1997  J. Kean Johnston  <jkj@sco.com>
773         * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
774         (SELECT_RTX_SECTION): Define.
775         (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
777 Sun Nov 16 22:47:03 1997  Manfred Hollstein  <manfred@s-direktnet.de>
779         * Makefile.in (compare, compare-lean): Define $stage for each
780         shell command.
781         (gnucompare, gnucompare-lean): Likewise.
783 Sun Nov 16 22:02:16 1997  Richard Henderson  (rth@cygnus.com)
785         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
787         * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
788         to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
790 Fri Nov 14 09:09:20 1997  Fred Fish  (fnf@cygnus.com)
792         * dwarfout.c (byte_size_attribute):  Add local var upper_bound
793         and add case to handle STRING_TYPE.
794         * dwarfout.c (output_string_type_die):  Fix code to generate
795         correct string length attribute for fixed length strings.
796         Still needs support for varying length strings.
798 Fri Nov 14 08:46:56 1997  Jeffrey A Law  (law@cygnus.com)
800         * toplev.c (get_run_time): Do something sensible for cygwin32.
802 Fri Nov 14 07:24:20 1997  Richard Henderson  <rth@cygnus.com>
804         * expr.c (expand_builtin_setjmp): Set
805         current_function_has_nonlocal_label.
806         * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
807         call-saved registers across calls.
809         * alpha.md (exception_receiver): Remove.
810         (nonlocal_goto_receiver_osf): New
811         (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
812         (nonlocal_goto_receiver): New, select _osf or _vms.
814         * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
815         keep them from being propogated to the object file.
816         (alpha_write_linkage): Likewise.
817         * alpha.md (call_vms): Likewise.
818         (call_value_vms): Likewise.
819         (unnamed osf call insns): Likewise.
821         * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
822         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
824         * alpha.c (call_operand): Any reg is valid for WinNT.
825         * alpha.md (call_nt, call_value_nt): Don't force address into $27.
826         (anon nt calls): Add 'R' alternative.
827         * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
828         INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
830 Fri Nov 14 06:59:33 1997  Jeffrey A Law  (law@cygnus.com)
832         * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
834         * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
835         * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
836         * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
838 Thu Nov 13 20:37:33 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
840         * reload1.c (new_spill_reg): Improve fixed or forbidden register
841         spill error message.
843 Thu Nov 13 20:29:08 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
845         * prefix.c: Use stdarg.h only ifdef __STDC__.  Otherwise,
846         use varargs.h.  Wrap header with <>, not "".
848 Thu Nov 13 20:21:17 1997  Jeffrey A Law  (law@cygnus.com)
850         * integrate.c (save_for_inline_copying): Add return value from
851         savealloc.
853 Thu Nov 13 19:12:33 1997  Brendan Kehoe  <brendan@cygnus.com>
855         * fixincludes: Be a little more restrictive on what we will
856         substitute to replace definitions of MAXINT for HPUX.
858 Thu Nov 13 18:41:02 1997  Michael Meissner  <meissner@cygnus.com>
860         * dbxout.c (dbxout_symbol_location): Don't assume that variables
861         whose address is the stack or argument pointers are indirect
862         pointers.
864 1997-11-13  Paul Eggert  <eggert@twinsun.com>                               
865         
866         * cccp.c, cpplib.c (compare_defs):
867         Don't complain about arg name respellings unless pedantic.
868         * cpplib.c (compare_defs): Accept pfile as new arg.              
869         All callers changed.                                               
871 Thu Nov 13 23:33:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
873         * fold-const.c (fold_truthop): Fix bug in last change.
875 1997-11-13  Paul Eggert  <eggert@twinsun.com>
877         Fix some confusion with IEEE minus zero.
879         * real.h (REAL_VALUES_IDENTICAL): New macro.
881         * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
882         * fold-const.c (operand_equal_p): Don't consider -0.0 to be
883         identical to 0.0.
884         * tree.c (simple_cst_equal): Don't consider -0.0 to have the
885         same tree structure as 0.0.
887         * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
888         macro instead of doing it by hand.
890 Thu Nov 13 16:56:14 1997  Jeffrey A Law  (law@cygnus.com)
892         * v850/lib1funcs.asm: Minor whitespace changes.
893         * v850.c: Fix minor formatting problems in many places.
894         (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
896 Thu Nov 13 12:53:44 1997  Jim Wilson  <wilson@cygnus.com>
898         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
899         xplus1 when xplus0 is not a register.
901 Thu Nov 13 11:41:42 1997  Jeffrey A Law  (law@cygnus.com)
903         * flow.c (find_basic_blocks): During marking phase, if we encounter
904         an insn with a REG_LABEL note, make the target block live and
905         create an edge from the insn to the target block.  Do not make
906         edges from all blocks to the target block.
908         * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
910         * confiugre.in: Tweak NCR entries.
911         * configure: Rebuilt.
913 Thu Nov 13 11:07:41 1997  Michael Meissner  <meissner@cygnus.com>
915         * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
916         pick apart floating point values, instead of using CONST_DOUBLE_LOW
917         and CONST_DOUBLE_HIGH.
919         * rs6000.md (define_splits for DF constants): Use the appropriate
920         REAL_VALUE_* interface to pick apart DF floating point constants in
921         a machine independent fashion.
923 Thu Nov 13 00:06:58 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
925         * fold-const.c (fold_truthop): When changing a one-bit comparison
926         against zero into a comparison against mask, do a proper sign
927         extension.
929 Wed Nov 12 09:37:01 1997  Jeffrey A Law  (law@cygnus.com)
931         * except.c: Do not include "assert.h".
932         (save_eh_status): Turn asserts into conditional aborts.
933         (restore_eh_status, scan_region): Likewise.
934         * dwarfout.c: Do not include "assert.h".
935         (bit_offset_attribute): Turn asserts into conditional aborts.
936         (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
937         (output_inlined_structure_type_die): Likewise.
938         (output_inlined_union_type_die): Likewise
939         (output_tagged_type_instantiation): Likewise.
940         (dwarfout_file_scope_decl): Likewise.
941         * dwarf2out.c: Do not include "assert.h"
942         (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
943         (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
944         (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
945         (add_bit_size_attribute, scope_die_for): Likewise.
946         (output_pending_types_for_scope): Likewise.
947         (get_inlined_enumeration_type_die): Likewise.
948         (get_inlined_structure_type_die): Likewise.
949         (get_inlined_union_type_die, gen_subprogram_die): Likewise.
950         (gen_tagged_type_instantiation_die): Likewise.
952         * flow.c (find_basic_blocks): Refine further to get a more correct
953         cfg, especially in the presense of exception handling, computed
954         gotos, and other non-trivial cases.  Call abort if an inaccuracy
955         is detected in the cfg.
957 Tue Nov 11 21:47:27 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
959         * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
961         * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
962         (skip_white_space): Use whitespace_cr.
963         (check_newline): Handle whitespace more consistently.
965 Tue Nov 11 16:25:49 1997  Jim Wilson  <wilson@cygnus.com>
967         * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
968         * i386/xm-cygwin32.h (POSIX): Define.
970 Mon Nov 10 20:53:11 1997  Gavin Koch  <gavin@cygnus.com>
972         * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
973         is available elsewhere.
975 Mon Nov 10 16:21:58 1997  Doug Evans  <devans@canuck.cygnus.com>
977         * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
978         what the instruction can handle.
980 Mon Nov 10 03:02:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
982         * stmt.c (expand_decl_cleanup_no_eh): New fn.
984         * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
986 Mon Nov 10 00:05:56 1997  Jeffrey A Law  (law@cygnus.com)
988         * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
989         (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
991 Sun Nov  9 14:34:47 1997  David Edelsohn  <edelsohn@mhpcc.edu>
993         * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
994         swap instruction order.
996 Sun Nov  9 02:07:16 1997  Jeffrey A Law  (law@cygnus.com)
998         * fixinc.svr4 (__STDC__): Add another case.
1000 Sun Nov  9 02:00:29 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1002         * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
1003         addresses in the epilogue delay slot.
1005 Sun Nov  9 01:40:40 1997  Manfred Hollstein  (manfred@s-direktnet.de)
1007         * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
1008         in generated `specs' file.
1010 Sun Nov  9 01:37:11 1997  Jim Wilson  (wilson@cygnus.com)
1012         * flags.h (flag_rerun_loop_opt): Declare.
1013         * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
1014         * toplev.c (flag_rerum_loop_opt): Delete static.
1016 Sat Nov  8 18:20:21 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1018         Bring over from FSF:
1020         Thu Oct 30 12:21:06 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1022         * va-sh.h (__va_arg_sh1): Define.
1023         (va_arg): Use it.
1024         SH3E doesn't use any integer registers for subsequent arguments
1025         once a non-float value was passed in the stack.
1026         * sh.c (machine_dependent_reorg): If optimizing, put explicit
1027         alignment in front label for ADDR_DIFF_VEC.
1028         * sh.h (PASS_IN_REG_P): Fix SH3E case.
1029         (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
1031         Tue Oct 28 15:06:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1033         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
1034         svr4.h.
1036         Mon Oct 27 16:11:52 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1038         * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
1039         put an use_sfunc_addr before each sfunc.
1040         * sh.md (use_sfunc_addr, dummy_jump): New insns.
1041         (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
1043         Tue Oct 21 07:12:28 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1045         * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
1047 Fri Nov  7 10:22:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
1049         * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
1050         linked once FDEs.
1052 Wed Nov  5 14:26:05 1997  Jeffrey A Law  (law@cygnus.com)
1054         * alias.c (find_base_value): Only return the known base value for
1055         pseudo registers.
1057 Wed Nov  5 11:27:14 1997  Jim Wilson  <wilson@cygnus.com>
1059         * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
1060         * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
1061         to pattern.
1062         (prologue_get_pc_and_set_got): New pattern.
1064 Tue Nov  4 20:36:50 1997  Richard Henderson  (rth@cygnus.com)
1066         * alpha.c (summarize_insn): Handle ASM_OPERANDS.  Don't recurse
1067         for SUBREG, just fall through.
1069         * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
1071         * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
1073 Tue Nov  4 18:49:42 1997  Jeffrey A Law  (law@cygnus.com)
1075         * fixincludes: Fix "hypot" prototype in NeXT math.h.
1077         * Makefile.in (USE_ALLOCA): Always include alloca.o.
1078         (USE_HOST_ALLOCA): Likewise.
1080         * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
1081         and LABEL_REFS fields.
1082         * rtl.h (LABEL_REFS): Update.
1084 Tue Nov  4 16:55:11 1997  Jim Wilson  <wilson@cygnus.com>
1086         * combine.c (try_combine): When setting elim_i2, check whether newi2pat
1087         sets i2dest.  When calling distribute_notes for i3dest_killed, pass
1088         elim_i2 and elim_i1.  When setting elim_i1, check if newi2pat
1089         sets i1dest.
1091         * mips.md (insv, extzv, extv): Add change_address call.
1092         (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
1094         * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
1096         * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
1098         * mips.c (mips_expand_epilogue): Emit blockage insn before call to
1099         save_restore_insns if no FP and GP will be restored.
1101         * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
1102         Convert CCmode to word_mode before calling GET_MODE_SIZE.
1104         * acconfig.h (HAVE_INTTYPES_H): Undef.
1105         * configure.in (inttypes.h): Check for conflicts between sys/types.h
1106         and inttypes.h, and verify that intmax_t is defined.
1107         * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
1108         * config/mips/x-iris3: Likewise.
1110 Tue Nov  4 16:07:15 1997  Jeffrey A Law  (law@cygnus.com)
1112         * alias.c (find_base_value): When copying arguments, return the
1113         tenative value for a hard register.
1115 Tue Nov  4 13:40:35 1997  Doug Evans  <devans@canuck.cygnus.com>
1117         * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1118         (yylex): Record wide strings using target endianness, not host.
1120 Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
1122         * mn10200.h (ASM_OUTPUT_BSS): Delete.
1123         (ASM_OUTPUT_ALIGNED_BSS): New macro
1124         * mn10300.h (ASM_OUTPUT_BSS): Delete.
1125         (ASM_OUTPUT_ALIGNED_BSS): New macro.
1126         * v850.h (ASM_OUTPUT_BSS): Delete.
1127         (ASM_OUTPUT_ALIGNED_BSS): New macro.
1129 Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1131         * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
1133 Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
1135         * configure.in (sco5): Use cpio to install header files.
1137 Sun Nov  2 23:31:43 1997  Manfred Hollstein  <manfred@s-direktnet.de>
1139         * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
1140         14 char length.
1141         * configure: Rebuild.
1143 Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
1145         * i386/sco5.h: enable -gstabs once again.
1147 Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
1149         * arm.c (output_move_double): Allocate 3 entries in otherops array.
1151 Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
1153         * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
1154         notes for sjlj exceptions too.
1155         (expand_eh_region_end): Similarly for EH_REGION_END notes.
1156         (exception_optimize): Optimize EH regions for sjlj exceptions too.
1157         * final.c (final_scan_insn): Don't output labels for EH REGION
1158         notes if doing sjlj exceptions.
1160 Sat Nov  1 19:15:28 1997  Jeffrey A Law  (law@cygnus.com)
1162         * alias.c (init_alias_analysis): Handle -fno-alias-check when
1163         optimizing correctly.
1165         * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
1166         or set current_function_calls_setjmp anymore.
1168         * flow.c (find_basic_blocks): If we delete the label for an
1169         exception handler, remove it from the EH label list and remove
1170         the EH_BEGIN/EH_END notes for that EH region.
1172 Sat Nov  1 16:44:49 1997  Jason Merrill  (jason@cygnus.com)
1174         * flow.c (find_basic_blocks): Generate correct flow control
1175         information when exception handling notes are present.
1177 Sat Nov  1 13:42:19 1997  Jeffrey A Law  (law@cygnus.com)
1179         * dwarf2out.c (output_call_frame_info): Fix length argument
1180         to ASM_OUTPUT_ASCII.
1181         (output_die, output_pubnames, output_line_info): Likewise.
1183 Fri Oct 31 07:10:09 1997  Jeffrey A Law  (law@cygnus.com)
1185         * version.c: Bump for snapshot.
1187         * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
1188         output ASCII by default.  Only use ASM_OUTPUT_DWARF_STRING if
1189         flag_debug_asm is on.
1190         (output_die, output_pubnames, output_line_info): Likewise.
1192         * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
1193         and static_chain_rtx into the potential base values array if
1194         they are registers.
1196         * alias.c (new_reg_base_value): New array of potential base values.
1197         (unique_id): Now file scoped static.
1198         (find_base_value, case REG): Return the value in reg_base_value
1199         array for the REG if it exists.  Else, return the value from
1200         new_reg_base_value if copying args and REG is a hard register.
1201         (find_base_value, case PLUS): If either operand of the PLUS is
1202         a REG, try to get its base value.  Handle base + index and
1203         index + base.
1204         (record_set): Use new_reg_base_value instead of reg_base_value.
1205         (init_alias_analysis): Allocate space for new_reg_base_value too.
1206         Rework code to iterate over the insns propagating base value
1207         information until nothing changes.
1209         * global.c (global_alloc): Free the conflict matrix after
1210         reload has finished.
1212 Fri Oct 31 01:45:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
1214         * libgcc2.c (L_eh): Define __eh_pc.
1215         Replace __eh_type with generic pointer __eh_info.
1217 Fri Oct 31 00:34:55 1996  J"orn Rennecke <amylaar@cygnus.co.uk>
1219         * expr.c (expand_increment): When enqueing a postincrement for a MEM,
1220         use copy_to_reg if address is not a general_operand.
1222 Fri Oct 31 00:16:55 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1224         * profile.c (output_func_start_profiler): Clear flag_inline_functions
1225         for the duration of the call to rest_of_compilation.
1227 Thu Oct 30 14:40:10 1997  Doug Evans  <devans@canuck.cygnus.com>
1229         * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
1230         Set extra_parts.
1231         (sparc*-*-*): Recognize --with-cpu=v9.
1232         * sparc/elf.h: New file.
1233         * sparc/t-elf: New file.
1235 Thu Oct 30 13:26:12 1997  Jeffrey A Law  (law@cygnus.com)
1237         * mn10300.c (const_8bit_operand): New function.
1238         (mask_ok_for_mem_btst): New funtion.
1239         * mn10300.md (btst patterns with mem operands): Use new functions
1240         to avoid creating btst instructions with invalid operands.
1242 Wed Oct 29 16:57:19 1997  Michael Meissner  <meissner@cygnus.com>
1244         * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
1245         are running on PowerPC Linux.
1247 Wed Oct 29 13:10:11 1997  Gavin Koch  <gavin@cygnus.com>
1249         * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
1250         if not previously defined.
1252 Tue Oct 28 23:55:27 1997  Doug Evans  (devans@cygnus.com)
1254         * function.c (assign_parms): Correct mode of stack_parm if
1255         entry_parm underwent a mode conversion.
1257 1997-10-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
1259         * global.c (global_alloc): Use xmalloc instead of alloca for
1260         CONFLICTS, since max_allocno * allocno_row_words alone can be more
1261         than 2.5Mb sometimes.
1263 Tue Oct 28 15:29:15 1997  Richard Henderson  <rth@cygnus.com>
1265         * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
1266         DEST for the spill, adjust mode of SRC to compensate.
1268 Tue Oct 28 14:36:45 1997  Richard Henderson  <rth@cygnus.com>
1270         * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
1271         since any_memory_operand() allows pseudos during reload.
1272         (reload_inhi, reload_outqi, reload_outhi): Likewise.
1274 Tue Oct 28 11:53:14 1997  Jim Wilson  <wilson@cygnus.com>
1276         * m68k.md (btst patterns): Add 5200 support.
1278 Tue Oct 28 11:58:40 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
1280         * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
1281         optimizations, look inside dividend to determine if the expression
1282         can be simplified by using EXACT_DIV_EXPR.
1284 Tue Oct 28 10:19:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
1286         From Brendan:
1287         * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
1289 Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
1291         * alpha.c (summarize_insn [SUBREG]): Propogate SET.
1293 Mon Oct 27 23:59:26 1997  Richard Henderson  <rth@cygnus.com>
1295         * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
1296         on a CLOBBER.
1298 Mon Oct 27 21:25:20 1997  Richard Henderson  <rth@cygnus.com>
1300         * alpha.md (movqi, movhi): Make sure new insns created during reload
1301         won't need reloading themselves.
1302         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
1304 Mon Oct 27 16:11:10 1997  Jeffrey A Law  (law@cygnus.com)
1306         * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
1308 Sun Oct 26 13:50:44 1997  Richard Henderson  <rth@cygnus.com>
1310         * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
1311         Patch from Klaus Kaempf <kkaempf@progis.de>.
1313 Sun Oct 26 13:31:47 1997  Jim Wilson  (wilson@cygnus.com)
1315         * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
1316         to an element in a constant string.
1318 Sun Oct 26 11:41:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
1320         * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
1321         bit PC-relative offset.  The exception range table pointer is now in
1322         the CIE.
1323         * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
1324         (count_fdes, add_fdes, get_cie): Adjust.
1325         (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
1327         From H.J. Lu:
1328         * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
1330 Sun Oct 26 11:52:01 1997  Richard Henderson  <rth@cygnus.com>
1332         * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
1333         like stack_pointer_rtx.
1335 Sun Oct 26 11:32:16 1997  Manfred Hollstein  <manfred@s-direktnet.de>
1337         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
1338         targets using "$@" to provide support for similar but not identical
1339         targets without having to duplicate code.
1340         (bootstrap4): New goal.
1342         * Makefile.in (compare, compare-lean, compare3): Combined to one
1343         ruleset determining actions to be performed via $@.
1344         (compare4, compare4-lean): New targets.
1345         (gnucompare, gnucompare3): Combined to one ruleset determining
1346         actions to be performed via $@. Also, note which files failed
1347         the comparison test in .bad_compare.
1348         (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
1350 Sun Oct 26 10:06:11 1997  Toon Moene  <toon@moene.indiv.nluug.nl>
1352         * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
1353         if the dividend is a multiple of the divisor.
1355 Sun Oct 26 09:21:40 1997  Jeffrey A Law  (law@cygnus.com)
1357         * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
1359         * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
1360         and POS_DEC.
1362         * alias.c (true_dependence): Fix typo.
1364         * toplev.c (flag_rerun_loop_opt): New variable.
1365         (f_options): Handle -frerun-loop-opt.
1366         (rest_of_compilation): If -frerun-loop-opt, then run the loop
1367         optimizer twice.
1368         (main): Enable -frerun-loop-opt by default for -O2 or greater.
1370         * loop.c (simplify_giv_expr): Adding two invariants results
1371         in an invariant.
1373 Sun Oct 26 09:15:15 1997  Richard Henderson  <rth@cygnus.com>
1375         * expr.c (get_inner_reference): Remove the array bias after 
1376         converting the index to Pmode.
1378 Sat Oct 25 12:20:58 1997  Jeffrey A Law  (law@cygnus.com)
1380         * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
1381         (TARGET_MULT_BUG): Define.
1382         (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
1383         * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
1385 Fri Oct 24 17:40:34 1997  Jeffrey A Law  (law@cygnus.com)
1387         * mn10200.c (indirect_memory_operand): Delete unused function.
1388         * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
1389         * mn10200.md (bset, bclr insns): Handle output in a reg too.
1391 Fri Oct 24 15:54:57 1997  Richard Henderson  <rth@cygnus.com>
1393         * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
1394         the callee's ldgp, we must do it ourselves, and we use the jsr tag
1395         for more than scheduling.
1397 Fri Oct 24 13:23:04 1997  Doug Evans  <devans@canuck.cygnus.com>
1399         * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
1401 Fri Oct 24 13:19:40 1997  Jeffrey A Law  (law@cygnus.com)
1403         * mn10300.c (symbolic_operand, legitimize_address): New functions.
1404         * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
1405         (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
1407 Thu Oct 23 09:35:12 1997  Jeffrey A Law  (law@cygnus.com)
1409         * version.c: Bump for snapshot.
1411 Thu Oct 23 08:03:59 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1413         * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
1414         for FILENAME.
1416 Wed Oct 22 00:34:12 1997  Jeffrey A Law  (law@cygnus.com)
1418         * toplev.c (flag_exceptions): Default value is 2.
1419         (compile_file): If flag_exceptions still has the value 2, then
1420         set it to 0.
1422         * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
1423         (rs6000_save_machine_status): Save pic_offset_table_rtx.
1424         (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
1426         * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
1427         are shared.
1429         * rs6000.md (*movsi_got_internal_mem): New pattern.
1430         (*movsi_got_internal_mem splitter): New define_split.
1432 Tue Oct 21 18:14:03 1997  Jim Wilson  <wilson@cygnus.com>
1434         * obstack.h (obstack_empty_p): Fix spurious space after backslash.
1436 Tue Oct 21 18:34:01 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
1438         * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
1439         only need to save LR.
1441 Tue Oct 21 10:06:40 1997  Jeffrey A Law  (law@cygnus.com)
1443         * mn10300.md (movqi, movhi): Avoid using address registers as
1444         destinations unless absolutely necessary.
1446         * mn10200.c (expand_prologue): Fix typo.
1448         * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
1449         addresses.
1450         * mn10200.md (neghi2): Provide an alternative which works if
1451         the input and output register are the same.
1453         * mn10300.c (print_operand): Handle 'S'.
1454         * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
1455         shift amount in last alternative
1457         * mn10300.c (expand_epilogue): Rework to handle register restores
1458         in "ret" and "retf" instructions correctly.
1460 Mon Oct 20 16:47:08 1997  Jim Wilson  <wilson@cygnus.com>
1462         * expmed.c (extract_bit_field): Don't make flag_force_mem disable
1463         extzv for memory operands.
1465         * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
1466         redundant conditional moves to single operand.
1468 Mon Oct 20 15:30:26 1997  Nick Clifton  <nickc@cygnus.com>
1470         * v850.h: Move define of __v850__ from CPP_PREDEFINES
1471         to CPP_SPEC.
1472         
1473         * xm-v850.h: Use __v850 rather than __v850__ to
1474         identify v850 port.
1476 Mon Oct 20 14:15:02 1997  Jim Wilson  <wilson@cygnus.com>
1478         * mips/mips.c (compute_frame_size): Not a leaf function if
1479         profile_flag set.
1481 Mon Oct 20 14:16:38 1997  Geoffrey KEATING  <geoffk@ozemail.com.au>
1483         * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
1485 Mon Oct 20 12:28:17 1997  Doug Evans  <devans@canuck.cygnus.com>
1487         * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
1488         (DEFAULT_ARCH32_P): New macro.
1489         (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
1490         (enum cmodel): Declare.
1491         (sparc_cmodel_string,sparc_cmodel): Declare.
1492         (SPARC_DEFAULT_CMODEL): Provide default.
1493         (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
1494         (TARGET_FULLANY): Deleted.
1495         (TARGET_CM_MEDMID): New macro.
1496         (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
1497         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
1498         (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
1499         (CPP_SPEC): Rewrite.
1500         (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
1501         (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
1502         (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
1503         (ASM_SPEC): Add %(asm_arch).
1504         (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
1505         Rename asm_default to asm_cpu_default.
1506         Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
1507         cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
1508         (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
1509         ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
1510         (MASK_INT64,MASK_LONG64): Delete.
1511         (MASK_ARCH64): Renamed to MASK_64BIT.
1512         (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
1513         (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
1514         (TARGET_SWITCHES): Always provide 64 bit options.
1515         (ARCH64_SWITCHES): Delete.
1516         (TARGET_OPTIONS): New option -mcmodel=.
1517         (INT_TYPE_SIZE): Always 32.
1518         (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
1519         (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
1520         (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
1521         (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
1522         * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
1523         CPP_SPEC.
1524         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1525         * sparc/linux.h: Likewise.
1526         * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
1527         (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
1528         (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
1529         (SPARC_DEFAULT_CMODEL): Define.
1530         (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
1531         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1532         (LONG_DOUBLE_TYPE_SIZE): Define.
1533         (ASM_SPEC): Add %(asm_arch).
1534         * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
1535         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1536         (TARGET_CPU_DEFAULT): Add ultrasparc case.
1537         * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
1538         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
1539         (SPARC_DEFAULT_CMODEL): Define.
1540         * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
1541         (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.  Delete
1542         MASK_LONG64, MASK_MEDANY.
1543         (SPARC_DEFAULT_CMODEL): Define.
1544         (CPP_PREDEFINES): Delete.
1545         (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1546         (ASM_SPEC): Add %(asm_arch).
1547         (LONG_DOUBLE_TYPE_SIZE): Define.
1548         (DWARF2_DEBUGGING_INFO): Define.
1549         * sparc/splet.h (CPP_SPEC): Delete.
1550         * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
1551         (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
1552         (BLOCK_PROFILER): Likewise.
1553         * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
1554         (sparc_override_options): Handle code model selection.
1555         (sparc_init_expanders): Renamed from sparc64_init_expanders.
1556         * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
1557         TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
1558         (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
1559         (sethi_di_fullany): Delete.
1561 Mon Oct 20 02:00:18 1997  Klaus Kaempf <kkaempf@progis.de>
1562                           Jeff Law <law@cygnus.com>
1563                           Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1565         * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
1566         (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
1567         (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
1568         (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
1569         * alpha/alpha.md (arg_home): Likewise.
1571         * alpha/alpha.c (vmskrunch): Delete
1572         * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
1573         * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
1574         truncate to 64 characters.
1576         * make-l2.com: Support openVMS/Alpha.
1578         * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
1580 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1582         * longlong.h (count_leading_zeros): Add missing casts to USItype.
1584 Sun Oct 19 18:44:06 1997  Jeffrey A Law  (law@cygnus.com)
1586         * i386/bsd386.h (ASM_COMMENT_START): Define.
1588 Sat Oct 18 13:47:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
1590         * tree.c (restore_tree_status): Also free up temporary storage
1591         when we finish a toplevel function.
1592         (dump_tree_statistics): Print stats for backend obstacks.
1594 Sat Oct 18 12:47:31 1997  Doug Evans  <dje@canuck.cygnus.com>
1596         * expr.c (use_group_regs): Don't call use_reg for MEMs.
1598 Sat Oct 18 09:49:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
1600         * libgcc2.c (__throw): Don't copy the return address.
1601         * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
1603         * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
1604         * toplev.c (main): Initialize exceptions_via_longjmp.
1606         * tree.c: Add extra_inline_obstacks.
1607         (save_tree_status): Use it.
1608         (restore_tree_status): If this is a toplevel inline obstack and we
1609         didn't want to save anything on it, recycle it.
1610         (print_inline_obstack_statistics): New fn.
1611         * function.c (pop_function_context_from): Pass context to 
1612         restore_tree_status.
1613         * obstack.h (obstack_empty_p): New macro.
1615 Sat Oct 18 00:43:59 1997  Jeffrey A Law  (law@cygnus.com)
1617         * i386/freebsd.h (ASM_COMMENT_START): Fix.
1619 Fri Oct 17 23:48:52 1997  Jim Wilson  (wilson@cygnus.com)
1621         * v850.c (ep_memory_offset): New function.
1622         (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
1624         * v850.h (CONST_OK_FOR_*): Add and correct comments.
1625         (CONSTANT_ADDRESS_P): Add comment.
1626         (EXTRA_CONSTRAINT): Define 'U'.
1627         * v850.md: Add comments on bit field instructions.
1628         (addsi3): Delete &r/r/r alternative.  Add r/r/U alternative.
1629         (lshrsi3): Use N not J constraint. 
1631         * v850.md (v850_tst1+1): New define_split for tst1 instruction.
1633         * v850.c (reg_or_0_operand): Call register_operand.
1634         (reg_or_int5_operand): Likewise.
1635         * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
1636         (TARGET_SWITCHES): Add "big-switch".
1637         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
1638         ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
1639         (CASE_DROPS_THROUGH): Comment out.
1640         (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
1641         * v850.md (cmpsi): Delete compare mode.
1642         (casesi): New pattern.
1644         * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
1645         * v850.md (ashlsi3): Use SImode not QImode for shift count.
1646         (lshrsi3): Likewise.
1648         * v850.c (print_operand): Add 'c', 'C', and 'z' support.  Delete
1649         unreachable switch statement after 'b' support.  Remove "b" from
1650         strings for 'b' support.
1651         * v850.md (branch_normal, branch_invert): Change %b to b%b.
1653 Fri Oct 17 23:33:20 1997  Jeffrey A Law  (law@cygnus.com)
1655         * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
1656         empty line if @inhibit_libc@ is empty.
1658 Fri Oct 17 23:24:40 1997  Robert Lipe (robertl@dgii.com)
1660         * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
1661         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
1662         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
1663         (DWARF2_UNWIND_INFO): Let this track object file format.
1664         (EXTRA_SECTIONS): Add in_eh.
1665         (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
1666         (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
1668 Fri Oct 17 17:13:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
1670         * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
1671         * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
1672         TARGET_MEDANY.
1673         * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
1674         (output_double_int): Output DI mode values correctly when
1675         HOST_BITS_PER_WIDE_INT is 64.
1676         (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
1677         fmovd so it works if a quad float ends up in one of the upper 32
1678         float regs.
1679         * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
1680         necessary for PIC support on sparc64.
1682 Fri Oct 17 13:39:56 1997  Doug Evans  <dje@canuck.cygnus.com>
1684         * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
1685         * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
1686         (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
1687         (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
1688         (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
1689         (SPARC_FP_ARG_FIRST): New macro.
1690         (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
1691         (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
1692         (NPARM_REGS): There are 32 fp argument registers now.
1693         (FUNCTION_ARG_REGNO_P): Likewise.
1694         (FIRST_PARM_OFFSET): Update to new v9 abi.
1695         (REG_PARM_STACK_SPACE): Define for arch64.
1696         (enum sparc_arg_class): Delete.
1697         (sparc_arg_count,sparc_n_named_args): Delete.
1698         (struct sparc_args): Redefine and use for arch32 as well as arch64.
1699         (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
1700         (FUNCTION_ARG_ADVANCE): Rewrite.
1701         (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
1702         (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
1703         (FUNCTION_ARG_CALLEE_COPIES): Delete.
1704         (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
1705         (STRICT_ARGUMENT_NAMING): Define.
1706         (doublemove_string): Declare.
1707         * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
1708         (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
1709         (doublemove_string): New function.
1710         (output_move_quad): Clean up some of the arch64 support.
1711         (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
1712         Don't add 8 bytes of reserved space if arch64.
1713         (sparc_builtin_saveregs): Combine arch32/arch64 versions.
1714         (init_cumulative_args): New function.
1715         (function_arg_slotno): New static function.
1716         (function_arg,function_arg_partial_nregs): New functions.
1717         (function_arg_{pass_by_reference,advance}): New functions.
1718         (function_arg_padding): New function.
1719         * ginclude/va-sparc.h: Rewrite v9 support.
1721 Fri Oct 17 12:29:48 1997  Christian Iseli  <Christian.Iseli@lslsun.epfl.ch>
1723         * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
1724         for hard regs to determine base and index registers.
1726         * reload.c (debug_reload_to_stream): New function.  Specify stream
1727         into which to write debug info.
1728         (debug_reload): Modify to call debug_reload_to_stream with stderr.
1730 Thu Oct 16 15:07:51 1997  Richard Henderson  <rth@cygnus.com>
1732         * combine.c (can_combine_p): Don't combine with an asm whose
1733         output is a hard register.
1735 Thu Oct 16 15:43:26 1997  Mike Stump  (mrs@wrs.com)
1737         * c-decl.c (start_struct): Ensure that structs with forward
1738         declarations are in fact packed when -fpack-struct is given.
1740         * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
1741         we are packing a structure.  This allows a structure with only
1742         bytes to be aligned on a byte boundary and have no padding on a
1743         m68k.
1745 Thu Oct 16 15:17:54 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1747         * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
1749 Thu Oct 16 11:20:30 1997  Richard Henderson  <rth@cygnus.com>
1751         * alpha.c (alpha_return_addr_rtx): New variable.
1752         (alpha_save_machine_status): New; save it.
1753         (alpha_restore_machine_status): New; restore it.
1754         (alpha_init_expanders): New; clear it.
1755         (alpha_return_addr): New; set it.
1756         (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
1757         is overly conservative, so search the insns explicitly.
1758         (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
1759         (alpha_sa_size [VMS && !VMS]): Likewise.
1760         * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
1761         (INIT_EXPANDERS): New definition.
1762         
1763         * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
1764         (output_prolog [!VMS]): Use them.
1766         * alpha.c (output_prolog [!VMS]): Move gp detection to ...
1767         (alpha_does_function_need_gp): ... a new function.  Refine the 
1768         CALL_INSN test to just TYPE_JSR.
1769         * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
1771 Thu Oct 16 09:36:47 1997  Jeffrey A Law  (law@cygnus.com)
1773         * version.c: Bump for snapshot.
1775 Wed Oct 15 21:38:18 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1777         * pa.c (move_operand): Respect -mdisable-indexing.
1778         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
1780 Wed Oct 15 21:34:45 1997  David Edelsohn  <edelsohn@mhpcc.edu>
1782         * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
1783         PPC601.
1784         (umulsidi3,umulsi3_highpart): Ditto.
1785         (smulsi3_highpart_no_mq): Add !TARGET_POWER.
1787 Wed Oct 15 18:21:46 1997  Richard Henderson  <rth@cygnus.com>
1789         * alpha.c (final_prescan_insn): Gut, remove and transform to ...
1790         (alpha_handle_trap_shadows): ... a new function.  Handle the entire
1791         function in one go.  Emit RTL for trapb, instead of printf directly.
1792         (alpha_reorg): New function.  Call alpha_handle_trap_shadows.
1793         (trap_pending): Kill global variable.
1794         (output_epilog): Don't call final_prescan_insn.
1795         (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
1796         * alpha.h (FINAL_PRESCAN_INSN): Remove.
1797         (MACHINE_DEPENENT_REORG): Define.
1798         * alpha.md (jsr patterns with trapb): Stupid and useless.  Kill.
1799         (trapb): New insn.
1801 Wed Oct 15 18:16:05 1997  Richard Henderson  <rth@cygnus.com>
1803         Tune Haifa scheduler for Alpha:
1804         * alpha.h (ISSUE_RATE): Define.
1805         * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
1806         EV4 adjustments to EV5.
1807         * alpha.md: Remove all scaling from function unit delays.  Rework
1808         EV5 function units to match the CPU.
1809         (umuldi3_highpart): EV5 added the IMULH insn class.
1811 Wed Oct 15 17:42:41 1997  Jeffrey A Law  (law@cygnus.com)
1813         * pa.c (following_call): Fail if the CALL_INSN is an indirect
1814         call.
1816 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
1818         * cplus-dem.c (demangle_signature): Don't look for return types on
1819         constructors.  Handle member template constructors.
1821 Tue Oct 14 11:30:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
1823         * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
1824         * tree.h: Declare them.
1826 Fri Oct 10 13:46:56 1997  Doug Evans  <dje@canuck.cygnus.com>
1828         * configure.in: Handle --with-newlib.
1829         * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
1831         * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
1833 Wed Oct  8 14:37:44 1997  Jeffrey A Law  (law@cygnus.com)
1835         * config/ptx4.h: Fix typo.
1837 Wed Oct  8 08:57:20 1997  Jeffrey A Law  (law@cygnus.com)
1839         * version.c: Bump for snapshot.
1841 Tue Oct  7 16:27:34 1997  Manfred Hollstein  <manfred@s-direktnet.de>
1843         * aclocal.m4: Substitute INSTALL.
1844         * configure: Re-built.
1846 Tue Oct  7 15:37:35 1997  Jeffrey A Law  (law@cygnus.com)
1848         * integrate.c (save_for_inline_copying): Avoid undefined pointer
1849         operations.
1850         (expand_inline_function): Likewise.
1852         * dwarf2out.c (output_call_frame_info): Reinstate last change
1853         using flag_debug_asm check instead of flag_verbose_asm.
1855 Tue Oct  7 12:57:26 1997  Jim Wilson  <wilson@cygnus.com>
1857         * dwarf2out.c (output_call_frame_info): Remove last change.
1859 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1861         * frame.c (__frame_state_for): Execute the FDE insns until the
1862         current pc value is strictly bigger than the target pc value.
1864 Tue Oct  7 11:00:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
1866         * regclass.c (init_reg_modes): If we can't find a mode for the 
1867         register, use the previous one.
1869 Tue Oct  7 10:55:34 1997  Richard Henderson  <rth@cygnus.com>
1871         * haifa-sched.c (print_block_visualization): Call fprintf directly,
1872         don't sprintf through an alloca'ed buffer.
1874 Tue Oct  7 10:52:29 1997  Thomas Koenig (ig25@rz.uni-karlsruhe.de)
1876         * reload.c (decompose): Always initialize val.base.
1878 Tue Oct  7 10:19:26 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
1880         * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
1881         instead of aborting.
1882         * dwarf2out.c (output_call_frame_info): Call app_enable and
1883         app_disable to let GNU as accept the generated comments.
1885 Tue Oct  7 11:41:21 1997  Michael Meissner  <meissner@cygnus.com>
1887         * tree.h (get_file_function_name): Add declaration.
1888         * dwarf2out.c (output_call_frame_info): No need to cast
1889         get_file_function_name call anymore.
1890         * profile.c (toplevel): Remove get_file_function_name
1891         declaration.
1892         * c-lang.c (finish_file): Ditto.
1894 Tue Oct  7 10:01:45 1997  Chip Salzenberg <chip@rio.atlantic.net>
1896         * Makefile.in (program_transform_name): Let autoconf substitute
1897         the correct value.
1899 Tue Oct  7 09:54:35 1997  Jeffrey A Law  (law@cygnus.com)
1901         * haifa-sched.c (schedule_block): If the first real insn in a
1902         block has any special notes attached to it, remove them.
1904 Tue Oct  7 09:48:51 1997  Richard Henderson  <rth@cygnus.com>
1906         * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
1908 Mon Oct  6 12:47:32 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
1910         * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
1912 Mon Oct  6 12:04:24 1997  Jeffrey A Law  (law@cygnus.com)
1914         * Makefile.in (check-g77): New test target.
1915         (CHECK-TARGETS): Add check-g77.
1917 Fri Oct  3 11:56:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
1919         * toplev.c (rest_of_compilation): Defer all non-nested inlines.
1921 Fri Oct  3 15:49:27 1997  Michael Meissner  <meissner@cygnus.com>
1923         * flow.c (print_rtl_with_bb): Cast alloca return value for
1924         in_bb_p.
1926 Thu Oct  2 21:15:03 1997  Richard Henderson  <rth@cygnus.com>
1928         * i386.h (RETURN_ADDR_RTX): New definition that works for 
1929         __builtin_return_address(0) and -fomit-frame-pointer.
1931 Wed Oct  1 13:43:53 1997  Jim Wilson  <wilson@cygnus.com>
1933         Bring over from FSF.
1934         Tue Aug  5 16:10:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
1936         * mips.c (function_arg): Handle passing a struct 
1937         containing a double in a DFmode register without the PARALLEL.
1939 Wed Oct  1 11:13:25 1997  Ian Lance Taylor  <ian@cygnus.com>
1941         * pexecute.c: Use spawn if __CYGWIN32__.
1943         * pexecute.c: Include "config.h" first, as per autoconf manual
1944         (from Paul Eggert  <eggert@twinsun.com>).
1946 Wed Oct  1 01:44:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1948         * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
1949         optimisation for f/expr.o and f/stb.o.
1951 Tue Sep 30 23:48:57 1997  Jeffrey A Law  (law@cygnus.com)
1953         * cse.c (this_insn_cc0_mode): Initialize.
1955 Tue Sep 30 23:09:40 1997  Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
1957         * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
1959         * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
1961 Tue Sep 30 23:06:43 1997  Richard Henderson  <rth@cygnus.com>
1963         * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
1964         that pair will dual-issue on the 21164 and plus+beq won't.
1965         (bne): Likewise for cmpeq+beq.
1967 Tue Sep 30 16:07:58 1997  Jim Wilson  <wilson@cygnus.com>
1969         * except.c (find_exception_handler_labels): Correct argument to free.
1971 Tue Sep 30 11:00:00 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
1973         * except.c (find_exception_handler_labels): Free LABELS when we're
1974         done.
1976 Mon Sep 29 14:04:35 1997  Jeffrey A Law  (law@cygnus.com)
1978         * version.c: Bump for snapshot.
1980 Mon Sep 29 10:51:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
1982         * flow.c (find_basic_blocks): Mark calls as potentially jumping
1983         to the EH labels.
1985 Mon Sep 29 09:58:06 1997  Jeffrey A Law  (law@cygnus.com)
1987         * configure.in: Substitute for "install" too.
1988         * configure: Rebuilt.
1990 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
1992         * Makefile.in (bootstrap-lean, compare-lean): New targets.
1994 Mon Sep 29 00:18:16 1997  Richard Henderson  (rth@cygnus.com)
1996         * alias.c (base_alias_check): Two symbols can conflict if they
1997         are accessed via AND.
1998         (memrefs_conflict_p): Likewise.
2000         * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
2001         after flushing argument registers to the stack.
2003         * Makefile.in (mostlyclean): Remove .regmove files.
2005 Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
2007         * libgcc2.c (__throw): Fix thinko.
2009 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
2011         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
2012         template-function mangling.
2013         (consume_count_with_underscores): New function.
2014         (demangle_signature): Handle new name-mangling scheme.
2016 Sun Sep 28 01:55:04 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2018         * flow.c (print_rtl_with_bb): Cast alloca return values for variables
2019         start and end.
2021 Sun Sep 28 01:05:16 1997  Jeffrey A Law  (law@cygnus.com)
2023         * frame.c: Remove last change.
2024         * dwarf2.h: Remove last change.
2025         * tree.h: Add declarations of DWARF2 unwind info support
2026         functions.
2028 Sat Sep 27 11:02:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
2030         * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
2031         * tree.h (built_in_function): Likewise.
2032         * expr.c (expand_builtin): Likewise.
2033         * except.h: Likewise.
2034         * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
2035         * libgcc2.c (copy_reg): New fn.
2036         (__throw): Use it.
2038 Fri Sep 26 08:54:59 1997  Paul Eggert  <eggert@twinsun.com>
2040         * c-typeck.c (build_binary_op): Warn about comparing signed vs
2041         unsigned if -W is specified and -Wno-sign-compare is not.
2042         * c-decl.c (warn_sign_compare): Initialize to -1.
2043         (c_decode_option): -Wall no longer implies -Wsign-compare.
2045 Fri Sep 26 09:00:13 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2047         * frame.c: Include gansidecl.h for PROTO.
2048         * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
2049         defined.  Don't declare dwarf2out_cfi_label here.
2050         * dwarf2.h: Add declarations of DWARF2 unwind info support
2051         functions.
2052         * m68k.c: Include dwarf2.h.
2053         (output_function_prologue): Add dwarf2 support.
2054         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
2055         (INCOMING_FRAME_SP_OFFSET): Likewise.
2057         * integrate.c (expand_inline_function): Make sure there is at
2058         least one insn that can be used as an insertion point.
2060 Wed Sep 24 21:34:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
2062         * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
2064 Wed Sep 24 22:05:30 1997  Jeffrey A Law  (law@cygnus.com)
2066         * version.c: Bump for snapshot.
2068 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
2070         Bring over from FSF.
2072         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
2074         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
2075         (get_pc_via_rdpc): Renamed from get_pc_sp64.
2076         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
2078         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
2080         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
2081         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
2082         -malign-functions=.
2083         (sparc_align_{loops,jumps,funcs}_string): Declare.
2084         (sparc_align_{loops,jumps,funcs}): Declare.
2085         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
2086         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
2087         (STACK_BIAS): Define.
2088         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
2089         test.
2090         (SPARC_SETHI_P): New macro.
2091         (CONST_OK_FOR_LETTER_P): Use it.
2092         (ASM_OUTPUT_ALIGN_CODE): Define.
2093         (ASM_OUTPUT_LOOP_ALIGN): Define.
2094         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
2095         (sparc_align_{loops,jumps,funcs}): New globals.
2096         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
2097         -malign-functions=.
2098         (move_operand): Use SPARC_SETHI_P.
2099         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
2100         perform test.
2101         (arith11_double_operand): Likewise.
2102         (arith10_double_operand): Likewise.
2103         (finalize_pic): Finish sparc64 support.
2104         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
2105         64 bit constants if able.
2106         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
2107         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
2108         ! TARGET_FPU.
2109         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
2110         (get_pc_sp32): Use for sparc64 as well.
2111         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
2112         (sethi_di_sp64_const): Likewise.
2113         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
2114         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
2115         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
2117         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
2119         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
2120         * sparc/linux.h (COMMENT_BEGIN): Likewise.
2121         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
2123         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
2125         Add sparc64 linux support.
2126         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
2127         to xm_file list on 32-bit sparc-linux.
2128         * sparc/xm-sp64.h: New file.
2129         * sparc/linux64.h: New file.
2130         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
2131         Don't include xm-sparc.h.
2132         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
2133         * glimits.h (LONG_MAX): Handle sparc64.
2135         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
2137         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
2138         * sparc.h (ASM_COMMENT_START): Define.
2139         * sparc.c (output_function_prologue): Use it.
2140         (sparc_flat_output_function_{epi,pro}logue): Likewise.
2142         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
2144         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
2145         use sparc.h's copies.
2146         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
2147         ascii form as well.
2149         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2151         * sparc.c (dwarf2out_cfi_label): Add declaration.
2152         (save_regs, output_function_prologue): Remove cast for it.
2153         (sparc_flat_{save_restore,output_function_prologue): Likewise.
2154         ({save,restore}_regs): No longer inline.
2156 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2158         * fold-const.c (make_range): Correctly handle cases of converting
2159         from unsigned to signed type.
2161 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
2163         * fold-const.c (merge_ranges): Make sure that if one range is subset
2164         of another, it will always be the second range.  Correct (+,-) case to
2165         account for this.
2167 Tue Sep 23 08:32:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
2169         * final.c (final_end_function): Also do dwarf2 thing if
2170         DWARF2_DEBUGGING_INFO.
2171         (final_start_function): Likewise.
2173 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
2175         * expmed.c (expand_divmod): If compute_mode is not the same as
2176         mode, handle the case where convert_modes() causes op1 to no
2177         longer be a CONST_INT.
2179         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
2180         note holding get_jump_flags() calculation to all JUMP_INSNs.
2181         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
2182         * rtl.c (reg_note_name): Add new note types.
2184 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
2186         * rtlanal.c (computed_jump_p): Fix typo in last change.
2188 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2190         * loop.c (indirect_jump_in_function_p): Return 0
2191         by default.
2193 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
2195         * rs6000/xm-rs6000.h: Fix thinko in last change.
2196         * rs6000/xm-sysv4.h: Likewise.
2198 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
2200         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
2202 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
2204         * reg-stack.c (find_blocks): Fix thinko in last change.
2206 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2208         * m68k.c (output_function_prologue): Add dwarf2 support.
2210         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
2211         INCOMING_FRAME_SP_OFFSET): New definitions.
2213 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
2215         * combine.c (try_combine): Use NULL_RTX instead of '0' where
2216         appropriate in calls to gen_rtx().
2217         * cse.c (cse_main): Likewise.
2218         * emit-rtl.c (gen_label_rtx): Likewise.
2219         * expr.c (init_expr_once): Likewise.
2220         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
2221         sched_analyze, init_rgn_data_dependences,
2222         compute_block_backward_dependences): Likewise.
2223         * sched.c (schedule_insns): Likewise.
2224         * varasm.c (immed_double_const): Likewise.
2226         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
2227         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
2229 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
2231         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
2232         (MULTILIB_DEFAULTS): Define.
2233         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
2234         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
2235         (LIBGCC_SPEC): Likewise.
2236         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
2237         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
2238         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
2239         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
2240         (EXTRA_PARTS, TAROUTOPTS): Delete.
2241         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
2242         (MULTILIB_OPTIONS): Define.
2243         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
2244         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
2246 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
2248         * version.c: Bump for snapshot.
2250 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
2252         * loop.c (loop_number): Delete function.  Change all references
2253         to use uid_loop_num array.
2254         * loop.h (loop_number): Delete declaration.
2255         * unroll.c (unroll_loop): Change "loop_number" references to
2256         use uid_loop_num instead.
2258         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
2259         conditional.
2260         (loop_unroll_iter): Remove unused variable and all references.
2261         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
2262         (insert_bct): Fix minor formatting problems.
2263         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
2264         (loop_unroll_iter): Removed unused decl.
2265         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
2266         Always record the unrolling factor.
2268         * cse.c (simplify_relational_operation): Set h0u just like h0s.
2269         Similarly for h1u and h1s.
2271         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
2272         (find_basic_blocks): Use computed_jump_p to determine if a
2273         particular JUMP_INSN is a computed jump.
2274         * reg-stack.c (find_blocks): Use computed_jump_p to determine
2275         if a particular JUMP_INSN is a computed jump.
2276         * rtlanal.c (jmp_uses_reg_or_mem): New function.
2277         (computed_jump_p): Likewise.
2278         * rtl.h (computed_jump_p): Declare.
2279         * genattrtab.c (pc_rtx): Define and initialize.
2280         * loop.c (loop_optimize): Always determine if the current
2281         function has a computed jump.
2282         (indirect_jump_in_function_p): Use computed_jump_p to determine
2283         if a particular JUMP_INSN is a computed jump.
2285         * loop.c (fix_bct_param): Delete unused function.
2286         (check_bct_param): Likewise.
2288 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
2290         * frame.c (__deregister_frame): Check properly for initialized object.
2292 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2294         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
2296 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2298         * jump.c (thread_jumps): check can_reverse_comparison_p before
2299         threading a reversed-condition jump.
2301         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
2302         * haifa-sched.c (update_flow_info): Likewise.
2304 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
2306         * Makefile.in (BOOT_CFLAGS): Use -O2.
2308         * configure.in (strtoul, bsearch): Have autoconf check for these
2309         functions.
2310         * configure, config.in: Rebuilt.
2312         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
2313         * mips/mips.h (alloca): Likewise.
2314         * rs6000/xm-rs6000.h (alloca): Likewise.
2315         * rs6000/xm-sysv4.h: Likewise.
2317 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
2319         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
2320         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
2321         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
2323         * except.c (end_eh_unwinder): Subtract 1 from return address.
2324         * libgcc2.c (__throw): Likewise.
2325         (find_exception_handler): Don't change PC here.  Compare end with >.
2327 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
2329         * v850.c (compute_register_save_size): Correct register
2330         number.
2331         * v850.md (save_interrupt, return_interrupt): Correct
2332         register number.
2333         * v850/lib1funcs.asm (save_interrupt): Correct register number.
2334         (return_interrupt): Use stack pointer, not element pointer.
2336 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
2338         * configure.in, configure: Make sure to create the stage* and include
2339         symbolic links in each subdirectory.
2341 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
2343         * pa.md (reload_peepholes): Don't allow addresses with side
2344         effects for the memory operand.
2346 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
2348         * libgcc2.c (find_exception_handler): Subtract one from our PC when
2349         looking for a handler, to avoid hitting the beginning of the next
2350         region.
2352         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
2354 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
2356         * mips/abi64.h (LONG_MAX_SPEC): Define.
2357         * mips.h (LONG_MAX_SPEC): Define.
2358         (CPP_SPEC): Include long_max_spec.
2359         (EXTRA_SPECS): Include long_max_spec.
2361 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
2363         * v850.c (construct_save_jarl): Fix thinko in last change.
2365 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
2367         * version.c: Bump for snapshot.
2369 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
2371         * libgcc2.c (find_exception_handler): Not found is -1.
2373         * integrate.c (expand_inline_function): Move expand_start_bindings
2374         after expanding the arguments.
2376 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
2378         * expr.c (expand_expr): Remove previous incorrect change.
2379         If target and slot has no DECL_RTL, then call mark_addressable
2380         again for the slot after we give it RTL.
2382 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
2384         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
2385         again for the slot after we give it RTL.
2387 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
2389         * v850.c (register_is_ok_for_epilogue,
2390         pattern_is_ok_for_epilogue, construct_restore_jr,
2391         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
2393         * v850.h (pattern_is_ok_for_prologue,
2394         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
2395         predicates.
2397         * v850.md: Replace prologue and epilogue patterns with a
2398         match_parallel pattern.
2400 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
2402         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
2403         * configure.in: Use EGCS_PROG_INSTALL.
2405 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
2407         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
2408         extern inline function.
2410 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
2412         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
2413         (concat_loc_descriptor): New function.
2414         (loc_descriptor): Call it.
2415         (add_AT_location_description): Also elide the descriptor if both
2416         halves of a CONCAT are pseudos.
2417         (add_location_or_const_value_attribute): Recognize CONCAT too.
2419 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
2421         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
2423         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
2424         out-or-range reg_offset.
2425         (output_epilog): Likewise.
2427 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
2429         * cse.c (simplify_relational_operation): If MODE specifies a
2430         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
2431         is derived from the sign bit of the low word.
2433 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
2435         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
2437         * dwarf2.h: Add DW_CFA_GNU_args_size.
2438         * frame.c (execute_cfa_insn): Likewise.
2439         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
2440         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
2441         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
2442         insn, hand it off to dwarf2out_stack_adjust.
2443         (dwarf2out_begin_prologue): Initialize args_size.
2444         * frame.h (struct frame_state): Add args_size.
2445         * libgcc2.c (__throw): Use args_size.
2446         * final.c (final_scan_insn): If we push args, hand off all insns
2447         to dwarf2out_frame_debug.
2448         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
2450         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
2451         Handle epilogue restore of SP from FP.
2452         * emit-rtl.c (gen_sequence): Still generate a sequence if the 
2453         lone insn has RTX_FRAME_RELATED_P set.
2455         * frame.c (extract_cie_info): Handle "e" augmentation.
2456         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
2457         absence of UNALIGNED_*_ASM_OP.
2458         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
2459         (output_call_frame_info): Use "e" instead of "z" for augmentation.
2460         Don't emit augmentation fields length.
2461         (dwarf2out_do_frame): Move outside of #ifdefs.
2462         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
2463         opcodes.
2465         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
2466         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
2467         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
2468         * sparc/sun4gas.h: New file.
2469         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
2471         * collect2.c (write_c_file_stat, write_c_file_glob): Declare 
2472         __register_frame_table and __deregister_frame.
2474 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
2476         * except.c (find_exception_handler_labels): Use xmalloc instead of
2477         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
2478         in some cases.
2480 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
2482         * Makefile.in: Various changes to build info files
2483         in the object tree rather than the source tree.
2485 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
2487         * fixinc.math: New file to fix math.h on some systems.
2488         * configure.in (freebsd, netbsd): Use fixinc.math on these
2489         systems.
2490         * configure: Rebuilt.
2492 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
2494         * regmove.c (regmove_optimize): If we end up moving the
2495         original insn due to lifetime overlaps, make sure to move
2496         REG_NOTES too.
2498 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
2500         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
2502 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
2504         * haifa-sched.c (add_branch_dependences): Make each insn in
2505         a SCHED_GROUP_P block explicitly depend on the previous insn.
2507 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
2509         * except.h: Prototype dwarf2 hooks.
2510         * expr.c: Adjust.
2512 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
2514         * configure.in (native_prefix): Delete.
2515         (mips-dec-netbsd): Don't set prefix.
2516         (*linux*): Don't set prefix.
2518 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
2520         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
2521         defined.  If not defined, include <sys/varargs.h> if
2522         HAVE_SYS_VARARGS_H is defined.
2523         * configure.in: Test for varargs.h and sys/varargs.h.
2524         * configure: Regenerate with autoconf.
2525         * config.in: Regenerate with autoheader.
2527         * cpplib.c (quote_string): Cast first arg of sprintf call
2528         from "unsigned char *" to "char *".
2529         (output_line_command): Ditto.
2530         (macroexpand): Ditto.
2531         (do_line): Cast atoi arg from "unsigned char *" to "char *".
2533 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
2535         * version.c: Bump for snapshot.
2537         * Makefile.in (compare): Exit with nonzero status if there
2538         are comparison failures.  Note which files failed the
2539         comparison test in .bad_compare.
2541 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2543         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
2545 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
2547         * Makefile.in (LN, LN_S): New macros, use where appropriate.
2548         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
2549         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
2550         * configure: Regenerated.
2552 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
2554         * loop.c (strength_reduce): Fix typo.
2556 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
2558         * m88k/m88k.c (struct option): Rename to struct options.
2559         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
2560         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
2561         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
2562         __DOLPHIN__ or sysV88.
2564 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
2566         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
2567         create new subreg.
2569 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
2571         * config.sub: Accept 'amigados' for backward compatability.
2573 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2575         * Makefile.in (testsuite/site.exp): New target.
2576         (check-gcc, check-g++): Depend on testsuite/site.exp.
2577         Don't stop for failure.
2579 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
2581         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
2582         if DWARF2_UNWIND_INFO.
2584 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
2586         Add support for exception handling using DWARF 2 frame unwind info.
2587         Currently works on SPARC and MIPS, and almost on x86.
2588         
2589         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
2590         next_stack_level, in_reg_window): Helper fns.
2591         (__throw): Implement for DWARF2_UNWIND_INFO.
2593         * expr.c (expand_builtin): Handle builtins used by __throw.
2594         * tree.h (enum built_in_function): Add builtins used by __throw.
2595         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
2596         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
2597         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
2598         (expand_builtin_extract_return_addr): Likewise.
2599         (expand_builtin_frob_return_addr): Likewise.
2600         (expand_builtin_set_return_addr_reg): Likewise.
2601         (expand_builtin_eh_stub): Likewise.
2602         (expand_builtin_set_eh_regs): Likewise.
2603         (eh_regs): Choose two call-clobbered registers for passing back values.
2605         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
2606         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
2607         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
2608         (stmp-multilib): Likewise.
2609         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
2611         * except.c: #include "defaults.h".
2612         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
2613         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
2614         (register_exception_table_p): New fn.
2615         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
2616         (end_eh_unwinder): Likewise.
2618         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP, 
2619         call __register_frame and __deregister_frame as needed.
2620         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
2621         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
2622         EH_FRAME_SECTION_ASM_OP.
2623         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
2624         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
2625         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
2627         * dwarf2out.c (output_call_frame_info): If no support for
2628         EXCEPTION_SECTION, mark the start of the frame info with a
2629         collectable tag.
2630         * collect2.c (frame_tables): New list.
2631         (is_ctor_dtor): Recognise frame entries.
2632         (scan_prog_file): Likewise.
2633         (main): Pass -fno-exceptions to sub-compile.  Also do collection
2634         if there are any frame entries.
2635         (write_c_file_stat): Call __register_frame_table and
2636         __deregister_frame as needed.
2637         (write_c_file_glob): Likewise.
2639         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.  
2640         Also require unaligned reloc support.
2641         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2642         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
2643         * sparc/sysv4.h: Not here.
2645         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
2646         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
2647         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
2649         * libgcc2.c (L_eh): Reorganize, moving code shared by different
2650         EH implementations to the top.
2651         (find_exception_handler): Split out.  Start from 0.  Compare against
2652         end with >=.
2653         (__find_first_exception_table_match): Use it.
2654         * except.c (output_exception_table): Don't do anything if there's
2655         no table.  Don't output a first entry of zeroes.
2656         (eh_outer_context): Adjust properly.
2657         (add_eh_table_entry): Use xrealloc.
2658         * toplev.c (compile_file): Just call output_exception_table.
2660 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
2662         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
2664 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
2666         * except.c (eh_outer_context): Do masking using expand_and.
2668 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
2670         Add port done awhile ago for the ARC cpu.
2671         * arc/arc.h: New file.
2672         * arc/arc.c: New file.
2673         * arc/arc.md: New file.
2674         * arc/initfini.c: New file.
2675         * arc/lib1funcs.asm: New file.
2676         * arc/t-arc: New file.
2677         * arc/xm-arc.h: New file.
2678         * ginclude/va-arc.h: New file.
2679         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
2680         * ginclude/varargs.h: Likewise.
2681         * Makefile.in (USER_H): Add va-arc.h.
2682         * configure.in (arc-*-elf*): Recognize.
2683         * longlong.h: Add ARC support.
2685 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
2687         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
2688         when clearing non-BLKmode data.
2690 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
2692         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
2693         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
2695         * xm-m88k.h (USG): Only define if it hasn't already been defined.
2697         * Makefile.in (risky-stage1): Delete gratutious whitespace.
2699         * Makefile.in (clean): Delete libgcc1-test.
2701         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
2703 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
2705         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
2706         template.
2708 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2710         * dwarf2out.c (output_call_frame_info): Call named_section.
2712 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
2714         * haifa-sched.c (print_value): Fix last change.
2716 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
2718         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
2719         write_symbols.
2721 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
2723         * mips.c (function_prologue): Set up the CFA when ABI_32.
2725         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
2726         for dwarf2 unwind info.
2727         (output_function_prologue, sparc_flat_output_function_prologue): Same.
2729         * final.c (final_end_function): Check dwarf2out_do_frame instead
2730         of DWARF2_DEBUG for dwarf2 unwind info.
2731         (final_scan_insn): Likewise.
2732         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
2733         (final): Not here.
2735         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
2736         count > 0.
2738         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
2740 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
2742         * v850.h (ASM_SPEC): Pass on target processor.
2743         (CPP_PREDEFINES): Only define if not already specified.
2744         (TARGET_VERSION): Only define if not already specified.
2745         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
2746         processor.
2747         (EXTRA_SWITCHES): Extra entries in the switches array.
2748         (TARGET_DEFAULT): Set default target processor.
2750 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
2752         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
2753         cases, add %# and %/, and add : to make them into extended asms.
2755 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
2757         * alias.c (init_alias_analysis): Clean up incompatible pointer
2758         type warning in bzero.
2759         * regmove.c (regmove_optimize): Ditto.
2760         * haifa-sched.c (find_rgns): Ditto.
2762         * haifa-sched.c (print_value): Clean up ptr->int cast
2763         warnings.
2765 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
2767         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
2768         * install.texi (Configurations): Ditto.
2769         * config.sub: Ditto.
2771 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
2773         * Makefile.in (sdbout.o): Depend on insn-config.h.
2775 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
2777         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
2778         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
2780 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
2782         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
2783         prologue insn, only the first elt is significant.
2784         (output_call_frame_info): For exception handling, always use 4-byte
2785         fields as specified by the dwarf2 spec.
2786         Don't skip trivial FDEs.
2788 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
2790         * version.c: Bump for snapshot.
2792 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
2794         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
2795         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
2796         when op1_is_pow2.
2798 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
2800         * final.c (shorten_branches): During first pass, assume worst
2801         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
2803         * Makefile.in (distclean): Remove various things left around
2804         by running the testsuite.
2806 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
2808         * configure.in (out_file): Emit definition to config.status in order
2809         to have a defined value for configure.lang.
2810         * configure: Re-built.
2812 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
2814         * configure.in: Make symlink to as-new rather than as.new.  Similarly
2815         for ld-new.
2816         * configure: Rebuilt.
2818 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
2820         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
2822 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
2824         * sparc/sparc.md: Add ultrasparc scheduling support.
2825         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
2827 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2829         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
2830         as initial value for real_label_map.
2831         (copy_for_inline): Likewise.
2833 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2835         * sched.c (update_flow_info) When looking if to set found_split_dest
2836         or found_orig_dest, look at all parts of a PARALLEL.
2837         * haifa-sched.c (update_flow_info): Likewise.
2839 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
2841         * v850: New directory for v850 port.
2842         * v850/lib1funcs.asm: New file.
2843         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
2844         * ginclude/va-v850.h: New file.
2845         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
2846         * configure.in (mn10200-*-*): New target.
2847         * configure: Rebuilt.
2848         * config.sub: Handle v850-elf.
2849         * Makefile.in (USER_H): Add va-mn10200.h. 
2850         * invoke.texi: Document v850 stuff.
2852 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
2854         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
2855         has integer TYPE_{MAX,MIN}_VALUE before using them.
2857         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
2858         __HPUX_ASM__ versions.
2860 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
2862         * install.sh: Delete duplicate install script.
2864 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
2866         * reg-stack.c (subst_stack_regs): Pop the stack register for a
2867         computed goto which sets the same stack register.
2869         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
2870         destination are both on the regstack.
2871         (subst_stack_regs_pat): Put the destination at the top of the regstack.
2873 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
2875         * mips.md (nonlocal_goto_receiver): Define.
2877         * profile.c (output_arc_profiler): Check next_insert_after for non
2878         NULL before deferencing it.
2880         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
2882 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
2884         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
2886 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
2888         * toplev.c (rest_of_compilation): For passes starting with
2889         flow_analysis, use print_rtl_with_bb instead of print_rtl.
2891         * print-rtl.c (print_rtl_single): Print a single rtl value to a
2892         file.
2894         * flow.c (print_rtl_with_bb): Print which insns start and end
2895         basic blocks.  For the start of a basic block, also print the live
2896         information.
2898 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
2900         * toplev.c (main): Change #elif to #else/#ifdef
2902         * tlink.c: Include ctype.h.
2903         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
2905 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
2907         * bitmap.c: Conditionally include stdlib.h.
2908         (free): Provide a declaration if NEED_DECLARATION_FREE.
2910 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
2912         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
2914 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
2916         * profile.c (output_arc_profiler): Verify next_insert_after is an
2917         INSN before and after skipping a stack pop.
2919 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2921         * final.c (shorten_branches): Don't count the lengths of deleted
2922         instructions.
2924 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
2926         * version.c: Bump for snapshot.
2928 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
2930         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
2931         two bitmaps ANDed together.
2932         (bitmap_print): Declare.
2934         * bitmap.c (function_obstack): Don't declare any more.
2935         (bitmap_obstack): Obstack for allocating links from.
2936         (bitmap_obstack_init): New static to say whether to initialize
2937         bitmap_obstack.
2938         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
2939         (bitmap_release_memory): Free all memory allocated from
2940         bitmap_obstack.
2942         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
2943         EXECUTE_IF_AND_IN_BITMAP.
2945 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
2947         * alias.c (true_dependence): Address with AND can alias scalars.
2948         (anti_dependence, output_dependence): Likewise.
2949         
2950         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
2952 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
2954         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
2955           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
2956           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
2957           definitions.  Use -qrtems instead of -mrtems.
2959 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
2961         * xm-sco5.h (sys_siglist): Define.
2962         (SYS_SIGLIST_DECLARED): Likewise.
2964 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
2966         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
2968 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
2970         * except.c (eh_outer_context): Expand masking operation using
2971         expand_binop.
2973 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
2975         * alpha.md (floatdisf2-1): New pattern.
2977 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
2979         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
2980         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
2981         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
2982         * gcc.texi: Note that if you define sys_siglist that you should
2983         also define SYS_SIGLIST_DECLARED.
2985         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
2986         are relative to the next instruction, not the current instruction.
2988 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
2990         * local-alloc.c (contains_replace_regs): New function.
2991         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
2992         verify that there is no existing REG_EQUIV note, and add a call to
2993         contains_place_regs.
2995 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2997         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
2998         (STARTFILE_SPEC): Always use crtbegin.o%s
2999         (ENDFILE_SPEC): Always use crtend.o%s.
3001 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
3003         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
3004         is passed in.
3005         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
3006         SFmode for 64 bit hosts.
3007         
3008 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
3010         * fixincludes: Permits spaces between # and define.  Discard C++
3011         comments in sys/pci.h on HP/UX 10.20.
3013 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
3015         * version.c: Bump for snapshot.
3017         * pa.c (restore_unscaled_index_insn_codes): New function.
3018         (record_unscaled_index_insn_codes): Likewise.
3019         (output_function_prologue): Call restore_unscaled_index_insn_codes.
3020         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
3021         (pa_reorg): Call record_unscaled_index_insn_codes.
3023         * haifa-sched.c (move_insn): Handle notes correctly for insns
3024         with SCHED_GROUP_P set.
3025         
3026 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
3028         * alpha/xm-linux.h (USE_BFD): Undef before define.
3030 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
3032         * cse.c (cse_insn): Don't record BLKmode values.
3034 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
3036         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
3038 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
3040         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
3041         * collect2.c (sys_errlist): Likewise.
3042         * cpplib.c (sys_errlist): Likewise.
3043         * gcc.c (sys_errlist): Likewise.
3044         * protoize (sys_errlist): Likewise.
3045         * configure.in: Check for strerror.
3046         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
3047         * xm-gnu.h (HAVE_STRERROR): Likewise.
3048         * xm-linux.h (HAVE_STRERROR): Likewise.
3049         * xm-netbsd.h (HAVE_STRERROR): Likewise.
3050         * xm-bsd386.h (HAVE_STRERROR): Likewise.
3051         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
3052         * xm-dos.h (HAVE_STRERROR): Likewise.
3053         * xm-mingw32.h (HAVE_STRERROR): Likewise.
3054         * xm-pa.h (HAVE_STRERROR): Likewise.
3055         * xm-papro.h (HAVE_STRERROR): Likewise.
3056         * xm-sysv4.h (HAVE_STRERROR): Likewise.
3057         * configure, config.in: Rebuilt.
3059         * Makefile.in: Add several missing "else true" clauses.
3061         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
3062         * mips-tfile.c: Likewise.
3063         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
3064         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
3065         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
3066         * configure.in: Check for sys_siglist declaration.
3067         * configure, config.in: Rebuilt.
3069 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
3071         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, 
3072         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
3073         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
3074         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
3075         * rs6000/sysv4.h (extra_subtarget_switches): Added new
3076         macro EXTRA_SUBTARGET_SWITCHES.
3077         * configure.in (sh*-*-rtems*): New target.
3078         * sh/rtems.h: New file.
3079         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
3080         * configure: Rebuilt.
3082 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
3084         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
3086 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
3088         * rs6000.md: Make DF fused-add operations pay attention to
3089         -mno-fused-add.
3091 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
3093         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
3095 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
3097         * pa.md (reload_peepholes): Make sure operand is a REG before
3098         examining REGNO.  Allow general registers too.
3100 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
3102         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
3104 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
3106         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
3107         to reallocate abbrev_die_table.
3109 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
3111         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
3113 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3115         * Makefile.in (config.status): Depend on version.c
3117         * expr.h (insn_gen_function): Reenable prototype.
3119         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
3120         first parameter.
3122 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
3124         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
3126 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
3128         * version.c: Bump for latest snapshot.
3130         * bc-optab.c: Conditionally include stdlib.h.
3131         (free): Provide a declaration if NEED_DECLARATION_FREE.
3132         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
3133         * rtl.h (free): Remove declaration.
3134         * tree.h (free): Remvoe declaration.
3136         * configure: Rebuilt.
3138 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
3140         * flags.h (flag_move_all_movables): Declare.
3141         (flag_reduce_all_givs): Likewise.
3142         * loop.c (move_movables): Handle flag_move_all_movables.
3143         (strength_reduce): Handle flag_reduce_all_givs.
3144         * toplev.c (flag_move_all_movables): Define.
3145         (flag_reduce_all_givs): Likewise.
3146         (f_options): Add -fmove-all-movables and -freduce-all-givs.
3147         * invoke.texi: Document new options, including alias stuff that
3148         wasn't included last time.
3150 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
3152         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
3153         * t-mn10200: Ditto.
3154         * t-vxsparc: Ditto.
3155         * t-vxworks68: Ditto.
3156         * t-vxworks960: Ditto.
3157         * t-vx29k: Ditto.
3159 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
3161         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
3162         if not already defined, and USE_C_ALLOCA not defined.
3164 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
3166         * config.guess: Replace with script that uses ../config.guess.
3168         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
3169         if USE_GNULIBC_1 is not defined.
3171 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
3173         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
3174         * config.guess: Recognize alpha-linux-gnulibc1.
3175         * configure.in (alpha-*-linux-gnulibc1): New target.
3176         (alpha-*-linux-gnu*): Don't build crtbegin/end.
3178 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
3180         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
3181         last change.
3183 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
3185         * loop.c (combine_movables): Earlier insns don't match later ones.
3187 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
3189         * config/linux.h (CC1_SPEC): Define it only if not defined.
3191         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
3192         <linux.h>
3194         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
3195         USE_GNULIBC_1 is not defined.
3197         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
3199         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
3200         as 1 if USE_GNULIBC_1 is not defined.
3202 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
3204         * reorg.c (dbr_schedule): Allow current_function_return_rtx
3205         to be something other than a REG.
3206         * function.c (expand_function_end): Fix current_function_return_rtx
3207         if it was a pseudo.
3209         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
3210         * x-netbsd: Likewise
3211         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
3212         (INSTALL_HEADERS): Delete.
3213         * x-dguxbcs: Likewise.
3214         * x-hp3bsd44: Likewise
3215         * x-pa: Likewise.
3217 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
3219         * i386.md (pop): pop increments the stack pointer.
3220         (prologue_set_stack_ptr): New pattern.
3221         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
3222         instead of subsi3.
3224 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
3226         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
3227         address where an offsettable address is required.
3229 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
3231         * loop.c (check_final_value): Don't miss a biv increment in a
3232         parallel.
3234 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
3236         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
3237         TYPE_DECL_IS_STUB instead of DECL_NAME.
3239 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
3241         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
3243 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
3245         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
3247 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
3249         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
3250         (find_post_sched_live): Likewise.
3252         * haifa-sched.c (schedule_block): Remove old code to get arguments
3253         from hard regs into pseudos early.
3255 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
3257         * version.c: Bump for new snapshot.
3259         * local-alloc.c (update_equiv_regs): All the target to reject
3260         promotion of some REG_EQUAL to REG_EQUIV notes.
3261         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
3263         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
3264         secondary reloads.
3266         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
3267         store of the argument registers.
3269 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
3271         * fold-const.c (multiple_of_p): New function.
3272         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
3274 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
3276         * expr.h (insn_gen_function): Temporarily remove prototype.
3278 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
3280         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
3281         filenames.  Use sed to extract base filename for install.
3283 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
3285         * unroll.c (find_splittable_givs): Only share if two givs have the
3286         same add and multiply values.
3288 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
3290         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
3291         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
3293 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
3295         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
3296         around branch tables.
3297         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
3298         and .end_brtab directives if TARGET_GAS.
3300 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
3302         * alias.c (true_dependence): Pass x_addr not x to varies.
3304         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
3305         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
3306         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
3307         declarations.
3308         * config.in, configure: Regenerate.
3310 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
3312         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
3313         LO_SUM.
3314         (record_set): Handle LO_SUM like PLUS.
3315         (init_alias_analysis): When following chains of base addresses,
3316         do not stop on reaching a hard register.
3318 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
3320         * version.c: Bump for new snapshot.
3322 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
3324         * alpha.h (ARCH_ASM_FILE_START): Define.
3325         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
3326         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
3328 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
3330         * Makefile.in (install-common): Put gcov comment at start of line.
3332 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
3334         * alias.c (init_alias_analysis): When simplifying the reg_base_value
3335         array, simplify entries for hard registers too.
3337 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
3339         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
3340         list.
3342 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
3344         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
3345         block_stack before dereferencing it.
3347 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
3349         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
3351 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
3353         * cplus-dem.c: Add 'extern' to prepends_underscore.
3355 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
3357         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
3358         (get_issue_rate): Delete.
3359         * pa.h (ISSUE_RATE): Define.
3361         * configure.in: Turn on haifa by default for the PA.
3362         * configure: Rebuilt.
3363         * pa.c (override_options): Accept -mschedule=7200 option.
3364         (pa_adjust_cost): No longer need to scale costs for newer
3365         processors.
3366         * pa.h (enum processor_type): Add PROCESSOR_7200.
3367         * pa.md: Revamp scheduling parameters to work better with
3368         haifa.  Add scheduling parameters for the 7200.
3370         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
3371         insns too.
3372         (schedule_block): When adjusting basic_block_{head,end}, account
3373         for movement of SCHED_GROUP_P insns too.
3375         * haifa-sched.c (debug_dependencies): Fix thinko.
3377         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
3378         (site.exp, check, check-g++, check-gcc): New targets.
3380         * haifa-sched.c: Make lots of variables static.
3382 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
3384         * expr.h, real.h: Finish prototyping.
3386 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
3388         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
3389         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
3390         * reload1.c: Undo bugfix from Aug 11.
3392 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
3394         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
3395         quotes around the name.
3396         * configure: Regenerate.
3398 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
3400         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
3402 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
3404         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
3405         to sub-makes to avoid building more passes than the user might have
3406         requested on the command line.
3408 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
3410         * configure.in: Expurgate `broken_install' (install is
3411         autoconfed).
3413         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
3414         relevant).
3416 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
3418         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
3419         functions and declarations.
3420         (analyze_loop_iterations): Use condjump_p.
3421         (insert_bct): Likewise.  Use exact_log2.
3422         
3423 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
3425         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
3426         (schedule_region): Likewise.
3427         (schedule_insns): Likewise.
3429         * PROJECTS: Update with Haifa stuff.
3431 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
3433         * version.c: Change the version string to look like:
3434         egcs-2.90.00 970814 (gcc2-970802 experimental).
3436         * loop.c (is_conditional_branch): Make definition match declaration.
3438         * gcc.c: Take out experimental snapshot warning message.
3440 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
3442         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
3443         print out the names of the notes.  Print out the name of the insn
3444         that is not a note, and not an {,CALL_,JUMP_}INSN.
3446 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
3448         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
3449         again for the slot after we give it RTL.
3451 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
3453         * configure.in (haifa configury): Fix typo.
3454         * configure: Regenerate.
3456 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
3458         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
3460         * gcc.info*: Rebuilt.
3462         * COPYING.g77, README.g77: New files.
3463         * real.c (ereal_unto_float, ereal_unto_double): New functions.
3464         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
3465         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
3467 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
3469         * Integrate Haifa instruction scheduler.
3470         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
3471         to sched with $(SCHED_CFLAGS.
3472         * configure.in: Handle --enable-haifa.
3473         * configure: Rebuilt.
3474         * flags.h: Add new flags for haifa instruction scheduler.
3475         * genattrtab.c (expand_units): For haifa, don't subtract one
3476         when computing blockage.
3477         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
3478         (flag_schedule_speculative): Ditto.
3479         (flag_schedule_speculative_load): Ditto.
3480         (flag_schedule_speculative_load_dangerous): Ditto.
3481         (flag_schedule_reverse_before_reload): Ditto.
3482         (flag_schedule_reverse_after_reload): Ditto.
3483         (flag_branch_on_count_reg): Ditto.
3484         (f_options): Add Haifa switches.
3485         (main): Turn off some Haifa options if appropriate macro is
3486         defined.  Process Haifa switches.
3487         * unroll.c (iteration_info): No longer static, since Haifa
3488         scheduler uses it.
3489         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
3490         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
3491         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
3492         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
3493         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
3494         storage for the Haifa scheduler.
3495         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
3496         LABEL_NEXTREF.
3497         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
3498         are defined, call analyze_loop_iterations and insert_bct to use
3499         countdown loops.
3500         (record_giv): Refine test for jumps out of loops if HAIFA is
3501         defined.
3502         (analyze_loop_iterations): New function to identify if we can use
3503         a countdown loop.
3504         (insert_bct): Insert countdown loop.
3505         (instrument_loop_bct): Low level code to insert countdown loop.
3506         (loop_number): Calculate UID of loop.
3507         (indirect_jump_in_function_p): Return true if an indirect jump is
3508         in the function.
3509         (is_power_of_2): Return true if value is a power of 2.
3510         (is_conditional_branch): Return true if insn is a conditional
3511         jump.
3512         (fix_bct_param): Process -fbct-{min,max}-N switches.
3513         (check_bct_param): Return true if loop should be instrumented.
3514         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
3515         (loop_optimize): Initialize.
3516         (get_condition_for_loop): Ditto.
3517         * loop.c (strength_reduce): Inside of code that uses #ifdef
3518         HAVE_decrement_and_branch_on_count code, test it to make sure the
3519         condition is true.
3520         (instrument_loop_bct): Ditto.
3521         * haifa-sched.c: New file.
3522         
3524         * Integrate regmove pass.
3525         * Makefile.in (OBJS): Add regmove.o
3526         (regmove.o): Add dependencies.
3527         * flow.c (find_use_as_address): No longer static.
3528         * rtl.h (find_use_as_address): Declare.
3529         * toplev.c (regmove_dump, flag_regmove): Define.
3530         (f_options): Add -fregmove.
3531         (regmove_dump_file, regmove_time): Define.
3532         (fatal_insn): Close the regmove dump file.
3533         (compile_file): Initialize regmove_time; open/close the regmove dump
3534         file as needed.  Print regmove time as needed.
3535         (rest_of_compilation): Run regmove pass if requested, dump
3536         RTL after regmove if requested.
3537         (main): If -O2 or more, turn on regmove.  Handle dump switches.
3538         * regmove.c: New file.
3539         
3540 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
3542         * Integrate tlink patch from jason@cygnus.com
3543         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
3544         (process_command): Increment n_switches for them.  Don't discard
3545         their args.  Validate them.
3546         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
3547         From Rohan Lenard.
3548         (process_command): Set include_prefixes from COMPILER_PATH.
3549         (main): Set COLLECT_GCC_OPTIONS sooner.
3550         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
3551         * tlink.c, hash.c, hash.h: New files.
3552         * Makefile.in (USE_COLLECT2): Always use collect2.
3553         (collect2): Depend on and link in hash.o and tlink.o.
3554         (tlink.o, hash.o): Add dependencies.
3556 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
3558         * Integrate alias analysis changes from jfc@mit.edu
3559         * Makefile.in (OBJS): Add alias.o
3560         (alias.o): Add dependencies.
3561         * alias.c: New file.
3562         * sched.c: Remove alias analysis code.  It lives in alias.c now.
3563         (sched_analyze_2): Add new arguments to true_dependence.
3564         (schedule_insns): Always call init_alias_analysis.
3565         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
3566         mark return value from such functions as a pointer and keep track of
3567         them for alias analysis.  If a return value from a function is a
3568         pointer, mark it as such.
3569         * combine.c (distribute_notes): Handle REG_NOALIAS.
3570         * cse.c (struct write_data): Delete.  No longer needed.
3571         (invalidate): Don't call set_nonvarying_address_components anymore.
3572         Use true_dependence to decide if an entry should be removed from
3573         the hash table.
3574         (invalidate_memory): Remove WRITES argument, simplify appropriately.
3575         Fix all callers.
3576         (note_mem_written): Similarly for WRITE_PTR argument.
3577         (invalidate_from_clobbers): Similarly for W argument.
3578         (invalidate_for_call): Remove memory elements from the hash table.
3579         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
3580         (cse_rtx_varies_p): New function.  Derived from old
3581         cse_rtx_addr_varies_p.
3582         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
3583         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
3584         pointer if PUSH_ROUNDING is defined.  No longer need to call
3585         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
3586         (skipped_writes_memory): Remove variable.
3587         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
3588         (invalidate_skipped_block): Simplify for new alias analysis code.
3589         (cse_set_around_loop): Likewise.
3590         (cse_main): Call init_alias_analysis.
3591         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
3592         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
3593         (f_options): Add new alias checking arguments.
3594         (main): Set flag_alias_check when optimizing.
3595         * local_alloc (validate_equiv_mem_from_store): Add new arguments
3596         to true_dependence.
3597         (memref_referenced_p): Likewise.
3598         * loop.c (NUM_STORES): Increase to 30.
3599         (prescan_loop): Only non-constant calls set unknown_address_altered.
3600         (invariant_p): Add new arguments to true_dependence.
3601         (record_giv): Initialize unrolled and shared fields.
3602         (emit_iv_add_mult): Call record_base_value as needed.
3603         * loop.h (struct induction): Add unrolled and shared fields.
3604         * unroll.c  (unroll_loop): Call record_base_value as needed.
3605         (copy_loop_body): Likewise.
3606         (final_biv_value): Likewise.
3607         (final_giv_value): Likewise.
3608         (find_splittable_regs): Likewise.  Only create one new pseudo
3609         if we have multiple address GIVs that were combined with the same
3610         dst_reg GIV.  Note when a new register is created due to unrolling.
3611         * rtl.c (reg_note_name): Add REG_NOALIAS.
3612         * rtl.h (enum reg_note): Similarly.
3613         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
3614         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
3615         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
3616         (true_dependence, read_dependence, anti_dependence): Likewise.
3617         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
3618         (mark_user_reg, mark_reg_pointer): Likewise.
3621         * Integrate reload bugfix from Wilon which enables the PA port
3622         to bootstrap again.
3623         * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
3624         OPERAND_ADDRESS when computing how many registers an insn needs.
3625         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
3626         conflict.
3627         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
3628         OPADDR_ADDR reload.
3629         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
3630         in reload_reg_use_in_op_addr do not reach the end.
3631         do not reach the end.
3632         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
3633         RELOAD_FOR_OPERAND_ADDRESS.
3635 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
3637         * egcs project officially starts.