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