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