mips.c (mips_expand_prologue): Handle large frame with no outgoing arguments for...
[gcc.git] / gcc / ChangeLog
1 Mon Jan 5 11:39:49 1998 Jeffrey A Law (law@cygnus.com)
2
3 * mips.c (mips_expand_prologue): Handle large frame with no outgoing
4 arguments for mips16.
5 (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
6 Don't lose if tsize is zero after handling large stack for mips16.
7 * mips.md (return): For trivial return, return address is in $31.
8
9 Sun Jan 4 20:24:00 1998 Nigel Stephens <nigel@algor.co.uk>
10
11 * mips/mips16.S: Various changes to make it work with -msingle-float
12 and -EL.
13
14 Sun Jan 4 14:25:18 1998 Gavin Koch <gavin@cygnus.com>
15 Ian Lance Taylor <ian@cygnus.com>
16 Jeff Law <law@cygnus.com>
17
18 * mips.c, mips.h, mips.md: First cut at merging in mips16
19 support. Major modifications throughout all three files.
20
21 Sun Jan 4 01:01:50 1998 scott snyder <snyder@d0sgif.fnal.gov>
22
23 * configure.in: Make gthr-default.h a forwarding header instead of
24 a symlink.
25
26 Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27
28 * gcov-io.h: Include sys/types.h to ensure we get size_t.
29
30 * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
31
32 Fri Jan 2 23:40:09 1998 Jim Wilson (wilson@cygnus.com)
33 Jeffrey A Law (law@cygnus.com)
34
35 * crtstuff.c (__frame_dummy): New function for irix6.
36 (__do_global_ctors): Call __frame_dummy for irix6.
37 * iris6.h (LINK_SPEC): Hide __frame_dummy too.
38
39 Fri Jan 2 04:57:57 1998 Weiwen Liu <liu@hepmail.physics.yale.edu>
40
41 * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
42
43 Fri Jan 2 04:34:14 1998 Richard Henderson <rth@cygnus.com>
44
45 * c-decl.c (init_decl_processing): Provide proper fallback symbol
46 for __builtin_memset.
47 * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
48 not INTEGER_CST. Assert arg 3 is a constant.
49
50 * alpha.c (mode_width_operand): Accept 64-bit modes.
51 (mode_mask_operand): Likewise.
52 (print_operand): Likewise for 'M' and 'U' codes.
53 (alpha_expand_unaligned_load): New function.
54 (alpha_expand_unaligned_store): Likewise.
55 (alpha_expand_unaligned_load_words): Likewise.
56 (alpha_expand_unaligned_store_words): Likewise.
57 (alpha_expand_block_move): Likewise.
58 (alpha_expand_block_clear): Likewise.
59 * alpha.h (MOVE_RATIO): New define.
60 * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
61 (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
62
63 * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
64 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
65
66 Thu Jan 1 15:40:15 1998 Richard Henderson <rth@cygnus.com>
67
68 * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
69 * configure: Update.
70
71 Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com)
72
73 * emit-rtl.c (operand_subword): Correctly handle extracting a word
74 from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
75
76 * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
77 for first argument.
78
79 Wed Dec 31 14:42:18 1997 Ian Lance Taylor <ian@cygnus.com>
80
81 * configure.in: Set and subsitute host_exeext. Use it when creating
82 the assembler and linker symlinks.
83 * configure: Rebuild.
84 * Makefile.in (exeext): Set to @host_exeext@.
85 (build_exeext): New variable, set to @build_exeext@.
86 (FLAGS_TO_PASS): Pass down build_exeext.
87 (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
88 programs.
89
90 Wed Dec 31 10:05:44 1997 Jeffrey A Law (law@cygnus.com)
91
92 * mn10200.md (addsi3, subsi3): Fix thinkos.
93
94 Tue Dec 30 00:04:49 1997 Richard Henderson <rth@cygnus.com>
95
96 * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
97 save+restore. Fix pic+big_offset delay slot. Use "pic" case for
98 unix always, since we want to be able to thunk to functions in a
99 shared library from an application.
100
101 Mon Dec 29 14:37:31 1997 Ian Lance Taylor <ian@cygnus.com>
102
103 * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
104 (LIB1ASMSRC, LIB1ASMFUNCS): Define.
105
106 Mon Dec 29 14:03:38 1997 Jeffrey A Law (law@cygnus.com)
107
108 * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
109 offset's mode is not ptr_mode, convert it.
110
111 Mon Dec 29 15:58:18 1997 Michael Meissner <meissner@cygnus.com>
112
113 * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
114 compiling if it was already defined.
115
116 Sun Dec 28 00:32:16 1997 Jeffrey A Law (law@cygnus.com)
117
118 * flow.c (find_basic_blocks): Don't create a new basic block
119 for calls in a LIBCALL block.
120
121 Sun Dec 28 00:30:24 1997 David Edelsohn <edelsohn@mhpcc.edu>
122
123 * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
124
125 Sat Dec 27 22:43:12 1997 Jeffrey A Law (law@cygnus.com)
126
127 * cse.c (rtx_cost): Remove conflicting default case.
128
129 Sat Dec 27 21:20:02 1997 Richard Henderson <rth@cygnus.com>
130
131 * configure.in: Move default enabling of Haifa out of for loop.
132 * configure: Rebuild.
133
134 Thu Dec 25 01:02:54 1997 Jeffrey A Law (law@cygnus.com)
135
136 * version.c: Bump for snapshot.
137
138 1997-12-25 Teemu Torma <tot@trema.com>
139
140 * Makefile.in (GTHREAD_FLAGS): New var.
141 (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
142 (distclean): Remove gthr-default.h.
143
144 * configure.in: Accept dce as a thread package.
145 Check for thread.h and pthread.h.
146 Link gthr-default.h to appropriate thread file and set
147 gthread_flags.
148 (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
149 include multilib definitions from pa/t-dce-thr.
150 (sparc-*-solaris2*): Enable threads by default, if thread.h or
151 pthread.h is found, preferring posix threads over solaris ones.
152
153 * config/pa/t-dce-thr: New file.
154 * config/pa/t-pa: Removed multilibs.
155 * config/sparc/t-sol2: Ditto.
156
157 * gthr.h: New file.
158 * gthr-single.h: New file.
159 * gthr-posix.h: New file.
160 * gthr-solaris.h: New file.
161 * gthr-dce.h: New file.
162 * libgcc-thr.h: Removed.
163 * objc/thr-dce.c: New file copied from thr-decosf1.c.
164
165 * frame.c: Include gthr.h instead of libgcc-thr.h.
166 * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
167 (eh_context_initialize): If __gthread_once fails, use static eh
168 context.
169 (eh_context_free): Call __gthread_key_dtor.
170
171 Wed Dec 24 23:33:17 1997 Jeffrey A Law (law@cygnus.com)
172
173 * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
174
175 Wed Dec 24 23:12:14 1997 Jim Wilson <wilson@cygnus.com>
176
177 * cse.c (max_insn_uid): New variable.
178 (cse_around_loop): Use max_insn_uid.
179 (cse_main): Set max_insn_uid.
180
181 * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
182 and define __LONG_MAX__ appropriately. Add support for -mabi=X,
183 -mlong64, and -mgp{32,64} options.
184 * mips.c (mips_abi): Change type to int.
185 * mips.h (enum mips_abi_type): Delete.
186 (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
187 (mips_abi): Change type to int.
188
189 Wed Dec 24 22:38:34 1997 John Carr <jfc@mit.edu>
190
191 * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
192 optimization is now always enabled.
193
194 * calls.c (expand_call): Recognize C++ operator new as malloc-like
195 function.
196
197 * alias.c (memrefs_conflict_p): Eliminate tests now done by
198 base_alias_check.
199 (*_dependence): Call canon_rtx before base_alias_check.
200 (init_alias_once): New function to precompute set of registers which
201 can hold Pmode function arguments.
202
203 * rtl.h: Declare init_alias_once.
204
205 * toplev.c (compile_file): Call init_alias_once.
206
207 Wed Dec 24 22:34:55 1997 Jeffrey A Law (law@cygnus.com)
208
209 * tree.c (restore_tree_status): Do not dereference a null pointer.
210
211 Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
212
213 * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
214 RLIMIT_STACK. This maintains consistency with the recent, similar
215 patch to cccp.c and toplev.c.
216
217 Tue Dec 23 05:17:28 1997 Richard Henderson <rth@cygnus.com>
218
219 * genattrtab.c (expand_units): For large nr opclasses, expand
220 function_units_used with ORX to prevent blowups. Tag with FFS.
221 (num_unit_opclasses): New variable.
222 (gen_unit): Update it.
223 (enum operator): Add ORX_OP.
224 (operate_exp): Treat ORX as or, except don't expand across an if.
225 Reuse number rtx's after operating on them.
226 (check_attr_value): Accept IOR, AND, & FFS.
227 (write_test_expr): Transmute `in_comparison' to `flags'. Allow
228 for attribute value caching. Handle CONST_STRING, IF_THEN_ELSE.
229 (write_expr_attr_cache, write_toplevel_expr): New functions.
230 (write_attr_get): Handle FFS-tagged expressions.
231 (make_canonical): Don't expand const attributes.
232 (convert_const_symbol_ref): Dike out.
233 (evaluate_eq_attr): Handle SYMBOL_REF.
234 (main): Don't emit get_attr_foo for const attributes.
235
236 * alpha.c (override_options): Reinstate PROCESSOR_EV6.
237 (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
238 * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
239 * alpha.md: Redo all of the scheduling, adding EV6 support, and
240 combining function units where possible.
241 (attr "type"): Split loads, stores, cmov into int/fp. Combine
242 multiplies and divides. Add EV6 sqrt, ftoi, itof.
243 (attr "opsize"): New attribute.
244 (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
245 (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
246 to control register allocation.
247 (movsi2-1, movdi2-1): Likewise.
248
249 Tue Dec 23 03:53:21 1997 Richard Henderson <rth@cygnus.com>
250
251 * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
252 MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
253 Move OSF/1 specific defines out.
254 * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
255 Move Linux specific defines out.
256 (LINK_SPEC): Genericize.
257 (ASM_FILE_START): Emit .arch if using more than the base insn set.
258 (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
259 (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
260 (HANDLE_SYSV_PRAGMA): Define.
261 * alpha/osf.h: New file.
262 * alpha/linux.h: Split. Retain file-format independant defines.
263 Import Linux bits from elf.h.
264 (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
265 (FUNCTION_PROFILER): _mcount takes its address in $28.
266 (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
267 * alpha/linux-ecoff.h: New file.
268 * alpha/linux-elf.h: New file.
269 * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
270 * alpha/win-nt.h (TARGET_DEFAULT): Define.
271 * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
272 Add new headers as appropriate.
273
274 * configure.in (alpha*): Enable Haifa by default.
275 (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
276 * configure: Rebuild.
277
278 Tue Dec 23 03:14:54 1997 Richard Henderson <rth@cygnus.com>
279
280 * Makefile.in (clean): Remove the stages with their objects here ...
281 (distclean): ... instead of here.
282
283 Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
284
285 * cse.c (rtx_cost): Add default case in enumeration switch.
286 * fix-header.c (recognized_macro): Likewise.
287 (recognized_extern): Likewise.
288 (write_rbrac): Likewise.
289 * objc/objc-act.c (encode_aggregate): Likewise.
290 (gen_declarator): Likewise.
291 (gen_declspecs): Likewise.
292
293 Mon Dec 22 09:58:51 1997 Jeffrey A Law (law@cygnus.com)
294
295 * haifa-sched.c (create_reg_dead_note): Detect and handle another
296 case where we kill more regs after sched than were killed before
297 sched.
298 * sched.c (create_reg_dead_note): Similarly.
299
300 Mon Dec 22 09:18:37 1997 Jeffrey A Law (law@cygnus.com)
301
302 * c-pragma.c: Include flags.h.
303
304 Sun Dec 21 22:10:59 1997 Mumit Khan <khan@xraylith.wisc.edu>
305
306 * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
307 about system headers.
308 (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
309 and also to resolve symbols in prefix.c.
310
311 * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
312 between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
313 when the definitions in auto-config.h is not visible.
314 (HAVE_BZERO): Likewise.
315 (HAVE_BCMP): Likewise.
316 (HAVE_RINDEX): Likewise.
317 (HAVE_INDEX): Likewise.
318
319 Sun Dec 21 21:54:22 1997 Jeffrey A Law (law@cygnus.com)
320
321 * pa.c (emit_move_sequence): Handle a function label source
322 operand.
323
324 Sun Dec 21 16:13:55 1997 Nick Clifton <nickc@cygnus.com
325
326 * c-pragma.c (handle_pragma_token): Generate warning messages
327 about unknown pragmas if warn_unknown_pragmas is set.
328
329 * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
330 line option to set variable: warn_unknown_pragmas.
331
332 Sun Dec 21 15:51:10 1997 Manfred Hollstein <manfred@lts.sel.alcatel.de>
333
334 * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
335 definition.
336 (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
337
338 Sun Dec 21 13:58:39 1997 Jeffrey A Law (law@cygnus.com)
339
340 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
341 (libgcc2.a): Depend on $(DPBIT) and $(FPBIT). Add rules to
342 generate more fine grained floating point emulation libraries.
343 * config/fp-bit.c: Add protecting #ifdef to all functions so
344 that they can be compiled separately. If !FINE_GRAINED_LIBRARIES,
345 then compile all suitable functions.
346 (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
347 underscores to avoid namespace pollution.
348 * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
349 (FPBIT): Define.
350 * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
351 (FPBIT): Define.
352 (DPBIT): Define.
353
354 Sat Dec 20 11:26:47 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
355 Jeff Law <law@cygnus.com>
356
357 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
358 of the declaration.
359 * c-decl.c (finish_decl): Use parentheses around && within ||.
360 * rtl.c: Include stdlib.h.
361 (read_skip_spaces): Add parentheses around assignments used as
362 truth values.
363 (read_rtx): Initialize list_rtx.
364 * cppexp.c (parse_number): Use || when operands are truth values.
365 * alias.c (find_base_value): Add default case.
366 (memrefs_conflict): Likewise.
367 * combine.c (sets_function_arg_p): Likewise.
368 * genemit.c (gen_exp): Likewise.
369 * local-alloc.c (contains_replace_regs): Likewise.
370 * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
371 * fold-const.c (fold_convert): Use "&&" for truth values.
372 (fold): Add default case.
373 * sdbout.c (sdbout_field_types): Fix typo in declaration.
374 (sdbout_one_type): Add default case.
375 * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
376 (some_operand): Add default case.
377 (input_operand): Likewise.
378 (signed_comparison_operator): Likewise.
379 (divmod_operator): Likewise.
380 (alpha_set_memflags_1): Likewise.
381 * reload1.c (reload_cse_simplify_operands): Ensure function
382 always returns a value.
383 * scan-decls.c (scan_decls): Likewise.
384 * c-lex.c (skip_white_space): Fix typo in declaraion.
385 * c-typeck.c (comp_target_types): Add parentheses around assignment
386 used as truth value.
387 (print_spelling): Likewise.
388 (constructor_implicit, constructor_result): Remove unused variables.
389 * collect2.c (scan_library): Protect prototype with
390 #ifdef SCAN_LIBRARIES.
391 * emit-rtl.c (find_line_note): Fix typo in declaration.
392 * final.c (asm_insn_count): Protect prototype with
393 #ifdef HAVE_ATTR_length.
394 * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
395 (try_pre_increment_1, try_pre_increment): Likewise.
396 * regclass.c (auto_inc_dec_reg_p): Protect prototype with
397 #ifdef FORBIDDEN_INC_DEC_CLASSES. Make return type explicit.
398 * gcov-io.h (__store_long, __write_long, __read_long): Fix
399 unsigned/signed comparisons.
400 * gcov.c (read_files): Remove unused "first_type" variable.
401 (scan _for_source_files): Initialize s_ptr.
402 (function_summary): Eliminate "%lf" formatting, use %ld for
403 longs.
404 (output_data): Initialize branch_probs and last_line_num.
405 Eliminate "%lf" formatting, use "%ld" for longs.
406
407 Fri Dec 19 17:31:11 1997 Ian Lance Taylor <ian@cygnus.com>
408
409 * mips16.S: New file.
410
411 * libgcc2.c (varargs): Handle mips16.
412
413 * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
414 expression.
415 * stmt.c (expand_end_case): Likewise.
416 * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
417 * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
418 * rs6000.h, sh.h, tahoe.h, v850.h vax.h z8k.h: Likewise.
419
420 Tue Dec 16 15:14:09 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
421
422 * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
423 the build directory.
424 (libobjc.a): Update dependency list.
425 (libobjc.dll): Likewise. Use libobjc_entry.o from the build
426 directory.
427 (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
428 (objc.mostlyclean): Remove runtime-info.h.
429
430 Fri Dec 19 00:19:42 1997 Richard Henderson <rth@cygnus.com>
431
432 * tree.c (build_range_type): Allow creation of ranges with no maximum.
433 * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
434 * dwarf2out.c (add_subscript_info): Likewise.
435 * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
436 * sdbout.c (plain_type_1): Likewise.
437 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
438 Likewise.
439 * fold-const.c (int_const_binop, fold_convert, make_range, fold):
440 Likewise.
441
442 Thu Dec 18 17:05:10 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
443
444 * mips.c (fatal): Remove declaration.
445
446 1997-12-18 Mark Mitchell <mmitchell@usa.net>
447
448 * integrate.c (get_label_from_map): New function.
449 (expand_inline_function): Use it. Initialize the label_map to
450 NULL_RTX instead of gen_label_rtx.
451 (copy_rtx_and_substitute): Use get_label_from_map.
452 * integrate.h (get_label_from_map): New function.
453 (set_label_from_map): New macro.
454 * unroll.c (unroll_loop): Use them.
455 (copy_loop_body): Ditto.
456
457 Thu Dec 18 19:19:57 1997 Ian Lance Taylor <ian@cygnus.com>
458
459 * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
460 (INIT_TARGET_OPTABS): Define.
461 * mips/ecoff.h: Include gofast.h before mips.h.
462 (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
463 * mips/elf64.h: Likewise.
464 * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
465
466 Thu Dec 18 14:51:12 1997 Jason Merrill <jason@yorick.cygnus.com>
467
468 * except.c: Remove register_exception_table{,_p}.
469
470 Thu Dec 18 14:57:29 1997 Gavin Koch <gavin@cygnus.com>
471
472 * unroll.c (calculate_giv_inc): Handle constant increment found in
473 a MEM with an appropriate REG_EQUAL note.
474
475 * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
476
477 * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
478 frame pointer in the prologue.
479
480 Thu Dec 18 00:19:38 1997 Robert Lipe <robertl@dgii.com>
481
482 * i386/x-sco5 (CLIB) Deleted. (ALLOCA) Added.
483 * i386/xm-sco5.h (USE_C_ALLOCA) Added.
484
485 Tue Dec 16 18:51:00 1997 Bill Moyer <billm@cygnus.com>
486
487 * config/m68k/m68k.c (output_function_prologue): Typecast
488 dwarf2out_cfi_label to (char *).
489 * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
490
491 Wed Dec 17 15:06:04 1997 Richard Henderson <rth@cygnus.com>
492
493 * sparc.md (jump): Don't use the annul bit around an empty loop.
494 Patch from Kevin.Kelly@East.Sun.COM.
495
496 Wed Dec 17 00:51:36 1997 Stan Cox (scox@cygnus.com)
497
498 * jump.c: (optimize_jump): Don't use the return register as a
499 source1 of a conditional move.
500
501 Tue Dec 16 23:45:40 1997 Richard Henderson <rth@cygnus.com>
502
503 * sparc.c (DF_MODES): Or the mask not the bit number.
504 (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
505
506 Wed Dec 17 00:13:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
507
508 * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
509
510 Tue Dec 16 23:44:54 1997 Manfred Hollstein <manfred@s-direktnet.de>
511
512 * fixincludes (size_t): Add support for Motorola's stdlib.h
513 which fails to provide a definition for size_t.
514 (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
515 (strlen,strspn,strcspn return value): Handle different layout on sysV88.
516 (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
517
518 * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
519 prevent unresolved externals in libio.
520 * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
521
522 Tue Dec 16 23:25:45 1997 H.J. Lu (hjl@gnu.org)
523
524 * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
525 (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
526 (LIB_SPEC): Updated for glibc 2.
527
528 Tue Dec 16 20:11:36 1997 Jeffrey A Law (law@cygnus.com)
529
530 * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
531 * ginclude/varargs.h: Likewise.
532
533 Tue Dec 16 00:32:01 1997 Jeffrey A Law (law@cygnus.com)
534
535 * version.c: Bump for snapshot.
536
537 Tue Dec 16 00:14:29 1997 H.J. Lu (hjl@gnu.org)
538
539 * frame.h (__register_frame, __register_frame_table,
540 __deregister_frame): New.
541 * frame.c (__register_frame, __register_frame_table,
542 __deregister_frame): New.
543 * frame.c (__deregister_frame_info): Return void *.
544 * frame.h (__deregister_frame_info): Ditto.
545 * collect2.c (__deregister_frame_info): Ditto.
546
547 Mon Dec 15 18:40:08 1997 Richard Henderson <rth@cygnus.com>
548
549 * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
550
551 Mon Dec 15 18:31:43 1997 Richard Henderson <rth@cygnus.com>
552
553 * alpha.c (alpha_cpu_name): New variable.
554 (alpha_mlat_string): Likewise.
555 (alpha_memory_latency): Likewise.
556 (override_options): Handle -mmemory-latency.
557 (alpha_adjust_cost): Adjust load cost for latency.
558 * alpha.h (TARGET_OPTIONS): Add meory-latency.
559 (REGISTER_MOVE_COST): Define in terms of memory_latency. Take
560 TARGET_CIX into account.
561 (MEMORY_MOVE_COST): Define in terms of memory_latency.
562 * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
563
564 * alpha.h (ASM_COMMENT_START): New macro.
565
566 Mon Dec 15 17:48:05 1997 Richard Henderson <rth@cygnus.com>
567
568 * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
569 dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
570
571 * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
572 SUBREG_REG if the word count is unchanged.
573 * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
574 subregs of identical word size for push_reload.
575
576 Mon Dec 15 Mark Mitchell <mmitchell@usa.net> 11:41:32 1997
577
578 * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
579 if all we're doing is dealing with -Wreturn-type.
580
581 Mon Dec 15 09:44:39 1997 Richard Henderson <rth@cygnus.com>
582
583 * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
584 Use and 255 instead of zapnot 1, since it schedules better.
585
586 Mon Dec 15 08:48:24 1997 Jeffrey A Law (law@cygnus.com)
587
588 * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
589 it as volatile.
590
591 Mon Dec 15 00:04:48 1997 Jeffrey A Law (law@cygnus.com)
592
593 * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
594 dependency we delete. Properly update prev for multiple consecutive
595 deletions.
596 (priority): Skip deleted dependence.
597
598 Fri Dec 12 18:54:23 1997 Per Bothner <bothner@cygnus.com>
599
600 * expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
601
602 Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
603
604 * flow.c (flow_analysis): Be consistent with find_basic_blocks in
605 determining when a new basic block starts.
606
607 * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
608
609 * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
610 * pa.md (iorsi3): Add missing args to *_operand calls.
611
612 * except.c (call_get_eh_context): Don't mess with sequences.
613 (emit_eh_context): Include the call in the sequence here.
614
615 1997-12-11 Paul Eggert <eggert@twinsun.com>
616
617 * collect2.c (write_c_file_glob): Allocate initial frame object
618 in static storage and pass its address.
619
620 Thu Dec 11 23:33:48 1997 Jason Merrill <jason@yorick.cygnus.com>
621
622 * except.c (call_get_eh_context): Don't take a parm.
623 Put the call at the top of the function.
624 (emit_eh_context): Adjust.
625 (get_eh_context): Replace with former use_eh_context.
626 (get_eh_context_once, get_saved_pc_ref): Remove.
627 (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
628 * except.h: Adjust.
629 * integrate.c (expand_inline_function): Adjust.
630 * toplev.c (rest_of_compilation): Don't call emit_unwinder.
631
632 Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
633
634 * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
635 (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
636
637 Thu Dec 11 23:55:17 1997 Manfred Hollstein <manfred@s-direktnet.de>
638
639 * fixincludes (strlen,strspn,strcspn return value): Handle different
640 layout on sysV88.
641 (hypot): Provide a fake for hypot which is broken on
642 m88k-motorola-sysv3.
643
644 Thu Dec 11 23:50:17 1997 John F. Carr <jfc@mit.edu>
645
646 * tree.c, tree.h: Change tree_code_type, tree_code_length, and
647 tree_code_name from pointers to arrays.
648 * tree.c: Remove standard_tree_code_* variables, no longer used.
649 * print-tree.c: Remove declaration of tree_code_name.
650
651 * cp/lex.c (init_lex): Update for tree_code_* changes.
652 * objc/objc-act.c (init_objc): Likewise.
653
654 * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
655 changes.
656
657 Thu Dec 11 23:34:54 1997 Fred Fish <fnf@ninemoons.com>
658
659 * config.sub: Add support for BeOS target.
660 * configure.in: Likewise.
661 * ginclude/stdarg.h: Likewise.
662 * ginclude/stddef.h: Likewise.
663 * ginclude/varargs.h: Likewise.
664 * rs6000/beos.h: New file for BeOS.
665 * rs6000/t-beos: Likewise.
666 * rs6000/x-beos: Likewise.
667 * rs6000/xm-beos.h: Likewise.
668 * toplev.c (get_run_time): Just return 0 on BeOS.
669
670 Thu Dec 11 23:25:23 1997 Jeffrey A Law (law@cygnus.com)
671 Toon Moene (toon@moene.indiv.nluug.nl)
672
673 * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
674 old and broken Sun3 assemblers. Newer versions handle large
675 offsets correctly as does the GNU assembler.
676
677 Thu Dec 11 23:06:48 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
678
679 * objc/objc-act.c (lang_report_error_function): Disable.
680 * objc/objc-parse.y: Include "output.h".
681 (yyerror): Remove redundant decl.
682 (yyprint): Fix prototype.
683 (apply_args_register_offset): Remove redundant decl.
684 (get_file_function_name): Likewise.
685
686 Thu Dec 11 22:02:10 1997 Jason Merrill <jason@yorick.cygnus.com>
687
688 * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
689 a new basic block.
690 (find_basic_blocks_1): Likewise.
691
692 Thu Dec 11 21:08:48 1997 Jason Merrill <jason@yorick.cygnus.com>
693
694 * except.c (use_eh_context): Don't copy_rtx a REG.
695 (emit_throw): Lose old unwinder support.
696 (expand_internal_throw): Likewise.
697 * libgcc2.c (struct eh_context): Likewise.
698 (new_eh_context): Likewise.
699 (__get_eh_info): Lose redundant cast.
700 (__get_dynamic_handler_chain): Likewise.
701 (__get_saved_pc): Lose.
702 Lose all old unwinder support code.
703
704 Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
705
706 Thread-safe EH support for pthreads, DCE threads and Solaris threads.
707
708 * integrate.c (expand_inline_function): If the inline fn uses eh
709 context, make sure that the current fn has one.
710 * toplev.c (rest_of_compilation): Call emit_eh_context.
711 * except.c (use_eh_context): New fn.
712 (get_eh_context_once): New fn.
713 (call_get_eh_context): New fn.
714 (emit_eh_context): New fn.
715 (get_eh_context): Call either get_eh_context_once or
716 call_get_eh_context, depending on what we have.
717 (get_dynamic_handler_chain): Call get_eh_context_once.
718 * except.h: Prototypes for fns above.
719 * optabs.c (get_eh_context_libfunc): Removed.
720 (init_optabs): Don't initialize it.
721 * expr.h (get_eh_context_libfunc): Removed.
722 * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
723 * config/pa/pa.h (CPP_SPEC): Support for -threads.
724 * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
725 * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
726 New multilib for -threads.
727 * config/sparc/t-sol2: Added multilibs for -threads and
728 made -pthreads alias to it.
729 * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
730 Added -threads and -pthreads options.
731 * libgcc-thr.h: New file.
732 * libgcc2.c: (__get_cpp_eh_context): Removed.
733 (struct cpp_eh_context): Removed.
734 (struct eh_context): Replaced cpp_eh_context with generic language
735 specific pointer.
736 (__get_eh_info): New function.
737 (__throw): Check eh_context::info.
738 (__sjthrow): Ditto.
739 * libgcc2.c: Include libgcc-thr.h.
740 (new_eh_context, __get_eh_context,
741 eh_pthread_initialize, eh_context_initialize, eh_context_static,
742 eh_context_specific, eh_context_free): New functions.
743 (get_eh_context, eh_context_key): New variables.
744 (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
745 get_eh_context to get the context.
746 (longjmp): Move the declaration inside
747 #ifdef DONT_USE_BUILTIN_SETJMP.
748 * frame.c: Include libgcc-thr.h.
749 (object_mutex): Mutex to protect the object list.
750 (find_fde, __register_frame, __register_frame_table,
751 __deregister_frame): Hold the lock while accessing objects.
752 * except.h (get_eh_context): Declare.
753 * except.c (current_function_ehc): Define.
754 (current_function_dhc, current_function_dcc): Removed.
755 (get_eh_context): New function.
756 (get_dynamic_handler_chain): Use get_eh_context.
757 (get_saved_pc_ref): Ditto.
758 (get_dynamic_cleanup_chain): Removed references to
759 current_function_dcc.
760 (save_eh_status, restore_eh_status): Save and restore
761 current_function_ehc instead.
762 * optabs.c (get_eh_context_libfunc): New variable.
763 (init_optabs): Initialize it.
764 * expr.h: Declare get_eh_context_libfunc.
765 * function.h (struct function): Replaced dhc and dcc with ehc.
766 * except.c (get_saved_pc_ref): New functions.
767 (eh_saved_pc_rtx, eh_saved_pc): Deleted.
768 (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
769 of eh_saved_pc.
770 (end_eh_unwinder): Likewise.
771 (init_eh): Remove initialization of eh_saved_pc.
772 * optabs.c (get_saved_pc_libfunc): New variable.
773 (init_optabs): Initialize it.
774 * expr.h: Declare get_saved_pc_libfunc.
775 * except.h (eh_saved_pc_rtx): Deleted.
776 (get_saved_pc_ref): Declared.
777
778 From Scott Snyder <snyder@d0sgif.fnal.gov>:
779 * libgcc2.c (__get_saved_pc): New.
780 (__eh_type, __eh_pc): Deleted.
781 (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
782 (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
783 this fcn.
784
785 Thu Dec 11 17:23:48 1997 John F. Carr <jfc@mit.edu>
786
787 * sparc/sol2.h: Use 64 bit multiply and divide functions in
788 Solaris libc. Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
789 as 0.
790
791 * rtl.h (global_rtl): New variable, replacing separate variables for
792 commonly used rtl.
793 (const_int_rtx): Now array of rtx_def, not rtx.
794 * emit-rtl.c: Update for new rtl data structures.
795 * genattrtab.c: Define global_rtl.
796
797 Thu Dec 11 15:50:29 1997 David Edelsohn <edelsohn@mhpcc.edu>
798
799 * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
800 default.
801
802 Wed Dec 10 12:30:18 1997 Anthony Green <green@cygnus.com>
803
804 * crtstuff.c (__do_global_ctors): Fix typo.
805
806 Tue Dec 9 09:43:59 1997 Manfred Hollstein <manfred@s-direktnet.de>
807
808 * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
809 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
810
811 Tue Dec 9 09:38:58 1997 David Edelsohn <edelsohn@mhpcc.edu>
812
813 * rs6000.h (FUNCTION_ARG_PADDING): Define.
814 * rs6000.c (function_arg_padding): New function.
815
816 Tue Dec 9 10:34:21 1997 Manfred Hollstein <manfred@s-direktnet.de>
817
818 * m68k.c: Include tree.h only once.
819
820 Tue Dec 9 09:32:33 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
821
822 * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
823
824 Tue Dec 9 01:16:06 1997 Jeffrey A Law (law@cygnus.com)
825
826 * Partially cleaned up prototyping code from HJ.
827 * tree.h: Add many prototypes.
828 * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
829 All references changed.
830 * rtl.h: Protect from multiple inclusions. Add many prototypes.
831
832 Tue Dec 9 01:15:15 1997 Fred Fish <fnf@ninemoons.com>
833
834 * libgcc2.c (string.h): Hoist inclusion to occur before first use of
835 string functions like strlen.
836
837 Tue Dec 9 00:57:38 1997 Manfred Hollstein <manfred@s-direktnet.de>
838
839 * configure.in: Check for functions getrlimit and setrlimit.
840 * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
841 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
842
843 Mon Dec 8 23:53:26 1997 Jay Sachs <sachs@bull.cs.williams.edu>
844
845 * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
846
847 Mon Dec 8 21:03:28 1997 Richard Henderson <rth@cygnus.com>
848
849 * alpha.c (REG_RA, alpha_return_addr, output_epilog):
850 Fix merge problems.
851
852 * alpha.c (override_options): Don't know about scheduling for EV6.
853 * alpha.md (ev5 function units): Don't overload as ev6.
854
855 * alpha.c (alpha_adjust_cost): Simplify. Fix typo in ev5 mult case.
856 * alpha.md (define_attr type): Add mvi.
857 (ev5_e0): Define sceduling parameters for it.
858 (TARGET_MAX insns): Type is mvi not shift.
859
860 Mon Dec 8 18:15:00 1997 Richard Henderson <rth@cygnus.com>
861
862 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
863
864 Mon Dec 8 21:17:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
865
866 * cstamp-h, auto-config.h: Delete.
867
868 Sun Dec 7 19:19:03 1997 Jeffrey A Law (law@cygnus.com)
869
870 * version.c: Bump for snapshot.
871
872 Sat Dec 6 22:22:22 1997 Jeffrey A Law (law@cygnus.com)
873
874 * cccp.c: Fix typo brought over in merge.
875
876 * Merge in changes from gcc-2.8.
877
878 Mon Nov 3 05:45:32 1997 Philippe De Muyter <phdm@macqel.be>
879
880 * m68k.c: Include tree.h for dwarf2out_cfi_label.
881
882 * gcc.c (process_command): Do not take address of function fatal when
883 calling lang_specific_driver.
884
885 Sat Dec 6 01:02:38 1997 Mumit Khan <khan@xraylith.wisc.edu>
886
887 * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
888 doesn't work with it yet, so set it to 0.
889 * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
890
891 Sat Dec 6 01:01:02 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
892
893 * cse.c (cse_insn): Check for invalid entries when taking references.
894
895 Fri Dec 5 18:26:25 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
896
897 * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
898 (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
899 * toplev.c (rest_of_compilation): Pass it. Remove code to
900 save / clear / restore flag_unroll_{,all_}loops.
901
902 Fri Dec 5 16:26:03 1997 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
903
904 * i386.c (notice_update_cc): Remove bogus pentium GCC code.
905
906 Fri Dec 5 16:25:14 1997 Jeffrey A Law (law@cygnus.com)
907
908 * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
909
910 Thu Dec 4 11:51:00 1997 Jason Merrill <jason@yorick.cygnus.com>
911
912 * except.c (get_dynamic_handler_chain): Only make the call once per
913 function.
914
915 * except.c (expand_end_all_catch): Fix for sjlj exceptions.
916
917 Thu Dec 4 12:30:40 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
918
919 * sh.c (final_prescan_insn): Use local label prefix
920 when emitting .uses pseudo-ops.
921
922 Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
923
924 * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
925 * except.c: Lose outer_context_label_stack.
926 (expand_eh_region_end): Rethrow from outer_context here.
927 (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
928 (expand_internal_throw): Take no args.
929 (expand_internal_throw_indirect): Lose.
930 (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
931 (expand_start_all_catch): Start a rethrow region.
932 (expand_end_all_catch): End it.
933 (expand_rethrow): New fn.
934 * except.h: Reflect above changes.
935 * flow.c: Revert change of Nov 27.
936
937 Thu Dec 4 00:24:09 1997 Jeffrey A Law (law@cygnus.com)
938
939 * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
940
941 Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
942
943 * except.c (expand_fixup_region_end): New fn.
944 (expand_fixup_region_start): Likewise.
945 (expand_eh_region_start_tree): Store cleanup into finalization here.
946 * stmt.c (expand_cleanups): Use them to protect fixups.
947
948 Wed Dec 3 11:41:13 1997 Gavin Koch <gavin@cygnus.com>
949
950 * mips/mips.md (muldi3_r4000): Broaden the output template
951 and attribute assignments to handle three operand dmult;
952 rename to muldi3_internal2.
953 (muldi3): Call the new muldi3_internal2 for R4000, and
954 any GENERATE_MULT3 chip.
955
956 Tue Dec 2 19:40:43 1997 Jason Merrill <jason@yorick.cygnus.com>
957
958 * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
959
960 Tue Dec 2 12:54:33 1997 Jim Wilson <wilson@cygnus.com>
961
962 * unroll.c (find_splittable_givs): Remove last change. Handle givs
963 with a dest_reg that was created by loop.
964
965 Sat Nov 29 12:44:57 1997 David Edelsohn <edelsohn@mhpcc.edu>
966
967 * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
968
969 * rs6000/aix41.h (ASM_CPU_SPEC): Define.
970
971 Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com)
972
973 * configure.in: Fix NCR entries.
974
975 Thu Nov 27 12:20:19 1997 Jeffrey A Law (law@cygnus.com)
976
977 * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
978 nested exceptions correctly.
979
980 * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
981 that was created by loop.
982
983 Thu Nov 27 09:34:58 1997 Jason Merrill <jason@yorick.cygnus.com>
984
985 * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
986
987 * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
988
989 Wed Nov 26 15:47:30 1997 Michael Meissner <meissner@cygnus.com>
990
991 * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
992 (print_operand): Use SMALL_DATA_REG for the register involved in
993 small data relocations.
994 (print_operand_address): Ditto.
995
996 * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
997 -dynamic linker is not used.
998
999 * rs6000.md (call insns): For local calls, use @local suffix under
1000 System V. Don't use @plt under Solaris.
1001
1002 * rs6000.c (output_function_profiler): Put label address in r0, and
1003 store LR in 4(sp) for System V/eabi.
1004
1005 * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
1006 byte boundary, and maintain stack backchain.
1007
1008 Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
1009
1010 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
1011 fix_truncsfdi2): Change *.
1012
1013 Wed Nov 26 11:12:26 1997 Jason Merrill <jason@yorick.cygnus.com>
1014
1015 * toplev.c (main): Complain about -gdwarfn.
1016
1017 Tue Nov 25 22:43:30 1997 Jason Merrill <jason@yorick.cygnus.com>
1018
1019 * dwarfout.c (output_type): If finalizing, write out nested types
1020 of types we've already written.
1021
1022 Tue Nov 25 20:32:24 1997 Michael Meissner <meissner@cygnus.com>
1023
1024 (patches originally from Geoffrey Keating)
1025 * rs6000.c (function_arg): Excess floating point arguments don't
1026 go into GPR registers after exhausting FP registers under the
1027 System V.4 ABI.
1028 (function_arg_partial_nregs): Ditto.
1029
1030 * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
1031 suffix to calls.
1032
1033 Tue Nov 25 23:37:27 1997 Jason Merrill <jason@yorick.cygnus.com>
1034
1035 * integrate.c (output_inline_function): Just unset DECL_INLINE.
1036
1037 Tue Nov 25 23:33:29 1997 scott snyder <snyder@d0sgif.fnal.gov>
1038
1039 * dwarf2out.c (outout_call_frame_info): Ensure that the info has
1040 proper alignment.
1041
1042 * libgcc2.c (__throw): Initialize HANDLER.
1043
1044 Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
1045
1046 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
1047 fix_truncsfdi2): Change *X to ?*X.
1048
1049 Tue Nov 25 10:00:42 1997 Richard Henderson (rth@cygnus.com)
1050
1051 * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
1052
1053 Tue Nov 25 10:00:42 1997 Jeffrey A Law (law@cygnus.com)
1054
1055 * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
1056
1057 Tue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog.fr>:
1058
1059 * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
1060
1061 Mon Nov 24 22:41:55 1997 Jason Merrill <jason@yorick.cygnus.com>
1062
1063 * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
1064 * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
1065 * expr.h: Likewise.
1066
1067 Sat Nov 22 18:58:20 1997 Jeffrey A Law (law@cygnus.com)
1068
1069 * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
1070 * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
1071 gas and not using the new HP assembler.
1072
1073 Fri Nov 21 15:20:05 1997 Jeffrey A Law (law@cygnus.com)
1074
1075 * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
1076 (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
1077
1078 Fri Nov 21 19:37:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
1079
1080 * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
1081 TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
1082 definition.
1083
1084 Fri Nov 21 12:49:56 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
1085
1086 * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
1087
1088 Fri Nov 21 12:18:51 1997 Jason Merrill <jason@yorick.cygnus.com>
1089
1090 * except.h: Add outer_context_label_stack.
1091 * except.c: Likewise.
1092 (expand_start_all_catch): Push the outer_context for the try block
1093 onto outer_context_label_stack.
1094 (expand_end_all_catch): Use it and pop it.
1095
1096 Fri Nov 21 10:13:11 1997 Robert Lipe (robertl@dgii.com)
1097
1098 * i386/sco5.h (HAVE_ATEXIT): Revert last change.
1099
1100 Thu Nov 20 16:11:50 1997 Richard Henderson <rth@cygnus.com>
1101
1102 * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
1103
1104 Thu Nov 20 16:11:50 1997 Klaus Kaempf <kkaempf@progis.de>
1105
1106 * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
1107 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
1108
1109 Thu Nov 20 14:42:15 1997 Jason Merrill <jason@yorick.cygnus.com>
1110
1111 * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
1112 * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
1113 __builtin_delete, and __builtin_vec_delete.
1114
1115 * except.c (output_exception_table): Don't bother with
1116 __EXCEPTION_END__.
1117
1118 Thu Nov 20 16:11:50 1997 Jeffrey A Law (law@cygnus.com)
1119
1120 * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
1121 is an in/out operand.
1122 (zero extended variants of stwm/stwm patterns): Similarly.
1123
1124 * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
1125
1126 Thu Nov 20 13:19:32 1997 Jason Merrill <jason@yorick.cygnus.com>
1127
1128 * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
1129 Use assemble_name.
1130 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
1131 (output_call_frame_info): Emit a \n after using it.
1132
1133 Thu Nov 20 00:38:46 1997 Dave Love <d.love@dl.ac.uk>
1134
1135 * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
1136
1137 Wed Nov 19 12:03:04 1997 Philippe De Muyter <phdm@macqel.be>
1138
1139 * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
1140 (ASM_OUTPUT_DWARF_VALUE4): New macro.
1141 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
1142 defined.
1143 (output_call_frame_info): Do not output forward label differences
1144 if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
1145 * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
1146
1147 Tue Nov 18 23:03:30 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1148
1149 * sh.md (attribute "type"): Add nil.
1150 (movsi_ie): y/y alternative is type nil.
1151 (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
1152 alternatives.
1153 (movsf_ie+1): Delete.
1154
1155 Tue Nov 18 15:39:59 1997 Jim Wilson <wilson@cygnus.com>
1156
1157 * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
1158 large_int, emit two insns instead of one splitable insn.
1159 * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
1160 from cfa_temp_value, use cfa_offset. Add assert checking that
1161 cfa_reg is SP.
1162
1163 Mon Nov 17 15:35:38 1997 Tom Tromey <tromey@cygnus.com>
1164
1165 * cccp.c (deps_output): Properly quote file names for make.
1166
1167 Mon Nov 17 13:21:40 1997 Jeffrey A Law (law@cygnus.com)
1168
1169 * t-h8300 (MULTILIB_EXCEPTIONS): Define.
1170
1171 Fri Nov 7 15:33:11 1997 Robert Lipe (robertl@dgii.com)
1172
1173 * i386/sco5.h (HAVE_ATEXIT): Delete definition.
1174
1175 Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com)
1176
1177 * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
1178 return.
1179 (cse_end_of_basic_block): Similarly.
1180
1181 Sun Nov 16 23:01:40 1997 J. Kean Johnston <jkj@sco.com>
1182
1183 * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
1184 (SELECT_RTX_SECTION): Define.
1185 (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
1186
1187 Sun Nov 16 22:47:03 1997 Manfred Hollstein <manfred@s-direktnet.de>
1188
1189 * Makefile.in (compare, compare-lean): Define $stage for each
1190 shell command.
1191 (gnucompare, gnucompare-lean): Likewise.
1192
1193 Sun Nov 16 22:02:16 1997 Richard Henderson (rth@cygnus.com)
1194
1195 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
1196
1197 * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
1198 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
1199
1200 Fri Nov 14 09:09:20 1997 Fred Fish (fnf@cygnus.com)
1201
1202 * dwarfout.c (byte_size_attribute): Add local var upper_bound
1203 and add case to handle STRING_TYPE.
1204 * dwarfout.c (output_string_type_die): Fix code to generate
1205 correct string length attribute for fixed length strings.
1206 Still needs support for varying length strings.
1207
1208 Fri Nov 14 08:46:56 1997 Jeffrey A Law (law@cygnus.com)
1209
1210 * toplev.c (get_run_time): Do something sensible for cygwin32.
1211
1212 Fri Nov 14 07:24:20 1997 Richard Henderson <rth@cygnus.com>
1213
1214 * expr.c (expand_builtin_setjmp): Set
1215 current_function_has_nonlocal_label.
1216 * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
1217 call-saved registers across calls.
1218
1219 * alpha.md (exception_receiver): Remove.
1220 (nonlocal_goto_receiver_osf): New
1221 (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
1222 (nonlocal_goto_receiver): New, select _osf or _vms.
1223
1224 * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
1225 keep them from being propogated to the object file.
1226 (alpha_write_linkage): Likewise.
1227 * alpha.md (call_vms): Likewise.
1228 (call_value_vms): Likewise.
1229 (unnamed osf call insns): Likewise.
1230
1231 * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
1232 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1233
1234 * alpha.c (call_operand): Any reg is valid for WinNT.
1235 * alpha.md (call_nt, call_value_nt): Don't force address into $27.
1236 (anon nt calls): Add 'R' alternative.
1237 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
1238 INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
1239
1240 Fri Nov 14 06:59:33 1997 Jeffrey A Law (law@cygnus.com)
1241
1242 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
1243
1244 * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
1245 * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
1246 * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
1247
1248 Thu Nov 13 20:37:33 1997 Michael Meissner <meissner@tiktok.cygnus.com>
1249
1250 * reload1.c (new_spill_reg): Improve fixed or forbidden register
1251 spill error message.
1252
1253 Thu Nov 13 20:29:08 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1254
1255 * prefix.c: Use stdarg.h only ifdef __STDC__. Otherwise,
1256 use varargs.h. Wrap header with <>, not "".
1257
1258 Thu Nov 13 20:21:17 1997 Jeffrey A Law (law@cygnus.com)
1259
1260 * integrate.c (save_for_inline_copying): Add return value from
1261 savealloc.
1262
1263 Thu Nov 13 19:12:33 1997 Brendan Kehoe <brendan@cygnus.com>
1264
1265 * fixincludes: Be a little more restrictive on what we will
1266 substitute to replace definitions of MAXINT for HPUX.
1267
1268 Thu Nov 13 18:41:02 1997 Michael Meissner <meissner@cygnus.com>
1269
1270 * dbxout.c (dbxout_symbol_location): Don't assume that variables
1271 whose address is the stack or argument pointers are indirect
1272 pointers.
1273
1274 1997-11-13 Paul Eggert <eggert@twinsun.com>
1275
1276 * cccp.c, cpplib.c (compare_defs):
1277 Don't complain about arg name respellings unless pedantic.
1278 * cpplib.c (compare_defs): Accept pfile as new arg.
1279 All callers changed.
1280
1281 Thu Nov 13 23:33:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1282
1283 * fold-const.c (fold_truthop): Fix bug in last change.
1284
1285 1997-11-13 Paul Eggert <eggert@twinsun.com>
1286
1287 Fix some confusion with IEEE minus zero.
1288
1289 * real.h (REAL_VALUES_IDENTICAL): New macro.
1290
1291 * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
1292 * fold-const.c (operand_equal_p): Don't consider -0.0 to be
1293 identical to 0.0.
1294 * tree.c (simple_cst_equal): Don't consider -0.0 to have the
1295 same tree structure as 0.0.
1296
1297 * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
1298 macro instead of doing it by hand.
1299
1300 Thu Nov 13 16:56:14 1997 Jeffrey A Law (law@cygnus.com)
1301
1302 * v850/lib1funcs.asm: Minor whitespace changes.
1303 * v850.c: Fix minor formatting problems in many places.
1304 (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
1305
1306 Thu Nov 13 12:53:44 1997 Jim Wilson <wilson@cygnus.com>
1307
1308 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
1309 xplus1 when xplus0 is not a register.
1310
1311 Thu Nov 13 11:41:42 1997 Jeffrey A Law (law@cygnus.com)
1312
1313 * flow.c (find_basic_blocks): During marking phase, if we encounter
1314 an insn with a REG_LABEL note, make the target block live and
1315 create an edge from the insn to the target block. Do not make
1316 edges from all blocks to the target block.
1317
1318 * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
1319
1320 * confiugre.in: Tweak NCR entries.
1321 * configure: Rebuilt.
1322
1323 Thu Nov 13 11:07:41 1997 Michael Meissner <meissner@cygnus.com>
1324
1325 * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
1326 pick apart floating point values, instead of using CONST_DOUBLE_LOW
1327 and CONST_DOUBLE_HIGH.
1328
1329 * rs6000.md (define_splits for DF constants): Use the appropriate
1330 REAL_VALUE_* interface to pick apart DF floating point constants in
1331 a machine independent fashion.
1332
1333 Thu Nov 13 00:06:58 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1334
1335 * fold-const.c (fold_truthop): When changing a one-bit comparison
1336 against zero into a comparison against mask, do a proper sign
1337 extension.
1338
1339 Wed Nov 12 09:37:01 1997 Jeffrey A Law (law@cygnus.com)
1340
1341 * except.c: Do not include "assert.h".
1342 (save_eh_status): Turn asserts into conditional aborts.
1343 (restore_eh_status, scan_region): Likewise.
1344 * dwarfout.c: Do not include "assert.h".
1345 (bit_offset_attribute): Turn asserts into conditional aborts.
1346 (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
1347 (output_inlined_structure_type_die): Likewise.
1348 (output_inlined_union_type_die): Likewise
1349 (output_tagged_type_instantiation): Likewise.
1350 (dwarfout_file_scope_decl): Likewise.
1351 * dwarf2out.c: Do not include "assert.h"
1352 (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
1353 (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
1354 (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
1355 (add_bit_size_attribute, scope_die_for): Likewise.
1356 (output_pending_types_for_scope): Likewise.
1357 (get_inlined_enumeration_type_die): Likewise.
1358 (get_inlined_structure_type_die): Likewise.
1359 (get_inlined_union_type_die, gen_subprogram_die): Likewise.
1360 (gen_tagged_type_instantiation_die): Likewise.
1361
1362 * flow.c (find_basic_blocks): Refine further to get a more correct
1363 cfg, especially in the presense of exception handling, computed
1364 gotos, and other non-trivial cases. Call abort if an inaccuracy
1365 is detected in the cfg.
1366
1367 Tue Nov 11 21:47:27 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1368
1369 * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
1370
1371 * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
1372 (skip_white_space): Use whitespace_cr.
1373 (check_newline): Handle whitespace more consistently.
1374
1375 Tue Nov 11 16:25:49 1997 Jim Wilson <wilson@cygnus.com>
1376
1377 * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
1378 * i386/xm-cygwin32.h (POSIX): Define.
1379
1380 Mon Nov 10 20:53:11 1997 Gavin Koch <gavin@cygnus.com>
1381
1382 * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
1383 is available elsewhere.
1384
1385 Mon Nov 10 16:21:58 1997 Doug Evans <devans@canuck.cygnus.com>
1386
1387 * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
1388 what the instruction can handle.
1389
1390 Mon Nov 10 03:02:19 1997 Jason Merrill <jason@yorick.cygnus.com>
1391
1392 * stmt.c (expand_decl_cleanup_no_eh): New fn.
1393
1394 * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
1395
1396 Mon Nov 10 00:05:56 1997 Jeffrey A Law (law@cygnus.com)
1397
1398 * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
1399 (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
1400
1401 Sun Nov 9 14:34:47 1997 David Edelsohn <edelsohn@mhpcc.edu>
1402
1403 * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
1404 swap instruction order.
1405
1406 Sun Nov 9 02:07:16 1997 Jeffrey A Law (law@cygnus.com)
1407
1408 * fixinc.svr4 (__STDC__): Add another case.
1409
1410 Sun Nov 9 02:00:29 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1411
1412 * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
1413 addresses in the epilogue delay slot.
1414
1415 Sun Nov 9 01:40:40 1997 Manfred Hollstein (manfred@s-direktnet.de)
1416
1417 * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
1418 in generated `specs' file.
1419
1420 Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com)
1421
1422 * flags.h (flag_rerun_loop_opt): Declare.
1423 * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
1424 * toplev.c (flag_rerum_loop_opt): Delete static.
1425
1426 Sat Nov 8 18:20:21 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1427
1428 Bring over from FSF:
1429
1430 Thu Oct 30 12:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1431
1432 * va-sh.h (__va_arg_sh1): Define.
1433 (va_arg): Use it.
1434 SH3E doesn't use any integer registers for subsequent arguments
1435 once a non-float value was passed in the stack.
1436 * sh.c (machine_dependent_reorg): If optimizing, put explicit
1437 alignment in front label for ADDR_DIFF_VEC.
1438 * sh.h (PASS_IN_REG_P): Fix SH3E case.
1439 (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
1440
1441 Tue Oct 28 15:06:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1442
1443 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
1444 svr4.h.
1445
1446 Mon Oct 27 16:11:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1447
1448 * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
1449 put an use_sfunc_addr before each sfunc.
1450 * sh.md (use_sfunc_addr, dummy_jump): New insns.
1451 (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
1452
1453 Tue Oct 21 07:12:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1454
1455 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
1456
1457 Fri Nov 7 10:22:24 1997 Jason Merrill <jason@yorick.cygnus.com>
1458
1459 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
1460 linked once FDEs.
1461
1462 Wed Nov 5 14:26:05 1997 Jeffrey A Law (law@cygnus.com)
1463
1464 * alias.c (find_base_value): Only return the known base value for
1465 pseudo registers.
1466
1467 Wed Nov 5 11:27:14 1997 Jim Wilson <wilson@cygnus.com>
1468
1469 * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
1470 * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
1471 to pattern.
1472 (prologue_get_pc_and_set_got): New pattern.
1473
1474 Tue Nov 4 20:36:50 1997 Richard Henderson (rth@cygnus.com)
1475
1476 * alpha.c (summarize_insn): Handle ASM_OPERANDS. Don't recurse
1477 for SUBREG, just fall through.
1478
1479 * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
1480
1481 * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
1482
1483 Tue Nov 4 18:49:42 1997 Jeffrey A Law (law@cygnus.com)
1484
1485 * fixincludes: Fix "hypot" prototype in NeXT math.h.
1486
1487 * Makefile.in (USE_ALLOCA): Always include alloca.o.
1488 (USE_HOST_ALLOCA): Likewise.
1489
1490 * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
1491 and LABEL_REFS fields.
1492 * rtl.h (LABEL_REFS): Update.
1493
1494 Tue Nov 4 16:55:11 1997 Jim Wilson <wilson@cygnus.com>
1495
1496 * combine.c (try_combine): When setting elim_i2, check whether newi2pat
1497 sets i2dest. When calling distribute_notes for i3dest_killed, pass
1498 elim_i2 and elim_i1. When setting elim_i1, check if newi2pat
1499 sets i1dest.
1500
1501 * mips.md (insv, extzv, extv): Add change_address call.
1502 (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
1503
1504 * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
1505
1506 * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
1507
1508 * mips.c (mips_expand_epilogue): Emit blockage insn before call to
1509 save_restore_insns if no FP and GP will be restored.
1510
1511 * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
1512 Convert CCmode to word_mode before calling GET_MODE_SIZE.
1513
1514 * acconfig.h (HAVE_INTTYPES_H): Undef.
1515 * configure.in (inttypes.h): Check for conflicts between sys/types.h
1516 and inttypes.h, and verify that intmax_t is defined.
1517 * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
1518 * config/mips/x-iris3: Likewise.
1519
1520 Tue Nov 4 16:07:15 1997 Jeffrey A Law (law@cygnus.com)
1521
1522 * alias.c (find_base_value): When copying arguments, return the
1523 tenative value for a hard register.
1524
1525 Tue Nov 4 13:40:35 1997 Doug Evans <devans@canuck.cygnus.com>
1526
1527 * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1528 (yylex): Record wide strings using target endianness, not host.
1529
1530 Tue Nov 4 13:13:12 1997 Jeffrey A Law (law@cygnus.com)
1531
1532 * mn10200.h (ASM_OUTPUT_BSS): Delete.
1533 (ASM_OUTPUT_ALIGNED_BSS): New macro
1534 * mn10300.h (ASM_OUTPUT_BSS): Delete.
1535 (ASM_OUTPUT_ALIGNED_BSS): New macro.
1536 * v850.h (ASM_OUTPUT_BSS): Delete.
1537 (ASM_OUTPUT_ALIGNED_BSS): New macro.
1538
1539 Tue Nov 4 00:55:48 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1540
1541 * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
1542
1543 Mon Nov 3 14:36:50 1997 Jeffrey A Law (law@cygnus.com)
1544
1545 * configure.in (sco5): Use cpio to install header files.
1546
1547 Sun Nov 2 23:31:43 1997 Manfred Hollstein <manfred@s-direktnet.de>
1548
1549 * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
1550 14 char length.
1551 * configure: Rebuild.
1552
1553 Sun Nov 2 19:44:00 1997 Robert Lipe (robertl@dgii.com)
1554
1555 * i386/sco5.h: enable -gstabs once again.
1556
1557 Sun Nov 2 19:27:21 1997 Jeffrey A Law (law@cygnus.com)
1558
1559 * arm.c (output_move_double): Allocate 3 entries in otherops array.
1560
1561 Sat Nov 1 21:43:00 1997 Mike Stump (mrs@wrs.com)
1562
1563 * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
1564 notes for sjlj exceptions too.
1565 (expand_eh_region_end): Similarly for EH_REGION_END notes.
1566 (exception_optimize): Optimize EH regions for sjlj exceptions too.
1567 * final.c (final_scan_insn): Don't output labels for EH REGION
1568 notes if doing sjlj exceptions.
1569
1570 Sat Nov 1 19:15:28 1997 Jeffrey A Law (law@cygnus.com)
1571
1572 * alias.c (init_alias_analysis): Handle -fno-alias-check when
1573 optimizing correctly.
1574
1575 * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
1576 or set current_function_calls_setjmp anymore.
1577
1578 * flow.c (find_basic_blocks): If we delete the label for an
1579 exception handler, remove it from the EH label list and remove
1580 the EH_BEGIN/EH_END notes for that EH region.
1581
1582 Sat Nov 1 16:44:49 1997 Jason Merrill (jason@cygnus.com)
1583
1584 * flow.c (find_basic_blocks): Generate correct flow control
1585 information when exception handling notes are present.
1586
1587 Sat Nov 1 13:42:19 1997 Jeffrey A Law (law@cygnus.com)
1588
1589 * dwarf2out.c (output_call_frame_info): Fix length argument
1590 to ASM_OUTPUT_ASCII.
1591 (output_die, output_pubnames, output_line_info): Likewise.
1592
1593 Fri Oct 31 07:10:09 1997 Jeffrey A Law (law@cygnus.com)
1594
1595 * version.c: Bump for snapshot.
1596
1597 * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
1598 output ASCII by default. Only use ASM_OUTPUT_DWARF_STRING if
1599 flag_debug_asm is on.
1600 (output_die, output_pubnames, output_line_info): Likewise.
1601
1602 * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
1603 and static_chain_rtx into the potential base values array if
1604 they are registers.
1605
1606 * alias.c (new_reg_base_value): New array of potential base values.
1607 (unique_id): Now file scoped static.
1608 (find_base_value, case REG): Return the value in reg_base_value
1609 array for the REG if it exists. Else, return the value from
1610 new_reg_base_value if copying args and REG is a hard register.
1611 (find_base_value, case PLUS): If either operand of the PLUS is
1612 a REG, try to get its base value. Handle base + index and
1613 index + base.
1614 (record_set): Use new_reg_base_value instead of reg_base_value.
1615 (init_alias_analysis): Allocate space for new_reg_base_value too.
1616 Rework code to iterate over the insns propagating base value
1617 information until nothing changes.
1618
1619 * global.c (global_alloc): Free the conflict matrix after
1620 reload has finished.
1621
1622 Fri Oct 31 01:45:31 1997 Jason Merrill <jason@yorick.cygnus.com>
1623
1624 * libgcc2.c (L_eh): Define __eh_pc.
1625 Replace __eh_type with generic pointer __eh_info.
1626
1627 Fri Oct 31 00:34:55 1996 J"orn Rennecke <amylaar@cygnus.co.uk>
1628
1629 * expr.c (expand_increment): When enqueing a postincrement for a MEM,
1630 use copy_to_reg if address is not a general_operand.
1631
1632 Fri Oct 31 00:16:55 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1633
1634 * profile.c (output_func_start_profiler): Clear flag_inline_functions
1635 for the duration of the call to rest_of_compilation.
1636
1637 Thu Oct 30 14:40:10 1997 Doug Evans <devans@canuck.cygnus.com>
1638
1639 * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
1640 Set extra_parts.
1641 (sparc*-*-*): Recognize --with-cpu=v9.
1642 * sparc/elf.h: New file.
1643 * sparc/t-elf: New file.
1644
1645 Thu Oct 30 13:26:12 1997 Jeffrey A Law (law@cygnus.com)
1646
1647 * mn10300.c (const_8bit_operand): New function.
1648 (mask_ok_for_mem_btst): New funtion.
1649 * mn10300.md (btst patterns with mem operands): Use new functions
1650 to avoid creating btst instructions with invalid operands.
1651
1652 Wed Oct 29 16:57:19 1997 Michael Meissner <meissner@cygnus.com>
1653
1654 * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
1655 are running on PowerPC Linux.
1656
1657 Wed Oct 29 13:10:11 1997 Gavin Koch <gavin@cygnus.com>
1658
1659 * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
1660 if not previously defined.
1661
1662 Tue Oct 28 23:55:27 1997 Doug Evans (devans@cygnus.com)
1663
1664 * function.c (assign_parms): Correct mode of stack_parm if
1665 entry_parm underwent a mode conversion.
1666
1667 1997-10-28 Brendan Kehoe <brendan@lisa.cygnus.com>
1668
1669 * global.c (global_alloc): Use xmalloc instead of alloca for
1670 CONFLICTS, since max_allocno * allocno_row_words alone can be more
1671 than 2.5Mb sometimes.
1672
1673 Tue Oct 28 15:29:15 1997 Richard Henderson <rth@cygnus.com>
1674
1675 * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
1676 DEST for the spill, adjust mode of SRC to compensate.
1677
1678 Tue Oct 28 14:36:45 1997 Richard Henderson <rth@cygnus.com>
1679
1680 * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
1681 since any_memory_operand() allows pseudos during reload.
1682 (reload_inhi, reload_outqi, reload_outhi): Likewise.
1683
1684 Tue Oct 28 11:53:14 1997 Jim Wilson <wilson@cygnus.com>
1685
1686 * m68k.md (btst patterns): Add 5200 support.
1687
1688 Tue Oct 28 11:58:40 1997 Toon Moene <toon@moene.indiv.nluug.nl>
1689
1690 * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
1691 optimizations, look inside dividend to determine if the expression
1692 can be simplified by using EXACT_DIV_EXPR.
1693
1694 Tue Oct 28 10:19:01 1997 Jason Merrill <jason@yorick.cygnus.com>
1695
1696 From Brendan:
1697 * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
1698
1699 Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com>
1700
1701 * alpha.c (summarize_insn [SUBREG]): Propogate SET.
1702
1703 Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com>
1704
1705 * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
1706 on a CLOBBER.
1707
1708 Mon Oct 27 21:25:20 1997 Richard Henderson <rth@cygnus.com>
1709
1710 * alpha.md (movqi, movhi): Make sure new insns created during reload
1711 won't need reloading themselves.
1712 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
1713
1714 Mon Oct 27 16:11:10 1997 Jeffrey A Law (law@cygnus.com)
1715
1716 * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
1717
1718 Sun Oct 26 13:50:44 1997 Richard Henderson <rth@cygnus.com>
1719
1720 * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
1721 Patch from Klaus Kaempf <kkaempf@progis.de>.
1722
1723 Sun Oct 26 13:31:47 1997 Jim Wilson (wilson@cygnus.com)
1724
1725 * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
1726 to an element in a constant string.
1727
1728 Sun Oct 26 11:41:49 1997 Jason Merrill <jason@yorick.cygnus.com>
1729
1730 * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
1731 bit PC-relative offset. The exception range table pointer is now in
1732 the CIE.
1733 * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
1734 (count_fdes, add_fdes, get_cie): Adjust.
1735 (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
1736
1737 From H.J. Lu:
1738 * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
1739
1740 Sun Oct 26 11:52:01 1997 Richard Henderson <rth@cygnus.com>
1741
1742 * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
1743 like stack_pointer_rtx.
1744
1745 Sun Oct 26 11:32:16 1997 Manfred Hollstein <manfred@s-direktnet.de>
1746
1747 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
1748 targets using "$@" to provide support for similar but not identical
1749 targets without having to duplicate code.
1750 (bootstrap4): New goal.
1751
1752 * Makefile.in (compare, compare-lean, compare3): Combined to one
1753 ruleset determining actions to be performed via $@.
1754 (compare4, compare4-lean): New targets.
1755 (gnucompare, gnucompare3): Combined to one ruleset determining
1756 actions to be performed via $@. Also, note which files failed
1757 the comparison test in .bad_compare.
1758 (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
1759
1760 Sun Oct 26 10:06:11 1997 Toon Moene <toon@moene.indiv.nluug.nl>
1761
1762 * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
1763 if the dividend is a multiple of the divisor.
1764
1765 Sun Oct 26 09:21:40 1997 Jeffrey A Law (law@cygnus.com)
1766
1767 * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
1768
1769 * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
1770 and POS_DEC.
1771
1772 * alias.c (true_dependence): Fix typo.
1773
1774 * toplev.c (flag_rerun_loop_opt): New variable.
1775 (f_options): Handle -frerun-loop-opt.
1776 (rest_of_compilation): If -frerun-loop-opt, then run the loop
1777 optimizer twice.
1778 (main): Enable -frerun-loop-opt by default for -O2 or greater.
1779
1780 * loop.c (simplify_giv_expr): Adding two invariants results
1781 in an invariant.
1782
1783 Sun Oct 26 09:15:15 1997 Richard Henderson <rth@cygnus.com>
1784
1785 * expr.c (get_inner_reference): Remove the array bias after
1786 converting the index to Pmode.
1787
1788 Sat Oct 25 12:20:58 1997 Jeffrey A Law (law@cygnus.com)
1789
1790 * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
1791 (TARGET_MULT_BUG): Define.
1792 (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
1793 * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
1794
1795 Fri Oct 24 17:40:34 1997 Jeffrey A Law (law@cygnus.com)
1796
1797 * mn10200.c (indirect_memory_operand): Delete unused function.
1798 * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
1799 * mn10200.md (bset, bclr insns): Handle output in a reg too.
1800
1801 Fri Oct 24 15:54:57 1997 Richard Henderson <rth@cygnus.com>
1802
1803 * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
1804 the callee's ldgp, we must do it ourselves, and we use the jsr tag
1805 for more than scheduling.
1806
1807 Fri Oct 24 13:23:04 1997 Doug Evans <devans@canuck.cygnus.com>
1808
1809 * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
1810
1811 Fri Oct 24 13:19:40 1997 Jeffrey A Law (law@cygnus.com)
1812
1813 * mn10300.c (symbolic_operand, legitimize_address): New functions.
1814 * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
1815 (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
1816
1817 Thu Oct 23 09:35:12 1997 Jeffrey A Law (law@cygnus.com)
1818
1819 * version.c: Bump for snapshot.
1820
1821 Thu Oct 23 08:03:59 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1822
1823 * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
1824 for FILENAME.
1825
1826 Wed Oct 22 00:34:12 1997 Jeffrey A Law (law@cygnus.com)
1827
1828 * toplev.c (flag_exceptions): Default value is 2.
1829 (compile_file): If flag_exceptions still has the value 2, then
1830 set it to 0.
1831
1832 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
1833 (rs6000_save_machine_status): Save pic_offset_table_rtx.
1834 (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
1835
1836 * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
1837 are shared.
1838
1839 * rs6000.md (*movsi_got_internal_mem): New pattern.
1840 (*movsi_got_internal_mem splitter): New define_split.
1841
1842 Tue Oct 21 18:14:03 1997 Jim Wilson <wilson@cygnus.com>
1843
1844 * obstack.h (obstack_empty_p): Fix spurious space after backslash.
1845
1846 Tue Oct 21 18:34:01 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
1847
1848 * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
1849 only need to save LR.
1850
1851 Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com)
1852
1853 * mn10300.md (movqi, movhi): Avoid using address registers as
1854 destinations unless absolutely necessary.
1855
1856 * mn10200.c (expand_prologue): Fix typo.
1857
1858 * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
1859 addresses.
1860 * mn10200.md (neghi2): Provide an alternative which works if
1861 the input and output register are the same.
1862
1863 * mn10300.c (print_operand): Handle 'S'.
1864 * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
1865 shift amount in last alternative
1866
1867 * mn10300.c (expand_epilogue): Rework to handle register restores
1868 in "ret" and "retf" instructions correctly.
1869
1870 Mon Oct 20 16:47:08 1997 Jim Wilson <wilson@cygnus.com>
1871
1872 * expmed.c (extract_bit_field): Don't make flag_force_mem disable
1873 extzv for memory operands.
1874
1875 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
1876 redundant conditional moves to single operand.
1877
1878 Mon Oct 20 15:30:26 1997 Nick Clifton <nickc@cygnus.com>
1879
1880 * v850.h: Move define of __v850__ from CPP_PREDEFINES
1881 to CPP_SPEC.
1882
1883 * xm-v850.h: Use __v850 rather than __v850__ to
1884 identify v850 port.
1885
1886 Mon Oct 20 14:15:02 1997 Jim Wilson <wilson@cygnus.com>
1887
1888 * mips/mips.c (compute_frame_size): Not a leaf function if
1889 profile_flag set.
1890
1891 Mon Oct 20 14:16:38 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
1892
1893 * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
1894
1895 Mon Oct 20 12:28:17 1997 Doug Evans <devans@canuck.cygnus.com>
1896
1897 * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
1898 (DEFAULT_ARCH32_P): New macro.
1899 (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
1900 (enum cmodel): Declare.
1901 (sparc_cmodel_string,sparc_cmodel): Declare.
1902 (SPARC_DEFAULT_CMODEL): Provide default.
1903 (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
1904 (TARGET_FULLANY): Deleted.
1905 (TARGET_CM_MEDMID): New macro.
1906 (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
1907 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
1908 (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
1909 (CPP_SPEC): Rewrite.
1910 (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
1911 (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
1912 (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
1913 (ASM_SPEC): Add %(asm_arch).
1914 (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
1915 Rename asm_default to asm_cpu_default.
1916 Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
1917 cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
1918 (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
1919 ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
1920 (MASK_INT64,MASK_LONG64): Delete.
1921 (MASK_ARCH64): Renamed to MASK_64BIT.
1922 (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
1923 (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
1924 (TARGET_SWITCHES): Always provide 64 bit options.
1925 (ARCH64_SWITCHES): Delete.
1926 (TARGET_OPTIONS): New option -mcmodel=.
1927 (INT_TYPE_SIZE): Always 32.
1928 (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
1929 (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
1930 (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
1931 (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
1932 * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
1933 CPP_SPEC.
1934 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1935 * sparc/linux.h: Likewise.
1936 * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
1937 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
1938 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
1939 (SPARC_DEFAULT_CMODEL): Define.
1940 (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
1941 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1942 (LONG_DOUBLE_TYPE_SIZE): Define.
1943 (ASM_SPEC): Add %(asm_arch).
1944 * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
1945 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1946 (TARGET_CPU_DEFAULT): Add ultrasparc case.
1947 * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
1948 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
1949 (SPARC_DEFAULT_CMODEL): Define.
1950 * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
1951 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT. Delete
1952 MASK_LONG64, MASK_MEDANY.
1953 (SPARC_DEFAULT_CMODEL): Define.
1954 (CPP_PREDEFINES): Delete.
1955 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
1956 (ASM_SPEC): Add %(asm_arch).
1957 (LONG_DOUBLE_TYPE_SIZE): Define.
1958 (DWARF2_DEBUGGING_INFO): Define.
1959 * sparc/splet.h (CPP_SPEC): Delete.
1960 * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
1961 (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
1962 (BLOCK_PROFILER): Likewise.
1963 * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
1964 (sparc_override_options): Handle code model selection.
1965 (sparc_init_expanders): Renamed from sparc64_init_expanders.
1966 * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
1967 TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
1968 (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
1969 (sethi_di_fullany): Delete.
1970
1971 Mon Oct 20 02:00:18 1997 Klaus Kaempf <kkaempf@progis.de>
1972 Jeff Law <law@cygnus.com>
1973 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1974
1975 * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
1976 (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
1977 (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
1978 (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
1979 * alpha/alpha.md (arg_home): Likewise.
1980
1981 * alpha/alpha.c (vmskrunch): Delete
1982 * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
1983 * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
1984 truncate to 64 characters.
1985
1986 * make-l2.com: Support openVMS/Alpha.
1987
1988 * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
1989
1990 Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1991
1992 * longlong.h (count_leading_zeros): Add missing casts to USItype.
1993
1994 Sun Oct 19 18:44:06 1997 Jeffrey A Law (law@cygnus.com)
1995
1996 * i386/bsd386.h (ASM_COMMENT_START): Define.
1997
1998 Sat Oct 18 13:47:15 1997 Jason Merrill <jason@yorick.cygnus.com>
1999
2000 * tree.c (restore_tree_status): Also free up temporary storage
2001 when we finish a toplevel function.
2002 (dump_tree_statistics): Print stats for backend obstacks.
2003
2004 Sat Oct 18 12:47:31 1997 Doug Evans <dje@canuck.cygnus.com>
2005
2006 * expr.c (use_group_regs): Don't call use_reg for MEMs.
2007
2008 Sat Oct 18 09:49:46 1997 Jason Merrill <jason@yorick.cygnus.com>
2009
2010 * libgcc2.c (__throw): Don't copy the return address.
2011 * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
2012
2013 * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
2014 * toplev.c (main): Initialize exceptions_via_longjmp.
2015
2016 * tree.c: Add extra_inline_obstacks.
2017 (save_tree_status): Use it.
2018 (restore_tree_status): If this is a toplevel inline obstack and we
2019 didn't want to save anything on it, recycle it.
2020 (print_inline_obstack_statistics): New fn.
2021 * function.c (pop_function_context_from): Pass context to
2022 restore_tree_status.
2023 * obstack.h (obstack_empty_p): New macro.
2024
2025 Sat Oct 18 00:43:59 1997 Jeffrey A Law (law@cygnus.com)
2026
2027 * i386/freebsd.h (ASM_COMMENT_START): Fix.
2028
2029 Fri Oct 17 23:48:52 1997 Jim Wilson (wilson@cygnus.com)
2030
2031 * v850.c (ep_memory_offset): New function.
2032 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
2033
2034 * v850.h (CONST_OK_FOR_*): Add and correct comments.
2035 (CONSTANT_ADDRESS_P): Add comment.
2036 (EXTRA_CONSTRAINT): Define 'U'.
2037 * v850.md: Add comments on bit field instructions.
2038 (addsi3): Delete &r/r/r alternative. Add r/r/U alternative.
2039 (lshrsi3): Use N not J constraint.
2040
2041 * v850.md (v850_tst1+1): New define_split for tst1 instruction.
2042
2043 * v850.c (reg_or_0_operand): Call register_operand.
2044 (reg_or_int5_operand): Likewise.
2045 * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
2046 (TARGET_SWITCHES): Add "big-switch".
2047 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
2048 ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
2049 (CASE_DROPS_THROUGH): Comment out.
2050 (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
2051 * v850.md (cmpsi): Delete compare mode.
2052 (casesi): New pattern.
2053
2054 * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
2055 * v850.md (ashlsi3): Use SImode not QImode for shift count.
2056 (lshrsi3): Likewise.
2057
2058 * v850.c (print_operand): Add 'c', 'C', and 'z' support. Delete
2059 unreachable switch statement after 'b' support. Remove "b" from
2060 strings for 'b' support.
2061 * v850.md (branch_normal, branch_invert): Change %b to b%b.
2062
2063 Fri Oct 17 23:33:20 1997 Jeffrey A Law (law@cygnus.com)
2064
2065 * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
2066 empty line if @inhibit_libc@ is empty.
2067
2068 Fri Oct 17 23:24:40 1997 Robert Lipe (robertl@dgii.com)
2069
2070 * i386/sco5.h: Let ELF use dwarf2 unwinding. COFF uses sjlj.
2071 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
2072 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
2073 (DWARF2_UNWIND_INFO): Let this track object file format.
2074 (EXTRA_SECTIONS): Add in_eh.
2075 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
2076 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
2077
2078 Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
2079
2080 * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
2081 * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
2082 TARGET_MEDANY.
2083 * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
2084 (output_double_int): Output DI mode values correctly when
2085 HOST_BITS_PER_WIDE_INT is 64.
2086 (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
2087 fmovd so it works if a quad float ends up in one of the upper 32
2088 float regs.
2089 * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
2090 necessary for PIC support on sparc64.
2091
2092 Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>
2093
2094 * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
2095 * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
2096 (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
2097 (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
2098 (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
2099 (SPARC_FP_ARG_FIRST): New macro.
2100 (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
2101 (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
2102 (NPARM_REGS): There are 32 fp argument registers now.
2103 (FUNCTION_ARG_REGNO_P): Likewise.
2104 (FIRST_PARM_OFFSET): Update to new v9 abi.
2105 (REG_PARM_STACK_SPACE): Define for arch64.
2106 (enum sparc_arg_class): Delete.
2107 (sparc_arg_count,sparc_n_named_args): Delete.
2108 (struct sparc_args): Redefine and use for arch32 as well as arch64.
2109 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
2110 (FUNCTION_ARG_ADVANCE): Rewrite.
2111 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
2112 (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
2113 (FUNCTION_ARG_CALLEE_COPIES): Delete.
2114 (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
2115 (STRICT_ARGUMENT_NAMING): Define.
2116 (doublemove_string): Declare.
2117 * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
2118 (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
2119 (doublemove_string): New function.
2120 (output_move_quad): Clean up some of the arch64 support.
2121 (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
2122 Don't add 8 bytes of reserved space if arch64.
2123 (sparc_builtin_saveregs): Combine arch32/arch64 versions.
2124 (init_cumulative_args): New function.
2125 (function_arg_slotno): New static function.
2126 (function_arg,function_arg_partial_nregs): New functions.
2127 (function_arg_{pass_by_reference,advance}): New functions.
2128 (function_arg_padding): New function.
2129 * ginclude/va-sparc.h: Rewrite v9 support.
2130
2131 Fri Oct 17 12:29:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
2132
2133 * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
2134 for hard regs to determine base and index registers.
2135
2136 * reload.c (debug_reload_to_stream): New function. Specify stream
2137 into which to write debug info.
2138 (debug_reload): Modify to call debug_reload_to_stream with stderr.
2139
2140 Thu Oct 16 15:07:51 1997 Richard Henderson <rth@cygnus.com>
2141
2142 * combine.c (can_combine_p): Don't combine with an asm whose
2143 output is a hard register.
2144
2145 Thu Oct 16 15:43:26 1997 Mike Stump (mrs@wrs.com)
2146
2147 * c-decl.c (start_struct): Ensure that structs with forward
2148 declarations are in fact packed when -fpack-struct is given.
2149
2150 * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
2151 we are packing a structure. This allows a structure with only
2152 bytes to be aligned on a byte boundary and have no padding on a
2153 m68k.
2154
2155 Thu Oct 16 15:17:54 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2156
2157 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
2158
2159 Thu Oct 16 11:20:30 1997 Richard Henderson <rth@cygnus.com>
2160
2161 * alpha.c (alpha_return_addr_rtx): New variable.
2162 (alpha_save_machine_status): New; save it.
2163 (alpha_restore_machine_status): New; restore it.
2164 (alpha_init_expanders): New; clear it.
2165 (alpha_return_addr): New; set it.
2166 (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
2167 is overly conservative, so search the insns explicitly.
2168 (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
2169 (alpha_sa_size [VMS && !VMS]): Likewise.
2170 * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
2171 (INIT_EXPANDERS): New definition.
2172
2173 * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
2174 (output_prolog [!VMS]): Use them.
2175
2176 * alpha.c (output_prolog [!VMS]): Move gp detection to ...
2177 (alpha_does_function_need_gp): ... a new function. Refine the
2178 CALL_INSN test to just TYPE_JSR.
2179 * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
2180
2181 Thu Oct 16 09:36:47 1997 Jeffrey A Law (law@cygnus.com)
2182
2183 * version.c: Bump for snapshot.
2184
2185 Wed Oct 15 21:38:18 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2186
2187 * pa.c (move_operand): Respect -mdisable-indexing.
2188 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
2189
2190 Wed Oct 15 21:34:45 1997 David Edelsohn <edelsohn@mhpcc.edu>
2191
2192 * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
2193 PPC601.
2194 (umulsidi3,umulsi3_highpart): Ditto.
2195 (smulsi3_highpart_no_mq): Add !TARGET_POWER.
2196
2197 Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com>
2198
2199 * alpha.c (final_prescan_insn): Gut, remove and transform to ...
2200 (alpha_handle_trap_shadows): ... a new function. Handle the entire
2201 function in one go. Emit RTL for trapb, instead of printf directly.
2202 (alpha_reorg): New function. Call alpha_handle_trap_shadows.
2203 (trap_pending): Kill global variable.
2204 (output_epilog): Don't call final_prescan_insn.
2205 (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
2206 * alpha.h (FINAL_PRESCAN_INSN): Remove.
2207 (MACHINE_DEPENENT_REORG): Define.
2208 * alpha.md (jsr patterns with trapb): Stupid and useless. Kill.
2209 (trapb): New insn.
2210
2211 Wed Oct 15 18:16:05 1997 Richard Henderson <rth@cygnus.com>
2212
2213 Tune Haifa scheduler for Alpha:
2214 * alpha.h (ISSUE_RATE): Define.
2215 * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
2216 EV4 adjustments to EV5.
2217 * alpha.md: Remove all scaling from function unit delays. Rework
2218 EV5 function units to match the CPU.
2219 (umuldi3_highpart): EV5 added the IMULH insn class.
2220
2221 Wed Oct 15 17:42:41 1997 Jeffrey A Law (law@cygnus.com)
2222
2223 * pa.c (following_call): Fail if the CALL_INSN is an indirect
2224 call.
2225
2226 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
2227
2228 * cplus-dem.c (demangle_signature): Don't look for return types on
2229 constructors. Handle member template constructors.
2230
2231 Tue Oct 14 11:30:29 1997 Jason Merrill <jason@yorick.cygnus.com>
2232
2233 * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
2234 * tree.h: Declare them.
2235
2236 Fri Oct 10 13:46:56 1997 Doug Evans <dje@canuck.cygnus.com>
2237
2238 * configure.in: Handle --with-newlib.
2239 * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
2240
2241 * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
2242
2243 Wed Oct 8 14:37:44 1997 Jeffrey A Law (law@cygnus.com)
2244
2245 * config/ptx4.h: Fix typo.
2246
2247 Wed Oct 8 08:57:20 1997 Jeffrey A Law (law@cygnus.com)
2248
2249 * version.c: Bump for snapshot.
2250
2251 Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
2252
2253 * aclocal.m4: Substitute INSTALL.
2254 * configure: Re-built.
2255
2256 Tue Oct 7 15:37:35 1997 Jeffrey A Law (law@cygnus.com)
2257
2258 * integrate.c (save_for_inline_copying): Avoid undefined pointer
2259 operations.
2260 (expand_inline_function): Likewise.
2261
2262 * dwarf2out.c (output_call_frame_info): Reinstate last change
2263 using flag_debug_asm check instead of flag_verbose_asm.
2264
2265 Tue Oct 7 12:57:26 1997 Jim Wilson <wilson@cygnus.com>
2266
2267 * dwarf2out.c (output_call_frame_info): Remove last change.
2268
2269 1997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2270
2271 * frame.c (__frame_state_for): Execute the FDE insns until the
2272 current pc value is strictly bigger than the target pc value.
2273
2274 Tue Oct 7 11:00:42 1997 Jason Merrill <jason@yorick.cygnus.com>
2275
2276 * regclass.c (init_reg_modes): If we can't find a mode for the
2277 register, use the previous one.
2278
2279 Tue Oct 7 10:55:34 1997 Richard Henderson <rth@cygnus.com>
2280
2281 * haifa-sched.c (print_block_visualization): Call fprintf directly,
2282 don't sprintf through an alloca'ed buffer.
2283
2284 Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
2285
2286 * reload.c (decompose): Always initialize val.base.
2287
2288 Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
2289
2290 * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
2291 instead of aborting.
2292 * dwarf2out.c (output_call_frame_info): Call app_enable and
2293 app_disable to let GNU as accept the generated comments.
2294
2295 Tue Oct 7 11:41:21 1997 Michael Meissner <meissner@cygnus.com>
2296
2297 * tree.h (get_file_function_name): Add declaration.
2298 * dwarf2out.c (output_call_frame_info): No need to cast
2299 get_file_function_name call anymore.
2300 * profile.c (toplevel): Remove get_file_function_name
2301 declaration.
2302 * c-lang.c (finish_file): Ditto.
2303
2304 Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
2305
2306 * Makefile.in (program_transform_name): Let autoconf substitute
2307 the correct value.
2308
2309 Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com)
2310
2311 * haifa-sched.c (schedule_block): If the first real insn in a
2312 block has any special notes attached to it, remove them.
2313
2314 Tue Oct 7 09:48:51 1997 Richard Henderson <rth@cygnus.com>
2315
2316 * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
2317
2318 Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
2319
2320 * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
2321
2322 Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
2323
2324 * Makefile.in (check-g77): New test target.
2325 (CHECK-TARGETS): Add check-g77.
2326
2327 Fri Oct 3 11:56:36 1997 Jason Merrill <jason@yorick.cygnus.com>
2328
2329 * toplev.c (rest_of_compilation): Defer all non-nested inlines.
2330
2331 Fri Oct 3 15:49:27 1997 Michael Meissner <meissner@cygnus.com>
2332
2333 * flow.c (print_rtl_with_bb): Cast alloca return value for
2334 in_bb_p.
2335
2336 Thu Oct 2 21:15:03 1997 Richard Henderson <rth@cygnus.com>
2337
2338 * i386.h (RETURN_ADDR_RTX): New definition that works for
2339 __builtin_return_address(0) and -fomit-frame-pointer.
2340
2341 Wed Oct 1 13:43:53 1997 Jim Wilson <wilson@cygnus.com>
2342
2343 Bring over from FSF.
2344 Tue Aug 5 16:10:45 1997 Jason Merrill <jason@yorick.cygnus.com>
2345
2346 * mips.c (function_arg): Handle passing a struct
2347 containing a double in a DFmode register without the PARALLEL.
2348
2349 Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com>
2350
2351 * pexecute.c: Use spawn if __CYGWIN32__.
2352
2353 * pexecute.c: Include "config.h" first, as per autoconf manual
2354 (from Paul Eggert <eggert@twinsun.com>).
2355
2356 Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2357
2358 * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
2359 optimisation for f/expr.o and f/stb.o.
2360
2361 Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
2362
2363 * cse.c (this_insn_cc0_mode): Initialize.
2364
2365 Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
2366
2367 * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
2368
2369 * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
2370
2371 Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
2372
2373 * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
2374 that pair will dual-issue on the 21164 and plus+beq won't.
2375 (bne): Likewise for cmpeq+beq.
2376
2377 Tue Sep 30 16:07:58 1997 Jim Wilson <wilson@cygnus.com>
2378
2379 * except.c (find_exception_handler_labels): Correct argument to free.
2380
2381 Tue Sep 30 11:00:00 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
2382
2383 * except.c (find_exception_handler_labels): Free LABELS when we're
2384 done.
2385
2386 Mon Sep 29 14:04:35 1997 Jeffrey A Law (law@cygnus.com)
2387
2388 * version.c: Bump for snapshot.
2389
2390 Mon Sep 29 10:51:53 1997 Jason Merrill <jason@yorick.cygnus.com>
2391
2392 * flow.c (find_basic_blocks): Mark calls as potentially jumping
2393 to the EH labels.
2394
2395 Mon Sep 29 09:58:06 1997 Jeffrey A Law (law@cygnus.com)
2396
2397 * configure.in: Substitute for "install" too.
2398 * configure: Rebuilt.
2399
2400 Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
2401
2402 * Makefile.in (bootstrap-lean, compare-lean): New targets.
2403
2404 Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
2405
2406 * alias.c (base_alias_check): Two symbols can conflict if they
2407 are accessed via AND.
2408 (memrefs_conflict_p): Likewise.
2409
2410 * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
2411 after flushing argument registers to the stack.
2412
2413 * Makefile.in (mostlyclean): Remove .regmove files.
2414
2415 Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
2416
2417 * libgcc2.c (__throw): Fix thinko.
2418
2419 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
2420
2421 * cplus-dem.c (demangle_template): Add new parameter. Handle new
2422 template-function mangling.
2423 (consume_count_with_underscores): New function.
2424 (demangle_signature): Handle new name-mangling scheme.
2425
2426 Sun Sep 28 01:55:04 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2427
2428 * flow.c (print_rtl_with_bb): Cast alloca return values for variables
2429 start and end.
2430
2431 Sun Sep 28 01:05:16 1997 Jeffrey A Law (law@cygnus.com)
2432
2433 * frame.c: Remove last change.
2434 * dwarf2.h: Remove last change.
2435 * tree.h: Add declarations of DWARF2 unwind info support
2436 functions.
2437
2438 Sat Sep 27 11:02:38 1997 Jason Merrill <jason@yorick.cygnus.com>
2439
2440 * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
2441 * tree.h (built_in_function): Likewise.
2442 * expr.c (expand_builtin): Likewise.
2443 * except.h: Likewise.
2444 * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
2445 * libgcc2.c (copy_reg): New fn.
2446 (__throw): Use it.
2447
2448 Fri Sep 26 08:54:59 1997 Paul Eggert <eggert@twinsun.com>
2449
2450 * c-typeck.c (build_binary_op): Warn about comparing signed vs
2451 unsigned if -W is specified and -Wno-sign-compare is not.
2452 * c-decl.c (warn_sign_compare): Initialize to -1.
2453 (c_decode_option): -Wall no longer implies -Wsign-compare.
2454
2455 Fri Sep 26 09:00:13 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2456
2457 * frame.c: Include gansidecl.h for PROTO.
2458 * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
2459 defined. Don't declare dwarf2out_cfi_label here.
2460 * dwarf2.h: Add declarations of DWARF2 unwind info support
2461 functions.
2462 * m68k.c: Include dwarf2.h.
2463 (output_function_prologue): Add dwarf2 support.
2464 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
2465 (INCOMING_FRAME_SP_OFFSET): Likewise.
2466
2467 * integrate.c (expand_inline_function): Make sure there is at
2468 least one insn that can be used as an insertion point.
2469
2470 Wed Sep 24 21:34:06 1997 Jason Merrill <jason@yorick.cygnus.com>
2471
2472 * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
2473
2474 Wed Sep 24 22:05:30 1997 Jeffrey A Law (law@cygnus.com)
2475
2476 * version.c: Bump for snapshot.
2477
2478 Wed Sep 24 17:36:23 1997 Doug Evans <dje@canuck.cygnus.com>
2479
2480 Bring over from FSF.
2481
2482 Wed Sep 24 19:17:08 1997 Doug Evans <dje@cygnus.com>
2483
2484 * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
2485 (get_pc_via_rdpc): Renamed from get_pc_sp64.
2486 * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
2487
2488 Wed Sep 24 18:38:22 1997 David S. Miller <davem@tanya.rutgers.edu>
2489
2490 * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
2491 (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
2492 -malign-functions=.
2493 (sparc_align_{loops,jumps,funcs}_string): Declare.
2494 (sparc_align_{loops,jumps,funcs}): Declare.
2495 (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
2496 (FUNCTION_BOUNDARY): Use sparc_align_funcs.
2497 (STACK_BIAS): Define.
2498 (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
2499 test.
2500 (SPARC_SETHI_P): New macro.
2501 (CONST_OK_FOR_LETTER_P): Use it.
2502 (ASM_OUTPUT_ALIGN_CODE): Define.
2503 (ASM_OUTPUT_LOOP_ALIGN): Define.
2504 * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
2505 (sparc_align_{loops,jumps,funcs}): New globals.
2506 (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
2507 -malign-functions=.
2508 (move_operand): Use SPARC_SETHI_P.
2509 (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
2510 perform test.
2511 (arith11_double_operand): Likewise.
2512 (arith10_double_operand): Likewise.
2513 (finalize_pic): Finish sparc64 support.
2514 (emit_move_sequence): Use SPARC_SETHI_P. Simplify low part of
2515 64 bit constants if able.
2516 (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
2517 (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
2518 ! TARGET_FPU.
2519 * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
2520 (get_pc_sp32): Use for sparc64 as well.
2521 (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
2522 (sethi_di_sp64_const): Likewise.
2523 (movtf_cc_sp64): Check TARGET_HARD_QUAD.
2524 (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
2525 (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
2526
2527 Tue Sep 23 19:02:46 1997 Doug Evans <dje@cygnus.com>
2528
2529 * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
2530 * sparc/linux.h (COMMENT_BEGIN): Likewise.
2531 * sparc/linux64.h (COMMENT_BEGIN): Likewise.
2532
2533 Tue Sep 23 14:48:18 1997 David S. Miller <davem@tanya.rutgers.edu>
2534
2535 Add sparc64 linux support.
2536 * configure.in (sparc64-*-linux*): Recognize. Add sparc/xm-sparc.h
2537 to xm_file list on 32-bit sparc-linux.
2538 * sparc/xm-sp64.h: New file.
2539 * sparc/linux64.h: New file.
2540 * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
2541 Don't include xm-sparc.h.
2542 * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
2543 * glimits.h (LONG_MAX): Handle sparc64.
2544
2545 Sat Sep 20 03:07:54 1997 Doug Evans <dje@cygnus.com>
2546
2547 * sparc/sysv4.h (ASM_COMMENT_START): Delete.
2548 * sparc.h (ASM_COMMENT_START): Define.
2549 * sparc.c (output_function_prologue): Use it.
2550 (sparc_flat_output_function_{epi,pro}logue): Likewise.
2551
2552 Wed Sep 17 15:04:19 1997 Doug Evans <dje@cygnus.com>
2553
2554 * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
2555 use sparc.h's copies.
2556 * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
2557 ascii form as well.
2558
2559 Mon Sep 8 08:45:19 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2560
2561 * sparc.c (dwarf2out_cfi_label): Add declaration.
2562 (save_regs, output_function_prologue): Remove cast for it.
2563 (sparc_flat_{save_restore,output_function_prologue): Likewise.
2564 ({save,restore}_regs): No longer inline.
2565
2566 Tue Sep 23 12:34:51 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2567
2568 * fold-const.c (make_range): Correctly handle cases of converting
2569 from unsigned to signed type.
2570
2571 Tue Sep 23 12:34:51 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2572
2573 * fold-const.c (merge_ranges): Make sure that if one range is subset
2574 of another, it will always be the second range. Correct (+,-) case to
2575 account for this.
2576
2577 Tue Sep 23 08:32:51 1997 Jason Merrill <jason@yorick.cygnus.com>
2578
2579 * final.c (final_end_function): Also do dwarf2 thing if
2580 DWARF2_DEBUGGING_INFO.
2581 (final_start_function): Likewise.
2582
2583 Tue Sep 23 01:15:50 1997 David S. Miller <davem@tanya.rutgers.edu>
2584
2585 * expmed.c (expand_divmod): If compute_mode is not the same as
2586 mode, handle the case where convert_modes() causes op1 to no
2587 longer be a CONST_INT.
2588
2589 * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
2590 note holding get_jump_flags() calculation to all JUMP_INSNs.
2591 * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
2592 * rtl.c (reg_note_name): Add new note types.
2593
2594 Tue Sep 23 00:59:54 1997 Jeffrey A Law (law@cygnus.com)
2595
2596 * rtlanal.c (computed_jump_p): Fix typo in last change.
2597
2598 Tue Sep 23 00:42:44 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
2599
2600 * loop.c (indirect_jump_in_function_p): Return 0
2601 by default.
2602
2603 Tue Sep 23 00:33:55 1997 Jeffrey A Law (law@cygnus.com)
2604
2605 * rs6000/xm-rs6000.h: Fix thinko in last change.
2606 * rs6000/xm-sysv4.h: Likewise.
2607
2608 Mon Sep 22 19:33:53 1997 Jim Wilson <wilson@cygnus.com>
2609
2610 * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
2611
2612 Mon Sep 22 14:41:00 1997 Jeffrey A Law (law@cygnus.com)
2613
2614 * reg-stack.c (find_blocks): Fix thinko in last change.
2615
2616 1997-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2617
2618 * m68k.c (output_function_prologue): Add dwarf2 support.
2619
2620 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
2621 INCOMING_FRAME_SP_OFFSET): New definitions.
2622
2623 Mon Sep 22 11:36:42 1997 David S. Miller <davem@tanya.rutgers.edu>
2624
2625 * combine.c (try_combine): Use NULL_RTX instead of '0' where
2626 appropriate in calls to gen_rtx().
2627 * cse.c (cse_main): Likewise.
2628 * emit-rtl.c (gen_label_rtx): Likewise.
2629 * expr.c (init_expr_once): Likewise.
2630 * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
2631 sched_analyze, init_rgn_data_dependences,
2632 compute_block_backward_dependences): Likewise.
2633 * sched.c (schedule_insns): Likewise.
2634 * varasm.c (immed_double_const): Likewise.
2635
2636 * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
2637 SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
2638
2639 Mon Sep 22 11:21:33 1997 J. Kean Johnston <jkj@sco.com>
2640
2641 * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
2642 (MULTILIB_DEFAULTS): Define.
2643 (ASM_SPEC, CPP_SPEC): Handle -mcoff.
2644 (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
2645 (LIBGCC_SPEC): Likewise.
2646 (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
2647 (SUBTARGET_SWITCHES): Add -mcoff and -melf.
2648 * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
2649 (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
2650 (EXTRA_PARTS, TAROUTOPTS): Delete.
2651 (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
2652 (MULTILIB_OPTIONS): Define.
2653 (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
2654 (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
2655
2656 Mon Sep 22 02:10:43 1997 Jeffrey A Law (law@cygnus.com)
2657
2658 * version.c: Bump for snapshot.
2659
2660 Sun Sep 21 17:45:45 1997 Jeffrey A Law (law@cygnus.com)
2661
2662 * loop.c (loop_number): Delete function. Change all references
2663 to use uid_loop_num array.
2664 * loop.h (loop_number): Delete declaration.
2665 * unroll.c (unroll_loop): Change "loop_number" references to
2666 use uid_loop_num instead.
2667
2668 * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
2669 conditional.
2670 (loop_unroll_iter): Remove unused variable and all references.
2671 (loop_optimize): Always allocate and clear space for loop_unroll_factor.
2672 (insert_bct): Fix minor formatting problems.
2673 * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
2674 (loop_unroll_iter): Removed unused decl.
2675 * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
2676 Always record the unrolling factor.
2677
2678 * cse.c (simplify_relational_operation): Set h0u just like h0s.
2679 Similarly for h1u and h1s.
2680
2681 * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
2682 (find_basic_blocks): Use computed_jump_p to determine if a
2683 particular JUMP_INSN is a computed jump.
2684 * reg-stack.c (find_blocks): Use computed_jump_p to determine
2685 if a particular JUMP_INSN is a computed jump.
2686 * rtlanal.c (jmp_uses_reg_or_mem): New function.
2687 (computed_jump_p): Likewise.
2688 * rtl.h (computed_jump_p): Declare.
2689 * genattrtab.c (pc_rtx): Define and initialize.
2690 * loop.c (loop_optimize): Always determine if the current
2691 function has a computed jump.
2692 (indirect_jump_in_function_p): Use computed_jump_p to determine
2693 if a particular JUMP_INSN is a computed jump.
2694
2695 * loop.c (fix_bct_param): Delete unused function.
2696 (check_bct_param): Likewise.
2697
2698 Sat Sep 20 16:22:06 1997 Jason Merrill <jason@yorick.cygnus.com>
2699
2700 * frame.c (__deregister_frame): Check properly for initialized object.
2701
2702 Fri Sep 19 20:51:03 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
2703
2704 * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
2705
2706 Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2707
2708 * jump.c (thread_jumps): check can_reverse_comparison_p before
2709 threading a reversed-condition jump.
2710
2711 * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
2712 * haifa-sched.c (update_flow_info): Likewise.
2713
2714 Thu Sep 18 21:13:40 1997 Jeffrey A Law (law@cygnus.com)
2715
2716 * Makefile.in (BOOT_CFLAGS): Use -O2.
2717
2718 * configure.in (strtoul, bsearch): Have autoconf check for these
2719 functions.
2720 * configure, config.in: Rebuilt.
2721
2722 * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
2723 * mips/mips.h (alloca): Likewise.
2724 * rs6000/xm-rs6000.h (alloca): Likewise.
2725 * rs6000/xm-sysv4.h: Likewise.
2726
2727 Thu Sep 18 14:22:22 1997 Jason Merrill <jason@yorick.cygnus.com>
2728
2729 * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
2730 * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
2731 (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
2732
2733 * except.c (end_eh_unwinder): Subtract 1 from return address.
2734 * libgcc2.c (__throw): Likewise.
2735 (find_exception_handler): Don't change PC here. Compare end with >.
2736
2737 Thu Sep 18 10:43:07 1997 Nick Clifton <nickc@cygnus.com>
2738
2739 * v850.c (compute_register_save_size): Correct register
2740 number.
2741 * v850.md (save_interrupt, return_interrupt): Correct
2742 register number.
2743 * v850/lib1funcs.asm (save_interrupt): Correct register number.
2744 (return_interrupt): Use stack pointer, not element pointer.
2745
2746 1997-09-18 Brendan Kehoe <brendan@lisa.cygnus.com>
2747
2748 * configure.in, configure: Make sure to create the stage* and include
2749 symbolic links in each subdirectory.
2750
2751 Thu Sep 18 01:47:06 1997 Jeffrey A Law (law@cygnus.com)
2752
2753 * pa.md (reload_peepholes): Don't allow addresses with side
2754 effects for the memory operand.
2755
2756 Wed Sep 17 18:19:53 1997 Jason Merrill <jason@yorick.cygnus.com>
2757
2758 * libgcc2.c (find_exception_handler): Subtract one from our PC when
2759 looking for a handler, to avoid hitting the beginning of the next
2760 region.
2761
2762 * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
2763
2764 Wed Sep 17 18:33:59 1997 Jeffrey A Law (law@cygnus.com)
2765
2766 * mips/abi64.h (LONG_MAX_SPEC): Define.
2767 * mips.h (LONG_MAX_SPEC): Define.
2768 (CPP_SPEC): Include long_max_spec.
2769 (EXTRA_SPECS): Include long_max_spec.
2770
2771 Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com)
2772
2773 * v850.c (construct_save_jarl): Fix thinko in last change.
2774
2775 Wed Sep 17 09:53:07 1997 Jeffrey A Law (law@cygnus.com)
2776
2777 * version.c: Bump for snapshot.
2778
2779 Tue Sep 16 14:22:36 1997 Jason Merrill <jason@yorick.cygnus.com>
2780
2781 * libgcc2.c (find_exception_handler): Not found is -1.
2782
2783 * integrate.c (expand_inline_function): Move expand_start_bindings
2784 after expanding the arguments.
2785
2786 Tue Sep 16 11:13:46 1997 Jim Wilson <wilson@cygnus.com>
2787
2788 * expr.c (expand_expr): Remove previous incorrect change.
2789 If target and slot has no DECL_RTL, then call mark_addressable
2790 again for the slot after we give it RTL.
2791
2792 Tue Sep 16 09:18:52 1997 Jason Merrill (jason@cygnus.com)
2793
2794 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
2795 again for the slot after we give it RTL.
2796
2797 Tue Sep 16 00:13:20 1997 Nick Clifton <nickc@cygnus.com>
2798
2799 * v850.c (register_is_ok_for_epilogue,
2800 pattern_is_ok_for_epilogue, construct_restore_jr,
2801 pattern_is_ok_for_prologue, construct_save_jarl): New functions.
2802
2803 * v850.h (pattern_is_ok_for_prologue,
2804 pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
2805 predicates.
2806
2807 * v850.md: Replace prologue and epilogue patterns with a
2808 match_parallel pattern.
2809
2810 Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com)
2811
2812 * aclocal.m4: Add replacement for AC_PROG_INSTALL.
2813 * configure.in: Use EGCS_PROG_INSTALL.
2814
2815 Mon Sep 15 22:40:55 1997 Jim Wilson (wilson@cygnus.com)
2816
2817 * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
2818 extern inline function.
2819
2820 Mon Sep 15 22:40:55 1997 Richard Henderson (rth@cygnus.com)
2821
2822 * dwarf2out.c (reg_loc_descriptor): Fix prototype.
2823 (concat_loc_descriptor): New function.
2824 (loc_descriptor): Call it.
2825 (add_AT_location_description): Also elide the descriptor if both
2826 halves of a CONCAT are pseudos.
2827 (add_location_or_const_value_attribute): Recognize CONCAT too.
2828
2829 Mon Sep 15 15:24:00 1997 Richard Henderson <rth@cygnus.com>
2830
2831 * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
2832
2833 * alpha/alpha.c (output_prolog): New variable sa_reg. Use it for
2834 out-or-range reg_offset.
2835 (output_epilog): Likewise.
2836
2837 Mon Sep 15 15:39:26 1997 Jeffrey A Law (law@cygnus.com)
2838
2839 * cse.c (simplify_relational_operation): If MODE specifies a
2840 mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
2841 is derived from the sign bit of the low word.
2842
2843 Mon Sep 15 11:43:38 1997 Jason Merrill <jason@yorick.cygnus.com>
2844
2845 Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
2846
2847 * dwarf2.h: Add DW_CFA_GNU_args_size.
2848 * frame.c (execute_cfa_insn): Likewise.
2849 * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
2850 (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
2851 (dwarf2out_frame_debug): If this isn't a prologue or epilogue
2852 insn, hand it off to dwarf2out_stack_adjust.
2853 (dwarf2out_begin_prologue): Initialize args_size.
2854 * frame.h (struct frame_state): Add args_size.
2855 * libgcc2.c (__throw): Use args_size.
2856 * final.c (final_scan_insn): If we push args, hand off all insns
2857 to dwarf2out_frame_debug.
2858 * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
2859
2860 * dwarf2out.c dwarf2out_frame_debug): Fix typo.
2861 Handle epilogue restore of SP from FP.
2862 * emit-rtl.c (gen_sequence): Still generate a sequence if the
2863 lone insn has RTX_FRAME_RELATED_P set.
2864
2865 * frame.c (extract_cie_info): Handle "e" augmentation.
2866 * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
2867 absence of UNALIGNED_*_ASM_OP.
2868 (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
2869 (output_call_frame_info): Use "e" instead of "z" for augmentation.
2870 Don't emit augmentation fields length.
2871 (dwarf2out_do_frame): Move outside of #ifdefs.
2872 * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
2873 opcodes.
2874
2875 * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
2876 * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
2877 * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
2878 * sparc/sun4gas.h: New file.
2879 * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
2880
2881 * collect2.c (write_c_file_stat, write_c_file_glob): Declare
2882 __register_frame_table and __deregister_frame.
2883
2884 1997-09-15 Brendan Kehoe <brendan@cygnus.com>
2885
2886 * except.c (find_exception_handler_labels): Use xmalloc instead of
2887 alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
2888 in some cases.
2889
2890 Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
2891
2892 * Makefile.in: Various changes to build info files
2893 in the object tree rather than the source tree.
2894
2895 Sun Sep 14 12:24:30 1997 Jeffrey A Law (law@cygnus.com)
2896
2897 * fixinc.math: New file to fix math.h on some systems.
2898 * configure.in (freebsd, netbsd): Use fixinc.math on these
2899 systems.
2900 * configure: Rebuilt.
2901
2902 Sun Sep 14 11:11:05 1997 Jeffrey A Law (law@cygnus.com)
2903
2904 * regmove.c (regmove_optimize): If we end up moving the
2905 original insn due to lifetime overlaps, make sure to move
2906 REG_NOTES too.
2907
2908 Sat Sep 13 15:51:11 1997 Manfred Hollstein <manfred@s-direktnet.de>
2909
2910 * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
2911
2912 Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com)
2913
2914 * haifa-sched.c (add_branch_dependences): Make each insn in
2915 a SCHED_GROUP_P block explicitly depend on the previous insn.
2916
2917 Fri Sep 12 13:49:58 1997 Jason Merrill <jason@yorick.cygnus.com>
2918
2919 * except.h: Prototype dwarf2 hooks.
2920 * expr.c: Adjust.
2921
2922 Thu Sep 11 17:43:55 1997 Jim Wilson <wilson@cygnus.com>
2923
2924 * configure.in (native_prefix): Delete.
2925 (mips-dec-netbsd): Don't set prefix.
2926 (*linux*): Don't set prefix.
2927
2928 Thu Sep 11 15:48:32 1997 Fred Fish <fnf@ninemoons.com>
2929
2930 * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
2931 defined. If not defined, include <sys/varargs.h> if
2932 HAVE_SYS_VARARGS_H is defined.
2933 * configure.in: Test for varargs.h and sys/varargs.h.
2934 * configure: Regenerate with autoconf.
2935 * config.in: Regenerate with autoheader.
2936
2937 * cpplib.c (quote_string): Cast first arg of sprintf call
2938 from "unsigned char *" to "char *".
2939 (output_line_command): Ditto.
2940 (macroexpand): Ditto.
2941 (do_line): Cast atoi arg from "unsigned char *" to "char *".
2942
2943 Wed Sep 10 21:37:30 1997 Jeffrey A Law (law@cygnus.com)
2944
2945 * version.c: Bump for snapshot.
2946
2947 * Makefile.in (compare): Exit with nonzero status if there
2948 are comparison failures. Note which files failed the
2949 comparison test in .bad_compare.
2950
2951 Wed Sep 10 17:05:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
2952
2953 * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
2954
2955 Wed Sep 10 16:37:28 1997 Fred Fish <fnf@ninemoons.com>
2956
2957 * Makefile.in (LN, LN_S): New macros, use where appropriate.
2958 * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
2959 * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
2960 * configure: Regenerated.
2961
2962 Thu Sep 11 11:09:43 1997 Jeffrey A Law (law@cygnus.com)
2963
2964 * loop.c (strength_reduce): Fix typo.
2965
2966 Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
2967
2968 * m88k/m88k.c (struct option): Rename to struct options.
2969 * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
2970 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
2971 * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
2972 __DOLPHIN__ or sysV88.
2973
2974 Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com>
2975
2976 * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
2977 create new subreg.
2978
2979 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
2980
2981 * config.sub: Accept 'amigados' for backward compatability.
2982
2983 Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
2984
2985 * Makefile.in (testsuite/site.exp): New target.
2986 (check-gcc, check-g++): Depend on testsuite/site.exp.
2987 Don't stop for failure.
2988
2989 Wed Sep 10 12:59:57 1997 Jason Merrill <jason@yorick.cygnus.com>
2990
2991 * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
2992 if DWARF2_UNWIND_INFO.
2993
2994 Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com>
2995
2996 Add support for exception handling using DWARF 2 frame unwind info.
2997 Currently works on SPARC and MIPS, and almost on x86.
2998
2999 * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
3000 next_stack_level, in_reg_window): Helper fns.
3001 (__throw): Implement for DWARF2_UNWIND_INFO.
3002
3003 * expr.c (expand_builtin): Handle builtins used by __throw.
3004 * tree.h (enum built_in_function): Add builtins used by __throw.
3005 * c-decl.c (init_decl_processing): Declare builtins used by __throw.
3006 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
3007 * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
3008 (expand_builtin_extract_return_addr): Likewise.
3009 (expand_builtin_frob_return_addr): Likewise.
3010 (expand_builtin_set_return_addr_reg): Likewise.
3011 (expand_builtin_eh_stub): Likewise.
3012 (expand_builtin_set_eh_regs): Likewise.
3013 (eh_regs): Choose two call-clobbered registers for passing back values.
3014
3015 * frame.c, frame.h: New files for parsing dwarf 2 frame info.
3016 * Makefile.in (LIB2ADD): New variable. Add $(srcdir)/frame.c.
3017 (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
3018 (stmp-multilib): Likewise.
3019 ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
3020
3021 * except.c: #include "defaults.h".
3022 (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
3023 (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
3024 (register_exception_table_p): New fn.
3025 (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
3026 (end_eh_unwinder): Likewise.
3027
3028 * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
3029 call __register_frame and __deregister_frame as needed.
3030 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
3031 * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro. Check
3032 EH_FRAME_SECTION_ASM_OP.
3033 * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
3034 * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
3035 (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
3036
3037 * dwarf2out.c (output_call_frame_info): If no support for
3038 EXCEPTION_SECTION, mark the start of the frame info with a
3039 collectable tag.
3040 * collect2.c (frame_tables): New list.
3041 (is_ctor_dtor): Recognise frame entries.
3042 (scan_prog_file): Likewise.
3043 (main): Pass -fno-exceptions to sub-compile. Also do collection
3044 if there are any frame entries.
3045 (write_c_file_stat): Call __register_frame_table and
3046 __deregister_frame as needed.
3047 (write_c_file_glob): Likewise.
3048
3049 * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
3050 Also require unaligned reloc support.
3051 * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
3052 UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
3053 * sparc/sysv4.h: Not here.
3054
3055 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
3056 * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
3057 (dwarf2out_finish): Don't call dwarf2out_frame_finish.
3058
3059 * libgcc2.c (L_eh): Reorganize, moving code shared by different
3060 EH implementations to the top.
3061 (find_exception_handler): Split out. Start from 0. Compare against
3062 end with >=.
3063 (__find_first_exception_table_match): Use it.
3064 * except.c (output_exception_table): Don't do anything if there's
3065 no table. Don't output a first entry of zeroes.
3066 (eh_outer_context): Adjust properly.
3067 (add_eh_table_entry): Use xrealloc.
3068 * toplev.c (compile_file): Just call output_exception_table.
3069
3070 Wed Sep 10 11:30:36 1997 Jason Merrill <jason@cygnus.com>
3071
3072 * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
3073
3074 Wed Sep 10 08:17:10 1997 Torbjorn Granlund <tege@pdc.kth..se>
3075
3076 * except.c (eh_outer_context): Do masking using expand_and.
3077
3078 Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
3079
3080 Add port done awhile ago for the ARC cpu.
3081 * arc/arc.h: New file.
3082 * arc/arc.c: New file.
3083 * arc/arc.md: New file.
3084 * arc/initfini.c: New file.
3085 * arc/lib1funcs.asm: New file.
3086 * arc/t-arc: New file.
3087 * arc/xm-arc.h: New file.
3088 * ginclude/va-arc.h: New file.
3089 * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
3090 * ginclude/varargs.h: Likewise.
3091 * Makefile.in (USER_H): Add va-arc.h.
3092 * configure.in (arc-*-elf*): Recognize.
3093 * longlong.h: Add ARC support.
3094
3095 Wed Sep 10 01:32:54 1997 Jeffrey A Law (law@cygnus.com)
3096
3097 * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
3098 when clearing non-BLKmode data.
3099
3100 Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
3101
3102 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
3103 * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
3104
3105 * xm-m88k.h (USG): Only define if it hasn't already been defined.
3106
3107 * Makefile.in (risky-stage1): Delete gratutious whitespace.
3108
3109 * Makefile.in (clean): Delete libgcc1-test.
3110
3111 * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
3112
3113 Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
3114
3115 * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
3116 template.
3117
3118 Tue Sep 9 09:50:02 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3119
3120 * dwarf2out.c (output_call_frame_info): Call named_section.
3121
3122 Tue Sep 9 09:12:17 1997 Jeffrey A Law (law@cygnus.com)
3123
3124 * haifa-sched.c (print_value): Fix last change.
3125
3126 Tue Sep 9 01:30:37 1997 Jason Merrill <jason@yorick.cygnus.com>
3127
3128 * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
3129 write_symbols.
3130
3131 Mon Sep 8 16:32:43 1997 Jason Merrill <jason@yorick.cygnus.com>
3132
3133 * mips.c (function_prologue): Set up the CFA when ABI_32.
3134
3135 * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
3136 for dwarf2 unwind info.
3137 (output_function_prologue, sparc_flat_output_function_prologue): Same.
3138
3139 * final.c (final_end_function): Check dwarf2out_do_frame instead
3140 of DWARF2_DEBUG for dwarf2 unwind info.
3141 (final_scan_insn): Likewise.
3142 (final_start_function): Likewise. Initialize dwarf2 frame debug here.
3143 (final): Not here.
3144
3145 * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
3146 count > 0.
3147
3148 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
3149
3150 Mon Sep 8 15:15:11 1997 Nick Clifton <nickc@cygnus.com>
3151
3152 * v850.h (ASM_SPEC): Pass on target processor.
3153 (CPP_PREDEFINES): Only define if not already specified.
3154 (TARGET_VERSION): Only define if not already specified.
3155 (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
3156 processor.
3157 (EXTRA_SWITCHES): Extra entries in the switches array.
3158 (TARGET_DEFAULT): Set default target processor.
3159
3160 Mon Sep 8 18:26:35 1997 Jim Wilson <wilson@cygnus.com>
3161
3162 * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
3163 cases, add %# and %/, and add : to make them into extended asms.
3164
3165 Sun Sep 7 23:57:50 1997 Weiwen Liu <liu@hepunix.physics.yale.edu>
3166
3167 * alias.c (init_alias_analysis): Clean up incompatible pointer
3168 type warning in bzero.
3169 * regmove.c (regmove_optimize): Ditto.
3170 * haifa-sched.c (find_rgns): Ditto.
3171
3172 * haifa-sched.c (print_value): Clean up ptr->int cast
3173 warnings.
3174
3175 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
3176
3177 * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
3178 * install.texi (Configurations): Ditto.
3179 * config.sub: Ditto.
3180
3181 Sun Sep 7 22:56:56 1997 Weiwen Liu (liu@hepvms.physics.yale.edu)
3182
3183 * Makefile.in (sdbout.o): Depend on insn-config.h.
3184
3185 Sun Sep 7 18:44:50 1997 Jim Wilson <wilson@cygnus.com>
3186
3187 * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
3188 For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
3189
3190 Sun Sep 7 18:30:46 1997 Jason Merrill <jason@yorick.cygnus.com>
3191
3192 * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
3193 prologue insn, only the first elt is significant.
3194 (output_call_frame_info): For exception handling, always use 4-byte
3195 fields as specified by the dwarf2 spec.
3196 Don't skip trivial FDEs.
3197
3198 Sun Sep 7 14:19:39 1997 Jeffrey A Law (law@cygnus.com)
3199
3200 * version.c: Bump for snapshot.
3201
3202 Sun Sep 7 14:17:36 1997 Torbjorn Granlund (tege@pdc.kth.se)
3203
3204 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
3205 for negative constants. Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
3206 when op1_is_pow2.
3207
3208 Sun Sep 7 13:46:46 1997 Jeffrey A Law (law@cygnus.com)
3209
3210 * final.c (shorten_branches): During first pass, assume worst
3211 possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
3212
3213 * Makefile.in (distclean): Remove various things left around
3214 by running the testsuite.
3215
3216 Sun Sep 7 13:16:06 1997 Manfred Hollstein <manfred@s-direktnet.de>
3217
3218 * configure.in (out_file): Emit definition to config.status in order
3219 to have a defined value for configure.lang.
3220 * configure: Re-built.
3221
3222 Sun Sep 7 09:59:08 1997 Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
3223
3224 * configure.in: Make symlink to as-new rather than as.new. Similarly
3225 for ld-new.
3226 * configure: Rebuilt.
3227
3228 Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com>
3229
3230 * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
3231
3232 Fri Sep 5 16:16:44 1997 Christian Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
3233
3234 * sparc/sparc.md: Add ultrasparc scheduling support.
3235 * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
3236
3237 Fri Sep 5 14:04:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3238
3239 * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
3240 as initial value for real_label_map.
3241 (copy_for_inline): Likewise.
3242
3243 Fri Sep 5 13:36:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
3244
3245 * sched.c (update_flow_info) When looking if to set found_split_dest
3246 or found_orig_dest, look at all parts of a PARALLEL.
3247 * haifa-sched.c (update_flow_info): Likewise.
3248
3249 Fri Sep 5 10:08:44 1997 Jeffrey A Law (law@cygnus.com)
3250
3251 * v850: New directory for v850 port.
3252 * v850/lib1funcs.asm: New file.
3253 * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
3254 * ginclude/va-v850.h: New file.
3255 * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
3256 * configure.in (mn10200-*-*): New target.
3257 * configure: Rebuilt.
3258 * config.sub: Handle v850-elf.
3259 * Makefile.in (USER_H): Add va-mn10200.h.
3260 * invoke.texi: Document v850 stuff.
3261
3262 Fri Sep 5 09:37:50 1997 Jim Wilson (wilson@cygnus.com)
3263
3264 * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
3265 has integer TYPE_{MAX,MIN}_VALUE before using them.
3266
3267 * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
3268 __HPUX_ASM__ versions.
3269
3270 Fri Sep 5 09:08:44 1997 Jeffrey A Law (law@cygnus.com)
3271
3272 * install.sh: Delete duplicate install script.
3273
3274 Thu Sep 4 23:14:27 1997 Stan Cox (coxs@dg-rtp.dg.com)
3275
3276 * reg-stack.c (subst_stack_regs): Pop the stack register for a
3277 computed goto which sets the same stack register.
3278
3279 * reg-stack.c (compare_for_stack_reg): Swap only if the source and
3280 destination are both on the regstack.
3281 (subst_stack_regs_pat): Put the destination at the top of the regstack.
3282
3283 Thu Sep 4 15:02:27 1997 Jim Wilson <wilson@cygnus.com>
3284
3285 * mips.md (nonlocal_goto_receiver): Define.
3286
3287 * profile.c (output_arc_profiler): Check next_insert_after for non
3288 NULL before deferencing it.
3289
3290 * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
3291
3292 Thu Sep 4 14:51:57 1997 Jeffrey A Law (law@cygnus.com)
3293
3294 * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
3295
3296 Thu Sep 4 15:01:49 1997 Michael Meissner <meissner@cygnus.com>
3297
3298 * toplev.c (rest_of_compilation): For passes starting with
3299 flow_analysis, use print_rtl_with_bb instead of print_rtl.
3300
3301 * print-rtl.c (print_rtl_single): Print a single rtl value to a
3302 file.
3303
3304 * flow.c (print_rtl_with_bb): Print which insns start and end
3305 basic blocks. For the start of a basic block, also print the live
3306 information.
3307
3308 Thu Sep 4 11:51:43 1997 Jim Wilson <wilson@cygnus.com>
3309
3310 * toplev.c (main): Change #elif to #else/#ifdef
3311
3312 * tlink.c: Include ctype.h.
3313 * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
3314
3315 Thu Sep 4 11:17:16 1997 Mikeael Meissner (meissner@cygnus.com)
3316
3317 * bitmap.c: Conditionally include stdlib.h.
3318 (free): Provide a declaration if NEED_DECLARATION_FREE.
3319
3320 Thu Sep 4 09:58:53 1997 Joel Sherrill (joel@OARcorp.com)
3321
3322 * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
3323
3324 Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
3325
3326 * profile.c (output_arc_profiler): Verify next_insert_after is an
3327 INSN before and after skipping a stack pop.
3328
3329 Thu Sep 4 07:39:19 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
3330
3331 * final.c (shorten_branches): Don't count the lengths of deleted
3332 instructions.
3333
3334 Thu Sep 4 09:43:01 1997 Jeffrey A Law (law@cygnus.com)
3335
3336 * version.c: Bump for snapshot.
3337
3338 Thu Sep 4 11:04:21 1997 Michael Meissner <meissner@cygnus.com>
3339
3340 * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
3341 two bitmaps ANDed together.
3342 (bitmap_print): Declare.
3343
3344 * bitmap.c (function_obstack): Don't declare any more.
3345 (bitmap_obstack): Obstack for allocating links from.
3346 (bitmap_obstack_init): New static to say whether to initialize
3347 bitmap_obstack.
3348 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
3349 (bitmap_release_memory): Free all memory allocated from
3350 bitmap_obstack.
3351
3352 * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
3353 EXECUTE_IF_AND_IN_BITMAP.
3354
3355 Wed Sep 3 10:39:42 1997 Jim Wilson <wilson@cygnus.com>
3356
3357 * alias.c (true_dependence): Address with AND can alias scalars.
3358 (anti_dependence, output_dependence): Likewise.
3359
3360 * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
3361
3362 Wed Sep 3 09:28:50 CDT 1997 Joel Sherrill (joel@OARcorp.com)
3363
3364 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
3365 mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
3366 sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
3367 definitions. Use -qrtems instead of -mrtems.
3368
3369 Wed Sep 3 09:05:41 1997 Robert Lipe (robert@dgii.com)
3370
3371 * xm-sco5.h (sys_siglist): Define.
3372 (SYS_SIGLIST_DECLARED): Likewise.
3373
3374 Tue Sep 2 23:33:33 1997 Jeffrey A Law (law@cygnus.com)
3375
3376 * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
3377
3378 Wed Sep 3 02:09:30 1997 Torbjorn Granlund <tege@pdc.kth..se>
3379
3380 * except.c (eh_outer_context): Expand masking operation using
3381 expand_binop.
3382
3383 Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
3384
3385 * alpha.md (floatdisf2-1): New pattern.
3386
3387 Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
3388
3389 * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
3390 * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
3391 * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
3392 * gcc.texi: Note that if you define sys_siglist that you should
3393 also define SYS_SIGLIST_DECLARED.
3394
3395 * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
3396 are relative to the next instruction, not the current instruction.
3397
3398 Tue Sep 2 14:22:43 1997 Jim Wilson <wilson@cygnus.com>
3399
3400 * local-alloc.c (contains_replace_regs): New function.
3401 (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
3402 verify that there is no existing REG_EQUIV note, and add a call to
3403 contains_place_regs.
3404
3405 Tue Sep 2 12:48:11 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3406
3407 * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
3408 (STARTFILE_SPEC): Always use crtbegin.o%s
3409 (ENDFILE_SPEC): Always use crtend.o%s.
3410
3411 Tue Sep 2 12:00:36 1997 Jim Wilson <wilson@cygnus.com>
3412
3413 * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
3414 is passed in.
3415 * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
3416 SFmode for 64 bit hosts.
3417
3418 Tue Sep 2 13:42:38 1997 Paul N. Hilfinger <hilfingr@CS.Berkeley.EDU>
3419
3420 * fixincludes: Permits spaces between # and define. Discard C++
3421 comments in sys/pci.h on HP/UX 10.20.
3422
3423 Mon Sep 1 22:13:18 1997 Jeffrey A Law (law@cygnus.com)
3424
3425 * version.c: Bump for snapshot.
3426
3427 * pa.c (restore_unscaled_index_insn_codes): New function.
3428 (record_unscaled_index_insn_codes): Likewise.
3429 (output_function_prologue): Call restore_unscaled_index_insn_codes.
3430 (output_function_epilogue): Free memory for unscaled_index_insn_codes.
3431 (pa_reorg): Call record_unscaled_index_insn_codes.
3432
3433 * haifa-sched.c (move_insn): Handle notes correctly for insns
3434 with SCHED_GROUP_P set.
3435
3436 Mon Sep 1 16:58:57 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3437
3438 * alpha/xm-linux.h (USE_BFD): Undef before define.
3439
3440 Mon Sep 1 16:25:34 1997 Jim Wilson <wilson@cygnus.com>
3441
3442 * cse.c (cse_insn): Don't record BLKmode values.
3443
3444 Mon Sep 1 11:25:47 1997 Stephen Williams (steve@icarus.icarus.com)
3445
3446 * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
3447
3448 Mon Sep 1 08:29:46 1997 Jeffrey A Law (law@cygnus.com)
3449
3450 * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
3451 * collect2.c (sys_errlist): Likewise.
3452 * cpplib.c (sys_errlist): Likewise.
3453 * gcc.c (sys_errlist): Likewise.
3454 * protoize (sys_errlist): Likewise.
3455 * configure.in: Check for strerror.
3456 * xm-freebsd.h (HAVE_STRERROR): Remove definition.
3457 * xm-gnu.h (HAVE_STRERROR): Likewise.
3458 * xm-linux.h (HAVE_STRERROR): Likewise.
3459 * xm-netbsd.h (HAVE_STRERROR): Likewise.
3460 * xm-bsd386.h (HAVE_STRERROR): Likewise.
3461 * xm-cygwin32.h (HAVE_STRERROR): Likewise.
3462 * xm-dos.h (HAVE_STRERROR): Likewise.
3463 * xm-mingw32.h (HAVE_STRERROR): Likewise.
3464 * xm-pa.h (HAVE_STRERROR): Likewise.
3465 * xm-papro.h (HAVE_STRERROR): Likewise.
3466 * xm-sysv4.h (HAVE_STRERROR): Likewise.
3467 * configure, config.in: Rebuilt.
3468
3469 * Makefile.in: Add several missing "else true" clauses.
3470
3471 * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
3472 * mips-tfile.c: Likewise.
3473 * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
3474 * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
3475 * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
3476 * configure.in: Check for sys_siglist declaration.
3477 * configure, config.in: Rebuilt.
3478
3479 Mon Sep 1 08:04:07 1997 Joel Sherrill (joel@OARcorp.com)
3480
3481 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
3482 m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
3483 sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
3484 * i960/i960.h: Added SUBTARGET_SWITCHES macro.
3485 * rs6000/sysv4.h (extra_subtarget_switches): Added new
3486 macro EXTRA_SUBTARGET_SWITCHES.
3487 * configure.in (sh*-*-rtems*): New target.
3488 * sh/rtems.h: New file.
3489 * sh/sh.h: Added SUBTARGET_SWITCHES macro.
3490 * configure: Rebuilt.
3491
3492 Sat Aug 30 22:54:26 1997 Jim Wilson <wilson@cygnus.com>
3493
3494 * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
3495
3496 Sat Aug 30 10:49:46 1997 David Edelsohn <edelsohn@mhpcc.edu>
3497
3498 * rs6000.md: Make DF fused-add operations pay attention to
3499 -mno-fused-add.
3500
3501 Fri Aug 29 19:19:54 1997 Jim Wilson <wilson@cygnus.com>
3502
3503 * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
3504
3505 Fri Aug 29 16:13:51 1997 Jeffrey A Law (law@cygnus.com)
3506
3507 * pa.md (reload_peepholes): Make sure operand is a REG before
3508 examining REGNO. Allow general registers too.
3509
3510 Fri Aug 29 11:42:04 1997 Jim Wilson <wilson@cygnus.com>
3511
3512 * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
3513
3514 Fri Aug 29 09:33:20 1997 Philipp Thomas (kthomas@lxi165.gwdg.de)
3515
3516 * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
3517 to reallocate abbrev_die_table.
3518
3519 Thu Aug 28 15:14:46 1997 Jim Wilson <wilson@cygnus.com>
3520
3521 * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
3522
3523 1997-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3524
3525 * Makefile.in (config.status): Depend on version.c
3526
3527 * expr.h (insn_gen_function): Reenable prototype.
3528
3529 * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
3530 first parameter.
3531
3532 Thu Aug 28 13:01:43 1997 Jim Wilson <wilson@cygnus.com>
3533
3534 * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
3535
3536 Thu Aug 28 07:03:15 1997 Jeffrey A Law (law@cygnus.com)
3537
3538 * version.c: Bump for latest snapshot.
3539
3540 * bc-optab.c: Conditionally include stdlib.h.
3541 (free): Provide a declaration if NEED_DECLARATION_FREE.
3542 * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
3543 * rtl.h (free): Remove declaration.
3544 * tree.h (free): Remvoe declaration.
3545
3546 * configure: Rebuilt.
3547
3548 Wed Aug 27 21:32:20 1997 Jeffrey A Law (law@cygnus.com)
3549
3550 * flags.h (flag_move_all_movables): Declare.
3551 (flag_reduce_all_givs): Likewise.
3552 * loop.c (move_movables): Handle flag_move_all_movables.
3553 (strength_reduce): Handle flag_reduce_all_givs.
3554 * toplev.c (flag_move_all_movables): Define.
3555 (flag_reduce_all_givs): Likewise.
3556 (f_options): Add -fmove-all-movables and -freduce-all-givs.
3557 * invoke.texi: Document new options, including alias stuff that
3558 wasn't included last time.
3559
3560 Wed Aug 27 18:08:51 1997 Bob Manson (manson@cygnus.com)
3561
3562 * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
3563 * t-mn10200: Ditto.
3564 * t-vxsparc: Ditto.
3565 * t-vxworks68: Ditto.
3566 * t-vxworks960: Ditto.
3567 * t-vx29k: Ditto.
3568
3569 Wed Aug 27 16:35:29 1997 Richard Henderson <rth@cygnus.com>
3570
3571 * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
3572 if not already defined, and USE_C_ALLOCA not defined.
3573
3574 Wed Aug 27 16:08:43 1997 Jim Wilson <wilson@cygnus.com>
3575
3576 * config.guess: Replace with script that uses ../config.guess.
3577
3578 * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
3579 if USE_GNULIBC_1 is not defined.
3580
3581 Wed Aug 27 15:49:12 1997 Richard Henderson <rth@cygnus.com>
3582
3583 * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
3584 * config.guess: Recognize alpha-linux-gnulibc1.
3585 * configure.in (alpha-*-linux-gnulibc1): New target.
3586 (alpha-*-linux-gnu*): Don't build crtbegin/end.
3587
3588 Wed Aug 27 11:52:58 1997 Jim Wilson <wilson@cygnus.com>
3589
3590 * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
3591 last change.
3592
3593 Wed Aug 27 01:56:18 1997 Doug Evans <dje@seba.cygnus.com>
3594
3595 * loop.c (combine_movables): Earlier insns don't match later ones.
3596
3597 Wed Aug 27 01:24:25 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3598
3599 * config/linux.h (CC1_SPEC): Define it only if not defined.
3600
3601 * config/m68k/linux.h (CC1_SPEC): Undefine it before include
3602 <linux.h>
3603
3604 * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
3605 USE_GNULIBC_1 is not defined.
3606
3607 * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1.
3608
3609 * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
3610 as 1 if USE_GNULIBC_1 is not defined.
3611
3612 Wed Aug 27 00:49:14 1997 Jeffrey A Law (law@cygnus.com)
3613
3614 * reorg.c (dbr_schedule): Allow current_function_return_rtx
3615 to be something other than a REG.
3616 * function.c (expand_function_end): Fix current_function_return_rtx
3617 if it was a pseudo.
3618
3619 * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
3620 * x-netbsd: Likewise
3621 * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
3622 (INSTALL_HEADERS): Delete.
3623 * x-dguxbcs: Likewise.
3624 * x-hp3bsd44: Likewise
3625 * x-pa: Likewise.
3626
3627 Wed Aug 27 00:30:00 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3628
3629 * i386.md (pop): pop increments the stack pointer.
3630 (prologue_set_stack_ptr): New pattern.
3631 * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
3632 instead of subsi3.
3633
3634 Tue Aug 26 18:50:32 1997 Jim Wilson <wilson@cygnus.com>
3635
3636 * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
3637 address where an offsettable address is required.
3638
3639 Tue Aug 26 17:54:56 1997 Michael P. Hayes (michaelh@ongaonga.chch.cri.nz>
3640
3641 * loop.c (check_final_value): Don't miss a biv increment in a
3642 parallel.
3643
3644 Tue Aug 26 12:03:49 1997 Jim Wilson (wilson@cygnus.com)
3645
3646 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
3647 TYPE_DECL_IS_STUB instead of DECL_NAME.
3648
3649 Mon Aug 25 23:27:10 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3650
3651 * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
3652
3653 Mon Aug 25 23:27:10 1997 Jim Meyering <meyering@eng.ascend.com>
3654
3655 * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
3656
3657 Mon Aug 25 13:12:24 1997 Jeffrey A Law (law@cygnus.com)
3658
3659 * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
3660 (find_post_sched_live): Likewise.
3661
3662 * haifa-sched.c (schedule_block): Remove old code to get arguments
3663 from hard regs into pseudos early.
3664
3665 Mon Aug 25 08:55:00 1997 Jeffrey A Law (law@cygnus.com)
3666
3667 * version.c: Bump for new snapshot.
3668
3669 * local-alloc.c (update_equiv_regs): All the target to reject
3670 promotion of some REG_EQUAL to REG_EQUIV notes.
3671 * pa.h (DONT_RECORD_EQUIVALENCE): Define.
3672
3673 * pa.c (secondary_reload_class): (mem (mem ... )) does not need
3674 secondary reloads.
3675
3676 * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
3677 store of the argument registers.
3678
3679 Mon Aug 25 08:39:02 1997 Craig Burley (burley@gnu.ai.mit.edu)
3680
3681 * fold-const.c (multiple_of_p): New function.
3682 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
3683
3684 Mon Aug 25 01:47:41 1997 Jeffrey A Law (law@cygnus.com)
3685
3686 * expr.h (insn_gen_function): Temporarily remove prototype.
3687
3688 Sun Aug 24 17:22:21 1997 Jim Wilson <wilson@cygnus.com>
3689
3690 * Makefile.in (install-info): Don't cd into srcdir. Add srcdir to
3691 filenames. Use sed to extract base filename for install.
3692
3693 Sat Aug 23 18:19:40 1997 John F. Carr <jfc@mit.edu>
3694
3695 * unroll.c (find_splittable_givs): Only share if two givs have the
3696 same add and multiply values.
3697
3698 Sat Aug 23 14:36:27 1997 Jim Wilson <wilson@cygnus.com>
3699
3700 * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
3701 * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
3702
3703 Sat Aug 23 00:18:22 1997 Jeffrey A Law (law@cygnus.com)
3704
3705 * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
3706 around branch tables.
3707 * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
3708 and .end_brtab directives if TARGET_GAS.
3709
3710 Fri Aug 22 14:05:55 1997 Jim Wilson <wilson@cygnus.com>
3711
3712 * alias.c (true_dependence): Pass x_addr not x to varies.
3713
3714 * acconfig.h (NEED_DECLARATION_CALLOC): Add.
3715 * configure.in: Add GCC_NEED_DECLARATION call for calloc.
3716 * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
3717 declarations.
3718 * config.in, configure: Regenerate.
3719
3720 Thu Aug 21 23:52:16 1997 John F. Carr <jfc@mit.edu>
3721
3722 * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
3723 LO_SUM.
3724 (record_set): Handle LO_SUM like PLUS.
3725 (init_alias_analysis): When following chains of base addresses,
3726 do not stop on reaching a hard register.
3727
3728 Thu Aug 21 20:17:37 1997 Jeffrey A Law (law@cygnus.com)
3729
3730 * version.c: Bump for new snapshot.
3731
3732 Thu Aug 21 17:28:00 1997 Jim Wilson <wilson@cygnus.com>
3733
3734 * alpha.h (ARCH_ASM_FILE_START): Define.
3735 (ASM_FILE_START): Use ARCH_ASM_FILE_START.
3736 * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
3737
3738 Thu Aug 21 10:22:19 1997 Jeffrey A Law (law@cygnus.com)
3739
3740 * Makefile.in (install-common): Put gcov comment at start of line.
3741
3742 Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com)
3743
3744 * alias.c (init_alias_analysis): When simplifying the reg_base_value
3745 array, simplify entries for hard registers too.
3746
3747 Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
3748
3749 * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
3750 list.
3751
3752 Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
3753
3754 * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
3755 block_stack before dereferencing it.
3756
3757 Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com>
3758
3759 * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
3760
3761 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
3762
3763 * cplus-dem.c: Add 'extern' to prepends_underscore.
3764
3765 Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
3766
3767 * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
3768 (get_issue_rate): Delete.
3769 * pa.h (ISSUE_RATE): Define.
3770
3771 * configure.in: Turn on haifa by default for the PA.
3772 * configure: Rebuilt.
3773 * pa.c (override_options): Accept -mschedule=7200 option.
3774 (pa_adjust_cost): No longer need to scale costs for newer
3775 processors.
3776 * pa.h (enum processor_type): Add PROCESSOR_7200.
3777 * pa.md: Revamp scheduling parameters to work better with
3778 haifa. Add scheduling parameters for the 7200.
3779
3780 * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
3781 insns too.
3782 (schedule_block): When adjusting basic_block_{head,end}, account
3783 for movement of SCHED_GROUP_P insns too.
3784
3785 * haifa-sched.c (debug_dependencies): Fix thinko.
3786
3787 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
3788 (site.exp, check, check-g++, check-gcc): New targets.
3789
3790 * haifa-sched.c: Make lots of variables static.
3791
3792 Tue Aug 19 07:18:34 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3793
3794 * expr.h, real.h: Finish prototyping.
3795
3796 Mon Aug 18 21:49:02 1997 Jim Wilson <wilson@cygnus.com>
3797
3798 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
3799 reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
3800 * reload1.c: Undo bugfix from Aug 11.
3801
3802 Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
3803
3804 * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
3805 quotes around the name.
3806 * configure: Regenerate.
3807
3808 Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
3809
3810 * Makefile.in (stmp-multilib-sub): Fix typo in last change.
3811
3812 Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
3813
3814 * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
3815 to sub-makes to avoid building more passes than the user might have
3816 requested on the command line.
3817
3818 Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
3819
3820 * configure.in: Expurgate `broken_install' (install is
3821 autoconfed).
3822
3823 * configure.lang: Substitute autoconfed ${INSTALL} (not currently
3824 relevant).
3825
3826 Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
3827
3828 * loop.c (is_power_of_2, is_conditional_branch): Delete unused
3829 functions and declarations.
3830 (analyze_loop_iterations): Use condjump_p.
3831 (insert_bct): Likewise. Use exact_log2.
3832
3833 Fri Aug 15 23:48:32 1997 Jeffrey A Law (law@cygnus.com)
3834
3835 * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
3836 (schedule_region): Likewise.
3837 (schedule_insns): Likewise.
3838
3839 * PROJECTS: Update with Haifa stuff.
3840
3841 Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com)
3842
3843 * version.c: Change the version string to look like:
3844 egcs-2.90.00 970814 (gcc2-970802 experimental).
3845
3846 * loop.c (is_conditional_branch): Make definition match declaration.
3847
3848 * gcc.c: Take out experimental snapshot warning message.
3849
3850 Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com>
3851
3852 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
3853 print out the names of the notes. Print out the name of the insn
3854 that is not a note, and not an {,CALL_,JUMP_}INSN.
3855
3856 Wed Aug 13 17:32:38 1997 Jason Merrill <jason@yorick.cygnus.com>
3857
3858 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
3859 again for the slot after we give it RTL.
3860
3861 Wed Aug 13 01:03:37 1997 Doug Evans <dje@canuck.cygnus.com>
3862
3863 * configure.in (haifa configury): Fix typo.
3864 * configure: Regenerate.
3865
3866 Tue Aug 12 10:20:36 1997 Jeffrey A Law (law@cygnus.com)
3867
3868 * version.c: Bump version to "gcc-3.0.0 970802 experimental".
3869
3870 * gcc.info*: Rebuilt.
3871
3872 * COPYING.g77, README.g77: New files.
3873 * real.c (ereal_unto_float, ereal_unto_double): New functions.
3874 * real.h (ereal_unto_float, ereal_unto_double): Declare them.
3875 (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
3876
3877 Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com)
3878
3879 * Integrate Haifa instruction scheduler.
3880 * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS. Prefix all references
3881 to sched with $(SCHED_CFLAGS.
3882 * configure.in: Handle --enable-haifa.
3883 * configure: Rebuilt.
3884 * flags.h: Add new flags for haifa instruction scheduler.
3885 * genattrtab.c (expand_units): For haifa, don't subtract one
3886 when computing blockage.
3887 * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
3888 (flag_schedule_speculative): Ditto.
3889 (flag_schedule_speculative_load): Ditto.
3890 (flag_schedule_speculative_load_dangerous): Ditto.
3891 (flag_schedule_reverse_before_reload): Ditto.
3892 (flag_schedule_reverse_after_reload): Ditto.
3893 (flag_branch_on_count_reg): Ditto.
3894 (f_options): Add Haifa switches.
3895 (main): Turn off some Haifa options if appropriate macro is
3896 defined. Process Haifa switches.
3897 * unroll.c (iteration_info): No longer static, since Haifa
3898 scheduler uses it.
3899 (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
3900 * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
3901 * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
3902 * loop.h (loop_initial_value,loop_unroll_iter): New globals.
3903 * loop.c (loop_optimize): If HAIFA is defined, allocate additional
3904 storage for the Haifa scheduler.
3905 (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
3906 LABEL_NEXTREF.
3907 (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
3908 are defined, call analyze_loop_iterations and insert_bct to use
3909 countdown loops.
3910 (record_giv): Refine test for jumps out of loops if HAIFA is
3911 defined.
3912 (analyze_loop_iterations): New function to identify if we can use
3913 a countdown loop.
3914 (insert_bct): Insert countdown loop.
3915 (instrument_loop_bct): Low level code to insert countdown loop.
3916 (loop_number): Calculate UID of loop.
3917 (indirect_jump_in_function_p): Return true if an indirect jump is
3918 in the function.
3919 (is_power_of_2): Return true if value is a power of 2.
3920 (is_conditional_branch): Return true if insn is a conditional
3921 jump.
3922 (fix_bct_param): Process -fbct-{min,max}-N switches.
3923 (check_bct_param): Return true if loop should be instrumented.
3924 * loop.c (loop_initial_value,loop_unroll_iter): New globals.
3925 (loop_optimize): Initialize.
3926 (get_condition_for_loop): Ditto.
3927 * loop.c (strength_reduce): Inside of code that uses #ifdef
3928 HAVE_decrement_and_branch_on_count code, test it to make sure the
3929 condition is true.
3930 (instrument_loop_bct): Ditto.
3931 * haifa-sched.c: New file.
3932
3933
3934 * Integrate regmove pass.
3935 * Makefile.in (OBJS): Add regmove.o
3936 (regmove.o): Add dependencies.
3937 * flow.c (find_use_as_address): No longer static.
3938 * rtl.h (find_use_as_address): Declare.
3939 * toplev.c (regmove_dump, flag_regmove): Define.
3940 (f_options): Add -fregmove.
3941 (regmove_dump_file, regmove_time): Define.
3942 (fatal_insn): Close the regmove dump file.
3943 (compile_file): Initialize regmove_time; open/close the regmove dump
3944 file as needed. Print regmove time as needed.
3945 (rest_of_compilation): Run regmove pass if requested, dump
3946 RTL after regmove if requested.
3947 (main): If -O2 or more, turn on regmove. Handle dump switches.
3948 * regmove.c: New file.
3949
3950 Mon Aug 11 14:15:02 1997 Jeffrey A Law (law@cygnus.com)
3951
3952 * Integrate tlink patch from jason@cygnus.com
3953 * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
3954 (process_command): Increment n_switches for them. Don't discard
3955 their args. Validate them.
3956 (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
3957 From Rohan Lenard.
3958 (process_command): Set include_prefixes from COMPILER_PATH.
3959 (main): Set COLLECT_GCC_OPTIONS sooner.
3960 * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
3961 * tlink.c, hash.c, hash.h: New files.
3962 * Makefile.in (USE_COLLECT2): Always use collect2.
3963 (collect2): Depend on and link in hash.o and tlink.o.
3964 (tlink.o, hash.o): Add dependencies.
3965
3966 Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com)
3967
3968 * Integrate alias analysis changes from jfc@mit.edu
3969 * Makefile.in (OBJS): Add alias.o
3970 (alias.o): Add dependencies.
3971 * alias.c: New file.
3972 * sched.c: Remove alias analysis code. It lives in alias.c now.
3973 (sched_analyze_2): Add new arguments to true_dependence.
3974 (schedule_insns): Always call init_alias_analysis.
3975 * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
3976 mark return value from such functions as a pointer and keep track of
3977 them for alias analysis. If a return value from a function is a
3978 pointer, mark it as such.
3979 * combine.c (distribute_notes): Handle REG_NOALIAS.
3980 * cse.c (struct write_data): Delete. No longer needed.
3981 (invalidate): Don't call set_nonvarying_address_components anymore.
3982 Use true_dependence to decide if an entry should be removed from
3983 the hash table.
3984 (invalidate_memory): Remove WRITES argument, simplify appropriately.
3985 Fix all callers.
3986 (note_mem_written): Similarly for WRITE_PTR argument.
3987 (invalidate_from_clobbers): Similarly for W argument.
3988 (invalidate_for_call): Remove memory elements from the hash table.
3989 (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
3990 (cse_rtx_varies_p): New function. Derived from old
3991 cse_rtx_addr_varies_p.
3992 (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
3993 Don't call note_mem_written anymore. Stack pushes invalidate the stack
3994 pointer if PUSH_ROUNDING is defined. No longer need to call
3995 cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
3996 (skipped_writes_memory): Remove variable.
3997 (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
3998 (invalidate_skipped_block): Simplify for new alias analysis code.
3999 (cse_set_around_loop): Likewise.
4000 (cse_main): Call init_alias_analysis.
4001 * flags.h (flag_alias_check, flag_argument_noalias): Declare.
4002 * toplev.c (flag_alias_check, flag_argument_noalias): Define.
4003 (f_options): Add new alias checking arguments.
4004 (main): Set flag_alias_check when optimizing.
4005 * local_alloc (validate_equiv_mem_from_store): Add new arguments
4006 to true_dependence.
4007 (memref_referenced_p): Likewise.
4008 * loop.c (NUM_STORES): Increase to 30.
4009 (prescan_loop): Only non-constant calls set unknown_address_altered.
4010 (invariant_p): Add new arguments to true_dependence.
4011 (record_giv): Initialize unrolled and shared fields.
4012 (emit_iv_add_mult): Call record_base_value as needed.
4013 * loop.h (struct induction): Add unrolled and shared fields.
4014 * unroll.c (unroll_loop): Call record_base_value as needed.
4015 (copy_loop_body): Likewise.
4016 (final_biv_value): Likewise.
4017 (final_giv_value): Likewise.
4018 (find_splittable_regs): Likewise. Only create one new pseudo
4019 if we have multiple address GIVs that were combined with the same
4020 dst_reg GIV. Note when a new register is created due to unrolling.
4021 * rtl.c (reg_note_name): Add REG_NOALIAS.
4022 * rtl.h (enum reg_note): Similarly.
4023 (rtx_varies_p, may_trap_p, side_effects_p): Declare.
4024 (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
4025 (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
4026 (true_dependence, read_dependence, anti_dependence): Likewise.
4027 (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
4028 (mark_user_reg, mark_reg_pointer): Likewise.
4029
4030
4031 * Integrate reload bugfix from Wilon which enables the PA port
4032 to bootstrap again.
4033 * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
4034 OPERAND_ADDRESS when computing how many registers an insn needs.
4035 (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
4036 conflict.
4037 (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
4038 OPADDR_ADDR reload.
4039 (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
4040 in reload_reg_use_in_op_addr do not reach the end.
4041 do not reach the end.
4042 (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
4043 RELOAD_FOR_OPERAND_ADDRESS.
4044
4045 Sun Aug 10 12:00:20 1997 Jeffrey A Law (law@cygnus.com)
4046
4047 * egcs project officially starts.
4048