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