]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
* gcc.c (getrusage): Wrap prototype arguments in PROTO().
[gcc.git] / gcc / ChangeLog
1 Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * gcc.c (getrusage): Wrap prototype arguments in PROTO().
4
5 1999-09-13 12:18 -0700 Zack Weinberg <zack@bitmover.com>
6
7 * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
8 Use DImode operation.
9
10 1999-09-13 12:13 -0700 Zack Weinberg <zack@bitmover.com>
11
12 * gcc.c: Include sys/resource.h.
13 (report_times): New flag.
14 (execute): If report_times is set, calculate and report the
15 CPU time consumed by each subprocess.
16
17 (rus, prus): New globals.
18 (option_map): Add --time.
19 (display_help): Document -time.
20 (process_command): Set report_times if -time is given.
21 Turn off -pipe if -time is given.
22
23 * invoke.texi: Document new option -time.
24
25 * configure.in: Check for getrusage. Check if we have to
26 prototype getrusage.
27 * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
28 * configure: Regenerate.
29 * config.in: Regenerate.
30
31 Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com>
32
33 * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
34 fields.
35
36 Mon Sep 13 10:01:33 1999 Nick Clifton <nickc@cygnus.com>
37
38 * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
39 appropriate) if FINE_GRAINED_LIBRARIES is not defined.
40 (nan): Return _thenan_sf or _thenan_df as appropriate.
41 (L_thenan_sf): Define _thenan_sf.
42 (L_thenan_df): Define _thenan_df.
43
44 * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
45 (DPBIT_FUNCS): Add _thenan_df.
46
47 Mon Sep 13 09:38:53 1999 Andreas Schwab <schwab@suse.de>
48
49 * tree.c (fix_sizetype): Exchange the types for TYPE_SIZE and
50 TYPE_SIZE_UNIT.
51
52 Sun Sep 12 23:28:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
53
54 * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
55
56 * gcc.h: New file.
57 (lang_specific_driver): Don't take a function pointer parameter.
58 All callers changed.
59
60 * gcc.c: Include gcc.h.
61 (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
62 lang_specific_extra_outfiles, fatal): Don't declare.
63 (multilib_defaults_raw): Constify.
64 (read_specs): Call memset, rather than bzero.
65 (main): Call return, not exit.
66 (lookup_compiler): Call memcpy, not bcopy.
67 (fatal): Make extern.
68
69 * cppspec.c: Include gcc.h.
70 (lang_specific_driver): Initialize variable `quote'. Constify a
71 char*. All calls to the function pointer parameter now
72 explicitly call `fatal'.
73
74 * gccspec.c (lang_specific_driver): Include gcc.h.
75
76 Sun Sep 12 19:52:10 1999 Richard Earnshaw <rearnsha@arm.com>
77
78 * arm.c (note_invalid_constants): Use recog_data.operand_type
79 for recog_op_type.
80
81 Sun Sep 12 15:53:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
82
83 * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
84 Declare.
85
86 * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
87 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
88 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
89 reload_secondary_in_reload, reload_secondary_out_reload,
90 reload_secondary_in_icode, reload_secondary_out_icode,
91 reload_reg_rtx, reload_when_needed): Delete declarations.
92 (struct reload): New structure.
93 (rld): Declare new array.
94 * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
95 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
96 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
97 reload_secondary_in_reload, reload_secondary_out_reload,
98 reload_secondary_in_icode, reload_secondary_out_icode,
99 reload_reg_rtx, reload_when_needed): Delete definitions.
100 (rld): New array.
101 (whole file): Replace uses of the deleted arrays with uses of rld.
102 * reload1.c (whole file): Replace uses of the deleted arrays with
103 uses of rld.
104 (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
105 explicit loops, not with bcopy.
106
107 Sun Sep 12 05:00:24 1999 Richard Henderson <rth@cygnus.com>
108
109 * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
110 insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
111 insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
112 insn_name): Delete and consolidate into new structures.
113 (insn_operand_predicate_fn): New.
114 (insn_output_fn): New.
115 (insn_gen_fn): New.
116 (struct insn_operand_data): New.
117 (struct insn_data): New.
118 (insn_data): New.
119 (OUT_FCN): Update for insn_data change.
120 * builtins.c (expand_builtin_strlen): Likewise.
121 (expand_builtin_memcmp): Likewise.
122 * combine.c (make_extraction, simplify_comparison): Likewise.
123 * cse.c (canon_reg, cse_insn): Likewise.
124 * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
125 * expmed.c (store_bit_field, extract_bit_field): Likewise.
126 (emit_store_flag): Likewise.
127 * expr.c (convert_move, emit_block_move): Likewise.
128 (clear_storage, emit_push_insn, expand_increment): Likewise.
129 (do_store_flag): Likewise.
130 * expr.h (GEN_FCN): Likewise.
131 (insn_gen_function): Die.
132 * final.c (final_scan_insn): Update for insn_data change.
133 (output_asm_name): Likewise.
134 * function.c (fixup_var_refs_1): Likewise.
135 * loop.c (check_dbra_loop): Likewise.
136 * optabs.c (expand_binop, expand_twoval_binop): Likewise.
137 (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
138 (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
139 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
140 * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
141 * regmove.c (gen_add3_insn): Likewise.
142 * reload.c (push_secondary_reload, combine_reloads): Likewise.
143 (find_reloads, find_reloads_address_1): Likewise.
144 (debug_reload_to_stream): Likewise.
145 * reload1.c (emit_reload_insns, gen_reload): Likewise.
146 * stmt.c (expand_end_case): Likewise.
147 * toplev.c (compile_file): Likewise.
148
149 * c4x/c4x.c (c4x_process_after_reload): Likewise.
150 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
151
152 * print-rtl.c (insn_name_ptr): Remove declaration.
153 (get_insn_name): Declare.
154 (print_rtx): Use it.
155 * genoutput.c (insn_name_ptr): Remove.
156 (next_operand_number): New.
157 (struct operand_data): New.
158 (null_operand, odata, odata_end): New.
159 (struct data): Use struct operand_data.
160 (idata, idata_end): Renamed from insn_data and end_of_insn_data.
161 (get_insn_name): Renamed from name_for_index.
162 (output_prologue): Define NO_MD_PROTOTYPES.
163 (output_predicate_decls): Break out from output_epilogue.
164 Iterate over the operands list.
165 (output_operand_data): Break out from output_epilogue. Emit
166 just the operands list.
167 (output_insn_data): Break out from output_epilogue. Emit just
168 the insn data.
169 (output_epilogue): Remove.
170 (output_get_insn_name): New.
171 (constraints, op_n_alternatives, predicates, address_p): Die.
172 (modes, strict_low, seen): Die.
173 (scan_operands): Take new param `d' instead of writing to
174 seven global variables.
175 (compare_operands): New.
176 (place_operands): New.
177 (validate_insn_alternatives): Update for struct data change.
178 (gen_insn): Don't zero or copy 7 global arrays. Update for
179 scan_operands; call place_operands.
180 (gen_peephole, gen_expand, gen_split): Likewise.
181 (main): Update for new output routines.
182
183 * genattr.c (insn_name_ptr): Remove.
184 (get_insn_name): New function.
185 * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
186 * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
187 * genrecog.c: Likewise.
188
189 * alpha.md (adddi3): Make `pattern' array static.
190
191 Sun Sep 12 22:05:21 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
192
193 * config/c4x/c4x.h (c4x_rpts_cycles_string,
194 c4x_cpu_version_string): Constify char *.
195 * config/c4x/c4x.c (c4x_rpts_cycles_string,
196 c4x_cpu_version_string): Likewise.
197
198 Sat Sep 11 23:28:33 1999 Richard Henderson <rth@cygnus.com>
199
200 * tree.c (save_tree_status): Revert 10 Sep change.
201 (restore_tree_status): Likewise. Call obstack_free with NULL
202 before freeing the obstack proper.
203
204 Sat Sep 11 23:23:46 1999 Richard Henderson <rth@cygnus.com>
205
206 * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
207
208 * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
209 surrounding context.
210
211 Sat Sep 11 19:52:43 1999 Mark Mitchell <mark@codesourcery.com>
212
213 * tree.c (type_hash_canon): Put all types in the hash-table, when
214 GC'ing.
215
216 Sat Sep 11 18:37:04 1999 Richard Henderson <rth@cygnus.com>
217
218 * recog.h (struct recog_data, recog_data): New.
219 (recog_foo variables): Kill.
220 * recog.c (recog_operand, recog_operand_loc): Kill.
221 (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
222 (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
223 (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
224 (recog_data): Define.
225 (extract_insn): Update all recog_foo references to use recog_data.
226 (preprocess_constraints, constrain_operands): Likewise.
227 * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
228 * genattrtab.c (main): Likewise.
229 * genextract.c (main): Likewise.
230 * genoutput.c: Likewise.
231 * genrecog.c (write_subroutine, main): Likewise.
232 * local-alloc.c (block_alloc): Likewise.
233 * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
234 * regclass.c (scan_one_insn, record_reg_classes): Likewise.
235 * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
236 * reload.c (find_reloads, find_reloads_toplev): Likewise.
237 * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
238 (reload_cse_simplify_operands): Likewise.
239
240 * arc/arc.c (arc_final_prescan_insn): Likewise.
241 * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
242 * h8300/h8300.c (notice_update_cc): Likewise.
243 * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
244 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
245 * mn10200/mn10200.c (notice_update_cc): Likewise.
246 * mn10300/mn10300.c (notice_update_cc): Likewise.
247 * romp/romp.c (update_cc): Likewise.
248 * sparc/sparc.c (check_pic): Likewise.
249 * v850/v850.c (notice_update_cc): Likewise.
250
251 * genemit.c (main): Don't declare recog_operand.
252
253 Sat Sep 11 12:41:55 1999 Alex Samuel <samuel@codesourcery.com>
254
255 * ggc.h (rtvec_def): Forward declare.
256 (tree_node): Likewise.
257 (ggc_root): Define.
258 (roots): Declare.
259 (ggc_set_mark_rtx): Add prototype.
260 (ggc_set_mark_rtvec): Likewise.
261 (ggc_set_mark_tree): Likewise.
262 * ggc-simple.c (ggc_root): Don't define.
263 (roots): Don't declare.
264 (ggc_mark_rtx): Remove.
265 (ggc_mark_rtvec): Likewise.
266 (ggc_mark_tree): Likewise.
267 (ggc_mark_varray): Likewise.
268 (ggc_mark_tree_hash_table_entry): Likewise.
269 (ggc_mark_tree_hash_table): Likewise.
270 (ggc_set_mart_rtx): New function.
271 (ggc_set_mark_rtvec): Likewise.
272 (ggc_set_mark_tree): Likewise.
273 (ggc_add_root): Remove.
274 (ggc_add_rtx_root): Likewise.
275 (ggc_remove_tree_root): Likewise.
276 (ggc_add_string_root): Likewise.
277 (ggc_add_tree_varray_root): Likewise.
278 (ggc_add_tree_hash_table_root): Likewise.
279 (ggc_del_root): Likewise.
280 (ggc_mark_rtx_ptr): Likewise.
281 (ggc_mark_tree_ptr): Likewise.
282 (ggc_mark_string_ptr): Likewise.
283 (ggc_mark_tree_varray_ptr): Likewise.
284 (ggc_mark_tree_hash_table_ptr): Likewise.
285 * ggc-common.c: New file.
286 * Makefile.in (OBJS): Add ggc-common.o.
287 (ggc-common.o): List dependencies.
288
289 1999-09-10 22:37 -0700 Zack Weinberg <zack@bitmover.com>
290
291 * cppalloc.c (xstrdup): Use memcpy.
292 * cpperror.c (cpp_print_containing_files): Don't use
293 cpp_notice.
294 * cpplib.c (conditional_skip): Set temp->lineno.
295 (do_endif): Make error message less obscure.
296 (if_directive_name): New function.
297 (cpp_get_token [case EOF]): Unwind the if stack and generate
298 error messages for each unterminated conditional in this file.
299 (parse_string): Do not behave differently if -traditional.
300
301 Fri Sep 10 14:04:07 1999 Richard Henderson <rth@cygnus.com>
302
303 * builtins.c (expand_builtin_va_arg): Cope with an array-type
304 va_list decomposing to pointer-type.
305 * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
306 (rs6000_va_arg): Likewise.
307
308 Fri Sep 10 13:21:21 1999 Jim Wilson <wilson@cygnus.com>
309
310 * except.c (start_dynamic_handler): Compute size using
311 STACK_SAVEAREA_MODE.
312
313 Fri Sep 10 16:01:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
314
315 * protoize.c: Remove various __STDC__ and POSIX hacks. Don't
316 include directory headers. Don't define strrchr. Don't provide
317 my_* replacement functions. Prefer PTR over `pointer_type'.
318 Don't prototype system functions. Don't redefine getopt.
319
320 (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
321 safe_read, safe_write, save_pointers, restore_pointers,
322 is_id_char, in_system_include_dir, directory_specified_p,
323 file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
324 find_corresponding_lparen, referenced_file_is_newer,
325 save_def_or_dec, munge_compile_params, gen_aux_info_file,
326 process_aux_info_file, identify_lineno, check_source,
327 seek_to_line, forward_to_next_token_char, output_bytes,
328 output_string, output_up_to, other_variable_style_function,
329 find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
330 do_processing, is_syscalls_file, rename_c_file, find_extern_def,
331 find_static_definition, connect_defs_and_decs, add_local_decl,
332 add_global_decls, needs_to_be_converted, visit_each_hash_node,
333 add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
334 edit_fn_declaration, edit_formals_lists, edit_fn_definition,
335 scan_for_missed_items, edit_file, string_list_cons): Add static
336 prototypes.
337 (standard_exec_prefix, target_machine, target_version,
338 default_syscalls_dir, string_list, string_list_cons, find_file,
339 do_cleaning): Constify a char*.
340 (safe_read, safe_write): Use PTR, not a char*.
341 (is_id_char): Take an int, not a char.
342 (main): Add prototype. Call return, not exit.
343
344 Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com>
345
346 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
347 when comparing types.
348
349 Fri Sep 10 08:43:32 1999 Richard Henderson <rth@cygnus.com>
350
351 * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
352 (strength_reduce): Release the varrays from the no-bivs early exit.
353
354 * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
355 the loop over the registers.
356
357 * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
358 for a new obstack.
359 (restore_tree_status): Check that instead when freeing the obstack.
360
361 Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com>
362
363 * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
364 as pointers.
365
366 Fri Sep 10 11:58:55 1999 Bernd Schmidt <bernds@cygnus.co.uk>
367
368 * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall. Fix some
369 operand size modifiers.
370
371 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
372
373 * c-common.c (c_common_nodes_and_builtins): Don't build
374 va_list_type_node.
375 * c-common.h (enum c_tree_index and related accesor macros): Remove
376 everything now declared in tree.h.
377 * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
378 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
379 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
380 (error_mark_node, void_type_node, char_type_node, integer_type_node,
381 unsigned_type_node, ptr_type_node, va_list_type_node,
382 integer_zero_node, null_pointer_node, integer_one_node): Delete.
383 (init_decl_processing): Call build_common_tree_nodes and
384 build_common_tree_nodes_2 instead of building their nodes here.
385 Don't add roots for these nodes.
386 * stor-layout.c (size_zero_node, size_one_node): Delete.
387 (set_sizetype): Make a new node for bitsizetype each time.
388 * tree.c (global_trees): New variable.
389 (init_obstacks): Add a gc root for it.
390 (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
391 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
392 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
393 (build_common_tree_nodes): New function.
394 (fix_sizetype): New function.
395 (build_common_tree_nodes_2): New function.
396 * tree.h (enum tree_index): New.
397 (global_trees): Declare.
398 Add accessor macros for all nodes now moved to global_trees.
399 Delete their declarations.
400
401 Thu Sep 9 20:15:46 1999 Richard Henderson <rth@cygnus.com>
402
403 * c-decl.c (finish_function): When processing a nested function,
404 push and pop GC context around rest_of_compilation.
405
406 Thu Sep 9 16:42:06 1999 Richard Henderson <rth@cygnus.com>
407
408 * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
409 Default ix86_arch to PROCESSOR_I386.
410 * i386.h (CC1_CPU_SPEC): Don't add -march=foo. Remove -mno-foo.
411 (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
412 (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
413 (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
414 __tune_foo__ if no -mcpu. Make -mcpu=bar define __tune_bar__.
415 (EXTRA_SPECS): Remove deleted specs.
416
417 Thu Sep 9 16:03:06 1999 Richard Henderson <rth@cygnus.com>
418
419 * function.c (assign_stack_local_1): Allocate from
420 function->x_frame_offset, not frame_offset.
421
422 Thu Sep 9 14:36:31 1999 Mark Mitchell <mark@codesourcery.com>
423
424 * ggc.h (lang_cleanup_tree): Remove.
425 * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
426 * ggc-callbacks.c (lang_cleanup_tree): Remove.
427
428 * c-decl.c (finish_struct): Use ggc_alloc to allocate
429 TYPE_LANG_SPECIFIC when garbage collecting.
430 (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
431 (lang_cleanup_tree): Remove.
432
433 Thu Sep 9 14:23:02 1999 Jason Merrill <jason@yorick.cygnus.com>
434
435 * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
436 * crtstuff.c: Not here.
437 * dwarf2out.c: Or here.
438 * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
439 info.
440
441 Thu Sep 9 09:40:58 1999 Mark Mitchell <mark@codesourcery.com>
442
443 * function.h (free_after_compilation): Remove decl parameter.
444 (free_varasm_status0: Likewise.
445 (free_emit_status): Likewise.
446 (free_stmt_status): Likewise.
447 (free_after_compilation): Likewise.
448 (init_lang_status): New variable.
449 (free_lang_status): Likewise.
450 * emit-rtl.c (free_emit_status): Make decl parameter implicit.
451 * function.c (init_lang_status): New variable.
452 (free_lang_status): Likewise.
453 (push_function_context_to): Don't set function::decl here.
454 (free_after_copmilation): Make decl parameter implicit. Call
455 free_lang_status if defined.
456 (prepare_function_start): Call init_lang_status if defined.
457 (init_function_start): Set function::decl here.
458 * profile.c (output_func_start_profiler): Don't call pushdecl
459 until we've actually started the function.
460 * stmt.c (free_stmt_status): Make decl parameter implicit.
461 * toplev.c (rest_of_compilation): Don't pass decl to
462 free_after_compilation.
463 * varasm.c (free_varasm_status): Likewise.
464
465 Thu Sep 9 17:23:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
466
467 * except.c (call_get_eh_context): Add root when allocating static
468 tree variable.
469
470 Thu Sep 9 15:24:59 BST 1999 Richard Earnshaw <rearnsha@arm.com>
471
472 * arm.c: Include "ggc.h".
473 (arm_add_gc_roots): New function.
474 (arm_override_options): Call it.
475 (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
476
477 * arm.md (define_asm_attributes): Add a pool_range attribute.
478
479 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
480
481 * extend.texi (Volatiles): New node.
482
483 Thu Sep 9 03:37:31 1999 Richard Henderson <rth@cygnus.com>
484
485 * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
486 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
487 (struct ggc_any): Replace `mark' with `magic_mark'.
488 (ggc_alloc_string): Use memcpy, not bcopy.
489 (ggc_alloc_any): Set magic_mark. Update bytes_alloced_since_gc.
490 (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
491 (ggc_free_any): New.
492 (ggc_mark_string): Use IGNORE_MARK. Calc back to struct gcc_string.
493 (ggc_mark): Use IGNORE_MARK. Abort if magic doesn't match.
494 (ggc_collect): Re-enable collection avoidance. Use GGC_ANY_MARK.
495 Use IS_MARKED. Use ggc_free_any.
496
497 1999-09-09 Scott Bambrough <scottb@netwinder.org>
498
499 * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
500
501 Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
502
503 * toplev.c (main): Always init_ggc.
504
505 Wed Sep 8 23:53:22 1999 Richard Henderson <rth@cygnus.com>
506
507 * except.c (find_all_handler_type_matches): Free the list if
508 we found no matches.
509
510 * combine.c (SUBST): Break out to a real function do_SUBST.
511 (SUBST_INT): Likewise.
512 * gcse.c (free_pre_mem): Free `temp_bitmap'.
513 (pre_insert): Free `inserted'.
514 * loop.c (basic_induction_var): Always set `location'.
515
516 * function.c (expand_function_end): Add initial_trampoline as a root.
517 * rtl.h (init_varasm_once): Declare.
518 * toplev.c (compile_file): Call it.
519 * ggc-simple.c (ggc_mark_string_ptr): New.
520 (ggc_add_string_root): New.
521 (ggc_collect): Disable collection avoidance temporarily.
522 * ggc.h (ggc_add_string_root): Declare.
523 * except.c (create_rethrow_ref): Use ggc_alloc_string.
524 * optabs.c (init_libfuncs): Likewise.
525 * varasm.c (named_section): Use ggc_alloc_string.
526 (make_function_rtl): Likewise.
527 (make_decl_rtl): Likewise.
528 (assemble_static_space): Likewise.
529 (assemble_trampoline_template): Likewise.
530 (output_constant_def): Likewise.
531 (force_const_mem): Likewise.
532 (mark_const_hash_entry): New.
533 (mark_pool_sym_hash_table): New.
534 (mark_varasm_state): Use it.
535 (init_varasm_once): New.
536
537 * expr.h (init_one_libfunc): Declare.
538 * optabs.c (init_one_libfunc): New.
539 (init_optabs): Use it.
540 * config/gofast.h: Likewise.
541 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
542 * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
543
544 Thu Sep 9 13:46:06 1999 Geoffrey Keating <geoffk@cygnus.com>
545
546 * Makefile.in (cppexp.o): Depend on cpphash.h.
547 * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
548 Include cpphash.h.
549 * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
550 * cpplib.c (do_define): Generalise to handle poisoned definitions,
551 redefining poisoned identifiers, etc.
552 (do_undef): Don't allow poisoned identifiers to be undefined.
553 (do_pragma): Add #pragma poison.
554 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
555
556 * cccp.c: Add T_POISON node type.
557 (special_symbol): Handle `defined(xxx)' and plain `xxx' for
558 poisoned xxx.
559 (do_define): Generalise to handle poisoned definitions,
560 redefining poisoned identifiers, etc.
561 (do_undef): Don't allow poisoned identifiers to be undefined.
562 (do_pragma): Add #pragma poison.
563 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
564
565 * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
566 * c-pragma.h: Add ps_poison state. We now always have generic
567 pragmas.
568
569 Wed Sep 8 20:30:42 1999 Mark Mitchell <mark@codesourcery.com>
570
571 * ggc.h (ggc_alloc): New function.
572 (ggc_mark): Likewise.
573 * ggc-simple.c (ggc_any): New structure.
574 (ggc_status): Add anys.
575 (n_anys_collected): New variable.
576 (ggc_alloc): Define.
577 (ggc_mark): Likewise.
578 (ggc_collect): Collect the anys.
579
580 Wed Sep 8 20:15:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
581
582 * c-decl.c (mark_binding_level): Make static to match prototype.
583
584 Wed Sep 8 16:41:27 1999 Richard Henderson <rth@cygnus.com>
585
586 * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
587
588 Wed Sep 8 16:07:52 1999 Richard Henderson <rth@cygnus.com>
589
590 * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
591 will use into account. Expand the max width to 5.
592 * rtl.c: Likewise.
593
594 Wed Sep 8 16:01:14 1999 Richard Henderson <rth@cygnus.com>
595
596 * ggc-simple.c (ggc_free_rtx): Poison the correct amount
597 for the rtx length.
598
599 Wed Sep 8 15:23:54 1999 Richard Henderson <rth@cygnus.com>
600
601 * alpha.md (call value patterns): Remove the result predicates.
602
603 Wed Sep 8 13:35:38 1999 Richard Henderson <rth@cygnus.com>
604
605 * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
606 last change.
607
608 Wed Sep 8 15:32:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
609
610 * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
611 changed from extern char *, to extern PTR. Also fix typo in
612 NEED_DECLARATION_REALLOC test.
613
614 * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
615
616 Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
617
618 * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
619 ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
620 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
621 ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
622
623 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
624
625 * cccp.c (pcfinclude): Likewise.
626
627 * global.c (allocno_compare): Likewise.
628
629 * haifa-sched.c (rank_for_schedule): Likewise.
630
631 * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
632
633 * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
634
635 * stupid.c (stupid_reg_compare): Likewise.
636
637 * tree.c (_obstack_allocated_p): Likewise.
638
639 * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
640
641 1999-09-08 Bruce Korb autogen@linuxbox.com
642
643 * gcc/ch/Makefile.in: Give the hapless gperf user a hint about
644 why "gperf -F" fails.
645 * gcc/cp/Makefile.in: ditto
646 * gcc/Makefile.in: ditto
647 * gcc/java/Makefile.in: ditto
648
649 Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com>
650
651 * lists.c: Include ggc.h.
652 (zap_lists): New.
653 (init_EXPR_INSN_LIST_cache): Install it.
654
655 * ggc-simple.c (init_ggc): Absorb the old init.
656 (ggc_push_context): Use xcalloc.
657 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
658 (ggc_collect): Add [rvts] tags to the collection stats.
659
660 Wed Sep 8 11:14:25 1999 Andreas Schwab <schwab@suse.de>
661
662 * cccp.c (main): Fix handling of -include and -imacros options.
663
664 Wed Sep 8 02:23:08 1999 Jeffrey A Law (law@cygnus.com)
665
666 * cpplib.c (cpp_push_buffer): Fix order of arguments.
667
668 Wed Sep 8 04:44:09 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
669
670 * rtl.h (obstack_alloc_rtx): Removed, it's now static in
671 genrtl.c.
672
673 Wed Sep 8 00:33:43 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
674
675 * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
676 * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
677 and SET_DEST. Update comment.
678
679 Wed Sep 8 18:55:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
680
681 * config/c4x/c4x.c: Include ggc.h.
682 (c4x_add_gc_roots): New function.
683 (c4x_override_options): Call c4x_add_gc_roots.
684
685 Wed Sep 8 00:00:16 1999 Richard Henderson <rth@cygnus.com>
686
687 * defaults.h (TARGET_ESC): Move ...
688 * system.h: ... here, where Linas had it in the first place. Silly me.
689
690 Tue Sep 7 23:46:35 1999 Linas Vepstas <linas@linas.org>
691
692 * c-common.c: Use ISGRAPH, ISLOWER, toupper.
693 * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
694 genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
695 * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
696 * defaults.h (TARGET_ESC): Add default.
697
698 Tue Sep 7 23:36:59 1999 Linas Vepstas <linas@linas.org>
699
700 * configure.in: add i370-*-openedition, i370-*-mvs and
701 i370-*-linux targets
702
703 Tue Sep 7 23:31:53 1999 Mark Mitchell <mark@codesourcery.com>
704
705 * dsp16xxx.c: Include ggc.h
706 (override_options): Mark GC roots.
707 * mn10200.c: Include ggc.h.
708 (asm_file_start): Mark GC roots.
709 * tahoe.c: Include ggc.h.
710 (extensible_operand): Mark GC roots.
711
712 Tue Sep 7 23:23:15 1999 Linas Vepstas <linas@linas.org>
713
714 * README: Add section discussing status of ELF ABI.
715 * i370.c: Fix misc spelling mistakes.
716 (i370_label_scan): Updated notes, exception handling.
717 (i370_function_prolog): Simplify ELF stack handling.
718 * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
719 (STACK_GROWS_DOWNWARD): ELF stack grows down.
720 (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
721 * i370.md: (movdi): Add notes.
722 (floatsidf2): Use stack not rtca for scratch float area.
723 (iorsi3): Correct operand constraints.
724 * x-oe: Restore TAROUTOPTS which are used by pax.
725
726 Tue Sep 7 22:39:18 1999 Mark Mitchell <mark@codesourcery.com>
727
728 * rs6000.c: Include ggc.h.
729 (rs6000_add_gc_roots): New function.
730 (override_options): Call it.
731
732 Tue Sep 7 22:09:03 1999 Richard Henderson <rth@cygnus.com>
733
734 * alpha.h (alpha_compare): New.
735 (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
736 * alpha.c: Likewise for the definitions.
737 (alpha_emit_conditional_branch): Update for alpha_compare.
738 (alpha_emit_conditional_move): Likewise.
739 * alpha.md (cmpdf, cmpdi): Likewise.
740 (setcc patterns): Likewise. Zero alpha_compare after use.
741 (sne): Optimize (x != 0) into (0U < x).
742
743 Tue Sep 7 21:55:02 1999 Richard Henderson <rth@cygnus.com>
744
745 * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
746 (struct machine_function): Declare; add eh_epilogue_sp_ofs.
747 (INIT_EXPANDERS): Remove.
748 * alpha.c: Include ggc.h.
749 (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
750 (alpha_init_machine_status, alpha_mark_machine_status): New.
751 (override_options): Install them.
752 (struct machine_function): Moved to alpha.h.
753 (alpha_save_machine_status, alpha_restore_machine_status): Remove.
754 (alpha_init_expanders): Remove.
755 (alpha_return_addr): Adjust to use current_function->machine.
756 (alpha_ra_ever_killed): Likewise.
757 (alpha_expand_epilogue): Likewise.
758 * alpha.md (eh_epilogue): Likewise.
759
760 Wed Sep 8 14:34:42 1999 Ian Piumarta <piumarta@prof.inria.fr>
761 Melissa O'Neill <oneill@cs.sfu.ca>
762 Geoffrey Keating <geoffk@cygnus.com>
763
764 * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
765 call-used registers (call-saved registers must still be contiguous
766 and end with r31, of course).
767
768 Tue Sep 7 21:41:38 1999 Richard Henderson <rth@cygnus.com>
769
770 * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
771 (self_promoting_type_p): Delete.
772 (self_promoting_args_p): Move ...
773 * c-common.c: ... here.
774 (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
775 (simple_type_promotes_to): New.
776 * builtins.c (lang_type_promotes_to): New.
777 (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
778 * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
779 * c-common.h: ... here.
780 (self_promoting_args_p, simple_type_promotes_to): Declare.
781 * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
782 (grokdeclarator): Likewise.
783 * tree.h (lang_type_promotes_to): Declare.
784
785 Tue Sep 7 17:15:21 1999 Mark Mitchell <mark@codesourcery.com>
786
787 Add some machine-dependent GC roots.
788 * sparc.c: Include ggc.h.
789 (sparc_add_gc_roots): New function.
790 (mark_ultrasparc_pipeline_state): Likewise.
791 (override_options): Call sparc_add_gc_roots.
792 * pa.c: Include ggc.h.
793 (pa_add_gc_roots): New function.
794 (mark_deferred_plabels): Likewise.
795 (override_options): Call pa_add_gc_roots.
796 * mips.c: Include ggc.h.
797 (mips_add_gc_roots): New function.
798 (override_options): Use it.
799
800 Tue Sep 7 11:39:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
801
802 * cpperror.c (cpp_file_line_for_message): Constify a char*.
803
804 * cppexp.c (parse_number, parse_charconst, cpp_lex,
805 cpp_parse_expr): Add static prototypes.
806 (parse_charconst): Don't cast away const-ness.
807 (token): Constify a char*.
808
809 * cppfiles.c (file_name_list, include_hash, find_include_file,
810 finclude, initialize_input_buffer): Constify a char*.
811 (file_cleanup, find_position): Add static prototypes.
812
813 * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
814 collect_expansion): Add static prototypes.
815 (cpp_install, create_definition, monthnames): Constify a char*.
816
817 * cpphash.h (cpp_install): Likewise.
818
819 * cppinit.c (known_suffixes, default_include,
820 dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
821 (base_name, dump_special_to_buffer, initialize_dependency_output):
822 Add static prototypes.
823
824 * cpplib.c (my_strerror): Constify a char*.
825 (null_underflow, null_cleanup, skip_comment, copy_comment,
826 copy_rest_of_line, handle_directive, pass_thru_directive,
827 get_directive_token, read_line_number, cpp_print_file_and_line,
828 v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
829 v_cpp_warning_with_line, detect_if_not_defined,
830 consider_directive_while_skipping): Add static prototypes.
831 (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
832 cpp_pedwarn_with_file_and_line): Constify a char*.
833
834 * cpplib.h (cpp_options, include_hash, progname, definition,
835 cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
836 check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
837 find_include_file, deps_output, include_hash): Constify a char*.
838
839 * cppmain.c (progname): Constify.
840 (main): Add prototype. Use return, not exit.
841
842 * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
843 recognized_macro, check_macro_names, read_scan_file, write_rbrac,
844 inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
845 check_protection): Add static prototype.
846 (xfree): Remove.
847 (progname, recognized_macrom, recognized_extern): Constify a char*.
848 (main): Add prototype.
849
850 * gen-protos.c (progname): Constify a char*.
851
852 Tue Sep 7 00:47:52 1999 Mark Mitchell <mark@codesourcery.com>
853
854 * emit-rtl.c (free_emit_status): Take decl as a parameter.
855 (init_emit_once): Add more GC roots.
856 * except.c (mark_func_eh_entry): New function.
857 (mark_eh_node): Mark false_label and rethrow_label.
858 (init_eh): Add more GC roots.
859 * function.c (free_after_compilation): Take decl as a paramter.
860 Call free_stmt_status.
861 (mark_function_state): Don't assume x_parm_reg_stack_loc is
862 non-NULL.
863 * function.h (free_after_compilation): Change prototype.
864 (free_varasm_status): Likewise.
865 (free_emit_status): Likewise.
866 (free_stmt_status): New function.
867 * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
868 Remove, replacing with ...
869 (ggc_status): New structure.
870 (ggc_chain): New variable.
871 (init_gcc): Define.
872 (ggc_push_context): New function.
873 (ggc_pop_context): Likewise.
874 (ggc_alloc_rtx): Adjust for use of ggc_chain.
875 (ggc_alloc_rtvec): Likewise.
876 (ggc_alloc_tree): Likewise.
877 (ggc_alloc_string): Likewise.
878 (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
879 (ggc_mark_tree): Give language-dependent code a chance to mark
880 `x' nodes.
881 (ggc_mark_tree_varray): Handle empty arrays.
882 (ggc_collect): Adjust for use of ggc_chain. Clear
883 bytes_alloced_since_last_gc.
884 * ggc.h (ggc_pop_context): New function.
885 (ggc_push_context): Likewise.
886 * print-tree.c (print_node): Don't print obstacks when GC'ing.
887 * stmt.c (free_stmt_status): New function.
888 (init_stmt_for_function): Clear last_expr_value.
889 * toplev.c (rest_of_compilation): Always call free_after_compilation.
890 Conditionalize call to ggc_collect.
891 (main): Call init_ggc.
892 * tree.c (push_obstacks): Do the push, even when GC'ing.
893 (push_obstacks_nochange): Likewise.
894 (pop_obstacks): Liekwise.
895 * varasm.c (free_varasm_status): Take decl as a parameter.
896
897 Tue Sep 7 08:15:49 1999 Gavin Romig-Koch <gavin@cygnus.com>
898
899 * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
900 (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
901 * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
902 * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
903
904 Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com)
905
906 * pa/x-pa-mpeix: New file for the MPE port.
907
908 * pa/quadlib.asm: New file for long double support.
909
910 * configure.in: Add hppa1.0-*-mpeix for MPE port.
911 * configure: Rebuilt.
912
913 Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
914
915 * final.c (shorten_branches): Fix last change.
916
917 Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
918
919 * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
920
921 Mon Sep 6 22:44:47 1999 Jeffrey A Law (law@cygnus.com)
922
923 * Merge from gcc2 snapshot Jan 9, 1999. See FSFChangeLog for
924 details.
925
926 Mon Sep 6 22:31:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
927
928 * c-aux-info.c (concat): Don't define.
929
930 * cccp.c (my_strerror): Likewise. All callers changed to use
931 xstrerror instead.
932 (do_include): Call xstrdup, not xmalloc/strcpy.
933 (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
934 (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
935
936 * collect2.c (my_strsignal): Likewise. All callers changed to use
937 strsignal instead.
938 (locatelib): Call xstrdup, not xmalloc/strcpy.
939
940 * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
941
942 * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
943
944 * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
945
946 * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
947
948 * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
949
950 * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
951
952 * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
953 malloc/realloc.
954 (find_all_handler_type_matches): Likewise. Don't check return
955 value.
956 (get_new_handler, init_insn_eh_region, process_nestinfo): Call
957 xmalloc, not malloc.
958 (init_eh_nesting_info): Likewise. Call xcalloc, not xmalloc/bzero.
959
960 * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
961 (init_spec): Call xcalloc, not xmalloc/bzero.
962 (set_spec): Call xstrdup, not save_string.
963 (record_temp_file): Call xstrdup, not xmalloc/strcpy.
964 (find_a_file): Call xstrdup, not xmalloc/strcpy.
965 (process_command): Call xstrdup, not save_string.
966 (main): Call xcalloc, not xmalloc/bzero.
967
968 * gcov.c (xmalloc): Don't define.
969 (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
970 (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
971 (output_data): Call xcalloc, not xmalloc/bzero.
972
973 * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
974
975 * mips-tdump.c (xmalloc): Don't define.
976 (print_symbol): Call xmalloc, not malloc.
977 (read_tfile): Call xcalloc, not calloc.
978
979 * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
980 Don't define. All callers of xfree/my_strsignal changed to use
981 free/strsignal instead.
982 (allocate_cluster): Call xcalloc, not calloc.
983
984 * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
985 Fix memory leak, free allocated memory.
986
987 * prefix.c (translate_name): Call xstrdup, not save_string.
988 (update_path): Likewise.
989
990 * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
991
992 * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
993 Don't define. Callers of xfree/savestring2 changed to use
994 free/concat instead.
995
996 * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
997 (init_elim_table): Likewise.
998
999 * resource.c (init_resource_info): Likewise.
1000
1001 * stupid.c (stupid_life_analysis): Likewise.
1002
1003 * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
1004 (open_dump_file): Call concat, not xmalloc/strcpy/...
1005 (clean_dump_file): Likewise.
1006 (compile_file): Call xstrdup, not xmalloc/strcpy.
1007
1008 Mon Sep 6 15:04:55 1999 Richard Henderson <rth@cygnus.com>
1009
1010 * v850.h (EXPAND_BUILTIN_VA_ARG): New.
1011 * v850.c (v850_va_arg): New.
1012
1013 Tue Sep 7 09:36:01 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1014
1015 * haifa-sched.c: Tidy comments.
1016
1017 Mon Sep 6 14:30:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
1018
1019 * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
1020 (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
1021 $(out_object_file)): Depend on ggc.h.
1022 * c-common.c: Include "ggc.h".
1023 (combine_strings): If doing GC, use ggc_alloc_string.
1024 * c-decl.c: Include "ggc.h".
1025 (ggc_p): Define with value 0.
1026 (mark_binding_level): New function.
1027 (init_decl_processing): Add GC roots.
1028 (mark_c_function_context): New function.
1029 (lang_mark_false_label_stack): New function.
1030 (lang_mark_tree): New function.
1031 (lang_cleanup_tree): New function.
1032 * c-lang.c: Include "ggc.h".
1033 (lang_init): Call c_parse_init.
1034 * c-lex.c: Include "ggc.h".
1035 (check_linenum): If doing GC, don't copy filenames to permanent
1036 obstack.
1037 * c-parse.in: Include "ggc.h".
1038 (c_parse_init): New function.
1039 * c-tree.h (c_parse_init, mark_c_function_context): Declare.
1040 * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
1041
1042 * except.c (mark_eh_state): Mark more state.
1043 * function.c (mark_function_state): Likewise.
1044 * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
1045 (ggc_alloc_string) [GGC_DUMP]: Fix typo.
1046 * toplev.c (mark_file_stack): New function.
1047 (compile_file): If doing GC, use ggc_alloc_string on input filename.
1048 (main): Add root for input_file_stack.
1049
1050 * i386.c: Include "ggc.h".
1051 (ix86_mark_machine_status): New function.
1052 (override_options): Set mark_machine_status.
1053
1054 Mon Sep 6 15:26:23 1999 Bernd Schmidt <bernds@cygnus.co.uk>
1055
1056 * tree.c (copy_node): Copy node contents also if doing GC.
1057
1058 Mon Sep 6 08:42:06 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
1059
1060 * collect2.c (scan_libraries): Fix double-thinko :-).
1061
1062 Mon Sep 6 02:42:36 1999 Jeffrey A Law (law@cygnus.com)
1063
1064 * collect2.c (scan_libraries): Fix thinko.
1065
1066 * cse.c (delete_trivially_dead_insns): Do not skip the last
1067 insn if it is a real insn.
1068
1069 Sun Sep 5 18:57:42 1999 Mark Mitchell <mark@codesourcery.com>
1070
1071 * Makefile.in (ggc-simple.o): Depend on hash.h.
1072 * ggc.h (ggc_add_tree_hash_table_root): Declare.
1073 (ggc_mark_tree_varray): Likewise.
1074 (ggc_mark_tree_hash_table): Likewise.
1075 * ggc-simple.c: Include hash.h.
1076 (ggc_mark_tree_hash_table_ptr): New function.
1077 (ggc_mark_tree_hash_table_entry): Likewise.
1078 (ggc_mark_tree_hash_table): Likewise.
1079 (ggc_add_tree_hash_table_root): Likewise.
1080 * varray.h (const_equiv_data): Use struct rtx_def *, rather than
1081 rtx, when defining fields.
1082
1083 Sun Sep 5 18:57:42 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1084
1085 * profile.c (output_func_start_profiler): Remove apparently
1086 nonsensical call to start_sequence.
1087
1088 Sun Sep 5 17:34:33 1999 Richard Henderson <rth@cygnus.com>
1089
1090 * clipper/clipper.c (clipper_va_start): Fix typos.
1091
1092 * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
1093 * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
1094 (spur_va_arg): New stub.
1095
1096 * configure.in: Comment out pyramid.
1097
1098 Sun Sep 5 19:11:01 1999 Michael Meissner <meissner@cygnus.com>
1099
1100 * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
1101 don't conflict with the bits that win32, cygwin, and dgux
1102 defines.
1103
1104 Sun Sep 5 09:31:56 1999 Richard Henderson <rth@cygnus.com>
1105 Bernd Schmidt <bernds@cygnus.co.uk>
1106
1107 * integrate.c (function_cannot_inline_p): Do not inline
1108 functions with forced labels.
1109
1110 Sun Sep 5 00:35:17 1999 Richard Henderson <rth@cygnus.com>
1111 Bernd Schmidt <bernds@cygnus.co.uk>
1112 Mark Mitchell <mark@codesourcery.com>
1113
1114 * Makefile.in (ggc-simple.o): Depend on varray.h.
1115 (rtl.o): Depend on ggc.h.
1116 (genattrtab.o): Depend on ggc.h.
1117 (print-tree.o): Likewise.
1118 (fold-const.o): Likewise.
1119 * emit-rtl.c (sequence_element_free_list): Remove, and all references.
1120 (make_insn_raw): Don't cache insns when GC'ing.
1121 (emit_insn_before): Likewise.
1122 (emit_insn_after): Likewise.
1123 (emit_insn): Likewise.
1124 (start_sequence): Use xmalloc to allocate the sequence_stack.
1125 (end_sequence): Add free to free it.
1126 (gen_sequence): Don't cache insns when GC'ing.
1127 (clear_emit_caches): Don't use sequence_element_free_list.
1128 (init_emit): Use xcalloc, not xmalloc+bzero.
1129 * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
1130 * function.c (pop_function_context_from): Use free to free the
1131 fixup_var_refs_queue.
1132 (put_reg_into_stack): Allocate it with xmalloc.
1133 * genattrtab.c: Include ggc.h.
1134 (operate_exp): Don't use obstack_free when GC'ing.
1135 (simplify_cond): Likewise.
1136 (simplify_text_exp): Likewise.
1137 (optimize_attrs): Likewise.
1138 * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
1139 GC'ing.
1140 (gencode): Generate a #include for ggc.h.
1141 * ggc-callbacks.c (ggc_p): Define it to zero.
1142 * ggc-none.c (ggc_p): Likewise.
1143 * ggc-simple.c: Include varray.h.
1144 (ggc_mark_tree_varray): New function.
1145 (ggc_add_tree_varray_root): Likewise.
1146 (ggc_mark_tree_varray_ptr): Likewise.
1147 * ggc.h (ggc_p): Declare.
1148 (varray_head_tag): Likewise.
1149 (ggc_add_tree_varray_root): Declare.
1150 * print-tree.c (print_node): Don't check for TREE_PERMANENT
1151 inconsistencies when GC'ing.
1152 * rtl.c: Include ggc.h.
1153 (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
1154 (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
1155 (rtx_free): Don't call obstack_free when GC'ing.
1156 * toplev.c (rest_of_compilation): Call ggc_collect after every
1157 pass, if GC'ing.
1158 * tree.c (push_obstacks): Do nothing, if GC'ing.
1159 (pop_obstacks_nochange): Likewise.
1160 (pop_obstacks): Likewise.
1161 (make_node): Use ggc_alloc_tree when GC'ing.
1162 (copy_node): Likewise.
1163 (get_identifier): Use ggc_alloc_string when GC'ing.
1164 (build_string): Likewise.
1165 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
1166 (tree_cons): Likewise.
1167 (build1): Likewise.
1168 (type_hash_canon): Don't call obstack_free when GC'ing.
1169
1170 Sat Sep 4 21:52:32 1999 Richard Henderson <rth@cygnus.com>
1171
1172 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
1173 of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
1174
1175 Sat Sep 4 20:40:19 1999 Richard Henderson <rth@cygnus.com>
1176 Bernd Schmidt <bernds@cygnus.co.uk>
1177 Mark Mitchell <mark@codesourcery.com>
1178
1179 * Makefile.in (stor-layout.o): Depend on ggc.h.
1180 (expr.o): Depend on ggc.h.
1181 (profile.o): Depend on ggc.h.
1182 (stor-layout.o): Depend on ggc.h.
1183 * emit-rtl.c (init_emit_once): Add gc roots.
1184 * expr.c: Include ggc.h.
1185 (emit_block_move): Add gc roots.
1186 (clear_storage): Likewise.
1187 * expr.h (init_stor_layout_once): New function.
1188 * profile.c: Include ggc.h.
1189 (init_arc_profiler): profiler_label is a root.
1190 * scan.c (make_sstring_space): Trust xrealloc to function
1191 correctly with first parameter NULL.
1192 * stor-layout.c: Include ggc.h.
1193 (set_sizetype): Add gc root.
1194 (init_stor_layout_once): New function.
1195 * toplev.c (compile_file): Call it.
1196
1197 Sat Sep 4 19:26:25 1999 Richard Henderson <rth@cygnus.com>
1198 Bernd Schmidt <bernds@cygnus.co.uk>
1199 Mark Mitchell <mark@codesourcery.com>
1200
1201 * Makefile.in (tree.o): Depend on ggc.h.
1202 (varasm.o): Likewise.
1203 (function.o): Likewise.
1204 (stmt.o): Likewise.
1205 (except.o): Likewise.
1206 (optabs.o): Likewise.
1207 (emit-rtl.o): Likewise.
1208 * emit-rtl.c: Include ggc.h.
1209 (sequence_element_free_list): Remove, and all references.
1210 (mark_sequence): New functions.
1211 (mark_emit_state): New function.
1212 * except.c: Include ggc.h.
1213 (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
1214 (mark_tree_label_node): New functions.
1215 (mark_eh_state): New function.
1216 * function.c: Include ggc.h.
1217 (mark_temp_slot, mark_function_chain): New functions.
1218 (mark_function_state): New function.
1219 (init_function_once): New function.
1220 * function.h (init_function_once): New function.
1221 * ggc-callbacks.c (lang_mark_false_label_stack): New function.
1222 * ggc.h (label_node): Declare.
1223 (eh_status, emit_status, stmt_status, varasm_status): Likewise.
1224 (lang_mark_false_label_stack): New function.
1225 (mark_temp_slot): Remove declaration.
1226 (mark_function_chain): Likewise.
1227 (mark_eh_state): Adjust prototype.
1228 (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
1229 Likewise.
1230 * optabs.c: Include ggc.h.
1231 (mark_optab): New function.
1232 (init_optabs): Add gc roots.
1233 * stmt.c: Include ggc.h.
1234 (mark_cond_nesting, mark_loop_nesting): New functions.
1235 (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
1236 (mark_stmt_state): New function.
1237 * toplev.c (compile_file): Call init_function_once.
1238 * tree.c: Include ggc.h.
1239 (type_hash): Move declaration earlier in file.
1240 (TYPE_HASH_SIZE, type_hash_table): Likewise.
1241 (init_obstacks): Add gc roots.
1242 (mark_type_hash): New function.
1243 * varasm.c: Include ggc.h.
1244 (mark_pool_constant): New function.
1245 (mark_varasm_state): New function.
1246
1247 Sat Sep 4 22:28:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1248
1249 * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
1250
1251 Sat Sep 4 18:01:45 1999 Bernd Schmidt <bernds@cygnus.co.uk>
1252
1253 * c-decl.c (struct language_function): Renamed from struct c_function.
1254 Delete elt NEXT.
1255 (c_function_chain): Delete.
1256 (push_c_function_context): New arg F. Don't warn about nested
1257 functions here. Fill LANGUAGE elt of F. Delete code to update
1258 c_function_chain. Don't call push_function_context.
1259 (pop_c_function_context): New arg F. Restore from there instead of
1260 from c_function_chain. Don't call pop_function_context. Clear out
1261 LANGUAGE field of F when done.
1262 * c-lang.c: Include "function.h"
1263 (lang_init): Initialize save_lang_status and restore_lang_status.
1264 * c-parse.in (nested_function, nested_function_notype): Warn about
1265 nested functions. Call push_function_context/pop_function_context
1266 instead of the _c_ variants.
1267 * c-tree.h (push_c_function_context, pop_c_function_context): Update
1268 prototype.
1269 * Makefile.in (c-lang.o): Update dependencies.
1270
1271 * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
1272 regno_pointer_flag, regno_pointer_align.
1273 (gen_reg_rtx): Use xrealloc to enlarge them.
1274 (free_emit_status): New function.
1275 * function.c (mark_machine_status, mark_lang_status): New variables.
1276 (assign_stack_local_1): Renamed from assign_outer_stack_local. Merge
1277 in some bits from assign_stack_local. All callers changed to use new
1278 name.
1279 (assign_stack_local): Just call assign_stack_local_1.
1280 (free_after_compilation): New function.
1281 (put_reg_into_stack): Simplify to always call assign_stack_local_1.
1282 (trampoline_address): Likewise.
1283 (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
1284 (prepare_function_start): Explicitly clear some more variables.
1285 * function.h (struct function): New elt can_garbage_collect.
1286 (mark_machine_status, mark_lang_status): Declare variables.
1287 (free_after_compilation, free_emit_status, free_varasm_status,
1288 init_varasm_status): Declare functions.
1289 * toplev.c (rest_of_compilation): Call free_after_compilation when
1290 done with the current function.
1291 * varasm.c (free_varasm_status): New function.
1292
1293 Sat Sep 4 17:15:13 1999 Richard Henderson <rth@cygnus.com>
1294
1295 * sparc.h (EXPAND_BUILTIN_VA_START): Define.
1296 (EXPAND_BUILTIN_VA_ARG): Define.
1297 * sparc.c (sparc_va_start): New.
1298 (sparc_va_arg): New.
1299
1300 Sun Sep 5 11:11:59 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1301
1302 * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
1303
1304 Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1305
1306 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
1307
1308 Sat Sep 4 13:44:01 1999 Mark Mitchell <mark@codesourcery.com>
1309
1310 * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
1311 (OBJS): Add $(GGC).
1312 (ggc-callbacks.o): New target.
1313 * ggc-callbacks.c: New file.
1314
1315 Sat Sep 4 22:53:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
1316
1317 * expr.h: Collapse individual optab and libfunc vars to arrays.
1318 (optab_index, libfunc_index): New enumerations.
1319 (optab_table, libfunc_table): New arrays.
1320 Add accessor macros for both.
1321
1322 * optabs.c (optab_table, libfunc_table): New.
1323 Delete declarations for individual optab and libfunc vars.
1324
1325 Sat Sep 4 12:57:17 1999 Richard Henderson <rth@cygnus.com>
1326
1327 * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
1328
1329 Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
1330
1331 * Makefile.in (GGC, GGC_LIB): New.
1332 (HOST_RTL): Include ggc-none.o.
1333 (ggc-simple.o): New target.
1334 (ggc-none.o): Likewise.
1335 * tree.h (tree_common): Add gc_mark.
1336 * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
1337 (struct rtvec_def): Add gc_mark.
1338 * emit-rtl.c (global_rtl): Update static initializers to contain
1339 enough initializers.
1340 * ggc.h, ggc-none.c, ggc-simple.c: New files.
1341 * toplev.c (gc_time): New variable.
1342 (all_time): New variable.
1343 (compile_file): Print gc time.
1344 (print_time): Calculate percentage of the whole.
1345
1346 Sat Sep 4 13:11:01 1999 Bernd Schmidt <bernds@cygnus.co.uk>
1347
1348 Change obstack memory management and varasm constant pool handling so
1349 that nested functions are treated like any other functions.
1350 * function.c (init_machine_status): New variable.
1351 (push_function_context_to): Set contains_functions for the outer
1352 function. Don't call save_varasm_status.
1353 (pop_function_context_from): Don't call restore_varasm_status. Don't
1354 set current_function_contains_functions.
1355 (prepare_function_start): Call init_varasm_status rather than
1356 init_const_rtx_hash_table. Call (*init_machine_status) if the pointer
1357 is non-null.
1358 * function.h (struct function) Add field varasm. Delete fields
1359 inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
1360 last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
1361 (init_machine_status): Declare.
1362 (save_varasm_status, restore_varasm_status): Delete declarations.
1363 (save_tree_status, restore_tree_status): Delete last argument.
1364 * integrate.c (initialize_for_inline): Lose arg COPY. Delete copying
1365 code. All callers changed.
1366 (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
1367 save_constants_in_decl_trees, restore_constants, save_constants,
1368 save_for_inline_eh_labelmap, save_for_inline_copying): Delete
1369 functions.
1370 (inlining): New variable.
1371 (reg_map, label_map, insn_map, orig_asm_operands_vector,
1372 copy_asm_operands_vector, copy_asm_constraints_vector): Delete
1373 variables.
1374 (save_for_inline_nocopy): Don't save constants.
1375 Don't set inl_emit field in current_function.
1376 (expand_inline_function): Use emit field, not inl_emit, of the inlined
1377 function. Set new variable inlining before
1378 calling copy_rtx_and_substitute.
1379 (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
1380 constant pool references if inlining is nonzero.
1381 Delete ADDRESS and (most of the) CONST cases.
1382 (output_inline_function): Save and restore current_function/
1383 current_function_decl. Delete restore_constants code. Don't call
1384 init_const_rtx_hash_table.
1385 * output.h (init_const_rtx_hash_table): Don't declare.
1386 * rtl.h (struct function): Declare.
1387 (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
1388 * toplev.c (rest_of_compilation): Don't treat nested functions or
1389 functions containing them specially. Delete all code to deal with
1390 save_for_inline_copying.
1391 * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
1392 inline_obstacks): Delete variables.
1393 (save_tree_status): Lose arg CONTEXT. All callers changed.
1394 Simply allocate a new function_maybepermanent_obstack for the new
1395 function, delete all the special cases.
1396 Don't save inline_obstacks.
1397 (restore_tree_status): Lose arg CONTEXT. All callers changed.
1398 Delete special handling for function_maybepermanent_obstack; simply
1399 free it if empty.
1400 Don't restore inline_obstacks.
1401 (permanent_allocation): Delete code that frees inline_obstacks.
1402 (print_inline_obstack_statistics): Delete function.
1403 (dump_tree_statistics): Don't call it.
1404 * varasm.c (struct varasm_status): New.
1405 (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
1406 last_pool, pool_offset, const_double_chain): Delete global
1407 variables, replace with accessor macros.
1408 (immed_double_const): Don't walk const_double_chain outside a
1409 function, but don't treat nested functions specially anymore.
1410 (immed_real_const_1): Likewise.
1411 (clear_const_double_mem): Don't treat nested functions specially.
1412 (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
1413 (save_varasm_status, restore_varasm_status): Delete functions.
1414 (init_varasm_status): New function.
1415 (force_const_mem): Don't treat nested functions specially.
1416 (find_pool_constant): Accept new arg F, search for constants in
1417 that function's pool rather than the current one. All callers
1418 changed.
1419 (get_pool_constant_for_function, get_pool_mode_for_function): New
1420 functions.
1421
1422 * i386.c (init_386_machine_status): New function, mostly from
1423 clear_386_stack_locals.
1424 (struct machine_functions): Rename element names to avoid name
1425 clashes.
1426 (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
1427 macros, replacing global variables.
1428 (clear_386_stack_locals, save_386_machine_status,
1429 restore_386_machine_status): Delete functions.
1430 (override_options): Initialize init_machine_status.
1431 * i386.h (INIT_EXPANDERS): Delete macro.
1432 (save_386_machine_status, restore_386_machine_status,
1433 clear_386_stack_locals): Delete declarations.
1434
1435 Sat Sep 4 16:56:28 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1436
1437 * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
1438 (doloop_begin): Simplify pattern and use emit_jump_insn.
1439 (doloop_end): Simplify pattern, switch operand order,
1440 and use emit_jump_insn.
1441
1442 Fri Sep 3 19:02:38 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1443
1444 * function.h (struct function): Add new element LANGUAGE.
1445 (save_lang_status): Declare new variable.
1446 (restore_lang_status): Likewise.
1447 * function.c (save_lang_status): Define.
1448 (restore_lang_status): Likewise.
1449 (push_function_context_to): Call language-specific save function.
1450 (pop_function_context_from): Call language-specific restore function.
1451
1452 Fri Sep 3 01:16:18 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
1453
1454 * i386.md (movsf_1): Check REG_P before use of REGNO.
1455 (movdf_1): Likewise.
1456 (movxf_1): Likewise.
1457 (extendsfdf2): Likewise.
1458 (extendsfxf2): Likewise.
1459 (extenddfxf2): Likewise.
1460
1461 Sat Sep 4 11:37:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1462
1463 * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
1464 constants into memory.
1465 (c4x_shiftable_constant): New function.
1466 * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
1467 (c4x_shiftable_constant): Declare.
1468 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
1469 ashlqi3_noclobber): Add new patterns and associated splitters.
1470
1471 Fri Sep 3 16:22:17 1999 Richard Henderson <rth@cygnus.com>
1472
1473 * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
1474 * dwarf2out.c (dwarf2out_frame_init): Likewise.
1475 * final.c (shorten_branches): Likewise.
1476 * global.c (global_alloc): Likewise.
1477 * haifa-sched.c (build_control_flow): Likewise.
1478 * stmt.c (check_for_full_enumeration_handling): Likewise.
1479 (estimate_case_costs): Likewise.
1480
1481 Fri Sep 3 15:49:56 1999 Mark Mitchell <mark@codesourcery.com>
1482
1483 * rtl.h (RTL_CHECKC2): Fix typo in last change.
1484
1485 Fri Sep 3 15:13:34 1999 Richard Henderson <rth@cygnus.com>
1486
1487 * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
1488 (recompute_reg_usage): Likewise.
1489 * rtlanal.c (find_regno_fusage): Likewise.
1490
1491 * rtl.c (rtl_check_failed_code1): New function.
1492 (rtl_check_failed_code2): New.
1493 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
1494 (RTL_CHECKC1, RTL_CHECKC2): New.
1495 (XC*): New accessor macros.
1496 (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
1497 (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
1498 (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
1499 (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
1500 (TRAP_*, RANGE_INFO_*): Likewise.
1501
1502 Fri Sep 3 15:10:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1503
1504 * Makefile.in (tlink.o): Don't depend on toplev.h.
1505
1506 * collect2.c (c_file, o_file, export_file, import_file, ldout,
1507 output_file, nm_file_name, ldd_file_name, strip_file_name,
1508 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
1509 add_prefix, prefix_from_env, prefix_from_string, do_wait,
1510 fork_execute, maybe_unlink, add_to_list,
1511 extract_init_priority, write_list, dump_list,
1512 dump_prefix_list, write_list_with_asm, write_c_file,
1513 write_c_file_stat, write_c_file_glob, scan_prog_file,
1514 scan_libraries, is_in_list, resolve_lib_name, use_import_list,
1515 ignore_library, extract_string, notice, dump_file, target_machine,
1516 collect_wait, collect_execute, libname, locatelib, aix_std_libs,
1517 read_file, print_load_command): Constify a char*.
1518 (fdopen, error, fatal, fatal_perror): Don't prototype.
1519 (my_strerror): Remove. All callers use xstrerror instead.
1520 (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
1521 (main): Add prototype. Constify lots of char* ptrs. Change calls
1522 to xcalloc/strcpy/strcat/... to one call to concat.
1523 (main, scan_prog_file, scan_libraries): Use an intermediate
1524 `const char **' to build an argv array.
1525 (mapfile, libselect, libcompare, locatelib): Add prototypes.
1526
1527 * collect2.h (collect_execute, collect_wait, dump_file,
1528 file_exists): Constify a char*.
1529 (ldout, c_file_name, temporary_obstack, permanent_obstack,
1530 temporary_firstobj, vflag, debug): Add extern declarations.
1531 (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
1532
1533 * tlink.c: Don't include toplev.h.
1534 (vflag, debug, ldout, c_file_name, temporary_obstack,
1535 permanent_obstack, temporary_firstobj): Don't declare.
1536 (tlink_execute, frob_extension, symbol_hash_lookup,
1537 file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
1538 recompile_files, read_repo_files, demangle_new_symbols,
1539 scan_linker_output): Constify a char*.
1540 (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
1541 do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
1542
1543 Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
1544
1545 * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
1546 (relative) rather than jsr (absolute) subroutine call insns.
1547 * config/m68k/m68k-coff.h: Ditto.
1548
1549 Fri Sep 3 17:24:31 1999 Richard Earnshaw <rearnsha@arm.com>
1550
1551 * arm.c (note_invalid_constants): No need to ignore ASMs, we can
1552 now rework these too.
1553 (arm_reorg): If an insn can't reach the end of the current pool,
1554 ensure that we emit that pool before the insn.
1555
1556 Fri Sep 3 09:14:32 1999 Marc Espie <espie@tetto.liafa.jussieu.fr>
1557
1558 * tlink.c (scan_linker_output): Skip the initial underscore in
1559 a mangled name if appropriate.
1560
1561 Fri Sep 3 01:28:33 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1562
1563 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
1564 objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
1565 error_with_ivar, gen_declarator, create_builtin_decl,
1566 my_build_string, generate_descriptor_table, generate_ivars_list,
1567 generate_dispatch_table, check_protocols, TAG_GETCLASS,
1568 TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
1569 dump_base_name, lang_decode_option, build_encode_expr,
1570 start_class, finish_class, encode_pointer, really_start_method,
1571 gen_declaration, dump_interface, handle_class_ref, handle_impent):
1572 Constify.
1573 (objc_demangle, objc_printable_name, generate_struct_by_value_array):
1574 Add static prototypes.
1575 (build_objc_string_decl, build_selector_reference_decl,
1576 encode_bitfield, build_class_reference_decl): Remove unused
1577 parameter, all callers changed.
1578 (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
1579 (objc_printable_name): Likewise. Change second parameter to type int.
1580 (init_objc): Use memcpy, not bcopy, to avoid casts.
1581
1582 Thu Sep 2 21:49:52 1999 Richard Henderson <rth@cygnus.com>
1583
1584 * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
1585 reg notes on a deleted insn.
1586 * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
1587
1588 Thu Sep 2 20:18:12 1999 Jeffrey A Law (law@cygnus.com)
1589
1590 * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
1591
1592 Thu Sep 2 22:00:08 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1593
1594 * stmt.c (expand_asm_operands): Fix index into inout_mode when
1595 reading it.
1596
1597 Thu Sep 2 13:00:48 1999 Richard Henderson <rth@cygnus.com>
1598
1599 * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
1600 * tm.texi (MD_ASM_CLOBBERS): Document it.
1601
1602 Thu Sep 2 10:22:40 1999 Richard Henderson <rth@cygnus.com>
1603
1604 * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
1605 * except.c (expand_rethrow): Remove unused variable.
1606 * expr.c (do_jump_by_parts_greater_rtx): Likewise.
1607 * flow.c (replace_insns): Likewise.
1608 (create_edge_list, verify_edge_list): Likewise.
1609 * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
1610
1611 * genemit.c (gen_expand): Only emit `operands[N]' decl if there
1612 is special code to run.
1613 (main): Don't define operands to emit_operand.
1614 * genrecog.c (main): Don't emit an empty peephole2_insn function.
1615
1616 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
1617
1618 * alpha/alpha.h (normal_memory_operand): Declare.
1619 (reg_no_subreg_operand): Declare.
1620 * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
1621
1622 Thu Sep 2 10:19:20 1999 Richard Henderson <rth@cygnus.com>
1623
1624 * c-parse.in (compstmt_primary_start): New, broken out of first
1625 part of compstmt handling in primary.
1626 (primary): Use it. Add an error clause.
1627 (compstmt_nostart): Renamed from compstmt; remove all
1628 initial invocations of compstmt_start.
1629 (compstmt): New.
1630
1631 Thu Sep 2 01:35:50 1999 Marc Espie <espie@cvs.openbsd.org>
1632
1633 * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if
1634 needed.
1635
1636 Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
1637
1638 * combine.c (simplify_shift_const): Remove extra semicolon.
1639 * dwarf2out.c (remove_AT): Likewise.
1640 * expmed.c (expand_mult): Likewise.
1641 * gcov.c (create_program_flow_graph): Likewise.
1642 * reorg.c (mostly_true_jump): Likewise.
1643
1644 Thu Sep 2 00:06:43 1999 Jeffrey A Law (law@cygnus.com)
1645
1646 * fold-const.c (fold_range_test): Do not try to fold the range
1647 test if the rhs or lhs has side effects.
1648
1649 * combine.c (simplify_rtx): Recognize another case of a synthesized
1650 sign extension.
1651
1652 * varasm.c (mark_constant_pool): When marking indirect references,
1653 only look at SYMBOL_REFs.
1654
1655 * except.c (expand_fixup_region_end): Do not peek at
1656 INSN_UID (node->entry->outer_context) for flag_new_exceptions.
1657
1658 Thu Sep 2 13:52:53 1999 Geoffrey Keating <geoffk@cygnus.com>
1659
1660 * flags.h: New variables align_loops, align_loops_log,
1661 align_jumps, align_jumps_log, align_labels, align_labels_log,
1662 align_functions, align_functions_log.
1663 * toplev.c: Define them.
1664 (f_options): Handle -falign-* when they have no argument.
1665 (main): Add logic to set variables for -falign-functions,
1666 -falign-jumps, -falign-labels, -falign-loops.
1667 Make it -fsched-verbose=<n> and -finline-limit=<n>.
1668 (display_help): Change help to match options.
1669 * final.c (LABEL_ALIGN): Default to align_labels_log.
1670 (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
1671 (LOOP_ALIGN): Default to align_loops_log.
1672 (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
1673 (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
1674 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
1675 * varasm.c (assemble_start_function): Handle align_functions.
1676
1677 * config/sparc/sparc.h: Don't declare sparc_align_*.
1678 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
1679 (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
1680 sparc.c.
1681 (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
1682 it's a promise.
1683 * config/sparc/sparc.c: Delete sparc_align_loops,
1684 sparc_align_jumps, sparc_align_funcs and the corresponding string
1685 variables.
1686 (sparc_override_options): Default align_functions on ultrasparc.
1687 Delete -malign-* handling.
1688
1689 * config/mips/mips.c (override_options): On 64-bit targets,
1690 try to align code to 64-bit boundaries.
1691 (print_operand): New substitution, %~,
1692 which aligns labels to align_labels_log.
1693 * config/mips/mips.md (div_trap_normal): Use %~.
1694 (div_trap_mips16): Likewise.
1695 (abssi): Likewise.
1696 (absdi2): Likewise.
1697 (ffssi2): Likewise.
1698 (ffsdi2): Likewise.
1699 (ashldi3_internal): Likewise.
1700 (ashrdi3_internal): Likewise.
1701 (lshrdi3_internal): Likewise.
1702 (casesi_internal): Likewise.
1703
1704 Wed Sep 1 21:13:48 1999 Richard Henderson <rth@cygnus.com>
1705
1706 Merge new ia32 backend from the branch!
1707
1708 * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
1709 See ChangeLog.P2 on new_ia32_branch for details.
1710
1711 * rtl.h (stack_regs_mentioned_p): Delete prototype.
1712 * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
1713 * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
1714 * i386/gas.h (ASM_FILE_START): Define.
1715 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
1716 for name change of ix86_valid_decl_attribute_p.
1717 (i386_pe_valid_type_attribute_p): Similarly.
1718
1719 Wed Sep 1 18:21:23 1999 Richard Henderson <rth@cygnus.com>
1720
1721 * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
1722 to step through CC modes.
1723
1724 Wed Sep 1 20:18:06 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1725
1726 * regmove.c (fixup_match_1): Don't move INSN in front of P if
1727 it would end up in the shadow of a live flags regsiter.
1728
1729 Wed Sep 1 11:32:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
1730
1731 * reload1.c: Fix many indentation problems.
1732 * reload.c: Likewise.
1733
1734 Tue Aug 31 22:08:03 1999 Marc Espie <espie@cvs.openbsd.org>
1735
1736 * alias.c (non_local_reference_p): Constify fmt.
1737
1738 Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
1739
1740 * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
1741
1742 Tue Aug 31 16:44:52 1999 Jeffrey A Law (law@cygnus.com)
1743
1744 * cse.c (delete_trivially_dead_insns): Do not delete stores to
1745 the internal_arg_pointer.
1746
1747 Tue Aug 31 13:35:42 1999 Richard Henderson <rth@cygnus.com>
1748
1749 Merge peephole2 from new_ia32_branch:
1750 * Makefile.in (STAGESTUFF): Add *.peephole2.
1751 (mostlyclean): Likewise.
1752 (recog.o): Depend on resource.h.
1753
1754 * final.c (peephole): Conditionalize decl on HAVE_peephole.
1755 (final_scan_insn): Likewise for the invocation of peephole.
1756 * genconfig.c (main): Look for peephole and peephole2 patterns.
1757 Emit HAVE_peephole* accordingly.
1758 * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
1759 * flags.h (flag_peephole2): Declare.
1760 * toplev.c: New pass peephole2. New flag -fpeephole2.
1761
1762 * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
1763 * gencodes.c (main): Likewise.
1764 * genextract.c (main): Likewise.
1765 * genoutput.c (main): Likewise.
1766 * genemit.c (max_operand_1): Look for the max scratch operand.
1767 (gen_rtx_scratch): New.
1768 (gen_exp): Use it, and pass on new arg subroutine_type.
1769 (gen_expand): Take max scratch into account.
1770 (gen_split): Emit peephole2 functions.
1771 (output_peephole2_scratch): New.
1772 (main): Include hard-reg-set.h and resource.h. Handle peephole2.
1773 * genrecog.c (routine_type): Add PEEPHOLE2.
1774 (IS_SPLIT): New.
1775 (make_insn_sequence): Match outer parallel for peep2. Discard
1776 top level scratches and dups.
1777 (add_to_sequence): New args insn_type and top. Update all callers.
1778 Handle toplevel peep2 matching insns.
1779 (write_subroutine): Handle peep2.
1780 (write_tree_1): Likewise.
1781 (write_tree): Likewise.
1782 (main): Likewise.
1783 (change_state): New arg afterward. Update all callers.
1784 Handle matching separate insns.
1785 * recog.c (recog_next_insn): New.
1786 (peephole2_optimize): New.
1787 * rtl.def (DEFINE_PEEPHOLE2): New.
1788 * resource.c (find_free_register): New argument last_insn. Use it
1789 to find a register available through the entire span.
1790 * resource.h (find_free_register): Update prototype.
1791
1792 Tue Aug 31 11:51:06 1999 Jim Kingdon <http://developer.redhat.com>
1793
1794 * i386.c (output_strlen_unroll): Don't write xops[7]
1795 label if it wasn't set.
1796
1797 1999-08-31 12:44 -0700 Zack Weinberg <zack@bitmover.com>
1798
1799 * cpplib.c (struct directive): Const-ify name pointer and
1800 function pointer prototype.
1801 (validate_else, do_define, do_line, do_include, do_undef,
1802 do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
1803 do_elif, do_endif, do_sccs, do_assert, do_unassert,
1804 do_warning): Const-ify second arg.
1805 (directive_table): Mark const. Reorder entries by frequency
1806 of usage, record statistics.
1807
1808 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
1809
1810 * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
1811 bounds- check RTL accesses if --enable-checking.
1812 (RTVEC_ELT): Bounds check if --enable-checking.
1813 (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
1814 XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
1815 (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
1816 GET_NUM_ELEM.
1817 (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
1818 X0BBDEF, X0ADVFLAGS): New macros for accessing '0' slots of RTXes.
1819
1820 (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
1821 (NOTE_SOURCE_FILE): Use X0STR.
1822 (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
1823 MEM_ALIAS_SET): Use X0INT.
1824 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
1825 JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
1826 Use X0EXP.
1827 * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
1828 * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
1829 (rtl_check_failed_bounds, rtl_check_failed_type1,
1830 rtl_check_failed_type2, rtvec_check_failed_bounds): New
1831 functions.
1832 (fancy_abort): Fix comment.
1833
1834 * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
1835 (cse_insn): Decrement LABEL_NUSES for jump target before
1836 deleting jump insn.
1837 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
1838 * final.c (alter_subreg): Compute regno before changing x to
1839 REG; set REGNO(x) after changing it.
1840 * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
1841 notes containing CONST_INTs.
1842 (delete_eh_regions): Use NOTE_EH_HANDLER.
1843 * function.c (put_reg_into_stack): Make reg a MEM before
1844 initializing it.
1845 (fixup_var_refs_insns): Save REG_NOTES (insn) in case we
1846 delete insn.
1847 (gen_mem_addressof): Make reg a MEM before initializing it.
1848 * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
1849 X0WINT.
1850 * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
1851 deleting an insn, not after.
1852 (block_alloc): Only look at PATTERN(insn) if we have to, and
1853 only if it's format class 'i'.
1854 * loop.c (check_dbra_loop): Check bl->biv->add_val is a
1855 CONST_INT before using its INTVAL.
1856 * print-rtl.c (print_rtx): Use X0STR.
1857 * regmove.c (fixup_match_1): Don't look at PATTERN of
1858 non-class-'i' insn chain elements.
1859 * reload.c (loc_mentioned_in_p): Take address of
1860 in->fld[1].rtx directly.
1861 * reload1.c (reload): Change reg to a MEM before initializing
1862 it.
1863 * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
1864 have no names.
1865 * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
1866
1867 Fri Aug 20 13:43:41 1999 Andrew Haley <aph@cygnus.com>
1868
1869 * config/mips/mips.c (machine_dependent_reorg): Force a
1870 barrier to output the local constant pool if a barrier hasn't
1871 been found at a natural point in the instruction stream.
1872
1873 Mon Aug 30 22:04:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1874
1875 * c-parse.in (language_string): Constify.
1876
1877 * dwarf2out.c (language_string): Remove declaration.
1878
1879 * dwarfout.c (language_string): Likewise.
1880
1881 * toplev.c (language_string, init_parse, finish_parse): Likewise.
1882
1883 * tree.h (language_string, init_parse, finish_parse): Declare.
1884
1885 * i386/sun386.h (language_string): Remove declaration.
1886
1887 * mips.h (language_string): Likewise.
1888
1889 * nextstep.h (language_string): Likewise.
1890
1891 * nextstep21.h (language_string): Likewise.
1892
1893 * rs6000.c (language_string): Likewise.
1894
1895 Mon Aug 30 20:56:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1896
1897 * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
1898 (getpwd.o): Remove target.
1899
1900 * getpwd.c: Delete file. Its in libiberty now.
1901
1902 * dbxout.c (getpwd): Don't prototype.
1903 * dwarf2out.c (getpwd): Likewise
1904 * dwarfout.c (getpwd): Likewise
1905 * final.c (getpwd): Likewise.
1906 * protoize.c (getpwd): Likewise.
1907
1908 Mon Aug 30 20:21:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1909
1910 * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
1911
1912 Mon Aug 30 16:07:49 1999 Richard Henderson <rth@cygnus.com>
1913
1914 * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
1915 mark_set_resources.
1916
1917 Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
1918
1919 * fixinc/Makefile.in (subdir): New.
1920 (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
1921 (Makefile): New.
1922
1923 Mon Aug 30 01:02:09 1999 Jeffrey A Law (law@cygnus.com)
1924
1925 * emit-rtl.c (copy_rtx_if_shared): A MEM which references
1926 virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
1927 be shared.
1928
1929 * invoke.texi: Fix typo.
1930
1931 * dwarf2out.c (mem_loc_descriptor): New argument MODE. All callers
1932 changed. Handle autoincrement addressing modes.
1933
1934 * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
1935 just like we would the virtual incoming args register when
1936 integrating.
1937
1938 Sun Aug 29 23:17:54 1999 David Edelsohn <edelsohn@gnu.org>
1939
1940 * rs6000.h (ASM_FILE_START): Specify complete filename, including
1941 path, in .file directive.
1942
1943 Sun Aug 29 05:06:43 1999 Russ Allbery <rra@stanford.edu>
1944
1945 * gcc.texi (External Bugs): Remove obsolete note about Perl on
1946 SunOS.
1947
1948 1999-08-29 08:38 -0700 Zack Weinberg <zack@bitmover.com>
1949
1950 * stdbool.h: Make the typedef name _Bool, with bool a #defined
1951 alias.
1952
1953 Sun Aug 29 09:36:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1954
1955 * tree.c (tree_code_name): Constify a char*.
1956
1957 * tree.h (tree_code_name, decl_printable_name): Likewise.
1958
1959 * function.h (struct function): Likewise.
1960
1961 * toplev.c (decl_name, decl_printable_name): Likewise.
1962
1963 * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
1964
1965 * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
1966 (init_objc): Remove function pointer cast.
1967
1968 Sun Aug 29 05:01:17 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
1969
1970 * pa.md (interspace_jump): New pattern.
1971 (builtin_longjmp): New expander.
1972
1973 1999-08-29 Bernd Schmidt <bernds@cygnus.co.uk>
1974
1975 * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
1976 _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
1977 sf_to_df, df_to_sf): Fix potential problem with alias analysis.
1978
1979 Sun Aug 29 04:30:52 1999 John Wehle (john@feith.com)
1980
1981 * jump.c (delete_prior_computation): Also check calls
1982 to constant functions. Don't bother checking for a
1983 REG_UNUSED note before adding it.
1984 (delete_computation): Handle multi-word hard registers
1985 when synthesizing missing REG_DEAD notes for a register
1986 which is both set and used by an insn.
1987
1988 1999-08-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1989
1990 * loop.c (this_loop_info): New variable.
1991 (loop_has_call, loop_has_volatile, loop_has_tablejump,
1992 loop_continue, loops_enclosed): Replace with fields in this_loop_info.
1993 All uses updated.
1994 (prescan_loop, strength_reduce): New argument loop_info. All callers
1995 updated.
1996 (scan_loop): New variable loop_info, initialise to address of
1997 this_loop_info.
1998 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
1999 Delete variable loop_has_multiple_exit targets and replace with
2000 field in this_loop_info.
2001 (find_and_verify_loops): Rename this_loop to this_loop_num.
2002 (strength_reduce): Delete loop_iteration_info. Replace variable
2003 loop_info with function argument of same name.
2004 (insert_bct): Rework test for loop being completely unrolled.
2005
2006 * loop.h (struct loop_info): New fields num, loops_enclosed,
2007 has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
2008 has_indirect_jump, and cont. Redefine use of unroll_number.
2009 (loop_unroll_number): Delete.
2010
2011 * unroll.c (unroll_loop): Store loop unroll count in unroll_number
2012 field of loop_info.
2013 (loop_iterations): Delete variable vtop and instead use
2014 loop_info->vtop computed in prescan_loop.
2015
2016 Sun Aug 29 03:27:23 1999 Scott Weikart <scott@igc.apc.org>
2017
2018 * fix-header.c (main): Do not pass a null pointer to strcmp.
2019
2020 Sun Aug 29 03:18:48 1999 William Bader (william@nscs.fast.net)
2021
2022 * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
2023 filenames.
2024 * configure: Rebuilt.
2025
2026 Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com)
2027
2028 * jump.c (jump_optimize_1): Do not delete assignments to
2029 internal_arg_pointer.
2030 * cse.c (delete_trivially_dead_insns): Always consider a set of
2031 the internal_arg_pointer live.
2032
2033 Sat Aug 28 16:24:31 1999 Richard Henderson <rth@cygnus.com>
2034
2035 * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
2036 (update_life_info) [REG_WAS_0]: Search the original insns rather
2037 than the new insns for the note. Fix typos finding note_dest.
2038 If no dest found, discard the note rather than abort.
2039 [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
2040 (replace_insns): Remove the old insn list after update_life_info
2041 not before.
2042
2043 Sat Aug 28 16:20:12 1999 Richard Henderson <rth@cygnus.com>
2044
2045 * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
2046 sched_analyze_insn.
2047 (sched_analyze_1): Let add_dependence care for not adding dups.
2048 (sched_analyze_2): Likewise.
2049 (add_branch_dependences): Likewise.
2050
2051 Sat Aug 28 15:58:16 1999 Mumit Khan <khan@xraylith.wisc.edu>
2052
2053 * i386/winnt.c (export_list): New type.
2054 (exports_head): Rename to
2055 (export_head): this.
2056 (i386_pe_record_exported_symbol): Add is_data flag.
2057 (i386_pe_asm_file_end): Emit directive for exported variables.
2058 * i386/cygwin.h (i386_pe_record_exported_symbol): Update
2059 prototype.
2060 * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
2061 (ASM_DECLARE_OBJECT_NAME): Likewise.
2062 (ASM_DECLARE_FUNCTION_NAME): Likewise.
2063 * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
2064
2065 Fri Aug 27 15:35:24 1999 Jeffrey A Law (law@cygnus.com)
2066
2067 * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
2068
2069 * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
2070 operand.
2071
2072 Fri Aug 27 14:01:19 1999 Marc Espie <espie@cvs.openbsd.org>
2073
2074 * config/openbsd.h: Define SET_ASM_OP.
2075 * tm.texi: cross-reference SET_ASM_OP in the index.
2076
2077 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>
2078
2079 * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
2080 for a CONST_DOUBLE, at compile time. Initialize rtx_length
2081 and class_narrowest_mode at compile time. Kill init_rtl.
2082 Mark rtx_length, mode_class, mode_size, mode_unit_size,
2083 mode_wider_mode, mode_mask_array, class_narrowest_mode, and
2084 rtx_format as const. Kill all references to EXTRA_CC_MODES or
2085 EXTRA_CC_NAMES.
2086 * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
2087 format.
2088 * rtl.h: Declare rtx_length and rtx_format as const.
2089 * machmode.def: Define CC(). Use CC() to define CCmode. If
2090 EXTRA_CC_MODES is defined, expand it here.
2091 * machmode.h: Declare mode_class, mode_size, mode_unit_size,
2092 mode_wider_mode, mode_mask_array, and class_narrowest_mode as
2093 const. Kill all references to EXTRA_CC_MODES.
2094
2095 * toplev.c: Don't prototype or call init_rtl.
2096 * optabs.c: Don't call init_mov_optab.
2097 * genemit.c: Don't generate init_mov_optab. Don't call
2098 init_rtl.
2099 * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
2100 here.
2101 * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
2102 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
2103 genrecog.c: Don't call init_rtl.
2104
2105 * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
2106 rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES. Use CC() in
2107 definition of EXTRA_CC_MODES.
2108
2109 * md.texi: Kill ref to EXTRA_CC_NAMES.
2110 * tm.texi: Document new way to define EXTRA_CC_MODES.
2111
2112 * genrecog.c: Do not look up the name of a define_split.
2113 (Unrelated bugfix.)
2114
2115 Fri Aug 27 17:03:42 1999 Nick Clifton <nickc@cygnus.com>
2116
2117 * config/v850/v850.md: Fix typo introduced by previous delta.
2118
2119 Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2120
2121 * gcc.c (fatal): Make definition static to match prototype.
2122
2123 Fri Aug 27 10:33:35 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2124
2125 * combine.c (get_last_value): Don't look for earlier sets if the last
2126 known set is somewhere in between the insns being combined.
2127
2128 Fri Aug 27 10:03:12 BST 1999 Nathan Sidwell <nathan@acm.org>
2129
2130 * configure.in: Don't use shell ! to negate exit codes
2131 * configure: Regenerate
2132
2133 Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de>
2134
2135 * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
2136 the fact that ALIGN is measured in bits, not bytes.
2137
2138 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>
2139
2140 * errors.c: New file; defines functions error, warning, and
2141 fatal, variables have_error and progname.
2142 * errors.h: New file; prototypes and decls for stuff in errors.c.
2143
2144 * Makefile: Add rules to build errors.o and
2145 $(HOST_PREFIX)errors.o. Link genconfig, gencodes, genemit,
2146 genopinit, genrecog, genextract, genpeep, genattr, and
2147 genoutput with errors.o. Add errors.h to deps of genconfig.o,
2148 gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
2149 genpeep.o, genattr.o, and genoutput.o.
2150
2151 * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
2152 genextract.c, genpeep.c, genattr.c: Include errors.h. Don't
2153 define or prototype fatal. Set progname at beginning of main.
2154 * genoutput.c: Likewise, and don't define or prototype error
2155 either.
2156
2157 * c-typeck.c (c_expand_start_case): Return immediately if exp
2158 is an ERROR_MARK.
2159 * fold-const.c (operand_equal_p): Return immediately if arg1
2160 or arg0 are ERROR_MARKs.
2161 * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
2162 fields of type ERROR_MARK when calculating if the record can
2163 go in a register.
2164
2165 Fri Aug 27 01:03:48 1999 Jim Kingdon <http://developer.redhat.com>
2166 with much help from Jeffrey A Law and Richard Henderson
2167
2168 * i386.md: In the 6 insns which call output_fix_trunc,
2169 earlyclobber operands[0].
2170
2171 Fri Aug 27 01:01:51 1999 Philip Blundell <pb@nexus.co.uk>
2172
2173 * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
2174 creating new registers.
2175
2176 1999-08-26 23:09 -0700 Zack Weinberg <zack@bitmover.com>
2177
2178 * i386.h: Declare ix86_cpu_string, ix86_arch_string,
2179 i386_reg_alloc_order, i386_regparm_string,
2180 i386_align_loops_string, i386_align_jumps_string,
2181 i386_align_funcs_string, i386_preferred_stack_boundary_string,
2182 and i386_branch_cost_string as type "const char *".
2183 * i386.c: Define all above strings as type "const char *".
2184
2185 Thu Aug 26 20:36:30 1999 Jim Wilson <wilson@cygnus.com>
2186
2187 * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
2188 when emitting alignment padding. Emit padding byte of 0 instead of 4.
2189
2190 Thu Aug 26 18:11:20 1999 Mark Mitchell <mark@codesourcery.com>
2191
2192 * tree.c (array_type_nelts): Don't create RTL_EXPRs from
2193 SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
2194
2195 Thu Aug 26 19:33:23 1999 Jim Wilson <wilson@cygnus.com>
2196
2197 * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
2198 (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
2199 (dwarf2out_line, dwarf2out_finish): Likewise.
2200 * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
2201
2202 Thu Aug 26 16:10:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
2203
2204 * tree.c (lang_unsave_expr_now) : Correct return type.
2205 * tree.h (lang_unsave_expr_now) : Same.
2206
2207 Thu Aug 26 13:12:29 1999 Jeffrey A Law (law@cygnus.com)
2208
2209 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
2210 instead of duplicating code.
2211
2212 Thu Aug 26 18:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2213
2214 * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
2215
2216 1999-08-26 09:42 -0700 Zack Weinberg <zack@bitmover.com>
2217
2218 * tree.h: fancy_abort always takes three args.
2219 * resource.c: Move include of system.h before toplev.h.
2220
2221 Thu Aug 26 09:46:16 1999 Nick Clifton <nickc@cygnus.com>
2222
2223 * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
2224 as SYMBOL_REFs.
2225
2226 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>
2227
2228 * system.h: Don't redefine abort or trim_filename.
2229 * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
2230 or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
2231 whether or not __FUNCTION__ is available.
2232 * tree.h: Duplicate rtl.h's definition of abort, for files
2233 that don't include rtl.h. Delete all code to perform type
2234 checking with a compiler other than GCC.
2235 * varray.h: Delete all code to perform type checking with a
2236 compiler other than GCC. Make VARRAY_CHECK() always evaluate
2237 its arguments exactly once, using a statement expression.
2238 Adjust the VARRAY_<type> accessor macros to match.
2239 * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
2240 (_fatal_insn, _fatal_insn_not_found): New fns, take info on
2241 caller's location. Define fatal_insn and fatal_insn_not_found
2242 as macros that use _fatal_insn and _fatal_insn_not_found.
2243 (fancy_abort, trim_filename): Kill prototypes.
2244
2245 * rtl.c (trim_filename): Move here from toplev.c.
2246 (fancy_abort): New function.
2247 (DIR_SEPARATOR): Provide default definition.
2248 * tree.c (tree_check_failed, tree_class_check_failed): Go
2249 through fancy_abort.
2250 (tree_check, tree_class_check, cst_or_constructor_check,
2251 expr_check): Delete.
2252 * varray.c (varray_check_failed): New function.
2253 * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
2254 _fatal_insn and _fatal_insn_not_found. Go through
2255 fancy_abort.
2256 (trim_filename, fancy_abort): Delete.
2257
2258 * builtins.c (expand_builtin_args_info): Report ICE with abort.
2259 * except.c (start_catch_handler): Report ICE with error/abort
2260 combo.
2261 * final.c (output_operand_lossage): Likewise.
2262 * flow.c (verify_flow_info): Likewise.
2263
2264 * gcc.c: Prototype fatal.
2265 * gengenrtl.c: Undef abort after including rtl.h not system.h.
2266 * genattr.c, genattrtab.c, genemit.c, genextract.c,
2267 genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
2268 Don't define fancy_abort.
2269
2270 Wed Aug 25 17:56:59 1999 Richard Henderson <rth@cygnus.com>
2271
2272 * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
2273 canonization.
2274
2275 Wed Aug 25 15:35:55 1999 Richard Henderson <rth@cygnus.com>
2276
2277 * m88k.h (VERSION_INFO2): Kill.
2278 (VERSION_STRING): Kill.
2279 (TM_RCS_ID): Kill.
2280 (VERSION_INFO1): Tidy.
2281 (TARGET_VERSION): Update.
2282 * m88k/dgux.h (VERSION_INFO2): Kill.
2283 (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
2284 * m88k/luna.h (VERSION_INFO1): Tidy.
2285 * m88k/sysv4.h (VERSION_INFO1): Likewise.
2286 * m88k.c (out_rcs_id, tm_rcs_id): Kill.
2287 (output_file_start): Adjust for death of VERSION_STRING.
2288
2289 1999-08-25 13:51 -0700 Jim Meyering <meyering@ascend.com>
2290
2291 * cpplib.c (detect_if_not_defined): New function.
2292 (do_if): Use it to detect potential once-only headers.
2293
2294 Wed Aug 25 14:00:18 1999 Jason Merrill <jason@yorick.cygnus.com>
2295
2296 * c-common.c (combine_strings): Always set TREE_CONSTANT.
2297
2298 Wed Aug 25 15:27:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
2299
2300 * combine.c (nonzero_bits) : Allow single-ly set registers to be
2301 anywere in the function only if they are pseudos and set before
2302 being used (not live at the start of the function).
2303 (num_sign_bit_copies) : Same.
2304 (get_last_value_validate) : Same.
2305 (get_last_value) : Same.
2306
2307 Wed Aug 25 11:13:29 1999 Richard Henderson <rth@cygnus.com>
2308
2309 * loop.c (express_from): Try harder to unify (* c N) and (* c M)
2310 where N and M are constant and N is an integer multiple of M.
2311
2312 Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
2313
2314 * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
2315 (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
2316 sbitmap_union_of_preds): Add prototypes.
2317 * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
2318 the intersection of successors with the new flow graph structures.
2319 (sbitmap_intersection_of_preds): New function to compute the
2320 intersection of predecessors with the new flow graph structures.
2321 (sbitmap_union_of_succs): New function to compute the union of
2322 successors with the new flow graph structures.
2323 (sbitmap_union_of_preds): New function to compute the union of
2324 predecessors with the new flow graph structures.
2325 * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
2326 (expr_reaches_here_p): Use edge and basic_block structures instead
2327 of s_preds and s_succs.
2328 (compute_cprop_avinout): Use new sbitmap routines.
2329 (pre_expr_reaches_here_p): Use edge and basic_block structures instead
2330 of s_preds and s_succs.
2331 * flow.c (compute_flow_dominators): Compute dominators using
2332 edges and basic blocks instead of s_preds and s_succs.
2333
2334 Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
2335
2336 * lists.c (unused_insn_list, unused_expr_list): New file for
2337 maintaining various types of lists. New statics for maintaining a
2338 cache of available INSN_LIST and EXPR_LIST nodes.
2339 (free_list): Static function for freeing a list of INSN/EXPR nodes.
2340 (alloc_INSN_LIST): Function to get a free INSN_LIST node.
2341 (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
2342 (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
2343 (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
2344 (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
2345 (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
2346 (free_INSN_LIST_node): Free an individual INSN_LIST node.
2347 * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
2348 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
2349 (remove_dependence, free_pending_lists): Use new global routines.
2350 (flush_pending_lists, sched_analyze_insn): Use new global routines.
2351 (sched_analyze, compute_block_backward_dependences): Use new routines.
2352 (sched_analyze_1, sched_analyze_2): Use new routines.
2353 (schedule_insns): Use new global routines.
2354 * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
2355 prototypes.
2356 (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
2357 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
2358 prototypes.
2359 * toplev.c (rest_of_compilation): Initialize node cache.
2360 * Makefile.in (OBJS): Add lists.o to list of object files.
2361 (lists.o): Add dependancies.
2362
2363 Wed Aug 25 17:31:56 1999 Nick Clifton <nickc@cygnus.com>
2364
2365 * config/v850/v850.md: Fix compile time warning messages.
2366 * config/v850/v850.c: Fix compile time warning messages.
2367 * config/v850/v850.h: Fix compile time warning messages.
2368
2369 Wed Aug 25 09:44:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2370
2371 * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
2372 Remove unused prototype for `init_lengths'.
2373
2374 Wed Aug 25 09:32:31 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2375
2376 * calls.c (emit_call_1): Mark parameter `stack_size' with
2377 ATTRIBUTE_UNUSED.
2378 (expand_call): Initialize variable `insn'.
2379 (emit_library_call): Likewise for variable `high_to_save'.
2380 (emit_library_call_value): Likewise.
2381 (store_one_arg): Likewise for variables `lower_bound' and
2382 `upper_bound'.
2383
2384 * combine.c (try_combine): Likewise for variables `i2_code_number'
2385 and `other_code_number'.
2386 (find_split_point): Likewise for variables `pos', `unsignedp' and
2387 `inner'.
2388 (simplify_if_then_else): Likewise for variables `op' and `c1'.
2389 (simplify_and_const_int): Remove unused variable `width'.
2390 (merge_outer_ops): Likewise.
2391
2392 * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
2393 HOST_WIDE_INT' when comparing against one.
2394 (simplify_relational_operation): Likewise.
2395 (cse_insn): Initialize variables `src_eqv_volatile',
2396 `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
2397
2398 * final.c (init_final): Constify parameter `filename'.
2399 (final_start_function): Mark parameter `optimize' with
2400 ATTRIBUTE_UNUSED.
2401 (profile_function): Likewise for parameters `first' and `optimize'.
2402 (output_source_line): Likewise for parameter `file'.
2403
2404 * integrate.c (subst_constants): Cast a value to `size_t' when
2405 comparing against one.
2406 (mark_stores): Initialize variable `mode'. Cast a value to
2407 `size_t' when comparing against one.
2408
2409 * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
2410
2411 * loop.c (move_movables): Initialize variable `first'.
2412 (strength_reduce): Likewise for variable `increment'.
2413 (check_dbra_loop): Likewise for variable `comparison_val'. Cast a
2414 value to `size_t' when comparing against one.
2415 (load_mems): Initialize variable `end_label'.
2416
2417 * output.h (init_final): Constify parameter.
2418
2419 * reload.c (decompose): Initialize variable `base'.
2420
2421 * reload1.c (reload): Likewise for variable `is_scalar'.
2422 (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
2423 (choose_reload_regs): Initialize variable `mode'.
2424 (emit_reload_insns): Likewise for variable `store_insn'.
2425 (reload_cse_noop_set_p): Mark parameter `insn' with
2426 ATTRIBUTE_UNUSED.
2427 (reload_combine): Initialize variable `set'.
2428
2429 * unroll.c (unroll_loop): Likewise for variable `local_label'.
2430 (copy_loop_body): Cast a value to `size_t' when comparing against
2431 one.
2432
2433 * varasm.c (assemble_variable): Initialize variable `size_tree'.
2434 (const_hash): Add an `else abort()' in an if-else-if-else sequence.
2435 (remove_from_pending_weak_list): Mark parameter `name' with
2436 ATTRIBUTE_UNUSED.
2437
2438 Wed Aug 25 11:18:39 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2439
2440 * toplev.c (rest_of_compilation): Use decl_printable_name when opening
2441 gcse dump file.
2442
2443 Wed Aug 25 10:57:12 1999 Nick Clifton <nickc@cygnus.com>
2444
2445 * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
2446 (ASM_DECLARE_FUNCTION_NAME): Define.
2447 (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
2448 ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
2449 ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
2450 not already defined.
2451
2452 Wed Aug 25 01:36:11 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
2453
2454 * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
2455 of n_popped when call/call_value are not defined.
2456
2457 Wed Aug 25 01:25:14 1999 Jeffrey A Law (law@cygnus.com)
2458
2459 * tm.texi: GNU CC -> GCC conversion.
2460 (CC1_SPEC): Indicate it is used for all language front ends.
2461
2462 Tue Aug 24 23:43:03 1999 Mark Mitchell <mark@codesourcery.com>
2463
2464 * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
2465 NOTE_INSN_EH_REGION_END correctly.
2466
2467 Tue Aug 24 23:26:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
2468 Jeff Law <law@cygnus.com>
2469
2470 * loop.c (strength_reduce): Automatically unroll loops if the
2471 unrolled loop size is smaller than the rolled loop size.
2472
2473 * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
2474 and delete comment that code should be rewritten.
2475
2476 Tue Aug 24 22:56:35 1999 Jeffrey A Law (law@cygnus.com)
2477
2478 * haifa-sched.c (find_rgns): Mark a block found during the DFS search
2479 as reachable.
2480
2481 * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
2482
2483 Tue Aug 24 22:41:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
2484
2485 * fixinc/mkfixinc.sh: Don't fix uwin headers.
2486 * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
2487 (LINK_SPEC): Add -u _main when building executables.
2488 (ASM_DECLARE_FUNCTION): Update from Cygwin.
2489 (ASM_FILE_END): Use the default for ix86-pe.
2490 * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
2491
2492 Tue Aug 24 20:49:47 1999 Art Haas <ahaas@neosoft.com>
2493
2494 * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
2495 and ASM_CLOSE_PAREN are empty strings.
2496
2497 Wed Aug 25 12:46:22 1999 Fred Fish <fnf@cygnus.com>
2498 Geoffrey Keating <geoffk@cygnus.com>
2499
2500 * Makefile.in (PREPROCESSOR_DEFINES): New macro.
2501 (protoize.o): Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
2502 (unprotoize.o): Ditto.
2503 (test-protoize-simple): Don't define STD_PROTO_DIR.
2504 * protoize.c: Use PARAMS rather than PROTO. Minor whitespace
2505 changes to make 'test-protoize-simple' pass.
2506 (STD_PROTO_DIR): Remove define.
2507 (STANDARD_EXEC_PREFIX): Supply default define.
2508 (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
2509 (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
2510 (target_version): New variable, init to DEFAULT_TARGET_VERSION.
2511 (GET_ENV_PATH_LIST): New macro.
2512 (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
2513 (do_processing): Initialize default_syscalls_dir using new
2514 macros. Use it to initialize syscalls_absolute_filename.
2515
2516 Tue Aug 24 16:58:15 1999 Richard Henderson <rth@cygnus.com>
2517
2518 * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
2519 B into a register before emit_conditional_move.
2520
2521 Tue Aug 24 15:37:03 1999 Richard Henderson <rth@cygnus.com>
2522
2523 * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
2524 as (+ (+ (* a b) (* d e)) c). Factor a common power-of-two
2525 multiplicand out of (+ (* a b) (* c d)).
2526
2527 Tue Aug 24 11:46:10 1999 Bob Manson <manson@cygnus.com>
2528 Richard Henderson <rth@cygnus.com>
2529
2530 * haifa-sched.c (split_hard_reg_notes): Move to flow.c
2531 (new_insn_dead_notes): Likewise.
2532 (update_n_sets): Likewise.
2533 (update_flow_info): Move to flow.c, renamed to update_life_info;
2534 extend to handle multiple source insns.
2535 * flow.c: Include resource.h
2536 (unlink_insn_chain): New.
2537 (split_hard_reg_notes): New.
2538 (maybe_add_dead_note): New.
2539 (maybe_add_dead_note_use): New.
2540 (find_insn_with_note): New.
2541 (new_insn_dead_notes): New.
2542 (update_n_sets): New.
2543 (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
2544 (maybe_remove_dead_notes): New.
2545 (update_life_info): New.
2546 (prepend_reg_notes): New.
2547 (replace_insns): New.
2548 * output.h (update_life_info): Declare.
2549 * recog.c (split_block_insns): Use update_life_info.
2550 * resource.c (find_free_register): Use reg_alloc_order, don't use
2551 fixed regs, make sure the mode is supported, don't use new regs.
2552 (reg_dead_p): New.
2553 * rtl.h (replace_insns): Declare.
2554
2555 Tue Aug 24 13:48:39 1999 Nathan Sidwell <nathan@acm.org>
2556
2557 * expr.c (expand_expr): Cope with COND_EXPRs with one
2558 non-returning branch.
2559
2560 Mon Aug 23 22:28:16 1999 Mark Mitchell <mark@codesourcery.com>
2561
2562 * expr.c (store_expr): Always pass down the target, even when not
2563 doing CSE.
2564
2565 1999-08-24 Nick Clifton <nickc@cygnus.com>
2566
2567 * configure.in: Define target_cpu_default for v850 targets.
2568 * configure: Regenerate
2569
2570 * config/v850/v850.h (TARGET_CPU_generic): Define.
2571 (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
2572 addresses are 4 byte aligned.
2573
2574 * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
2575 addresses.
2576
2577 Tue Aug 24 09:32:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2578
2579 * genattr.c (function_unit_desc): Constify a char*. Add prototype.
2580 (main): Add prototypes.
2581
2582 * genattrtab.c (substitute_address, write_const_num_delay_slots,
2583 attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
2584 (write_attr_get): Emit prototypes along with function definition.
2585 (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
2586 (write_complex_function): Emit static prototype along with
2587 function definition.
2588
2589 * genemit.c (gen_split): Emit prototypes along with function
2590 definition.
2591
2592 * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
2593 Likewise for predicates and `insn_operand_predicate'.
2594 (process_template): Emit static prototype along with function
2595 definition.
2596
2597 * genrecog.c (make_insn_sequence): Constify a char*. Add
2598 prototypes for get_split_*().
2599 (write_subroutine): Emit prototypes along with function
2600 definition.
2601
2602 Tue Aug 24 12:35:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2603
2604 * gcse.c (find_avail_set): Follow chains of register-register copies.
2605 Use oprs_not_set_p to guarantee that the returned value can be
2606 substituted.
2607 (cprop_insn): Don't verify the return value of find_avail_set with
2608 oprs_not_set_p.
2609
2610 * gcse.c (cprop_jump): New function, broken out of cprop_insn.
2611 (cprop_cc0_jump): New function.
2612 (cprop_insn): Break out new function cprop_jump and use it.
2613 Also use cprop_cc0_jump for machines with CC0.
2614 (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
2615
2616 * tree.h (current_function_calls_setjmp,
2617 current_function_calls_longjmp): Delete declarations.
2618 * dsp16xx.c: Include "function.h".
2619 * elxsi.c: Likewise.
2620 * gmicro.c: Likewise.
2621 * h8300.c: Likewise.
2622 * i370.c: Likewise.
2623 * m32r.c: Likewise.
2624 * mn10200.c: Likewise.
2625 * mn10300.c: Likewise.
2626 * ns32k.c: Likewise.
2627 * spur.c: Likewise.
2628 * v850.c: Likewise.
2629
2630 * rtl.h (rtx_equal_function_value_matters): Declare.
2631 * toplev.c (rtx_equal_function_value_matters): Don't declare.
2632 * cse.c: Likewise.
2633 * function.c: Likewise.
2634 * emit-rtl.c: Likewise.
2635
2636 Tue Aug 24 02:47:44 1999 Jeffrey A Law (law@cygnus.com)
2637
2638 * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
2639 call.
2640
2641 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2642
2643 * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
2644 exactly.
2645
2646 Mon Aug 23 23:35:52 1999 Matthias Klose <doko@cs.tu-berlin.de>
2647
2648 * cpp.texi: Add a node documenting macro varargs (copied
2649 from extend.texi).
2650
2651 1999-08-23 22:23 -0700 Zack Weinberg <zack@bitmover.com>
2652
2653 * cppspec.c: Put a null pointer at the end of the new argv.
2654
2655 Mon Aug 23 21:23:24 1999 Jeffrey A Law (law@cygnus.com)
2656
2657 * configure.in: Remove code to select/de-select the haifa
2658 scheduler. Every scheduled port gets haifa now.
2659 * configure: Rebuilt.
2660 * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
2661 * sched.c Deleted.
2662 * Makefile.in: Corresponding changes.
2663
2664 Mon Aug 23 16:04:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2665
2666 * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
2667 All callers changed.
2668 (prepare_float_lib_cmp): Likewise.
2669 Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
2670 * expr.h (emit_float_lib_cmp): Delete declaration.
2671 * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
2672 * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
2673 * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
2674 specially.
2675 (cmptf): Now conditional on TARGET_HARD_QUAD.
2676
2677 Fri Aug 20 17:52:27 1999 Jim Wilson <wilson@cygnus.com>
2678
2679 * resource.c (mark_target_live_regs): Use
2680 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
2681
2682 Fri Aug 20 19:07:55 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2683
2684 * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
2685
2686 * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
2687
2688 * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
2689
2690 Fri Aug 20 18:53:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2691
2692 * rtl.h (rtx_format): Constify a char*.
2693
2694 * rtl.c (rtx_format): Likewise.
2695 (copy_rtx, copy_most_rtx, read_rtx): Likewise.
2696 (init_rtl): Use accessor macro, not `rtx_format'.
2697
2698 * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
2699 char*.
2700
2701 * caller-save.c (mark_referenced_regs): Likewise.
2702
2703 * combine.c (subst, make_compound_operation, known_cond,
2704 gen_rtx_combine, update_table_tick, get_last_value_validate,
2705 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
2706
2707 * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
2708 refers_to_p, canon_reg, fold_rtx, cse_process_notes,
2709 count_reg_usage): Likewise.
2710
2711 * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
2712 Likewise.
2713
2714 * final.c (leaf_renumber_regs_insn): Likewise.
2715
2716 * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
2717 dump_edge_info, count_reg_references): Likewise.
2718
2719 * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
2720 fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
2721 Likewise.
2722
2723 * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
2724 oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
2725 add_label_notes): Likewise.
2726
2727 * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
2728 clear_struct_flag, count_sub_rtxs, count_alternatives,
2729 compares_alternatives_p, contained_in_p, walk_attr_value,
2730 write_expr_attr_cache): Likewise.
2731
2732 * genconfig.c (walk_insn_part): Likewise.
2733
2734 * genemit.c (max_operand_1, gen_exp): Likewise.
2735
2736 * genextract.c (walk_rtx): Likewise.
2737
2738 * genflags.c (num_operands): Likewise.
2739
2740 * genoutput.c (scan_operands): Likewise.
2741
2742 * genpeep.c (match_rtx): Likewise.
2743
2744 * genrecog.c (add_to_sequence): Likewise.
2745
2746 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
2747 Likewise.
2748
2749 * integrate.c (save_constants, copy_for_inline,
2750 copy_rtx_and_substitute, subst_constants, restore_constants):
2751 Likewise.
2752
2753 * jump.c (mark_jump_label, invert_exp, redirect_exp,
2754 rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
2755
2756 * local-alloc.c (contains_replace_regs, memref_referenced_p):
2757 Likewise.
2758
2759 * loop.c (record_excess_regs, rtx_equal_for_loop_p,
2760 add_label_notes, replace_call_address, count_nonfixed_reads,
2761 invariant_p, find_single_use_in_loop, find_mem_givs,
2762 find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
2763 Likewise.
2764
2765 * print-rtl.c (reg_names, print_rtx): Likewise.
2766
2767 * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
2768
2769 * reg-stack.c (stack_regs_mentioned_p, record_label_references,
2770 record_reg_life_pat, swap_rtx_condition, goto_block_pat,
2771 print_blocks): Likewise.
2772
2773 * regclass.c (fix_register, record_address_regs,
2774 reg_scan_mark_refs): Likewise.
2775
2776 * regmove.c (stable_but_for_p): Likewise.
2777
2778 * reload.c (loc_mentioned_in_p, operands_match_p,
2779 find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
2780 copy_replacements, refers_to_regno_for_reload_p,
2781 refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
2782 reload_when_needed_name, reg_class_names, debug_reload_to_stream):
2783 Likewise.
2784
2785 * reload1.c (eliminate_regs, scan_paradoxical_subregs,
2786 delete_address_reloads_1, count_occurrences,
2787 reload_cse_mem_conflict_p, reload_combine_note_use,
2788 add_auto_inc_notes): Likewise.
2789
2790 * resource.c (mark_referenced_resources, mark_set_resources):
2791 Likewise.
2792
2793 * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
2794 reg_mentioned_p, regs_set_between_p, modified_between_p,
2795 modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
2796 rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
2797 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
2798 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
2799
2800 * sched.c (sched_analyze_2, attach_deaths): Likewise.
2801
2802 * stupid.c (stupid_mark_refs): Likewise.
2803
2804 * unroll.c (remap_split_bivs): Likewise.
2805
2806 * varasm.c (mark_constants): Likewise.
2807
2808 * a29k/a29k.c (uses_local_reg_p): Likewise.
2809
2810 * alpha/alpha.c (summarize_insn): Likewise.
2811
2812 * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
2813 eliminate_lr2ip): Likewise.
2814
2815 * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
2816
2817 * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
2818 reg_mentioned_in_mem): Likewise.
2819
2820 * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
2821 symbolic_reference_mentioned_p): Likewise.
2822
2823 * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
2824
2825 * sh/sh.c (regs_used, mark_use): Likewise.
2826
2827 * vax/vax.c (vax_rtx_cost): Likewise.
2828
2829 Fri Aug 20 18:38:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2830
2831 * machmode.h (mode_name): Constify a char*.
2832
2833 * rtl.c (mode_name): Likewise.
2834
2835 * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
2836
2837 * optabs.c (init_libfuncs): Constify a char*.
2838
2839 * print-tree.c (mode_name): Remove redundant declaration.
2840 (print_node): Use accessor macro, not `mode_name'.
2841
2842 * reload1.c (dump_needs): Constify a char*. Use accessor macro,
2843 not `mode_name'.
2844 (new_spill_reg): Constify a char*.
2845
2846 * tree.c (mode_name): Remove redundant declaration.
2847
2848 Fri Aug 20 18:31:26 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2849
2850 * rtl.c (rtx_name): Constify a char*.
2851
2852 * rtl.h (rtx_name, fix_sched_param): Likewise.
2853
2854 * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
2855 (mypr): Use accessor macro, not `rtx_name'.
2856
2857 * genemit.c (print_code): Constify a char*.
2858
2859 * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
2860
2861 * genpeep.c (print_code): Constify a char*.
2862
2863 * genrecog.c (print_code): Likewise.
2864
2865 * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
2866 end_bb): Add static prototype.
2867 (draw_edge): Constify a char*.
2868 (end_bb): Remove unused parameter.
2869
2870 * haifa-sched.c (fix_sched_param, safe_concat, print_exp
2871 print_block_visualization): Constify a char*.
2872
2873 Fri Aug 20 15:02:10 1999 Mark Mitchell <mark@codesourcery.com>
2874
2875 * c-common.c (c_get_alias_set): Update comment.
2876
2877 1999-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2878
2879 * linux.h (LIB_SPEC): Added.
2880
2881 Fri Aug 20 22:32:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2882
2883 * config/c4x/c4x.h (STARTFILE_SPEC): Don't define.
2884
2885 1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
2886
2887 * tree.c (expr_check): Fix typo in last change.
2888
2889 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
2890
2891 * rtl.def (NOTE): Change format to "iuu0n".
2892 (ADDR_DIFF_VEC): Change format to "eEee0".
2893 (ADDRESSOF): Change format to "eit".
2894
2895 * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
2896 (RTVEC_ELT): Change to match.
2897 (XVECEXP): Use XVEC and RTVEC_ELT.
2898 (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
2899 ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
2900 (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
2901 CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
2902 TRAP_CONDITION, TRAP_CODE): Use XEXP.
2903 (INTVAL): Use XWINT.
2904 (ADDRESSOF_DECL): Use XTREE.
2905 (SET_ADDRESSOF_DECL): Delete.
2906 (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
2907 NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill. These have been
2908 ifdefed out since 2.6 at least.
2909 (gen_rtvec_vv): Delete prototype.
2910
2911 * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
2912 not rtunion.
2913 (copy_most_rtx): Handle 't' format letter.
2914 * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
2915 (gen_rtvec_vv): Delete function. All callers changed to use
2916 gen_rtvec_v instead.
2917 * print-rtl.c (print_rtx): Move special casing of NOTEs to
2918 the '0' format letter.
2919
2920 * function.c (gen_mem_addressof): Don't use
2921 SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
2922 instead.
2923 * integrate.c (copy_rtx_and_substitute): Likewise.
2924 Copy 't' slots with XTREE.
2925 (subst_constants): Treat 't' slots like '[swi]' slots.
2926 * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
2927 * jump.c (rtx_equal_for_thread_p): Likewise.
2928 * rtlanal.c (rtx_equal_p): Likewise.
2929 * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
2930 only four arguments.
2931 * gengenrtl.c (type_from_format): Provide correct types for
2932 'b' and 't' slots.
2933
2934
2935 * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
2936 If a recent gcc is in use (always in stage2 and beyond), use
2937 statement expressions, so we don't make a function call unless
2938 the check fails. Evaluate arguments exactly once.
2939 (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
2940 TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
2941 Delete.
2942 (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
2943 they evaluate their arguments exactly once, irrespective of
2944 the compiler in use.
2945
2946 * tree.c [ENABLE_CHECKING]: Define whichever set of functions
2947 is used by the currently-enabled check macros. This is:
2948 (tree_check_failed, tree_class_check_failed): For gcc.
2949 (tree_check, tree_class_check, cst_or_constructor_check,
2950 expr_check): For other compilers.
2951
2952 * gencheck.c: Do not define any *_CHECK1 macros.
2953
2954 Thu Aug 19 14:42:38 1999 Mike Stump <mrs@wrs.com>
2955 Mark Mitchell <mark@codesourcery.com>
2956
2957 * c-common.c (c_get_alias_set): Fix support for poitners and
2958 references.
2959
2960 Thu Aug 19 11:51:22 EDT 1999 John Wehle (john@feith.com)
2961
2962 * alias.c: Include tree.h.
2963 (nonlocal_reference_p, mark_constant_function): New functions.
2964 * flow.c (life_analysis): Call mark_constant_function.
2965 * rtl.h (mark_constant_function): Declare it.
2966
2967 Thu Aug 19 15:02:01 1999 Nick Clifton <nickc@cygnus.com>
2968
2969 * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
2970 unrecognisable switches.
2971
2972 Wed Aug 18 23:31:57 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
2973
2974 * loop.c (recombine_givs): Set ix field after sorting.
2975 (recombine_givs): Remove bogus index / giv lockstep looping.
2976
2977 Wed Aug 18 18:20:40 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2978
2979 * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
2980 on CODE.
2981 (emit_store_flag_force): Use do_compare_rtx_and_jump.
2982 (do_cmp_and_jump): Formatting fixes.
2983 * expr.c (do_compare_and_jump): Renamed from compare; changed to call
2984 do_compare_rtx_and_jump instead of compare_from_rtx.
2985 (do_compare_rtx_and_jump): New function; mostly copied from
2986 compare_from_rtx.
2987 (do_jump_for_compare): Delete.
2988 (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
2989 MIN_EXPR.
2990 (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
2991 of compare/do_jump_for_compare pairs.
2992 (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
2993 (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
2994 compare_from_rtx/do_jump_for_compare pairs.
2995 (do_jump_by_parts_equality): Likewise.
2996 (do_jump_by_parts_equality_rtx): Likewise.
2997 * expr.h (do_compare_rtx_and_jump): Declare.
2998 * optabs.c (prepare_cmp_insn): New function, contains most of the code
2999 that used to be in emit_cmp_insn.
3000 (cmp_available_p): New function.
3001 (prepare_operand): New function.
3002 (emit_cmp_and_jump_insn_1): New function, contains some code that used
3003 to be in emit_cmp_insn.
3004 (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
3005 parameters to be pointers; don't emit final compare but modify some of
3006 the values pointed to by the args so the caller can perform the
3007 correct comparison.
3008 (expand_binop): Call emit_store_flag_force with signed forms of
3009 comparison code.
3010 (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
3011 emit_jump_insn pair.
3012 (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
3013 emit_cmp_and_jump_insn_1. Call emit_queue.
3014 (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
3015 arg.
3016 * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
3017 jump sets cc0 before deleting it.
3018 * integrate.c (expand_inline_function): Likewise.
3019 * unroll.c (unroll_loop): Similar changes in several places.
3020 (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
3021 before deleting it.
3022
3023 Wed Aug 18 06:37:44 1999 Bernd Schmidt <bernds@cygnus.co.uk>
3024
3025 * Makefile.in (insn-recog.o): Update dependencies.
3026 * genrecog.c (main): Make generated file include "function.h".
3027
3028 Sat Aug 14 00:54:57 1999 Geoffrey Keating <geoffk@cygnus.com>
3029
3030 * cse.c (cse_insn): Call never_reached_warning when a jump is
3031 changed to be unconditional.
3032 * flags.h: Declare warn_notreached.
3033 * flow.c (delete_block): Call never_reached_warning when
3034 a block is deleted.
3035 * jump.c (delete_barrier_successors): Call never_reached_warning
3036 when we delete everything after a BARRIER.
3037 (never_reached_warning): New function.
3038 * rtl.h: Declare never_reached_warning.
3039 * toplev.c (warn_notreached): New variable.
3040 (lang_independent_options): Set warn_notreached
3041 when -Wunreachable-code.
3042 (compile_file): We need line numbers for -Wunreachable-code.
3043
3044 Tue Aug 17 22:06:11 1999 Jan Hubicka <hubicka@freesoft.cz>
3045
3046 * haifa-sched.c (insn_unit): Fix typo on out of range test.
3047 * sched.c (insn_unit): Likewise.
3048
3049 Tue Aug 17 21:57:23 1999 Andreas Schwab <schwab@suse.de>
3050
3051 * combine.c (distribute_notes): Handle REG_EH_RETHROW.
3052
3053 Tue Aug 17 17:39:43 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
3054
3055 * flow.c (create_edge_list): Use xmalloc, not malloc.
3056
3057 Tue Aug 17 01:40:54 1999 Loren Rittle <ljrittle@acm.org>
3058
3059 * fixinc/inclhack.def (no_double_slash): Do not trash single-line
3060 C-style comments. Do not lose the character before double slash.
3061
3062 Mon Aug 16 18:08:22 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
3063
3064 * basic-block.h (struct edge_list): Stucture to maintain a vector
3065 of edges.
3066 (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
3067 INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
3068 (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
3069 New function prototypes.
3070 * flow.c (create_edge_list): Function to create an edge list.
3071 (free_edge_list): Discards memory used by an edge list.
3072 (print_edge_list): Debug output showing an edge list.
3073 (verify_edge_list): Internal consistency check for an edge list.
3074 (find_edge_index): Function to find an edge index for a pred and succ.
3075
3076 Mon Aug 16 11:56:36 1999 Mark Mitchell <mark@codesourcery.com>
3077
3078 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
3079 hashtable.
3080
3081 Mon Aug 16 17:04:15 1999 Jorn Rennecke <amylaar@cygnus.co.uk>
3082
3083 * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
3084
3085 Fri Aug 13 15:20:43 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3086
3087 * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
3088
3089 Fri Aug 13 10:21:28 1999 Nick Clifton <nickc@cygnus.com>
3090
3091 * toplev.c (rest_of_compilation): Allow machine dependent
3092 reorganisation pass to place information into the RTL dump
3093 file if it so wishes.
3094
3095 Sun Aug 15 12:41:21 1999 Jim Wilson <wilson@cygnus.com>
3096
3097 * explow.c (hard_function_value): Use VOIDmode instead of
3098 MAX_MACHINE_MODE.
3099 * stmt.c (expand_return): Likewise.
3100 * stor-layout.c (get_best_mode): Likewise.
3101
3102 * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
3103 emit call instead of emit_insn call.
3104
3105 Sat Aug 14 15:04:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
3106
3107 * configure.in: Handle --disable/enable-win32-registry.
3108 * install.texi: Document --disable/enable-win32-registry.
3109 * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
3110 (WIN32_REGISTRY_KEY): New macro.
3111 * prefix.c: Use to enable/disable win32-specific code.
3112 (lookup_key): Use versioned key.
3113 * configure: Regenerate.
3114 * config.in: Likewise.
3115
3116 Fri Aug 13 17:41:55 1999 Jason Merrill <jason@yorick.cygnus.com>
3117
3118 * cpplib.c (read_line_number): New fn, split out of...
3119 (do_line): Here.
3120
3121 Fri Aug 13 14:18:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
3122
3123 tree.c (lang_unsave_expr_now) : New.
3124 (unsave_expr_now): Call lang_unsave_expr_now.
3125 tree.h (lang_unsave_expr_now) : New.
3126
3127 Fri Aug 13 00:49:46 1999 Jason Merrill <jason@yorick.cygnus.com>
3128
3129 * toplev.c (flag_new_exceptions): On by default.
3130
3131 1999-08-13 Michael Meissner <meissner@cygnus.com>
3132
3133 * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
3134
3135 Fri Aug 13 01:29:57 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
3136
3137 * dwarfout.c (fundamental_type_code): Return FT_boolean for
3138 INTEGER_TYPE with precision==1, it's __java_boolean.
3139
3140 Thu Aug 12 23:51:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3141
3142 * global.c (prune_preferences): Move some invariants out of the
3143 inner loop.
3144
3145 Thu Aug 12 15:30:29 1999 Jesse Perry (jap@unx.dec.com)
3146
3147 * configure.in (alpha*-dec-osf*): Add osf5.
3148
3149 Sun Aug 1 22:24:03 1999 Philip Blundell <philb@gnu.org>
3150
3151 * configure.in: Rework handling of ARM GNU/Linux slightly.
3152 (arm*-*-linux-gnuoldld): New target.
3153 * configure: Regenerate.
3154 * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
3155 arm-*-elf. Mention that arm-*-linux-gnuaout is obsolete.
3156 * config/arm/linux-oldld.h: New file.
3157 * config/arm/linux-elf26.h: Don't include linux-elf.h.
3158 (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
3159 Don't define.
3160 * config/arm/linux-elf.h (ASM_SPEC): Define.
3161 (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
3162 SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
3163 for 26-bit APCS and old linker.
3164 (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
3165 `arm_elf'.
3166 (FP_DEFAULT): Define to FP_SOFT3 for all machines.
3167 * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
3168 don't define `arm' or `arm_elf'.
3169 * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
3170 MULTILIB_DIRNAMES): Define. Fix typo in comment.
3171
3172 Thu Aug 12 10:14:47 1999 Andreas Schwab <schwab@suse.de>
3173
3174 * rtl.texi: Fix typo.
3175
3176 Wed Aug 11 23:50:57 1999 Jason Merrill <jason@yorick.cygnus.com>
3177
3178 * invoke.texi (C++ Dialect Options): Add -fms-extensions.
3179
3180 Wed Aug 11 12:59:37 1999 Mark Mitchell <mark@codesourcery.com>
3181
3182 * extend.texi (C++ Signatures): Remove node.
3183 * invoke.texi: Remove discussion of -fhandle-signatures,
3184 signature, sigof, __signature__, and __sigof__.
3185
3186 Wed Aug 11 03:38:25 1999 Jeffrey A Law (law@cygnus.com)
3187
3188 * Makefile.in (JAVAGC): Removed.
3189
3190 Wed Aug 11 02:13:26 1999 Mumit Khan <khan@xraylith.wisc.edu>
3191
3192 * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
3193
3194 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
3195
3196 * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
3197
3198 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
3199
3200 * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
3201 a register that is already known to be a pointer.
3202
3203 1999-08-11 Bruce Korb <ddsinc09@ix.netcom.com>
3204
3205 * fixinc/inclhack.tpl: Only install assert.h conditionally.
3206 * fixinc/inclhack.sh: Regenerated.
3207 * fixinc/fixincl.sh: Regenerated.
3208
3209 Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com>
3210
3211 * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
3212 Fix documentation of -ansi flag to describe its C++ behavior.
3213 Remove bogus reference to GCC 2.9.
3214
3215 Tue Aug 10 17:19:02 1999 Jim Wilson <wilson@cygnus.com>
3216
3217 * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
3218 note if it is non-NULL.
3219
3220 Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
3221
3222 * except.h (eh_nesting_info): Add new structure defintion.
3223 (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
3224 (reachable_handlers, update_rethrow_references): Add function
3225 prototypes.
3226 * rtl.h (struct rtvec_def): Update comments. REG_EH_RETHROW takes
3227 a rethrow symbol instead of an integer exception region number.
3228 * flow.c (Make_edges): Use new exception nesting routines to determine
3229 which handlers are reachable from a CALL or asynchronous insn.
3230 Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
3231 goto receivers.
3232 (delete_eh_regions): Update rethrow labels, and don't delete
3233 regions which are the target of a rethrow.
3234 * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
3235 avoid overloading the SYMBOL_REF_USED flag.
3236 (rethrow_symbol_map): Use new rethrow_ref field.
3237 (rethrow_used): Use new rethrow_ref field.
3238 (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
3239 of an integer. Fix formatting.
3240 (output_exception_table_entry): Use new rethrow_ref field.
3241 (can_throw): Check for EH_REGION_NOTE before deciding
3242 whether a CALL can throw or not.
3243 (scan_region): Call rethrow_used() instead of accessing data structure.
3244 (update_rethrow_references): New function to make sure only regions
3245 which are still targets of a rethrow are flagged as such.
3246 (process_nestinfo): New static function to initialize a handler
3247 list for a specific region.
3248 (init_eh_nesting_info): New function to allocate and initialize
3249 the list of all EH handlers reachable from all regions.
3250 (reachable_handlers): New function to retrieve the list of handlers
3251 reachable from a specific region and insn.
3252 (free_eh_nesting_info): New function to dispose of a list of
3253 reachable handlers.
3254
3255 Tue Aug 10 10:39:31 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
3256
3257 * flow.c (split_edge): Set JUMP_LABEL field.
3258 (commit_one_edge_insertion): Set head correctly for insert_before.
3259 When inserting insns, update insn block numbers if allocated.
3260
3261 Tue Aug 10 09:26:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3262
3263 * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
3264 retry_incomplete_types): Add static prototype.
3265 (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
3266 dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
3267 dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
3268 dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
3269 dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
3270 Constify a char*.
3271
3272 * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
3273 dwarf2out_start_source_file, dwarf2out_line): Likewise.
3274
3275 Tue Aug 10 09:21:46 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3276
3277 * output.h (assemble_name): Constify a char*.
3278
3279 * varasm.c (UNIQUE_SECTION, assemble_start_function,
3280 assemble_variable, assemble_name): Likewise.
3281
3282 * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
3283
3284 * arm/pe.c (arm_pe_unique_section): Likewise.
3285
3286 * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
3287
3288 * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
3289
3290 * i386/interix.c (i386_pe_unique_section): Likewise.
3291
3292 * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
3293
3294 * i386/winnt.c (i386_pe_unique_section): Likewise.
3295
3296 * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
3297
3298 * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
3299
3300 * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
3301
3302 * pa/pa.c (output_call): Likewise.
3303
3304 * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
3305
3306 * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
3307
3308 * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
3309 Likewise.
3310
3311 * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
3312 Likewise.
3313
3314 * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3315
3316 * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
3317 STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
3318
3319 * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
3320
3321 Mon Aug 9 19:54:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3322
3323 * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
3324
3325 Mon Aug 9 19:36:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3326
3327 * tree.h (lang_identify): Constify a char*.
3328 (print_error_function): Add extern prototype. Constify a char*.
3329
3330 * c-lang.c (lang_identify): Constify a char*.
3331
3332 * objc/objc-act.c (lang_identify): Constify a char*.
3333
3334 Mon Aug 9 16:21:53 1999 Bernd Schmidt <bernds@cygnus.co.uk>
3335
3336 * genpeep.c (main): Make generated file include "function.h".
3337 * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
3338
3339 Mon Aug 9 10:08:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
3340
3341 * Makefile.in: Update dependencies.
3342 * alias.c: Include "function.h"
3343 * c-decl.c: Likewise.
3344 * caller-save.c: Likewise.
3345 * calls.c: Likewise.
3346 * combine.c: Likewise.
3347 * cse.c: Likewise.
3348 * explow.c: Likewise.
3349 * final.c: Likewise.
3350 * global.c: Likewise.
3351 * graph.c: Likewise.
3352 * local-alloc.c: Likewise.
3353 * loop.c: Likewise.
3354 * optabs.c: Likewise.
3355 * profile.c: Likewise.
3356 * recog.c: Likewise.
3357 * regclass.c: Likewise.
3358 * regmove.c: Likewise.
3359 * reload.c: Likewise.
3360 * reorg.c: Likewise.
3361 * resource.c: Likewise.
3362 * sched.c: Likewise.
3363 * stupid.c: Likewise.
3364 * config/1750a/1750a.c: Likewise.
3365 * config/a29k/a29k.c: Likewise.
3366 * config/arc/arc.c: Likewise.
3367 * config/arm/arm.c: Likewise.
3368 * config/arm/thumb.c: Likewise.
3369 * config/c4x/c4x.c: Likewise.
3370 * config/clipper/clipper.c: Likewise.
3371 * config/convex/convex.c: Likewise.
3372 * config/fx80/fx80.c: Likewise.
3373 * config/i860/i860.c: Likewise.
3374 * config/m68k/m68k.c: Likewise.
3375 * config/m88k/m88k.c: Likewise.
3376 * config/mips/mips.c: Likewise.
3377 * config/pdp11/pdp11.c: Likewise.
3378 * config/pyr/pyr.c: Likewise.
3379 * config/romp/romp.c: Likewise.
3380 * config/sh/sh.c: Likewise.
3381 * config/tahoe/tahoe.c: Likewise.
3382 * config/vax/vax.c: Likewise.
3383 * config/we32k/we32k.c: Likewise.
3384 * config/sparc/sparc.c: Include "function.h".
3385 (mem_min_alignment): Test current_function rather than
3386 regno_pointer_align.
3387 * config/pa/pa.c: Likewise.
3388 (compute_frame_size): Delete declaration of
3389 current_function_outgoing_args_size.
3390 * config/arc/arc.h (current_function_varargs): Delete declaration.
3391 * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
3392 declaration.
3393 * config/i370/i370.h (current_function_outgoing_args_size): Delete
3394 declaration.
3395 * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
3396 current_function_uses_pic_offset_table.
3397 * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
3398 of current_function_returns_pointer.
3399 * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
3400 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
3401 * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
3402 * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
3403 * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
3404 * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
3405 * config/m88k/m88k.c: Include "function.h"
3406 (call_used_regs, current_function_pretend_args_size,
3407 current_function_outgoing_args_size, frame_pointer_needed): Delete
3408 declarations.
3409 * config/m88k/m88k.h (current_function_pretend_args_size): Delete
3410 declaration.
3411 * config/mips/mips.h (current_function_calls_alloca): Delete
3412 declaration.
3413 * config/mn10200/mn10200.h (current_function_needs_context,
3414 rtx_equal_function_value_matters): Delete declarations.
3415 * config/ns32k/ns32k (current_function_uses_pic_offset_table,
3416 flag_pic): Delete declarations.
3417 * config/pa/pa.h (current_function_pretend_args_size,
3418 current_function_decl): Delete declarations.
3419 * config/pa/som.h (current_function_varargs): Delete declaration.
3420 * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
3421 declaration.
3422 * config/pyr/pyr.h (current_function_pretend_args_size,
3423 current_function_args_size, current_function_calls_alloca): Delete
3424 declarations.
3425 * config/sh/sh.h (current_function_varargs): Delete declaration.
3426 * config/sparc/sparc.h (current_function_outgoing_args_size,
3427 current_function_calls_alloca, current_function_decl): Delete
3428 declarations.
3429 * config/spur/spur.h (current_function_pretend_args_size,
3430 current_function_calls_alloca): Delete declarations.
3431 * config/v850/v850.c (current_function_outgoing_args_size): Delete
3432 declaration.
3433 * config/vax/vms.h (current_function_name): Delete declaration.
3434 * gcse.c: Include "function.h".
3435 (current_function_name, current_function_calls_setjmp): Delete
3436 declarations.
3437 * haifa-sched.c: Include "function.h".
3438 (forced_labels): Delete declaration.
3439 * jump.c: Likewise.
3440 * reg-stack.c: Likewise.
3441 * reload1.c: Likewise.
3442 * genemit.c (main): Make generated file include function.h.
3443 * genoutput.c (output_prologue): Likewise.
3444
3445 * builtins.c (saveregs_value, apply_args_value): Delete variables.
3446 * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
3447 sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
3448 regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
3449 regno_reg_rtx, sequence_stack): Delete variables. Add accessor
3450 macros for some of them.
3451 (emit_filename, emit_lineno): Delete declarations.
3452 (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy. Access
3453 regno_pointer_* variables through current_function.
3454 (gen_inline_header_rtx): Delete function.
3455 (save_emit_status): Delete function.
3456 (set_new_last_label_num): New function.
3457 (clear_emit_caches): New function.
3458 (restore_emit_status): Just clear last_labelnum and call
3459 clear_emit_caches.
3460 (get_last_insn_anywhere): Variable sequence_stack is now accessed
3461 through macro seq_stack.
3462 (add_insn_after): Likewise.
3463 (add_insn_before): Likewise.
3464 (remove_insn): Likewise.
3465 (pop_topmost_sequence): Likewise.
3466 (in_sequence_p): Likewise.
3467 (start_sequence_for_rtl_expr): Likewise.
3468 (start_sequence): Likewise, and likewise for
3469 sequence_rtl_expr/seq_rtl_expr.
3470 (push_topmost_sequence): Likewise.
3471 (end_sequence): Likewise.
3472 (init_virtual_regs): Now takes a "struct emit_status *" argument.
3473 All callers changed. Store into that pointer instead of globals.
3474 (init_emit): Allocate emit elt of current_function.
3475 Changes for sequence_rtl_expr/sequence_stack renaming.
3476 Call clear_emit_caches instead of doing it in-line.
3477 Access regno_pointer_* variables through current_function.
3478 (init_emit_once) Don't clear sequence_stack.
3479
3480 * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
3481 Delete variables.
3482 (arg_pointer_save_area): Delete declaration.
3483 (finish_expr_for_function): Renamed from init_queue; no longer static.
3484 (init_expr): Don't call init_queue.
3485 (save_expr_status, restore_expr_status): Delete functions.
3486 (expand_expr): Changes to reflect new layout of struct function.
3487 Don't access current_function_check_memory_usage when current_function
3488 is 0.
3489 * expr.h (forced_labels, save_expr_regs, saveregs_value,
3490 apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
3491 current_function_outgoing_args_size, current_function_arg_offset_rtx,
3492 current_function_uses_const_pool, function_call_count,
3493 current_function_uses_pic_offset_table, nonlocal_labels,
3494 current_function_internal_arg_pointer, nonlocal_goto_stack_level,
3495 current_function_check_memory_usage, nonlocal_goto_handler_slots,
3496 pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
3497 declarations.
3498 (finish_expr_for_function): Declare.
3499 * flags.h (current_function_has_nonlocal_label,
3500 current_function_has_nonlocal_goto, current_function_is_thunk,
3501 current_function_has_computed_jump): Delete declarations.
3502 * flow.c (forced_labels): Delete declaration.
3503 * function.c (current_function_pops_args,
3504 current_function_returns_struct, current_function_returns_pcc_struct,
3505 current_function_needs_context, current_function_calls_setjmp,
3506 current_function_calls_longjmp, current_function_has_nonlocal_label,
3507 current_function_has_nonlocal_goto, current_function_is_thunk,
3508 current_function_has_computed_jump, current_function_calls_alloca,
3509 current_function_contains_functions, current_function_returns_pointer,
3510 current_function_epilogue_delay_list, current_function_args_size,
3511 current_function_pretend_args_size, current_function_arg_offset_rtx,
3512 current_function_outgoing_args_size, current_function_varargs,
3513 current_function_stdarg, current_function_args_info, cleanup_label,
3514 current_function_name, current_function_uses_const_pool,
3515 current_function_instrument_entry_exit, current_function_return_rtx,
3516 current_function_uses_pic_offset_table, nonlocal_labels,
3517 current_function_internal_arg_pointer, current_function_cannot_inline,
3518 current_function_check_memory_usage, function_call_count,
3519 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
3520 nonlocal_goto_stack_level, return_label, save_expr_regs,
3521 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
3522 tail_recursion_reentry, arg_pointer_save_area, frame_offset,
3523 context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
3524 last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
3525 temp_slot_level, var_temp_slot_level, target_temp_slot_level):
3526 Delete variables.
3527 (push_function_context_to): Don't save them. Don't call
3528 save_storage_status, save_emit_status or save_expr_status.
3529 (pop_function_context_from): Don't restore them. Don't call
3530 restore_storage_status or restore_expr_status.
3531 (get_func_frame_size): New function.
3532 (get_frame_size): Use it.
3533 (assign_outer_stack_local): Reflect some member name changes in struct
3534 function.
3535 (put_reg_into_stack): Likewise.
3536 (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
3537 seq_rtl_expr.
3538 (fixup_var_refs): Likewise.
3539 (fix_lexical_addr): Likewise.
3540 (trampoline_address): Likewise.
3541 (prepare_function_start): Clear field inlinable of current_function.
3542 (init_function_for_compilation): New function.
3543 (expand_dummy_function_end): New function.
3544 (expand_function_end): Call finish_expr_for_function.
3545 * function.h (struct emit_status): New; fields moved here from struct
3546 function and from global variables. Add accessor macros for some of
3547 the fields.
3548 (struct expr_status): Likewise.
3549 (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
3550 (struct function): Add fields expr and emit, inlinable, inl_emit,
3551 original_arg_vector, original_decl_initial, inl_last_parm_insn,
3552 inl_max_label_num. Add many comments.
3553 Add accessor macros for all elts of struct function that no longer
3554 have a global variable.
3555 (cleanup_label, return_label, frame_offset, tail_recursion_label,
3556 tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
3557 stack_slot_list): Delete declarations.
3558 (get_func_frame_size): Declare.
3559 (save_expr_status, restore_expr_status, save_emit_status,
3560 save_storage_status, restore_storage_status): Delete declarations.
3561 (init_virtual_regs): Declare.
3562 * output.h (current_function_pops_args,
3563 current_function_returns_struct, current_function_returns_pcc_struct,
3564 current_function_needs_context, current_function_calls_setjmp,
3565 current_function_calls_longjmp, current_function_calls_alloca,
3566 current_function_has_nonlocal_label, current_function_varargs,
3567 current_function_has_computed_jump, current_function_returns_pointer,
3568 current_function_contains_functions, current_function_args_size,
3569 current_function_pretend_args_size, current_function_stdarg,
3570 current_function_outgoing_args_size, current_function_args_info,
3571 current_function_name, current_function_return_rtx,
3572 current_function_epilogue_delay_list,
3573 current_function_uses_const_pool, current_function_cannot_inline):
3574 Delete declarations.
3575 * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
3576 regno_reg_rtx): Delete declaration.
3577 (REGNO_POINTER_FLAG): Delete macro.
3578 * stmt.c (expand_goto): Changes to reflect that some fields in struct
3579 function were renamed.
3580 * stor-layout.c (save_storage_status, restore_storage_status): Delete
3581 functions.
3582 * toplev.c: Include "function.h".
3583 (current_function_decl): Delete declaration.
3584 (compile_file): Call init_dummy_function_start and
3585 expand_dummy_function_end around some initializations that need to
3586 emit rtl.
3587 (rest_of_compilation): Use DECL_SAVED_INSNS properly.
3588 Call init_function_for_compilation.
3589 * unroll.c: Include "function.h"
3590 (unroll_loop): Access regno_pointer_* variables through
3591 current_function.
3592
3593 * tree.h (struct tree_decl): Add elt f to saved_insns member.
3594 (DECL_SAVED_INSNS): use it.
3595 (expand_dummy_function_end): Declare.
3596 (init_function_for_compilation): Declare.
3597 * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
3598 that it's no longer an INLINE_HEADER.
3599 (expand_call): Likewise.
3600 * integrate.c (finish_inline): Delete function.
3601 (max_parm_reg, parm_reg_stack_loc): Delete declarations.
3602 (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
3603 args. Don't generate an INLINE_HEADER rtx, just return the arg
3604 vector. All callers changed.
3605 (save_for_inline_copying): Create a duplicate struct emit_status to
3606 hold the emit state for compiling the current function. Use this and
3607 the other new fields in struct function that are for integration
3608 instead of an INLINE_HEADER.
3609 Use memcpy instead of bcopy.
3610 Store the current struct function in DECL_SAVED_INSNS of fndecl.
3611 (save_for_inline_nocopy): Similar changes, except no new emit_status
3612 is needed here.
3613 (expand_inline_function): Get information from function structure,
3614 not from an inline header rtx.
3615 (output_inline_function): Lose code to extract the necessary
3616 information from an inline header; simply put back the function
3617 structure into current_function. Clear its inlinable elt.
3618 * rtl.def (INLINE_HEADER): Delete.
3619 * rtl.h: Delete all accessors for an INLINE_HEADER.
3620 (gen_inline_header_rtx): Delete declaration.
3621 (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
3622 Delete declarations.
3623 (REGNO_POINTER_ALIGN): Delete.
3624 (clear_emit_caches): Declare.
3625 (set_new_last_label_num): Declare.
3626
3627 Mon Aug 9 01:52:24 1999 Jason Merrill <jason@yorick.cygnus.com>
3628
3629 * print-tree.c (print_node): Print base for OFFSET_TYPEs.
3630
3631 * except.c (expand_eh_region_start_for_decl): Always start a new block.
3632 * stmt.c (is_eh_region): Make sure current_function is present, too.
3633
3634 Mon Aug 9 01:15:24 1999 Jeffrey A Law (law@cygnus.com)
3635
3636 * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
3637 for 64bit PA targets.
3638
3639 * pa.h (SELECT_SECTION): Define.
3640 * som.h (SELECT_SECTION): Delete.
3641
3642 Sun Aug 8 15:13:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3643
3644 * alias.c (init_alias_analysis): Wrap call to
3645 `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
3646
3647 1999-08-07 Bruce Korb <autogen@linuxbox.com>
3648
3649 * fixinc/inclhack.def(irix_asm_apostrophe): IRIX 5.2's
3650 <sys/asm.h> contains an asm comment with an apostrophe
3651 * fixinc/inclhack.sh: regen
3652 * fixinc/fixincl.x: regen
3653
3654 Sat Aug 7 19:37:07 1999 Richard Henderson <rth@cygnus.com>
3655
3656 * function.c (init_function_start): Clear prologue & epilogue.
3657 (prologue_epilogue_contains): New function.
3658 * alias.c (init_alias_analysis): Use it.
3659 * rtl.h (prologue_epilogue_contains): Declare it.
3660
3661 Sat Aug 7 19:32:16 1999 Richard Henderson <rth@cygnus.com>
3662
3663 * jump.c (onlyjump_p): New function.
3664 * rtl.h: Declare it.
3665 * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
3666 of condjump_p in calling tidy_fallthru_edge and merge_blocks.
3667
3668 Sat Aug 7 17:09:36 1999 Richard Henderson <rth@cygnus.com>
3669
3670 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
3671 to invert loops. Simplify block scanning.
3672
3673 Sat Aug 7 02:11:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
3674
3675 * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
3676 (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
3677
3678 1999-08-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
3679
3680 * config/sparc/liteelf.h: New file to support sparclite-elf target
3681 * config/sparc/t-sp86x: New file to support sparc86x targets
3682 * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
3683 * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
3684 * configure.in: Support above target triplets
3685 * configure: Regenerated
3686
3687 Sat Aug 7 01:39:27 1999 Philippe De Muyter <phdm@macqel.be>
3688
3689 * fixinc/server.c (server_setup): Do not prefix function used as
3690 parameter with `&'.
3691
3692 Sat Aug 7 00:21:20 1999 Richard Henderson <rth@cygnus.com>
3693
3694 * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
3695 Remove fp reg alternatives.
3696
3697 Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com)
3698
3699 * Makefile.in (TAROUTOPTS): Kill.
3700 (install-headers-tar): Use "xpf" for tar headerfile extraction
3701 * i370/x-oe (TAROUTOPTS): Delete.
3702 * m68k/x-apollo68 (TAROUTOPTS): Delete.
3703 * m68k/x-hp320 (TAROUTOPTS): Delete.
3704 * m68k/x-hp320g (TAROUTOPTS): Delete.
3705 * gcc.texi: Update bug reporting text.
3706
3707 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3708
3709 * reg-stack.c (change_stack) Fixed problem with negative array index.
3710
3711 Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com)
3712
3713 * extend.texi, install.texi: Fix spelling mistakes.
3714
3715 * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
3716 (s-attrtab); No longer try to use pre-made insn-attrtab file.
3717 * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
3718 PREMADE_ATTRTAB_MD.
3719 * mips/t-ecoff: Likewise.
3720 * mips/t-elf: Likewise.
3721 * mips/t-mips: Likewise.
3722 * mips/t-osfrose: Likewise.
3723 * mips/t-r3900: Likewise.
3724 * mips/t-svr3: Likewise.
3725 * mips/t-svr4: Likewise.
3726 * mips/t-ultrix: Likewise.
3727
3728 * gcc.texi: Document recommend means to provide software floating
3729 point libraries in libgcc.a
3730
3731 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
3732
3733 * c-lex.c (yylex): We can have a number with no digits.
3734
3735 Fri Aug 6 16:53:55 EDT 1999 John Wehle (john@feith.com)
3736
3737 * jump.c (delete_prior_computation): New function, broken
3738 out of delete_computation. Check for side effects with
3739 side_effects_p instead of FIND_REG_INC_NOTE. Handle
3740 multi-word hard registers.
3741 (delete_computation): Use it. Check for side effects with
3742 side_effects_p instead of FIND_REG_INC_NOTE. Synthesize a
3743 missing REG_DEAD note for a register which is both set and
3744 used by an insn.
3745
3746 Fri Aug 6 11:05:29 1999 Jeffrey A Law (law@cygnus.com)
3747
3748 * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
3749 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
3750 (ASM_FILE_START): Import _mcount with the right type.
3751 (ASM_DECLARE_FUNCTION_NAME): Define.
3752 (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
3753 * pa.c (output_function_prologue): Always emit the function's label
3754 here.
3755 * pa.h (TEXT_SPACE_P): Define.
3756 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
3757 (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
3758 * som.h (TEXT_SPACE_P): Delete.
3759 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
3760 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
3761
3762 Thu Aug 5 19:29:39 1999 Jim Wilson <wilson@cygnus.com>
3763
3764 * expr.c (emit_group_load): Allow src to be a CONCAT.
3765
3766 Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3767
3768 * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
3769 (___mulsi3): Use '!' comment character.
3770
3771 Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk>
3772
3773 * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
3774
3775 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
3776
3777 * gcc.c: Update URLs and mail addresses.
3778 * gcc.texi: Likewise.
3779
3780 Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org>
3781
3782 * rs6000.c (current_file_function_operand): Return zero for
3783 weak functions.
3784 (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
3785 weak symbols.
3786 * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
3787 for weak symbols.
3788
3789 Thu Aug 5 00:56:30 1999 Geoffrey Keating <geoffk@cygnus.com>
3790
3791 * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
3792 allocate space in the stack frame for the PIC register.
3793
3794 Thu Aug 5 00:20:47 1999 Jeffrey A Law (law@cygnus.com)
3795
3796 * m68k.md (xordi3, anddi3): These patterns are not available on
3797 the coldfire.
3798
3799 Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
3800
3801 * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
3802 (PUT_REAL): Likewise.
3803
3804 Wed Aug 4 20:45:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3805
3806 * final.c (shorten_branches): Don't add an alignment for loops
3807 that have no label inside.
3808
3809 Wed Aug 4 16:39:24 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3810
3811 * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
3812 prototypes in macro HAVE_cmpstrsi.
3813
3814 * cpplib.c (cpp_get_token): Remove unused label `op3'.
3815
3816 * emit-rtl.c (operand_subword): Remove unused variable
3817 `bits_per_word'.
3818
3819 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
3820
3821 * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
3822
3823 Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com>
3824
3825 * cpphash.c (macroexpand): Delete leading whitespace when arg
3826 is concatenated before.
3827 (unsafe_chars): Correct test for whether + and - can extend a
3828 token.
3829
3830 * cppinit.c (cpp_start_read): Do dependencies for
3831 -include/-imacros files also.
3832
3833 * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
3834 tokenizing non-directive lines.
3835 (cpp_expand_to_buffer): Temporarily disable no-output mode.
3836 * cppmain.c: In no-output mode, just call cpp_scan_buffer for
3837 the input file.
3838
3839 Wed Aug 4 12:53:44 1999 Jason Merrill <jason@yorick.cygnus.com>
3840
3841 * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
3842
3843 * c-lex.c: Sync with C++ frontend.
3844 (linemode): New variable.
3845 (parse_float): imag, conversion_errno, and type are output only.
3846 (yylex): Adjust. Move initial '.' case into main switch.
3847 Use linemode.
3848 (handle_generic_pragma): Just deal with tokens.
3849 (readescape): Use ISXDIGIT and ISGRAPH.
3850 * c-parse.in: Add END_OF_LINE token.
3851
3852 * c-lex.c (lang_init): Generalize.
3853 (nextchar): Remove. Replace uses with UNGETC.
3854 (skip_white_space): Handle linemode here. Optimize for cpplib.
3855 (skip_white_space_on_line): Remove.
3856 (extend_token_buffer_to): New fn.
3857 (extend_token_buffer): Use it.
3858 (read_line_number, check_newline): Just deal with tokens.
3859 (token_getch, token_put_back): New fns.
3860 (yylex): Use them. More cpplib optimizations. Simplify.
3861
3862 Wed Aug 4 12:53:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
3863 Jason Merrill <jason@yorick.cygnus.com>
3864
3865 * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
3866 (consume_string): Make this smart about USE_CPPLIB.
3867 (check_newline): Rewrite to be intelligent about USE_CPPLIB.
3868 (yylex): Rewrite to be intelligent about USE_CPPLIB.
3869 Also, clean up cases where we redundantly set token_buffer[0].
3870 (read_line_number): New fn.
3871 (ignore_escape_flag): New variable.
3872
3873 Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
3874
3875 * a29k/t-a29kbare: Fix some comments.
3876 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
3877 (FPBIT, DPBIT): Define.
3878 * a29k/t-vx29k: Likewise.
3879 * arc/t-arc: Likewise.
3880 * arm/t-arm-elf: Likewise.
3881 * arm/t-bare: Likewise.
3882 * arm/t-pe: Likewise.
3883 * arm/t-pe-thumb: Likewise.
3884 * arm/t-semi: Likewise.
3885 * arm/t-thumb: Likewise.
3886 * arm/t-thumb-elf: Likewise.
3887 * arm/t-thumb-linux: Likewise.
3888 * h8300/t-h8300: Likewise.
3889 * i960/t-i960: Likewise.
3890 * i960/t-vxworks960: Likewise.
3891 * m32r/t-m32r: Likewise.
3892 * mips/t-ecoff: Likewise.
3893 * mips/t-elf: Likewise.
3894 * mips/t-r3900: Likewise.
3895 * pa/t-pro: Likewise.
3896 * rs6000/t-aix43: Likewise.
3897 * rs6000/t-beos: Likewise.
3898 * rs6000/t-newas: Likewise.
3899 * rs6000/t-ppccomm: Likewise.
3900 * rs6000/t-rs6000: Likewise.
3901 * rs6000/t-winnt: Likewise.
3902 * rs6000/t-xnewas: Likewise.
3903 * rs6000/t-xrs6000: Likewise.
3904 * sh/t-sh: Likewise.
3905 * sparc/t-elf: Likewise.
3906 * sparc/t-sparcbare: Likewise.
3907 * sparc/t-sparclite: Likewise.
3908 * sparc/t-splet: Likewise.
3909 * v850/t-v850: Likewise.
3910 * mn10200/t-mn10200: Fix comments.
3911 * mn10300/t-mn10300: Likewise.
3912
3913 * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
3914 dummy operand. Allocate a new pseudo for the dummy operand.
3915 (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
3916
3917 * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
3918
3919 Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
3920
3921 * configure: Rebuilt.
3922 * configure.in: Removed --enable-java-gc option and JAVAGC subst.
3923
3924 Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
3925
3926 * recog.c (preproces_constraints): Zero recog_op_alt before
3927 processing the constraints.
3928
3929 * arm.c (typedef minipool_node): Renamed from pool_node.
3930 (minipool_vector, minipool_size, minipool_vector_label): Similarly.
3931 (add_minipool_constant): New function.
3932 (dump_minipool): New function.
3933 (find_barrier): Remove special case for getting the insn size of
3934 an insn that references the constant pool.
3935 (minipool_fixup): New structure.
3936 (push_minipool_barrier): New function.
3937 (push_minipool_fix): New function.
3938 (note_invalid_constants): New function.
3939 (add_pool_constant, dump_table, fixit, broken_move): Delete.
3940 (arm_reorg): Rewrite code to fix up the constant pool into a
3941 series of mini-pools embedded in the insn stream.
3942 (arm_output_epilogue): New function, made mainly from the body
3943 of output_func_epilogue.
3944 (output_func_epilogue): Move insn generation part of epilogue code
3945 to arm_output_epilogue.
3946 * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
3947 * arm.md (pool_range): New attribute.
3948 (zero_extendqidi2): Add attribute pool_range.
3949 (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
3950 extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
3951 pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
3952 movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
3953 movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
3954 (epilogue): New expand.
3955 (epilogue_insn): New insn. Call arm_output_epilogue.
3956
3957 * arm.c (arm_poke_function_name): Undo change of July 17. Tidy up.
3958 * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
3959
3960 Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
3961
3962 * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
3963
3964 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
3965
3966 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
3967
3968 Wed Aug 4 02:15:32 1999 Richard Henderson <rth@cygnus.com>
3969
3970 * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
3971
3972 Wed Aug 4 01:48:08 1999 Jim Kingdon <http://developer.redhat.com>
3973
3974 * global.c: Fix comment.
3975
3976 Wed Aug 4 01:43:01 1999 Ian Lance Taylor <ian@zembu.com>
3977
3978 * gcc.c (access_check): New static function.
3979 (find_a_file): Use it when searching a directory list.
3980 * collect2.c (find_a_file): Don't accept directories found when
3981 searching a directory list.
3982
3983 Wed Aug 4 01:40:43 1999 Philippe De Muyter <phdm@macqel.be>
3984
3985 * tlink.c (symbol_hash_lookup): Do not prefix functions used as
3986 function parameters with `&'.
3987 (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
3988
3989 Wed Aug 4 01:08:44 1999 Jeffrey A Law (law@cygnus.com)
3990
3991 * flow.c (delete_unreachable_blocks): Do not call merge_blocks
3992 or tidy_fallthru_edge if the last insn in the block is not
3993 an unconditional jump or a simple conditional jump.
3994
3995 Tue Aug 3 20:21:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3996
3997 * Makefile.in (c-decl.o): Depends on defaults.h.
3998
3999 Tue Aug 3 14:14:52 1999 Jeffrey A Law (law@cygnus.com)
4000
4001 * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
4002 PA1.1 and above.
4003 (CLASS_MAX_NREGS): Likewise.
4004
4005 Tue Aug 3 03:51:20 1999 Jeffrey A Law (law@cygnus.com)
4006
4007 * cse.c (cse_insn): Fix dumb thinko in last change.
4008
4009 Tue Aug 3 10:36:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4010
4011 * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
4012 "const char *".
4013
4014 Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com>
4015
4016 * dwarf2out.c (add_location_or_const_value_attribute): Correct
4017 test for sizes of passed and declared parameter types.
4018
4019 Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4020
4021 * fixincludes: Fix the return type of bsearch, char* -> void*.
4022
4023 * fixinc/inclhack.def: Likewise.
4024
4025 Mon Aug 2 18:29:32 1999 Mark Mitchell <mark@codesourcery.com>
4026
4027 * invoke.texi (-fdump-translation-unit): New option.
4028
4029 Mon Aug 2 17:54:19 1999 Richard Henderson <rth@cygnus.com>
4030
4031 * expr.h (PROMOTE_PROTOTYPES): Move ...
4032 * defaults.h: ... to here.
4033 * c-decl.c: Include defaults.h instead of expr.h.
4034 * c-typeck.c: Include defaults.h.
4035
4036 Mon Aug 2 17:10:24 1999 Mark Mitchell <mark@codesourcery.com>
4037
4038 * toplev.h (errorcount): Declare.
4039 (warningcount): Likewise.
4040 (sorrycount): Likewise.
4041 * c-lex.c (errorcount): Don't declare.
4042 * dwarf2out.c (errorcount): Don't declare.
4043
4044 Mon Aug 2 17:02:08 1999 Jason Merrill <jason@yorick.cygnus.com>
4045
4046 * config/libgloss.h: Add a note discouraging use with ELF.
4047 * configure.in: Don't use libgloss.h for ELF targets.
4048 Always use_collect2 on a.out targets.
4049
4050 Mon Aug 2 16:27:42 1999 Jim Wilson <wilson@cygnus.com>
4051
4052 * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
4053 (force_to_mode, case ASHIFTRT): Add shiftrt label.
4054
4055 Tue Aug 3 00:45:02 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
4056
4057 * loop.c (strength_reduce): When doing biv->giv conversion, update
4058 reg note of NEXT->insn.
4059
4060 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
4061
4062 * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
4063
4064 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
4065
4066 * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
4067 PROMOTE_PROTOTYPES, so that it tests it as a C expression.
4068 Ensure expr.h is included.
4069 * c-typecheck.c (convert_arguments): Ditto.
4070
4071 * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
4072
4073 * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
4074 * config/convex/convex.h: Ditto.
4075 * config/dsp16xx/dsp16xx.h: Ditto.
4076 * config/fx80/fx80.h: Ditto.
4077 * config/gmicro/gmicro.h: Ditto.
4078 * config/i370/i370.h: Ditto.
4079 * config/i386/i386.h: Ditto.
4080 * config/m32r/m32r.h: Ditto.
4081 * config/m68k/m68k.h: Ditto.
4082 * config/m88k/m88k.h: Ditto.
4083 * config/mips/mips.h: Ditto.
4084 * config/pa/pa.h: Ditto.
4085 * config/pyr/pyr.h: Ditto.
4086 * config/tahoe/tahoe.h: Ditto.
4087 * config/we32k/we32k.h: Ditto.
4088
4089 * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
4090 based on arch size.
4091
4092 * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
4093
4094 * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
4095 from comment.
4096
4097 * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
4098
4099 1999-08-02 Richard Henderson <rth@cygnus.com>
4100
4101 * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
4102 for the register spill block.
4103 (m32r_va_arg): New.
4104 * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
4105 (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
4106
4107 * m32r.h (INT8_P): Don't short-cut test with (unsigned).
4108 (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
4109 (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
4110
4111 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
4112
4113 * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
4114 MAX_WCHAR_TYPE defined in sparc.h.
4115 * config/sparc/linuxaout.h: Likewise.
4116 * config/sparc/linux64.h: Likewise.
4117 Also default to -mvis if CPU is UltraSPARC.
4118
4119 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
4120
4121 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
4122 (RTX_OK_FOR_OLO10): Likewise.
4123 (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
4124 %lo(), allow it in addresses...
4125 (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
4126 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
4127 does not make sense.
4128 * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
4129 (sparc_output_scratch_registers): New function.
4130 (output_function_prologue, sparc_flat_output_function_prologue): Use
4131 it.
4132 * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
4133 defined.
4134 * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
4135 * configure.in: Add check for .register pseudo-op support in as and
4136 check for offsetable %lo().
4137 * acconfig.h: Add templates for the above checks.
4138 * configure: Regenerate.
4139
4140 1999-08-02 Richard Henderson <rth@cygnus.com>
4141
4142 * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
4143 * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
4144 * sparc/sol2.h (TARGET_DEFAULT): Likewise.
4145
4146 Mon Aug 2 23:46:45 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
4147
4148 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
4149 reg_biv_class.
4150
4151 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
4152
4153 * config/float-sparc.h: New file.
4154 * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
4155 sparc-*-linux-gnu and sparc64-*-linux*.
4156
4157 1999-08-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4158
4159 * rs6000.c (rs6000_va_list): Type is an array.
4160 (rs6000_va_start): Don't doubly adjust for varargs.
4161 (rs6000_va_arg): Evaluate long long GPR adjustment.
4162
4163 Mon Aug 2 16:15:57 1999 David Edelsohn <edelsohn@gnu.org>
4164
4165 * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
4166 -maix64 and -maix32.
4167 (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
4168 LINK_SPEC): Change appropriately.
4169 * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
4170 (u_short_cint_operand): Likewise.
4171 * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
4172 for 64-bit hosts.
4173 * rs6000/t-aix43 (MULTILIB): Change to -m64.
4174
4175 * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
4176
4177 Mon Aug 2 16:15:57 1999 Geoff Keating <geoffk@cygnus.com>
4178
4179 * rs6000/rs6000.c (num_insns_constant_wide): Correct
4180 for type promotion.
4181 (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
4182 (non_add_cint_operand): Likewise.
4183 (logical_operand): Likewise.
4184 (non_logical_cint_operand): Likewise.
4185 (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
4186 (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
4187 (rs6000_select_rtx_section): Suppress warning.
4188 (small_data_operand): Suppress warning.
4189 (rs6000_got_register): Suppress warning.
4190 * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
4191 type, so `J' is generally the wrong constraint for a SImode value;
4192 use `L' instead.
4193 (andsi3_internal2): Likewise.
4194 (andsi3_internal3): Likewise.
4195 (iorsi3_internal1): Likewise.
4196 (xorsi3_internal1): Likewise.
4197 (movsi): Likewise.
4198 (movsf_softfloat): Likewise.
4199 (scc insns): Likewise.
4200 (movsi+2): Preserve sign bits of SImode constant.
4201 (floatsidf2_internal+1): Sign-extend SImode constant correctly.
4202 (movdf+1): Sign-extend properly.
4203 (movdi_32+1): Sign-extend properly.
4204 (scc insns): Sign-extend properly.
4205
4206 * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
4207 K, L, and T.
4208
4209 1999-08-02 Richard Henderson <rth@cygnus.com>
4210
4211 * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
4212 -mcpu parsing code.
4213 (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
4214 * alpha.md (all fp insns): Likewise.
4215
4216 1999-08-02 Nick Clifton <nickc@cygnus.com>
4217
4218 * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
4219 already defined.
4220
4221 Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com)
4222
4223 * pa.c (legitimize_pic_address): Clarify comments. Do not call the
4224 pic_load_label generator directly.
4225 * pa.md (pic_load_label): Clarify comments. Remove modes on operands.
4226 No longer a named pattern.
4227
4228 Mon Aug 2 09:38:10 1999 Nick Clifton <nickc@cygnus.com>
4229
4230 * explow.c (force_reg): Call force_operand if X does not
4231 satisfy general_operand.
4232
4233 Mon Aug 2 01:34:22 1999 Jeffrey A Law (law@cygnus.com)
4234
4235 * fix-header.c (main): When testing for CONTINUED, use string
4236 equality, not pointer equality.
4237
4238 Mon Aug 2 01:27:24 1999 Dan Nicolaescu <dann@ics.uci.edu>
4239
4240 * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
4241
4242 Sun Aug 1 22:46:42 1999 Jeffrey A Law (law@cygnus.com)
4243
4244 * cse.c (cse_insn): Fix loop which deletes insns after a jump
4245 that has become an unconditional jump.
4246
4247 * m68k.c (output_function_prologue): Fix typo in CPU32 case.
4248 (output_function_epilogue): Similarly.
4249
4250 Sun Aug 1 20:14:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4251
4252 * tree.h (init_dummy_function_start): Declare.
4253
4254 Sun Aug 1 12:55:31 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4255
4256 * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
4257 last_expr_type, last_expr_value, block_start_count, block_stack,
4258 stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
4259 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
4260 dynamically in stmt elt of struct function for each function.
4261 (struct nesting): Rename function_call_count elt to n_function_calls,
4262 target_temp_slot_level to block_target_temp_slot_level. All users
4263 changed.
4264 (struct stmt_status): New structure definition.
4265 Add many accessor macros for stmt_status elements which previously
4266 were global variables.
4267 (init_stmt_for_function): Allocate stmt elt for current_function.
4268 Reflect that block_start_count was renamed to
4269 current_block_start_count.
4270 (save_stmt_status, restore_stmt_status): Delete functions.
4271 (preserve_subexpressions_p): Don't access loop_stack when outside
4272 a function.
4273 (expand_start_bindings): Reflect that block_start_count was renamed to
4274 current_block_start_count.
4275 (expand_fixup): Likewise.
4276 (expand_decl): Don't access block_stack when outside a function.
4277 (expand_decl_cleanup): Likewise.
4278 (expand_dcc_cleanup): Likewise.
4279 (expand_dhc_cleanup): Likewise.
4280 (expand_anon_union_decl): Likewise.
4281 (set_file_and_line_for_stmt): New function.
4282 (in_control_zone_p): New function.
4283
4284 * function.h (struct function): Add new elt stmt.
4285 Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
4286 case_stack, nesting_stack, nesting_depth, block_start_count,
4287 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
4288 emit_lineno, goto_fixup_chain.
4289 (save_eh_status, restore_eh_status, save_stmt_status,
4290 restore_stmt_status): Delete declarations.
4291 * function.c (push_function_context_to): Don't call save_stmt_status.
4292 (pop_function_context_to): Don't call restore_stmt_status.
4293 * tree.h (in_control_zone_p): Declare.
4294 * rtl.h (set_file_and_line_for_stmt): Declare.
4295
4296 * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
4297 call set_file_and_line_for_stmt.
4298
4299 Thu Jul 31 12:34:45 1999 Joe Buck <jbuck@synopsys.com>
4300
4301 * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
4302 Also update copyright.
4303
4304 Sat Jul 31 11:10:07 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4305
4306 * c-pragma.c: Don't include "except.h".
4307 * emit-rtl.c: Likewise.
4308 * stor-layout.c: Likewise.
4309 * tree.c: Likewise.
4310 * varasm.c: Likewise.
4311
4312 * flow.c: Include "function.h".
4313 * tree.h (init_dummy_function_start): Declare new function.
4314
4315 * except.h (struct eh_status): New structure.
4316 (struct label_node, struct eh_entry): Declare even if tree.h hasn't
4317 been included.
4318 (eh_return_stub_label, ehstack, catchstack, ehqueue,
4319 catch_clauses, false_label_stack, caught_return_label_stack,
4320 protect_list, current_function_ehc): Add accessor macros for the
4321 corresponding fields in current_function->eh; delete declarations
4322 for all items that used to be declared here.
4323 * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
4324 catch_clauses, false_label_stack, caught_return_label_stack,
4325 protect_list, current_function_ehc): Delete variables.
4326 (init_eh_for_function): Allocate current_function->eh.
4327 (save_eh_status, restore_eh_status): Delete functions.
4328
4329 * function.h (struct function): Add fields next_global and eh.
4330 Delete all exception handling related fields.
4331 * function.c (current_function): New variable.
4332 (all_functions): New variable.
4333 (push_function_context_to): Don't allocate a struct function,
4334 use current_function instead. Call init_dummy_function_start when
4335 outside a function. Clear current_function before returning.
4336 (pop_function_context_from): Restore current_function.
4337 Don't free the restored struct function.
4338 (prepare_function_start): New function.
4339 (init_dummy_function_start): New function.
4340 (init_function_start): Break out some code into prepare_function_start
4341 and call it here.
4342
4343 * stmt.c (save_stmt_status): Don't call save_eh_status.
4344 (restore_stmt_status): Don't call restore_eh_status.
4345
4346 * Makefile.in: Update dependencies.
4347
4348 Sat Jul 31 04:10:01 1999 Jeffrey A Law (law@cygnus.com)
4349
4350 * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
4351 of depending on a magic constant value. Update comments.
4352 (hppa_expand_prologue): Similarly.
4353
4354 * pa.md (reload_indi, reload_outdi): Allow any register for the
4355 original reload register.
4356
4357 Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
4358
4359 * cccp.c (print_help): Change marcos to macros.
4360
4361 1999-07-30 Richard Henderson <rth@cygnus.com>
4362
4363 * c-typeck.c (initializer_constant_valid_p): Move ...
4364 * c-common.c (initializer_constant_valid_p): ... here. Use
4365 FOO_TYPE_P instead of tests against TREE_CODE. Allow subtraction
4366 of label addresses.
4367 * c-common.h (initializer_constant_valid_p): Declare.
4368 * c-tree.h (initializer_constant_valid_p): Remove.
4369
4370 Fri Jul 30 16:33:42 1999 Mathias Froehlich <frohlich@na.uni-tuebingen.de>
4371
4372 * config/i386/sol2-c1.asm: Align the stack.
4373 * config/i386/sol2-gc1.asm: Likewise.
4374
4375 1999-07-30 Vladimir Makarov <vmakarov@loony.cygnus.com>
4376
4377 * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
4378 -Asparclite for sparc86x.
4379 (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
4380 sparc86x.
4381 (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
4382
4383 Fri Jul 30 14:53:56 1999 Jakub Jelinek <jj@ultra.linux.cz>
4384
4385 * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
4386 the user if using the non-default arch size in BI_ARCH configuration.
4387 * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
4388
4389 * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
4390 Fix patterns so that they actually match.
4391 (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
4392 (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
4393 (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
4394 TARGET_HARD_MUL32.
4395 (mulsidi3): Reflect this in the expand.
4396 (smulsi3_highpart): Only on TARGET_ARCH32.
4397 (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
4398 (const_umulsidi3_sp32): Renamed from const_umulsidi3.
4399 (umulsidi3): Reflect this in the expand.
4400 (umulsi3_highpart): Only on TARGET_ARCH32.
4401 (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
4402 don't require g0 to be zero.
4403 (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
4404 ({,u}divsi3): New expands.
4405 ({,u}divsi3_sp64): New patterns.
4406 (after lshrdi3_v8plus): Four new patterns to help combiner
4407 optimizing nested mixed mode shifts.
4408
4409 * config/sparc/sparc.c (sparc_override_options): Use deprecated
4410 v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
4411 speed things up. Don't use them by default on plain v9 in 64bit
4412 mode, according to what SPAMv9 sais.
4413
4414 * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
4415 top 32 bits of %[og][0-7] in signal handlers.
4416 Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
4417
4418 Fri Jul 30 03:00:41 1999 Jeffrey A Law (law@cygnus.com)
4419
4420 * pa.md (zvdep_imm32): Renamed from zvdep_imm.
4421 (ashlsi3): Corresponding changes.
4422
4423 * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
4424
4425 Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com)
4426
4427 * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
4428
4429 Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4430
4431 * arm.h (Hint): Delete macro.
4432 Substitute HOST_WIDE_INT for Hint in some prototypes.
4433 * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
4434
4435 Thu Jul 29 09:21:42 1999 Nick Clifton <nickc@cygnus.com>
4436
4437 * builtins.c (expand_builtin_setjmp): Use force_operand to
4438 make sure that the buffer address is in a suitable form to be
4439 passed to force_reg.
4440
4441 Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com>
4442
4443 * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
4444 them here.
4445
4446 Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com)
4447
4448 * pa.md (indirect_jump): Remove mode from match_operand. Verify
4449 proper mode in the condition string.
4450 (icacheflush, dcacheflush): Remove modes from match_operands.
4451
4452 * pa.c (emit_move_sequence): Always convert scratch_reg to the
4453 proper mode before using it.
4454
4455 * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
4456 pair.
4457
4458 * pa.c (store_reg): Do not call add_high_const generator directly.
4459 (load_reg, set_reg_plus_d): Likewise.
4460 * pa.md (add_high_const): No longer a named pattern.
4461
4462 * pa.c (legitimize_address): Consistently use Pmode rather than
4463 SImode. Do not call gen_pic2_highpart directly anymore.
4464 * pa.md (pic2_highpart): No longer a named pattern.
4465 (pic2_lo_sum): Similarly. Reformat to make more readable.
4466
4467 * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
4468 needed.
4469
4470 * README: Update.
4471
4472 Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4473
4474 * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
4475
4476 Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
4477
4478 * pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set
4479 and tag the spill mems.
4480 (hppa_va_start): New.
4481 (hppa_va_arg): New.
4482 * pa.h (EXPAND_BUILTIN_VA_START): New.
4483 (EXPAND_BUILTIN_VA_ARG): New.
4484
4485 Wed Jul 28 11:22:21 1999 Richard Henderson <rth@cygnus.com>
4486
4487 * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
4488 and tag the spill mems.
4489 (mn10300_va_start): New.
4490 (mn10300_va_arg): New.
4491 * mn10300.h (EXPAND_BUILTIN_VA_START): New.
4492 (EXPAND_BUILTIN_VA_ARG): New.
4493
4494 Wed Jul 28 11:20:19 1999 Richard Henderson <rth@cygnus.com>
4495
4496 * mn10200.c (mn10200_va_arg): New.
4497 * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
4498
4499 Wed Jul 28 11:19:06 1999 Richard Henderson <rth@cygnus.com>
4500
4501 * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
4502 rather than play with TREE_INT_CST_LOW.
4503
4504 1999-07-27 Philip Blundell <pb@nexus.co.uk>
4505
4506 * config/arm/telf.h: Include dbxelf.h.
4507 (CPP_PREDEFINES): Only define if not already defined.
4508 (ASM_IDENTIFY_GCC): Likewise.
4509 (SUBTARGET_EXTRA_SECTIONS): Likewise.
4510 (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
4511 * config/arm/thumb.h (LINK_SPEC): Only define if not already
4512 defined.
4513 (DBX_DEBUGGING_INFO): Don't define.
4514 * config/arm/linux-telf.h: New file.
4515 * config/arm/linux-tgas.h: New file.
4516 * config/arm/t-thumb-linux: New file.
4517 * config/arm/uclinux-elf.h: New file.
4518 * config/arm/uclinux-telf.h: New file.
4519 * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
4520 thumb-*-uclinux): New targets.
4521 * configure: Regenerate.
4522
4523 Tue Jul 27 23:20:21 1999 Jeffrey A Law (law@cygnus.com)
4524
4525 * pa.md (post_store, pre_load): New expanders.
4526 (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
4527 (post_ldwm, pre_stwm): Make these unnamed patterns since we never
4528 need to directly generate RTL for them.
4529 * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
4530 changes.
4531
4532 Tue Jul 27 16:05:52 1999 David Edelsohn <edelsohn@gnu.org>
4533
4534 * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
4535 * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
4536 (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
4537 (secndary_reload_class): Make TARGET_ELF conditional compile.
4538 (print_operand_address): Similar.
4539 (output_toc): Print all values as hex.
4540 (get_issue_rate): Rearrange and add RS64A and PPC630.
4541 * rs6000.h (processor_type): Add RS64A and PPC630.
4542 (PROCESSOR_POWERPC64): New.
4543 (PROMOTE_MODE): Use word_mode.
4544 (RTX_COSTS): Add RS64A and PPC630.
4545 * rs6000.md (scheduling information): Add lmul and ldiv
4546 representing 64-bit integer multiply and divide. Add rs64a and
4547 PPC630 information.
4548 (ashldi3): Add support for "rldic" instruction.
4549 * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
4550
4551 Tue Jul 27 15:31:53 1999 Vladimir Makarov <vmakarov@toad.to.cygnus.com>
4552
4553 * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
4554 instead of V8 for sparclite86x in cpu_table.
4555
4556 Tue Jul 27 17:49:42 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4557
4558 * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
4559 output_file_directive.
4560
4561 Tue Jul 27 03:15:33 1999 Jason Merrill <jason@yorick.cygnus.com>
4562
4563 * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
4564 tree for op1, not the rtl.
4565
4566 Tue Jul 27 00:18:34 1999 Richard Henderson <rth@cygnus.com>
4567
4568 * m88k.c (m88k_builtin_saveregs): Break out the constructor code
4569 to m88k_va_start, leaving only the register spill.
4570 (m88k_build_va_list): New.
4571 (m88k_va_start): New.
4572 (m88k_va_arg): New.
4573 * m88k.h (BUILD_VA_LIST_TYPE): New.
4574 (EXPAND_BUILTIN_VA_START): New.
4575 (EXPAND_BUILTIN_VA_ARG): New.
4576
4577 Mon Jul 26 19:07:11 1999 Geoff Keating <geoffk@cygnus.com>
4578
4579 * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
4580 Rename from expand_builtin_saveregs.
4581 * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
4582
4583 Mon Jul 26 22:52:47 1999 Richard Henderson <rth@cygnus.com>
4584
4585 * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
4586 for the register spill block.
4587 (i960_build_va_list): New.
4588 (i960_va_start): New.
4589 (i960_va_arg): New.
4590 * i960.h (BUILD_VA_LIST_TYPE): New.
4591 (EXPAND_BUILTIN_VA_START): New.
4592 (EXPAND_BUILTIN_VA_ARG): New.
4593 * i960.md (store_multiple): Use change_address on individul mems.
4594
4595 Mon Jul 26 22:43:12 1999 Richard Henderson <rth@cygnus.com>
4596
4597 * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
4598 an ARRAY_TYPE.
4599 (std_expand_builtin_va_start): Back out one word if !stdarg_p.
4600 (expand_builtin_va_end): Evaluate arg for side effects.
4601 * c-common.c (c_common_nodes_and_builtins): Construct a
4602 va_list_arg_type_node to handle array decomposition to pointer.
4603
4604 Mon Jul 26 18:51:34 1999 Richard Henderson <rth@cygnus.com>
4605
4606 * except.c (start_dynamic_cleanup): Use force_operand on the
4607 buffer's address.
4608
4609 Mon Jul 26 16:43:26 1999 Richard Henderson <rth@cygnus.com>
4610
4611 * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
4612 * c4x.c (c4x_va_arg): New.
4613
4614 Mon Jul 26 12:30:09 1999 Jason Merrill <jason@yorick.cygnus.com>
4615
4616 * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
4617 has manual_pop set.
4618
4619 1999-07-26 Nathan Sidwell <nathan@acm.org>
4620
4621 * eh-common.h (__eh_matcher): Prototype correctly.
4622
4623 Mon Jul 26 17:24:51 1999 Philip Blundell <pb@nexus.co.uk>
4624
4625 * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
4626 (TARGET_SINGLE_PIC_BASE): Likewise.
4627 (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
4628 definitions.
4629 (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
4630 (TARGET_SWITCHES): Add -m{no-}single-pic-base.
4631 (TARGET_OPTIONS): Add -mpic-register=N.
4632 (OUTPUT_INT_ADDR_CONST): New macro.
4633 (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
4634 LEGITIMATE_PIC_OPERAND_P): Likewise.
4635 (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
4636 (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
4637 output_addr_const directly.
4638 (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
4639 ARM port.
4640 (thumb_pic_register, thumb_pic_register_string): Declare.
4641
4642 * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
4643 from arm.c.
4644 (label_mentioned_p): New function: Imported from arm.c.
4645 (legitimize_pic_address): New function: Imported from arm.c.
4646 (is_pic):New function: Imported from arm.c.
4647 (thumb_finalize_pic):New function: Imported from arm.c.
4648 (add_constant): Cope with PIC constants.
4649 (fixit): Cope with PIC constants.
4650 (output_return): Do not treat the PIC register as live if
4651 TARGET_SINGLE_PIC_BASE is true.
4652 (thumb_function_prologue): Do not treat the PIC register as live if
4653 TARGET_SINGLE_PIC_BASE is true.
4654 (thumb_expand_prologue): Do not treat the PIC register as live if
4655 TARGET_SINGLE_PIC_BASE is true.
4656 (thumb_unexpand_epilogue): Do not treat the PIC register as live if
4657 TARGET_SINGLE_PIC_BASE is true.
4658 (thumb_print_operand): Accept '|'.
4659 (thumb_override_options): Process PIC options.
4660
4661 * config/arm/thumb.md (movsi): Support PIC.
4662 (call_insn): Change "i" constraint to "X".
4663 (call_value_insn): Likewise.
4664 (consttable_4, consttable_8, consttable_end): Set and clear
4665 "making_const_table" as appropriate.
4666 (pic_load_addr, pic_add_dot_plus_four): New insns.
4667
4668 * invoke.texi (Thumb Options): Fix spelling. Document new
4669 options -msingle-pic-base and -mpic-register=.
4670
4671 1999-07-26 Andrew Haley <aph@cygnus.com>
4672
4673 * config/m32r/initfini.c (__init): Use a full word immediate for
4674 __fini: this allows it to be placed in any memory region.
4675
4676 * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
4677 -mmodel=medium. This is OK for all memory models.
4678
4679 Mon Jul 26 11:58:46 1999 Nick Clifton <nickc@cygnus.com>
4680
4681 * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
4682 * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
4683
4684 Mon Jul 26 10:23:36 1999 Nick Clifton <nickc@cygnus.com>
4685
4686 * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
4687 defined.
4688
4689 * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
4690
4691 Sun Jul 25 23:51:59 1999 Richard Henderson <rth@cygnus.com>
4692
4693 * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
4694 (BUILD_VA_LIST_TYPE): New.
4695 (EXPAND_BUILTIN_VA_START): New.
4696 (EXPAND_BUILTIN_VA_ARG): New.
4697 * i860.c (output_delayed_branch): Disable.
4698 (output_delay_insn): Likewise.
4699 (i860_saveregs): New.
4700 (i860_build_va_list): New.
4701 (i860_va_start): New.
4702 (i860_va_arg): New.
4703 * i860.md: Disable all peepholes using output_delayed_branch.
4704 * i860/sysv4.h (I860_SVR4_VA_LIST): New.
4705
4706 Sun Jul 25 23:44:13 1999 Richard Henderson <rth@cygnus.com>
4707
4708 * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
4709 (BUILD_VA_LIST_TYPE): New.
4710 (EXPAND_BUILTIN_VA_START): New.
4711 (EXPAND_BUILTIN_VA_ARG): New.
4712 * clipper.c (clipper_builtin_saveregs): Only dump registers.
4713 Return the address of the save area.
4714 (clipper_build_va_list): New.
4715 (clipper_va_start): New.
4716 (clipper_va_arg): New.
4717
4718 Sun Jul 25 22:56:47 1999 Richard Henderson <rth@cygnus.com>
4719
4720 * arc.h (EXPAND_BUILTIN_VA_START): New.
4721 (EXPAND_BUILTIN_VA_ARG): New.
4722 * arc.c (arc_setup_incoming_varargs): Set alias set of
4723 varargs save area.
4724 (arc_va_start): New.
4725 (arc_va_arg): New.
4726
4727 Sun Jul 25 22:45:55 1999 Richard Henderson <rth@cygnus.com>
4728
4729 * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
4730 (BUILD_VA_LIST_TYPE): New.
4731 (EXPAND_BUILTIN_VA_START): New.
4732 (EXPAND_BUILTIN_VA_ARG): New.
4733 * alpha.c (alpha_builtin_saveregs): Delete.
4734 (alpha_build_va_list): New.
4735 (alpha_va_start): New.
4736 (alpha_va_arg): New.
4737
4738 Sun Jul 25 21:40:33 1999 Jeffrey A Law (law@cygnus.com)
4739
4740 * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
4741 column zero.
4742 (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
4743 (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
4744
4745 * gcc.texi: More changes related to list conversion.
4746 * invoke.texi: Likewise.
4747
4748 Sun Jul 25 18:15:39 1999 Richard Henderson <rth@cygnus.com>
4749
4750 * builtins.c (expand_builtin_saveregs): Remove static, remove exp
4751 and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
4752 (expand_builtin_next_arg): Accept ARGLIST not EXP.
4753 (stabilize_va_list): New function.
4754 (std_expand_builtin_va_start): New function.
4755 (expand_builtin_va_start): New function.
4756 (get_varargs_alias_set): New function.
4757 (std_expand_builtin_va_arg): New function.
4758 (expand_builtin_va_arg): New function.
4759 (expand_builtin_va_end): New function.
4760 (expand_builtin_va_copy): New function.
4761 (expand_builtin): Call them.
4762 * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
4763 __builtin_{varargs_start,stdarg_start,end,copy}.
4764 (build_va_arg): New function.
4765 * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
4766 (build_va_arg): Declare.
4767 * c-decl.c (ptr_type_node, va_list_type_node): New.
4768 * c-parse.gperf (__builtin_va_arg): New.
4769 * c-parse.in (VA_ARG): New token.
4770 (unary_expr): Recognize it.
4771 * expr.c (expand_expr): Expand VA_ARG_EXPR.
4772 * expr.h (std_expand_builtin_va_start): Declare.
4773 (std_expand_builtin_va_arg): Declare.
4774 (expand_builtin_va_arg): Declare.
4775 (get_varargs_alias_set): Declare.
4776 * tree.def (VA_ARG_EXPR): New.
4777 * tree.h (BUILT_IN_VARARGS_START): New.
4778 (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
4779 (ptr_type_node, va_list_type_node): Declare.
4780 * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
4781 * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
4782 * m88k.h, m88k.c: Likewise.
4783 * mn10300.h, mn10300.c: Likewise.
4784 * pa.h, pa.c: Likewise.
4785 * rs6000.h, rs6000.c: Likewise.
4786 * sh.h, sh.c: Likewise.
4787 * sparc.h, sparc.c: Likewise.
4788
4789 * emit-rtl.c (operand_subword): Copy alias set.
4790 (change_address): Likewise.
4791
4792 Sun Jul 25 15:04:37 1999 Jeffrey A Law (law@cygnus.com)
4793
4794 * pa.c (compute_frame_size): Scan all the used callee saved registers,
4795 not just the first one.
4796
4797 Fri Jul 23 14:09:58 1999 Philip Blundell <pb@nexus.co.uk>
4798
4799 * config/arm/arm.h (TARGET_SWITCHES): Add
4800 -m{no-}single-pic-base. Correct help string for -mshort-load-words.
4801 (TARGET_OPTIONS): Add -mpic-register=.
4802 (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
4803 (arm_pic_register_string): Declare.
4804 (NEED_PLT_GOT): Delete, replace with ...
4805 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. New macros.
4806 (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
4807 (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
4808 * config/arm/arm.c (arm_override_options): Add new option
4809 -mpic-register=N.
4810 (arm_pic_register_string): New variable.
4811 (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
4812 (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
4813 register as never live. Use NEED_PLT_RELOC not NEED_PLT_GOT.
4814 (output_return_instruction): Likewise.
4815 * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
4816 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. Define to flag_pic.
4817 * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
4818
4819 * invoke.texi (ARM Options): Fix spelling. Remove duplicate
4820 mention of -msched-prolog. Document new options -msingle-pic-base
4821 and -mpic-register=.
4822
4823 Thu Jul 22 18:23:56 1999 Richard Henderson <rth@cygnus.com>
4824
4825 * haifa-sched.c (reemit_notes): Tidy.
4826 * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
4827 haifa's routine.
4828
4829 Thu Jul 22 18:21:04 1999 Richard Henderson <rth@cygnus.com>
4830
4831 * explow.c (trunc_int_for_mode): New function.
4832 (plus_constant_wide): Use it.
4833 * combine.c (simplify_and_const_int): Likewise.
4834 (merge_outer_ops): Likewise.
4835 (simplify_shift_const): Likewise.
4836 * cse.c (simplify_unary_operation): Likewise.
4837 (simplify_binary_operation): Likewise.
4838 * emit-rtl.c (operand_subword): Likewise.
4839 * rtl.h: Declare it.
4840
4841 Thu Jul 22 14:34:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4842
4843 * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
4844 (use NUM_REGS instead of NUM_INTS).
4845
4846 Thu Jul 22 11:25:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4847
4848 * builtins.c: New file.
4849 * expr.c (saveregs_value, apply_args_value): Delete definition,
4850 moved into builtins.c.
4851 (string_constant): No longer static.
4852 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
4853 apply_args_size, apply_result_size, result_vector,
4854 expand_builtin_apply_args, expand_builtin_apply,
4855 expand_builtin_return): Delete functions, moved into builtins.c.
4856 (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
4857 * expr.h (saveregs_value, apply_args_value): Declare variables.
4858 (expand_builtin, string_constant): Declare functions.
4859 * Makefile.in: Update to build builtin.o.
4860
4861 Wed Jul 21 00:46:58 1999 Mark P. Mitchell <mark@codesourcery.com>
4862
4863 * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
4864 * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
4865 * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
4866 start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
4867 false.
4868 * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
4869 Define to zero.
4870
4871 1999-07-21 Michael Meissner <meissner@cygnus.com>
4872
4873 * print-rtl.c (print_rtx): Print the names of the virtual
4874 registers.
4875
4876 Wed Jul 21 16:00:32 1999 Nick Clifton <nickc@cygnus.com>
4877
4878 * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
4879 introduced in previous delta.
4880
4881 Wed Jul 21 14:30:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4882
4883 * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
4884 to avoid name clash.
4885
4886 Wed Jul 21 08:39:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
4887
4888 * c-lex.c (yylex) : Correct the test for overflow when lexing
4889 integer literals.
4890
4891 Tue Jul 20 18:02:42 1999 Richard Henderson <rth@cygnus.com>
4892
4893 * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
4894 (adjust_priority): Always call ADJUST_PRIORITY.
4895 (schedule_insn): Only put insns into the ready at cost 0.
4896 (schedule_block): Remove redundant initial sort. Give clock_var
4897 and can_issue_more to MD_SCHED_REORDER. Requeue if hazard cost
4898 is not 0.
4899 * tm.texi (MD_SCHED_REORDER): Update docs.
4900
4901 * sparc.h (MD_SCHED_REORDER): Update. Set CAN_ISSUE_MORE.
4902 * sparc.c (ultra_reorder_called_this_block): Delete.
4903 (ultrasparc_sched_init): Don't set it.
4904 (ultrasparc_sched_reorder): Don't check it.
4905
4906 Tue Jul 20 17:07:54 1999 Richard Henderson <rth@cygnus.com>
4907
4908 * rs6000.h (struct rs6000_args): Add sysv_gregno.
4909 * rs6000.c (init_cumulative_args): Init sysv_gregno.
4910 (function_arg_boundary): Align DFmode.
4911 (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
4912 to get fp reg and stack overflow correct.
4913 (function_arg): Likewise.
4914 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
4915 (setup_incoming_varargs): Restructure for ABI_V4; use
4916 function_arg_advance to skip final named argument.
4917 (expand_builtin_saveregs): Properly unskip the last integer arg
4918 when doing varargs. Adjust overflow location calculation.
4919
4920 * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
4921 explicitly unsigned.
4922 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
4923 (__VA_GP_REGSAVE): Similarly.
4924 (__va_longlong_p): Delete.
4925 (__va_arg_type_violation): New declaration.
4926 (va_arg): Restructure. Flag promotion errors. Align double.
4927 TFmode passed by reference.
4928
4929 * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
4930 in the HOST_BITS_PER_WIDE_INT > 32 case.
4931
4932 Tue Jul 20 12:37:30 1999 Hans-Peter Nilsson <hp@bitrange.com>
4933
4934 * dwarf2out.c (output_abbrev_section): Terminate with a zero.
4935
4936 Tue Jul 20 12:12:27 1999 Jason Merrill <jason@yorick.cygnus.com>
4937
4938 * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
4939 * toplev.c (documented_lang_options): Add -fpreprocessed.
4940 * cpplib.h (struct cpp_buffer): Add preprocessed.
4941 * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
4942 (cpp_start_read): Don't expand macros or emit an initial #line
4943 directive if -fpreprocessed.
4944
4945 Tue Jul 20 12:12:09 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
4946
4947 * cpplib.h (struct cpp_buffer): Added manual_pop for
4948 better C++ tokenization.
4949 * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
4950 Also, support C++ tokenization for ->*, .*, <?, and >? operators.
4951 * c-common.c (cpp_token): Make non-static.
4952
4953 Tue Jul 20 11:24:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
4954
4955 * c-common.h: New file.
4956 * c-common.c (permanent_obstack): Delete unused declaration.
4957 (c_global_trees): New array.
4958 (c_common_nodes_and_builtins): New function; split off common code
4959 from init_decl_processing in both c-decl.c and cp/decl.c.
4960 * c-tree.h: Delete lots of declarations of tree nodes; replaced by
4961 c_global_trees and accessor macros defined in c-common.h.
4962 Include c-common.h.
4963 * c-decl.c: Delete definitions for tree nodes that were replaced by
4964 c_global_trees.
4965 (init_decl_processing): Build void_list_node.
4966 Call c_common_nodes_and_builtins; delete code to generate the common
4967 builtins here.
4968 * objc/objc-act.c (build_module_descriptor): Rename variable
4969 void_list_node to avoid clash with c-common.h.
4970
4971 * Makefile.in: Update dependencies.
4972 * objc/Make-lang.in: Likewise.
4973
4974 Mon Jul 19 14:22:18 1999 Mark P. Mitchell <mark@codesourcery.com>
4975
4976 * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
4977 (UNIQUE_SECTION_P): Likewise.
4978 (UNIQUE_SECTION): Likewise.
4979
4980 1999-07-19 Linas Vepstas <linas@linas.org>
4981
4982 * config/i370/README: New file.
4983 * config/i370/linux.h: New file.
4984 * config/i370/mvs.h: New file.
4985 * config/i370/oe.h: New file.
4986 * config/i370/t-linux: New file.
4987 * config/i370/t-mvs: New file.
4988 * config/i370/t-oe: New file.
4989 * config/i370/x-oe: New file.
4990 * config/i370/xm-linux.h: New file.
4991 * config/i370/xm-mvs.h: New file.
4992 * config/i370/xm-oe.h: New file.
4993
4994 * i370.c (label_node_t): Add first_ref_page, label_addr,
4995 label_first_ref, label_last_ref members.
4996 (mvs_need_base_reload): Renamed from mvs_label_emitted.
4997 (MAX_MVS_LABEL_SIZE): Define.
4998 (MAX_LONG_LABEL_SIZE): Define.
4999 (alias_node_t, alias_anchor, alias_number): New.
5000 (mvs_function_table): Reorder for EBCDIC.
5001 (ascebc, ebcasc): Unconditionally define.
5002 (i370_branch_dest, i370_branch_length): New functions.
5003 (i370_short_branch, i370_label_scan): New functions.
5004 (mvs_get_label): Renamed from mvs_add_label. Search for
5005 an existing label before creating a new one.
5006 (mvs_add_label): New function.
5007 (mvs_get_label_page): New function.
5008 (mvs_free_label_list): Renamed from mvs_free_label. Iterate
5009 over the entire list.
5010 (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
5011 (mvs_check_page) [TARGET_ELF_ABI]: New function.
5012 (mvs_add_alias, mvs_need_alias): New functions.
5013 (mvs_get_alias, mvs_check_alias): New functions.
5014 (handle_pragma): New function.
5015 (mvs_function_check): New function.
5016 (unsigned_jump_follows_p): Search harder.
5017 (i370_function_prolog) [TARGET_HLASM]: Handle LE370. Scan labels.
5018 (i370_function_prolog) [TARGET_ELF_ABI]: New function.
5019 * i370.h (TARGET_VERSION): Delete.
5020 (CPP_SPEC, CPP_PREDEFINES): Delete.
5021 (mvs_label_emitted): Delete.
5022 (TARGET_EBCDIC): Delete.
5023 (MAP_CHARACTER): Define only if TARGET_EBCDIC.
5024 (HANDLE_PRAGMA): Define.
5025 (HARD_REGNO_NREGS): Handle complex modes.
5026 (HARD_REGNO_MODE_OK): Likewise.
5027 (CLASS_MAX_NREGS): Likewise.
5028 (RET_REG): Likewise.
5029 (EXTRA_CONSTRAINT): Define.
5030 (RETURN_IN_MEMORY): True for DImode.
5031 (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
5032 (FUNCTION_PROFILER): Delete.
5033 (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
5034 (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
5035 (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
5036 (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
5037 (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
5038 (ASM_FILE_START): Add "RMODE ANY".
5039 (ASM_OUTPUT_EXTERNAL): Check for aliases.
5040 (ASM_GLOBALIZE_LABEL): Likewise.
5041 (ASM_OUTPUT_LABELREF): Likewise.
5042 (ASM_OUTPUT_COMMON): Likewise.
5043 (PRINT_OPERAND): Handle 'K', 'W', default.
5044 (PRINT_OPERAND_ADDRESS): New.
5045 (Lots of defines): Add support for TARGET_ELF_ABI.
5046 * i370.md (attr length): New. Define for all patterns.
5047 (*): Lots of tweeks to assembly output and constraints.
5048
5049 Mon Jul 19 15:09:29 1999 David Edelsohn <edelsohn@gnu.org>
5050
5051 * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
5052 Disable patterns performing SImode comparisons with SImode values
5053 if TARGET_POWERPC64 and instruction does not sign-extend or does
5054 not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
5055 differ for signed quantities.
5056 (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
5057 (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
5058 (decrement_and_branch_on_count): Add 64-bit variant.
5059
5060 Mon Jul 19 09:36:27 1999 Bernd Schmidt <bernds@cygnus.co.uk>
5061
5062 * final.c (output_asm_insn): When searching for the matching string
5063 for a given dialect, don't run past the end of the list of
5064 alternatives if there are fewer alternatives in the template than
5065 dialects.
5066
5067 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
5068
5069 * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
5070 Removed paragraph about compression of files and size limitation,
5071 duplicated in the FAQ. Use gcc-patches for posting patches.
5072 * gcc.c (main): Updated URL with bug reporting instructions to
5073 gcc.gnu.org. Removed e-mail address.
5074 * system.h (abort): Likewise.
5075
5076 1999-07-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5077
5078 * Makefile.in (stmp-multilib-sub): Make the files extracted
5079 from $(LIBGCC1) writable.
5080
5081 Sat Jul 17 14:25:46 1999 Nick Clifton <nickc@cygnus.com>
5082
5083 * config/arm/aout.h: Reformat for improved readability.
5084
5085 * config/arm/arm.h: Reformat for improved readability.
5086 Replace uses of fprintf with asm_fprintf where appropriate.
5087 (ARM_DECLARE_FUNCTION_NAME): New macro: Perform any generic ARM
5088 function declaration assembler actions.
5089 (NUM_INTS): New macro: Convert from bytes to words.
5090 (NUM_REGS): New macro: Compute number of registers required to
5091 hold a quanitity of tyep MODE.
5092 (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
5093 types.
5094 (NUM_ARG_REGS): New macro: The number of argument registers
5095 available.
5096 (ARG_REGISTER): New macro: Compute the register number of the Nth
5097 argument register.
5098 (LAST_ARG_REGNUM): New macro: The number of the last argument
5099 register.
5100 (SP_REGNUM): New macro: Register number of the stack pointer.
5101 (FP_REGNUM): New macro: Register number of the frame pointer.
5102 (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
5103 FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
5104 CUMULATIVE_ARGS so that it counts registers not bytes.
5105
5106 * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
5107 TARGET_INTERWORK.
5108 Replace uses of fprintf with asm_fprintf where appropriate.
5109 (output_ascii_pseudo_op): Replace with version from thumb.c
5110
5111 * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
5112
5113 * config/arm/elf.h (CPP_PREDEFINES): Replace with
5114 SUBTARGET_CPP_SPEC.
5115 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
5116 (ASM_FILE_START): Emit ASM_APP_OFF.
5117
5118 Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
5119
5120 * pa.c (compute_frame_size): Round frame according to
5121 STACK_BOUNDARY rather than a hardwired value.
5122
5123 * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
5124
5125 * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
5126 of "1".
5127 * configure: Rebuilt.
5128
5129 * configure.in (hppa*-*-linux*): New configuration.
5130 * configure: Rebuilt.
5131 * pa.h (MAX_OFILE_ALIGNMENT): Delete.
5132 * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
5133 * pa/pa-linux.h: New file.
5134 * pa/t-linux: New file.
5135 * pa/xm-linux.h: New file.
5136
5137 * pa.c (hppa_legitimize_address): Change references from SImode to
5138 either Pmode or word_mode as appropriate.
5139 (emit_move_sequence, store_reg, load_reg): Likewise.
5140 (set_reg_plus_d, hppa_expand_prologue): Likewise.
5141 (output_mul_insn): Likewise.
5142 * pa.h (PROMOTE_MODE): Likewise.
5143 (INITIALZE_TRAMPOLINE): Likewise.
5144 (Pmode): Define to word_mode.
5145
5146 * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
5147 value of 4. Allocate 8 bytes for each FP register save.
5148 (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
5149 value of 4.
5150 (hppa_expand_prologue): Likewise.
5151 * pa.h (PROMOTE_MODE): Likewise.
5152 (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
5153 (FUNCTION_ARG_BOUNDARY): Likewise.
5154
5155 * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
5156
5157 * pa.c (out_of_line_prologue_epilogue): Delete.
5158 (override_options): Remove -mspace related code.
5159 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5160 (compute_frame_size): Only allocate space for register that
5161 actually need to be saved.
5162 * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
5163 (TARGET_SWITCHES): Remove -mspace, -mno-space
5164 * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
5165 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise. Remove -mspace multilib.
5166 * pa/ee.asm, pa/ee_fp.asm: Delete.
5167
5168 * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
5169
5170 * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
5171 directive in column zero.
5172
5173 Fri Jul 16 01:39:57 1999 Jeffrey A Law (law@cygnus.com)
5174
5175 * m68k.c (output_function_prologue): Fix computation of save mask
5176 when generating PIC code.
5177
5178 Thu Jul 15 15:40:09 1999 Jim Wilson <wilson@cygnus.com>
5179
5180 * tree.c (build_type_attribute_variant): Move current_obstack restore
5181 after build_qualified_type call.
5182
5183 1999-07-15 Mark Mitchell <mark@codesourcery.com>
5184
5185 * configure.in: Use t-iris6, even with GNU LD.
5186 * config/mips/iris6gld.h: Fix typo in linker spec.
5187 * config/mips/t-iris6gld: Remove.
5188
5189 Thu Jul 15 15:15:43 1999 David Edelsohn <edelsohn@gnu.org>
5190
5191 * rs6000.md (insv, extzv): Remove SImode dependence in named
5192 patterns. Explicitly generate DImode RTL if PowerPC64 and
5193 operand is DImode.
5194 (insvdi): Reverse start and size in instruction template.
5195
5196 1999-07-12 Joseph S. Myers <jsm28@cam.ac.uk>
5197
5198 * invoke.texi: Typo fixes.
5199
5200 Wed Jul 14 23:28:06 1999 Jeffrey A Law (law@cygnus.com)
5201
5202 * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
5203 handle at this time instead of silently generating incorrect code.
5204 (gen_imagpart): Likewise.
5205
5206 * reload.c (find_reloads): Emit a USE for a pseudo register without
5207 a hard register if we could not create an optional reload for the
5208 pseudo.
5209
5210 Wed Jul 14 23:45:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5211
5212 * c-typeck.c (output_init_element, process_init_element):
5213 When advancing constructor_unfilled_fields for a RECORD_TYPE,
5214 check for nameless bit fields.
5215
5216 Wed Jul 14 01:57:39 1999 Richard Henderson <rth@cygnus.com>
5217
5218 * regclass.c (scan_one_insn): Notice subregs that change the
5219 size of their operand.
5220 (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
5221
5222 Wed Jul 14 01:41:42 1999 Jeffrey A Law (law@cygnus.com)
5223
5224 * configure.in (alpha*-*-*): Include alpha/t-ieee.
5225 * configure: Rebuilt.
5226 * alpha/t-ieee: New file.
5227
5228 Tue Jul 13 10:45:58 1999 Jeffrey A Law (law@cygnus.com)
5229
5230 * rs6000.c (find_addr_reg): Do not select r0 as an address
5231 register.
5232
5233 Tue Jul 13 00:46:18 1999 Philippe De Muyter <phdm@macqel.be>
5234
5235 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
5236
5237 Mon Jul 12 14:29:15 1999 Jeffrey A Law (law@cygnus.com)
5238
5239 * rs6000.md (movsf): Do not force easy FP constants into memory.
5240
5241 * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
5242 immed_double_const to ensure they are properly truncated then
5243 sign extended.
5244
5245 Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
5246
5247 * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
5248 always unless NO_DEBUG is used. Compile this code
5249 unconditionally.
5250 (replace_symbols_in_block): Compile it unconditionally.
5251
5252 Sun Jul 11 12:32:32 1999 Jeffrey A Law (law@cygnus.com)
5253
5254 * configure.in (i?86-*-elf*): New target.
5255 * configure: Rebuilt.
5256 * i386/i386elf.h, i386/t-i386elf: New files.
5257
5258 Fri Jul 9 22:39:44 1999 Jason Merrill <jason@yorick.cygnus.com>
5259
5260 * toplev.c (main): Don't complain about saying -gdwarf.
5261 (rest_of_compilation): Remove redundant code.
5262
5263 Fri Jul 9 19:08:55 1999 Jim Wilson <wilson@cygnus.com>
5264
5265 * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
5266
5267 Fri Jul 9 18:54:18 1999 Felix Lee <flee@cygnus.com>
5268
5269 * config/i960/i960.c (ret_label): Change asm label from "LR:" to
5270 "Li960R:", to avoid name clash.
5271
5272 Fri Jul 9 10:48:28 1999 Bernd Schmidt <bernds@cygnus.co.uk>
5273
5274 * loop.c (check_dbra_loop): When reversing a loop, delete all
5275 REG_EQUAL notes referencing the reversed biv except those which are
5276 for a giv based on it.
5277
5278 Fri Jul 9 03:51:52 1999 Jeffrey A Law (law@cygnus.com)
5279
5280 * version.c: Drop "gcc-" prefix from version #.
5281
5282 Thu Jul 8 18:06:30 1999 Jason Merrill <jason@yorick.cygnus.com>
5283
5284 * dwarf2out.c (dwarf2out_line): Emit a line number comment after
5285 the label if we're being verbose.
5286
5287 Thu Jul 8 14:18:46 1999 Richard Henderson <rth@cygnus.com>
5288
5289 * m68k.c (output_function_prologue): Add pic register to mask
5290 if live and flag_pic.
5291 (output_function_epilogue): Likewise.
5292
5293 Thu Jul 8 12:55:12 1999 Jeffrey A Law (law@cygnus.com)
5294
5295 * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
5296 directives in column zero.
5297
5298 * pa/elf.h (ASM_FILE_START): Define.
5299 * pa/som.h (ASM_FILE_START): Include .level directives.
5300 * pa/hpux10.h (ASM_FILE_START): Delete.
5301 * pa/hpux11.h (ASM_FILE_START): Delete.
5302
5303 * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
5304
5305 Thu Jul 8 18:03:19 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5306
5307 * reload1.c (choose_reload_regs): Never call remove_adress_replacements
5308 when reload_out equals reload_in.
5309
5310 Thu Jul 8 16:50:14 1999 Nick Clifton <nickc@cygnus.com>
5311
5312 * invoke.texi (Spec Files): New node: Describe the contents of
5313 spec files.
5314
5315 Thu Jul 8 10:28:25 1999 Craig Burley <craig@jcb-sc.com>
5316
5317 * invoke.texi (DEC Alpha Options): Put @end table at
5318 beginning of line, to avoid confusing texi2html.
5319
5320 Thu Jul 8 09:22:06 1999 Nick Clifton <nickc@cygnus.com>
5321
5322 * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
5323 introduced in previous delta.
5324
5325 Wed Jul 7 02:00:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5326
5327 * reload1.c (gen_reload): When synthesizing a 3 operand add
5328 sequence, improve test for when to reload OP1 into the reload
5329 register instead of OP0.
5330
5331 Wed Jul 7 01:38:03 1999 Jim Wilson <wilson@cygnus.com>
5332
5333 * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
5334
5335 1999-07-07 Manfred Hollstein <mhollstein@cygnus.com>
5336
5337 * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
5338 string literal.
5339
5340 Wed Jul 7 01:16:43 1999 Richard Henderson <rth@cygnus.com>
5341
5342 * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
5343 (va_dcl): Use __builtin_va_alist_t.
5344
5345 Wed Jul 7 01:14:42 1999 Jason Merrill <jason@yorick.cygnus.com>
5346
5347 * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
5348 on the permanent_obstack.
5349 * dwarfout.c (output_type): Likewise.
5350
5351 Tue Jul 6 15:25:32 1999 Gavin Romig-Koch <gavin@cygnus.com>
5352
5353 * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
5354 Merged from c-typeck.c and cp/typeck.c.
5355 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
5356 Merged into c-common.
5357
5358 Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com>
5359
5360 * c-lex.c (errorcount): Declare it.
5361 (finish_parse): Update errorcount when using CPPLIB.
5362
5363 1999-07-06 Bruce Korb <ddsinc09@ix.netcom.com>
5364
5365 * fixinc/inclhack.def(end_else_label): Double the backslash so
5366 sed gets a chance to see it.
5367 * fixinc/inclhack.sh: regen
5368 * fixinc/fixincl.x: regen
5369
5370 Fri Jul 2 18:49:51 1999 Nick Clifton <nickc@cygnus.com>
5371
5372 Add framework to support armv5 architecture when it becomes
5373 available:
5374
5375 * config/arm/arm.c (FL_ARCH5): New processor capability flag.
5376 (arm_arch5): New variable.
5377 (all_architectures): Add armv5 line.
5378 * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
5379 -march=armv5 is specified on the command line.
5380 (arm_arch5): Export this variable.
5381 * invoke.texi: Document new string accepted by -march= switch for
5382 ARM ports.
5383
5384 * config/arm/arm.h: Replace use of constant 12 as a register
5385 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
5386 * config/arm/arm.c: Replace use of constant 12 as a register
5387 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
5388
5389 * config/arm/elf.h: Tidy up.
5390 * config/arm/coff.h: Tidy up.
5391
5392 Thu Jul 1 19:08:13 1999 Mark P. Mitchell <mark@codesourcery.com>
5393
5394 * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
5395 * gcc/config/mips/t-iris6gld: New file.
5396 * gcc/config/mips/iris6gld.h: Likewise.
5397
5398 Fri Jul 2 13:23:39 1999 Gavin Romig-Koch <gavin@cygnus.com>
5399
5400 * c-decl.c (widest_integer_literal_type_node,
5401 widest_unsigned_literal_type) : New.
5402 (init_decl_processing): Handle/use the two new types.
5403 * c-common.c (type_for_size,type_for_mode) : Same.
5404 * c-lex.c (yylex) : Same.
5405 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
5406 Same.
5407 * c-tree.h (widest_integer_literal_type_node,
5408 widest_unsigned_literal_type) : New.
5409
5410 Fri Jul 2 03:05:44 1999 Jeffrey A Law (law@cygnus.com)
5411
5412 * dwarfout.c (field_byte_offset): Correctly compute the object's
5413 byte offset for the first bit of a field which crosses an alignment
5414 boundary on a !BYTES_BIG_ENDIAN target.
5415
5416 Fri Jul 2 01:36:36 1999 Robert Lipe <robertlipe@usa.net>
5417
5418 * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
5419 ntohs.
5420
5421 Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com>
5422 Jeff Law <law@cygnus.com>
5423
5424 * ginclude/varargs.h (va_dcl): Use word_mode for type of
5425 __builtin_va_list.
5426
5427 * except.c: Include intl.h.
5428 (expand_eh_return): Set current_function_cannot_inline.
5429 (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
5430 * function.h (struct function): Add eh_return_stub_label.
5431 * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
5432 * Makefile.in (except.o): Depend on intl.h.
5433
5434 Fri Jul 2 00:04:23 1999 David Edelsohn <edelsohn@gnu.org>
5435
5436 * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
5437 same as offsettable in cases 1 and 2.
5438
5439 Thu Jul 1 20:54:10 1999 Richard Henderson <rth@cygnus.com>
5440
5441 * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
5442 (extlh, extwh): Likewise.
5443
5444 Thu Jul 1 11:05:25 1999 Gavin Romig-Koch <gavin@cygnus.com>
5445
5446 * c-lex.c (yylex): Improve 'integer constant out of range' messages.
5447
5448 Wed Jun 30 16:51:41 1999 Nick Clifton <nickc@cygnus.com>
5449
5450 * configure.in: Add arm-pe and thumb-pe targets.
5451 * configure: Regenerate.
5452
5453 * thumb.c (arm_naked_function_p): New function: Determines if
5454 a function is naked (has no gcc generated prologue/epilogue).
5455 (is_called_in_ARM_mode): Return true if the func has the
5456 interfacearm attribute.
5457 (output_return): Do not generate a return for naked functions.
5458 (thumb_function_prologue): Do not generate a prologue for
5459 naked functions.
5460 (thumb_expand_prologue): Do not generate a prologue for naked
5461 functions.
5462 (thumb_expand_epilogue): Do not generate an epilogue for naked
5463 functions.
5464 (arm_valid_machine_decl_attribute): New function, copied from
5465 arm.c: Permit naked and interfacearm attributes.
5466
5467 * config/arm/pe.c: New file: Support code for arm-pe target.
5468 * config/arm/pe.h: New file: Header file for arm-pe target.
5469 * config/arm/tpe.h: New file: Header file for thumb-pe target.
5470 * config/arm/t-thumb-pe: New file: Makefile fragment for
5471 thumb-pe target.
5472
5473 1999-07-01 Mark Kettenis <kettenis@gnu.org>
5474
5475 * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
5476 -fPIC or -fpic is specified.
5477
5478 Wed Jun 30 03:31:54 1999 Jeffrey A Law (law@cygnus.com)
5479
5480 * expr.c (emit_block_move): Use copy_to_mode_reg for
5481 !TARGET_MEM_FUNCTIONS case too.
5482
5483 * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
5484 appropriate.
5485 * configure: Rebuilt.
5486 (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
5487 * pa.h: Include dbxelf.h. Delete various dbx/stabs related
5488 definitions made redundant by dbxelf.h inclusion. Delete
5489 lots of definitions related to assembly output that are
5490 specific to the SOM object format.
5491 * pa.c (output_function_prologue): Do not emit the function's
5492 name for OBJ_ELF.
5493 * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
5494 * pa-pro.h: Deleted.
5495 * som.h: New file with SOM specific definitions.
5496 * elf.h: New file with ELF specific definitions.
5497
5498 * elfos.h (const_section): Output a tab before assembler directives.
5499 (ctors_section, dtors_section): Likewise.
5500 (ASM_OUTPUT_SECTION_NAME): Likewise.
5501
5502 * pa/pa1.h: Delete unused file.
5503
5504 Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com)
5505
5506 * configure.in (hppa*-hp-hpux11*): New configuration.
5507 * configure: Rebuilt.
5508 * pa/pa-hpux11.h: New file.
5509 * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
5510 command line.
5511
5512 * mips.md (leasi, leadi): New patterns.
5513
5514 * expr.c (emit_block_move): Properly handle case where one of the
5515 block move arguments has a queued increment or decrement.
5516 (clear_storage): Similarly. Fix formatting goof.
5517
5518 1999-06-28 "David O'Brien" <obrien@NUXI.com>
5519
5520 * fixinc/inclhack.def(stdio_va_list): This patch Removes a
5521 semicolon from the BSD VA_LIST replacement expression.
5522
5523 * fixinc/inclhack.sh: regen
5524 * fixinc/fixincl.x: regen
5525
5526 * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
5527 now use the fixincl program.
5528
5529 Mon Jun 28 05:28:12 1999 Jeffrey A Law (law@cygnus.com)
5530
5531 * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
5532 case. Also make the PIC register call_used.
5533
5534 * m68k.h (FINALIZE_PIC): Delete.
5535 * m68k.c (finalize_pic): Delete.
5536
5537 Mon Jun 28 05:16:35 1999 Richard Henderson <rth@cygnus.com>
5538
5539 * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
5540 to memory.
5541
5542 Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org>
5543
5544 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
5545
5546 Sun Jun 27 02:39:08 1999 Richard Henderson <rth@cygnus.com>
5547
5548 * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
5549
5550 Sat Jun 26 17:18:18 1999 David Edelsohn <edelsohn@gnu.org>
5551
5552 * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
5553
5554 Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
5555
5556 * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
5557
5558 Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
5559
5560 * rs6000.c (output_toc): Always use hex values for floating-point
5561 constants. Store single-precision values in upper-half of TOC
5562 entry in 64-bit mode.
5563 * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
5564 to final constraints.
5565 (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
5566 (fctiwz): Improve accuracy of RTL for pattern.
5567
5568 Fri Jun 25 11:26:38 1999 Gavin Romig-Koch <gavin@cygnus.com>
5569
5570 * expr.c (expand_expr): Allow RTL_EXPR's through the
5571 MAX_INTEGER_COMPUTATION_MODE checks.
5572
5573 Fri Jun 25 06:06:37 1999 Richard Henderson <rth@cygnus.com>
5574
5575 * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
5576 such that MASK_SUPPORT_ARCH is not negative.
5577
5578 Fri Jun 25 05:35:44 1999 Jeffrey A Law (law@cygnus.com)
5579
5580 * loop.c (verify_dominator): Properly handle ADDR_VEC and
5581 ADDR_DIFF_VEC insns that appear inside loops.
5582
5583 Thu Jun 24 22:54:05 1999 David Edelsohn <edelsohn@gnu.org>
5584 Jeff Law <law@cygnus.com>
5585
5586 * rs6000.md (movdf_hardfloat32): Revert previous patch.
5587 Handle LO_SUM the same as offsettable in cases 1 and 2.
5588 * rs6000.c (find_addr_reg): Revert previous patch.
5589
5590 Thu Jun 24 22:43:12 1999 Philippe De Muyter <phdm@macqel.be>
5591
5592 * system.h (strstr): New external function declaration.
5593 * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
5594 * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
5595 * config.in, configure: Rebuilt.
5596
5597 1999-06-24 Tom Tromey <tromey@cygnus.com>
5598
5599 * gcc.c (main): Read user-specified specs files after computing
5600 additional startfile_prefixes.
5601
5602 Thu Jun 24 15:00:47 1999 Mark Mitchell <mark@codesourcery.com>
5603
5604 Revert these two patches:
5605
5606 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5607 * loop.c (strength_reduce): When doing biv->giv conversion, update
5608 reg note of NEXT->insn.
5609
5610 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5611 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
5612 reg_biv_class.
5613 (recombine_givs): Set ix field after sorting.
5614
5615 Wed Jun 23 21:26:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5616
5617 * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
5618 for the parts of an UNSPEC / UNSPEC_VOLATILE.
5619
5620 1999-06-23 Bruce Korb <ddsinc09@ix.netcom.com>
5621
5622 *fixinc/inclhack.def: Add fix development commentary
5623 (read_ret_type): reactivate and add selection clause
5624 (zzz_*): tweak output file name to match what is used in hackshell.tpl
5625 *fixinc/{fixincl.x|inclhack.sh}: regen
5626
5627 Wed Jun 23 00:48:21 1999 Jason Merrill <jason@yorick.cygnus.com>
5628
5629 * expr.c (expand_expr): STRIP_NOPS before checking against
5630 MAX_INTEGER_COMPUTATION_MODE
5631 (check_max_integer_computation_mode): Likewise.
5632
5633 Tue Jun 22 20:23:43 1999 Jim Wilson <wilson@cygnus.com>
5634
5635 * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
5636
5637 1999-06-22 Jim Wilson <wilson@cygnus.com>
5638
5639 * expr.c (store_expr): When target is a promoted subreg, return a
5640 promoted subreg as a result.
5641
5642 Tue Jun 22 17:14:58 1999 Michael Meissner <meissner@cygnus.com>
5643
5644 * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
5645 coding standards.
5646 (dwarf2out_define): Mark unused parameters appropriately.
5647 (gen_unspecified_parameters_die): Ditto.
5648 (gen_subprogram_die): Fix signed/unsigned warnings.
5649 (gen_variable_die): Ditto.
5650
5651 1999-06-22 Bruce Korb <ddsinc09@ix.netcom.com>
5652
5653 * fixinc/inclhack.def(end_else_label): combined else_label
5654 and endif_label and fixed the sed expression.
5655 *fixinc/{fixincl.x|inclhack.sh}: regen
5656
5657 Tue Jun 22 01:58:18 1999 Jeffrey A Law (law@cygnus.com)
5658
5659 * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
5660 'x' when handling non-offsettable addresses
5661
5662 Tue Jun 22 00:20:05 1999 Richard Earnshaw (rearnsha@arm.com)
5663
5664 * final.c (shorten_branches): Don't try to split an insn that has
5665 been deleted.
5666
5667 Mon Jun 21 12:47:39 1999 Mark Mitchell <mark@codesourcery.com>
5668
5669 * config/mips/mips.c (symbolic_expression_p): New function.
5670 (mips_select_rtx_section): Put symbolic expressions in the
5671 data section, not the read-only data section.
5672
5673 Mon Jun 21 22:13:06 1999 Jeffrey A Law (law@cygnus.com)
5674
5675 * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
5676
5677 Mon Jun 21 20:10:42 1999 Richard Henderson <rth@cygnus.com>
5678
5679 * collect2.c (main): Log frame table count.
5680 (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
5681 (scan_prog_file) [COFF]: Handle frame tables.
5682
5683 * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
5684 (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
5685 * alpha/elf.h: Undef them again.
5686 * alpha/vms.h: Remove their definitions.
5687
5688 Tue Jun 22 03:17:53 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5689
5690 * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
5691 remove the clobber of r0 and change the REG_UNUSED note to
5692 REG_INC.
5693
5694 1999-06-21 Jakub Jelinek <jj@ultra.linux.cz>
5695
5696 * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
5697 * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
5698 fits in HOST_WIDE_INT and one uses union to access a long constant
5699 as double.
5700
5701 Mon Jun 21 17:18:25 1999 Richard Henderson <rth@cygnus.com>
5702
5703 * sparc.c (sparc_override_options): Don't allow profiling for
5704 code models other than medlow.
5705 (sparc_function_profiler): New function from old FUNCTION_PROFILER
5706 macro. Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
5707 (sparc_function_block_profiler): Likewise. Use user_label_prefix.
5708 (sparc_block_profiler): Likewise.
5709 (sparc_function_block_profiler_exit): Likewise.
5710 * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
5711 (FUNCTION_BLOCK_PROFILER): Likewise.
5712 (BLOCK_PROFILER): Likewise.
5713 (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
5714 (MCOUNT_FUNCTION): New.
5715 * sparc/pbd.h (FUNCTION_PROFILER): Delete.
5716 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
5717 * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
5718 (MCOUNT_FUNCTION): New.
5719 * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
5720 (BLOCK_PROFILER): Delete.
5721 (MCOUNT_FUNCTION): New.
5722
5723 Mon Jun 21 14:11:29 1999 David Edelsohn <edelsohn@gnu.org>
5724
5725 * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
5726
5727 Mon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
5728
5729 * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
5730 Add the macros.
5731
5732 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
5733 Ditto.
5734
5735 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
5736 Ditto.
5737
5738 * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
5739 Ditto.
5740
5741 Mon Jun 21 14:58:42 1999 Nick Clifton <nickc@cygnus.com>
5742
5743 * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
5744 types.
5745
5746 Mon Jun 21 06:22:21 1999 Mark Elbrecht <snowball3@bigfoot.com>
5747
5748 * i386/djgpp.h (LIB_SPEC): New.
5749 (STARTFILE_SPEC): New.
5750
5751 * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
5752
5753 Mon Jun 21 06:19:33 1999 Philippe De Muyter <phdm@macqel.be>
5754
5755 * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
5756 compiler flags.
5757
5758 * system.h (WSTOPSIG): New macro.
5759
5760 Mon Jun 21 05:33:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
5761
5762 * c-pragma.c (push_alignment): Don't ignore alignments greater than
5763 4 bytes.
5764 (insert_pack_attributes): Take into account member natural
5765 alignment.
5766
5767 * i386/winnt.c (exports_head): New static variable.
5768 (i386_pe_record_exported_symbol): New function.
5769 (i386_pe_asm_file_end): Use.
5770 * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
5771 symbols to be emitted at end of assembly.
5772 (ASM_DECLARE_OBJECT_NAME): Likewise.
5773 (ASM_DECLARE_FUNCTION_NAME): Likewise.
5774
5775 * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
5776 -iwithprefix.
5777
5778 Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
5779
5780 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
5781 in last change.
5782
5783 Sun Jun 20 17:27:20 1999 Richard Henderson <rth@cygnus.com>
5784
5785 * haifa-sched.c (sched_analyze_1): Use free_list instead of
5786 zapping reg_last_uses directly.
5787 (sched_analyze_2, sched_analyze_insn): Likewise.
5788 (sched_analyze): Likewise. Don't clear reg_last_uses on calls.
5789
5790 Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
5791
5792 * rs6000.md (movdf_hardfloat32): Use worst case insn length
5793 attributes for cases 1 and 2.
5794
5795 Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
5796
5797 * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
5798 instead of set.
5799
5800 Sat Jun 19 05:40:07 1999 Philip Blundell <pb@nexus.co.uk>
5801
5802 * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
5803
5804 Sat Jun 19 05:25:05 1999 Richard Earnshaw (rearnsha@arm.com)
5805
5806 * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
5807 PIC_OFFSET_TABLE_REGNUM for general alloaction.
5808 (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
5809 must be stacked if it is used for PIC accesses.
5810 * arm.c (use_return_insn): Handle PIC register specially.
5811 (output_return_instruction): Likewise.
5812 (output_func_{prologue,epilogue}): Likewise.
5813 (output_expand_prologue): Likewise.
5814
5815 * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
5816 (*strsi_predec): Renamed from *strqi_predec.
5817 (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
5818 (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
5819
5820 * arm.c (arm_override_options): Remove warning about PIC code
5821 not being supported.
5822
5823 Fri Jun 18 23:47:06 1999 David Edelsohn <edelsohn@gnu.org>
5824
5825 * rs6000.c (find_addr_reg): New function.
5826 * rs6000.h (find_addr_reg): Declare.
5827 (offsettable_addr_operand): Delete.
5828 * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
5829 from and stores to GPRs.
5830
5831 Fri Jun 18 15:44:18 1999 Richard Henderson <rth@cygnus.com>
5832
5833 * alpha.c (alpha_expand_block_move): Use get_insns rather than
5834 gen_sequence as argument to emit_no_conflict_block.
5835
5836 Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
5837
5838 * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
5839 * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
5840 *fixinc/fixincl.x: regen
5841 *fixinc/inclhack.sh: regen
5842
5843 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
5844
5845 * added support for -mpcrel (PC relative addressing for m68k)
5846 based on code done by Michael Tiemann <tiemann@axon.cygnus.com>.
5847 * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
5848 * m68k.c (print_operand_address): Handle 32-bit PIC case.
5849 (comments for general_src_operand): Add some explanation
5850 about EXTRA_CONSTRAINTS.
5851 (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
5852 * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
5853 (LEGITIMATE_PIC_OPERAND_P): Fix typo.
5854 (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
5855 * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
5856 (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
5857 (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
5858 if not already set.
5859 (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
5860 * m68k.h (TARGET_PCREL): New target flag.
5861 (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
5862 (OVERRIDE_OPTIONS): Add checks for -mpcrel.
5863 (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
5864 contains a SYMBOL_REF. Relax this constraint during reload, since
5865 we want to use the predicates, not reload's built-in concept of a
5866 valid memory address, to control what insns need reloading.
5867 (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
5868 operands (essentially 'g', 'm', and 's' under normal circumstances).
5869 * m68k.c (print_operand): Cause printing of pc-relative addresses
5870 to include pc register.
5871 (print_operand_address): Ditto.
5872 (general_src_operand): Accept operands that are not only
5873 general_operands, but are also valid when used as a pc-relative
5874 source.
5875 (nonimmediate_src_operand): Similar, for nonimmediate_operands.
5876 (memory_src_operand): Similar, for memory_operands.
5877 (pcrel_address): New predicate to accept the special case of a
5878 pc-relative address.
5879 * m68k.md (many patterns): Rewrite common SImode, HImode, and
5880 QImode insns to accept *_src_operand instead of *_operand where
5881 pc-relative operands can fit. For example, a pc-relative operand
5882 can be used as a memory source operand for addsi3, but not as a
5883 memory destination.
5884 * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
5885
5886 Fri Jun 18 09:11:07 1999 Nick Clifton <nickc@cygnus.com>
5887
5888 * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
5889 .thumb_set pseudo op to mark aliases of thumb functions.
5890
5891 Wed Jun 16 18:19:13 1999 Nick Clifton <nickc@cygnus.com>
5892
5893 * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
5894 preference to ASM_OUTPUT_DEF, if it is defined.
5895
5896 * tm.texi: Document new, optional target macro
5897 ASM_OUTPUT_DEF_FROM_DECLS.
5898
5899 Thu Jun 17 15:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
5900
5901 * fixincludes: ISCNTL patch
5902 * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
5903 (dgux_int_varargs): new for DG/UX
5904 * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
5905
5906 Thu Jun 17 21:34:24 1999 Jeff Law <law@cygnus.com>
5907
5908 * invoke.texi (ia32 options): Fix typo.
5909
5910 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5911
5912 * loop.c (strength_reduce): When doing biv->giv conversion, update
5913 reg note of NEXT->insn.
5914
5915 Thu Jun 17 14:25:08 1999 Jeffrey A Law (law@cygnus.com)
5916
5917 * loop.c (move_movables): Note issues with replacing REGs with
5918 SUBREGs.
5919 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
5920
5921 Thu Jun 17 13:28:30 1999 David O'Brien <obrien@FreeBSD.org>
5922
5923 * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
5924
5925 * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
5926 the reference to `mcount' was not correct for the ELF on FreeBSD.
5927
5928 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5929
5930 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
5931 reg_biv_class.
5932
5933 (recombine_givs): Set ix field after sorting.
5934
5935 Thu Jun 17 02:54:30 1999 Jeffrey A Law (law@cygnus.com)
5936
5937 * emit-rtl.c (operand_subword): Tighten checks for when it is safe
5938 to safe to extract a subword out of a REG.
5939
5940 Thu Jun 17 01:45:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5941
5942 * sh.md (mulsi3): Don't add a no-op move at the end.
5943
5944 Wed Jun 16 20:29:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5945
5946 * cse.c (cse_insn): Don't put hard register source into tables for
5947 the last insn of a libcall.
5948
5949 Wed Jun 16 19:44:33 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5950
5951 * loop.c (strength_reduce): Insert sets of derived givs at every
5952 biv increment, even if it's the only one.
5953
5954 Wed Jun 16 10:33:02 1999 Jason Merrill <jason@yorick.cygnus.com>
5955
5956 * dwarfout.c (add_incomplete_type): New fn.
5957 (output_type): Call it.
5958 (retry_incomplete_types): New fn.
5959 (dwarfout_finish): Call it.
5960
5961 From Eric Raskin <ehr@listworks.com>:
5962 (output_type): Output types for bases.
5963
5964 Tue Jun 15 12:51:23 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
5965
5966 * mips.c (mips_output_conditional_branch): Add `break'
5967 between `default' label and `close braces'.
5968
5969 Tue Jun 15 01:55:20 1999 David O'Brien <obrien@FreeBSD.org>
5970
5971 * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
5972 specifications and make it realistic.
5973 (LIB_SPEC): Likewise.
5974
5975 Mon Jun 14 15:38:43 1999 Jim Wilson <wilson@cygnus.com>
5976
5977 * config/mips/mips.c (mips_secondary_reload_class): Check for
5978 (PLUS (SP) (REG)) and return appropriate register class.
5979 * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
5980 Handle (PLUS (SP) (REG)).
5981 (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
5982 (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
5983 of emit_insn for tablejump.
5984
5985 Mon Jun 14 17:26:40 1999 David Edelsohn <edelsohn@gnu.org>
5986
5987 * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
5988 asm_fprintf format string by itself.
5989 (output_function_profiler): Likewise.
5990
5991 Mon Jun 14 12:57:38 1999 David Mosberger <davidm@hpl.hp.com>
5992
5993 * combine.c (simplify_logical, case AND): Only call
5994 simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
5995 or the constant is positive.
5996
5997 Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
5998
5999 * configure.in: Fix typo in rs6000-ibm-aix4 case.
6000 * configure: Regenerate.
6001
6002 Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com)
6003
6004 * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
6005 require a sub-version #.
6006 * configure: Rebuilt.
6007
6008 1999-06-14 Robert Lipe (robertlipe@usa.net)
6009
6010 * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
6011
6012 Mon Jun 14 10:30:52 BST 1999 Nathan Sidwell <nathan@acm.org>
6013
6014 * c-typeck.c (process_init_element): Detect excess elements in
6015 char array initializer.
6016
6017 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6018
6019 * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
6020
6021 Sat Jun 12 22:29:48 EDT 1999 Jerry Quinn <jquinn@nortelnetworks.com>
6022
6023 * invoke.texi (Option Summary): Add -fpermissive flag.
6024
6025 Sat Jun 12 03:40:42 1999 Jeffrey A Law (law@cygnus.com)
6026
6027 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
6028 that require PIC code sequences.
6029
6030 Wed Jun 9 16:29:01 1999 Nick Clifton <nickc@cygnus.com>
6031
6032 * configure.in: Add new target: thumb-elf.
6033 * configure: Regenerate.
6034 * config/arm/t-thumb-elf: New file: Makefile fragment for
6035 thumb-elf build.
6036 * config/arm/telf.h: New file: Header file for thumb-elf
6037 build.
6038
6039 Fri Jun 11 03:17:51 1999 Jeffrey A Law (law@cygnus.com)
6040
6041 * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
6042 * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
6043 initializers is some circumstances.
6044
6045 * fixinc/inclhack.def (endif_label): Add additional selector for
6046 more bogus stuff after #endif statements.
6047 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
6048
6049 Thu Jun 10 20:44:36 1999 Mumit Khan <khan@xraylith.wisc.edu>
6050
6051 * i386/cygwin.h (SET_ASM_OP): Define.
6052
6053 Thu Jun 10 20:37:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
6054
6055 * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
6056
6057 Thu Jun 10 19:23:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6058
6059 * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
6060 latter.
6061
6062 * sh.md (ic_invalidate_line_i): Remove second alternative.
6063
6064 Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
6065
6066 *fixinc/inclhack.def(sun_auth_proto): We do not know how to
6067 test for the presence of valid prototypes. Delete bypass expr.
6068 (ioctl_fix_ctrl): Correct the selection expression.
6069 (no_double_slash): Correct quoting rules
6070 *fixinc/fixincl.x: regen
6071 *fixinc/inclhack.sh: regen
6072
6073 Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
6074
6075 * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
6076
6077 Wed Jun 9 15:57:57 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6078
6079 * rs6000.md (movsi_got_internal_mem): Delete.
6080 * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
6081 (GOT_TOC_REGNUM): Delete.
6082 (PIC_OFFSET_TABLE_REGNUM): Define.
6083 (FINALIZE_PIC): Disable.
6084 * rs6000.c (rs6000_got_register): New code for fixed pic register.
6085 (rs6000_replace_regno): Delete.
6086 (rs6000_finalize_pic): Likewise.
6087 (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
6088
6089 Wed Jun 9 19:44:26 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6090
6091 * loop.c (loop_insn_first_p): Don't compare LUIDs when P
6092 is a note; use <= for the compare; advance P while it is
6093 a NOTE.
6094
6095 Wed Jun 9 13:12:24 1999 Jeffrey A Law (law@cygnus.com)
6096
6097 * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
6098 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
6099
6100 * varasm.c (remove_from_pending_weak_list): Verify t->name
6101 is non-NULL before passing it to strcmp.
6102
6103 Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
6104
6105 *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
6106 the typed arguments are not part of a comment
6107 (ioctl_fix_ctrl): Added a purpose comment
6108 *fixinc/fixincl.x: regenerate
6109 *fixinc/inclhack.sh: regenerate
6110
6111 Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6112
6113 * invoke.texi: Add C4x invocation docs.
6114
6115 Wed Jun 9 22:34:38 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6116
6117 * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
6118 Define new macros.
6119 * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
6120 TARGET_EXPOSE_LDP.
6121 (c4x_legitimize_reload_address): New function.
6122 * config/c4x/c4x.md: Update docs.
6123
6124 Wed Jun 9 04:14:48 1999 Jeffrey A Law (law@cygnus.com)
6125
6126 * fixincludes: Avoid removing '.'.
6127 * fixinc/fixinc.svr4: Likewise.
6128 * fixinc/fixinc.winnt: Likewise.
6129 * fixinc/inclhack.tpl: Likewise.
6130 * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
6131
6132 1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6133
6134 * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
6135 pattern.
6136 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
6137
6138 Wed Jun 9 03:10:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
6139
6140 * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
6141 correctly.
6142
6143 Tue Jun 8 13:06:15 1999 Jim Wilson <wilson@cygnus.com>
6144
6145 * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
6146 * configure: Regenerate.
6147
6148 Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com)
6149
6150 * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
6151 values.
6152
6153 Mon Jun 7 22:30:37 1999 Jeffrey A Law (law@cygnus.com)
6154
6155 * fixinc/inclhack.def (avoid_bool): Also catch
6156 "typedef [unsigned] int bool".
6157 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
6158
6159 * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
6160 * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
6161 * configure: Rebuilt.
6162
6163 Mon Jun 7 22:05:03 1999 Mark Kettenis <kettenis@gnu.org>
6164
6165 * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
6166 such that we can override its definitions if necessary.
6167 (CPP_SPEC): New define. Support processor specific predefines via
6168 %(cpp_cpu).
6169 (CC1_SPEC): New define. Support processor specific compiler
6170 options via %(cc1_cpu).
6171 (STARTFILE_SPEC): New define. Use crt0.o instead of crt1.o for
6172 -static.
6173
6174 1999-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6175
6176 * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
6177 between sed's -e flag, and the open-quote following it.
6178 * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
6179
6180 Mon Jun 7 20:34:20 1999 Robert Lipe <robertlipe@usa.net>
6181 Jeffrey A Law (law@cygnus.com)
6182
6183 * varasm.c (assemble_start_function): Remove the function
6184 from the pending weak decls list when we define a function.
6185 (assemble_variable): Similarly for variables.
6186 (weak_finish): Ignore items on the list with a NULL name.
6187 (remove_from_ending_weak_list); New function to "remove" an item
6188 from the pending weak declarations list.
6189
6190 Mon Jun 7 19:27:07 1999 Jerry Quinn <jquinn@nortelnetworks.com>
6191
6192 * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
6193
6194 Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com>
6195
6196 * c-lex.c (GETC): Redefine to call getch.
6197 (UNGETC): Redefine to call put_back.
6198 (putback_buffer): New structure type.
6199 (putback): New static structure.
6200 (getch): New function.
6201 (put_back): New function.
6202 (yylex): Replace unused bytes from bad multibyte character.
6203
6204 Mon Jun 7 13:33:39 1999 Dave Brolley <brolley@cygnus.com>
6205
6206 * cpplib.c (do_define): Cast `alloca' return value.
6207 (do_include, do_undef, do_pragma): Likewise.
6208 * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
6209 values.
6210 * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
6211 * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
6212
6213 Sun Jun 6 11:58:34 1999 Jakub Jelinek <jj@ultra.linux.cz>
6214
6215 * sparc.md (abstf2): This should be an expand.
6216 (split after abstf2_notv9): Fix mode.
6217 (abstf2_hq_v9): New pattern.
6218 (abstf2_v9): Only use when no hard quad.
6219 (absdf2_v9): Fix if target is not the same as source.
6220 (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
6221 Add correct output constraints.
6222
6223 Sat Jun 5 17:04:16 1999 Craig Burley <craig@jcb-sc.com>
6224
6225 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
6226 * invoke.texi: Clarify text vis-a-vis Intel CPUs.
6227
6228 Sat Jun 5 12:11:24 1999 Mark Mitchell <mark@codesourcery.com>
6229
6230 * mips.h (mips_output_conditional_branch): New function.
6231 (mips_adjust_insn_length): Likewise.
6232 (ASSEMBLER_SCRATCH_REGNUM): New macro.
6233 (ADJUST_INSN_LENGTH): Likewise.
6234 * mips.c (print_operand): Add `F' and `W' for floating-point
6235 comparison opcodes.
6236 (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
6237 are now in bytes.
6238 (mips_adjust_insn_length): New function.
6239 (mips_output_conditional_branch): New function.
6240 * mips.md (length): Adjust attribute definition to handle
6241 conditional branches. Change lengths to bytes, rather than
6242 instructions throughout. Remove length attribute from
6243 instructions whose length is four bytes, and rely on the default
6244 instead.
6245 (dslot): Fix typo in comment.
6246 Reword conditional branch patterns to use
6247 mips_output_conditional_branch.
6248
6249 Fri Jun 4 13:30:27 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6250
6251 * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
6252 (LIB_SPEC): Likewise.
6253 Link with -lprof1_r for -g/-pg.
6254
6255 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6256
6257 * loop.c (check_dbra_loop): Fix change of Jan 19.
6258
6259 Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org>
6260
6261 * freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define.
6262 (STARTFILE_SPEC): Define, override the svr4.h version.
6263 (ENDFILE_SPEC): Likewise.
6264
6265 Thu Jun 3 23:58:55 1999 Jeffrey A Law (law@cygnus.com)
6266
6267 * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
6268 * fixinc/fixincl.x: Regenerated.
6269 * fixinc/inclhack.sh: Regenerated.
6270
6271 Fri Jun 4 05:42:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6272
6273 * sh.c (barrier_align): Don't return early for normal branch/barrier
6274 when optimizing for SH2.
6275
6276 Thu Jun 3 22:27:50 1999 Robert Lipe <robertlipe@usa.net>
6277
6278 * i386/udk.h (LINK_SPEC): Correct linker search path for
6279 system libraries.
6280
6281 Fri Jun 4 03:20:40 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6282
6283 * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
6284 (braf_label_ref_operand): Delete.
6285 * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
6286 * sh.md (casesi_jump_2): Operand1 is now the inside of a
6287 label_ref, and has no predicate.
6288 The patten has a predicate to guard against invalid substitutions.
6289 (dummy_jump): Delete.
6290 (casesi): Update use of casesi_jump_2.
6291
6292 Thu Jun 3 07:48 1999 Bruce Korb <ddsinc09@ix.netcom.com>
6293
6294 *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
6295 *fixinc/fixincl.x: regenerate
6296 *fixinc/inclhack.sh: regenerate
6297
6298 Thu Jun 3 02:15:07 1999 Jason Merrill <jason@yorick.cygnus.com>
6299
6300 * dwarf2out.c (add_incomplete_type): New fn.
6301 (gen_struct_or_union_type_die): Call it.
6302 (retry_incomplete_types): New fn.
6303 (dwarf2out_finish): Call it.
6304
6305 Thu Jun 3 01:19:03 1999 Jeffrey A Law (law@cygnus.com)
6306
6307 * gcse.c (insert_insn_end_bb): Correct placement of insns when the
6308 current block starts with a CODE_LABEL and ends with a CALL and
6309 we can not find all the argument setup instructions for the CALL.
6310
6311 Wed Jun 2 15:44:15 1999 Mark Mitchell <mark@codesourcery.com>
6312
6313 Revert this change:
6314 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
6315 something is a candidate for optimize_bit_field_compare.
6316
6317 Wed Jun 2 21:53:05 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6318
6319 * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
6320
6321 Wed Jun 2 12:25:55 1999 Richard Henderson <rth@cygnus.com>
6322
6323 * alpha.c (override_options): Thinko in last patch.
6324
6325 * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
6326 (LIB_SPEC): Recognize -pthread.
6327
6328 Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
6329
6330 * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
6331 definition in config/arm/coff.h
6332 * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
6333
6334 Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
6335
6336 * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
6337 fixes that need "file=xxx\n" prepended before invocation
6338 (start_fixer - new): starting the fixer process is complex enough
6339 to warrent its own routine. It prepends the "file=xxx\n" stuff.
6340 (process): uses the new routine; omit usage of putenv()
6341 * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
6342 * fixinc/fixincl.x: regenerate
6343
6344 Wed Jun 2 02:29:07 1999 Jeffrey A Law (law@cygnus.com)
6345
6346 * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
6347 and version #s (1.1 -> 2.96) as needed.
6348 * README.g77: Kill way out of date file in the toplevel directory.
6349
6350 Wed Jun 2 00:52:34 1999 David O'Brien <obrien@FreeBSD.org>
6351
6352 * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
6353 i386/freebsd-elf.h no longer requires it. Instead include svr4.h.
6354 * configure: Rebuilt.
6355 * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
6356 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
6357 (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
6358 (SWITCH_TAKES_ARG): Likewise.
6359 * i386/freebsd.h: Remove FREEBSD_NATIVE support.
6360 * config/t-freebsd: Moved from config/i386/ so it can used for all
6361 FreeBSD targets.
6362
6363 Mon May 31 02:22:55 1999 Philippe De Muyter <phdm@macqel.be>
6364
6365 * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
6366
6367 Wed Jun 2 00:08:34 1999 Robert Lipe <robertlipe@usa.net>
6368
6369 * configure.in (i[34567]86-*-udk*): Install headers with cpio.
6370 * configure: Rebuilt.
6371
6372 Tue Jun 1 19:06:22 1999 David Edelsohn <edelsohn@gnu.org>
6373
6374 * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
6375 * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
6376 * rs6000/rs6000.c (rs6000_file_start): Use putc.
6377 (rs6000_output_load_toc_table): Same.
6378 (output_prolog, output_mi_thunk): Same.
6379 * rs6000/rs6000.h (SELECT_SECTION): Formatting.
6380 (ASM_GLOBALIZE_LABEL): Use putc.
6381
6382 Mon May 31 15:23:23 1999 Richard Henderson <rth@cygnus.com>
6383
6384 * alpha.md (reload_*_help): New patterns and splitters.
6385 (reload_*): Use them.
6386 (mov[qh]i): Likewise.
6387
6388 Mon May 31 11:48:07 1999 Mark Mitchell <mark@codesourcery.com>
6389
6390 * cccp.c (handle_directive): Handle backslash-newlines in quoted
6391 strings correctly.
6392
6393 Mon May 31 09:36:11 1999 Cort Dougan <cort@cs.nmt.edu>
6394
6395 * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
6396
6397 Mon May 31 11:40:20 EDT 1999 John Wehle (john@feith.com)
6398
6399 * flow.c (mark_regs_live_at_end, insn_dead_p,
6400 mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
6401 and HARD_FRAME_POINTER_REGNUM special treatment if reload
6402 hasn't run or the frame pointer is needed.
6403 * haifa-sched.c (attach_deaths): Likewise.
6404 * sched.c (attach_deaths): Likewise.
6405
6406 Mon May 31 00:46:17 1999 Jeffrey A Law (law@cygnus.com)
6407
6408 * jump.c (jump_optimize_1): Only set CAN_REACH_END if
6409 calculate_can_reach_end returns nonzero.
6410
6411 * configure.in (native gas tests): Search for an assembler in the
6412 same manner that the installed compiler will.
6413 * configure: Rebuilt.
6414 * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
6415
6416 * alias.c (find_base_term): Improve handling of addresses
6417 constructed from binary operations.
6418
6419 Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)
6420
6421 * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
6422
6423 Sun May 30 14:19:13 1999 Jeffrey A Law (law@cygnus.com)
6424
6425 * function.h (cleanup_label, frame_offset): Declare.
6426 (tail_recursion_label, tail_recursion_reentry): Likewise.
6427 (arg_pointer_save_area, rtl_expr_chain): Likewise.
6428 * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
6429 (tail_recursion_label, tail_recursion_reentry): Likewise.
6430 (arg_pointer_save_area, rtl_expr_chain): Likewise.
6431
6432 Sat May 29 19:08:10 1999 Philip Blundell <philb@gnu.org>
6433
6434 * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
6435 defined.
6436 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
6437 (MAX_OFILE_ALIGNMENT): Define.
6438
6439 Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
6440
6441 * fixincl.c: Replace local include scheme with #includes of
6442 gansidecl.h and system.h.
6443 * procopen.c: Likewise.
6444 * server.c: Likewise.
6445
6446 Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
6447
6448 * i386/t-dgux (EXTRA_PARTS): Add crti.o
6449 (crti.o): Add build rule and dependencies.
6450 * fixinc/fixinc.dgux: Use modified _int_varargs.h
6451
6452 Fri May 28 03:41:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6453
6454 * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
6455 (LIB_LINUX_SPEC): Likewise.
6456 (LIB_LINUX_SPEC): Add support for -pthread
6457 (CPP_OS_LINUX_SPEC): Likewise.
6458 (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
6459 specified.
6460
6461 Thu May 27 13:04:52 1999 H.J. Lu (hjl@gnu.org)
6462
6463 * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
6464 conditional move.
6465 (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
6466 (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
6467 for IEEE math and CC_FCOMI.
6468 (put_jump_code): No IEEE if CC_FCOMI is set.
6469
6470 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6471
6472 * fold-const.c (fold_truthop): Make the field reference unsigned
6473 when converting a single bit compare.
6474
6475 Thu May 27 02:40:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6476
6477 * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
6478
6479 Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com)
6480
6481 * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
6482 * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
6483 version did.
6484
6485 * reload.c (push_reload): Do not call remove_address_replacements
6486 when presented with identical optional reloads.
6487
6488 Wed May 26 14:18:05 1999 Richard Henderson <rth@cygnus.com>
6489
6490 * alpha.h (MASK_FIX, TARGET_FIX): New.
6491 (MASK_*): Reorganize constants.
6492 (CPP_AM_FIX_SPEC): New.
6493 (TARGET_SWITCHES): Add FIX.
6494 (EXTRA_SPECS): Likewise.
6495 (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
6496 (SECONDARY_MEMORY_NEEDED): Likewise.
6497 (REGISTER_MOVE_COST): Likewise.
6498 * alpha.c (override_options): Add FIX support. Always use
6499 ALPHA_TP_PROG for ev6.
6500 * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
6501 * alpha/elf.h (ASM_FILE_START): Look at FIX too.
6502 * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
6503
6504 Wed May 26 09:53:05 1999 Mark Mitchell <mark@codesourcery.com>
6505
6506 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
6507 something is a candidate for optimize_bit_field_compare.
6508
6509 Wed May 26 09:40:02 1999 Mark Mitchell <mark@codesourcery.com>
6510
6511 * gcc.texi (Passes): Document branch-shortening.
6512 * invoke.texi (Debugging Options): Document the fact that `-dp'
6513 outputs length information for instructions.
6514
6515 Wed May 26 08:49:31 1999 Nick Clifton <nickc@cygnus.com>
6516
6517 * flow.c: Revert previous delta.
6518
6519 Wed May 26 06:05:10 1999 Nick Clifton <nickc@cygnus.com>
6520
6521 * flow.c (insn_dead_p): Check against frame_pointer_rtx not
6522 FRAME_POINTER_REGNUM.
6523 (mark_set_1): Ditto.
6524 (mark_used_regs): Ditto.
6525
6526 Wed May 26 02:19:31 1999 Philip Blundell <pb@nexus.co.uk>
6527
6528 * arm.h (NEED_PLT_GOT): Fix mistake in last change.
6529 (GOT_PCREL): New macro. Define to 1 if not already defined.
6530 * arm/elf.h (GOT_PCREL): Define to 0.
6531 * arm.c (arm_finalize_pic): Take into account the setting of
6532 GOT_PCREL.
6533
6534 Tue May 25 14:06:06 1999 Jeffrey A Law (law@cygnus.com)
6535
6536 * output.h (STRIP_NAME_ENCODING): Provide default definition.
6537 * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
6538
6539 * flow.c (mark_set_1): Do not record BLKmode stores as dead
6540 store elimination candidates.
6541
6542 Tue May 25 08:55:57 1999 Gavin Romig-Koch <gavin@cygnus.com>
6543
6544 * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
6545 TARGET_GAS.
6546
6547 Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
6548
6549 * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
6550 Add use of x-aix41-gld.
6551
6552 Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
6553
6554 * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
6555 (ASM_OUTPUT_DESTRUCTOR): Define.
6556
6557 Mon May 24 14:35:24 1999 Jeffrey A Law (law@cygnus.com)
6558
6559 * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
6560 last CODE_LABEL in a loop if we have previously passed a jump
6561 to the top of the loop.
6562
6563 Mon May 24 07:56:29 1999 Nick Clifton <nickc@cygnus.com>
6564
6565 * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
6566 applying Philip's patch.
6567
6568 Mon May 24 01:02:12 1999 Mark Mitchell <mark@codesourcery.com>
6569
6570 * stmt.c (expand_end_bindings): Ignore any elements of VARS that
6571 are not VAR_DECLs.
6572
6573 Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
6574
6575 * loop.c (strength_reduce): Grow reg_single_usage as needed.
6576
6577 Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
6578
6579 * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
6580 Also remove a useless comment.
6581
6582 Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
6583
6584 * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
6585
6586 Sat May 22 21:02:06 1999 David Edelsohn <edelsohn@gnu.org>
6587
6588 * collect2.c (main): Only generate import or export file and add
6589 to link arguments if non-empty. Use xmalloc not alloca.
6590 (write_{export,import}_file): Delete.
6591 (write_aix_file): New function.
6592 (locatelib): Use xmalloc not malloc.
6593 (GCC_OK_SYMBOL): Do not check type if aix64.
6594
6595 Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk>
6596
6597 Based on patch by Scott Bambrough and Pat Beirne:
6598 * config/arm/arm.c (making_const_table): New variable.
6599 * config/arm/arm.h (making_const_table): Declare.
6600 (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
6601 appropriate.
6602 * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
6603 Keep track of when we are building the constant table.
6604
6605 Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk>
6606
6607 * config/arm/arm.c (arm_override_options): Fix erroneous warning
6608 message.
6609
6610 Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
6611
6612 * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
6613 defined.
6614
6615 Sat May 22 07:17:05 1999 Nick Clifton <nickc@cygnus.com>
6616
6617 * tm.texi (FUNCTION_ARG): Correct description of a stack element
6618 in a PARALLEL.
6619
6620 Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
6621
6622 * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
6623
6624 Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6625
6626 * rs6000.c (output_mi_thunk): Enable full support again.
6627
6628 Fri May 21 20:09:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6629
6630 * sh.h (BRANCH_COST): Define.
6631
6632 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
6633
6634 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6635
6636 Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
6637
6638 * function.c (assign_stack_local): Align stack slot propertly.
6639 (assign_outer_stack_local): Likewise.
6640
6641 Thu May 20 10:38:43 1999 Mark Mitchell <mark@codesourcery.com>
6642
6643 * expr.h (lang_expand_constant): Declare.
6644 * toplev.c (lang_expand_constant): Define it.
6645 * varasm.c (output_constant): Use it.
6646
6647 Thu May 20 11:28:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6648
6649 * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
6650 Change function definitions to K&R style.
6651
6652 Thu May 20 08:16:39 1999 Bruce Korb <ddsinc09@ix.netcom.com>
6653
6654 * fixinc/fixincl.c: We must not ignore SIGCLD now.
6655
6656 Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
6657
6658 * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
6659 * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
6660 (several places): omit static initialization
6661 (process): use single fd, since only the read fd is used
6662 * fixinc/gnu-regex.c: define 'const' away, if not supported
6663 * fixinc/procopen.c(several places): omit static initialization
6664 * fixinc/server.c: define 'volitile' away, if not supported
6665
6666 1999-05-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6667
6668 * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
6669 asm_fprintf and %L to generate the label name.
6670 * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
6671 (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
6672
6673 Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com)
6674
6675 * jump.c (can_reverse_comparison_p): Do not abort if the comparison
6676 insn for a conditional jump can not be found.
6677
6678 Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com)
6679
6680 * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
6681 on variables in specific sections other than .sbss and .sdata.
6682
6683 Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
6684
6685 * stmt.c (expand_return): Call start_cleanup_deferral and
6686 end_cleanup_deferral around conditional code.
6687
6688 Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
6689
6690 * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
6691 filename lists. Utilizes new "krstr" AutoGen function.
6692 * fixinc/fixincl.x: Rebuilt.
6693
6694 Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
6695
6696 * i386.c (output_float_compare): Avoid GNU-C extensions.
6697
6698 Wed May 19 00:34:40 1999 Jeffrey A Law (law@cygnus.com)
6699
6700 * version.c: Bump to distinguish mainline tree from the
6701 gcc-2.95 branch.
6702
6703 See ChangeLog.1 for earlier changes.
6704
6705 Local Variables:
6706 add-log-time-format: current-time-string
6707 End:
This page took 0.31861 seconds and 6 git commands to generate.