OSDN Git Service

sparc stuff brought over from fsf.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Wed Sep 24 17:36:23 1997  Doug Evans  <dje@canuck.cygnus.com>
2
3         Bring over from FSF.
4
5         Wed Sep 24 19:17:08 1997  Doug Evans  <dje@cygnus.com>
6
7         * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
8         (get_pc_via_rdpc): Renamed from get_pc_sp64.
9         * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
10
11         Wed Sep 24 18:38:22 1997  David S. Miller  <davem@tanya.rutgers.edu>
12
13         * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
14         (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
15         -malign-functions=.
16         (sparc_align_{loops,jumps,funcs}_string): Declare.
17         (sparc_align_{loops,jumps,funcs}): Declare.
18         (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
19         (FUNCTION_BOUNDARY): Use sparc_align_funcs.
20         (STACK_BIAS): Define.
21         (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
22         test.
23         (SPARC_SETHI_P): New macro.
24         (CONST_OK_FOR_LETTER_P): Use it.
25         (ASM_OUTPUT_ALIGN_CODE): Define.
26         (ASM_OUTPUT_LOOP_ALIGN): Define.
27         * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
28         (sparc_align_{loops,jumps,funcs}): New globals.
29         (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
30         -malign-functions=.
31         (move_operand): Use SPARC_SETHI_P.
32         (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
33         perform test.
34         (arith11_double_operand): Likewise.
35         (arith10_double_operand): Likewise.
36         (finalize_pic): Finish sparc64 support.
37         (emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
38         64 bit constants if able.
39         (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
40         (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
41         ! TARGET_FPU.
42         * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
43         (get_pc_sp32): Use for sparc64 as well.
44         (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
45         (sethi_di_sp64_const): Likewise.
46         (movtf_cc_sp64): Check TARGET_HARD_QUAD.
47         (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
48         (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
49
50         Tue Sep 23 19:02:46 1997  Doug Evans  <dje@cygnus.com>
51
52         * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
53         * sparc/linux.h (COMMENT_BEGIN): Likewise.
54         * sparc/linux64.h (COMMENT_BEGIN): Likewise.
55
56         Tue Sep 23 14:48:18 1997  David S. Miller  <davem@tanya.rutgers.edu>
57
58         Add sparc64 linux support.
59         * configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
60         to xm_file list on 32-bit sparc-linux.
61         * sparc/xm-sp64.h: New file.
62         * sparc/linux64.h: New file.
63         * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
64         Don't include xm-sparc.h.
65         * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
66         * glimits.h (LONG_MAX): Handle sparc64.
67
68         Sat Sep 20 03:07:54 1997  Doug Evans  <dje@cygnus.com>
69
70         * sparc/sysv4.h (ASM_COMMENT_START): Delete.
71         * sparc.h (ASM_COMMENT_START): Define.
72         * sparc.c (output_function_prologue): Use it.
73         (sparc_flat_output_function_{epi,pro}logue): Likewise.
74
75         Wed Sep 17 15:04:19 1997  Doug Evans  <dje@cygnus.com>
76
77         * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
78         use sparc.h's copies.
79         * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
80         ascii form as well.
81
82         Mon Sep  8 08:45:19 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
83
84         * sparc.c (dwarf2out_cfi_label): Add declaration.
85         (save_regs, output_function_prologue): Remove cast for it.
86         (sparc_flat_{save_restore,output_function_prologue): Likewise.
87         ({save,restore}_regs): No longer inline.
88
89 Tue Sep 23 12:34:51 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
90
91         * fold-const.c (make_range): Correctly handle cases of converting
92         from unsigned to signed type.
93
94 Tue Sep 23 12:34:51 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
95
96         * fold-const.c (merge_ranges): Make sure that if one range is subset
97         of another, it will always be the second range.  Correct (+,-) case to
98         account for this.
99
100 Tue Sep 23 01:15:50 1997  David S. Miller  <davem@tanya.rutgers.edu>
101
102         * expmed.c (expand_divmod): If compute_mode is not the same as
103         mode, handle the case where convert_modes() causes op1 to no
104         longer be a CONST_INT.
105
106         * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
107         note holding get_jump_flags() calculation to all JUMP_INSNs.
108         * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
109         * rtl.c (reg_note_name): Add new note types.
110
111 Tue Sep 23 00:59:54 1997  Jeffrey A Law  (law@cygnus.com)
112
113         * rtlanal.c (computed_jump_p): Fix typo in last change.
114
115 Tue Sep 23 00:42:44 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
116
117         * loop.c (indirect_jump_in_function_p): Return 0
118         by default.
119
120 Tue Sep 23 00:33:55 1997  Jeffrey A Law  (law@cygnus.com)
121
122         * rs6000/xm-rs6000.h: Fix thinko in last change.
123         * rs6000/xm-sysv4.h: Likewise.
124
125 Mon Sep 22 19:33:53 1997  Jim Wilson  <wilson@cygnus.com>
126
127         * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
128
129 Mon Sep 22 14:41:00 1997  Jeffrey A Law  (law@cygnus.com)
130
131         * reg-stack.c (find_blocks): Fix thinko in last change.
132
133 1997-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
134
135         * m68k.c (output_function_prologue): Add dwarf2 support.
136
137         * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
138         INCOMING_FRAME_SP_OFFSET): New definitions.
139  
140 Mon Sep 22 11:36:42 1997  David S. Miller  <davem@tanya.rutgers.edu>
141
142         * combine.c (try_combine): Use NULL_RTX instead of '0' where
143         appropriate in calls to gen_rtx().
144         * cse.c (cse_main): Likewise.
145         * emit-rtl.c (gen_label_rtx): Likewise.
146         * expr.c (init_expr_once): Likewise.
147         * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
148         sched_analyze, init_rgn_data_dependences,
149         compute_block_backward_dependences): Likewise.
150         * sched.c (schedule_insns): Likewise.
151         * varasm.c (immed_double_const): Likewise.
152
153         * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
154         SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
155
156 Mon Sep 22 11:21:33 1997  J. Kean Johnston  <jkj@sco.com>
157
158         * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
159         (MULTILIB_DEFAULTS): Define.
160         (ASM_SPEC, CPP_SPEC): Handle -mcoff.
161         (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
162         (LIBGCC_SPEC): Likewise.
163         (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
164         (SUBTARGET_SWITCHES): Add -mcoff and -melf.
165         * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
166         (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
167         (EXTRA_PARTS, TAROUTOPTS): Delete.
168         (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
169         (MULTILIB_OPTIONS): Define.
170         (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
171         (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
172
173 Mon Sep 22 02:10:43 1997  Jeffrey A Law  (law@cygnus.com)
174
175         * version.c: Bump for snapshot.
176
177 Sun Sep 21 17:45:45 1997  Jeffrey A Law  (law@cygnus.com)
178
179         * loop.c (loop_number): Delete function.  Change all references
180         to use uid_loop_num array.
181         * loop.h (loop_number): Delete declaration.
182         * unroll.c (unroll_loop): Change "loop_number" references to
183         use uid_loop_num instead.
184
185         * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
186         conditional.
187         (loop_unroll_iter): Remove unused variable and all references.
188         (loop_optimize): Always allocate and clear space for loop_unroll_factor.
189         (insert_bct): Fix minor formatting problems.
190         * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
191         (loop_unroll_iter): Removed unused decl.
192         * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
193         Always record the unrolling factor.
194
195         * cse.c (simplify_relational_operation): Set h0u just like h0s.
196         Similarly for h1u and h1s.
197
198         * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
199         (find_basic_blocks): Use computed_jump_p to determine if a
200         particular JUMP_INSN is a computed jump.
201         * reg-stack.c (find_blocks): Use computed_jump_p to determine
202         if a particular JUMP_INSN is a computed jump.
203         * rtlanal.c (jmp_uses_reg_or_mem): New function.
204         (computed_jump_p): Likewise.
205         * rtl.h (computed_jump_p): Declare.
206         * genattrtab.c (pc_rtx): Define and initialize.
207         * loop.c (loop_optimize): Always determine if the current
208         function has a computed jump.
209         (indirect_jump_in_function_p): Use computed_jump_p to determine
210         if a particular JUMP_INSN is a computed jump.
211
212         * loop.c (fix_bct_param): Delete unused function.
213         (check_bct_param): Likewise.
214
215 Sat Sep 20 16:22:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
216
217         * frame.c (__deregister_frame): Check properly for initialized object.
218
219 Fri Sep 19 20:51:03 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
220
221         * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
222
223 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
224
225         * jump.c (thread_jumps): check can_reverse_comparison_p before
226         threading a reversed-condition jump.
227
228         * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
229         * haifa-sched.c (update_flow_info): Likewise.
230
231 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
232
233         * Makefile.in (BOOT_CFLAGS): Use -O2.
234
235         * configure.in (strtoul, bsearch): Have autoconf check for these
236         functions.
237         * configure, config.in: Rebuilt.
238
239         * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
240         * mips/mips.h (alloca): Likewise.
241         * rs6000/xm-rs6000.h (alloca): Likewise.
242         * rs6000/xm-sysv4.h: Likewise.
243
244 Thu Sep 18 14:22:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
245
246         * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
247         * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
248         (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
249
250         * except.c (end_eh_unwinder): Subtract 1 from return address.
251         * libgcc2.c (__throw): Likewise.
252         (find_exception_handler): Don't change PC here.  Compare end with >.
253
254 Thu Sep 18 10:43:07 1997  Nick Clifton  <nickc@cygnus.com>
255  
256         * v850.c (compute_register_save_size): Correct register
257         number.
258         * v850.md (save_interrupt, return_interrupt): Correct
259         register number.
260         * v850/lib1funcs.asm (save_interrupt): Correct register number.
261         (return_interrupt): Use stack pointer, not element pointer.
262
263 1997-09-18  Brendan Kehoe  <brendan@lisa.cygnus.com>
264
265         * configure.in, configure: Make sure to create the stage* and include
266         symbolic links in each subdirectory.
267
268 Thu Sep 18 01:47:06 1997  Jeffrey A Law  (law@cygnus.com)
269
270         * pa.md (reload_peepholes): Don't allow addresses with side
271         effects for the memory operand.
272
273 Wed Sep 17 18:19:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
274
275         * libgcc2.c (find_exception_handler): Subtract one from our PC when
276         looking for a handler, to avoid hitting the beginning of the next
277         region.
278
279         * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
280
281 Wed Sep 17 18:33:59 1997  Jeffrey A Law  (law@cygnus.com)
282
283         * mips/abi64.h (LONG_MAX_SPEC): Define.
284         * mips.h (LONG_MAX_SPEC): Define.
285         (CPP_SPEC): Include long_max_spec.
286         (EXTRA_SPECS): Include long_max_spec.
287
288 Wed Sep 17 14:11:38 1997  Jeffrey A Law  (law@cygnus.com)
289
290         * v850.c (construct_save_jarl): Fix thinko in last change.
291
292 Wed Sep 17 09:53:07 1997  Jeffrey A Law  (law@cygnus.com)
293
294         * version.c: Bump for snapshot.
295
296 Tue Sep 16 14:22:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
297
298         * libgcc2.c (find_exception_handler): Not found is -1.
299
300         * integrate.c (expand_inline_function): Move expand_start_bindings
301         after expanding the arguments.
302
303 Tue Sep 16 11:13:46 1997  Jim Wilson  <wilson@cygnus.com>
304
305         * expr.c (expand_expr): Remove previous incorrect change.
306         If target and slot has no DECL_RTL, then call mark_addressable
307         again for the slot after we give it RTL.
308
309 Tue Sep 16 09:18:52 1997  Jason Merrill  (jason@cygnus.com)
310
311         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
312         again for the slot after we give it RTL.
313
314 Tue Sep 16 00:13:20 1997  Nick Clifton  <nickc@cygnus.com>
315
316         * v850.c (register_is_ok_for_epilogue,
317         pattern_is_ok_for_epilogue, construct_restore_jr,
318         pattern_is_ok_for_prologue, construct_save_jarl): New functions.
319
320         * v850.h (pattern_is_ok_for_prologue,
321         pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
322         predicates.
323
324         * v850.md: Replace prologue and epilogue patterns with a
325         match_parallel pattern.
326
327 Mon Sep 15 22:53:01 1997  Jeffrey A Law  (law@cygnus.com)
328
329         * aclocal.m4: Add replacement for AC_PROG_INSTALL.
330         * configure.in: Use EGCS_PROG_INSTALL.
331
332 Mon Sep 15 22:40:55 1997  Jim Wilson  (wilson@cygnus.com)
333
334         * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
335         extern inline function.
336
337 Mon Sep 15 22:40:55 1997  Richard Henderson  (rth@cygnus.com)
338
339         * dwarf2out.c (reg_loc_descriptor): Fix prototype.
340         (concat_loc_descriptor): New function.
341         (loc_descriptor): Call it.
342         (add_AT_location_description): Also elide the descriptor if both
343         halves of a CONCAT are pseudos.
344         (add_location_or_const_value_attribute): Recognize CONCAT too.
345
346 Mon Sep 15 15:24:00 1997  Richard Henderson  <rth@cygnus.com>
347
348         * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
349
350         * alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
351         out-or-range reg_offset.
352         (output_epilog): Likewise.
353
354 Mon Sep 15 15:39:26 1997  Jeffrey A Law  (law@cygnus.com)
355
356         * cse.c (simplify_relational_operation): If MODE specifies a
357         mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
358         is derived from the sign bit of the low word.
359
360 Mon Sep 15 11:43:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
361
362         Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
363
364         * dwarf2.h: Add DW_CFA_GNU_args_size.
365         * frame.c (execute_cfa_insn): Likewise.
366         * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
367         (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
368         (dwarf2out_frame_debug): If this isn't a prologue or epilogue
369         insn, hand it off to dwarf2out_stack_adjust.
370         (dwarf2out_begin_prologue): Initialize args_size.
371         * frame.h (struct frame_state): Add args_size.
372         * libgcc2.c (__throw): Use args_size.
373         * final.c (final_scan_insn): If we push args, hand off all insns
374         to dwarf2out_frame_debug.
375         * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
376
377         * dwarf2out.c dwarf2out_frame_debug): Fix typo.
378         Handle epilogue restore of SP from FP.
379         * emit-rtl.c (gen_sequence): Still generate a sequence if the 
380         lone insn has RTX_FRAME_RELATED_P set.
381
382         * frame.c (extract_cie_info): Handle "e" augmentation.
383         * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
384         absence of UNALIGNED_*_ASM_OP.
385         (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
386         (output_call_frame_info): Use "e" instead of "z" for augmentation.
387         Don't emit augmentation fields length.
388         (dwarf2out_do_frame): Move outside of #ifdefs.
389         * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
390         opcodes.
391
392         * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
393         * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
394         * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
395         * sparc/sun4gas.h: New file.
396         * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
397
398         * collect2.c (write_c_file_stat, write_c_file_glob): Declare 
399         __register_frame_table and __deregister_frame.
400
401 1997-09-15  Brendan Kehoe  <brendan@cygnus.com>
402
403         * except.c (find_exception_handler_labels): Use xmalloc instead of
404         alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
405         in some cases.
406
407 Sun Sep 14 21:01:23 1997  Jeffrey A Law  (law@cygnus.com)
408
409         * Makefile.in: Various changes to build info files
410         in the object tree rather than the source tree.
411
412 Sun Sep 14 12:24:30 1997  Jeffrey A Law  (law@cygnus.com)
413
414         * fixinc.math: New file to fix math.h on some systems.
415         * configure.in (freebsd, netbsd): Use fixinc.math on these
416         systems.
417         * configure: Rebuilt.
418
419 Sun Sep 14 11:11:05 1997  Jeffrey A Law  (law@cygnus.com)
420
421         * regmove.c (regmove_optimize): If we end up moving the
422         original insn due to lifetime overlaps, make sure to move
423         REG_NOTES too.
424
425 Sat Sep 13 15:51:11 1997  Manfred Hollstein  <manfred@s-direktnet.de>
426
427         * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
428
429 Sat Sep 13 12:57:26 1997  Jeffrey A Law  (law@cygnus.com)
430
431         * haifa-sched.c (add_branch_dependences): Make each insn in
432         a SCHED_GROUP_P block explicitly depend on the previous insn.
433
434 Fri Sep 12 13:49:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
435
436         * except.h: Prototype dwarf2 hooks.
437         * expr.c: Adjust.
438
439 Thu Sep 11 17:43:55 1997  Jim Wilson  <wilson@cygnus.com>
440
441         * configure.in (native_prefix): Delete.
442         (mips-dec-netbsd): Don't set prefix.
443         (*linux*): Don't set prefix.
444
445 Thu Sep 11 15:48:32 1997  Fred Fish  <fnf@ninemoons.com>
446
447         * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
448         defined.  If not defined, include <sys/varargs.h> if
449         HAVE_SYS_VARARGS_H is defined.
450         * configure.in: Test for varargs.h and sys/varargs.h.
451         * configure: Regenerate with autoconf.
452         * config.in: Regenerate with autoheader.
453
454         * cpplib.c (quote_string): Cast first arg of sprintf call
455         from "unsigned char *" to "char *".
456         (output_line_command): Ditto.
457         (macroexpand): Ditto.
458         (do_line): Cast atoi arg from "unsigned char *" to "char *".
459
460 Wed Sep 10 21:37:30 1997  Jeffrey A Law  (law@cygnus.com)
461
462         * version.c: Bump for snapshot.
463
464         * Makefile.in (compare): Exit with nonzero status if there
465         are comparison failures.  Note which files failed the
466         comparison test in .bad_compare.
467
468 Wed Sep 10 17:05:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
469
470         * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
471
472 Wed Sep 10 16:37:28 1997  Fred Fish  <fnf@ninemoons.com>
473
474         * Makefile.in (LN, LN_S): New macros, use where appropriate.
475         * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
476         * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
477         * configure: Regenerated.
478
479 Thu Sep 11 11:09:43 1997  Jeffrey A Law  (law@cygnus.com)
480
481         * loop.c (strength_reduce): Fix typo.
482
483 Wed Sep 10 16:01:15 1997  Jim Wilson  <wilson@cygnus.com>
484
485         * m88k/m88k.c (struct option): Rename to struct options.
486         * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
487         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
488         * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
489         __DOLPHIN__ or sysV88.
490
491 Wed Sep 10 14:58:40 1997  Jim Wilson  <wilson@cygnus.com>
492
493         * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
494         create new subreg.
495
496 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
497
498         * config.sub: Accept 'amigados' for backward compatability.
499
500 Wed Sep 10 14:05:08 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
501
502         * Makefile.in (testsuite/site.exp): New target.
503         (check-gcc, check-g++): Depend on testsuite/site.exp.
504         Don't stop for failure.
505
506 Wed Sep 10 12:59:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
507
508         * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
509         if DWARF2_UNWIND_INFO.
510
511 Wed Sep 10 11:49:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
512
513         Add support for exception handling using DWARF 2 frame unwind info.
514         Currently works on SPARC and MIPS, and almost on x86.
515         
516         * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
517         next_stack_level, in_reg_window): Helper fns.
518         (__throw): Implement for DWARF2_UNWIND_INFO.
519
520         * expr.c (expand_builtin): Handle builtins used by __throw.
521         * tree.h (enum built_in_function): Add builtins used by __throw.
522         * c-decl.c (init_decl_processing): Declare builtins used by __throw.
523         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
524         * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
525         (expand_builtin_extract_return_addr): Likewise.
526         (expand_builtin_frob_return_addr): Likewise.
527         (expand_builtin_set_return_addr_reg): Likewise.
528         (expand_builtin_eh_stub): Likewise.
529         (expand_builtin_set_eh_regs): Likewise.
530         (eh_regs): Choose two call-clobbered registers for passing back values.
531
532         * frame.c, frame.h: New files for parsing dwarf 2 frame info.
533         * Makefile.in (LIB2ADD): New variable.  Add $(srcdir)/frame.c.
534         (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
535         (stmp-multilib): Likewise.
536         ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
537
538         * except.c: #include "defaults.h".
539         (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
540         (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
541         (register_exception_table_p): New fn.
542         (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
543         (end_eh_unwinder): Likewise.
544
545         * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP, 
546         call __register_frame and __deregister_frame as needed.
547         * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
548         * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro.  Check
549         EH_FRAME_SECTION_ASM_OP.
550         * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
551         * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
552         (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
553
554         * dwarf2out.c (output_call_frame_info): If no support for
555         EXCEPTION_SECTION, mark the start of the frame info with a
556         collectable tag.
557         * collect2.c (frame_tables): New list.
558         (is_ctor_dtor): Recognise frame entries.
559         (scan_prog_file): Likewise.
560         (main): Pass -fno-exceptions to sub-compile.  Also do collection
561         if there are any frame entries.
562         (write_c_file_stat): Call __register_frame_table and
563         __deregister_frame as needed.
564         (write_c_file_glob): Likewise.
565
566         * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.  
567         Also require unaligned reloc support.
568         * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
569         UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
570         * sparc/sysv4.h: Not here.
571
572         * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
573         * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
574         (dwarf2out_finish): Don't call dwarf2out_frame_finish.
575
576         * libgcc2.c (L_eh): Reorganize, moving code shared by different
577         EH implementations to the top.
578         (find_exception_handler): Split out.  Start from 0.  Compare against
579         end with >=.
580         (__find_first_exception_table_match): Use it.
581         * except.c (output_exception_table): Don't do anything if there's
582         no table.  Don't output a first entry of zeroes.
583         (eh_outer_context): Adjust properly.
584         (add_eh_table_entry): Use xrealloc.
585         * toplev.c (compile_file): Just call output_exception_table.
586
587 Wed Sep 10  11:30:36 1997  Jason Merrill  <jason@cygnus.com>
588
589         * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
590
591 Wed Sep 10 08:17:10 1997  Torbjorn Granlund  <tege@pdc.kth..se>
592
593         * except.c (eh_outer_context): Do masking using expand_and.
594
595 Wed Sep 10 01:38:30 1997  Doug Evans  <dje@cygnus.com>
596
597         Add port done awhile ago for the ARC cpu.
598         * arc/arc.h: New file.
599         * arc/arc.c: New file.
600         * arc/arc.md: New file.
601         * arc/initfini.c: New file.
602         * arc/lib1funcs.asm: New file.
603         * arc/t-arc: New file.
604         * arc/xm-arc.h: New file.
605         * ginclude/va-arc.h: New file.
606         * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
607         * ginclude/varargs.h: Likewise.
608         * Makefile.in (USER_H): Add va-arc.h.
609         * configure.in (arc-*-elf*): Recognize.
610         * longlong.h: Add ARC support.
611
612 Wed Sep 10 01:32:54 1997  Jeffrey A Law  (law@cygnus.com)
613
614         * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
615         when clearing non-BLKmode data.
616
617 Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
618
619         * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
620         * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
621
622         * xm-m88k.h (USG): Only define if it hasn't already been defined.
623
624         * Makefile.in (risky-stage1): Delete gratutious whitespace.
625
626         * Makefile.in (clean): Delete libgcc1-test.
627
628         * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
629
630 Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
631
632         * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
633         template.
634
635 Tue Sep  9 09:50:02 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
636
637         * dwarf2out.c (output_call_frame_info): Call named_section.
638
639 Tue Sep  9 09:12:17 1997  Jeffrey A Law  (law@cygnus.com)
640
641         * haifa-sched.c (print_value): Fix last change.
642
643 Tue Sep  9 01:30:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
644
645         * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
646         write_symbols.
647
648 Mon Sep  8 16:32:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
649
650         * mips.c (function_prologue): Set up the CFA when ABI_32.
651
652         * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
653         for dwarf2 unwind info.
654         (output_function_prologue, sparc_flat_output_function_prologue): Same.
655
656         * final.c (final_end_function): Check dwarf2out_do_frame instead
657         of DWARF2_DEBUG for dwarf2 unwind info.
658         (final_scan_insn): Likewise.
659         (final_start_function): Likewise.  Initialize dwarf2 frame debug here.
660         (final): Not here.
661
662         * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
663         count > 0.
664
665         * varasm.c (exception_section): Check EXCEPTION_SECTION first.
666
667 Mon Sep  8 15:15:11 1997  Nick Clifton  <nickc@cygnus.com>
668
669         * v850.h (ASM_SPEC): Pass on target processor.
670         (CPP_PREDEFINES): Only define if not already specified.
671         (TARGET_VERSION): Only define if not already specified.
672         (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
673         processor.
674         (EXTRA_SWITCHES): Extra entries in the switches array.
675         (TARGET_DEFAULT): Set default target processor.
676
677 Mon Sep  8 18:26:35 1997  Jim Wilson  <wilson@cygnus.com>
678
679         * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
680         cases, add %# and %/, and add : to make them into extended asms.
681
682 Sun Sep  7 23:57:50 1997  Weiwen Liu  <liu@hepunix.physics.yale.edu>
683
684         * alias.c (init_alias_analysis): Clean up incompatible pointer
685         type warning in bzero.
686         * regmove.c (regmove_optimize): Ditto.
687         * haifa-sched.c (find_rgns): Ditto.
688
689         * haifa-sched.c (print_value): Clean up ptr->int cast
690         warnings.
691
692 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
693
694         * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
695         * install.texi (Configurations): Ditto.
696         * config.sub: Ditto.
697
698 Sun Sep  7 22:56:56 1997  Weiwen Liu  (liu@hepvms.physics.yale.edu)
699
700         * Makefile.in (sdbout.o): Depend on insn-config.h.
701
702 Sun Sep  7 18:44:50 1997  Jim Wilson  <wilson@cygnus.com>
703
704         * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
705         For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
706
707 Sun Sep  7 18:30:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
708
709         * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
710         prologue insn, only the first elt is significant.
711         (output_call_frame_info): For exception handling, always use 4-byte
712         fields as specified by the dwarf2 spec.
713         Don't skip trivial FDEs.
714
715 Sun Sep  7 14:19:39 1997  Jeffrey A Law  (law@cygnus.com)
716
717         * version.c: Bump for snapshot.
718
719 Sun Sep  7 14:17:36 1997  Torbjorn Granlund  (tege@pdc.kth.se)
720
721         * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
722         for negative constants.  Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
723         when op1_is_pow2.
724
725 Sun Sep  7 13:46:46 1997  Jeffrey A Law  (law@cygnus.com)
726
727         * final.c (shorten_branches): During first pass, assume worst
728         possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
729
730         * Makefile.in (distclean): Remove various things left around
731         by running the testsuite.
732
733 Sun Sep  7 13:16:06 1997  Manfred Hollstein  <manfred@s-direktnet.de>
734
735         * configure.in (out_file): Emit definition to config.status in order
736         to have a defined value for configure.lang.
737         * configure: Re-built.
738
739 Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
740
741         * configure.in: Make symlink to as-new rather than as.new.  Similarly
742         for ld-new.
743         * configure: Rebuilt.
744
745 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
746
747         * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
748
749 Fri Sep  5 16:16:44 1997  Christian Kuehnke  <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
750
751         * sparc/sparc.md: Add ultrasparc scheduling support.
752         * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
753
754 Fri Sep  5 14:04:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
755
756         * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
757         as initial value for real_label_map.
758         (copy_for_inline): Likewise.
759
760 Fri Sep  5 13:36:44 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
761
762         * sched.c (update_flow_info) When looking if to set found_split_dest
763         or found_orig_dest, look at all parts of a PARALLEL.
764         * haifa-sched.c (update_flow_info): Likewise.
765
766 Fri Sep  5 10:08:44 1997  Jeffrey A Law  (law@cygnus.com)
767
768         * v850: New directory for v850 port.
769         * v850/lib1funcs.asm: New file.
770         * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
771         * ginclude/va-v850.h: New file.
772         * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
773         * configure.in (mn10200-*-*): New target.
774         * configure: Rebuilt.
775         * config.sub: Handle v850-elf.
776         * Makefile.in (USER_H): Add va-mn10200.h. 
777         * invoke.texi: Document v850 stuff.
778
779 Fri Sep  5 09:37:50 1997  Jim Wilson  (wilson@cygnus.com)
780
781         * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
782         has integer TYPE_{MAX,MIN}_VALUE before using them.
783
784         * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
785         __HPUX_ASM__ versions.
786
787 Fri Sep  5 09:08:44 1997  Jeffrey A Law  (law@cygnus.com)
788
789         * install.sh: Delete duplicate install script.
790
791 Thu Sep  4 23:14:27 1997  Stan Cox  (coxs@dg-rtp.dg.com)
792
793         * reg-stack.c (subst_stack_regs): Pop the stack register for a
794         computed goto which sets the same stack register.
795
796         * reg-stack.c (compare_for_stack_reg): Swap only if the source and
797         destination are both on the regstack.
798         (subst_stack_regs_pat): Put the destination at the top of the regstack.
799
800 Thu Sep  4 15:02:27 1997  Jim Wilson  <wilson@cygnus.com>
801
802         * mips.md (nonlocal_goto_receiver): Define.
803
804         * profile.c (output_arc_profiler): Check next_insert_after for non
805         NULL before deferencing it.
806
807         * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
808
809 Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
810
811         * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
812
813 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
814
815         * toplev.c (rest_of_compilation): For passes starting with
816         flow_analysis, use print_rtl_with_bb instead of print_rtl.
817
818         * print-rtl.c (print_rtl_single): Print a single rtl value to a
819         file.
820
821         * flow.c (print_rtl_with_bb): Print which insns start and end
822         basic blocks.  For the start of a basic block, also print the live
823         information.
824
825 Thu Sep  4 11:51:43 1997  Jim Wilson  <wilson@cygnus.com>
826
827         * toplev.c (main): Change #elif to #else/#ifdef
828
829         * tlink.c: Include ctype.h.
830         * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
831
832 Thu Sep  4 11:17:16 1997  Mikeael Meissner  (meissner@cygnus.com)
833
834         * bitmap.c: Conditionally include stdlib.h.
835         (free): Provide a declaration if NEED_DECLARATION_FREE.
836
837 Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
838
839         * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
840
841 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
842
843         * profile.c (output_arc_profiler): Verify next_insert_after is an
844         INSN before and after skipping a stack pop.
845
846 Thu Sep  4 07:39:19 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
847
848         * final.c (shorten_branches): Don't count the lengths of deleted
849         instructions.
850
851 Thu Sep  4 09:43:01 1997  Jeffrey A Law  (law@cygnus.com)
852
853         * version.c: Bump for snapshot.
854
855 Thu Sep  4 11:04:21 1997  Michael Meissner  <meissner@cygnus.com>
856
857         * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
858         two bitmaps ANDed together.
859         (bitmap_print): Declare.
860
861         * bitmap.c (function_obstack): Don't declare any more.
862         (bitmap_obstack): Obstack for allocating links from.
863         (bitmap_obstack_init): New static to say whether to initialize
864         bitmap_obstack.
865         (bitmap_element_allocate): Use bitmap_obstack to allocate from.
866         (bitmap_release_memory): Free all memory allocated from
867         bitmap_obstack.
868
869         * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
870         EXECUTE_IF_AND_IN_BITMAP.
871
872 Wed Sep  3 10:39:42 1997  Jim Wilson  <wilson@cygnus.com>
873
874         * alias.c (true_dependence): Address with AND can alias scalars.
875         (anti_dependence, output_dependence): Likewise.
876         
877         * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
878
879 Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
880
881         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
882           mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
883           sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
884           definitions.  Use -qrtems instead of -mrtems.
885
886 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
887
888         * xm-sco5.h (sys_siglist): Define.
889         (SYS_SIGLIST_DECLARED): Likewise.
890
891 Tue Sep  2 23:33:33 1997  Jeffrey A Law  (law@cygnus.com)
892
893         * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
894
895 Wed Sep  3 02:09:30 1997  Torbjorn Granlund  <tege@pdc.kth..se>
896
897         * except.c (eh_outer_context): Expand masking operation using
898         expand_binop.
899
900 Tue Sep  2 18:09:39 1997  Jim Wilson  <wilson@cygnus.com>
901
902         * alpha.md (floatdisf2-1): New pattern.
903
904 Tue Sep  2 18:41:55 1997  Jeffrey A Law  (law@cygnus.com)
905
906         * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
907         * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
908         * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
909         * gcc.texi: Note that if you define sys_siglist that you should
910         also define SYS_SIGLIST_DECLARED.
911
912         * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
913         are relative to the next instruction, not the current instruction.
914
915 Tue Sep  2 14:22:43 1997  Jim Wilson  <wilson@cygnus.com>
916
917         * local-alloc.c (contains_replace_regs): New function.
918         (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
919         verify that there is no existing REG_EQUIV note, and add a call to
920         contains_place_regs.
921
922 Tue Sep  2 12:48:11 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
923
924         * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
925         (STARTFILE_SPEC): Always use crtbegin.o%s
926         (ENDFILE_SPEC): Always use crtend.o%s.
927
928 Tue Sep  2 12:00:36 1997  Jim Wilson  <wilson@cygnus.com>
929
930         * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
931         is passed in.
932         * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
933         SFmode for 64 bit hosts.
934         
935 Tue Sep  2 13:42:38 1997  Paul N. Hilfinger  <hilfingr@CS.Berkeley.EDU>
936
937         * fixincludes: Permits spaces between # and define.  Discard C++
938         comments in sys/pci.h on HP/UX 10.20.
939
940 Mon Sep  1 22:13:18 1997  Jeffrey A Law  (law@cygnus.com)
941
942         * version.c: Bump for snapshot.
943
944         * pa.c (restore_unscaled_index_insn_codes): New function.
945         (record_unscaled_index_insn_codes): Likewise.
946         (output_function_prologue): Call restore_unscaled_index_insn_codes.
947         (output_function_epilogue): Free memory for unscaled_index_insn_codes.
948         (pa_reorg): Call record_unscaled_index_insn_codes.
949
950         * haifa-sched.c (move_insn): Handle notes correctly for insns
951         with SCHED_GROUP_P set.
952         
953 Mon Sep  1 16:58:57 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
954
955         * alpha/xm-linux.h (USE_BFD): Undef before define.
956
957 Mon Sep  1 16:25:34 1997  Jim Wilson  <wilson@cygnus.com>
958
959         * cse.c (cse_insn): Don't record BLKmode values.
960
961 Mon Sep  1 11:25:47 1997  Stephen Williams  (steve@icarus.icarus.com)
962
963         * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
964
965 Mon Sep  1 08:29:46 1997  Jeffrey A Law  (law@cygnus.com)
966
967         * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
968         * collect2.c (sys_errlist): Likewise.
969         * cpplib.c (sys_errlist): Likewise.
970         * gcc.c (sys_errlist): Likewise.
971         * protoize (sys_errlist): Likewise.
972         * configure.in: Check for strerror.
973         * xm-freebsd.h (HAVE_STRERROR): Remove definition.
974         * xm-gnu.h (HAVE_STRERROR): Likewise.
975         * xm-linux.h (HAVE_STRERROR): Likewise.
976         * xm-netbsd.h (HAVE_STRERROR): Likewise.
977         * xm-bsd386.h (HAVE_STRERROR): Likewise.
978         * xm-cygwin32.h (HAVE_STRERROR): Likewise.
979         * xm-dos.h (HAVE_STRERROR): Likewise.
980         * xm-mingw32.h (HAVE_STRERROR): Likewise.
981         * xm-pa.h (HAVE_STRERROR): Likewise.
982         * xm-papro.h (HAVE_STRERROR): Likewise.
983         * xm-sysv4.h (HAVE_STRERROR): Likewise.
984         * configure, config.in: Rebuilt.
985
986         * Makefile.in: Add several missing "else true" clauses.
987
988         * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
989         * mips-tfile.c: Likewise.
990         * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
991         * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
992         * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
993         * configure.in: Check for sys_siglist declaration.
994         * configure, config.in: Rebuilt.
995
996 Mon Sep  1 08:04:07 1997  Joel Sherrill (joel@OARcorp.com)
997
998         * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, 
999         m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
1000         sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
1001         * i960/i960.h: Added SUBTARGET_SWITCHES macro.
1002         * rs6000/sysv4.h (extra_subtarget_switches): Added new
1003         macro EXTRA_SUBTARGET_SWITCHES.
1004         * configure.in (sh*-*-rtems*): New target.
1005         * sh/rtems.h: New file.
1006         * sh/sh.h: Added SUBTARGET_SWITCHES macro.
1007         * configure: Rebuilt.
1008
1009 Sat Aug 30 22:54:26 1997  Jim Wilson  <wilson@cygnus.com>
1010
1011         * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
1012
1013 Sat Aug 30 10:49:46 1997  David Edelsohn  <edelsohn@mhpcc.edu>
1014
1015         * rs6000.md: Make DF fused-add operations pay attention to
1016         -mno-fused-add.
1017
1018 Fri Aug 29 19:19:54 1997  Jim Wilson  <wilson@cygnus.com>
1019
1020         * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
1021
1022 Fri Aug 29 16:13:51 1997  Jeffrey A Law  (law@cygnus.com)
1023
1024         * pa.md (reload_peepholes): Make sure operand is a REG before
1025         examining REGNO.  Allow general registers too.
1026
1027 Fri Aug 29 11:42:04 1997  Jim Wilson  <wilson@cygnus.com>
1028
1029         * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
1030
1031 Fri Aug 29 09:33:20 1997  Philipp Thomas  (kthomas@lxi165.gwdg.de)
1032
1033         * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
1034         to reallocate abbrev_die_table.
1035
1036 Thu Aug 28 15:14:46 1997  Jim Wilson  <wilson@cygnus.com>
1037
1038         * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
1039
1040 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1041
1042         * Makefile.in (config.status): Depend on version.c
1043
1044         * expr.h (insn_gen_function): Reenable prototype.
1045
1046         * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
1047         first parameter.
1048
1049 Thu Aug 28 13:01:43 1997  Jim Wilson  <wilson@cygnus.com>
1050
1051         * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
1052
1053 Thu Aug 28 07:03:15 1997  Jeffrey A Law  (law@cygnus.com)
1054
1055         * version.c: Bump for latest snapshot.
1056
1057         * bc-optab.c: Conditionally include stdlib.h.
1058         (free): Provide a declaration if NEED_DECLARATION_FREE.
1059         * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
1060         * rtl.h (free): Remove declaration.
1061         * tree.h (free): Remvoe declaration.
1062
1063         * configure: Rebuilt.
1064
1065 Wed Aug 27 21:32:20 1997  Jeffrey A Law  (law@cygnus.com)
1066
1067         * flags.h (flag_move_all_movables): Declare.
1068         (flag_reduce_all_givs): Likewise.
1069         * loop.c (move_movables): Handle flag_move_all_movables.
1070         (strength_reduce): Handle flag_reduce_all_givs.
1071         * toplev.c (flag_move_all_movables): Define.
1072         (flag_reduce_all_givs): Likewise.
1073         (f_options): Add -fmove-all-movables and -freduce-all-givs.
1074         * invoke.texi: Document new options, including alias stuff that
1075         wasn't included last time.
1076
1077 Wed Aug 27 18:08:51 1997  Bob Manson  (manson@cygnus.com)
1078
1079         * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
1080         * t-mn10200: Ditto.
1081         * t-vxsparc: Ditto.
1082         * t-vxworks68: Ditto.
1083         * t-vxworks960: Ditto.
1084         * t-vx29k: Ditto.
1085
1086 Wed Aug 27 16:35:29 1997  Richard Henderson  <rth@cygnus.com>
1087
1088         * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
1089         if not already defined, and USE_C_ALLOCA not defined.
1090
1091 Wed Aug 27 16:08:43 1997  Jim Wilson  <wilson@cygnus.com>
1092
1093         * config.guess: Replace with script that uses ../config.guess.
1094
1095         * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
1096         if USE_GNULIBC_1 is not defined.
1097
1098 Wed Aug 27 15:49:12 1997  Richard Henderson  <rth@cygnus.com>
1099
1100         * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
1101         * config.guess: Recognize alpha-linux-gnulibc1.
1102         * configure.in (alpha-*-linux-gnulibc1): New target.
1103         (alpha-*-linux-gnu*): Don't build crtbegin/end.
1104
1105 Wed Aug 27 11:52:58 1997  Jim Wilson  <wilson@cygnus.com>
1106
1107         * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
1108         last change.
1109
1110 Wed Aug 27 01:56:18 1997  Doug Evans  <dje@seba.cygnus.com>
1111
1112         * loop.c (combine_movables): Earlier insns don't match later ones.
1113
1114 Wed Aug 27 01:24:25 1997  H.J. Lu   (hjl@gnu.ai.mit.edu)
1115
1116         * config/linux.h (CC1_SPEC): Define it only if not defined.
1117
1118         * config/m68k/linux.h (CC1_SPEC): Undefine it before include
1119         <linux.h>
1120
1121         * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
1122         USE_GNULIBC_1 is not defined.
1123
1124         * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New.  Defined as 1.
1125
1126         * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
1127         as 1 if USE_GNULIBC_1 is not defined.
1128
1129 Wed Aug 27 00:49:14 1997  Jeffrey A Law  (law@cygnus.com)
1130
1131         * reorg.c (dbr_schedule): Allow current_function_return_rtx
1132         to be something other than a REG.
1133         * function.c (expand_function_end): Fix current_function_return_rtx
1134         if it was a pseudo.
1135
1136         * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
1137         * x-netbsd: Likewise
1138         * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
1139         (INSTALL_HEADERS): Delete.
1140         * x-dguxbcs: Likewise.
1141         * x-hp3bsd44: Likewise
1142         * x-pa: Likewise.
1143
1144 Wed Aug 27 00:30:00 1997  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
1145
1146         * i386.md (pop): pop increments the stack pointer.
1147         (prologue_set_stack_ptr): New pattern.
1148         * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
1149         instead of subsi3.
1150
1151 Tue Aug 26 18:50:32 1997  Jim Wilson  <wilson@cygnus.com>
1152
1153         * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
1154         address where an offsettable address is required.
1155
1156 Tue Aug 26 17:54:56 1997  Michael P. Hayes  (michaelh@ongaonga.chch.cri.nz>
1157
1158         * loop.c (check_final_value): Don't miss a biv increment in a
1159         parallel.
1160
1161 Tue Aug 26 12:03:49 1997  Jim Wilson  (wilson@cygnus.com)
1162
1163         * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
1164         TYPE_DECL_IS_STUB instead of DECL_NAME.
1165
1166 Mon Aug 25 23:27:10 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1167
1168         * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
1169
1170 Mon Aug 25 23:27:10 1997  Jim Meyering <meyering@eng.ascend.com>
1171
1172         * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
1173
1174 Mon Aug 25 13:12:24 1997  Jeffrey A Law  (law@cygnus.com)
1175
1176         * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
1177         (find_post_sched_live): Likewise.
1178
1179         * haifa-sched.c (schedule_block): Remove old code to get arguments
1180         from hard regs into pseudos early.
1181
1182 Mon Aug 25 08:55:00 1997  Jeffrey A Law  (law@cygnus.com)
1183
1184         * version.c: Bump for new snapshot.
1185
1186         * local-alloc.c (update_equiv_regs): All the target to reject
1187         promotion of some REG_EQUAL to REG_EQUIV notes.
1188         * pa.h (DONT_RECORD_EQUIVALENCE): Define.
1189
1190         * pa.c (secondary_reload_class): (mem (mem ... )) does not need
1191         secondary reloads.
1192
1193         * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
1194         store of the argument registers.
1195
1196 Mon Aug 25 08:39:02 1997  Craig Burley  (burley@gnu.ai.mit.edu)
1197
1198         * fold-const.c (multiple_of_p): New function.
1199         (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
1200
1201 Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
1202
1203         * expr.h (insn_gen_function): Temporarily remove prototype.
1204
1205 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
1206
1207         * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
1208         filenames.  Use sed to extract base filename for install.
1209
1210 Sat Aug 23 18:19:40 1997  John F. Carr  <jfc@mit.edu>
1211
1212         * unroll.c (find_splittable_givs): Only share if two givs have the
1213         same add and multiply values.
1214
1215 Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
1216
1217         * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
1218         * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
1219
1220 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
1221
1222         * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
1223         around branch tables.
1224         * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
1225         and .end_brtab directives if TARGET_GAS.
1226
1227 Fri Aug 22 14:05:55 1997  Jim Wilson  <wilson@cygnus.com>
1228
1229         * alias.c (true_dependence): Pass x_addr not x to varies.
1230
1231         * acconfig.h (NEED_DECLARATION_CALLOC): Add.
1232         * configure.in: Add GCC_NEED_DECLARATION call for calloc.
1233         * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
1234         declarations.
1235         * config.in, configure: Regenerate.
1236
1237 Thu Aug 21 23:52:16 1997  John F. Carr  <jfc@mit.edu>
1238
1239         * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
1240         LO_SUM.
1241         (record_set): Handle LO_SUM like PLUS.
1242         (init_alias_analysis): When following chains of base addresses,
1243         do not stop on reaching a hard register.
1244
1245 Thu Aug 21 20:17:37 1997  Jeffrey A Law  (law@cygnus.com)
1246
1247         * version.c: Bump for new snapshot.
1248
1249 Thu Aug 21 17:28:00 1997  Jim Wilson  <wilson@cygnus.com>
1250
1251         * alpha.h (ARCH_ASM_FILE_START): Define.
1252         (ASM_FILE_START): Use ARCH_ASM_FILE_START.
1253         * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
1254
1255 Thu Aug 21 10:22:19 1997  Jeffrey A Law  (law@cygnus.com)
1256
1257         * Makefile.in (install-common): Put gcov comment at start of line.
1258
1259 Wed Aug 20 22:47:33 1997  Jeffrey A Law  (law@cygnus.com)
1260
1261         * alias.c (init_alias_analysis): When simplifying the reg_base_value
1262         array, simplify entries for hard registers too.
1263
1264 Wed Aug 20 12:35:47 1997  Dave Love  <d.love@dl.ac.uk>
1265
1266         * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
1267         list.
1268
1269 Wed Aug 20 11:58:33 1997  Jim Wilson  <wilson@cygnus.com>
1270
1271         * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
1272         block_stack before dereferencing it.
1273
1274 Wed Aug 20 11:57:11 1997  Michael Meissner  <meissner@cygnus.com>
1275
1276         * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
1277
1278 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
1279
1280         * cplus-dem.c: Add 'extern' to prepends_underscore.
1281
1282 Tue Aug 19 09:34:57 1997  Jeffrey A Law  (law@cygnus.com)
1283
1284         * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
1285         (get_issue_rate): Delete.
1286         * pa.h (ISSUE_RATE): Define.
1287
1288         * configure.in: Turn on haifa by default for the PA.
1289         * configure: Rebuilt.
1290         * pa.c (override_options): Accept -mschedule=7200 option.
1291         (pa_adjust_cost): No longer need to scale costs for newer
1292         processors.
1293         * pa.h (enum processor_type): Add PROCESSOR_7200.
1294         * pa.md: Revamp scheduling parameters to work better with
1295         haifa.  Add scheduling parameters for the 7200.
1296
1297         * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
1298         insns too.
1299         (schedule_block): When adjusting basic_block_{head,end}, account
1300         for movement of SCHED_GROUP_P insns too.
1301
1302         * haifa-sched.c (debug_dependencies): Fix thinko.
1303
1304         * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
1305         (site.exp, check, check-g++, check-gcc): New targets.
1306
1307         * haifa-sched.c: Make lots of variables static.
1308
1309 Tue Aug 19 07:18:34 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1310
1311         * expr.h, real.h: Finish prototyping.
1312
1313 Mon Aug 18 21:49:02 1997  Jim Wilson  <wilson@cygnus.com>
1314
1315         * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
1316         reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
1317         * reload1.c: Undo bugfix from Aug 11.
1318
1319 Mon Aug 18 17:39:02 1997  Mike Meissner  <meissner@cygnus.com>
1320
1321         * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
1322         quotes around the name.
1323         * configure: Regenerate.
1324
1325 Mon Aug 18 13:46:47 1997  Jim Wilson  <wilson@cygnus.com>
1326
1327         * Makefile.in (stmp-multilib-sub): Fix typo in last change.
1328
1329 Thu Aug  7 10:33:13 1997  Manfred Hollstein  <manfred@s-direktnet.de>
1330
1331         * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
1332         to sub-makes to avoid building more passes than the user might have
1333         requested on the command line.
1334
1335 Sun Aug 17 15:42:17 1997  Dave Love  (d.love@dl.ac.uk)
1336
1337         * configure.in: Expurgate `broken_install' (install is
1338         autoconfed).
1339
1340         * configure.lang: Substitute autoconfed ${INSTALL} (not currently
1341         relevant).
1342
1343 Sat Aug 16 01:08:12 1997  Jeffrey A Law  (law@cygnus.com)
1344
1345         * loop.c (is_power_of_2, is_conditional_branch): Delete unused
1346         functions and declarations.
1347         (analyze_loop_iterations): Use condjump_p.
1348         (insert_bct): Likewise.  Use exact_log2.
1349         
1350 Fri Aug 15 23:48:32 1997  Jeffrey A Law  (law@cygnus.com)
1351
1352         * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
1353         (schedule_region): Likewise.
1354         (schedule_insns): Likewise.
1355
1356         * PROJECTS: Update with Haifa stuff.
1357
1358 Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
1359
1360         * version.c: Change the version string to look like:
1361         egcs-2.90.00 970814 (gcc2-970802 experimental).
1362
1363         * loop.c (is_conditional_branch): Make definition match declaration.
1364
1365         * gcc.c: Take out experimental snapshot warning message.
1366
1367 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
1368
1369         * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
1370         print out the names of the notes.  Print out the name of the insn
1371         that is not a note, and not an {,CALL_,JUMP_}INSN.
1372
1373 Wed Aug 13 17:32:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
1374
1375         * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
1376         again for the slot after we give it RTL.
1377
1378 Wed Aug 13 01:03:37 1997  Doug Evans  <dje@canuck.cygnus.com>
1379
1380         * configure.in (haifa configury): Fix typo.
1381         * configure: Regenerate.
1382
1383 Tue Aug 12 10:20:36 1997  Jeffrey A Law  (law@cygnus.com)
1384
1385         * version.c: Bump version to "gcc-3.0.0 970802 experimental".
1386
1387         * gcc.info*: Rebuilt.
1388
1389         * COPYING.g77, README.g77: New files.
1390         * real.c (ereal_unto_float, ereal_unto_double): New functions.
1391         * real.h (ereal_unto_float, ereal_unto_double): Declare them.
1392         (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
1393
1394 Mon Aug 11 14:50:55 1997  Jeffrey A Law  (law@cygnus.com)
1395
1396         * Integrate Haifa instruction scheduler.
1397         * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS.  Prefix all references
1398         to sched with $(SCHED_CFLAGS.
1399         * configure.in: Handle --enable-haifa.
1400         * configure: Rebuilt.
1401         * flags.h: Add new flags for haifa instruction scheduler.
1402         * genattrtab.c (expand_units): For haifa, don't subtract one
1403         when computing blockage.
1404         * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
1405         (flag_schedule_speculative): Ditto.
1406         (flag_schedule_speculative_load): Ditto.
1407         (flag_schedule_speculative_load_dangerous): Ditto.
1408         (flag_schedule_reverse_before_reload): Ditto.
1409         (flag_schedule_reverse_after_reload): Ditto.
1410         (flag_branch_on_count_reg): Ditto.
1411         (f_options): Add Haifa switches.
1412         (main): Turn off some Haifa options if appropriate macro is
1413         defined.  Process Haifa switches.
1414         * unroll.c (iteration_info): No longer static, since Haifa
1415         scheduler uses it.
1416         (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
1417         * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
1418         * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
1419         * loop.h (loop_initial_value,loop_unroll_iter): New globals.
1420         * loop.c (loop_optimize): If HAIFA is defined, allocate additional
1421         storage for the Haifa scheduler.
1422         (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
1423         LABEL_NEXTREF.
1424         (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
1425         are defined, call analyze_loop_iterations and insert_bct to use
1426         countdown loops.
1427         (record_giv): Refine test for jumps out of loops if HAIFA is
1428         defined.
1429         (analyze_loop_iterations): New function to identify if we can use
1430         a countdown loop.
1431         (insert_bct): Insert countdown loop.
1432         (instrument_loop_bct): Low level code to insert countdown loop.
1433         (loop_number): Calculate UID of loop.
1434         (indirect_jump_in_function_p): Return true if an indirect jump is
1435         in the function.
1436         (is_power_of_2): Return true if value is a power of 2.
1437         (is_conditional_branch): Return true if insn is a conditional
1438         jump.
1439         (fix_bct_param): Process -fbct-{min,max}-N switches.
1440         (check_bct_param): Return true if loop should be instrumented.
1441         * loop.c (loop_initial_value,loop_unroll_iter): New globals.
1442         (loop_optimize): Initialize.
1443         (get_condition_for_loop): Ditto.
1444         * loop.c (strength_reduce): Inside of code that uses #ifdef
1445         HAVE_decrement_and_branch_on_count code, test it to make sure the
1446         condition is true.
1447         (instrument_loop_bct): Ditto.
1448         * haifa-sched.c: New file.
1449         
1450
1451         * Integrate regmove pass.
1452         * Makefile.in (OBJS): Add regmove.o
1453         (regmove.o): Add dependencies.
1454         * flow.c (find_use_as_address): No longer static.
1455         * rtl.h (find_use_as_address): Declare.
1456         * toplev.c (regmove_dump, flag_regmove): Define.
1457         (f_options): Add -fregmove.
1458         (regmove_dump_file, regmove_time): Define.
1459         (fatal_insn): Close the regmove dump file.
1460         (compile_file): Initialize regmove_time; open/close the regmove dump
1461         file as needed.  Print regmove time as needed.
1462         (rest_of_compilation): Run regmove pass if requested, dump
1463         RTL after regmove if requested.
1464         (main): If -O2 or more, turn on regmove.  Handle dump switches.
1465         * regmove.c: New file.
1466         
1467 Mon Aug 11 14:15:02 1997  Jeffrey A Law  (law@cygnus.com)
1468
1469         * Integrate tlink patch from jason@cygnus.com
1470         * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
1471         (process_command): Increment n_switches for them.  Don't discard
1472         their args.  Validate them.
1473         (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
1474         From Rohan Lenard.
1475         (process_command): Set include_prefixes from COMPILER_PATH.
1476         (main): Set COLLECT_GCC_OPTIONS sooner.
1477         * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
1478         * tlink.c, hash.c, hash.h: New files.
1479         * Makefile.in (USE_COLLECT2): Always use collect2.
1480         (collect2): Depend on and link in hash.o and tlink.o.
1481         (tlink.o, hash.o): Add dependencies.
1482
1483 Mon Aug 11 10:04:49 1997  Jeffrey A Law  (law@cygnus.com)
1484
1485         * Integrate alias analysis changes from jfc@mit.edu
1486         * Makefile.in (OBJS): Add alias.o
1487         (alias.o): Add dependencies.
1488         * alias.c: New file.
1489         * sched.c: Remove alias analysis code.  It lives in alias.c now.
1490         (sched_analyze_2): Add new arguments to true_dependence.
1491         (schedule_insns): Always call init_alias_analysis.
1492         * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
1493         mark return value from such functions as a pointer and keep track of
1494         them for alias analysis.  If a return value from a function is a
1495         pointer, mark it as such.
1496         * combine.c (distribute_notes): Handle REG_NOALIAS.
1497         * cse.c (struct write_data): Delete.  No longer needed.
1498         (invalidate): Don't call set_nonvarying_address_components anymore.
1499         Use true_dependence to decide if an entry should be removed from
1500         the hash table.
1501         (invalidate_memory): Remove WRITES argument, simplify appropriately.
1502         Fix all callers.
1503         (note_mem_written): Similarly for WRITE_PTR argument.
1504         (invalidate_from_clobbers): Similarly for W argument.
1505         (invalidate_for_call): Remove memory elements from the hash table.
1506         (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
1507         (cse_rtx_varies_p): New function.  Derived from old
1508         cse_rtx_addr_varies_p.
1509         (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
1510         Don't call note_mem_written anymore.  Stack pushes invalidate the stack
1511         pointer if PUSH_ROUNDING is defined.  No longer need to call
1512         cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
1513         (skipped_writes_memory): Remove variable.
1514         (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
1515         (invalidate_skipped_block): Simplify for new alias analysis code.
1516         (cse_set_around_loop): Likewise.
1517         (cse_main): Call init_alias_analysis.
1518         * flags.h (flag_alias_check, flag_argument_noalias): Declare.
1519         * toplev.c (flag_alias_check, flag_argument_noalias): Define.
1520         (f_options): Add new alias checking arguments.
1521         (main): Set flag_alias_check when optimizing.
1522         * local_alloc (validate_equiv_mem_from_store): Add new arguments
1523         to true_dependence.
1524         (memref_referenced_p): Likewise.
1525         * loop.c (NUM_STORES): Increase to 30.
1526         (prescan_loop): Only non-constant calls set unknown_address_altered.
1527         (invariant_p): Add new arguments to true_dependence.
1528         (record_giv): Initialize unrolled and shared fields.
1529         (emit_iv_add_mult): Call record_base_value as needed.
1530         * loop.h (struct induction): Add unrolled and shared fields.
1531         * unroll.c  (unroll_loop): Call record_base_value as needed.
1532         (copy_loop_body): Likewise.
1533         (final_biv_value): Likewise.
1534         (final_giv_value): Likewise.
1535         (find_splittable_regs): Likewise.  Only create one new pseudo
1536         if we have multiple address GIVs that were combined with the same
1537         dst_reg GIV.  Note when a new register is created due to unrolling.
1538         * rtl.c (reg_note_name): Add REG_NOALIAS.
1539         * rtl.h (enum reg_note): Similarly.
1540         (rtx_varies_p, may_trap_p, side_effects_p): Declare.
1541         (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
1542         (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
1543         (true_dependence, read_dependence, anti_dependence): Likewise.
1544         (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
1545         (mark_user_reg, mark_reg_pointer): Likewise.
1546
1547
1548         * Integrate reload bugfix from Wilon which enables the PA port
1549         to bootstrap again.
1550         * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
1551         OPERAND_ADDRESS when computing how many registers an insn needs.
1552         (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
1553         conflict.
1554         (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
1555         OPADDR_ADDR reload.
1556         (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
1557         in reload_reg_use_in_op_addr do not reach the end.
1558         do not reach the end.
1559         (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
1560         RELOAD_FOR_OPERAND_ADDRESS.
1561
1562 Sun Aug 10 12:00:20 1997  Jeffrey A Law  (law@cygnus.com)
1563
1564         * egcs project officially starts.
1565