]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
crtstuff.c: Fix thinko last change.
[gcc.git] / gcc / ChangeLog
CommitLineData
29d2c7a5
RH
12001-08-21 Richard Henderson <rth@redhat.com>
2
3 * crtstuff.c: Fix thinko last change. Move list tails to start
4 of CRT_END section. Tidy ifdefs.
5 (__EH_FRAME_BEGIN__): Always static for ELF.
6 (__do_global_ctors_1): Rename from __frame_dummy.
7 * config/mips/iris6.h (LINK_SPEC): Update for __do_global_ctors_1
8 name change; don't hide __EH_FRAME_BEGIN__.
9
487b97e0
RH
102001-08-21 Richard Henderson <rth@redhat.com>
11
3aed1981
RH
12 * gdbinit.in: Move break on exit after break on fancy_abort.
13
487b97e0
RH
14 * config/ia64/ia64.c (ia64_return_in_memory): True for variable
15 sized types.
16
d7bc7a98
NB
172001-08-21 Neil Booth <neil@daikokuya.demon.co.uk>
18
19 * cpphash.h (_cpp_push_next_buffer): New.
20 * cppinit.c (do_includes): Remove.
21 (push_include, free_chain, _cpp_push_next_buffer): New.
22 (cpp_start_read): Use them to rework command line option handling.
23 (cpp_handle_option): Combine handling of -include and -imacros.
24 * cpplex.c (_cpp_lex_token): Push a new -include buffer if
25 appropriate. Always insert missing \n at EOF.
26 * cpplib.c (start_directive): Get the directive position right.
27 * cppmain.c (cb_file_change): Always print the first line, unless
28 preprocessed.
29
bb1a503c
AJ
302001-08-20 Andreas Jaeger <aj@suse.de>
31
32 * profile.c (compute_branch_probabilities): Remove extra new-line
33 in error message.
34 * flow.c (verify_flow_info): Likewise.
35
006844a3
DN
362001-08-20 Diego Novillo <dnovillo@redhat.com>
37
38 * basic-block.h (basic_block): Add new field 'flags'.
39 (BB_REACHABLE): Define.
40 (expunge_block): Declare.
41 * flow.c (ENTRY_BLOCK_PTR): Initialize field 'flags'.
42 (EXIT_BLOCK_PTR): Ditto.
43 (expunge_block): Remove static declaration.
44 (cleanup_cfg): Clear bb->aux on every basic block.
45 (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when
46 computing reachability.
47 (delete_unreachable_blocks): Delete block b if b->flags has
48 BB_REACHABLE unset.
49
0760faf9
DN
502001-08-20 Diego Novillo <dnovillo@redhat.com>
51
52 * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
53
96bd19a7
KG
542001-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
55
56 * sparc.c (sparc_variable_issue): Fix typo in last change.
57
a7b0c484
RH
582001-08-20 Richard Henderson <rth@redhat.com>
59
60 * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
61
010dc908
JDA
622001-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
63
64 * pa.h (RETURN_IN_MEMORY): Improve comment.
65
3de87bf2
JJ
662001-08-20 Janis Johnson <janis187@us.ibm.com>
67
d5733921
JJ
68 * gcc.misc-tests/gcov.exp: Add support for branch information.
69 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
70 * gcc.misc-tests/gcov-4.c: New test.
71 * gcc.misc-tests/gcov-4b.c: New test.
72 * gcc.misc-tests/gcov-5b.c: New test.
73
3de87bf2
JJ
74 * doc/invoke.texi (Profiling options): Clarify the interactions
75 between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
76
c8a6b916
JO
772001-08-20 Jeffrey Oldham <oldham@codesourcery.com>
78
79 * crtstuff.c (__do_global_ctors): Fix typo in preprocessing
80 command.
81
27a14487
MK
822001-08-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>
83
84 * gcc.c (make_relative_prefix): Allocate a sufficiently large
85 buffer.
86
ca8264b4
RH
872001-08-20 Richard Henderson <rth@redhat.com>
88
89 * final.c (end_final): Fix typo last change.
90
51c04256
NB
912001-08-20 Neil Booth <neil@daikokuya.demon.co.uk>
92
93 * cppinit.c (init_standard_includes): The returned buffer
94 is already malloc-ed.
95 * gcc.c (add_prefix): Similarly.
96 * prefix.c (translate_name): Update to support clear buffer
97 ownership rules.
98 (update_path): Similarly. Be sure to free any newly allocated
99 key. UPDATE_PATH_HOST_CANONICALIZE takes only one argument.
100 (tr): New function.
101 * prefix.h (update_path): Update prototype and document.
102 * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean
103 up and update to new buffer ownership rules.
104 * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update.
105
247a370b
JH
106Mon Aug 20 01:44:50 CEST 2001 Jan Hubicka <jh@suse.cz>
107
108 * final.c (compute_alignments): New function.
109 (init_insn_lengths): Do not care label_align.
110 (LABEL_ALIGN_AFTER_BARRIER): Default to 1.
111 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0.
112 (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
113 (shorted_branches): Realloc label_align array; do
114 not call init_insn_lengths; Do not care about loop alignments.
115 * output.h (compute_alignments): Declare.
116 * toplev.c (rest_of_compilation): Call compute_alignments.
117 * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
118
119 * predict.c (block_info_def): Add npredecesors, remove nvisited;
120 change visited to tovisit.
121 (propagate_freq): Use faster traversing algorithm.
122 (estimate_loops_at_level, estimate_bb_frequencies): Change visited
123 to tovisit; reverse meaning.
124
125 * predict.c (struct block_info_def): Remove nvisited.
126 (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
127 (estimate_bb_frequencies): Call mark_dfs_back_edges.
128
13fac94a
GK
1292001-08-19 Geoffrey Keating <geoffk@redhat.com>
130
131 * doc/invoke.texi (MIPS Options): Document -mfused-madd.
132 * config/mips/mips.h (MASK_NO_FUSED_MADD): New.
133 (TARGET_FUSED_MADD): New.
134 (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
135 * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
136 the multiply-add instructions.
137
2919600a
RH
1382001-08-19 Richard Henderson <rth@redhat.com>
139
bb1a503c 140 * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref
2919600a
RH
141 is aligned to pointer size.
142
fd1a3f73
RH
1432001-08-19 Richard Henderson <rth@redhat.com>
144
145 * config/ia64/ia64.c (ia64_cycle_display): Only emit cycle
146 display markers during final schedule.
147
c49f511c
RH
1482001-08-19 Richard Henderson <rth@redhat.com>
149
150 * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.
151
c45632b7
RH
1522001-08-19 Richard Henderson <rth@redhat.com>
153
154 * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *
155 in the same string.
156 (ASM_NAME_TO_STRING): Remove.
157 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and *
158 in the same string. Remove support for expressions.
159
90675921
RH
1602001-08-19 Richard Henderson <rth@redhat.com>
161
162 * config/i386/i386.md (tablejump): Make an expander; handle
163 pic relative addressing here.
164 (tablejump_1): Rename from tablejump_pic.
165 (casesi): Remove.
166
ec523c2f
RH
1672001-08-19 Richard Henderson <rth@redhat.com>
168
169 * regclass.c (fix_register): Fix typo.
170
443621af
RH
1712001-08-18 Richard Henderson <rth@redhat.com>
172
173 * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
174 (struct _Unwind_Context): Expand br_loc to hold it.
175 (uw_frame_state_for): Handle leaf functions better.
176 (uw_update_reg_address): Update for br_loc change.
177
213f974a
RH
1782001-08-18 Richard Henderson <rth@redhat.com>
179
180 * crtstuff.c: Move list heads before code that uses them.
181 (__JCR_LIST__): Remove initial null.
182 (frame_dummy, __frame_dummy): Do java registration here ...
183 (__do_global_ctors_aux): ... not here.
184
3dff7ed0
RH
185 * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.
186 (__do_global_dtors_aux): Update to match.
187 (__JCR_LIST__, __do_jv_register_classes): New.
188 (.init): Call it.
189 * config/ia64/crtend.asm (__JCR_END__): New.
190 (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__
191 instead of an indirect LTOFF22 reloc.
192
6ca3c22f
RH
1932001-08-18 Richard Henderson <rth@redhat.com>
194
195 * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
196 * regclass.c (init_reg_sets_1): Fix typo.
197 * config/ia64/ia64.c (ar_pfs_reg_operand): New.
198 (ia64_expand_call): Pass ar.pfs to sibcall expanders.
199 (ia64_compute_frame_size): Make ar.unat live when in use.
200 (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf
201 for ar.pfs; remove ar.unat handling.
bb1a503c 202 * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is
6ca3c22f
RH
203 call-saved.
204 (PREDICATE_CODES): Add ar_pfs_reg_operand.
205 * config/ia64/ia64-protos.h: Update decls.
206 * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs.
207 (sibcall_pic): Likewise.
208
f83594c4
RH
2092001-08-18 Richard Henderson <rth@redhat.com>
210
b395ddbe
RH
211 * config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
212 pred_rel_mutex when searching for insn_group_barrier.
8e8de254
RH
213 * config/ia64/ia64.md (cycle_display): Combine the expander
214 and insn patterns.
b395ddbe 215
f83594c4
RH
216 * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
217 bit before asm as needed.
218
eced69b5
RH
2192001-08-18 Richard Henderson <rth@redhat.com>
220
221 * timevar.def (TV_MACH_DEP): New.
222 * toplev.c (rest_of_compilation): Use it.
223 * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2.
224
5ed3149c
ZW
2252001-08-18 Zack Weinberg <zackw@panix.com>
226
227 * unwind-dw2.c (execute_stack_op): Add default aborts to
228 the inner switches to prevent warnings.
229
20cc76d5
RH
2302001-08-18 Richard Henderson <rth@redhat.com>
231
232 * timevar.h (struct timevar_time_def): Change element type to float.
233 (ticks_to_msec, clocks_to_msec): Likewise.
234 (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
235 (get_time): Likewise.
236 (timevar_print): Adjust zero check and printing to match.
237
b649398a
ZW
2382001-08-18 Zack Weinberg <zackw@panix.com>
239
9c34dbbf
ZW
240 * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
241 doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi:
242 Eliminate overfull or underfull hboxes.
243
2442001-08-18 Zack Weinberg <zackw@panix.com>
245
246 * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
b649398a 247
76f4925a
ZW
2482001-08-18 Zack Weinberg <zackw@panix.com>
249
250 * haifa-sched.c: Convert to target hooks. Macros replaced
251 are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
252 MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
253 MD_SCHED_FINISH, and HAVE_cycle_display.
254 * target-def.h (TARGET_SCHED_ADJUST_COST,
255 TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
256 TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
257 TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
9c34dbbf 258 TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
76f4925a
ZW
259 New hook #defines to be overridden.
260 (TARGET_SCHED): Bring them all together.
261 (TARGET_INITIALIZER): Update.
262 * target.h: Don't forward declare struct rtx_def. Use 'rtx'
9c34dbbf 263 instead of 'struct rtx_def *' throughout.
76f4925a
ZW
264 (struct sched): New set of hooks for the scheduler.
265 * Makefile.in (haifa-sched.o): Depend on target.h.
266 * doc/tm.texi: Document the new scheduler hooks, together in
267 their own section, instead of scattered around.
268 Fix a bunch of underfull/overfull hboxes.
269
270 * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
271 ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
272 sparc.h: Don't define any of the old scheduler macros.
273
274 * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
275 ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
276 sparc.c: Create hook functions from code extracted from
277 corresponding target header, or make existing hooks static, as
278 appropriate. Set the appropriate entries in targetm.
279
280 * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
281 i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
282 rs6000-protos.h, s390-protos.h, sparc-protos.h:
283 Remove prototypes for functions which are now static.
284
285 * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
286 related gunk; the Haifa scheduler is now the only choice.
287
ef89d648
ZW
2882001-08-18 Zack Weinberg <zackw@panix.com>
289
290 * optabs.h (OTI_flodiv, flodiv_optab): Kill.
291 * genopinit.c: Put floating point divide insns in sdiv_optab.
292 * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
293 * config/gofast.h, config/c4x/c4x.h,
294 config/ia64/hpux_longdouble.h, config/mips/mips.h,
295 config/pa/long_double.h, config/rs6000/sysv4.h,
296 config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
297 * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
298 (init_optabs): Use init_optabv for overflow-trapping optabs.
299 Don't init flodiv_optab. Give mov_optab, movstrict_optab, and
300 cmp_optab RTX codes so have_insn_for can find them.
301
302 * optabs.c (expand_simple_binop, expand_simple_unop,
303 have_insn_for, gen_sub3_insn): New interfaces.
304 * expr.h: Prototype new functions.
305 (enum optab_methods): Move here from optabs.h.
306
307 * builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
308 loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
309 Use new functions instead of working directly with optabs.
310 * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
311 unroll.c: Don't include optabs.h.
312 * caller-save.c, combine.c, function.c, stmt.c: Just include
313 insn-codes.h, not optabs.h.
314 * Makefile.in: Update dependencies.
315
316 * combine.c (make_compound_operation, simplify_comparison):
317 Fix typos testing for this or that instruction.
318
9e23c02d
HB
3192001-08-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
320
321 * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
322 generating libgcc.a.
323
1c0cc57e
KG
3242001-08-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
325
326 * except.c (TYPE_HASH): Delete.
9c34dbbf 327
1c0cc57e
KG
328 * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
329 HOST_WIDE_INT.
330
331 * tree.c (TYPE_HASH): Delete.
332
333 * tree.h (TYPE_HASH): Define.
334
13c508d9
GS
3352001-08-18 Graham Stott <grahams@redhat.com>
336
337 * config/mips/mips.md (adddi3_internal_2+1): Remove contraints from
338 define_split.
339 (adddi3_internal_2+2): Likewise.
340 (eh_set_lr_di+1): Likewise.
341
c8af3574
RH
3422001-08-17 Richard Henderson <rth@redhat.com>
343
344 * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
345 UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
346 * dwarf2asm.c: ... here.
347 * dwarfout.c: Remove them.
348
349 * varasm.c (assemble_integer): Add align parameter.
350 (assemble_real, output_constant, output_constructor): Likewise.
351 * output.h: Update decls.
352 * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
353 config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
354 config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
355 config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
356 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
357 Update all callers.
358
359 * final.c (end_final): Abort profile block generation if we
360 havn't layed it out properly.
361 * output.h (assemble_eh_integer): Remove stale decl.
362 * varasm.c (assemble_zeros): Tidy; use assemble_integer.
363 (min_align): New.
364 (assemble_integer): Handle unaligned data.
365 (assemble_real): Abort on unaligned data.
366 (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
367 anything useful.
368 (default_dtor_section_asm_out_destructor): Use assemble_align.
369 (default_named_section_asm_out_constructor): Likewise.
370 (default_ctor_section_asm_out_constructor): Likewise.
371 * config/darwin.c (machopic_asm_out_constructor): Likewise.
372 (machopic_asm_out_destructor): Likewise.
373 * config/nextstep.c (nextstep_asm_out_constructor): Likewise.
374 (nextstep_asm_out_destructor): Likewise.
375 * config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
376 (vms_asm_out_destructor): Likewise.
377
920ae24b
RH
3782001-08-17 Richard Henderson <rth@redhat.com>
379
380 * config/mips/iris6.h (TARGET_IRIX6): New.
381 (current_section_name, current_section_flags): New.
382 (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
383 (MAX_OFILE_ALIGNMENT): New.
384 (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
385 * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
9c34dbbf 386 (copy_file_data): Split out from
920ae24b
RH
387 (mips_asm_file_end): ... here.
388 (mips_asm_file_start): Remove extra .section directive. Use
389 tmpfile instead of mips_make_temp_file.
390 (mips_unique_section): Use const char * as needed for warnings.
391 (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
392 re-add align parameter.
393 (iris6_asm_named_section): New.
394 (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
395 (iris6_asm_output_align, iris6_section_align_1): New.
396 (iris6_asm_file_start, iris6_asm_file_end): New.
397 * config/mips/mips-protos.h: Update decls.
398
5cc3b0c7
JJ
3992001-08-17 Janis Johnson <janis187@us.ibm.com>
400
401 * doc/install.texi (Install GCC): Add links to build status pages.
402 (Specific): Ditto.
403 (Final install): Ditto; request updates for specific info
404
bb74c963
NB
4052001-08-17 Neil Booth <neil@daikokuya.demon.co.uk>
406
407 * cpperror.c (print_location): Don't take a file name; use the
408 line map instead.
409 (_cpp_begin_message): Similarly.
410 (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
411 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
412 (cpp_pedwarn_with_file_and_line): Remove.
413 * cppfiles.c (stack_include_file): Update; set filename to stdin
414 here when appropriate.
415 * cpphash.h (struct cpp_buffer): Remove nominal_fname.
416 (_cpp_begin_message): Don't take a file name.
417 * cppinit.c: Add comment.
418 * cpplex.c: Fix end-of-directive indicator.
419 * cpplib.c: Don't include intl.h.
420 (run_directive, do_diagnostic): Update.
421 (do_line): Update to not use nominal_fname.
422 (cpp_push_buffer): Don't take a filename.
423 * cpplib.h (struct ht): Remove.
424 (cpp_push_buffer): Don't take a filename.
425 (cpp_pedwarn_with_file_and_line): Remove.
426 * cppmacro.c (struct cpp_macro): Remove file.
427 (builtin_macro): Update.
428 (_cpp_create_definition): Update.
429 * cppmain.c: Correct comment.
430 * fix-header.c (read_scan_file): Update.
431
2d76cb1a
KH
4322001-08-17 Kazu Hirata <kazu@hxi.com>
433
434 * sbitmap.c: Fix comment formatting.
435 * sched-deps.c: Likewise.
436 * sibcall.c: Likewise.
437 * simplify-rtx.c: Likewise.
438 * ssa.c: Likewise.
439 * ssa-ccp.c: Likewise.
440 * stor-layout.c: Likewise.
441 * timevar.c: Likewise.
442 * toplev.c: Likewise.
443 * unwind-dw2.c: Likewise.
444 * unwind-dw2-fde.c: Likewise.
445 * varasm.c: Likewise.
446
0779eeb2
JDA
4472001-08-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
448
449 * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
450 or larger than an integer in memory.
451
2f78c311
ZW
4522001-08-17 Zack Weinberg <zackw@panix.com>
453
454 * system.h: Forward-declare struct rtx_def, struct rtvec_def,
455 and union tree_node. Typedef rtx, rtvec, and tree. Fix comment.
456 * rtl.h: Don't forward-declare union tree_node here. Don't
457 typedef rtx or rtvec here. Change all uses of struct rtx_def *,
458 struct rtvec_def *, or union tree_node * to use rtx, rtvec,
459 and tree respectively.
460 * tree.h: Don't forward-declare struct rtx_def here. Don't
461 typedef tree here. Change all uses of struct rtx_def *,
462 struct rtvec_def *, or union tree_node * to use rtx, rtvec,
463 and tree respectively.
464
32fa4d4a
RH
4652001-08-17 Richard Henderson <rth@redhat.com>
466
467 * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
468 config/mips/openbsd.h: Fix typos last change.
469
93ee12c4
GP
4702001-08-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
471
2f78c311 472 * doc/invoke.texi (Optimize Options): The default for
93ee12c4
GP
473 -finline-limit is 600.
474
f99ffb60
RH
4752001-08-17 Richard Henderson <rth@redhat.com>
476
477 * varasm.c (text_section): Allow TEXT_SECTION to override the
478 printing of TEXT_SECTION_ASM_OP.
479 * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
480 (DATA_SECTION, BSS_SECTION): Remove.
481 * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
482 RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
483 Rename from s/_NAME//.
484 * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
485 (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
486 (TEXT_SECTION): ... here. New.
487 * config/mips/elf.h (TEXT_SECTION): New; no file switching.
488 * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
489 * config/mips/openbsd.h: Likewise.
490 * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
491 (mips_asm_file_end): Likewise test.
492 (mips_output_function_epilogue): Likewise. Switch back to data
493 section after emitting the function.
494
33c09f2f
RH
495 * doc/tm.texi (Sections): Document TEXT_SECTION.
496
b38a75e5
RH
4972001-08-17 Richard Henderson <rth@redhat.com>
498
499 * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
500 (dwarf2out_finish): Do it here. Emit .debug_loc before .debug_info.
501
51084e13
RH
5022001-08-17 Richard Henderson <rth@redhat.com>
503
504 * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
505 * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
506 __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
507 Add aligned attribute.
508
5092001-08-17 Andrew Haley <aph@cambridge.redhat.com>
ff0a63e8
AH
510
511 * config/sh/sh.md: Add modes to unspecs in first insn to match
512 those in the second.
513
514 * Makefile.in: Fix collect2 copy for Cygwin.
515
abde42f7
JH
516Fri Aug 17 15:48:57 CEST 2001 Jan Hubicka <jh@suse.cz>
517
518 Install the proper patch.
519 * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
520 (assign_params): Avoid setting DECL_RTL to unfinished RTX.
521 (expand_function_start): Likewise.
522 * stmt.c (expand_decl): Likewise.
523 * varasm.c (make_decl_rtx): Likewise.
524
3446405d
JH
525Fri Aug 17 15:41:35 CEST 2001 Jan Hubicka <jh@suse.cz>
526
527 * final.c: Undo my previous accidental checkin.
528 * output.h: Likewise.
529 * tm.texi: Likewise.
530
715bdd29
RH
5312001-08-16 Richard Henderson <rth@redhat.com>
532
533 * varasm.c (named_section_flags): Remove align parameter.
534 * varasm.c, dwarf2out.c: Update all callers.
535 * output.h: Update prototypes.
536
537 * target.h (target.asm_out.named_section): Remove align parameter.
2f78c311 538 * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
715bdd29
RH
539 config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
540 config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
541 config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
542 config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.
543
544 * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
545 (get_named_section_flags, set_named_section_flags): New.
546 (named_section_flags): Use them.
547 (named_section): Do decl vs section flags check here...
548 (default_section_type_flags): ... not here.
549 (init_varasm_once): Create in_named_htab.
550 (resolve_unique_section): Mark reloc unused.
551
09e07be6
RH
5522001-08-16 Richard Henderson <rth@redhat.com>
553
554 * varasm.c (force_const_mem): Keep pool alignment in bits.
555 (output_constant_pool): Use assemble_align.
556
8daaf93c
ZW
5572001-08-16 Zack Weinberg <zackw@panix.com>
558
559 * doc/tm.texi: Remove extra @table command.
2f78c311 560
d9b6874b
ZW
5612001-08-16 Zack Weinberg <zackw@panix.com>
562
563 * final.c (shorten_branches): Clear the end of the label_align
564 array only if we made it larger. Break up messy expressions
565 for clarity.
566
567 * diagnostic.c (internal_error): Check for error recursion
568 before doing ICE suppression.
569
570 * timevar.c: Timing variables now count in milliseconds.
571 (init_timevar): Set up ticks_to_msec and clocks_to_msec here.
572 (get_time): Not here.
573 (timevar_print): Don't print any timer whose user, cpu, and
574 wall times are all zero as displayed.
575 * timevar.h: Update comment aboout units. Make timevar
576 counters unsigned.
577
25e22dc0
JH
578Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>
579
580 * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
581 (assign_params): Avoid setting DECL_RTL to unfinished RTX.
582 (expand_function_start): Likewise.
583 * stmt.c (expand_decl): Likewise.
584 * varasm.c (make_decl_rtx): Likewise.
585
7256efa6
JM
5862001-08-16 Jason Merrill <jason_merrill@redhat.com>
587
588 * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
589 (finalize_record_size): Don't set TYPE_USER_ALIGN.
590
5972a110
MK
5912001-08-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
592
593 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
594 variables.
595
0d3c08b6
AJ
5962001-08-16 Andreas Jaeger <aj@suse.de>
597
598 * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
599 prototype.
600
44ce0063
JW
601Wed Aug 15 15:22:52 EDT 2001 John Wehle (john@feith.com)
602
603 * rtl.h (only_sets_cc0_p): New prototype.
604 * jump.c (sets_cc0_p): Handle INSN.
605 (only_sets_cc0_p): New function.
606 * flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
607 (tidy_fallthru_edge): Likewise.
608 * integrate.c (copy_insn_list): Likewise.
609 * unroll.c (unroll_loop): Likewise.
610 (copy_loop_body): Likewise.
611
cff27f1d
JE
6122001-08-15 Jason Eckhardt <jle@redhat.com>
613
614 * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
615
6ad48e84
JH
616Wed Aug 15 14:24:22 CEST 2001 Jan Hubicka <jh@suse.cz>
617
618 * predict.c (struct block_info_def): Remove nvisited.
619 (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
620 (estimate_bb_frequencies): Call mark_dfs_back_edges.
621
622 * i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium
623 (ix86_adjust_cost): Teach scheduler that latency to load operand can
624 be masked.
625
cc10816d
JH
626Wed Aug 15 12:41:32 CEST 2001 Jan Hubicka <jh@suse.cz>
627
628 * predict.def: Update hitrates.
629
fd7e958f
RH
6302001-08-15 Richard Henderson <rth@redhat.com>
631
632 * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
633
abb788ba
JL
634Tue Aug 14 17:30:59 2001 Jeffrey A Law (law@cygnus.com)
635
636 * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
637 note from its associated jump.
638
d9b761a9 6392001-08-14 Ulrich Weigand <uweigand@de.ibm.com>
d9b6874b 640
d9b761a9
UW
641 * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
642 also on 64-bit s390x targets.
643
095bb276
NC
6442001-08-14 Nick Clifton <nickc@cambridge.redhat.com>
645
646 * config/arm/arm.c (arm_compute_initial_elimination_offset): New
647 function.
648 (arm_expand_prologue): Handled nested functions which take a
649 variable argument list.
650 * config/arm/arm.h (ARM_INITIAL_ELIMINATION_OFFSET): Replace
651 macro with an invocation of
652 arm_compute_initial_elimination_offset.
653 * config/arm/arm-protos.h: Prototype
d9b6874b 654 arm_compute_initial_elimination_offset.
095bb276 655
98999d8b
GP
6562001-08-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
657
658 * doc/install.texi (Specific, avr): Fix markup.
659 (Specific, c4x): Ditto.
660
b213a5ca
MK
6612001-08-14 Matt Kraai <kraai@alumni.carnegiemellon.edu>
662
663 * predict.c (dump_prediction): Change `bool' parameter to `int'.
664
c895acf2
GDR
6652001-08-14 Gabriel Dos Reis <gdr@codesourcery.com>
666
667 * Makefile.in (OBJS): Add rtl-error.o
668 (rtl-error.o): New rule.
669 (diagnostic.o): Adjust dependency.
670 diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
671 error_for_asm, _fatal_insn, _fatal_insn_not_found,
672 warning_for_asm): Move to...
673 rtl-error.c: ...here. New file.
674
ddee9e8d
RH
6752001-08-14 Richard Henderson <rth@redhat.com>
676
677 * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
678 if USING_SJLJ_EXCEPTIONS.
679
eb20f668
SE
6802001-08-14 Steve Ellcey <sje@cup.hp.com>
681
682 * tlink.c (scan_linker_output): Check string for unsatisfied in
683 addition to undefined and unresolved.
684
540ceb67
GS
6852001-08-14 Graham Stott <grahams@redhat.com>
686
687 * libgcc2.c (*): Replace EH_FRAME_SECTION with
688 EH_FRAME_SECTION_NAME.
689
2d515d60
JH
690Tue Aug 14 14:57:07 CEST 2001 Jan Hubicka <jh@suse.cz>
691
d9b6874b
ZW
692 * genattrtab.c (simplify_test_exp_in_temp): New function.
693 (simplify_test_exp): Avoid explicit use of temporary obstack.
694 (simplify_cond, insert_right_side, evaluate_eq_attr,
695 simplify_and_tree, simplify_or_tree, eliminate_known_true):
696 Use simplify_test_exp_in_temp.
697 (optimize_attrs): Iterate until expression stabilizes.
2d515d60 698
881e8e29 6992001-08-13 Ulrich Weigand <uweigand@de.ibm.com>:
d9b6874b 700
881e8e29
UW
701 * glimits.h: Remove the __LONG_MAX__ special case for s390x.
702 * config/s390/linux64.h: Define __LONG_MAX__ in CPP_PREDEFINES.
703
f22db2ef
RH
7042001-08-13 Richard Henderson <rth@redhat.com>
705
706 * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
707 (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
708 * config/arm/conix-elf.h: Likewise.
709
eb296bd9
GK
7102001-08-13 Geoffrey Keating <geoffk@redhat.com>
711
51610b0a
GK
712 * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
713 in gcc.c.
714 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
715
eb296bd9
GK
716 * gcse.c (hash_scan_set): Expressions that are set as part of
717 jump instructions are not available.
718
7ee20eba
UW
7192001-08-13 Ulrich Weigand <uweigand@de.ibm.com>
720
721 * config/s390/s390.c (print_operand, s390_function_prologue,
722 s390_va_start): Fixed HOST_WIDE_INT type mismatch.
723
02c9b1ca
RH
7242001-08-13 Richard Henderson <rth@redhat.com>
725
726 * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
727 * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
728 * doc/tm.texi (Exception Region Output): Document it.
729
99e2a354
GK
7302001-08-13 Geoffrey Keating <geoffk@redhat.com>
731
732 * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
733 DWARF2 instead of stabs by default.
734
2fc1c679
DE
7352001-08-13 David Edelsohn <edelsohn@gnu.org>
736
737 * config/rs6000/rs6000.c: Include optabs.h.
738
710fdaad
DE
7392001-08-13 David Edelsohn <edelsohn@gnu.org>
740
741 * config/rs6000/eabi.asm: Define 64-bit versions of FPR
742 save/restore routines.
743 * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.
744
16757495
AJ
7452001-08-13 Andreas Jaeger <aj@suse.de>
746
747 * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
748 the english is correct.
749
e78d8e51
ZW
7502001-08-13 Zack Weinberg <zackw@panix.com>
751
752 * expr.h: Split out optab- and libfunc-related code to...
753 * optabs.h, libfuncs.h: ... these new headers.
754
755 * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
756 (OPTABS_H): New.
757 (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
758 dependencies.
759 * mkconfig.sh: Don't include insn-codes.h from config.h.
760
761 * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
762 enum insn_code is available. Move reload_in_optab and
763 reload_out_optab array declarations to optabs.h.
764 * regmove.c (gen_add3_insn): Move to optabs.c, export from
765 there, prototype in expr.h.
766 * gencodes.c: Cleanup: zap global variables, don't use
767 printf where puts will do, don't bother defining MAX_INSN_CODE
768 which nothing uses, let CODE_FOR_nothing get its value implicitly.
769
770 * genemit.c, genopinit.c: Include optabs.h in generated file.
771 * genoutput.c: Include insn-codes.h in generated file.
772 * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
16757495
AJ
773 expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
774 reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
e78d8e51
ZW
775 config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
776 config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
777 config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
778 Include optabs.h.
16757495 779 * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
e78d8e51
ZW
780 optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
781 config/m88k/m88k.c, config/sparc/sparc.c:
782 Include libfuncs.h.
783 * reload.c: Include expr.h and optabs.h before reload.h.
784 * config/alpha/alpha.c: Include tree.h before reload.h.
785 * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
786 and reload.h in that order.
787 * config/sparc/sparc.c: Include debug.h.
788 * recog.c: Include insn-codes.h.
789
050e4ca2
AJ
7902001-08-13 Andreas Jaeger <aj@suse.de>
791
792 * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
793 s390*linux.
794
dd49a9ec
TP
7952000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
796
797 * dwarf2out.c (output_cfa_loc): Fix typo in comment.
798 * gcc.c (init_spec): Fix typo in comment.
799 * varasm.c (data_section): Fix typo in comment.
800
d195b46f
JH
801Mon Aug 13 02:27:39 CEST 2001 Jan Hubicka <jh@suse.cz>
802
803 * predict.c (dump_prediction): New argument "USED".
804 (combine_predictions_for_insn): Determine the used heuristics,
805 output the case no heuristic applied.
806 * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.
807
afea8580
AJ
8082001-08-13 Andreas Jaeger <aj@suse.de>
809
810 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
811 register %rip.
812
5d0cab94
KH
8132001-08-13 Kazu Hirata <kazu@hxi.com>
814
815 * jump.c: Fix formatting.
816
7ba7767b
KH
8172001-08-13 Kazu Hirata <kazu@hxi.com>
818
819 * config/h8300/h8300.md (zero_extendqihi2): Correct the insn
820 length.
821
5fe2e41b
GK
8222001-08-12 Geoffrey Keating <geoffk@redhat.com>
823
353df065
GK
824 * loop.c (check_dbra_loop): Use condjump_label to compute
825 jump_label.
826
5fe2e41b
GK
827 * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
828 to better document the files they're in.
829
a2b498cb
ZW
8302001-08-12 Zack Weinberg <zackw@panix.com>
831
832 * recog.h (struct insn_operand_data): Shrink 'mode' field
833 to 16 bits.
834
dc297297
KH
8352001-08-12 Kazu Hirata <kazu@hxi.com>
836
837 * gcc.c: Fix comment formatting.
838 * gccspec.c: Likewise.
839 * gcov.c: Likewise.
840 * gcse.c: Likewise.
841 * genemit.c: Likewise.
842 * gengenrtl.c: Likewise.
843 * genrecog.c: Likewise.
844 * gensupport.c: Likewise.
845 * ggc-page.c: Likewise.
846 * global.c: Likewise.
847 * graph.c: Likewise.
848 * ifcvt.c: Likewise.
849 * integrate.c: Likewise.
850 * lcm.c: Likewise.
851 * libgcc2.c: Likewise.
852 * loop.c: Likewise.
853 * mbchar.c: Likewise.
854 * optabs.c: Likewise.
855 * predict.c: Likewise.
856 * prefix.c: Likewise.
857 * profile.c: Likewise.
858 * protoize.c: Likewise.
859 * real.c: Likewise.
860 * recog.c: Likewise.
861 * regclass.c: Likewise.
862 * regmove.c: Likewise.
863 * reg-stack.c: Likewise.
864 * reload1.c: Likewise.
865 * resource.c: Likewise.
866 * rtlanal.c: Likewise.
867 * rtl.c: Likewise.
868
f0d1c3bd
KH
8692001-08-12 Kazu Hirata <kazu@hxi.com>
870
871 * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
872 a tree representing a constant is passed to the macro.
873
d9f6800d
RH
8742001-08-12 Richard Henderson <rth@redhat.com>
875
876 * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
877 (rs6000_elf_asm_out_destructor): New.
878 * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
879 (DTORS_SECTION_ASM_OP): Remove.
880 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
881 (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.
882
6ba57472
DE
8832001-08-12 David Edelsohn <edelsohn@gnu.org>
884
885 Revert:
886 2001-08-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
887 * gcc.c (set_collect_gcc_options): New function, split out from
888 main.
889 Ignore elided switches.
890 (do_spec_1): Invoke before executing command.
891 (set_input): Export.
892 Move declaration ...
893 * gcc.h (set_input): ... here.
894 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
895 file.
896
270fc29b
RH
8972001-08-12 Richard Henderson <rth@redhat.com>
898
899 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
900 thinko wrt TARGET_RELOCATABLE.
901
21c38ecb
NB
9022001-08-12 Neil Booth <neil@daikokuya.demon.co.uk>
903
904 * fix-header.c (cb_file_change): Update prototype.
905
94aca342
ZW
9062001-08-11 Zack Weinberg <zackw@panix.com>
907
908 * toplev.c (set_float_handler): Make static.
909 * toplev.h: Don't prototype set_float_handler.
910
911 * simplify-rtx.c: Don't include setjmp.h.
912 (simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
913 New functions.
914 (simplify_unary_operation, simplify_binary_operation): Use them,
915 via do_float_handler.
916
917 * fold-const.c: Don't include setjmp.h.
918 (exact_real_inverse_1): New function.
919 (exact_real_inverse): Use it, via do_float_handler.
920
921 * varasm.c: Don't include setjmp.h.
922 (assemble_real_1): New function.
923 (assemble_real): Use it, via do_float_handler.
924 Call internal_error if we get a trap here.
925
926 * c-parse.in, cse.c, cselib.c, config/i386/i386.c,
927 config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
928
31cdd499
ZW
9292001-08-11 Zack Weinberg <zackw@panix.com>
930
931 * defaults.h: Define PREFERRED_STACK_BOUNDARY to
932 STACK_BOUNDARY if not already defined.
933
934 * calls.c, function.c, reload1.c, explow.c: Don't default
935 PREFERRED_STACK_BOUNDARY. Remove all #if/#ifdef on
936 PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
937
938 * explow.c (allocate_dynamic_stack_space): Change unsafe #if
939 to run-time test.
940
941 * doc/tm.texi: Document that STACK_BOUNDARY is required;
942 clarify difference between it and PREFERRED_STACK_BOUNDARY.
943
2b220265
NB
9442001-08-11 Neil Booth <neil@daikokuya.demon.co.uk>
945
946 * cppmacro.c (enter_macro_context): Push macro expansions even
947 if empty.
948
d0101753
FS
9492001-08-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
950
951 * config/rs6000/rs6000.c: Include integrate.h to silence warning.
952 (rs6000_elf_section_type_flags): Actually return a value.
953
994fe660 9542001-08-11 Ulrich Weigand <uweigand@de.ibm.com>
afea8580
AJ
955
956 * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
994fe660 957 Clean up code: add missing comments and prototypes, fix warnings,
02c9b1ca 958 remove obsolete code, fix spacing to conform to coding style.
994fe660 959
f314b9b1 9602001-08-11 Ulrich Weigand <uweigand@de.ibm.com>
afea8580
AJ
961
962 * config/s390/s390.c (targetm): Define TARGET_ASM_OPEN_PAREN
f314b9b1
UW
963 and TARGET_ASM_CLOSE_PAREN.
964 (regclass_map): CC register belongs to class NO_REGS.
afea8580 965 (legitimize_pic_address): Don't generate unnecessary moves
f314b9b1 966 (to avoid confusing loop optimization).
afea8580
AJ
967 (check_and_change_labels): Replace jump_long by indirect_jump.
968 (s390_final_chunkify): Don't start a new literal pool on section
f314b9b1
UW
969 switch in 64-bit code.
970 (s390_va_start, s390_va_arg): Fixed incorrect sizes for 64-bit.
afea8580 971
f314b9b1
UW
972 * config/s390/s390.h (TARGET_SWITCHES): Renamed debug_arg to debug.
973 (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE): Set to 64 (for 64-bit).
afea8580 974 (HARD_REGNO_MODE_OK, RETURN_IN_MEMORY): Support complex integer
f314b9b1
UW
975 modes correctly.
976 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Remove CC_REGS.
977 (EH_RETURN_HANDLER_RTX): Fixed incorrect offset for 64-bit.
978 (CONST_COSTS): Fixed incorrect costs.
979
980 * config/s390/s390.md (fixuns_trunc[sd]f[sd]i2, udivsi3, umodsi3):
981 Use emit_jump instead of emit_jump_insn (gen_jump).
afea8580 982 (divsi3, modsi3): Clobber low word of divmoddisi3 before shifting
f314b9b1
UW
983 (to avoid confusing flow analysis).
984 (tablejump, tablejump1, tablejump2): Removed. Replaced by casesi.
985 (casesi, casesi_jump): New.
986 (jump_long): Removed. Functionality merged into indirect_jump.
987 (indirect_jump): Accept address_operand, not just register_operand.
988 (cjump_long, icjump_long): Use same logic as indirect_jump.
989 (builtin_setjmp_setup, builtin_setjmp_receiver, builtin_longjmp):
990 Fixed broken setjmp/longjmp handling.
991 (do_builtin_setjmp_setup): Removed.
992
993 * config/s390/linux.h (ASM_OUTPUT_DOUBLE_INT): Work around
994 broken GNU as versions that don't accept .quad with large
995 negative values. Use hexadecimal output instead.
996 (ASM_OUTPUT_ADDR_DIFF_ELT): Adapt to new casesi insn.
997 (ASM_OPEN_PAREN, ASM_CLOSE_PAREN, FUNCTION_PROLOGUE,
998 FUNCTION_EPILOGUE): Removed. Now in targetm.
999
1000 * config/s390/linux64.h (CALL_USED_REGISTERS): Add CC register.
1001
1002 * config/s390/fixdfdi.h: Add missing copyright statement.
1003 Fix type conflicts on 64-bit. Add missing SFmode routines.
1004
1005 * s390.c, s390.h, s390.md, linux.h, linux64.h: Fixed incorrect
1006 email address.
1007
dddba205
RH
10082001-08-11 Richard Henderson <rth@redhat.com>
1009
1010 * rtl.h (REG_EH_RETHROW): Remove.
1011 * rtl.c (reg_note_name): Update.
1012 * combine.c (distribute_notes): Don't check for it.
1013
ab61c93f
RH
10142001-08-11 Richard Henderson <rth@redhat.com>
1015
1016 * combine.c (distribute_notes): Place REG_SETJMP.
1017
58f4de4f
RH
10182001-08-11 Richard Henderson <rth@redhat.com>
1019
1020 * doc/extend.texi (Arrays and pointers implementation): Discourage
1021 relying on sign-extension of pointers.
1022
f841565e
L
10232001-08-11 H.J. Lu <hjl@gnu.org>
1024
1025 * config/mips/linux.h (EXTRA_SECTIONS): Remove in_ctors and
1026 in_dtors.
1027 (EXTRA_SECTION_FUNCTIONS): Remove DTORS_SECTION_ASM_OP and
1028 RDATA_SECTION_ASM_OP.
1029
d8393f64
GP
10302001-08-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1031
1032 * doc/install.texi (Specific, c4x): Fix cross-reference to the
1033 main manual to work both for info and HTML versions.
afea8580 1034
bef985f3 10352001-08-11 Neil Booth <neil@daikokuya.demon.co.uk>
760a4879 1036 Matt Kraai <kraai@alumni.carnegiemellon.edu>
afea8580 1037
bef985f3
NB
1038 * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
1039 * cpphash.h (CPP_IN_SYSTEM_HEADER): Fix.
1040 (struct cpp_pool): New member first.
1041 * cppinit.c (append_include_chain): Plug memory leaks.
1042 * cpplib.c (cpp_register_pragma, cpp_register_pragma_space):
1043 Allocate pragma structures from the (aligned) macro pool to
1044 avoid leaking memory.
1045 * cpplex.c (_cpp_init_pool, _cpp_free_pool): Use pool->first
1046 so we don't leak memory.
1047 * hashtable.c (ht_destroy): New.
1048 * hashtable.h (ht_destroy): New.
1049
f80f7e8c
NB
10502001-08-11 Neil Booth <neil@daikokuya.demon.co.uk>
1051 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1052
1053 * c-lex.c (map): Make const.
1054 (cb_file_change): Update for callback passing a line map.
1055 Don't assume we have a previous map. Remove sanity check
1056 about popping too many files.
1057 * cpperror.c (print_location): Make map const.
1058 * cppfiles.c (stack_include_file): Update; line maps now hold sysp.
1059 (cpp_make_system_header): Similarly.
1060 (search_from): Similarly.
1061 (_cpp_execute_include): Don't remember where we came from.
1062 * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp.
1063 (struct cpp_reader): Make map const.
1064 (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
1065 * cpplib.c (do_line): Update; line maps now hold sysp.
1066 (cpp_push_buffer): Similarly.
1067 (_cpp_do_file_change): Similarly; callback with map instead.
1068 (cpp_get_line_maps): Constify return value.
1069 (_cpp_pop_buffer): Update.
1070 * cpplib.h (struct cpp_file_change): Remove.
1071 (struct cpp_callbacks): Update.
1072 (cpp_get_line_maps): Constify return value.
1073 * cppmacro.c (_cpp_create_definition): Update.
1074 * cppmain.c (struct printer): Constify map.
1075 (maybe_print_line): Similarly.
1076 (print_line): Similarly. Deduce flags 1 and 2 here.
1077 (cb_file_change): Update.
1078 * line-map.c (free_line_maps): Warn regardless.
1079 (add_line_map): Return pointer to const. When passed NULL to_file
1080 with LC_LEAVE, use the obvious values for the return point so the
1081 caller doesn't have to figure them out.
1082 (lookup_line): Return pointer to const.
1083 (print_containing_files): Take pointer to const.
1084 * line-map.h (struct line_map): New members reason, sysp.
1085 (add_line_map): Return pointer to const.
1086 (lookup_line): Similarly.
1087 (print_containing_files): Take pointer to const.
1088
bb948ad3
RZ
10892001-08-10 Roman Zippel <zippel@linux-m68k.org>
1090 Richard Henderson <rth@redhat.com>
1091
1092 * regmove.c (regmove_optimize): Avoid setting a register twice in
1093 a parallel set.
1094
cbf4c36f
RH
10952001-08-10 Richard Henderson <rth@redhat.com>
1096
1097 * doc/extend.texi (Arrays and pointers implementation): Document
1098 behavior of pointer/integer conversion.
1099
db80cc1f 11002001-08-10 Ulrich Weigand <uweigand@de.ibm.com>
afea8580
AJ
1101
1102 * glimits.h (__LONG_MAX__): Add s390x as 64-bit architecture.
db80cc1f 1103
fe203faf
RH
11042001-08-10 Richard Henderson <rth@redhat.com>
1105
1106 * doc/extend.texi (C Implementation): New chapter.
1107 * doc/gcc.texi (Top): Link it in.
1108
894aeeb0
AC
11092001-08-10 Andrew Cagney <ac131313@redhat.com>
1110
1111 * doc/install.texi (Specific): Fix CVS merge botch.
1112
d67c7dd8
RH
11132001-08-10 Richard Henderson <rth@redhat.com>
1114
1115 * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
1116 ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
1117
19652adf
ZW
11182001-08-10 Zack Weinberg <zackw@stanford.edu>
1119
1120 * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
1121 if not already defined. Remove all #ifdefs on STACK_BOUNDARY;
1122 this macro is now required.
1123
1124 * cselib.c (cselib_process_insn), flow.c (propagate_block),
1125 loop.c (find_and_verify_loops), reload.c (reload): Check
1126 for rtx code of CALL_INSN, not CALL, when deciding if we
1127 need to check for REG_SETJMP note.
1128
1129 * gcse.c (compute_hash_table, compute_store_table): Update
1130 the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP
1131 logic.
1132
1133 * config/avr/avr.c: Fix typo.
1134 * config/convex/convex.c (expand_movstr): Use adjust_address.
1135 * config/dsp16xx/dsp16xx.c: Define dsp16xx_compare_gen
1136 variable.
1137 * config/dsp16xx/dsp16xx.md: Correct calls to replace_equiv_address.
1138 * config/elxsi/elxsi.c: Include tree.h, expr.h, regs.h, and flags.h.
1139 Fix typo.
1140 * config/elxsi/elxsi.h: Don't define Rmode (typo for Pmode?)
1141 Do define STACK_BOUNDARY.
1142 * config/i370/i370.c: Include expr.h.
1143 * config/i860/sysv3.h, config/i860/sysv4.h, config/m32r/m32r.h,
1144 config/pa/som.h, config/v850/v850.h: Take in_ctors and
1145 in_dtors out of EXTRA_SECTIONS; take CTORS_SECTION_FUNCTION
1146 and DTORS_SECTION_FUNCTION out of EXTRA_SECTION_FUNCTIONS.
1147 * config/m88k/m88k.c: Include c-tree.h after expr.h.
1148 * config/pdp11/pdp11.c: Include expr.h and toplev.h.
1149 * config/romp/romp.c: Include expr.h after tree.h.
1150 Include toplev.h.
1151 (output_fpop): Use xmalloc, not oballoc.
1152 * config/we32k/we32k.c: Include expr.h.
1153
cf35eebc
KH
11542001-08-10 Kazu Hirata <kazu@hxi.com>
1155
1156 * config/h8300/h8300.h: Fix formatting.
1157
07b2f2fd
JM
11582001-08-08 Jason Merrill <jason_merrill@redhat.com>
1159
1160 * c-common.h (RETURN_NULLIFIED_P): Lose.
1161 * c-semantics.c (genrtl_return_stmt): Don't check it.
1162
67070ffe
RS
11632001-08-10 Richard Sandiford <rsandifo@redhat.com>
1164
1165 * config/mips/mips.c (mips_add_large_offset_to_sp): New function.
1166 (mips_annotate_frame_insn): New function.
1167 (mips_emit_frame_related_store): New function.
1168 (save_restore_insns): Don't mark instructions that set up the base
1169 registers as frame-related. Add REG_FRAME_RELATED_EXPR notes to
1170 the store instructions instead.
1171 (mips_expand_prologue): If the stack size is moved into a temporary
1172 register, do not mark that move as frame-related. Add a
1173 REG_FRAME_RELATED_EXPR note to the stack adjustment instruction.
1174
a8205f03
RS
11752001-08-10 Richard Sandiford <rsandifo@redhat.com>
1176
1177 * config/mips/mips.c (save_restore_insns): Don't mark the RA's
1178 stack slot as unchanging if current_function_calls_eh_return.
1179
2359d013
RS
11802001-08-10 Richard Sandiford <rsandifo@redhat.com>
1181
2a895e44 1182 * config/mips/mips.md (reload_incc): Use HARD_REGNO_NREGS to
2359d013
RS
1183 access the second half of the TFmode scratch operand.
1184
ca11a2e9
AG
11852001-08-10 Anthony Green <green@redhat.com>
1186
1187 * java/class.c (emit_register_classes): Conditionalize code on
1188 JCR_SECTION_NAME.
1189
ca52d046
GP
11902001-08-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1191
1192 * doc/install.texi (Specific, avr): Fix cross-reference to the
1193 main manual to work both for info and HTML versions.
1194
396ad517
JDA
11952001-08-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
1196
19652adf 1197 * stmt.c (expand_null_return_1): Remove code to generate simple returns
396ad517
JDA
1198 and "use_goto" argument.
1199 (expand_null_return, expand_value_return): Update all callers.
1200 * function.c (expand_function_end): Remove code to generate simple
1201 return.
1202 * config/vax/vax.md (epilogue): New expander for function return.
1203 * doc/md.texi (epilogue): Remove "if defined".
1204
e361dcd3
ZW
12052001-08-09 Zack Weinberg <zackw@stanford.edu>
1206
1207 * Makefile.in: Partially revert my previous change:
1208 put -DGENERATOR_FILE back in HOST_CFLAGS, take it out
1209 of the hashtab.o and safe-ctype.o rules.
1210
2cc07db4
RH
12112001-08-09 Richard Henderson <rth@redhat.com>
1212
1213 * Makefile.in (MAYBE_USE_COLLECT2): Remove; purge all uses.
1214 (USE_COLLECT2): Remove duplicate definition.
1215 * config.gcc (a29k-udi, a29k-wrs-vxworks) [tm_file]: Remove a29k/udi.h.
1216 (use_collect2): Remove dead code.
1217 * configure.in (use_collect2): Remove will_use_collect2 and
1218 maybe_use_collect2; add USE_COLLECT2 to host_xm_defines and xm_defines.
1219 * configure: Rebuild.
1220
1221 * target.h (targetm.asm_out.constructor): New.
1222 (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
1223 * target-def.h (TARGET_ASM_CONSTRUCTOR): New.
1224 (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New.
1225 * varasm.c (in_ctors, in_dtors): New.
1226 (assemble_constructor, assemble_destructor): Remove.
1227 (default_stabs_asm_out_destructor): New.
1228 (default_named_section_asm_out_destructor): New.
1229 (dtors_section, default_dtor_section_asm_out_destructor): New.
1230 (default_stabs_asm_out_constructor): New.
1231 (default_named_section_asm_out_constructor): New.
1232 (ctors_section, default_ctor_section_asm_out_constructor): New.
1233 * output.h: Update declarations.
1234 * c-decl.c (c_expand_body): Use target hooks instead of
1235 assemble_constructor and assemble_destructor.
1236 * profile.c (output_func_start_profiler): Likewise.
1237 * objc/objc-act.c (finish_objc): Likewise.
1238 (build_module_descriptor): Tidy. Set TREE_PUBLIC properly
1239 for the constructor.
1240 * objc/Make-lang.in (objc-act.o): Depend on TARGET_H.
1241
1242 * crtstuff.c (CTORS_SECTION_ASM_OP): Don't define.
1243 (DTORS_SECTION_ASM_OP): Likewise.
1244 (__CTOR_LIST__): Use attribute section when possible.
1245 (__DTOR_LIST__, __CTOR_END__, __DTOR_END__): Likewise.
1246
1247 * defaults.h (EH_FRAME_SECTION_NAME): Don't depend on
1248 ASM_OUTPUT_CONSTRUCTOR.
1249
1250 * config/darwin.c (machopic_asm_out_constructor): New.
1251 (machopic_asm_out_destructor): New.
1252 * config/darwin-protos.h: Update declarations.
1253 * config/darwin.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1254 (ASM_OUTPUT_DESTRUCTOR): Remove.
1255 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1256 * config/nextstep.c (nextstep_asm_out_constructor): New.
1257 (nextstep_asm_out_destructor): New.
1258 * config/nextstep.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1259 (ASM_OUTPUT_DESTRUCTOR): Remove.
1260 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1261 * config/nextstep21.h: Undef TARGET_ASM_*STRUCTOR instead of
1262 ASM_OUTPUT_*STRUCTOR.
1263 * config/i386/aix386ng.h: Likewise.
1264
1265 * config/elfos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Remove.
1266 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): No ctors/dtors.
1267 (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
1268 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
1269 * config/lynx.h: Likewise.
1270 * config/netware.h: Likewise.
1271 * config/psos.h: Likewise.
1272 * config/alpha/alpha-interix.h: Likewise.
1273 * config/alpha/elf.h: Likewise.
1274 * config/arc/arc.h: Likewise.
1275 * config/arm/aof.h: Likewise.
1276 * config/arm/coff.h: Likewise.
1277 * config/arm/elf.h: Likewise.
1278 * config/c4x/c4x.h: Likewise.
1279 * config/h8300/h8300.h: Likewise.
1280 * config/i386/cygwin.h: Likewise.
1281 * config/i386/djgpp.h: Likewise.
1282 * config/i386/i386-coff.h: Likewise.
1283 * config/i386/i386-interix.h: Likewise.
1284 * config/i386/sco5.h: Likewise.
1285 * config/i386/vsta.h: Likewise.
1286 * config/i386/win32.h: Likewise.
1287 * config/i960/i960-coff.h: Likewise.
1288 * config/ia64/sysv4.h: Likewise.
1289 * config/m68hc11/m68hc11.h: Likewise.
1290 * config/m68k/coff.h: Likewise.
1291 * config/m68k/mot3300.h: Likewise.
1292 * config/m88k/m88k.h: Likewise.
1293 * config/mcore/mcore-pe.h: Likewise.
1294 * config/mcore/mcore.h: Likewise.
1295 * config/mips/elf.h: Likewise.
1296 * config/mips/elf64.h: Likewise.
1297 * config/mips/iris6.h: Likewise.
1298 * config/pa/pa64-hpux.h: Likewise.
1299 * config/rs6000/sysv4.h: Likewise.
1300 * config/sh/sh.h: Likewise.
1301 * config/sparc/litecoff.h: Likewise.
1302
1303 * config/svr3.h (CTORS_SECTION_ASM_OP): Remove.
1304 (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
1305 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
1306 * config/1750a/1750a.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1307 (ASM_OUTPUT_DESTRUCTOR): Remove.
1308 * config/a29k/a29k.c: Move include of tree.h.
1309 * config/a29k/udi.h: Delete file.
1310 * config/alpha/alpha.c (vms_asm_out_constructor): New.
1311 (vms_asm_out_destructor): New.
1312 * config/alpha/vms.h (EXTRA_SECTIONS): No ctors/dtors.
1313 (EXTRA_SECTION_FUNCTIONS): Likewise.
1314 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
1315 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1316 * config/c4x/c4x.c: Move include of tree.h.
19652adf 1317 * config/clipper/clipper.c (clix_asm_out_constructor): New.
2cc07db4
RH
1318 (clix_asm_out_destructor): New.
1319 * config/clipper/clix.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1320 (ASM_OUTPUT_DESTRUCTOR): Remove.
1321 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1322 * config/i386/aix386.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1323 (TARGET_ASM_CONSTRUCTOR): New.
1324 * config/i386/i386.c (ix86_svr3_asm_out_constructor): New.
1325 (sco_asm_out_constructor): New.
1326 * config/i386/sco5.h (TARGET_ASM_CONSTRUCTOR): New.
1327 * config/i386/svr3gas.h: Remove stack grows up code.
1328 Remove code duplicated from i386/sysv3.h.
1329 (TARGET_ASM_CONSTRUCTOR): New.
1330 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
1331 (DTORS_SECTION_FUNCTION, CTORS_SECTION_FUNCTION): Remove.
1332 * config/i386/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1333 (TARGET_ASM_CONSTRUCTOR): New.
1334 * config/m68hc11/m68hc11.c (m68hc11_asm_out_constructor): New.
1335 (m68hc11_asm_out_destructor): New.
1336 * config/m68hc11/m68hc11.h (TARGET_ASM_CONSTRUCTOR): New.
1337 (TARGET_ASM_DESTRUCTOR): New.
1338 * config/m68k/auxgas.h: Don't undef ASM_OUTPUT_*STRUCTOR.
1339 * config/m68k/dpx2.h: Properly undef all the bits inherited from
1340 config/svr3.h pertaining to section manipulation.
1341 * config/m68k/dpx2g.h: Remove #if 0 code.
1342 * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): New.
1343 * config/m68k/tower-as.h (ASM_OUTPUT_SOURCE_LINE): Fix typo.
1344 (ASM_OUTPUT_CONSTRUCTOR): Remove.
1345 (TARGET_ASM_CONSTRUCTOR): New.
1346 * config/m88k/m88k.c (m88k_layout_frame): Don't use assign_stack_local.
1347 (m88k_svr3_asm_out_constructor): New.
1348 (m88k_svr3_asm_out_destructor): New.
1349 * config/m88k/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1350 (ASM_OUTPUT_DESTRUCTOR): Remove.
1351 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1352 * config/mips/mips.h: Remove #if 0 ASM_OUTPUT_*STRUCTOR code.
1353 * config/rs6000/aix.h: Likewise.
1354 * config/mips/rtems64.h: Don't undef removed constructor related bits.
1355 * config/mips/vxworks.h: Likewise.
1356 * config/rs6000/lynx.h: Likewise.
1357 * config/sh/elf.h: Likewise.
1358 * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): New.
1359 (DTORS_SECTION_ASM_OP): New.
1360 * config/sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1361 (ASM_OUTPUT_DESTRUCTOR): Remove.
1362 * config/sparc/sol2-sld-64.h: Likewise.
1363 * config/vax/vax.c (vms_asm_out_constructor): New.
1364 (vms_asm_out_destructor): New.
1365 * config/vax/vms.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
1366 (ASM_OUTPUT_DESTRUCTOR): Remove.
1367 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1368
1369 * doc/tm.texi (@node Initialization): Update.
1370
ef8d8b89
RH
13712001-08-09 Richard Henderson <rth@redhat.com>
1372
1373 * config/alpha/crtbegin.asm (__JCR_LIST__): New.
1374 (__do_global_dtors_aux): Use gp-relative static data to avoid
1375 one dynamic relocation.
1376 (__do_frame_setup): Register Java classes.
1377 * config/alpha/crtend.asm (__JCR_END__): New.
1378
1b0c37d7
ZW
13792001-08-09 Zack Weinberg <zackw@stanford.edu>
1380
ef8d8b89
RH
1381 * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
1382 (CONFIG_H, TCONFIG_H, TM_P_H): Update.
1383 (GEN, STAGESTUFF): Add new files.
1384 (insn-constants.h, s-constants, tm-preds.h, s-preds,
1385 genconstants, genpreds, genconstants.o, genpreds.o): New rules.
1386 (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
1387 * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
1388 as well as insn-codes.h and insn-flags.h in config.h; and no
1389 extra headers in tconfig.h and hconfig.h.
1390
1391 * gencodes.c: Eliminate code to generate predicate declarations
1392 or #defines for md-file constants.
1393 * genconstants.c, genpreds.c: New files.
1394
1395 * i386.md: Re-order guard expressions such that TARGET_64BIT
1396 comes first, when this permits better optimization. Add
1397 TARGET_64BIT to more x86-64 patterns. Add comment explaining
1398 why this is desirable.
1b0c37d7 1399
a734f2a3
JJ
14002001-08-09 Jakub Jelinek <jakub@redhat.com>
1401
1402 * config/ia64/fde-glibc.c: Require glibc 2.2.4+ headers.
1403 (find_fde_for_dso): Remove.
1404 (_Unwind_IteratePhdrCallback): New.
1405 (_Unwind_FindTableEntry): Use dl_iterate_phdr.
1406 * config/ia64/crtbegin.asm (__ia64_app_header): Remove.
1407
21d93687
RK
1408Thu Aug 9 11:30:20 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1409
1410 * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.
1411 (move_by_pieces_1): If would call it, abort if no PUSH_ROUNDING.
1412
b1b6b0cb
GS
14132001-08-09 Graham Stott <grahams@redhat.com>
1414
1415 * sched-vis.c (MAX_VISUAL_NO_UNIT): Define.
1416 (vis_no_unit): Use it.
1417 (visualize_no_unit): Add the insn only if room exists.
1418
a0e4ce74
GS
14192001-08-09 Graham Stott <grahams@redhat.com>
1420
1b0c37d7
ZW
1421 * predict.c (estimate_probability): Replace magic numbers with
1422 appropriate enumeration.
a4e11a5c
GS
1423
14242001-08-09 Graham Stott <grahams@redhat.com>
1425
1426 * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro
a0e4ce74
GS
1427 parameter.
1428 (EXTRACT_FLAGS): Likewise.
1429
77416b3d
AH
14302001-08-09 Aldy Hernandez <aldyh@redhat.com>
1431
1b0c37d7
ZW
1432 * config/mips/mips.c (mips_legitimate_address_p): Check for
1433 CONST_INT in last patch.
77416b3d 1434
6351543d
AG
14352001-08-08 Anthony Green <green@redhat.com>
1436
1437 * java/class.c (emit_register_classes): Use assemble_jcr if
1438 possible. Keep the original mechanism as a fallback.
1439 * defaults.h (JCR_SECTION_NAME): Define if we have named section
1440 and weak symbol support.
1441 * crtstuff.c (__JCR_LIST__): Define.
1442 (__JCR_END__): Define.
1443 (_Jv_RegiserClasses): Define weak symbol if possible.
1444 (__do_global_ctors_aux): Register classes for ELF targets with
1445 weak symbol support.
1446
30f7a378
KH
14472001-08-08 Kazu Hirata <kazu@hxi.com>
1448
1449 * dbxout.c: Fix comment formatting.
1450 * dependence.c: Likewise.
1451 * df.c: Likewise.
1452 * diagnostic.c: Likewise.
1453 * dominance.c: Likewise.
1454 * doprint.c: Likewise.
1455 * dwarf2out.c: Likewise.
1456 * dwarfout.c: Likewise.
1457 * emit-rtl.c: Likewise.
1458 * except.c: Likewise.
1459 * explow.c: Likewise.
1460 * expmed.c: Likewise.
1461 * expr.c: Likewise.
1462 * flow.c: Likewise.
1463 * fold-const.c: Likewise.
1464 * function.c: Likewise.
1465
35e17f7e
FS
14662001-08-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1467
1468 * global.c (retry_global_alloc): Avoid shadowing allocno.
1469
2b1e2382
MM
14702001-08-08 Mark Mitchell <mark@codesourcery.com>
1471
1472 * except.c (remove_fixup_regions): Fix typo.
1473
b9f22704
JM
14742001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>
1475
1b0c37d7 1476 * emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
b9f22704 1477 unsigned HOST_WIDE_INT to avoid warning.
1b0c37d7
ZW
1478 * final.c (final): Cast INSN_UID to unsigned to avoid warning.
1479 * flow.c (set_block_for_new_insns): Likewise.
b9f22704 1480
a4b07e7f
JH
1481Wed Aug 8 21:08:14 CEST 2001 Jan Hubicka <jh@suse.cz>
1482
1483 * sibcall.c (return_value_pseudo): New static variable.
1484 (skip_copy_to_return_value): Handle return_value_pseudo.
1485 (call_ends_block_p): Ensure that return_value_pseudo is set.
1486 (optimize_sibling_and_tail_recursive_call): Discover the
1487 load of pseudo return value in alternate exit block.
1488
9d98f8f9
JH
1489Wed Aug 8 21:06:43 CEST 2001 Jan Hubicka <jh@suse.cz>
1490
1491 * calls.c (ECF_ALWAYS_RETURN): New constant.
1492 (emit_call_1): Add REG_ALWAYS_RETURN note if needed.
1493 (expand_call): Use LCF_ALWAYS_RETURN for __bb_fork_func.
1494 (emit_library_call_value_1): Handle LCT_ALWAYS_RETRUN.
1495 * flow.c (need_fake_edge_p): Handle REG_ALWAYS_RETURN.
1496 * rtl.c (reg_note_name): New name.
1497 * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN.
1498
82423cba
AH
14992001-08-07 Aldy Hernandez <aldyh@redhat.com>
1500
1501 * config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.
1502
5755cd38
JM
15032001-08-08 Jason Merrill <jason_merrill@redhat.com>
1504
1505 * alias.c (get_alias_set): Return a previously calculated
1506 alias set for a VAR_DECL.
1507 * function.c (gen_mem_addressof): Calculate the alias set before
1508 touching the RTL.
1509
0f0138b6
JH
1510Wed Aug 8 18:44:37 CEST 2001 Jan Hubicka <jh@suse.cz>
1511
1512 * predict.def: Set hitrates according our experimental run.
1513
1514Wed Aug 8 18:01:58 CEST 2001 Jan Hubicka <jh@suse.cz>
1515
1516 * i386.h (HARD_REGNO_RENAME_OK): New macro.
1517
b2bcb32d
L
15182001-08-08 H.J. Lu <hjl@gnu.org>
1519
1520 * config/mips/mips.c (mips_unique_section): New. Copied from
1521 config/mips/elf.h.
1522
1523 * config/mips/mips-protos.h (mips_unique_section): New
1524 prototype.
1525
1526 * config/mips/elf.h (UNIQUE_SECTION): Use mips_unique_section.
1527
1528 * config/mips/little.h: New. Generic little endian mips
1529 targets. Only mips*-*-linux* is converted to use it so far.
1530
1531 * config/mips/linux.h: Include "gofast.h" and "mips/mips.h".
1532 (WCHAR_TYPE): Defined
1533 (WCHAR_TYPE_SIZE): Likewise.
1534 (INIT_SUBTARGET_OPTABS): Likewise.
1535 (BSS_SECTION_ASM_OP): Likewise.
1536 (SBSS_SECTION_ASM_OP): Likewise.
1537 (ASM_OUTPUT_ALIGNED_BSS): Likewise.
1538 (ASM_DECLARE_OBJECT_NAME): Likewise.
1539 (UNIQUE_SECTION): Likewise.
1540 (EXTRA_SECTIONS): Likewise.
1541 (ASM_OUTPUT_CONSTRUCTOR): Likewise.
1542 (ASM_OUTPUT_DESTRUCTOR): Likewise.
1543 (ASM_OUTPUT_DEF): Likewise.
1544 (HANDLE_SYSV_PRAGMA): Removed.
1545 (NO_IMPLICIT_EXTERN_C): Likewise.
1546 (TARGET_MEM_FUNCTIONS): Likewise.
1547 (STARTFILE_SPEC): Likewise.
1548 (ENDFILE_SPEC): Likewise.
1549 (LIB_SPEC): Likewise.
1550 (INVOKE__main): Likewise.
1551 (CTOR_LIST_BEGIN): Likewise.
1552 (CTOR_LIST_END): Likewise.
1553 (DTOR_LIST_BEGIN): Likewise.
1554 (DTOR_LIST_END): Likewise.
1555 (SET_ASM_OP): Likewise.
1556 (ASM_OUTPUT_SOURCE_LINE): Likewise.
1557 (ASM_OUTPUT_DEF): Likewise.
1558 (ASM_OUTPUT_IDENT): Likewise.
1559
1560 * config/mips/mips.h (ASM_SPEC): Undefine before define.
1561 (CPLUSPLUS_CPP_SPEC): Likewise.
1562 (ASM_APP_ON) Redefine only if not defined.
1563 (ASM_APP_OFF): Likewise.
1564 (ASM_OUTPUT_SOURCE_LINE): Likewise.
1565 (ASM_OUTPUT_IDENT): Likewise.
1566
1567 * config.gcc: Update tm_file for Linux/mips.
1568
b7933c21
BS
15692001-08-08 Bernd Schmidt <bernds@redhat.com>
1570
1571 * cselib.c (cselib_record_sets): If insn is predicated, turn
1572 sources into IF_THEN_ELSEs.
7dcc803e
BS
1573
1574 * config/ia64/ia64.md (cond_opsi2_internal, cond_opsi2_internal_b):
1575 Turn into define_insn_and_split.
b9f22704 1576
4b6c5340
BS
1577 * sched-deps.c: Include "cselib.h".
1578 (add_insn_mem_dependence, sched_analyze_1, sched_analyze_2):
1579 Use cselib to turn memory addresses into VALUEs.
1580 (sched_analyze): Call cselib_init/cselib_finish if necessary.
1581 * sched-int.h (struct sched_info): New member USE_CSELIB.
1582 * sched-ebb.c (ebb_sched_info): Initialize it.
1583 * sched-rgn.c (rgn_sched_info): Likewise.
1584 * Makefile.in (sched-deps.o): Update dependencies.
7dcc803e 1585
91700444
BS
1586 * cselib.h (cselib_subst_to_values): Declare.
1587 * cselib.c (cselib_subst_to_values): No longer static. Allow MEMs
1588 that have no value and autoincs to be handled by generating a new
1589 dummy value.
b9f22704 1590
674fc07d
GS
15912001-08-08 Graham Stott <grahams@redhat.com>
1592
1593 * final.c (shorten_branches): Update the INSN_ADDRESSES of insns
1594 within fixed length SEQUENCE.
1595
5f9689e5
GS
15962001-08-08 Graham Stott <grahams@redhat.com>
1597
1598 * diagnostic.h (diagnostic_format_decoder): Parenthesize macro parameter.
1599 (diagnostic_prefixing_rule): Likewise.
1600 (diagnostic_line_cutoff): Likewise.
1601 (diagnostic_kind_count): Likewise.
1602
6d8c73f7
GS
16032001-08-08 Graham Stott <grahams@redhat.com>
1604
1605 * alias.c (find_base_decl): Delete redundent assignment.
1606
8e0d15d4
GS
16072001-08-08 Graham Stott <grahams@redhat.com>
1608
1609 * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
1610 (abs): Uppercase and paranthesize macro parameter.
1611 (MEM_DEPENDENCY): Add whitespace.
1612
e5503743
GS
16132001-08-08 Graham Stott <grahams@redhat.com>
1614
1615 * config/mips/mips.c (mips_legitimate_address_p): Fix enable checking
1616 failure check for CONST_INT
1617
5b57e28b
GS
16182001-08-08 Graham Stott <grahams@redhat.com>
1619
1620 * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
1621 (libcall_dead_p): Likewise.
1622
1623 (mark_used_regs): Constify fmt.
1624 (find_use_as_address): Likewise.
1625
0f1e8126
GS
16262001-08-08 Graham Stott <grahams@redhat.com>
1627
1628 * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
1629 parameter.
1630
e61465ed
GS
16312001-08-08 Graham Stott <grahams@redhat.com>
1632
1633 * combine.c (combine_simplify_rtx): Update comment and
1634 remove erroneous test.
1635
7364fdd8
NB
16362001-08-07 Neil Booth <neil@daikokuya.demon.co.uk>
1637
1638 * cppinit.c (cpp_finish): Pop the final buffer without comment.
1639 * cpplex.c (_cpp_lex_token): Don't pop the final buffer; and
1640 take care to avoid multiple no-newline at EOF warnings in that
1641 case.
1642
570a98eb
JH
1643Tue Aug 7 22:18:06 CEST 2001 Jan Hubicka <jh@suse.cz>
1644
1645 * calls.c (expand_call): Do not emit INSN_SETJMP note.
1646 (emit_library_call_value_1): Likewise.
1647 (emit_call_1): Emit REG_SETJMP note.
1648 * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead
1649 of INSN_SETJMP
1650 * cselib.c (cselib_process_insn): Likewise.
1651 * flow.c (propagate_block): Likewise.
1652 * loop.c (find_and_verify_loops): Likewise.
1653 * reload.c (find_equiv_regs): Likewise.
1654 * reload1.c (reload): Likewise.
1655 * resource.c (mark_referenced_resources,
1656 mark_set_resources): Likewise.
1657 * sched-deps (sched_analyze_insn, sched_analyze): Likewise.
1658 * final.c (final_scan_insn): Remove NOTE_INSN_SETJMP.
1659 * haifa-sched.c (unlink_other_notes): Likewise.
1660 (reemit_notes): Likewise.
1661 * sched-ebb.c (sched_ebb): Likewise.
1662 * sched-rgc.c (sched_region): Likewise.
1663 * rtl.c (note_insn_name): Likewise.
1664 (reg_note_name): Add REG_SETJMP
1665 * rtl.h (reg_note): Add REG_SETJMP.
1666 (insn_note): Remove NOTE_INSN_SETJMP.
1667
1668 * profile.c (branch_prob): Add fake edges for setjmp.
1669
ff25793c
DJ
16702001-08-07 Daniel Jacobowitz <drow@mvista.com>
1671
1b0c37d7
ZW
1672 * config.gcc: Quote target_cpu_default2 correctly for
1673 powerpc*-*-* targets.
ff25793c 1674
42dcba34
NB
16752001-08-07 Neil Booth <neil@daikokuya.demon.co.uk>
1676
1677 * cpplib.h, line-map.h: Update comments.
1678 * cppmain.c (printer_init): Move inline.
1679 (maybe_print_line, print_line): Take a map pointer.
1680 (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
1681 (cb_file_change): Don't use prior value of print.map.
1682
e8515283
DE
16832001-08-07 David Edelsohn <edelsohn@gnu.org>
1684
1685 * doc/install.texi: Document fine-grained multilib configuration.
1686
0d025d43
JH
1687Tue Aug 7 16:52:54 CEST 2001 Jan Hubicka <jh@suse.cz>
1688
1689 * rtlanal.c (find_first_parameter_load): Call note_stores
1690 only on the instructions.
1691
24a28584
JH
1692Tue Aug 7 14:56:16 CEST 2001 Jan Hubicka <jh@suse.cz>
1693
1694 * alias.c (nonlocal_mentioned_p):
1695 Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
1696 * calls.c (emit_call_1): Likewise.
1697 * cse.c (cse_insn, invalidate_skipped_block): Likewise.
1698 * cselib.c (cselib_process_insn): Likewise.
1699 * df.c (df_insns_modify): Likewise.
1700 * flow.c (need_fake_edge_p): Likewise.
1701 (propagate_one_insn): Likewise.
1702 * haifa-sched.c (reemit_notes): Likewise.
1703 * integrate.c (copy_insn_list): Likewise.
1704 * jump.c (delete_prior_computation): Likewise.
1705 * local-alloc.c (validate_equiv_mem): Likewise.
1706 * loop.c (scan_loop): Likewise.
1707 * predict.c (estimate_probability): Likewise.
1708 * reload.c (reload): Likewise.
1709 * sched-deps (sched_analyze): Likewise.
1710 * rtl.h (CONST_CALL_P): rename to CONST_OR_PURE_CALL_P.
1711 * gcse.c (compute_hash_table): Likewise.
1712 (mark_call): Likewise.
1713 (store_killed_in_insn): Likewise.
1714
1b81b789
JM
17152001-08-07 Jason Merrill <jason_merrill@redhat.com>
1716
45dcf572
JM
1717 * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
1718
2d2e44d2
RH
17192001-08-06 Richard Henderson <rth@redhat.com>
1720
1721 * varasm.c (assemble_gc_entry): Remove.
1722 * output.h: Likewise.
1723
47907859
RH
17242001-08-06 Richard Henderson <rth@redhat.com>
1725
1726 * varasm.c (assemble_constructor): Take a symbol_ref and a
1727 priority instead of a bare string. Move priority handling
1728 here from cp/decl2.c.
1729 * output.h: Update decls.
1730
1731 * c-decl.c (c_expand_body): Update calls to assemble_constructor
1732 and assemble_destructor.
1733 * profile.c (output_func_start_profiler): Likewise.
1734 * objc/objc-act.c (finish_objc): Likewise.
1735 (build_module_descriptor): Return the symbol not the symbol name.
1736
362b68a8
DE
17372001-08-06 David Edelsohn <edelsohn@gnu.org>
1738
1739 * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
1740 * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
1741 ({SAVE,RESTORE}_FP_{PREFFIX,SUFFIX}): Define.
1742 * config/rs6000/rs6000.h (ASM_OUTPUT_DOUBLE_INT): Remove whitespace.
1743 * config/rs6000/sysv4.h (DOUBLE_INT_ASM_OP): Add whitespace.
1744 * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Add whitespace.
1745
fde84349
NB
17462001-08-06 Neil Booth <neil@daikokuya.demon.co.uk>
1747
1748 * cpperror.c (print_containing_files): Moved to line-map.c.
1749 (print_location): line-map.c handles re-listing or otherwise.
1750 * cpphash.h (struct lexer_state): Remove next_bol.
1751 (struct cpp_buffer): Remove include_stack_listed.
1752 * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
1753 Remove faked buffer handling.
1754 (_cpp_do_file_change): Tweak.
1755 * cpplib.h (enum cpp_buffer_type): Remove BUF_FAKE.
1756 * cppmain.c (struct printer): Remove filename.
1757 (print_line, cb_file_change): Update accordingly.
1758 * line-map.c: Include intl.h.
1759 (init_line_maps): Initialize last_listed.
1760 (free_line_maps): Sanity check, warn if ENABLED_CHECKING.
1761 (add_line_map): Sanity check inputs, warn if ENABLED_CHECKING.
1762 (print_containing_files): New.
1763 * line-map.h (struct line_maps): New member last_listed.
1764 (print_containing_files, INCLUDED_FROM): New.
1765 * Makefile.in: Update.
1766 * po/POTFILES.in: Add line-map.c.
1767
df4556a3
RH
17682001-08-06 Richard Henderson <rth@redhat.com>
1769
1770 * except.c (convert_from_eh_region_ranges_1): Never mark
1771 USE or CLOBBER insns as throwing.
1772
1773 * expr.c (store_constructor): Don't clobber memory targets.
1774
a4d3961a
AJ
17752001-08-06 Andreas Jaeger <aj@suse.de>
1776
1777 * profile.c (branch_prob): Remove unused variable insn.
1778
1779 * Makefile.in (local-alloc.o): Add dependency on except.h.
1780
1781 * local-alloc.c: Include except.h for can_throw_internal prototype.
1782
1d482056
RH
17832001-08-06 Richard Henderson <rth@redhat.com>
1784
1785 * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
1786 * function.c (expand_main_function): Implement it.
1787 * doc/tm.texi: Document it.
1788
4f2b1139
SS
17892001-08-06 Stan Shebs <shebs@apple.com>
1790
1791 * doc/install.texi: Document powerpc-*-darwin* details.
1792
f984d8df
DB
17932001-08-06 Daniel Berlin <dan@cgsoftware.com>
1794
1795 * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
1796 (ASM_CPU_SPEC): Move back to rs6000.h
1797 #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
1798
1799 * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
1800
1801 * config/rs6000/linux.h: Remove vtable thunks stuff we accidently
a4d3961a 1802 readded.
f984d8df
DB
1803
1804 * config/rs6000/linux64.h: Ditto.
1805
1806 * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
1807 to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
1808 nothing.
1809
1810 Remove accidently readded definitions of FUNCTION_PROLOGUE,
1811 FUNCTION_EPILOGUE, ASM_OPEN_PAREN, ASM_CLOSE_PAREN
1812
1813 * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
1814 to rs6000.h
a4d3961a 1815
78d56e8b
RH
18162001-08-05 Richard Henderson <rth@redhat.com>
1817
1818 * local-alloc.c (update_equiv_regs): Do not move insns that
1819 can throw.
1820
39f95a2c
JH
18212001-08-05 Jan Hubicka <jh@suse.cz>
1822
1823 * Makefile.in (reload1.o): Add dedendancy on except.h
1824 * basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
1825 prototypes.
1826 * flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
1827 indicating wehther edges has been cleaned up.
1828 * reload1.c: Inlucde except.h
1829 (fixup_abnormal_edges): Accept deleted insns.
1830 * toplev.c (rest_of_compilation): Purge dead edges unconditionally
1831 after combine.
1832
9765f972
NB
18332001-08-06 Neil Booth <neil@daikokuya.demon.co.uk>
1834
1835 * cpplib.c (do_line): Correct line number after pop_buffer.
1836
6604e6f3
NB
18372001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
1838
1839 PR preprocessor/3824
1840 * line-map.c: Update comments.
1841 * line-map.h: Update comments.
1842 * tradcif.y: Don't consider large numbers unsigned.
1843
67821e3a
NB
18442001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
1845
1846 PR preprocessor/3081
1847 * c-lex.c (map): New.
1848 (cb_file_change): Update map and use it.
1849 (cb_def_pragma, cb_define, cb_undef): Use map and line.
1850 (c_lex): Update to use map.
1851 * cpperror.c (print_location): Move to using logical line numbers.
1852 * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
1853 (cpp_make_system_header): Similarly.
1854 (_cpp_execute_include): Stop line numbering hacks. Store the
1855 line we will return to.
1856 * cpphash.h (CPP_BUF_LINE): Remove.
1857 (struct cpp_buffer): Remove lineno and pseudo_newlines.
1858 Add map and return_to_line.
1859 (_cpp_do_file_change): Update.
1860 * cppinit.c (cpp_start_read): Update line kludge.
1861 * cpplex.c (handle_newline): Don't update lineno and pseudo_newlines.
1862 (trigraph_ok): Use logical line numbers for diagnostics.
1863 (skip_block_comment): Likewise.
1864 (skip_whitespace): Likewise.
1865 (skip_line_comment): Use pfile->line instead.
1866 (_cpp_lex_token): Update to use logical line numbering exclusively.
1867 Handle BOL locally. Accept new lines in directives, but keep
1868 pfile->line decremented. Diagnostics use logical lines. Update
1869 directive handling.
1870 * cpplib.c (SEEN_EOL): New.
1871 (skip_rest_of_line, check_eol): Use it.
1872 (end_directive): Increase line number when accepting the newline
1873 at the end of a directive.
1874 (run_directive): Simplify.
1875 (do_line): Bad LC_LEAVEs become LC_RENAMEs. Update.
1876 (_cpp_do_file_change): Update to take buffer line number as an
1877 argument, and store the current map in the cpp_reader. Remove
1878 line number kludges.
1879 (_cpp_do__Pragma): Restore output position after a _Pragma.
1880 (cpp_push_buffer): Don't set output line or lineno.
1881 (_cpp_pop_buffer): Transfer more info from a faked buffer.
1882 Remove line kludge. Set output_line.
1883 * cppmacro.c (builtin_macro): Update handling of __LINE__.
1884 (parse_arg): Use logical lines.
1885 (save_lookahead_token): Save EOFs too now.
1886 * cppmain.c (struct printer): Fix comments.
1887 (printer_init): Simplify, let caller do errors.
1888 (scan_translation_unit, check_multiline_token, dump_macro): Update.
1889 (maybe_print_line): Simplify.
1890 (print_line): Don't print a linemarker if -P.
1891 (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
1892 (cb_file_change): Simplify.
1893 * line-map.h (LAST_SOURCE_LINE): Fix.
1894 (CURRENT_LINE_MAP): New.
1895
b05ecb16
BS
18962001-08-05 Bernd Schmidt <bernds@redhat.com>
1897
ab59db3c 1898 * doloop.c (doloop_modify_runtime): Properly compute number of
b05ecb16
BS
1899 iterations if loop was unrolled.
1900
ab59db3c
BS
1901 * alias.c (rtx_equal_for_memref_p): VALUEs are only identical
1902 if their CSELIB_VAL_PTRs are.
1903
703cf211
BS
1904 * config/ia64/ia64.c (struct spill_fill_data): New member prev_insn.
1905 (setup_spill_pointers): Initialize it.
1906 (spill_restore_mem): Set it.
1907 (do_spill, do_restore): Use it to add REG_INC note.
1908 * config/ia64/ia64.md (movti_internal): Add REG_INC notes as needed.
1909
1ad72cef
BS
1910 * config/ia64/ia64.c (ia64_sched_reorder): Defer scheduling of
1911 asms if other insns are available.
1912
acb0638d
BS
1913 * config/ia64/ia64.c (condop_operator): New predicate.
1914 * config/ia64/ia64.h (PREDICATE_CODES): Add it.
1915 * config/ia64/ia64.md (cond_opsi2_internal and splitters): New
1916 patterns.
1917
8125d7e9
BS
1918 * expr.c (expand_expr, case COND_EXPR): Prefer working with a
1919 temporary register than directly using a MEM.
1920
12355aec
HPN
19212001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
1922
1923 * config/sh/sh.c (sh_asm_named_section): Fix typo in align
1924 parameter in last change.
1925
98c0c681
ZW
19262001-08-04 Zack Weinberg <zackw@panix.com>
1927
1928 * sparc.md: Don't use #if inside C test expression.
1929
68c5782d
RH
19302001-08-04 Richard Henderson <rth@redhat.com>
1931
1932 * i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
1933
8bbbef34
NB
19342001-08-04 Neil Booth <neil@daikokuya.demon.co.uk>
1935
1936 * cpphash.h (struct cpp_reader): New member directive_line.
1937 * cpplib.h (struct cpp_callbacks): Update prototypes of callbacks.
1938 * cpplib.c (do_define, do_undef, do_ident, do_include_common,
1939 do_pragma): Pass line to callbacks.
1940 (start_directive): Record line of directive.
1941 * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
1942 cb_include): Similarly.
1943 * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
1944 Similarly.
1945
95146dd6
HPN
19462001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
1947
1948 * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
1949 comment.
1950
f1330226
JH
1951Sat Aug 4 13:51:36 CEST 2001 Jan Hubicka <jh@suse.cz>
1952
1953 * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
1954
1955 * reload1.c (fixup_abnormal_edges): New static function.
1956 (reload): Use it.
1957
1958 * flow.c (need_fake_edge_p): New function.
1959 (flow_call_edges_add): Fix handling of noreturn and sibbling calls;
1960 avoid call insn to be very last insn in the insn stream.
1961
1962 * profile.c (branch_prob): Call flow_call_edges_add instead of
1963 doing that by hand; cleanup cfg to re-merge basic blocks once
1964 we are done.
1965
ef6e958a
NB
19662001-08-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1967
1968 * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
1969 are also on line-map.h.
1970 * cppfiles.c (stack_include_file): Update.
1971 * cpphash.h (struct cpp_buffer): New member return_at_eof.
1972 (_cpp_pop_buffer): New.
1973 * cppinit.c (cpp_destroy, cpp_finish): Update.
1974 (do_includes): Mark each buffer to return at EOF.
1975 * cpplex.c (_cpp_lex_token): Pop buffers at EOF. Continue or
1976 return as requested.
1977 * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
1978 (cpp_pop_buffer): Rename _cpp_pop_buffer. Stop skipping.
1979 * cpplib.h (cpp_pop_buffer): Remove.
1980 (cpp_scan_buffer_nooutput): Rename cpp_scan_nooutput.
1981 * cppmacro.c (cpp_scan_buffer_nooutput): Similarly. No need to pop
1982 buffers.
1983 * cppmain.c (scan_buffer): Rename scan_translation_unit. No need
1984 to pop buffers.
1985 (do_preprocessing): Update.
1986 * fix-header.c (read_scan_file): Update. No need to pop buffers.
1987 * c-parse.in (_yylex): Similarly.
1988 * scan-decls.c (scan_decls): Similarly.
1989 * line-map.h: Update comments.
1990
1991 * objc/Make-lang.in (objc-act.o): Update dependencies.
1992
03997728
SC
19932001-08-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1994
a4d3961a 1995 * config/m68hc11/m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory
03997728
SC
1996 and soft register for operand 0.
1997 ("cmphi_z_used", "cmpqi_z_used"): Allow memory for operand 0.
1998
d8de89e8
SC
19992001-08-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2000
2001 * config/m68hc11/m68hc11.md ("bitcmpqi"): Allow memory and soft
2002 register for operand 0.
2003 ("bitcmpqi_z_used"): Allow memory for operand 0.
2004 (split "bitcmpqi"): New split to handle address reg as operand 1.
2005
aaa4ca30
AJ
20062001-08-04 Andreas Jaeger <aj@suse.de>
2007
2008 * gcse.c: Revert Daniel's last patch.
2009
da9314d5
ZW
20102001-08-03 Zack Weinberg <zackw@stanford.edu>
2011
a4d3961a 2012 * sparc-protos.h: Add prototypes for fp_zero_operand and
da9314d5
ZW
2013 reg_or_0_operand.
2014 * sh-protos.h: Add prototype for fpul_operand.
2015
79323c50
HPN
20162001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
2017
2018 * doc/extend.texi (Other Builtins): Fix typo in last change.
2019
7c262518
RH
20202001-08-03 Richard Henderson <rth@redhat.com>
2021
a4d3961a 2022 * target.h (gcc_target): Add asm_out.named_section,
7c262518
RH
2023 section_type_flags, have_named_sections.
2024 * target-def.h (TARGET_ASM_NAMED_SECTION): New.
2025 (TARGET_HAVE_NAMED_SECTIONS): New.
2026 (TARGET_SECTION_TYPE_FLAGS): New.
2027
2028 * Makefile.in (toplev.o): Depend on TARGET_H.
2029 (varasm.o, dbxout.o): Likewise.
2030 * c-common.c (decl_attributes): Check targetm.have_named_sections
2031 instead of ifdef ASM_OUTPUT_SECTION_NAME.
2032 * dbxout.c (dbxout_function_decl): Likewise.
2033 (dbxout_function_end): Likewise.
2034 * toplev.c (compile_file): Likewise.
2035 * varasm.c (exception_section): Likewise.
2036 * cp/decl2.c (finish_objects): Likewise.
2037
2038 * defaults.h (EH_FRAME_SECTION): Remove.
2039 (EH_FRAME_SECTION_ASM_OP): Remove.
2040 (EH_FRAME_SECTION_NAME): New.
2041 (UNIQUE_SECTION): Don't depend on ASM_OUTPUT_SECTION_NAME.
2042 (UNIQUE_SECTION_P): Remove.
2043 * dwarf2out.c (SECTION_FORMAT): Remove.
2044 (ASM_OUTPUT_SECTION): Remove.
2045 (output_call_frame_info): Use named_section_flags.
2046 (output_comp_unit, dwarf2out_start_source_file): Likewise.
2047 (dwarf2out_end_source_file, dwarf2out_define): Likewise.
2048 (dwarf2out_undef, dwarf2out_init, dwarf2out_finish): Likewise.
2049 * varasm.c (in_eh_frame, eh_frame_section): Remove.
2050 (named_section_flags): New.
2051 (named_section): Use it and targetm.section_type_flags.
2052 (resolve_unique_section): New.
2053 (assemble_start_function): Use it.
2054 (asm_emit_uninitialised, assemble_variable): Likewise.
2055 (default_section_type_flags): New.
2056 (default_no_named_section, default_elf_asm_named_section): New.
2057 (default_coff_asm_named_section, default_pe_asm_named_section): New.
2058 * output.h: Update varasm.c decls.
2059 (SECTION_*): New flags.
2060
2061 * crtstuff.c: Check EH_FRAME_SECTION_NAME not EH_FRAME_SECTION_ASM_OP.
2062 (__EH_FRAME_BEGIN__, __FRAME_END__): Use attribute section.
2063
2064 * config/elfos.h (UNIQUE_SECTION_P): Remove.
2065 * config/alpha/elf.h, config/arm/linux-elf.h: Likewise.
2066 * config/arm/pe.h, config/arm/unknown-elf.h: Likewise.
2067 * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
2068 * config/i386/i386-interix.h, config/i386/win32.h: Likewise.
2069 * config/ia64/sysv4.h, config/mcore/mcore-pe.h: Likewise.
2070 * config/mips/elf.h, config/mips/elf64.h: Likewise.
2071 * config/mips/iris6gld.h, config/mips/mips.h: Likewise.
a4d3961a 2072 * config/pa/pa64-hpux.h,
7c262518
RH
2073
2074 * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Remove.
2075 (TARGET_ASM_NAMED_SECTION): New.
2076 * config/psos.h, config/a29k/a29k.h, config/alpha/elf.h: Likewise.
2077 * config/alpha/vms.h, config/arm/coff.h: Likewise.
2078 * config/arm/conix-elf.h, config/arm/elf.h: Likewise.
2079 * config/arm/linux-elf.h, config/arm/pe.h: Likewise.
2080 * config/arm/unknown-elf.h, config/avr/avr.h: Likewise.
2081 * config/c4x/c4x.h, config/h8300/h8300.h: Likewise.
2082 * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
2083 * config/i386/i386-interix.h, config/i386/i386elf.h : Likewise.
2084 * config/i386/sco5.h, config/i386/win32.h: Likewise.
2085 * config/m68k/coff.h, config/mcore/mcore-pe.h: Likewise.
2086 * config/mcore/mcore.h, config/mips/elf.h: Likewise.
2087 * config/mips/elf64.h, config/mips/iris6.h: Likewise.
2088 * config/mips/netbsd.h, config/mips/openbsd.h: Likewise.
2089 * config/pa/pa64-hpux.h, config/rs6000/sysv4.h: Likewise.
2090 * config/rs6000/xcoff.h, config/sh/sh.h: Likewise.
2091 * config/sparc/sysv4.h: Likewise.
2092
2093 * config/nextstep.h: Error until named sections implemented.
2094
2095 * config/a29k/a29k.c (a29k_asm_named_section): New.
2096 * config/alpha/alpha.c (SECTION_VMS_OVERLAY): New.
2097 (vms_section_type_flags, vms_asm_named_section): New.
2098 * config/arm/arm.c (arm_elf_asm_named_section): New.
2099 * config/avr/avr.c (asm_output_section_name): Remove.
2100 * config/avr/avr-protos.h: Update.
2101 * config/c4x/c4x.c (c4x_asm_named_section): New.
2102 * config/h8300/h8300.c (h8300_asm_named_section): New.
2103 * config/i386/i386.c (sco_asm_named_section): New.
2104 * config/i386/winnt.c (SECTION_PE_SHARED): New.
2105 (i386_pe_section_type_flags): New.
2106 (i386_pe_asm_named_section): New.
2107 * config/i386/i386-protos.h: Update.
2108 * config/m68k/m68k.c (m68k_coff_asm_named_section): New.
2109 * config/mcore/mcore.c (mcore_asm_named_section): New.
2110 * config/mips/mips.c (iris6_asm_named_section): New.
2111 * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
2112 instead of UNIQUE_SECTION_P.
2113 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): New.
2114 (xcoff_asm_named_section): New.
2115 * config/sh/sh.c (sh_asm_named_section): New.
2116 * config/sparc/sparc.c (sparc_elf_asm_named_section): New.
2117
2118 * config/i386/djgpp.h (EH_FRAME_SECTION_ASM_OP): Remove.
2119 * config/i386/sco5.h (EH_FRAME_SECTION_ASM_OP*): Remove.
2120 (EH_FRAME_SECTION_NAME): New.
2121 (EXCEPTION_SECTION): New.
2122 * config/ia64/ia64.h (EH_FRAME_SECTION_ASM_OP): Remove.
2123 (DEBUG_*_SECTION): Remove.
2124 * config/m68k/rtemself.h (EH_FRAME_SECTION_ASM_OP): Remove.
2125 * config/mips/iris6.h (DEBUG_*_SECTION): Remove.
2126 (EH_FRAME_SECTION_ASM_OP): Remove.
2127
2128 * doc/tm.texi (UNIQUE_SECTION_P): Remove.
2129 (ASM_OUTPUT_SECTION_NAME): Remove.
2130 (TARGET_ASM_NAMED_SECTION): New.
2131 (TARGET_HAVE_NAMED_SECTIONS): New.
2132 (TARGET_SECTION_TYPE_FLAGS): New.
2133 (EH_FRAME_SECTION_ASM_OP): Remove.
2134 (EH_FRAME_SECTION_NAME): New.
2135
13104975
ZW
21362001-08-03 Zack Weinberg <zackw@stanford.edu>
2137
2138 * builtins.c (fold_builtin_constant_p): Return integer_zero_node
2139 for complex expressions when cfun == 0.
2140 * doc/extend.texi: Document that __builtin_constant_p can be
2141 used in data initializers as well as functions.
2142
7335a349
AO
21432001-08-03 Alexandre Oliva <aoliva@redhat.com>
2144
2145 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
2146 variable I locally, instead of expecting a declaration in the
2147 calling context.
2148
949f197f
RH
21492001-08-03 Richard Henderson <rth@redhat.com>
2150
2151 * except.c (collect_one_action_chain): Add an explicit cleanup
2152 action if regions surrounding a catch were encoded entirely
2153 within the call-site entry.
2154
c99fa40f
RH
21552001-08-03 Richard Henderson <rth@redhat.com>
2156
2157 * dbxout.c (dbxout_symbol_location): Flatten subregs first;
2158 don't take REGNO of a non-register.
2159
5241c227
JDA
21602001-08-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
2161
2162 * gthr-dce.h (__GTHREAD_MUTEX_INIT_FUNCTION and
2163 __GTHREAD_MUTEX_INIT_DEFAULT): New macros for mutex initialization.
2164 (__gthread_key_delete): Remove code for __PTHREAD_LIBRARY_VERSION_1 >= 1
2165 (__gthread_mutex_init_function): New function for mutex initialization.
2166
cbec6573 21672001-08-03 Daniel Berlin <dan@cgsoftware.com>
a4d3961a 2168
cbec6573
DB
2169 * Makefile.in: Revert screwed up commit.
2170
70a5787e
SC
21712001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2172
2173 * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.
2174 * config/m68hc11/larith.asm (_exit): Split in several sub-sections
2175 merged by linker script to get a final _exit().
2176 (__do_global_dtors): New for destructor handling in specific exit
2177 section.
2178 (__do_global_ctors): New for constructors in specific install section.
2179 (__map_data_section): Map data sections before running constructors.
2180 * config/m68hc11/m68hc11.h (INT_ASM_OP): Define to use .word.
2181 (CTORS_SECTION_ASM_OP): Define to put in readonly section.
2182 (DTORS_SECTION_ASM_OP): Likewise.
2183 (CTORS_SECTION_FUNCTION): Define to force a reference to
2184 __do_global_ctors.
2185 (DTORS_SECTION_FUNCTION): Likewise for __do_global_dtors.
2186
9ebeebda 21872001-08-03 Daniel Berlin <dan@cgsoftware.com>
a4d3961a 2188
9ebeebda 2189 * ChangeLog: Fix date on previous ChangeLog entry for GCSE.
a4d3961a 2190
9ebeebda
DB
2191 * Makefile.in: Add df.h to gcse.c dependencies.
2192
c6b74046
JDA
21932001-08-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
2194
2195 * varasm.c (output_constant_def_contents): Use for the length of a
2196 string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
2197 depending on which is larger.
2198
9ebeebda 21992001-08-03 Daniel Berlin <dan@cgsoftware.com>
adfcce61 2200
39f95a2c
JH
2201 * gcse.c: Include df.h for use as a dataflow analyzer.
2202 Remove regvec.
2203 Declaration of reg_set_info: gone.
2204 New df_analyzer variable used by store motion.
2205 (reg_set_info): Deleted.
2206 (mark_mem_regs): New function, analyze regs used by a mem.
2207 (store_ops_ok): Use dataflow analyzer results to determine if
2208 necessary regs are changed in the block.
2209 (find_moveable_store): Remove check for symbol ref, we can handle
2210 much more complex expressions now.
2211 (compute_store_table): Remove most of the code, it's unnecessary
2212 now that the dataflow analyzer records the info for us.
2213 (store_killed_after): Add parameter to say whether to do the
2214 store_ops_okay test, used to speed up testing when we already know
2215 the answer, and just want to know if the store itself was killed.
2216 (build_store_vector): Largely rewritten to calculate the various
2217 vectors properly, and somewhat optimized.
a4d3961a 2218 (store_motion): Init the df_analyzer, get REG_DEF chains.
39f95a2c
JH
2219 Also handle trapping expressions (since mems almost always trap)
2220 (simple_mem): Redefine what a simple mem is.
adfcce61 2221
667ccf73
DD
22222001-08-03 DJ Delorie <dj@redhat.com>
2223
2224 * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary
2225 set from a constant part of the condition.
2226
0821bff7
AC
22272001-08-01 Andrew Cagney <ac131313@redhat.com>
2228
2229 * mkdeps.c (deps_add_default_target): Make local variable
2230 ``start'' a const char pointer.
2231 * dwarf2out.c (compute_section_prefix): Localize use of ``p''.
2232
b953cc4b
RO
22332001-08-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2234
2235 * doc/install.texi (Configuration): Fix markup.
2236 (Specific, i?86-*-udk): Likewise.
2237 (Specific, alpha*-dec-osf*): Warn against --with-gnu-as,
a4d3961a 2238 --with-gnu-ld.
b953cc4b
RO
2239 Document --enable-threads and --enable-libgcj status.
2240 (Specific, mips-sgi-irix*): Canonicalize triples.
2241 (Specific, mips-sgi-irix5): Warn about problems with this config.
2242 Mention required GNU as patch.
2243 Native assembler problems are fixed.
2244 (Specific, mips-sgi-irix6): Update O32 ABI support status.
2245 Document --enable-threads and --enable-libgcj status.
2246
ef1f96f0
NC
22472001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
2248
2249 * Makefile.in, mklibgcc.in: Restore changes with fixed invocation
2250 of mkinstalldirs.
2251
6e5a6a6b
RH
22522001-08-03 Richard Henderson <rth@redhat.com>
2253
2254 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't write to
2255 constant data.
2256
dbc1a163
RH
22572001-08-03 Richard Henderson <rth@redhat.com>
2258
2259 * rtlanal.c (find_first_parameter_load): Stop if we
2260 reach a CODE_LABEL at BOUNDARY.
2261
54aaa4ea
RH
22622001-08-03 Richard Henderson <rth@redhat.com>
2263
2264 * config/alpha/alpha.md (force_movdi): New insn.
2265 * config/alpha/alpha.c (alpha_expand_prologue): Use it.
2266 Tweek FRP marking of VMS prologue insns.
2267 * config/alpha/vms.h (EPILOGUE_USES): New.
2268
0360b30d
RH
22692001-08-02 Richard Henderson <rth@redhat.com>
2270
2271 * Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
2272
8aeea6e6
LB
22732001-08-02 Lars Brinkhoff <lars@nocrew.org>
2274
2275 * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,
2276 simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h,
2277 config/convex/convex.h, config/d30v/d30v.c,
2278 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
2279 config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c,
2280 config/mips/mips.h, config/mn10200/mn10200.h,
2281 config/mn10300/mn10300.h, config/pdp11/pdp11.md,
2282 config/v850/v850.h, config/vax/openbsd.h,
2283 config/vax/openbsd1.h, config/vax/ultrix.h,
2284 config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h,
2285 config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h,
2286 cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi,
2287 doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi,
2288 doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX"
39f95a2c 2289 in comments and documentation.
8aeea6e6 2290
d82fc108
NB
22912001-08-03 Neil Booth <neil@cat.daikokuya.demon.co.uk>
2292
2293 * line-map.c: New.
2294 * line-map.h: New.
2295 * Makefile.in (line-map.o): New.
2296 (LIBCPP_OBJS, LIBCPP_DEPS): Update.
2297 * c-lex.c (cb_file_change): Update for new cpp_file_change structure.
2298 * cpperror.c (print_containing_files): Similarly.
2299 (print_location): Update. Don't output a space before _Pragma.
2300 * cppfiles.c (stack_include_file): Set to line 1 immediately.
2301 (stack_include_filee, cpp_make_system_header): Update.
2302 (_cpp_execute_include): Get logical line number right for calling
2303 as-yet-unterminated #include.
2304 * cpphash.h (struct cpp_reader): Add line_maps.
2305 (_cpp_do_file_change): Update.
2306 * cppinit.c (cpp_create_reader): Initialize line maps.
2307 (cpp_destroy): Destroy line maps.
2308 (cpp_start_read): Get logical line number right.
2309 * cpplex.c (parse_string): Only warn once for multi-line strings.
2310 Use boolean variable for null warning.
2311 * cpplib.c (_cpp_handle_directive): End the directive if it isn't
2312 already.
2313 (do_include_common): End the directive early.
2314 (do_line): Don't warn about out-of-range lines in preprocessed
2315 source. Update. Remove unused variables.
2316 (_cpp_do_file_change): Update for new line mapping.
2317 (pragma_cb): New typedef.
2318 (cpp_register_pragma): Stop looking ahead before calling the
2319 handler. Clean up.
2320 (do_pragma_system_header): End directive early.
2321 (cpp_get_line_maps): New.
2322 (cpp_pop_buffer): Fudge logical line. Update.
2323 * cpplib.h: Include line-map.h
2324 (enum cpp_fc_reason): Remove.
2325 (struct cpp_file_change): Update.
2326 (cpp_get_line_maps): New.
2327 * cppmain.c (struct_printer): New member map.
2328 (cb_file_change): Update for new mappings.
2329 * fix-header.c (cb_file_change): Similarly.
2330
6dda00f0
NC
23312001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
2332
2333 * Makefile.in (libgcc.mk): Define mkinstalldirs.
2334 * mklibgcc.in: Use mkinstalldirs instead of mkdir.
2335
215b48a7
LB
23362001-08-02 Lars Brinkhoff <lars@nocrew.org>
2337
2338 * config/vax/vax.c: include expr.h.
2339
e7f62dcf
NC
23402001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
2341
2342 * Makefile.in ($(srcdir)/configure): Only rebuild in
2343 maintainer mode.
2344 ($(srcdir)/config.in): Only define in maintainer mode.
2345 ($(srcdir)/cstamp-h.in): Only define in maintainer mode.
2346
4b5eb038
DE
23472001-08-02 David Edelsohn <edelsohn@gnu.org>
2348
2349 * doc/install.texi (Install GCC: Binaries): Update Bull info.
2350
578672a2
RO
23512001-08-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2352
2353 * gcc.c (set_collect_gcc_options): New function, split out from
2354 main.
2355 Ignore elided switches.
2356 (do_spec_1): Invoke before executing command.
2357 (set_input): Export.
2358 Move declaration ...
2359 * gcc.h (set_input): ... here.
2360 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
2361 file.
2362
1dbb6023
NS
23632001-08-02 Nathan Sidwell <nathan@codesourcery.com>
2364
2365 Kill -fhonor-std.
2366 * doc/c-tree.texi (Namespaces): Remove std & -fhonor-std
2367 interaction.
2368 * doc/invoke.texi (C++ Dialect Options): Remove -fno-honor-std.
2369
d6b6ba29
RS
23702001-08-02 Richard Sandiford <rsandifo@redhat.com>
2371
2372 * mips.md (movdicc): Make conditional on TARGET_64BIT. Likewise
2373 for the unnamed instructions it expands to.
2374
d3259baa
RH
23752001-08-02 Richard Henderson <rth@redhat.com>
2376
2377 * regclass.c (call_really_used_regs): Conditionally define.
2378 (init_reg_sets_1): Don't use it if not defined.
2379 (fix_register): Similarly, don't set it.
2380
eb77eeb3
GP
23812001-08-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2382
2383 * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
2384 Correct comment that had been missed in the previous change.
2385
4e08ba6c
SS
23862001-08-01 Stan Shebs <shebs@apple.com>
2387
2388 * config/darwin.c (machopic_stub_name): Try matching by name.
2389 (update_stubs): New function.
2390 (darwin_encode_section_info): Call it and update_non_lazy_ptrs
2391 unconditionally.
2392
7a900ebc
RH
23932001-08-01 Richard Henderson <rth@redhat.com>
2394
2395 * except.c (output_function_exception_table): Use assemble_align.
2396 * varasm.c (assemble_eh_label): Remove.
2397 (assemble_eh_align, assemble_eh_integer): Remove.
2398
551e8a74
RL
23992001-08-01 Robert Lipe <robertl@caldera.com>
2400
39f95a2c 2401 * dwarfout.c: Remove reference to README.DWARF.
551e8a74 2402
fc1296b7
AM
24032001-08-01 Andrew MacLeod <amacleod@redhat.com>
2404
2405 * regclass.c (call_really_used_regs): New array for registers which
2406 are actually used by a call.
2407 (init_reg_sets_1): Initialize regs_invalidated_by_call with the
2408 new array.
2409 (fix_register): Set call_really_used too.
2410 * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
2411 * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
2412
b38b083a
RH
24132001-08-01 Richard Henderson <rth@redhat.com>
2414
2415 * read-rtl.c (read_name): Consider \r whitespace.
2416
edf1b3f3
AC
24172001-07-11 Andrew Cagney <ac131313@redhat.com>
2418
2419 * config.gcc: Recognize powerpc-*-netbsd*.
a4d3961a 2420
edf1b3f3
AC
2421 * doc/install.texi (Host/target specific installation notes for
2422 GCC): Mention powerpc-*-netbsd*.
2423
2424 * config/rs6000/netbsd.h: New file.
2425 (STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
2426 (LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
2427 (ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
2428 (LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
2429 (TARGET_VERSION): Redefine.
2430
2431 * config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
2432 mcall-netbsd as a match for mcall-sysv.
2433 (EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
2434 (ncrti.S, ncrtn.S): New targets.
2435 ($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
a4d3961a 2436
edf1b3f3
AC
2437 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
2438 "netbsd' as a V4 ABI.
2439 (ASM_SPEC): Check for -mcall-netbsd.
2440 (CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
2441 (CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
2442 (LIB_SPEC, ENDFILE_SPEC): Ditto.
2443 (LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
2444 (ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
2445 (LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
2446 (SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
2447
2448 * doc/invoke.texi (Option Summary): Add -mcall-netbsd.
2449 (RS/6000 and PowerPC Options): Mention -mcall-netbsd.
2450
bda33a6e
MK
24512001-08-01 Mark Kettenis <kettenis@gnu.org>
2452
2453 * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
2454 only if NO_BASE_OF_ENCODED_VALUE isn't defined.
2455 * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before
2456 including "unwind-pe.h".
2457
75540af0
JH
2458Wed Aug 1 20:01:42 CEST 2001 Jan Hubicka <jh@suse.cz>
2459
2460 * rs6000.md (define_splits): Kill unused constraints.
2461
2462Wed Aug 1 20:02:12 CEST 2001 Graham Stott <grahams@redhat.com>
2463 Jan Hubicka <jh@suse.cz>
2464
2465 * function.c (thread_prologue_and_epilogue_insns): Kill code
2466 dealing with non-existent CFG.
2467
ec5c56db
KH
24682001-08-01 Kazu Hirata <kazu@hxi.com>
2469
2470 * alias.c: Fix comment formatting.
2471 * bitmap.c: Likewise.
2472 * builtins.c: Likewise.
2473 * calls.c: Likewise.
2474 * c-common.c: Likewise.
2475 * c-decl.c: Likewise.
2476 * c-dump.c: Likewise.
2477 * c-lex.c: Likewise.
2478 * collect2.c: Likewise.
2479 * combine.c: Likewise.
2480 * conflict.c: Likewise.
2481 * cppfiles.c: Likewise.
2482 * cppinit.c: Likewise.
2483 * cpplex.c: Likewise.
2484 * cpplib.c: Likewise.
2485 * cppmacro.c: Likewise.
2486 * cppspec.c: Likewise.
2487 * c-pragma.c: Likewise.
2488 * crtstuff.c: Likewise.
2489 * cse.c: Likewise.
2490 * cselib.c: Likewise.
2491 * c-semantics.c: Likewise.
2492 * c-typeck.c: Likewise.
2493
2a25b23f
L
24942001-08-01 H.J. Lu <hjl@gnu.org>
2495
2496 * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
2497
a8329479
L
24982001-08-01 H.J. Lu <hjl@gnu.org>
2499
2500 * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
2501
f2e6e530
ZL
25022001-08-01 Ziemowit Laski <zlaski@apple.com>
2503
39f95a2c 2504 * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
f2e6e530
ZL
2505 contextualizing Objective-C class name lookup by the lexer.
2506 (typespec_reserved_nonattr): Disable ObjC class name lookup after
2507 seeing a TYPESPEC.
2508 (protocoldef): Add support for forward @protocol declarations.
2509 (yylexname): Suppress ObjC class name lookup in certain contexts;
2510 re-enable after lookup is complete.
2511 (_yylex): Re-enable ObjC class name lookup when certain
2512 punctuation marks are seen.
2513
2514 * objc/objc-act.c (check_protocol_recursively): New function used
2515 for finding circular dependencies in protocols.
2516 (objc_declare_protocols): New function for handling forward
2517 @protocol declarations.
2518 (receiver_is_class_object): Detect the case when 'self' is used
2519 inside of a class method.
2520 (build_message_expr): Issue a warning if class method is desired
2521 but instance method is found instead.
2522 (conforms_to_protocol): Streamline.
2523 (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
2524 protocol Foo, even if 'Bar foo' does not.
2525 (check_protocols): Streamline.
2526 (start_protocol): Add checks for circular and duplicate protocol
2527 definitions.
2528 (encode_aggregate_within): For typedefs of structs, encode the
2529 underlying struct.
2530 * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
2531 (objc_declare_protocols): New prototype.
2532
1444f2ed
NB
25332001-08-01 Neil Booth <neil@cat.daikokuya.demon.co.uk>
2534
2535 * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
2536 * cpplex.c (handle_newline): Update prototype. Maintain logical
2537 line number.
2538 (skip_escaped_newlines, skip_block_comment, parse_string):
2539 Update accordingly.
2540 (_cpp_lex_token): Update, and store token position within the token.
2541 * cpplib.h (struct cpp_token): Add line and column entries.
2542 * cppmacro.c (replace_args): Position stringified tokens correctly.
2543
7f8a2125
AJ
25442001-08-01 Andreas Jaeger <aj@suse.de>
2545
2546 * basic-block.h: Add prototype for last_loop_beg_note.
2547
6ad7895a
APB
25482001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
2549
2550 * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
2551 RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
2552 comment.
2553 (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
2554 while handling WITH_CLEANUP_EXPR node. Use second operand calling
2555 expand_decl_cleanup.
2556 * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
2557 the first RTX.
2558 (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
2559 operand while calling simple_cst_equal.
2560 * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
2561 operand is the cleanup expression, the third is the RTL_EXPR.
7f8a2125 2562 * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
6ad7895a 2563
b24a9e88
JS
25642001-07-31 Jeff Sturm <jsturm@one-point.com>
2565
39f95a2c 2566 * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
b24a9e88 2567
6ea0279f
MG
25682001-07-31 matthew green <mrg@eterna.com.au>
2569
2570 * config.gcc (i386-*-netbsdelf): New description.
2571 * config/i386/netbsd-elf.h: New file.
2572
ae16bf15
GK
25732001-07-30 Geoffrey Keating <geoffk@redhat.com>
2574
2575 * loop.c (check_dbra_loop): Use single_set to compute
2576 jump_label.
2577
2bfcf297
DB
25782001-07-31 Daniel Berlin <dan@cgsoftware.com>
2579
2580 PowerPC reorg and support for powerpc64-*-linux*.
2581
2582 Also fixes emitting of constants on 32 bit and 64 bit
2583 platforms.
7f8a2125 2584
2bfcf297 2585 * config.gcc: powerpc64-*-linux* is a new target.
7f8a2125 2586 Things that needed aix.h now also include xcoff.h
2bfcf297
DB
2587
2588 * config/rs6000/rs6000.h: Split XCOFF specific stuff into
7f8a2125 2589 xcoff.h.
2bfcf297 2590 Move AIX specific stuff into aix.h.
2bfcf297
DB
2591 (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
2592 with more than just XCOFF now.
2593 (SET_ASM_OP): Remove, now defined where needed.
2594 (FUNCTION_PROLOGUE): New macro definition.
2595 (FUNCTION_EPILOGUE): New macro definition.
2bfcf297 2596 (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
f96850af 2597
2bfcf297
DB
2598 * config/rs6000/xcoff.h: New file.
2599
2600 * config/rs6000/linux64.h: New file.
2601
2602 * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
f96850af
DE
2603
26042001-07-31 Alan Modra <amodra@bigpond.net.au>
2605
2606 * rs6000.c (print_operand_address): Handle ELF syntax.
2607 (output_toc): Simplify. Use DOUBLE_INT_ASM_OP.
2608 * rs6000.md (load_toc_aix_di): Handle ELF syntax.
2609 * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
2610
26112001-07-31 David Edelsohn <edelsohn@gnu.org>
2612
2613 * rs6000.c (rs6000_override_options): Only disable
2614 flag_function_sections for XCOFF.
2615 (exact_log2_cint_operand): New predicate.
2616 (reg_or_{add,sub}_cint64_operand): New predicates.
2617 (add_operand): Compare CONST_INT with fewer function calls.
2618 (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
2619 (print_operand, case 'p'): Ensure positive operand.
2620 (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
2621 * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
2622 (PREDICATE_CODES): Add new predicates.
2623 * rs6000.md (addsi3): Split 32-bit constants more correctly.
2624 (divsi3, modsi3): Ensure positive power-of-2.
2625 (adddi3): Use new predicate. Split 32-bit constants more
2626 correctly. Re-arrange splitter to handle any constant.
2627 (subdi3): Use new predicate.
2628 (divdi3, moddi3): Ensure positive power-of-2.
2629 (movdi): Use rs6000_emit_set_const.
2630 (load_toc_v4_pic_di): Delete.
2bfcf297 2631
dc56ceb7
GS
26322001-07-31 Graham Stott <grahams@redhat.com>
2633
2634 * function.c (pad_below): Revert 2001-07-26 patch.
2635
3e42ccd2
JH
2636Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz>
2637
2638 * reg-stack (convert_regs_1): Fix best edge condition.
2639
940b29aa
JH
2640Tue Jul 31 15:33:27 CEST 2001 Jan Hubicka <jh@suse.cz>
2641
2642 * jump.c (duplicate_loop_exit_test): Better test for jumps
2643 entering the loop; create loop pre_header.
2644
91abf72d
HP
26452001-07-31 Hartmut Penner <hpenner@de.ibm.com>
2646
39f95a2c
JH
2647 * doc/install.texi: Add s390 and s390x as new targets.
2648 * doc/invoke.texi: Add documantation of S/390 and zSeries
2649 target options.
2650 * doc/md.texi: Add documantation of S/390 and zSeries constraints.
91abf72d 2651
8406d023
RZ
26522001-07-30 Roman Zippel <zippel@linux-m68k.org>
2653
2654 * config/m68k/m68k.md: Replace all general_operand with
2655 nonimmediate_operand for all destinations.
2656 * config/m68k/m68k.c (not_sp_operand): Likewise.
2657
4d494dfe
JW
2658Mon Jul 30 23:20:34 EDT 2001 John Wehle (john@feith.com)
2659
39f95a2c 2660 * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
4d494dfe 2661
88828291
RH
26622001-07-30 Richard Henderson <rth@redhat.com>
2663
2664 * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
2665 * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
2666
f18bff15
RZ
26672001-07-30 Roman Zippel <zippel@linux-m68k.org>
2668
2669 * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
2670 Add missing doc strings
2671 * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
2672 * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
2673
0ecf09f9
JH
2674Mon Jul 30 22:16:08 CEST 2001 Jan Hubicka <jh@suse.cz>
2675
2676 * i386.c (ix86_output_main_function_alignment_hack): New function.
2677 (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
2678
2679 * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
2680 edges by EDGE_DFS_BACK flag.
2681 (dump_edge_info): Add dfs_back flag.
2682 * basic-block.h (EDGE_DFS_BACK): New constant.
2683 (mark_dfs_back_edges): Declare.
2684 * alias.c (loop_p): Remove.
2685 (mark_constant_function): Use mark_dfs_back_edges.
2686
2687 * reg-stack.c (block_info_def): Add predecesors counter and stack_out.
2688 (reg_to_stack): Call mark_dfs_back_edges; count the predecesors.
2689 (compensate_edge): Break out from ...
2690 (convert_regs_1): ... here; do smart choosing of stack_out to copy.
2691 (convert_regs_2): Set block_done once block is really done;
2692 Do updating of the predecesors counts.
2693
2694 * toplev.c (rest_of_compilation): Recompute block_for_insn
2695 before post-reload cfg_cleanup.
2696 * function.c (thread_prologue_epilogue_insns):
2697 Call set_block_for_new_insns when emitting prologue directly.
2698
1490f392
AJ
26992001-07-30 Andreas Jaeger <aj@suse.de>
2700
39f95a2c 2701 * jump.c: Add prototype for mark_modified_reg.
1490f392 2702
39f95a2c 2703 * cse.c (set_live_p): Add unused attribute.
1490f392 2704
39f95a2c
JH
2705 * gcov.c (calculate_branch_probs): Use gcov_type to avoid
2706 overflow.
2707 (scan_for_source_files): Use long for count to avoid overflow.
2708 (output_data): Likewise.
2709 (output_data): Don't use string concatatenation to silence gcc
2710 -traditional.
1490f392 2711
39f95a2c 2712 * predict.c: Fix typos and grammar.
1490f392
AJ
2713
2714 * gcse.c (insert_insn_end_bb): Remove unused variables.
2715
a08b2604
JH
2716Mon Jul 30 21:54:53 CEST 2001 Jan Hubicka <jh@suse.cz>
2717
2718 * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
2719 (attempt_auto_inc): LIkewise.
2720 (mark_used_reg): Likewise.
2721 (try_pre_increment_1): Likewise.
2722 * regclass.c (regclass): Likewise.
2723 * global.c (allocno_compare): Update comment; change scaling factor.
2724 * local-alloc.c (QTY_CMP_PRI): Likewise.
2725 * regs.h (REG_FREQ_FROM_BB): New.
2726 (REG_FREQ_MAX): Likewise.
2727
c2c0294a
L
27282001-07-30 H.J. Lu <hjl@gnu.org>
2729
2730 * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
2731 -D_GNU_SOURCE.
2732
8597f3dd
L
27332001-07-30 H.J. Lu (hjl@gnu.org)
2734
2735 * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
2736 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
2737 (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
2738
b3026a92
NC
27392001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2740
2741 * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
2742 as -mthumb-interwork when -mcpu=arm7 is specified.
2743
8b7e92f9
JH
2744Mon Jul 30 17:44:43 CEST 2001 Jan Hubicka <jh@suse.cz>
2745
2746 * predict.def (noreturn, loop branch, loop exit): Mark as first
2747 match heuristics.
2748
592a6d1d
JH
2749Mon Jul 30 12:52:11 CEST 2001 Jan Hubicka <jh@suse.cz>
2750
2751 * combine.c (try_combine): Avoid barrier after noop jumps.
2752
09b82253
NB
27532001-07-29 Neil Booth <neil@cat.daikokuya.demon.co.uk>
2754
2755 * cpphash.h (struct cpp_reader): Remove import_warning.
2756 * cpplib.c (skip_rest_of_line): Don't bother turning off
2757 macro expansion.
2758 (parse_include): Move include handling to...
2759 (do_include_common): ... here. Move import warning from...
2760 (do_import): ... here.
2761 (do_pragma_poison): Don't do a callback for poison identifiers.
2762 * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
2763 * cppmain.c (setup_callbacks): Similarly.
2764
833366d6
JH
2765Sun Jul 29 23:26:50 CEST 2001 Jan Hubicka <jh@suse.cz>
2766
2767 * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
2768 handle multiple sets.
2769 * except.c (sjlj_mark_call_sites): .... here.
2770 * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
2771
b5832b43
JH
2772Sun Jul 29 21:38:45 CEST 2001 Jan Hubicka <jh@suse.cz>
2773
2774 Suggested by Richard Henderson and Richard Kenner:
2775 * combine.c (recog_for_combine): Use the fake recog
2776 only if instruction does not match.
2777 * rtl.h (NOOP_MOVE_INSN_CODE): New.
2778 * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
2779
2780 * combine.c (try_combine): Discover noop jump as direct jump.
2781
12285d9d
DB
27822001-07-29 Daniel Berlin <dan@cgsoftware.com>
2783
2784 * df.c (df_rd_global_compute): Add successors to worklist, not
2785 current item.
2786 (df_ru_global_compute): Ditto.
2787
b2d57793
DB
27882001-07-27 Daniel Berlin <dan@cgsoftware.com>
2789
2790 * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
2791 increment REG_N_SETS.
2792
27932001-07-26 Daniel Berlin <dan@cgsoftware.com>
2794
2795 * sbitmap.h: New prototype for sbitmap_a_xor_b.
2796
2797 * sbitmap.c (sbitmap_a_xor_b): New function.
2798 ifdef the basic block stuff on IN_GCC.
2799
6d18adbc
NB
28002001-07-29 Neil Booth <neil@cat.daikokuya.demon.co.uk>
2801
2802 * cppexp.c (parse_defined): Always record the macro name.
2803 (lex): Don't worry about identifiers, or special-case
2804 CPP_NOT here.
2805 (_cpp_parse_expr): Figure out at the end of the routine
2806 whether we saw a valid !defined() expression.
2807 * cppfiles.c (stack_include_file): Update for mi_valid.
2808 (_cpp_pop_file_buffer): Similarly.
2809 * cpplex.c (_cpp_lex_token): Similarly.
2810 * cpphash.h (enum mi_state, enum mi_ind, mi_state,
2811 mi_if_not_defined, mi_lexed): Remove.
2812 (mi_valid): New.
2813 * cpplib.c (do_if): Simplify.
2814 (do_endif, push_conditional, _cpp_handle_directive): Update
2815 for renaming of mi_state to mi_valid.
2816doc:
2817 * cpp.texi: Add index entries for digraphs, and add comment
2818 that C++ refers to them as alternative tokens.
2819
0068fd96
JH
2820Sun Jul 29 18:59:13 CEST 2001 Jan Hubicka <jh@suse.cz>
2821
2822 * basic-block.h (CLEANUP_PRE_LOOP): New.
2823 * except.c (finish_eh_generation): Update call of cleanup_cfg.
2824 * sibcall.c (optimize_sibling_calls): Likewise.
2825 * toplev.c (rest_of_compilation): Likewise.
2826 * flow.c (try_forward_edges): Take argument MODE;
2827 do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
2828 (try_optimize_cfg): Update call of try_forward_edges.
2829
2830Sun Jul 29 18:59:56 CEST 2001 Roman Zippel <zippel@linux-m68k.org>
2831 Jan Hubicka <jh@suse.cz>
2832
2833 * (validate_replace_rtx_1): Fix simplification of MINUS.
2834
df07e07d
NB
28352001-07-29 Neil Booth <neil@daikokuya.demon.co.uk>
2836
2837 PR preprocessor/3669
2838 * cppinit.c (init_dependency_output): Turn off dump requests
2839 if sending dependencies to stdout.
2840
587f922a
RH
28412001-07-28 Richard Henderson <rth@redhat.com>
2842
2843 * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
2844 not optimizing.
2845
89f355bd
G
28462001-07-28 Golubev I. N. <gin@mo.msk.ru>
2847
2848 * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
2849
391522e3
KH
28502001-07-28 Kazu Hirata <kazu@hxi.com>
2851
2852 * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
2853 is VAR_DECL first to prevent an ICE.
2854
6681bc1f
RH
28552001-07-28 Richard Henderson <rth@redhat.com>
2856
2857 * varasm.c (immed_real_const_1): Don't elide special cases for
2858 nested functions.
2859 (clear_const_double_mem): Clear const_tiny_rtx too.
2860
a20612aa
RH
28612001-07-28 Richard Henderson <rth@redhat.com>
2862
2863 * dwarf2out.c (dw_val_class_offset): New.
2864 (struct dw_ranges_struct, dw_ranges_ref): New.
2865 (ranges_table, ranges_table_allocated): New.
2866 (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
2867 (add_AT_offset, add_ranges, output_ranges): New.
2868 (print_die, output_die): Handle dw_val_class_offset.
2869 (attr_checksum, size_of_die, value_format): Likewise.
2870 (gen_lexical_block_die): Handle non-contiguous blocks.
2871 (gen_block_die): Likewise.
2872 (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
2873 if needed. Dump the ranges table.
2874 * final.c (final_start_function): Remove unnecessary notes and
2875 rebuild the block tree before numbering the blocks.
2876 * function.c (reorder_blocks_0): Walk the existing block tree
2877 to unmark all blocks.
2878 (reorder_blocks_1): Create block fragments when duplicate block
2879 notes are seen.
2880 (reorder_fix_fragments): New.
2881 (reorder_blocks): Call it.
2882 * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
2883
c2f7bcc3
RH
28842001-07-28 Richard Henderson <rth@redhat.com>
2885
2886 * emit-rtl.c (adjust_address): Make a copy of the memory address.
2887
91d84fad
RH
28882001-07-28 Richard Henderson <rth@redhat.com>
2889
2890 * flow.c (add_to_mem_set_list): New function.
2891 (init_propagate_block_info): Use it.
2892 (mark_set_1): Likewise.
2893 (insn_dead_p): Canonicalize memory address for dead store
2894 comparison. Allow wider mode stores to kill narrower mode stores.
2895 (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
2896 (invalidate_mems_from_set): Don't handle MEMs.
2897
0a02170f
KH
28982001-07-28 Kazu Hirata <kazu@hxi.com>
2899
2900 * config/h8300/h8300.h: Fix formatting.
2901
134d3a2e
JH
2902Sat Jul 28 23:35:22 CEST 2001 Jan Hubicka <jh@suse.cz>
2903
2904 * basic-block.h (EDGE_FREQUENCY): New macro.
2905 * bb-reorder (fixup_reorder_chain): Set counts and frequencies
2906 for new BB/edges.
2907 * flow.c (find_sub_basic_blocks): Likewise.
2908 (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
2909 (redirect_edge_and_branch): Use EDGE_FREQUENCY.
2910
2911 * predict.c (DEF_PREDICTOR): New argument FLAGS.
2912 (HITRATE): New macro.
2913 (PRED_FLAG_FIRST_MATCH): New constant.
2914 (predictor_info): New field flgags.
2915 (combine_predictions_for_insn): Use DS theory to combine
2916 probabilities; set the edge probabilities when finished.
2917 (estimate_probability): Avoid duplicated matches
2918 of LOOP_BRANCH heuristics for nested loops; update comment.
2919 * predict.def: Add flags for each prediction, set probabilities
2920 according to B&L paper.
2921 * predict.h (DEF_PREDICTOR): New argument FLAGS.
2922
2923 * profile.c (compute_branch_probabilities): Cleanup way the edge
2924 probabilities are computed and REG_BR_PROB notes are dropped; if
2925 values does not match, emit error.
2926 (init_branch_prob): Do error instead of warning when profile driven
2927 feedback is missing or corrupt.
2928
7f646877
DD
29292001-07-27 DJ Delorie <dj@redhat.com>
2930
2931 * ifcvt.c (noce_get_alt_condition): If the condition is a compare
2932 against a constant, try to adjust the compare to have the desired
2933 constant in it so that min/max optimizations happen more often.
2934
d69d0316
JH
2935Fri Jul 27 17:53:00 CEST 2001 Jan Hubicka <jh@suse.cz>
2936
2937 * flow.c (last_loop_beg_note): New function.
2938 (redirect_edge_and_branch): Use it.
2939 (split_edge): Likewise.
2940
2941 * alias.c (loop_p): Avoid uninitialized memory access.
2942
2943 * flow.c (try_forward_edges): Avoid accessing freed memory.
2944
2945 * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
2946 variable access.
2947
0dd99795
AH
29482001-07-26 Andrew Haley <aph@redhat.com>
2949 Joern Rennecke <amylaar@redhat.com>
2950
2951 * config/sh/linux.h (CPP_DEFAULT_CPU_SPEC): New.
2952 (SUBTARGET_CPP_ENDIAN_SPEC): New.
2953 (SUBTARGET_CPP_SPEC): New.
2954 (CPP_SPEC): Remove.
2955 * config/sh/sh.h (SUBTARGET_CPP_ENDIAN_SPEC): New.
2956 (SUBTARGET_CPP_PTR_SPEC): New.
2957 (CPP_DEFAULT_CPU_SPEC): New.
2958 (EXTRA_SPECS): Add SUBTARGET_CPP_ENDIAN_SPEC,
2959 SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
2960 (CPP_SPEC): Break out parts into SUBTARGET_CPP_ENDIAN_SPEC,
2961 SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
2962 (SUBTARGET_CPP_SPEC): Define as an empty string.
2963
e69aa433
GP
29642001-07-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2965
2966 * doc/install.texi (Configuration): Properly link the host
2967 specific instructions also when generating HTML.
2968
a727094f
JW
2969Fri Jul 27 00:33:35 EDT 2001 John Wehle (john@feith.com)
2970
39f95a2c 2971 * flow.c (redirect_edge_and_branch_force): Test
a727094f
JW
2972 target->global_live_at_start.
2973
732910b9
RH
29742001-07-26 Richard Henderson <rth@redhat.com>
2975
2976 * simplify-rtx.c (avoid_constant_pool_reference): Export.
2977 * rtl.h (avoid_constant_pool_reference): Declare it.
2978 * dwarf2out.c (add_location_or_const_value_attribute): Use it.
2979 (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
2980
01f62f01
JH
2981Thu Jul 26 22:30:22 CEST 2001 Jan Hubicka <jh@suse.cz>
2982
2983 * rtl.h (cleanup_barriers): Declare.
2984 * jump.c (cleanup_barriers): New function.
2985 * toplev.c (rest_of_compilation): Call cleanup_barriers
2986 before loop optimizer and after bb_reorder.
2987
2988 * flow.c (back_edge_of_syntactic_loop_p): New.
2989 (split_edge): Use it.
2990
aa069f77
RO
29912001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2992
2993 * glimits.h (_MACH_MACHLIMITS_H_): Delete.
2994
c96208fa
DC
2995Thu Jul 26 22:22:21 2001 Denis Chertykov <denisc@overta.ru>
2996
2997 * cse.c (cse_process_notes): Replace any registers if the address
2998 remains valid.
2999
11f68165
JW
3000Thu Jul 26 14:04:03 EDT 2001 John Wehle (john@feith.com)
3001
3002 * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
3003 (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
3004 (propagate_block): Update prototype.
3005 * flow.c (update_life_info): Simplify the CFG and
3006 recalculate the global regs which are alive when
3007 removing dead code during a global update.
3008 (propagate_block): Return non-zero if an INSN is
3009 deleted.
3010
62c62a4f
RO
30112001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3012
3013 * Makefile.in (LIBICONV): Define.
3014
06e937ed
CM
30152001-07-26 Catherine Moore <clm@redhat.com>
3016
39f95a2c
JH
3017 * config/v850/v850.h (ENCODE_SECTION_INFO): Change order
3018 of conditional to avoid tree checking errors.
06e937ed 3019
f3029065
KH
30202001-07-26 Kazu Hirata <kazu@hxi.com>
3021
3022 * regmove.c (regmove_optimize): Don't replace a reg with
3023 another reg of a different mode.
3024
4a121cc3
AM
30252001-07-26 Andrew MacLeod <amacleod@redhat.com>
3026
1490f392 3027 * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
4a121cc3
AM
3028 limit length of dependancy flush list.
3029 * params.h (MAX_PENDING_LIST_LENGTH): Define.
3030 * sched-int.h (struct deps): Add pending_flush_length field.
3031 * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
3032 has 1 element in it.
3033 (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
3034 (sched_analyze): After a jump, if the pending memory flush list is too
3035 large, flush the pending lists.
3036 (init_deps): Initialize pending_flush_length to 0.
3037 * doc/invoke.texi (max_pending_list_length): Document parameter.
3038
440aabf8
NB
30392001-07-26 Neil Booth <neil@daikokuya.demon.co.uk>
3040
3041 * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
3042 * dbxout.c (dbxout_global_decl): Move outside #ifdef.
3043 * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
3044
cef0d199
NB
30452001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3046
3047 * cpphash.h (struct_lexer_state): Delete was_skipping.
3048 Move skipping here from struct cpp_reader.
3049 * cpplex.c (parse_identifier): Update.
3050 (_cpp_lex_token): Don't skip tokens in a directive.
3051 * cpplib.c (struct if_stack): Update.
3052 (start_directive, end_directive): Don't change skipping state.
3053 (_cpp_handle_directive): Update.
3054 (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
3055 (do_else, do_endif): Update; only check for excess tokens if not
3056 in a skipped conditional block.
3057 (push_conditional): Update for new struct if_stack.
3058
5b16f556
GS
30592001-07-26 Graham Stott <grahams@redhat.com>
3060
3061 * function.c (locate_and_pad_parm): Also pad initial offset
3062 so that the total argument size also includes the padding.
3063
30642001-07-26 Graham Stott <grahams@redhat.com>
3065
3066 * gensupport.c (alter_output_for_insn): Correct enable checking failure
3067 change XSTR to XTMPL.
3068
3069 (process_one_cond_exec): Likewise
3070
17eee61c
RH
30712001-07-25 Richard Henderson <rth@redhat.com>
3072
3073 * varasm.c (assemble_variable): Create DECL_RTL before setting
3074 TREE_ASM_WRITTEN.
3075
c4f81e4a
JH
3076Thu Jul 26 00:19:30 CEST 2001 Jan Hubicka <jh@suse.cz>
3077
3078 * predict.c (estimate_probability): Avoid duplicated predictions.
3079
3080 * loop.c (find_and_verify_loops): Grok multiple barriers.
3081
02e3f1a8
RK
3082Wed Jul 25 18:00:05 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3083
472385a2
RK
3084 * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
3085
02e3f1a8 3086 * dbxout.c: Consistently use putc instead of fputc.
1490f392 3087 (print_wide_int): New function; call instead of direct fprintf.
02e3f1a8
RK
3088 (dbxout_type_index): Adjust calls of CHARS to be more accurate.
3089 (dbxout_type_fields, dbxout_type_method_1): Likewise.
3090 (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
3091 (print_int_cst_octal): Likewise.
3092 (print_octal): Show we wrote characters.
3093 (dbxout_type): Set have_used_extensions in more places.
3094
f2d28b14
CM
30952001-07-25 Catherine Moore <clm@redhat.com>
3096
39f95a2c
JH
3097 * config/v850/v850.c (v850_va_arg): Use addr
3098 instead of valist to build incr.
f2d28b14 3099
6e64a52a
JH
3100Wed Jul 25 22:48:59 CEST 2001 Jan Hubicka <jh@suse.cz>
3101
3102 * flow.c (delete_dead_jumptables): New function.
3103 (life_analyzis): Call it.
02e3f1a8
RK
3104 * bb-reorder.c (skip_insns_after_block): Handle contradictory
3105 sequences.
6e64a52a 3106
7f206d8f
RH
31072001-07-25 Richard Henderson <rth@redhat.com>
3108
3109 * except.c (reachable_handlers): Handle a region being removed
3110 out from under a RESX.
3111
56f19d92
RH
31122001-07-25 Richard Henderson <rth@redhat.com>
3113
3114 * config/alpha/alpha.c (alpha_emit_conditional_move): Always
02e3f1a8 3115 swap GE/GT if it is an fp comparison.
56f19d92
RH
3116
31172001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3237ac18
AH
3118
3119 * alias.c (rtx_equal_for_memref_p): Allow strings as types in
3120 operands.
3121
42f28de9
JL
3122Wed Jul 25 08:25:01 2001 Jeffrey A Law (law@cygnus.com)
3123
1490f392 3124 * ssa.c (rename_insn_1): Do not wrap an assignment to a
ea0eceb1
JL
3125 paradoxical SUBREG inside a SEQUENCE. Fix minor formatting
3126 glitch.
3127
42f28de9
JL
3128 * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
3129 throw an exception.
3130 (visit_expression): When attempting to simplify an expression,
3131 retrieve any modes for arguments before they are simplified
3132 to constants.
3133
7c2b017c
AM
31342001-07-25 Andrew MacLeod <amacleod@redhat.com>
3135 Janis Johnson <janis@us.ibm.com>
3136
3137 * stmt.c (expand_goto): A nonlocal goto can be a call too.
3138 * builtins.c (expand_builtin_longjmp): Reverse label and static chain
3139 pointer parameters to match documented usage of nonlocal_goto.
3140 * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
3141 parameters to their correct order.
3142 * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
3143 parameters to their correct order.
3144
ff3daa88
AM
31452001-07-25 Andrew MacLeod <amacleod@redhat.com>
3146
3147 * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
3148
a368a2fa
JH
31492001-07-25 Jan Hubicka <jh@suse.cz>
3150 Richard Henderson <rth@redhat.com>
3151
3152 * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
3153 the sequence.
3154 (make_edges): New argument update_p; populate the edge cache if set.
3155 (find_basic_blocks): Update make_edges invocation.
3156
303e979a
JS
31572001-07-24 Joel Sherrill <joel@OARcorp.com>
3158
3159 * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
3160
7adb4be8
JS
31612001-07-24 Joel Sherrill <joel@OARcorp.com>
3162
39f95a2c 3163 * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
7adb4be8 3164 -Acpu and -Amachine.h.
39f95a2c
JH
3165 * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
3166 Corrected header to say ELF not a.out.
3167 * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
7adb4be8
JS
3168 when given -msoft-float.
3169
31702001-07-24 Joel Sherrill <joel@OARcorp.com>
bb8602be
JS
3171
3172 * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
3173 extra multilib parts like arm-elf.
3174 (i960-*-coff*, i960-*-rtems): Should not use collect2.
3175 (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
3176 crtfini.o as extra multilib parts.
3177
e08f13ee
JS
31782001-07-24 Joel Sherrill <joel@OARcorp.com>
3179
3180 * configure.in: Add rtems as a supported thread model.
3181 * gthr-rtems.h: Add missing entry point __gthread_active_p.
3182 * configure: Rebuilt.
3183
0c237688
LB
31842001-07-24 Lars Brinkhoff <lars@nocrew.org>
3185
3186 * stor-layout.c (get_mode_alignment): make it work when
3187 BITS_PER_UNIT is not a power of two.
3188 * builtins.c (get_pointer_alignment): Likewise.
3189
5a2aa3bd
RH
31902001-07-24 Richard Henderson <rth@redhat.com>
3191
3192 * simplify-rtx.c (avoid_constant_pool_reference): Coerce
3193 the retrieved constant into the expected mode.
3194
ca9fef16
JH
3195Wed Jul 25 01:41:27 CEST 2001 Jan Hubicka <jh@suse.cz>
3196
3197 * flow.c (try_simplify_condjump): Avoid duplicated edges.
3198 (verify_flow_info): Check for duplicated edges; clarify
3199 error reporting.
3200
3201 * flow.c (block_label): Update basic_block_for_insn.
3202 (commit_edge_insertions): Call compute_bb_for_insn.
3203
3204 * flow.c (purge_dead_edges): Handle conditional jumps and conditional
3205 returns too.
3206
3207 * flow.c (redirect_edge_and_branch,
3208 try_optimize_cfg): Use redirect_edge_succ_nodup
3209 (redirect_edge_succ_nodup): New.
3210 * basic_block.h (redirect_edge_succ_nodup): Declare.
3211
3212 * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
3213 after gcse.
3214
40fc4e6a
JH
3215Wed Jul 25 00:32:49 CEST 2001 Jan Hubicka <jh@suse.cz>
3216
3217 * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
3218 (try_crossjump_to_edge): Update commetns.
3219 (try_crossjump_bb): Likewise.
3220
e7139885
RH
32212001-07-24 Richard Henderson <rth@redhat.com>
3222
3223 * combine.c (distribute_notes): Move set of need_refresh
3224 for noop_move_p down to catch all cases.
3225
6f862f2f
JH
3226Tue Jul 24 20:32:44 CEST 2001 Jan Hubicka <jh@suse.cz>
3227
3228 * recog.c (split_all_insns_noflow): New.
3229 * rtl.h (split_all_insns_noflow): Declare.
3230 * ia64.c (ia64_reorg): Use split_all_insns_noflow.
3231 * m68hc11.c (m68hc11_reorg): Likewise.
3232 * sh.c (machine_dependent_reorg): Likewise.
3233 * toplev.c (rest_of_compilation): Likewise for last split_all_insns
3234 call.
3235
615cd49b
AH
32362001-07-18 Andrew Haley <aph@cambridge.redhat.com>
3237
bb8602be
JS
3238 * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
3239 (ashlsi3_n splitter): Likewise.
3240 (lshrsi3_n splitter): Likewise.
615cd49b 3241
bb8602be
JS
3242 (GOTaddr2picreg): Make const SImode.
3243 (sym_label2reg): Likewise.
3244 (symGOT2reg): Likewise.
3245 (symGOTOFF2reg) Likewise.
615cd49b 3246
bb8602be 3247 (casesi_worker_0): Make unspec SImode.
615cd49b 3248
2b9d17c7
AH
32492001-07-18 Andrew Haley <aph@cambridge.redhat.com>
3250
bb8602be
JS
3251 * config/sh/sh.c (barrier_align): Check that an operand really is
3252 an insn before extracting its INSN_CODE.
2b9d17c7 3253
cfe1cd40
AH
32542001-07-24 Andrew Haley <aph@cambridge.redhat.com>
3255
3256 * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
3257 dangling else.
3258
3259 * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
3260 for SImode to prevent overflow.
3261
46d2e8d7
RO
32622001-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3263
3264 * config/mips/irix6-libc-compat.c: New file.
3265 * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
3266 * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
3267 passing workaround.
3268
cd6e5291
LB
32692001-07-24 lars brinkhoff <lars@nocrew.org>
3270
3271 * rtl.texi (REG_POINTER): Document.
3272 (Machine Modes): Document BImode, OImode, PQImode, PHImode,
3273 QFmode, HFmode, TQFmode, QCmode, and HCmode.
3274
8f54d2ff
JH
3275Tue Jul 24 10:49:40 CEST 2001 Jan Hubicka <jh@suse.cz>
3276
3277 * flow.c (delete_noop_moves): Do not confuse libcall regions.
3278
6a7ca996
RH
32792001-07-23 Richard Henderson <rth@redhat.com>
3280
3281 * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
3282
ba412630
KH
32832001-07-23 Kazu Hirata <kazu@hxi.com>
3284
3285 * config/h8300/h8300-protos.h: Add a prototype for
3286 general_operand_dst_push.
1490f392 3287 * config/h8300/h8300.c (general_operand_dst_push): New.
ba412630
KH
3288 * config/h8300/h8300.h (OK_FOR_T): New.
3289 (EXTRA_CONSTRAINT): Use it.
3290 * config/h8300/h8300.md (movqi_push): Remove and integrate into
3291 the existing movqi pattern.
3292 (movhi_push): Likewise.
3293
82efa2e5
KH
3294 * reload.c: Fix comment typos.
3295
21715220
JH
3296Mon Jul 23 23:34:07 CEST 2001 Jan Hubicka <jh@suse.cz>
3297
3298 * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
3299
dd96fbc5
L
33002001-07-23 H.J. Lu (hjl@gnu.org)
3301
3302 * doc/extend.texi: Update __builtin_return_address and
3303 __builtin_frame_address.
3304
c50e5bc0
RH
33052001-07-23 Richard Henderson <rth@redhat.com>
3306
3307 * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
3308 before CSE.
3309 * config/i386/i386.md: New setcc+movzbl peephole2.
3310
9099cc4f
NB
33112001-07-23 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3312
3313 * objc/Make-lang.in (objc-act.o): Depend on debug.h.
3314 * objc/objc-act.c: Include debug.h.
3315 (synth_module_prologue): Save and restore debug hooks too.
3316
68eb4fb9
LB
33172001-07-23 lars brinkhoff <lars@nocrew.org>
3318
3319 * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
3320 and C4X_FLOAT_FORMAT.
3321 (BOOL_TYPE_SIZE): Document.
3322
57de7530
CP
3323Mon Jul 23 11:54:23 2001 Clinton Popetz <cpopetz@cpopetz.com>
3324
3325 * unroll.c (loop_iterations): Fix miscalculation of initial
3326 giv offset.
3327
6e7b03e1
AH
33282001-07-13 Andrew Haley <aph@redhat.com>
3329
bb8602be
JS
3330 * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
3331 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
3332 * config/sh/sh.c (sh_can_redirect_branch): New function.
3333 * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
3334 * reorg.c (steal_delay_list_from_target): Use
3335 MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
6e7b03e1 3336
0dd94abd
JH
3337Mon Jul 23 17:20:18 CEST 2001 Jan Hubicka <jh@suse.cz>
3338
3339 * flow.c (try_simplify_condjump): Unlink insn chain on
3340 fallthru edge; use can_fallthru.
3341
0005550b
JH
3342Mon Jul 23 16:03:19 CEST 2001 Jan Hubicka <jh@suse.cz>
3343
3344 * basic-block.h (find_sub_basic_block): Declare.
3345 * flow.c (make_edges): New arguments MIN and MAX;
3346 (find_sub_basic_blocks): Revamp to use make_edges
3347 and purge_dead_edges.
3348 (find_basic_blocks): Update call of find_sub_basic_block.
3349
3350 * recog.c (split_all_insns): Always expect CFG to be consistent;
3351 call find_sub_basic_blocks in case something has changed.
3352 * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
3353 has been built.
3354
3355 * basic-block.h (delete_noop_moves): Declare.
3356 * combine.c (combine_instructions): Call it.
3357 (recog_for_combine): Tolerate noop moves
3358 (distribute_notes): Force refresh when register dies at noop move.
3359 * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
3360 too.
3361 (life_analysis): Update delete_noop_moves call.
3362 (set_noop_p): Move too ...
3363 * rtlanal.c (noop_move_p): ... here.
3364 * rtl.h (noop_move_p): Declare.
3365
3366 * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
3367 * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
3368 after combine.
3369 * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
3370 (cprop_jump): Likewise; call purge_dead_edges if substitution suceeded.
3371
e0120d6e
HPN
33722001-07-23 Hans-Peter Nilsson <hp@bitrange.com>
3373
3374 * reload.c (push_reload): Fix typo in comment.
3375 (find_reloads_address): Ditto.
3376 (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
3377
b02eea61
RH
33782001-07-22 Richard Henderson <rth@redhat.com>
3379
3380 * flow.c: Grammar check and clarify a lot of comments.
3381 (try_simplify_condjump): Rename variables to be clearer.
3382 (try_forward_edges): Skip complex and fallthru edges.
3383 Rearrange tests to avoid duplicate checks.
3384 (flow_find_cross_jump): Likewise.
3385 (outgoing_edges_match): Allow match if neither branch has
3386 probability data. Loosen probability match to 5%.
1490f392 3387 (try_crossjump_to_edge): Hoist repeated indirection into
b02eea61
RH
3388 local variables.
3389 (try_crossjump_bb): Don't check complex edges. Eliminate
3390 redundant crossjump tests.
3391 (try_optimize_cfg): Fix use of bool. Reorganize cheaper
3392 checks before more expensive checks.
3393
1f2f8b29
RH
33942001-07-22 Richard Henderson <rth@redhat.com>
3395
3396 * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
3397 INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
3398 arguments.
3399
97660e20
RH
34002001-07-22 Richard Henderson <rth@redhat.com>
3401
3402 * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
3403 (const_sint32_operand): Likewise.
3404 * m68k.md (anon mulsi pattern): Use const_int_operand not
3405 const_sint32_operand.
3406 (umulsi3_highpart): Zero extend a constant input.
3407 (smulsi3_highpart): Don't bother checking SImode constant.
3408 (const_umulsi3_highpart): Give op3 DImode.
3409 (const_smulsi3_highpart): Likewise.
3410
0b6301ae
RH
34112001-07-22 Richard Henderson <rth@redhat.com>
3412
3413 * flow.c (split_block): Make sure bb_note is included in the
3414 new block when splitting before a label.
3415
6b24c259
JH
3416Sun Jul 22 23:28:56 CEST 2001 Jan Hubicka <jh@suse.cz>
3417
3418 * basic-block.h (redirect_edge_and_branch_force,
3419 redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
3420 * flow.c (redirect_edge_and_branch_force,
3421 redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
3422 (redirect_edge_and_branch_force): Fix copying of lifeness information.
3423 (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
3424 * ifcvt.c (dead_or_predictable): Take BB as an new destionation
3425 instead of label; update CFG after transformation.
3426 (find_if_case_1): Update call, use redirect_edge_and_branch_force
3427 for finishing the transformation; handle even case where ELSE
3428 does not follow THEN.
3429 (find_if_case_2): Update call of dead_or_predictable; simplify
3430 CFG update.
3431
3432 * emit-rtl.c (split_branch_probability): New global variable.
3433 (try_split): Take care to set split_branch_probability and
3434 create REG_BR_PROB note for new jump insns.
3435 * md.texi (define_split): Document new feature.
3436
3437 * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
3438
544f03b4
NB
34392001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
3440
3441 * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
3442 (asm_out_file): Remove redundant declaration.
3443 (assemble_asm): Remove old #if 0 block.
3444 (assemble_variable): Remove end of function; debug output is
3445 now handled with global_decl. Remove old #if 0 block. Update.
3446 Remove saved_in_section and associated no-op code.
3447 * Makefile.in (varasm.o): Correct dependencies.
3448
bad1f214
AO
3449Sun Jul 22 17:55:11 2001 Alexandre Oliva <aoliva@redhat.com>
3450
3451 * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
3452 the definition in defaults.h.
3453
0045d504
JH
3454Sun Jul 22 21:31:04 CEST 2001 Jan Hubicka <jh@suse.cz>
3455
3456 * jump.c: Update comments.
3457 (delete_barrier_successors, delete_unreferenced_labels,
3458 delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
3459 delete_labelref_insn, redirect_tablejump, jump_optimize_1,
3460 jump_optimize, jump_optimize_minimal): Kill.
3461 (rebuild_jump_labels): Move code from jump_optimize_1.
3462 (purge_line_number_notes): Likewise.
3463 (copy_loop_headers): Likewise.
3464 * reg-stack.c: Update comment.
3465 * stmt.c: Likewise.
3466 * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
3467 JUMP_AFTER_REGSCAN): Kill.
3468 * toplev.c (rest_of_compilation): Use cleanup_cfg, call
3469 purge_line_number_notes and copy_loop_headers.
3470
3914abb4
NB
34712001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
3472 Richard Henderson <rth@redhat.com>
3473
3474 * dbxout.c (dbxout_global_decl): New.
3475 (xcoff_debug_hooks, dbx_debug_hooks): Use it.
3476 * sdbout.c (sdbout_finish): New.
3477 (sdbout_debug_hooks): Use it, add comments.
3478 (sdbout_global_decl): Defer initialised public vars to
3479 sdbout_finish.
3480 * varasm.c (assemble_variable): Don't output debug information
3481 for file-scope variables.
3482
be7560ea
RH
34832001-07-22 Richard Henderson <rth@redhat.com>
3484
3485 * config/alpha/alpha.c (get_trap_mode_suffix): New.
3486 (get_round_mode_suffix): New.
3487 (print_operand): Use them for [/]. Remove support for [&'`()+].
3488 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
3489 * config/alpha/alpha.md (attr round_suffix): New.
3490 (attr trap_suffix): New.
3491 (all insns): Set them appropriately. Use %/ instead of the
3492 myriad punctuators.
3493
65ecca65
NB
34942001-07-22 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3495
3496 * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
3497
4e812700
RH
34982001-07-22 Richard Henderson <rth@redhat.com>
3499
3500 * regrename.c (regrename_optimize): Compute nregs for each
3501 potential target register.
3502
f7e10587
NB
35032001-07-21 Neil Booth <neil@daikokuya.demon.co.uk>
3504 Richard Henderson <rth@redhat.com>
3505
3506 * dbxout.c (dbxout_global_decl): New.
3507 (xcoff_debug_hooks, dbx_debug_hooks): Use it.
3508 * sdbout.c (sdbout_finish): New.
3509 (sdbout_debug_hooks): Use it, add comments.
3510 (sdbout_global_decl): Defer initialised public vars to
3511 sdbout_finish.
3512 * varasm.c (assemble_variable): Don't output debug information
3513 for file-scope variables.
3514
919b1aec
L
35152001-07-21 H.J. Lu (hjl@gnu.org)
3516
3517 * config/mips/mips.c (mips_cpu): Moved into ...
3518 (override_options): Here.
3519
3520 * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
3521 mips_tune.
3522 (mips_cpu): Removed.
3523
0477256c
SC
35242001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3525
3526 * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
3527 ("iorqi3"): Likewise.
3528 ("xorqi3"): Likewise.
3529 ("*addhi3"): Fix constraint to avoid reloading in a soft register.
3530 ("*subhi3_sp): Likewise.
3531 ("*subhi3"): Likewise.
1490f392 3532 ("extendhisi2"): Accept D, X and Y as source operand to avoid
0477256c
SC
3533 reload problems.
3534
c4372ef4
NS
35352001-07-21 Nathan Sidwell <nathan@codesourcery.com>
3536
3537 * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
3538 * config/freebsd.h: Likewise.
3539 * config/linux.h: Likewise.
3540 * config/openbsd.h: Likewise.
3541 * config/alpha/linux-elf.h: Likewise.
3542 * config/arm/linux-elf.h: Likewise.
3543 * config/d30v/d30v.h: Likewise.
3544 * config/fr30/fr30.h: Likewise.
3545 * config/ia64/aix.h: Likewise.
3546 * config/ia64/ia64.h: Likewise.
3547 * config/mips/linux.h: Likewise.
3548 * config/pj/pj.h: Likewise.
3549 * config/rs6000/linux.h: Likewise.
3550 * config/sparc/linux.h: Likewise.
3551 * config/sparc/linux64.h: Likewise.
3552
90376ae2
BK
35532001-07-20 Bruce Korb <bkorb@gnu.org>
3554
3555 * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
3556 because getc() and char* may disagree on signedness.
3557
50b996bf
RH
35582001-07-20 Richard Henderson <rth@redhat.com>
3559
3560 * doc/rtl.texi (REG_DEAD): Update for current semantics.
3561
e9644cfe
RH
3562 * flow.c (try_redirect_by_replacing_jump): Correctly compute which
3563 insns to delete in the presence of cc0 in a jump insn.
3564
ed6ba1a5
RZ
3565Fri Jul 20 22:14:49 CEST 2001 Roman Zippel <zippel@linux-m68k.org>
3566 Jan Hubicka <jh@suse.cz>
3567
3568 * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
3569 of doing the change by hand.
3570
371b8fc0
JH
3571Fri Jul 20 21:59:42 CEST 2001 Jan Hubicka <jh@suse.cz>
3572
3573 * rtlanal.c (set_noop_p): Return true for noop jumps.
3574
3575 * expr.c (emit_single_push_insn): Add call to push expander.
3576 * expr.h (optab_index): Add OTI_push
3577 (push_optab): New constant.
3578 * genopinit.c (optabs): Add push_optab.
3579 * optabs.c (init_optab): Init push optab.
3580 * md.texi (push??1): Document
3581
00d0458c
SC
35822001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3583
3584 * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
1490f392 3585 expand to emit the pattern; put a REG_INC note for push/pop
00d0458c
SC
3586 instructions.
3587 ("movdf", "movdf_internal"): Likewise.
3588 ("movsi", "movsi_internal"): Likewise.
3589 ("movsf", "movsf_internal"): Likewise.
3590 ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
3591
d74e9142
SC
35922001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3593
3594 * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
3595 gen_highpart.
3596
1c432a87
DB
35972001-07-20 Daniel Berlin <dan@cgsoftware.com>
3598
3599 * params.def: Change default max inline insns to 100.
3600
9def18da
DN
36012001-07-20 Diego Novillo <dnovillo@redhat.com>
3602
3603 * combine.c (combine_simplify_rtx): Generate a new shift operation
3604 when simplifying the first operand of a (neg (ashift)) expression.
3605
d4845339
RH
36062001-07-20 Roman Lechtchinsky <rl@cs.tu-berlin.de>
3607
3608 * regclass.c (N_REG_INTS): Use only 32 bits per element.
3609
36102001-07-20 Kelley Cook <kelley.cook@home.com>
dbd210ef
KC
3611
3612 * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
3613 information. Move rest into ...
3614 (*-*-solaris): ... here. Eliminate redundant information and
3615 reword necessary packages section. Delete 4.x assembler bug info.
3616 (sparc-sun-*): Merge into ...
3617 (sparc-sun-sunos*): here.
3618
3a97685a
CM
36192001-07-20 Catherine Moore <clm@redhat.com>
3620
97660e20
RH
3621 * config/v850/v850.md (casesi): Generate LABEL_REF
3622 with Pmode.
3a97685a 3623
d24b3457
JH
3624Fri Jul 20 14:12:57 CEST 2001 Jan Hubicka <jh@suse.cz>
3625
3626 * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
3627 * i386.c (ix86_zero_extend_to_Pmode): Make global.
3628 * i386.md (strclrsi expander): Use it.
3629
bc8d3f91
JH
3630Fri Jul 20 13:24:16 CEST 2001 Jan Hubicka <jh@suse.cz>
3631
3632 * integrate.c (copy_insn_list): handle
3633 NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
3634 (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
3635 identically as to CODE_LABEL.
3636
3637 * fold-const (fold): Convert A/B/C to A/(B*C) and
3638 A/(B/C) to (A/B)*C
3639
3640 * except.c (connect_post_landing_pads): Delete the RESX insns.
3641
1f28c666
AH
36422001-07-20 Aldy Hernandez <aldyh@redhat.com>
3643
97660e20 3644 * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
1f28c666
AH
3645
3646 * config/mips/mips.md (nmadd/nmsub): Use macro.
3647
002ee64f
NS
36482001-07-20 Nathan Sidwell <nathan@codesourcery.com>
3649
3650 * cppinit.c (remove_dup_dir): Make static.
3651 (remove_dup_dirs): Make static. Only warn about preempting a
3652 system directory with a non-system directory.
3653
038fb2bc
GK
36542001-07-19 Geoffrey Keating <geoffk@redhat.com>
3655
3656 * ifcvt.c (noce_try_store_flag_constants): Correct order
3657 of parameters to trunc_int_for_mode.
3658
be672de8
MM
36592001-07-19 Mark Mitchell <mark@codesourcery.com>
3660
3661 * reorg.c (fill_simple_delay_slots): If an instruction might throw
3662 an exception that will be caught within this function, do not fill
3663 its delay slot with any subsequent instruction.
3664
6dd12198
SE
36652001-07-19 Steve Ellcey <sje@cup.hp.com>
3666
3667 * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
3668 * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
3669 pointer extension instruction.
3670 * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
3671 * simplify-rtx.c (simplify_unary_operation) Likewise.
1490f392 3672 * explow.c (convert_memory_address) Check value of
6dd12198
SE
3673 POINTERS_EXTEND_UNSIGNED to avoid some conversions when
3674 less than zero.
3675 * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
3676 MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
3677 * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
3678 Add Multilib Support.
3679 (POINTERS_EXTEND_UNSIGNED) Define for ILP32 support.
3680 * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
3681 Add Multilib Support.
3682 (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
3683 support.
3684 * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
3685 * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
3686 a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
3687
0248ce05
AO
36882001-07-19 Alexandre Oliva <aoliva@redhat.com>
3689
3690 * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
3691 old and new operands in `<', `3' and `b'.
3692
e1772ac0
NB
36932001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
3694
3695 * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
3696 (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
3697 (toplev.o): Don't depend on xcoffout.h.
3698 * c-decl.c: Include debug.h
3699 (duplicate_decls): Use debug hook.
3700 * dbxout.c (dbxout_source_file, dbxout_args): Make static.
3701 (dbx_debug_hooks, xcoff_debug_hooks): Update.
3702 (dbxout_types): Remove.
3703 * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
3704 * debug.c (do_nothing_debug_hooks): Update.
3705 (debug_true_tree, debug_nothing_rtx): New.
3706 * debug.h (struct rtx_def): New.
3707 (struct gcc_debug_hooks): New hooks ignore_block,
3708 outlining_inline_function and label.
3709 (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
3710 dwarf2out_frame_finish): New.
3711 * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
3712 Make static, update prototype.
3713 (dwarf2_debug_hooks): Update.
3714 * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
3715 dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
3716 * dwarfout.c (dwarf_debug_hooks): Update.
3717 * emit-rtl.c: Include debug.h.
3718 (remove_unnecessary_notes): Use debug hook.
3719 * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
3720 (final_scan_insn): Use debug hook.
3721 * integrate.c (output_inline_function): Use debug hook.
3722 * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
3723 (sdb_debug_hooks): Update.
3724 * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
3725 * toplev.c: Don't include xcoffout.h.
3726 (note_outlining_of_inline_function, debug_ignore_block): Remove.
3727 * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
3728 Remove.
3729 * tree.h (dwarf2out_do_frame): Remove.
3730
77f43519
CM
37312001-07-19 Catherine Moore <clm@cygnus.com>
3732
1490f392 3733 * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
77f43519 3734
d54ef62c
GK
37352001-07-19 Geoffrey Keating <geoffk@redhat.com>
3736
c77fbfbe
GK
3737 * reload1.c (eliminate_regs_in_insn): When updating a set
3738 to the frame pointer to the hardware frame pointer, perform
3739 the update always not just when REPLACE is set.
3740
eb4d554e
GK
3741 * reload1.c (choose_reload_regs): Don't inherit a reload
3742 that crosses multiple registers if registers past the first
3743 don't fit in the desired class.
3744
d54ef62c
GK
3745 * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
3746 when negating constants.
3747
7d46d516
TM
37482001-07-19 Toon Moene <toon@moene.indiv.nluug.nl>
3749
3750 * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
3751 * doc/tree.texi: Ditto.
3752
5442cf15
MK
37532001-07-19 Mark Kettenis <kettenis@wins.uva.nl>
3754 Jakub Jelinek <jakub@redhat.com>
3755
3756 * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
3757 (extract_cie_info): Handle "eh" augmentation properly,
3758 remember eh_ptr.
3759 (struct frame_state, __frame_state_for): New.
3760
432fa9f2
RO
37612001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3762
3763 * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
3764 HANDLE_SYSV_PRAGMA): Define.
3765 * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
3766 previous args.
3767 (copy_object): Caller changed.
3768
bfabbc3c
AS
37692001-07-19 Andreas Schwab <schwab@suse.de>
3770
3771 * configure.in (assembler dwarf2 debug_line support): Define nop
3772 insn for m68k.
3773 * configure: Regenerated.
3774
2b85879e
NB
37752001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
3776
3777 * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
3778 dwarfout.h.
3779 * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
3780 to conditionally compiled block.
3781 (dbx_debug_hooks, xcoff_debug_hooks): Update.
3782 * dbxout.h (dbxout_function): Remove.
3783 * debug.c (do_nothing_debug_hooks): Update.
3784 * debug.h (struct gcc_debug_hooks): New hooks function_decl,
3785 global_decl, deferred_inline_function.
3786 * dwarf2out.c (dwarf2_debug_hooks): Update.
3787 (dwarf2out_global_decl): New.
3788 * dwarfout.c: Don't include dwarfout.h.
3789 (dwarfout_global_decl, dwarfout_function_decl,
3790 dwarfout_deferred_inline_function): New.
3791 (dwarf_debug_hooks): Update.
3792 * dwarfout.h: Remove.
3793 * final.c: Don't include dwarfout.h.
3794 * sdbout.c (sdbout_global_decl): New.
3795 (sdbout_debug_hooks): Update.
3796 * toplev.c: Don't include dwarfout.h.
3797 (check_global_declarations, rest_of_compilation): Use new debug hooks.
3798 (note_deferral_of_defined_inline_function): Remove.
3799 * toplev.h (note_deferral_of_defined_inline_function): Remove.
3800 * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
3801 * ch/lex.c: Don't include dwarfout.h.
3802 * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
3803 (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
3804 * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
3805 * cp/optimize.c: Include debug.h.
3806 (maybe_clone_body): Use debug hook.
3807 * cp/semantics.c: Include debug.h.
3808 (expand_body): Use debug hook.
3809 * po/POTFILES.in: Remove dwarfout.h.
3810
c60e94a7
NB
38112001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
3812
3813 * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
3814 * c-parse.in (yyerror, _yylex): Similarly.
3815 * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
3816 Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
3817 Update comments.
3818 * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
3819 * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
3820
8458e954
JS
38212001-07-18 Jeff Sturm <jsturm@one-point.com>
3822
3823 * dwarf2out.c (dwarf2out_abstract_function): Don't emit
3824 in-class declaration at -g1. Fixes c++/2814.
3825
d989f648
RH
38262001-07-18 Richard Henderson <rth@redhat.com>
3827
3828 * doc/md.texi (reload_in/out): Document restrictions in predicates
3829 and constraints for these patterns. Document empty string matching
3830 ALL_REGS.
3831
20c93f7c
RO
38322001-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3833
3834 * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
3835
dc42616f
JH
3836Wed Jul 18 20:47:36 CEST 2001 Jan Hubicka <jh@suse.cz>
3837
3838 * cse.c: Undo my previous patch.
3839
f91abfce
TT
38402001-07-18 Tom Tromey <tromey@redhat.com>
3841
3842 For PR java/2812:
3843 * configure: Rebuilt.
3844 * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
3845 instead.
3846 * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
3847
0728902f
RH
3848Wed Jul 18 18:46:30 CEST 2001 Richard Henderson <rth@cygnus.com>
3849 Jan Hubicka <jh@suse.cz>
3850
3851 * flow.c (redirect_edge_and_branch): Bail out on complex edges.
3852 (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
3853 * jump.c (mark_jump_label): Do not forward branches.
3854
f06fbeea
JH
3855Wed Jul 18 18:35:01 CEST 2001 Jan Hubicka <jh@suse.cz>
3856
3857 * cse.c (delete_trivially_dead_insns): Delete the libcall block
3858 when return value is unused.
3859
222f7ba9
JH
3860Wed Jul 18 18:28:16 CEST 2001 Jan Hubicka <jh@suse.cz>
3861
3862 * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
3863
8b52df45
NP
3864Wed Jul 18 12:05:29 2001 Nicola Pero <n.pero@mi.flashnet.it>
3865
3866 * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
3867 on error. We can't blindly return the result of
3868 pthread_mutex_trylock because it returns a positive number on
3869 error, while we must return -1 on error.
3870 (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
1490f392 3871 fixes.
8b52df45
NP
3872 Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
3873
895b2cfe
AJ
38742001-07-18 Andreas Jaeger <aj@suse.de>
3875
3876 * integrate.c (output_inline_function): Correct type of debug_hooks.
3877
493efd37
TM
38782001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
3879
3880 * combine.c (combine_simplify_rtx): DIV can be treated
3881 associatively for floats if unsafe math optimisations are enabled.
3882
a7c07f1e
RH
38832001-07-17 Richard Henderson <rth@redhat.com>
3884
3885 * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
3886
3affaf29
RH
38872001-07-17 Richard Henderson <rth@redhat.com>
3888
3889 * calls.c (prepare_call_address): New parameter SIBCALLP. If true,
3890 don't force the function address into a register.
3891 (expand_call, emit_library_call_value_1): Update callers.
3892 * builtins.c (expand_builtin_apply): Likewise.
3893 * expr.h (prepare_call_address): Update decl.
3894
001da62a
CC
38952001-07-17 Chandrakala Chavva <cchavva@redhat.com>
3896
3affaf29
RH
3897 * config.gcc: For *-*-chorusos triplet, get chorus.h file from
3898 config directory.
3899 * config/i386/chorus.h: Move up.
3900 * config/sparc/chorus.h: Likewise.
3901 * config/rs6000/chorus.h: Likewise.
3902 * config/chorus.h: Moved here.
001da62a 3903
01efb963 39042001-07-17 Andreas Schwab <schwab@suse.de>
895b2cfe 3905
2bd2bdd9
CC
3906 * configure.in (assembler eh_frame optimization): Handle big
3907 endian.
3908 * configure: Regenerated.
01efb963 3909
b7e9703c
JH
3910Tue Jul 17 23:43:31 CEST 2001 Jan Hubicka <jh@suse.cz>
3911
3912 * expr.c (epxand_expr): Convert divisions into multiplications by
3913 reciprocals if -ffast-math.
3914
653e276c
NB
39152001-07-17 Neil Booth <neil@daikokuya.demon.co.uk>
3916
3917 * dbxout.c (dbxout_really_begin_function): Rename to
3918 dbxout_begin_function.
3919 (dbx_debug_hooks, xcoff_debug_hooks): Update.
3920 (dbxout_begin_function): Remove.
3921 (dbxout_function): Update.
3922 (dbxout_source_line): Update prototype.
3923 * dbxout.h (dbxout_begin_function): Remove.
3924 * debug.c (do_nothing_debug_hooks): Update.
3925 (debug_nothing_tree): Update.
3926 (debug_nothing_charstar_rtx): Remove.
3927 * debug.h (union tree_node): Declare.
3928 (struct rtx_def): Remove.
3929 (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
3930 begin_function. Change source_line prototype.
3931 (debug_nothing_tree): New.
3932 (debug_nothing_charstar_rtx): Delete.
3933 (dwarf2out_begin_prologue): Moved from ...
3934 * tree.h: ... here.
3935 * dwarf2out.c (dwarf2_debug_hooks): Update.
3936 (dwarf2out_begin_prologue): Update prototype. If genuine dwarf2
3937 debug info, call dwarf2out_source_line.
3938 (dwarf2out_souce_line): Update prototype.
3939 * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
3940 Change prototype, make static.
3941 (dwarfout_source_line): Update prototype.
3942 (dwarf_debug_hooks): Update.
3943 * dwarfout.h (dwarfout_begin_function): Remove.
3944 * final.c (final_start_function, final_scan_insn): Use appropriate
3945 debug hooks, update to use notice_source_line.
3946 (output_source_line): Rename notice_source_line. Don't call the
3947 source_line debug hook.
3948 * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
3949 make static, update prototype.
3950 (sdbout_mark_begin_function): Rename sdbout_begin_function, update
3951 prototype.
3952 (sdbout_end_prologue): New.
3953 (sdbout_source_line): Update prototype.
3954 (sdbout_debug_hooks): Update.
3955 (sdbout_symbol): Remove unused var.
3956 * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
3957 Delete.
3958 * varasm.c: Include debug.h.
3959 (assemble_start_function): Use begin_function debug_hook.
3960 * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
3961 update with prototype.
3962 (xcoffout_source_line): Update prototype.
3963 * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
3964 update prototype.
3965 (xcoffout_source_line): Update prototype.
3966
91a18fe0
RH
39672001-07-17 Richard Henderson <rth@redhat.com>
3968
3969 * c-typeck.c (build_binary_op): Do not shorten unsigned
3970 right shift after sign extension.
3971
4ba5f925
JH
3972Tue Jul 17 16:56:05 CEST 2001 Jan Hubicka <jh@suse.cz>
3973
3974 * combine.c (combine_simplify_rtx): Attempt to simplify
3975 a*(b/c) as (a*b)/c for floats in unsafe_math mode.
3976
3977 * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
3978 (simplify_binary_operation, simplify_unary_operation,
3979 simplify_relational_operation): Use it.
3980
3981 * combine.c (combine_simplify_rtx): Don't do associative law
3982 on divisions; allow associative law on floats.
3983
3aa8ab7b
L
39842001-07-17 H.J. Lu <hjl@gnu.org>
3985 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3986
3987 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
3988 ASM_OUTPUT_WEAK_ALIAS are defined.
3989 * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
3990 * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
3991 Moved ...
3992 * config/mips/iris5.h: ... here.
3993 (HANDLE_SYSV_PRAGMA): Defined as 1.
3994 * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
3995 * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
3996 symbol.
3997
4b01f8d8
JM
39982001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
3999
4000 * c-parse.in (all_prefix_attributes): New variable.
4001 (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
4002 (maybe_resetattrs): New production.
4003 (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
4004 maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
4005 notype_initdcl, nested_function, notype_nested_function,
4006 component_decl, components, components_notype,
4007 component_declarator, component_notype_declarator,
4008 absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
4009 ivars, mydecl, myparm): Update. Avoid prefix attributes just
4010 after a comma being applied to more than one declarator.
4011 * doc/extend.texi (Attribute Syntax): Update. Remove
4012 documentation of bugs that are no longer present.
4013
7a38df19
EC
40142001-07-13 Eric Christopher <echristo@redhat.com>
4015
4016 * config/mips/mips.h: Change TUNE_MIPS* options to use
4017 mips_tune.
4018 (EXTRA_SPECS): Add cc1_cpu_spec.
4019 * config/mips/mips.md (muldf3): Fix typo.
4020
6d5f49b2
RH
40212001-07-16 Richard Henderson <rth@redhat.com>
4022
4023 * config/m68k/m68k.c: Include expr.h and reload.h.
4024 (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
4025 [general int]: Use HOST_WIDE_INT_PRINT_DEC.
4026
0021de69
DB
40272001-07-16 Daniel Berlin <dan@cgsoftware.com>
4028 Richard Henderson <rth@redhat.com>
4029
4030 * cse.c (set_live_p): Take INSN argument for cc0; update callers.
4031 (insn_live_p): Fix fall off end of function.
4032 (dead_libcall_p): Remove COUNTS argument; update callers.
4033 (delete_trivially_dead_insns): Remove unused variables.
4034
b3bb6456
AJ
40352001-07-17 Andreas Jaeger <aj@suse.de>
4036
4037 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
4038 x86-64 pic support.
4039
4040 * lcm.c (optimize_mode_switching): Avoid warning for unused
51589632 4041 variable if !NORMAL_MODE.
b3bb6456
AJ
4042
4043 * flow.c (try_crossjump_to_edge): Remove unused variable.
4044
55105156
BK
40452001-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
4046
4047 * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
4048 atexit declaration in stdlib.h.
4049
40502001-07-16 Richard Begg <Richard.Begg@colesmyer.com.au>
4051
4052 * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
4053
4793dca1
JH
4054Mon Jul 16 22:48:00 CEST 2001 Jan Hubicka <jh@suse.cz>
4055
4056 * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
4057 * except.c (finish_eh_generation): Update call of cleanup_cfg;
4058 do rebuild_jump_labels instead of jump_optimize
4059 * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
4060 * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
4061 * flow.c (try_optimize_cfg): Remove unneeded code_labels.
4062
4063 * flow.c: Include timevar.h
4064 (find_basic_block): Push/pop timevar;
4065 (cleanup_cfg): Likewise.
4066 * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
4067 * Makefile: Add dependencies on timevar.h
4068
4069 * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
4070 (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
4071
4072 * rtl.h (delete_trivially_dead_insns): Add new parameter.
4073 * toplev.c (rest_of_compilation): Update calls.
4074 * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
4075 (delete_trivially_dead_insns): ... here; accept new argument
4076 preserve_basic_blocks; preserve basic blocks if set.
4077
4078 * reg-stack.c (stack_regs_mentioned): Return 0 if
4079 stack_regs_mentioned_data is not initialized.
4080 (reg_to_stack): Make stack_regs_mentioned survive after the
4081 reg-stack is completted; do not call cleanup_cfg.
4082 * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
4083 make cleanup_cfg after bb-reorder to output to debug file.
4084
b85946fc
RH
40852001-07-16 Richard Henderson <rth@redhat.com>
4086
4087 * regclass.c (init_reg_sets): Use only 32 bits per initializer
4088 from int_reg_class_contents.
4089
4e2db584
RH
40902001-07-16 Richard Henderson <rth@redhat.com>
4091
4092 * hard-reg-set.h (regs_invalidated_by_call): Declare.
4093 * regclass.c (regs_invalidated_by_call): Move from cse.c.
4094 (init_reg_sets_1): Move initialization from cse_main.
4095 * cse.c (regs_invalidated_by_call): Move to regclass.c.
4096 (cse_main): Move its initialization also.
4097 * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
4098 * flow.c (propagate_one_insn): Likewise.
4099 * gcse.c (compute_hash_table): Likewise.
4100 (compute_kill_rd, compute_store_table): Likewise.
4101 * sched-deps.c (sched_analyze_1): Likewise.
4102
cccf0ae8
R
4103Mon Jul 16 18:07:07 2001 J"orn Rennecke <amylaar@redhat.com>
4104
4105 * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
4106 gen_rtx_SET.
4107
94fc7dea
SE
41082001-07-16 Steve Ellcey <sje@cup.hp.com>
4109
4110 * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
4111 in if statement so we don't access undefined memory.
4112
978cf2fc
DB
41132001-07-16 Daniel Berlin <dan@cgsoftware.com>
4114
b3bb6456 4115 * gcse.c: Update comment at top.
ccef9ef5
DB
4116 Update comment on mem handling.
4117 mem_last_set, mem_first_set, mem_set_in_block: gone.
4118 Declaration of reg_set_info: gone.
4119 (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
4120 pointless with load_killed_in_block_p (they are *more*
4121 conservative then it, not less, and less accurate).
b3bb6456 4122 (oprs_not_set_p): Ditto.
ccef9ef5
DB
4123 (alloc_gcse_mem): Don't allocate mem_set_in_block
4124 (free_gcse_mem): Don't free it, either.
4125 (record_last_mem_set_info): Update comment in front, remove
4126 mem_*set_* stuff. Note the reason we don't handle stores directly
4127 here.
4128 (compute_hash_table): Update comments to reflect reality. Remove
4129 mem_*set_* references.
4130 (reset_opr_set_tables): Remove mem_*set_* references.
4131 (mark_call): Ditto.
b3bb6456 4132 (mark_set): Ditto. Also remove double sets of bitmaps for REG's.
ccef9ef5
DB
4133 (mark_clobber): Ditto (on both parts, we double set here too).
4134 (expr_killed_p): Remove mem_set_in_block test.
4135 (compute_transp): Remove mem_set_in_block test.
4136
978cf2fc 4137 * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
b3bb6456 4138 of edge, and removal of phi alternative to dump file.
978cf2fc
DB
4139 (ssa_ccp_substitute_constants): Add note about register now being
4140 constant, and which uses were replaced in what insns to dump file.
4141
23190837
AJ
41422001-07-16 Andreas Jaeger <aj@suse.de>
4143
4144 * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
4145 variables of type HOST_WIDEST_INT.
4146
4147 * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
4148 (__bb_exit_func): Correct type of count_max to avoid overflow.
4149 (num_digits): Handle long long argument.
4150
4151 * combine.c (gen_lowpart_for_combine): Remove unused variable.
4152
f4dc8d96
NB
41532001-07-16 Neil Booth <neil@cat.daikokuya.demon.co.uk>
4154
4155 * output.h (sdb_begin_function_line): Restore as an extern
4156 variable.
4157 * sdbout.c (sdb_begin_function_line): Make extern.
4158
9e9f3ede
RH
41592001-07-15 Richard Henderson <rth@redhat.com>
4160
4161 * machmode.def (Pmode): Redefine if GENERATOR_FILE.
4162 * genrecog.c (maybe_both_true_mode): New.
4163 (maybe_both_true_2): Use it.
4164 (write_switch): Don't put Pmode in a switch.
4165 * rtl.c (mode arrays): Don't explicitly size them.
4166
22fb740d
JH
4167Sun Jul 15 14:07:36 CEST 2001 Jan Hubicka <jh@suse.cz>
4168
4169 * toplev.c (rest_of_compilation): Fix register_life_up_to_date
4170 handling; move unconditional splitting before mode switching.
4171
4172 * i386.md (type): Add fistp type.
4173 (i387, length_attr, scheduling definitions): Handle this type.
4174 (fix_trunc?f?i2): Revamp to use mode switching.
4175 (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
4176 * i386.h (fp_cw_mode): New enum
4177 (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
4178 MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
4179
135d50f1
RK
4180Sun Jul 15 12:53:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4181
4182 * Makefile.in (integrate.o): Add debug.h.
4183 * integrate.c (debug.h): Add.
4184 (output_inline_function): Save, reset, and restore debug_hooks.
4185
b762a0ef
RH
41862001-07-15 Richard Henderson <rth@redhat.com>
4187
4188 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
4189 instead of COMPARE for the EQUIV expression.
4190
c319629b
RH
41912001-07-15 Richard Henderson <rth@redhat.com>
4192
4193 * flow.c (redirect_edge_and_branch_force): Initialize
4194 global_live_at_start and global_live_at_end.
4195 (allocate_bb_life_data): Export.
4196 * basic-block.h (allocate_bb_life_data): Declare.
4197 * toplev.c (rest_of_compilation): Call it.
4198
25e21aed
RH
41992001-07-15 Richard Henderson <rth@redhat.com>
4200
4201 * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
4202 (alpha_tablejump_best_label): New.
4203 * config/alpha/alpha-protos.h: Declare them.
4204 * config/alpha/alpha.md: Use braced strings for code blocks.
4205 (tablejump_osf): Break out add with r29.
4206 (tablejump_osf_internal): Remove.
4207 (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
4208 use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
4209
03598dea
JH
4210Sun Jul 15 00:53:35 CEST 2001 Jan Hubicka <jh@suse.cz>
4211
4212 * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
4213 of the movable.
4214
4215 * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
4216
4217 * i386-protos.h (ix86_split_fp_branch): Update prototype.
4218 (ix86_fp_jump_nontrivial_p): New.
4219 * i386.md (fp_jcc_?): Update call of split_fp_branch;
4220 use ix86_fp_jump_nontrivial_p.
4221 * i386.c (ix86_fp_jump_nontrivial_p): New.
4222 (ix86_split_fp_branch): Accept code instead of rtx.
4223 (ix86_expand_compare): Expand comparison early in case
4224 doing so is resonably cheap.
4225
b8313db6
NC
42262001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
4227
4228 * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
4229 not 'machine'.
4230 (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
4231 (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
4232
e2a12aca
NB
42332001-07-15 Neil Booth <neil@daikokuya.demon.co.uk>
4234
4235 * dbxout.c (dbxout_source_line): Make static, update prototype.
4236 (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
4237 (dbxout_init, dbxout_finish, dbxout_source_line,
4238 dbxout_begin_block, dbxout_end_block): Update for new prototypes.
4239 * dbxout.h (dbxout_source_line): Delete.
4240 * debug.c (debug_nothing_file, debug_nothing_file_int,
4241 debug_nothing_file_charstar_rtx): New.
4242 (do_nothing_debug_hooks): Update.
4243 (debug_nothing_void, debug_nothing_charstar_rtx,
4244 dwarf2out_end_epilogue): New.
4245 (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
4246 * debug.h (struct rtx_def): Declare.
4247 (gcc_debug_hooks): New hooks source_line, end_epilogue
4248 and end_function.
4249 (debug_nothing_void, debug_nothing_charstar_rtx,
4250 dwarf2out_end_epilogue): New.
4251 (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
4252 * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
4253 (dwarf2_debug_hooks): Update.
4254 (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
4255 dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
4256 * dwarf2out.h (dwarf2out_source_line): Remove.
4257 * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
4258 Make static, update prototype.
4259 (dwarfout_init, dwarfout_finish, dwarfout_source_line,
4260 dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
4261 (dwarf_debug_hooks): Update.
4262 * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
4263 dwarfout_end_function): Remove.
4264 * final.c (profile_function): Use debug hooks for ending functions
4265 and epilogues.
4266 (output_source_line, final_end_function): Update prototype,
4267 use debug hooks.
4268 (final_start_function, final_scan_insn): Update.
4269 * output.h (sdb_begin_function_line): Remove.
4270 (final_end_function): Update prototype.
4271 * sdbout.c (sdb_begin_function_line): Make static.
4272 (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
4273 (sdbout_source_line): New.
4274 (sdbout_end_epilogue, sdbout_end_function): Make static, update
4275 prototypes.
4276 (sdb_debug_hooks): Update.
4277 (sdbout_init, sdbout_source_line,
4278 sdbout_begin_block, sdbout_end_block): Update for new prototypes.
4279 * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
4280 * toplev.c (compile_file, rest_of_compilation): Update.
4281 * tree.h (dwarf2out_end_epilogue): Move to debug.h.
4282 * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
4283 xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
4284 Update for prototype changes.
4285 * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
4286 xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
4287
be7b80f4
RH
42882001-07-15 Richard Henderson <rth@redhat.com>
4289
4290 * config/alpha/alpha.h (TARGET_ABI_OSF): New.
4291 (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
4292 * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
4293 * config/alpha/alpha.c: Likewise.
4294 * config/alpha/alpha.md: Likewise.
4295 * config/alpha/alpha32.h: Likewise.
4296 * config/alpha/vms.h: Likewise.
4297 (OPEN_VMS): Remove.
4298
736f566a
RH
42992001-07-14 Richard Henderson <rth@redhat.com>
4300
4301 * config/alpha/alpha.md: Use define_constants for unspec values.
4302 Substitute throughout.
4303
e6290e74
TJ
43042001-07-14 Tim Josling <tej@melbpc.org.au>
4305
4306 * tree.def (EXPON_EXPR) remove. Never supported anyway.
4307
3794967f
JDA
43082001-07-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
4309
4310 * pa.md: Remove unused constraints from define_split's.
4311
35cbdf6f
RH
43122001-04-14 Richard Henderson <rth@redhat.com>
4313
4314 * ifcvt.c (find_cond_trap): Test for exit block.
4315
1e5fd094
JH
4316Sun Jul 15 00:50:20 CEST 2001 Jan Hubicka <jh@suse.cz>
4317
4318 Re-install recently reverted patch.
4319 * emit-rtl.c (try_split): Update mark_jump_label call.
4320 * flow.c (find_sub_basic_blocks): Likewise.
4321 * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
4322 jump_back_p): Kill.
4323 (mark_all_labels): Kill second parameter.
4324 (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
4325 (rebuild_jump_labels, jump_optimize_minimal): Update call
4326 of jump_optimize_1.
4327 (jump_optimize_1): Kill crossjumping code.
4328 (mark_jump_label): Kill cross_jump parameter.
4329 * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
4330 (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
4331 * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
4332 splitting.
4333 * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
4334 DFI_bpro.
4335 (dump_file_info): Likewise.
4336 (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
4337 reorganize passes to do reg-stack first, bb-reorder second.
4338 * invoke.texi (-d letters doc): Remove the jump2 pass.
4339
999c0669
RH
43402001-07-14 Richard Henderson <rth@redhat.com>
4341
4342 * ifcvt.c (find_cond_trap): New.
4343 (find_if_header): Call it.
4344 (merge_if_block): Relax existing jump sanity check.
4345 * jump.c (jump_optimize_1): Remove conditional trap handling.
4346
7d8b1412
AM
43472001-07-14 Alan Modra <amodra@bigpond.net.au>
4348
4349 * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
4350 millicode.
4351 (insn_refs_are_delayed): Correct comment.
4352 * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
4353 * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
4354 instead of r31. Make associated insn !TARGET_64BIT, and
4355 provide an additional 64-bit insn that clobbers r2.
4356 (divsi3): Likewise.
4357 (udivsi3): Likewise.
4358 (modsi3): Likewise.
4359 (umodsi3): Likewise.
4360
1ed672dd
JH
4361Sat Jul 14 02:58:38 CEST 2001 Jan Hubicka <jh@suse.cz>
4362
4363 * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
4364
4365 * flow.c (redirect_edge_and_branch_force, split_edge,
4366 try_crossjump_to_edge): Use set_block_for_new_insns.
4367 * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
4368
c51f3aa1
L
43692001-07-13 H.J. Lu (hjl@gnu.org)
4370
4371 * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
4372 the correct patch.
4373
ca18be57
GK
43742001-07-13 Geoffrey Keating <geoffk@redhat.com>
4375
4376 Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
4377
59387d2e
JM
43782001-07-13 Joseph S. Myers <jsm28@cam.ac.uk>
4379
4380 * c-common.c (decl_attributes): Take a pointer to the node to
4381 which attributes are to be attached, and a flags argument.
4382 * c-common.h (enum attribute_flags): New.
4383 (decl_attributes): Update prototype.
4384 * c-decl.c (start_decl, push_parm_decl, finish_struct,
4385 finish_enum, start_function): Update calls to decl_attributes.
4386 * c-parse.in (component_declarator, component_notype_declarator,
4387 label): Update calls to decl_attributes.
4388
48ccfb40
DC
4389Fri Jul 13 23:04:00 2001 Denis Chertykov <denisc@overta.ru>
4390
4391 * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
4392 * config/avr/avr.c (legitimate_address_p): Return value changed
4393 from letter to register classes. For better debugging.
4394
5a4aeb03
KH
43952001-07-13 Kazu Hirata <kazu@hxi.com>
4396
4397 * jump.c (reversed_comparison_code_parts): Fix comment typos.
4398
92e78e59
L
43992001-07-13 H.J. Lu (hjl@gnu.org)
4400
4401 * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
4402
f1cf4606
ME
44032001-07-13 Marc Espie <espie@cvs.openbsd.org>
4404
4405 * config.gcc (*-*-openbsd*): Add fragment to compile libgcc
4406 correctly for shared configurations.
4407 * config/t-libgcc-pic: New.
4408 * config/{i386,m68k,sparc}/t-openbsd: New.
4409 * config/openbsd.h: Include cpu_spec in cpp_spec where needed.
4410 Support -shared. Support debugging libraries with -g.
4411 * config/i386/openbsd.h: Correct ASM_COMMENT_START. Ensure dwarf2
4412 frame information does not emit pointer diffs.
4413 * config/sparc/openbsd.h: Ensure dwarf2 frame information does not
4414 emit pointer diffs.
4415
998d20d2
GK
44162001-07-13 Geoffrey Keating <geoffk@redhat.com>
4417
4418 Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
4419
1568d79b
DE
44202001-07-13 David Edelsohn <edelsohn@gnu.org>
4421
4422 * combine.c (try_combine): Ensure const_int pow2 is positive.
4423
9628a767
HP
44242001-07-13 Hartmut Penner <hpenner@de.ibm.com>
4425
23190837
AJ
4426 * config.gcc: Add configuration for s/390.
4427 * config/s390/s390.c: New. Subroutines for code generation.
9628a767
HP
4428 * config/s390/s390.h: New. Definitions for s/390.
4429 * config/s390/s390-protos.h: New. Prototypes.
4430 * config/s390/linux.h: New. Definitions for linux for s/390.
4431 * config/s390/linux64.h: New. Definitions for linux for zSeries.
23190837
AJ
4432 * config/s390/t-linux: New. Makefile fragment.
4433 * config/s390/s390.md: New. Machine description for s/390 and zSeries.
9628a767 4434 * config/s390/fixdfdi.h: New. Fix L_fix*di.
23190837 4435
f3ba35e4
JH
4436Fri Jul 13 14:46:21 CEST 2001 Jan Hubicka <jh@suse.cz>
4437
4438 * emit-rtl.c (try_split): Update mark_jump_label call.
4439 * flow.c (find_sub_basic_blocks): Likewise.
4440 * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
4441 jump_back_p): Kill.
4442 (mark_all_labels): Kill second parameter.
4443 (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
4444 (rebuild_jump_labels, jump_optimize_minimal): Update call
4445 of jump_optimize_1.
4446 (jump_optimize_1): Kill crossjumping code.
4447 (mark_jump_label): Kill cross_jump parameter.
4448 * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
4449 (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
4450 * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
4451 splitting.
4452 * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
4453 DFI_bpro.
4454 (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
4455 reorganize passes to do reg-stack first, bb-reorder second.
4456 * invoke.texi (-d letters doc): Remove the jump2 pass.
4457
448d17f9
SE
44582001-07-12 Steve Ellcey <sje@cup.hp.com>
4459
4460 * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
4461
6691db8e
JH
4462Thu Jul 12 17:57:16 CEST 2001 Jan Hubicka <jh@suse.cz>
4463
4464 * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
4465 basic blocks.
4466 (verify_flow_info): Make diagnostics prettier.
4467
c35e85f9
JH
4468Thu Jul 12 16:48:54 CEST 2001 Jan Hubicka <jh@suse.cz>
4469
4470 * flow.c (find_basic_blocks_1): Do not emit NOP after call.
4471
4472 * flow.c (outgoing_edges_match): Return early if condition reversal
4473 failed.
4474
51c6b247
RS
44752001-07-06 Richard Sandiford <rsandifo@redhat.com>
4476
4477 * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
4478 (mips_move_2words): When splitting a move into two instructions,
4479 prefix the second address operand with '%D'.
4480
a5a42b92
NB
44812001-07-12 Neil Booth <neil@daikokuya.demon.co.uk>
4482
4483 * Makefile.in (final.o): Depend on debug.h.
4484 * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
4485 (dbx_debug_hooks): Add new hooks.
4486 (xcoff_debug_hooks): New.
4487 * debug.c (debug_nothing_file_int_int): New.
4488 (do_nothing_debug_hooks): Update.
4489 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
4490 (debug_nothing_file_int_int): New.
4491 * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
4492 static, update prototype.
4493 (dwarf2_debug_hooks): Update.
4494 * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
4495 * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
4496 static, update prototype.
4497 (dwarf_debug_hooks): Update.
4498 * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
4499 * final.c: Include debug.h.
4500 (final_scan_insn): Use debug hooks when beginning and ending blocks.
4501 * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
4502 static, update prototype.
4503 (sdb_debug_hooks): Update.
4504 * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
4505 * toplev.c: Distinguish between xcoff and dbx.
4506
4507 * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
4508 Call all debug hooks, not just dwarf ones.
4509
c177db4b
TW
45102001-07-11 Timothy Wall <twall@redhat.com>
4511
4e2db584
RH
4512 * config.gcc: Add configuration for AIX5/IA64.
4513 * config/ia64/aix.h: New. AIX5/IA64-specific configuration.
4514 * config/ia64/crt[in].asm: New. Generic static ctor/dtor
c177db4b 4515 support prefix/suffix code.
4e2db584
RH
4516 * config/ia64/t-aix: New. Makefile fragment.
4517 * config/ia64/unwind-aix.c: New. Unwind table entry lookup.
c177db4b 4518
4d893612
KH
45192001-07-11 Kazu Hirata <kazu@hxi.com>
4520
4521 * recog.c (validate_change): Fix a comment typo.
4522
7f905405
NB
45232001-07-11 Neil Booth <neil@daikokuya.demon.co.uk>
4524
4525 * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.
4526 * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
4527 hooks directly.
4528 * dbxout.c (dbx_debug_hooks): Add new hooks.
4529 (dbxout_start_new_source_file): Rename dbxout_start_source_file,
4530 make static.
4531 (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
4532 make static.
4533 * dbxout.h (dbxout_start_new_source_file,
4534 dbxout_resume_previous_source_file): Delete.
4535 * debug.c (do_nothing_debug_hooks): Add new hooks.
4536 (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
4537 (debug_nothing_int_charstar, debug_nothing_int): New.
4538 * debug.h (gcc_debug_hooks): New hooks define, undef,
4539 start_source_file and end_source_file.
4540 (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
4541 (debug_nothing_int_charstar, debug_nothing_int): New.
4542 * dwarf2out.c (dwarf2_debug_hooks): Add new hooks. Move into
4543 the conditionally compiled section.
4544 (dwarf2out_start_source_file, dwarf2out_end_source_file,
4545 dwarf2out_define, dwarf2out_undef): Make static.
4546 * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
4547 dwarf2out_define, dwarf2out_undef): Remove.
4548 * dwarfout.c (dwarf_debug_hooks): Add new hooks.
4549 (dwarfout_start_source_file, dwarfout_end_source_file,
4550 dwarfout_define, dwarfout_undef): Make static.
4551 (dwarfout_start_source_file_check,
4552 dwarfout_end_source_file_check): New.
4553 (dwarfout_define, dwarfout_finish): Update.
4554 * dwarfout.h (dwarfout_start_new_source_file,
4555 dwarfout_resume_previous_source_file, dwarfout_define,
4556 dwarfout_undef): Remove.
4557 * sdbout.c (sdb_debug_hooks): Add new hooks.
4558 (sdbout_start_new_source_file): Rename sdbout_start_source_file,
4559 make static.
4560 (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
4561 make static, take an arg.
4562 * sdbout.h (sdbout_start_new_source_file,
4563 sdbout_resume_previous_source_file): Delete.
4564 * toplev.c (debug_start_source_file, debug_end_source_file,
4565 debug_define, debug_undef): Delete.
4566 * toplev.h (debug_start_source_file, debug_end_source_file,
4567 debug_define, debug_undef): Delete.
4568
4569 * java/jcf-parse.c: Include debug.h.
4570 (parse_class_file): Update to use debug hooks directly.
4571 * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
4572
ba4828e0
RK
4573Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4574
4575 * alias.c (set_mem_alias_set): New function.
4576 * rtl.h (set_mem_alias_set): Declare it.
4577 * builtins.c (expand_builtin_return_addr): Call it instead of
4578 using MEM_ALIAS_SET accessor.
4579 (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
4580 (get_memory_rtx, expand_builtin_va_arg): Likewise.
4581 (expand_builtin_va_copy):Likewise.
4582 * caller-save.c (setup_save_areas): Likewise.
4583 * calls.c (compute_argument_addresses): Likewise.
4584 * explow.c (set_mem_attributes): Likewise.
4585 * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
4586 (expand_assignment, store_constructor_field, store_field): Likewise.
4587 (expand_expr_unaligned): Likewise.
4588 * function.c (assign_stack_temp_for_type): Likewise.
4589 (put_reg_into_stack, gen_mem_addressof): Likewise.
4590 * ifcvt.c (noce_try_cmove_arith): Likewise.
4591 * reload1.c (reload, alter_reg): Likewise.
4592 * config/alpha/alpha.c (get_aligned_mem): Likewise.
4593 (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
4594 (alpha_expand_unaligned_store): Likewise
4595 (alpha_expand_unaligned_load_words): Likewise.
4596 (alpha_expand_unaligned_store_words): Likewise.
4597 (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
4598 (alpha_expand_epilogue): Likewise.
4599 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
4600 * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
4601 * config/i386/i386.c (legitimize_pic_address): Likewise.
4602 * config/i960/i960.c (setup_incoming_varargs): Likewise.
4603 * config/ia64/ia64.c (spill_restore_mem): Likewise.
4604 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
4605 * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
4606 * config/mips/mips.c (mips_va_arg): Likewise.
4607 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
4608 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
4609 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
4610 (setup_incoming_varargs, rs6000_va_arg): Likewise.
4611 (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
4612 (rs6000_emit_epilogue): Likewise.
4613 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
4614 * config/sparc/sparc.c (sparc_va_arg): Likewise.
4615 * config/v850/v850.c (v850_va_arg): Likewise.
4616
46fac664
JH
4617Wed Jul 11 21:27:25 CEST 2001 Jan Hubicka <jh@suse.cz>
4618
4619 * flow.c (merge_blocks_move_successor_nojumps): Do not crash
4620 when fallthru edge is present.
4621 (mege_blocks): Handle case where creation of jump insn
4622 is required.
4623
4624 * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
4625 CLEANUP_POST_REGSTACK): New constants.
4626 * except.c (finish_eh_generation): Update call of cleanup_cfg,
4627 * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
4628 * output.h (cleanup_cfg): Update prototype.
4629 * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
23190837 4630 * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
46fac664
JH
4631 cleanup_cfg call; kill missleading comment.
4632 * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
4633 * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
4634 parameter; control optimizations performed using it.
4635 (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
4636 try_crossjump_bb): New functions.
4637
9acc24a5
JDA
46382001-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
4639
4640 * pa.c (pa_output_function_prologue): Delete prototype. Make function
4641 extern.
4642 * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
4643 pa_output_function_prologue.
4644 * pa-protos.h (pa_output_function_prologue): New prototype.
4645
9312aecc
JDA
46462001-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
4647
4648 * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
4649 and low to get correct sign extension in low+high test.
4650
dec2b703
JJ
46512001-07-11 Janis Johnson <janis@us.ibm.com>
4652
4b9664e2
JJ
4653 * gcov.c (arcdata): Use gcov_type to fix branch percentage
4654 for large hit count.
4655
dec2b703
JJ
4656 * profile.c (branch_prob): Fix .bbg info for computed gotos
4657 and C++ EH code.
4658
40b18c0a
MM
46592001-07-11 Mark Mitchell <mark@codesourcery.com>
4660
23190837 4661 * stmt.c (parse_output_constraint): New function, split out
40b18c0a
MM
4662 from ...
4663 (expand_asm_operands): ... here. Use parse_output_constraint.
4664 * tree.h (parse_output_constraint): Declare it.
4665
a615c28a
RH
46662001-07-11 Richard Henderson <rth@redhat.com>
4667
4668 * bitmap.c: Comment some functions; fiddle whitespace.
4669 (bitmap_free): Don't export.
4670 (bitmap_element_allocate): Use memset.
4671 * bitmap.h (bitmap_free): Don't declare.
4672
5a660bff
DB
46732001-07-11 Daniel Berlin <dan@cgsoftware.com>
4674
4675 * gcse.c, lcm.c, sched-deps.c:
4676 s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
4677
4678 * flow.c (flow_loops_find): Free dom if we found no loops, since
4679 we aren't going to save it.
4680
4681 * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
4682 done.
4683
1a9485cf
JL
4684Wed Jul 11 09:00:48 2001 Jeffrey A Law (law@cygnus.com)
4685
4686 * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
4687
c8383050
RK
4688Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4689
4690 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
4691 #ifndef DWARF2_DEBUGGING_INFO.
4692
bd77ba51
RS
46932001-07-11 Richard Sandiford <rsandifo@redhat.com>
4694
4695 * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
4696
b5265b32
RS
46972001-07-11 Richard Sandiford <rsandifo@redhat.com>
4698
4699 * config/mips/mips.c (gen_int_relational): Tell the caller not to
4700 reverse a branch if a NE comparison is implemented with GTU.
4701
b87c8c8c
RS
47022001-07-11 Richard Sandiford <rsandifo@redhat.com>
4703 H.J. Lu <hjl@gnu.org>
4704
4705 * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
4706 constant addresses.
4707 (call_internal2): Likewise.
4708 (call_value_internal1): Likewise.
4709 (call_value_internal2): Likewise.
4710 (call_value_multiple_internal1): Likewise.
4711 (call_value_multiple_internal2): Likewise.
4712
0407c02b
KH
47132001-07-10 Kazu Hirata <kazu@hxi.com>
4714
4715 * calls.c (emit_library_call_value_1): Fix a comment typo.
4716 * dwarf2out.c (mem_loc_descriptor): Likewise.
4717 * config/i386/i386.c (ix86_expand_aligntest): Likewise.
4718
a1b2ebc0
DB
47192001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
4720
608fe35b 4721 * simplify-rtx.c (simplify_subreg): Fix typo in comment
a1b2ebc0 4722
07217645
RK
4723Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4724
4725 * recog.c (offsettable_address_p): Handle LO_SUM case.
4726 * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
4727 instead of plus_constant.
23190837 4728
91667711
SC
47292001-07-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4730
4731 * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
4732 fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
4733
d7624dc0
RK
4734Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4735
4736 * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
4737 adjust_address_nv instead of plus_constant.
4738
a51d908e
NB
47392001-07-10 Neil Booth <neil@daikokuya.demon.co.uk>
4740
4741 * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
4742 dwarf2out.o): Depend on debug.h, wrap long lines.
4743 * dbxout.c: Include debug.h.
4744 (dbx_debug_hooks): New.
4745 (dbxout_init): Make static, take just 2 args.
4746 (dbxout_finish): Make static.
4747 * dbxout.h (dbxout_init, dbxout_finish): Delete.
4748 * debug.c: New file.
4749 * debug.h: New file.
4750 * dwarf2out.c: Include debug.h.
4751 (dwarf2_debug_hooks): New.
4752 (dwarf2out_init): Make static.
4753 (dwarf2out_finish): Make static, take 2 args.
4754 * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
4755 * dwarfout.c: Include debug.h.
4756 (dwarf_debug_hooks): New.
4757 (dwarfout_init): Make static.
4758 (dwarfout_finish): Make static, take 2 args.
4759 * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
4760 * sdbout.c: Include debug.h.
4761 (sdb_debug_hooks): New.
4762 (sdbout_init): Make static, take 2 args.
4763 * sdbout.h (sdbout_init): Delete.
4764 * toplev.c: Include debug.h.
4765 (debug_hooks): New.
4766 (compile_file): Set deubg_hooks based on command line options.
4767 Use the hooks unconditionally rather than conditional compilation.
4768
af5c573a
JL
4769Tue Jul 10 09:04:45 2001 Jeffrey A Law (law@cygnus.com)
4770
4771 * ssa-ccp.c (first_phi_node): Remove. Replace uses with calls to
4772 first_insn_after_basic_block_note instead.
4773
4774 * df.c (df_bb_refs_unlink): #if 0 out for now.
4775
47762001-07-10 David Billinghurst <David.Billinghurst@riotinto.com
4777
4778 * ssa.h: Add prototype for ssa_const_prop
4779 * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
4780 (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
4781 (ssa_fast_dce): Remove unused variable
4782
64dfaa76
GDR
47832001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
4784
4785 * diagnostic.c (finish_diagnostic): Rename to
4786 diagnostic_finish. Make it take an 'output_buffer *'. Adjust
4787 calls thourghout.
4788
84db136d
JM
47892001-07-10 Jason Merrill <jason_merrill@redhat.com>
4790
8aaf55ac
JM
4791 * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
4792 .loc support.
4793
84db136d 4794 * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
23190837 4795 (dump_file): Only pad the demangled name with spaces if the
84db136d
JM
4796 mangled name was padded with spaces.
4797
fd052ec3
BS
47982001-07-10 Bernd Schmidt <bernds@redhat.com>
4799
4800 * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
4801 edge detection.
4802
62926f0b
RK
4803Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4804
10c2a453
RK
4805 * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
4806 extraction if no direct load if either EXPAND_CONST_ADDRESS or
4807 EXPAND_INITIALIZER.
4808
62926f0b
RK
4809 * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
4810 whether can put offset inside LO_SUM to check mode alignment, not size.
4811
acdcefcc
GDR
48122001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
4813
4814 * doc/tm.texi (Misc): Fix thinko.
4815
07167a18
JM
48162001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
4817
4818 * regmove.c (replace_in_call_usage): Fix warnings.
4819 * sched-deps.c (add_dependence): Fix warnings.
4820 * simplify-rtx.c (simplify_subreg): Likewise.
4821 Return NULL_RTX instead of NULL.
4822
4823 * reg-stack.c (emit_swap_insn): Eliminate warnings.
4824 (subst_asm_stack_regs): Likewise.
4825
4826 * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
4827 warnings.
4828
4829 * dwarf2out.c (output_call_frame_info): Declare i as int.
4830 (build_abbrev_table): Declare n_alloc as int.
4831 (dwarf2out_finish): Initialize die.
4832 * except.c: Declare sjlj_funcdef_number as unsigned.
4833 (connect_post_landing_pads): Declare j as unsigned.
4834 (convert_to_eh_region_ranges): Initialize call_site.
4835 (output_function_exception_table): Initialize tt_format_size.
4836 * expr.c (move_by_pieces_1): Initialize to1.
4837 (store_constructor): Initialize minelt and maxelt.
4838 * flow.c (mark_regs_live_at_end): Declare i as unsigned.
4839 * function.c (instantiate_decls): Avoid signed/unsigned warning.
4840
4841 * c-decl.c (combine_parm_decls): Unused, remove.
4842 * c-tree.h: Remove prototype for combine_parm_decls.
4843
4844 * reload.c (push_reload): Fix warning.
4845 (regno_clobbered_p): Likewise.
4846 * reload1.c (replace_pseudos_in_call_usage): Likewise.
4847 (reload_combine): Likewise.
4848
4849 * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
4850 * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
4851 warnings.
4852 * bitmap.c (bitmap_operation): Change user.
4853 * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
4854
4608d36c
EC
48552001-07-10 Eric Christopher <echristo@redhat.com>
4856
4857 * config/mips/mips.c (override_options): Fix typo.
4858
f6155fda
SS
48592001-07-09 Stan Shebs <shebs@apple.com>
4860
4861 * target.h (struct gcc_target): New fields init_builtins and
4862 expand_builtin.
4863 * target-def.h (TARGET_INIT_BUILTINS): New macro.
4864 (TARGET_EXPAND_BUILTIN): New macro.
4865 (TARGET_INITIALIZER): Add them.
4866 * builtins.c: Include target.h.
4867 (expand_builtin): Use targetm.expand_builtin.
4868 (default_init_builtins): New function.
4869 (default_expand_builtin): New function.
4870 * expr.h (default_init_builtins): Declare.
4871 (default_expand_builtin): Declare.
4872 * c-common.c (c_common_nodes_and_builtins): Use
4873 targetm.init_builtins.
4874 * defaults.h (MD_INIT_BUILTINS): Remove.
4875 * Makefile.in (builtins.o): Depend on target.h.
4876
4877 * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
4878 (TARGET_EXPAND_BUILTIN): Define.
4879 * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
4880 (MD_EXPAND_BUILTIN): Remove.
4881
4882 * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
4883 (TARGET_EXPAND_BUILTIN): Define.
4884 (c4x_init_builtins): Make endlink arg a local.
4885 (c4x_print_operand): Fix typos in adjust_address usages.
4886 * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
4887 * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
4888 (MD_EXPAND_BUILTIN): Remove.
4889
4890 * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
4891 (TARGET_EXPAND_BUILTIN): Define.
4892 (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
4893 (ix86_init_builtins): Call new function only if TARGET_MMX.
4894 * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
4895 * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
4896 (MD_EXPAND_BUILTIN): Remove.
4897
4898 * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
4899 (TARGET_EXPAND_BUILTIN): Define.
4900 * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
4901 (MD_EXPAND_BUILTIN): Remove.
4902
4903 * doc/tm.texi: Document these changes.
4904
2b1d9dc0
DN
49052001-07-09 Diego Novillo <dnovillo@redhat.com>
4906
4907 * basic-block.h (tree_node): Forward declare if needed.
4908 (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
4909 (BLOCK_HEAD_TREE): Define.
4910 (BLOCK_END_TREE): Define.
4911 (struct loops): Rename field 'tree' to 'tree_root'.
4608d36c 4912 * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
2b1d9dc0
DN
4913 'end_tree'.
4914 (flow_loops_tree_build): Rename reference to field 'tree' to
4915 'tree_root'.
4916 (flow_loops_level_compute): Ditto.
4917 * predict.c (estimate_bb_frequencies): Ditto.
4918 * tree.h (struct tree_common): Add field 'aux'.
4919
70bdc2ff
SS
49202001-07-09 Stan Shebs <shebs@apple.com>
4921
4922 * config/darwin.c (darwin_encode_section_info): Don't mark any
4923 DECL_EXTERNAL node as defined.
4924
d777856d
JDA
49252001-07-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
4926
4927 * pa.c (pa_init_machine_status, pa_mark_machine_status,
4928 pa_free_machine_status, hppa_init_pic_save): Delete.
4929 (hppa_pic_save_rtx): New. Use get_hard_reg_initial_val.
4930 (hppa_profile_hook): Use hppa_pic_save_rtx.
4931 * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
4932 hppa_init_pic_save): Delete.
4933 (hppa_pic_save_rtx): Declare.
4934 * pa.md (call, call_value, sibcall, sibcall_value,
4935 builtin_setjmp_receiver): Use hppa_pic_save_rtx.
4936
aa3c0d59
KH
49372001-07-09 Kazu Hirata <kazu@hxi.com>
4938
4939 * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
4940 * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
4941
af076e58
AJ
49422001-07-09 Andreas Jaeger <aj@suse.de>
4943
4944 * output.h: Add declaration of final_forward_branch_p.
4945
4946 * config/i386/i386.c (output_fix_trunc): Remove unused variable.
4947
4948 * varray.c: Include errors.h for internal_error and trim_filename
4949 declarations.
4950
4951 * Makefile.in (varray.o): Add errors.h.
4952
fb7e77d7
TM
49532001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
4954
4955 * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
4956 * optabs.c (have_add2_insn): Check whether the add insn chosen
4957 really accepts the operands. (have_sub2_insn): Ditto for sub insn.
4958 * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
4959
0b47e4c1
JL
4960Mon Jul 9 13:26:40 2001 Jeffrey A Law (law@cygnus.com)
4961
4962 * Makefile.in (OBJS): Add ssa-ccp.o
4963 (ssa-ccp.o): Add dependencies.
4964 * toplev.c (DFI_ssa_ccp): New dump file enum.
4965 (dump_file): Add entry for dumping after SSA CCP.
4966 (flag_ssa_ccp): New flag variable.
4967 (f_options): Add -fssa-ccp.
4968 (rest_of_compilation): Run SSA CCP if requested.
4969 * timevar.def (TV_SSA_CCP): New timevar.
4970 * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
4971 * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
4972 Fix minor typo in SSA DCE documentation.
4973 * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
4974 Add documentation for new dump option. Renumber dump files
4975 appropriately.
4976
5222e470
JH
4977Mon Jul 9 21:36:00 CEST 2001 Jan Hubicka <jh@suse.cz>
4978
4979 * emit-rtl.c (gen_highpart_mode): New.
4980 * rtl.h (gen_highpart_mode): Declare.
4981 * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
4982 operand can be VOIDmode constant.
4983
2b2c8b3e
JH
4984Mon Jul 9 17:23:10 CEST 2001 Jan Hubicka <jh@suse.cz>
4985
4986 * flow.c (redirect_edge_and_branch_force): New.
4987 (can_fallthru): Ensure that basic blocks are succeeding.
4988 (try_optimize_cfg): Do not delete basic block if it is the last one.
4989
4990 * flow.c (try_redirect_by_replacing_jump): Do not remove
4991 jumps with side effects, unlink chain on fallthru edge;
4992 set block for new jump instruction; avoid basic block to
4993 over by line number note.
4994
4995 * flow.c (try_simplify_condjump): Verify that the condjump
4996 is not always falling trought.
4997
4998 Re-install patch:
4999 * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
5000
5001 * flow.c (forwarder_block_p): Fix for fallthru blocks.
5002 (try_redirect_by_replacing_jump): Update properly the count
5003 and frequency information.
5004
60a97cd4
RK
5005Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5006
823e3574
RK
5007 * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
5008 address that is a LO_SUM specially.
5009 * explow.c (plus_constant_wide, case LO_SUM): Deleted.
5010
60a97cd4
RK
5011 * c-lang.c (start_cdtor): Remove extra parameter from start_function.
5012
5013 * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
5014 (operand_subword): Use them.
5015 (change_address_1): Renamed from change_address; new arg VALIDATE.
5016 * expr.h: Reflect above changes; change_address now macro.
5017 * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
5018 making MEM.
5019 * cselib.c (add_mem_for_addr): Likewise.
5020 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
5021 * regmove.c (try_apply_stack_adjustment): Likewise.
5022 * reload.c (push_reload, make_memloc): Likewise.
5023 * reload1.c (eliminate_regs): Likewise.
5024 * simplify-rtx.c (simplify_replace_rtx): Likewise.
5025 * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
5026 adjust_addess.
5027 * combine.c (make_extraction, simplify_shift_const): Likewise.
5028 (gen_lowpart_for_combine): Likewise.
5029 * cse.c (gen_lowpart_if_possible): Likewise.
5030 * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
5031 * expr.c (expand_expr, case COMPONENT_REF): Likewise.
5032 * optabs.c (gen_move_insn): Likewise.
5033 * reload1.c (alter_reg): Likewise.
5034 * simplify-rtx.c (simplify_subreg): Likewise.
5035 * stmt.c (expand_anon_union_decl): Likewise.
5036 * recog.c (validate_replace_rtx_1): Likewise.
5037 (expr.h): Include.
5038 * Makefile.in (recog.o): Add $(EXPR_H).
5039 * explow.c (stabilize): Call replace_equiv_address.
5040 * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
5041 * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
5042
053a35af
AH
50432001-07-03 Andrew Haley <aph@redhat.com>
5044
5045 * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
5046 the mode of the memory location.
5047
db42058b
BT
50482001-07-09 Bo Thorsen <bo@suse.co.uk>
5049
5050 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
5051
17b53c33
NB
50522001-07-09 Neil Booth <neil@daikokuya.demon.co.uk>
5053
5054 * final.c (output_addr_const): Use target opening and
5055 closing parentheses.
5056 * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
5057 defaults, add to TARGET_ASM_OUT.
5058 * target.h (struct gcc_target): Add open_paren and close_paren.
5059 * doc/md.texi: Update.
5060 * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
5061 TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
5062 TARGET_ASM_CLOSE_PAREN.
60a97cd4 5063 * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
17b53c33 5064 Override.
60a97cd4 5065 * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
17b53c33 5066 Override.
60a97cd4
RK
5067 * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
5068 * config/a29k/a29k.h: Similarly.
5069 * config/alpha/alpha.h: Similarly.
5070 * config/arc/arc.h: Similarly.
5071 * config/arm/aof.h: Similarly.
5072 * config/arm/aout.h: Similarly.
5073 * config/avr/avr.h: Similarly.
5074 * config/c4x/c4x.h: Similarly.
5075 * config/clipper/clipper.h: Similarly.
5076 * config/convex/convex.h: Similarly.
5077 * config/d30v/d30v.h: Similarly.
5078 * config/dsp16xx/dsp16xx.h: Similarly.
5079 * config/elxsi/elxsi.h: Similarly.
5080 * config/fr30/fr30.h: Similarly.
5081 * config/h8300/h8300.h: Similarly.
5082 * config/i370/i370.h: Similarly.
5083 * config/i386/i386.h: Similarly.
5084 * config/i860/i860.h: Similarly.
5085 * config/i960/i960.h: Similarly.
5086 * config/ia64/ia64.h: Similarly.
5087 * config/m32r/m32r.h: Similarly.
5088 * config/m68hc11/m68hc11.h: Similarly.
5089 * config/m68k/m68k.h: Similarly.
5090 * config/m88k/m88k.h: Similarly.
5091 * config/mcore/mcore.h: Similarly.
5092 * config/mips/mips.h: Similarly.
5093 * config/mn10200/mn10200.h: Similarly.
5094 * config/mn10300/mn10300.h: Similarly.
5095 * config/ns32k/ns32k.h: Similarly.
5096 * config/pa/pa.h: Similarly.
5097 * config/pdp11/pdp11.h: Similarly.
5098 * config/pj/pj.h: Similarly.
5099 * config/romp/romp.h: Similarly.
5100 * config/rs6000/rs6000.h: Similarly.
5101 * config/sh/sh.h: Similarly.
5102 * config/sparc/sparc.h: Similarly.
5103 * config/v850/v850.h: Similarly.
5104 * config/vax/vax.h: Similarly.
5105 * config/we32k/we32k.h: Similarly.
17b53c33 5106
b41df7f6
JM
51072001-07-09 Joseph S. Myers <jsm28@cam.ac.uk>
5108
5109 * doc/c-tree.texi: Document representation of attributes.
5110
648c546a
JM
51112001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
5112
5113 * doc/tm.texi: Update some places for the rename of target to
5114 targetm. Fix typo.
5115
12a68f1f
JM
51162001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
5117
5118 * target.h (struct gcc_target): Add insert_attributes.
5119 * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
5120 (TARGET_INITIALIZER): Update.
5121 * tree.c, tree.h (default_insert_attributes): New function.
5122 Update comments on other default functions to refer to targetm,
5123 not target.
5124 * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
5125 TARGET_INSERT_ATTRIBUTES.
5126 (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
5127 * c-common.c (decl_attributes): Use targetm.insert_attributes.
5128 Don't use PRAGMA_INSERT_ATTRIBUTES.
5129 * Makefile.in (c-common.o): Depend on $(TARGET_H).
5130 * c-decl.c (start_decl, start_function): Don't call
5131 SET_DEFAULT_DECL_ATTRIBUTES.
5132 * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
5133 * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
5134 declare.
5135 * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
5136 (c4x_check_attribute): Avoid modifying attribute list itself.
5137 (c4x_set_default_attributes): Rename to c4x_insert_attributes.
5138 Make static.
5139 * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
5140 * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
5141 declare.
5142 * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
5143 (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
5144 Make static.
5145 * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
5146 * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
5147 declare.
5148 * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
5149 (v850_set_default_decl_attr): Rename to v850_insert_attributes.
5150 Adjust parameters. Make static.
5151
f7a4cec0
JM
51522001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
5153
5154 * c-common.c (decl_attributes): Only take a single attributes
5155 parameter.
5156 * c-common.h (decl_attributes): Update prototype.
5157 * c-decl.c (start_decl, start_function): Only take a single
5158 attributes parameter. Update calls to decl_attributes.
5159 (finish_struct, finish_enum): Update calls to decl_attributes.
5160 (push_parm_decl): Expect unified list of attributes. Update call
5161 to decl_attributes.
5162 * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
5163 notype_nested_function, component_declarator,
5164 component_notype_declarator, label): Update calls to
5165 decl_attributes.
5166 (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
5167 lists that are passed to push_parm_decl.
5168 * c-tree.h (start_function, start_decl): Update prototypes.
5169 * config/sh/sh-protos.h, config/sh/sh.c
5170 (sh_pragma_insert_attributes): Only take a single attributes
5171 parameter.
5172 * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
5173 * doc/tm.texi (INSERT_ATTRIBUTES): Update.
5174 * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
5175 build_module_descriptor, generate_static_references,
5176 generate_strings, build_selector_translation_table,
5177 generate_descriptor_table, generate_protocols,
5178 generate_ivars_list, generate_dispatch_table,
5179 generate_protocol_list, generate_category,
5180 generate_shared_structures, really_start_method, add_objc_decls,
5181 generate_classref_translation_entry): Update calls to start_decl
5182 and start_function.
5183 (build_tmp_function_decl, start_method_def): Unify attribute lists
5184 that are passed to push_parm_decl.
5185
b4c25db2
NB
51862001-07-08 Neil Booth <neil@daikokuya.demon.co.uk>
5187
5188 * final.c (no_asm_to_stream): New.
5189 (final_scan_insn): Use target structures for prologue ends
5190 and epilogue starts.
5191 * output.h (no_asm_to_stream): New.
5192 * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
5193 TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
5194 (TARGET_ASM_OUT): Update.
5195 * target.h (struct gcc_target): New members function_end_prologue
5196 and function_begin_epilogue.
60a97cd4
RK
5197 * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
5198 * config/alpha/alpha-protos.h (output_end_prologue): Delete.
5199 * config/alpha/alpha.c (output_end_prologue): Rename to
b4c25db2
NB
5200 alpha_output_function_end_prologue. Use in target struct
5201 and make static.
60a97cd4
RK
5202 * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
5203 * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
5204 * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
b4c25db2
NB
5205 ia64_output_function_end_prologue. Use in target struct
5206 and make static.
5207 (ia64_function_prologue, ia64_funciton_epilogue): Rename
5208 mistyped prototypes.
60a97cd4
RK
5209 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
5210 * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
5211 Delete.
5212 * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
b4c25db2 5213 an use in target struct, make static.
60a97cd4
RK
5214 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
5215 Delete.
b4c25db2 5216
45c8268d
RH
52172001-07-08 Richard Henderson <rth@redhat.com>
5218
5219 * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
5220
d5d6a58b
RH
52212001-07-08 Richard Henderson <rth@redhat.com>
5222
5223 * config/i386/i386.md: Remove constraints strings from define_split
5224 and define_peephole2 patterns.
5225 (eh_return_si, eh_return_di): Split eh_return_1 for modes.
5226 (eh_return): Use them.
5227
7c16328b
RH
52282001-07-08 Richard Henderson <rth@redhat.com>
5229
5230 * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
5231 Document MD_FALLBACK_FRAME_STATE_FOR.
5232
8dd5d49d
SC
52332001-07-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5234
5235 * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
5236 Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
5237 elimination.
5238 * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
5239
13daf3c1
NC
52402001-07-07 Nick Clifton <nickc@cambridge.redhat.com>
5241
5242 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
5243 of the label inside NAME as opposed to just the end of NAME.
5244
8289c43b
NB
52452001-07-07 Neil Booth <neil@daikokuya.demon.co.uk>
5246
5247 * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
5248 * config/alpha/alpha.c (alpha_init_machine_status,
5249 alpha_mark_machine_status, alpha_free_machine_status): Delete.
5250 (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
5251 (vms_valid_decl_attribute_p): Make static, conditionally compile.
5252 * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
5253
f6897b10
SS
52542001-07-06 Stan Shebs <shebs@apple.com>
5255
5256 * target.h (targetm): Rename global from "target", so as not to
5257 conflict with local variables.
5258 * c-decl.c: Ditto.
5259 * c-typeck.c: Ditto.
5260 * final.c: Ditto.
5261 * tree.c: Ditto.
5262 * cp/decl.c: Ditto.
5263 * cp/decl2.c: Ditto.
5264 * cp/typeck.c: Ditto.
5265 * 1750a/1750a.c: Ditto.
5266 * a29k/a29k.c: Ditto.
5267 * arc/arc.c: Ditto.
5268 * arm/arm.c: Ditto.
5269 * avr/avr.c: Ditto.
5270 * clipper/clipper.c: Ditto.
5271 * convex/convex.c: Ditto.
5272 * d30v/d30v.c: Ditto.
5273 * dsp16xx/dsp16xx.c: Ditto.
5274 * elxsi/elxsi.c: Ditto.
5275 * fr30/fr30.c: Ditto.
5276 * h8300/h8300.c: Ditto.
5277 * i370/i370.c: Ditto.
5278 * i386/i386.c: Ditto.
5279 * i860/i860.c: Ditto.
5280 * i960/i960.c: Ditto.
5281 * ia64/ia64.c: Ditto.
5282 * m32r/m32r.c: Ditto.
5283 * m68hc11/m68hc11.c: Ditto.
5284 * m68k/m68k.c: Ditto.
5285 * m88k/m88k.c: Ditto.
5286 * mips/mips.c: Ditto.
5287 * ns32k/ns32k.c: Ditto.
5288 * pa/pa.c: Ditto.
5289 * pdp11/pdp11.c: Ditto.
5290 * romp/romp.c: Ditto.
5291 * rs6000/rs6000.c: Ditto.
5292 * sh/sh.c: Ditto.
5293 * sparc/sparc.c: Ditto.
5294 * vax/vax.c: Ditto.
5295 * we32k/we32k.c: Ditto.
5296 * doc/tm.texi: Update the manual to match.
5297
84fc8b47
RH
52982001-07-06 Richard Henderson <rth@redhat.com>
5299
5300 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
5301 DWARF2_UNWIND_INFO not just whether it is defined.
5302
4531c1c7
DN
53032001-07-06 Diego Novillo <dnovillo@redhat.com>
5304
5305 * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
5306 call to simplify_binary_operation returns a new pattern.
5307
39bd2948
RL
53082001-07-06 Roman Lechtchinsky <rl@cs.tu-berlin.de>
5309
5310 * glimits.h (__SHRT_MAX__): New.
5311 (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
5312 (SHRT_MAX): Define in terms of __SHRT_MAX__.
5313
8fa2140d
JM
53142001-07-06 Jan van Male <jan.vanmale@fenk.wau.nl>
5315
5316 * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
5317 avoid warnings.
5318
87e08c69
RH
53192001-07-06 Richard Henderson <rth@redhat.com>
5320
5321 * bitmap.c (bitmap_release_memory): Move adjacent to the
5322 allocation functions.
5323 (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
5324 the implementation. Binary search for the set bit.
5325 (bitmap_union_of_diff): Allocate the temporary on the stack
5326 instead of using xmalloc.
5327
0dab343a
RH
53282001-07-06 Richard Henderson <rth@redhat.com>
5329
5330 * genrecog.c (validate_pattern): Warn for constraints in
5331 define_{expand,split,peephole2}. Remove strict_low_part
5332 before looking up match_dup.
5333
15c0d35d
DD
53342001-07-06 DJ Delorie <dj@redhat.com>
5335
5336 * doc/gcc.texi (Makefile): Rename to be a more general purpose
5337 chapter about various build hints and history. Add section
5338 talking about the various types of native and cross builds.
5339
00478a05
NB
53402001-07-06 Neil Booth <neil@daikokuya.demon.co.uk>
5341
5342 * Makefile.in (final.o): Depend on target.h.
5343 * final.c: Include target.h.
5344 (default_function_pro_epilogue): New.
5345 (final_start_function): Use target structure for function prologues.
5346 (final_end_function): Use target structure for function epilogues.
5347 * fold-const.c (real_hex_to_f): Constify s and p.
5348 * output.h (default_function_pro_epilogue): New.
5349 * real.h (real_hex_to_f): Update prototype.
5350 * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
5351 TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
5352 (TARGET_INITIALIZER): Update.
5353 * target.h (gcc_target): Add struct asm_out.
5354 * doc/tm.texi: Update.
5355
5356config:
5357 Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
5358 TARGET_ASM_FUNCTION_EPILOGUE. Move macro code to functions
5359 in cpu/cpu.c, or rename old functions consistently. Take
5360 a HOST_WIDE INT not an int as the SIZE parameter. Remove now
5361 redundant macros and prototypes. Make new functions static.
5362
5363 * 1750a/1750a.c: Similarly.
5364 * 1750a/1750a.h: Similarly.
5365 * a29k/a29k-protos.h: Similarly.
5366 * a29k/a29k.c: Similarly.
5367 * a29k/a29k.h: Similarly.
5368 * arc/arc-protos.h: Similarly.
5369 * arc/arc.c: Similarly.
5370 * arc/arc.h: Similarly.
5371 * arm/arm-protos.h: Similarly.
5372 * arm/arm.c: Similarly.
5373 * arm/arm.h: Similarly.
5374 * avr/avr-protos.h: Similarly.
5375 * avr/avr.c: Similarly.
5376 * avr/avr.h: Similarly.
5377 * clipper/clipper-protos.h: Similarly.
5378 * clipper/clipper.c: Similarly.
5379 * clipper/clipper.h: Similarly.
5380 * convex/convex.c: Similarly.
5381 * convex/convex.h: Similarly.
5382 * d30v/d30v-protos.h: Similarly.
5383 * d30v/d30v.c: Similarly.
5384 * d30v/d30v.h: Similarly.
5385 * d30v/d30v.md: Similarly.
5386 * dsp16xx/dsp16xx-protos.h: Similarly.
5387 * dsp16xx/dsp16xx.c: Similarly.
5388 * dsp16xx/dsp16xx.h: Similarly.
5389 * elxsi/elxsi.c: Similarly.
5390 * elxsi/elxsi.h: Similarly.
5391 * fr30/fr30.c: Similarly.
5392 * fr30/fr30.md: Similarly.
5393 * h8300/h8300-protos.h: Similarly.
5394 * h8300/h8300.c: Similarly.
5395 * h8300/h8300.h: Similarly.
5396 * i370/i370-protos.h: Similarly.
5397 * i370/i370.c: Similarly.
5398 * i370/i370.h: Similarly.
5399 * i386/i386.c: Similarly.
5400 * i386/osf1elf.h: Similarly.
5401 * i386/osfrose.h: Similarly.
5402 * i860/i860-protos.h: Similarly.
5403 * i860/i860.c: Similarly.
5404 * i860/i860.h: Similarly.
5405 * i960/i960-protos.h: Similarly.
5406 * i960/i960.c: Similarly.
5407 * i960/i960.h: Similarly.
5408 * ia64/ia64-protos.h: Similarly.
5409 * ia64/ia64.c: Similarly.
5410 * ia64/ia64.h: Similarly.
5411 * m32r/m32r-protos.h: Similarly.
5412 * m32r/m32r.c: Similarly.
5413 * m32r/m32r.h: Similarly.
5414 * m68hc11/m68hc11-protos.h: Similarly.
5415 * m68hc11/m68hc11.c: Similarly.
5416 * m68hc11/m68hc11.h: Similarly.
5417 * m68k/crds.h: Similarly.
5418 * m68k/dpx2.h: Similarly.
5419 * m68k/m68k-protos.h: Similarly.
5420 * m68k/m68k.c: Similarly.
5421 * m68k/m68k.h: Similarly.
5422 * m68k/news.h: Similarly.
5423 * m88k/m88k-protos.h: Similarly.
5424 * m88k/m88k.c: Similarly.
5425 * m88k/m88k.h: Similarly.
5426 * mips/mips-protos.h: Similarly.
5427 * mips/mips.c: Similarly.
5428 * mips/mips.h: Similarly.
5429 * ns32k/merlin.h: Similarly.
5430 * ns32k/ns32k.c: Similarly.
5431 * ns32k/ns32k.h: Similarly.
5432 * ns32k/tek6000.h: Similarly.
5433 * pa/pa-protos.h: Similarly.
5434 * pa/pa.c: Similarly.
5435 * pa/pa.h: Similarly.
5436 * pdp11/2bsd.h: Similarly.
5437 * pdp11/pdp11-protos.h: Similarly.
5438 * pdp11/pdp11.c: Similarly.
5439 * pdp11/pdp11.h: Similarly.
5440 * romp/romp-protos.h: Similarly.
5441 * romp/romp.c: Similarly.
5442 * romp/romp.h: Similarly.
5443 * rs6000/rs6000-protos.h: Similarly.
5444 * rs6000/rs6000.c: Similarly.
5445 * rs6000/rs6000.h: Similarly.
5446 * rs6000/sysv4.h: Similarly.
5447 * sh/sh-protos.h: Similarly.
5448 * sh/sh.c: Similarly.
5449 * sh/sh.h: Similarly.
5450 * sparc/sparc-protos.h: Similarly.
5451 * sparc/sparc.c: Similarly.
5452 * sparc/sparc.h: Similarly.
5453 * vax/vax.c: Similarly.
5454 * vax/vax.h: Similarly.
5455 * vax/vms.h: Similarly.
5456 * we32k/we32k.c: Similarly.
5457 * we32k/we32k.h: Similarly.
5458
b62c8881
JL
5459Fri Jul 6 11:47:59 2001 Jeffrey A Law (law@cygnus.com)
5460
5461 * basic-block.h (first_insn_after_basic_block_note): Declare.
5462 * flow.c (first_insn_after_basic_block_note): Define. Moved
5463 from...
5464 * ssa.c (first_insn_after_basic_block_note): Remove.
5465 * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
5466 necessary.
5467 (ssa_eliminate_dead_code): Properly update the CFG and PHI
5468 nodes when we find a dead conditional branch. Insert BARRIERs
5469 after any blocks with no successors, but which do not have
5470 any BARRIERs.
5471
9d99ca5b
ZW
54722001-07-06 Zack Weinberg <zackw@stanford.edu>
5473
5474 * varray.c (varray_check_failed): Use internal_error.
5475
fc6aa0a9
AH
54762001-07-05 Andrew Haley <aph@redhat.com>
5477
5478 * Makefile.in (LIB2_DIVMOD_FUNCS): New.
5479 (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
5480 * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
5481
6331d1c1
JM
54822001-07-02 Jason Merrill <jason_merrill@redhat.com>
5483
5484 * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
5485 reference if the target constant is also a SYMBOL_REF.
5486
7dac2f89
EC
54872001-07-05 Eric Christopher <echristo@redhat.com>
5488
6331d1c1
JM
5489 * config/mips/mips.h (MASK_MIPS3900): Remove.
5490 (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
5491 MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
5492 (TARGET_MIPS3900): Change to use mips_arch.
5493 (TARGET_MIPS4000): New.
5494 (TARGET_MIPS4100): New.
5495 (TARGET_MIPS4300): New.
5496 (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
5497 (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
5498 for -mipsX.
5499 (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
5500 (ISA_HAS_BRANCHLIKELY): To here.
5501 (CC1_CPU_SPEC): New.
5502 (CC1_SPEC): Use here. Remove 4650 and 3900 options.
5503 (mips_arch_string): Declare.
5504 (mips_arch): Declare.
5505 (TARGET_OPTIONS): Add -march and -mtune.
5506
5507 * config/mips/mips.c (mips_arch_string): New.
5508 (mips_arch): New.
5509 (override_options): Handle -march for codegen and -mtune
5510 for scheduling. Use mips_arch. Move tx39 target default here.
5511 (mips_parse_cpu): Move error message to override_options.
5512
5513 * config/mips/r3900.h (TARGET_DEFAULT): Remove.
5514
5515 * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
5516
5517 * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
5518 (MIPS Options): Ditto. Change mcpu entry to historical text.
7dac2f89
EC
5519
55202001-07-05 H.J. Lu (hjl@gnu.org)
5521
4e2db584
RH
5522 * config/mips/mips.c (mips_parse_cpu): New function to parse
5523 -march=*/-mcpu=*.
7dac2f89 5524
a2497896
JW
55252001-07-05 Jim Wilson <wilson@redhat.com>
5526
5527 * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
5528 * config/ia64/t-ia64: Likewise.
5529 (LIB1ASMFUNCS): Update comment.
5530
9da6e781
DE
55312001-07-05 David Edelsohn <edelsohn@gnu.org>
5532
5533 * doc/install.texi (Install GCC: Binaries): Fix typo.
5534
43a72755
SC
55352001-07-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5536
7dac2f89
EC
5537 * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
5538 reference using the stack pointer, adjust it since we push Y
43a72755
SC
5539 temporarily.
5540 ("*ashrsi3"): Likewise.
5541 ("*lshrsi3"): Likewise.
5542
35f0a736
SC
55432001-07-05 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5544
5545 * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
5546 when -fomit-frame-pointer is used.
5547
35428bb9
JO
55482001-07-05 Jeffrey Oldham <oldham@codesourcery.com>
5549
5550 * flow.c: Reverse Jan Hubicka's patch of 02July2001.
5551 (try_redirect_by_replacing_jump): Reverse updating properly the
5552 count and frequency information. Reverse removing cc0 setter.
5553 (forwarder_block_p): Reverse fixing for fallthru blocks.
5554
0259b07a
DD
55552001-07-05 DJ Delorie <dj@redhat.com>
5556
5557 * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
5558 (translate_options): If the above is defined, use it to map
5559 given options to new options.
5560 * doc/tm.texi: Document it.
5561
081ca317
BL
55622001-07-05 Brad Lucier <lucier@math.purdue.edu>
5563 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5564
5565 * doc/invoke.texi (Optimize Options): Document that -fgcse may
5566 cause programs using computed gotos to run more slowly.
5567
021c4bfd
RO
55682001-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5569
5570 * doc/install.texi (Specific): Markup, spelling and typo fixes.
5571 Fixed sorting.
5572 Consistently require binutils 2.11.2, not prereleases.
5573 (Specific, decstation-*): Canonicalize as mips-dec-*.
5574 (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
5575 always necessary.
5576 (Specific, m68k-altos): Removed reference to README.altos, deleted.
5577 (Specific, mips-*): Reword MIPS C compiler requirements.
5578 (Specific, powerpc*-*-*): New, mention --with-cpu once.
5579 (Specific, sunv5): Removed, obsolete.
5580
aafdcfcd
NS
55812001-07-05 Nathan Sidwell <nathan@codesourcery.com>
5582
5583 * dwarf2out.c (output_loc_list): Use an all ones mask for
5584 .text asm output and don't rely on long long
5585 literals. Reformat some long lines.
5586
6c7f693e
AJ
55872001-07-05 Andreas Jaeger <aj@suse.de>
5588
5589 * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
5590 section.
5591
cc260610
DB
55922001-07-04 Daniel Berlin <dan@cgsoftware.com>
5593
5594 * dwarf2out.c (dwarf2out_define): Update comment.
5595 (dwarf2out_undef): Ditto.
5596 (dwarf2out_start_source_file): Ditto.
5597 (dwarf2out_end_source_file): Ditto.
5598 (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
5599 since we never call the start/end debug hook for the primary file.
5600
cc32b876
KH
56012001-07-04 Kazu Hirata <kazu@hxi.com>
5602
5603 * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
5604 from shll.
5605
dbead49c
NS
56062001-07-04 Nathan Sidwell <nathan@codesourcery.com>
5607
5608 * cppinit.c (remove_dup_dirs): Inform if a system include
4e2db584 5609 directory is being reordered.
dbead49c
NS
5610 * doc/invoke.texi (Directory Options): GCC warns if you hide a
5611 system include.
5612 * doc/cpp.texi (Search Paths): Likewise.
5613 * doc/gcc.texi (Interoperation): Remove information about
5614 -I/usr/include.
5615
0cf97c8b
NS
56162001-07-04 Nathan Sidwell <nathan@codesourcery.com>
5617
5618 * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
5619 (VARRAY_TOP_CHAR_PTR): Likewise.
5620
bbed13b1
KG
56212001-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5622
5623 * gcc.c (process_command): Don't assign elements of a const char*.
5624
2b1b6bf9
RK
5625Wed Jul 4 13:40:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5626
5627 * emit-rtl.c (change_address): Don't abort if invalid address while
5628 reload is in progress.
5629
84a5b4f8
DB
56302001-07-04 Daniel Berlin <dan@cgsoftware.com>
5631
5632 * c-lex.c (cb_file_change): Pass line number to
6c7f693e 5633 debug_start_source_file.
84a5b4f8
DB
5634 (cb_undefine): Pass correct line number to debug_undef.
5635
5636 * toplev.c (debug_start_source_file): Add line number to
5637 parameters. Pass it along to dwarf2out_start_source_file.
5638 (decode_g_option): Stop resetting debug level back to normal when
5639 we change debug formats, unless the current level is
5640 none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
5641 3).
6c7f693e 5642
84a5b4f8
DB
5643 * toplev.h (debug_start_source_file): Add line number to
5644 parameters.
6c7f693e 5645
2b1b6bf9
RK
5646 * dwarf2out.h (dwarf2out_start_source_file): Add line number to
5647 parameters.
84a5b4f8
DB
5648
5649 * dwarf2out.c (dwarf2out_start_source_file): Add line number to
5650 parameters.
6c7f693e 5651 Output debug_macinfo data for starting file if requested.
84a5b4f8
DB
5652 (dwarf2out_end_source_file): Output debug_macinfo data for ending
5653 file if requested.
2b1b6bf9
RK
5654 (dwarf2out_define): Output debug_macinfo data for defining a macro
5655 if requested.
84a5b4f8
DB
5656 (dwarf2out_undef): Output debug_macinfo data for undefining a
5657 macro if requested.
5658 (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
5659 (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
5660 (macinfo_section_label): New. DWARF2 macro info section label.
5661 (dwarf2out_init): If we want macro info, output the start label
5662 for the section.
5663 (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
5664 attribute to the compilation unit die pointing to the macro info.
5665
56662001-07-04 Daniel Berlin <dan@cgsoftware.com>
5667
5668 * dwarf2out.c (new_loc_list): Move to inside #ifdef
5669 DWARF2_DEBUGGING_INFO.
5670 (add_loc_descr_to_loc_list): Ditto.
5671 (output_loc_list): Ditto.
5672 Also, fix thinko in curr not being initialized.
5673 (gen_internal_sym): Ditto.
6c7f693e 5674
792760b9
RK
5675Wed Jul 4 13:40:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5676
5677 * emit-rtl.c (replace_equiv_address): New function.
5678 * expr.h (replace_equiv_address): New declaration.
5679 * explow.c (validize_mem): Call it instead of change_address and
5680 also call if -fforce-addr and address is constant.
5681 * expr.c: Replace more calls to change_address with adjust_address
5682 and/or replace_equiv_address or to validize_mem.
5683 * function.c, regmove.c, config/alpha/alpha.c: Likewise.
5684 * config/arm/arm.md, config/clipper/clipper.md: Likewise.
5685 * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
5686 * config/i370/i370.md, config/i860/i860.md: Likewise.
5687 * config/i960/i960.md, config/mips/mips.c: Likewise.
5688 * config/mips/mips.md, config/pa/pa.md: Likewise.
5689 * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
5690 * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
5691
266aae9b
KG
56922001-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5693
5694 * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
5695
5696 * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
5697 function.
5698
0671eaf6
JM
56992001-07-04 Joseph S. Myers <jsm28@cam.ac.uk>
5700
5701 * doc/include: New directory.
5702 * doc/fdl.texi: Move to doc/include/fdl.texi.
5703 * doc/texinfo.tex: Move to doc/include/texinfo.tex.
5704 * doc/include/funding.texi, doc/include/gpl.texi: New files.
5705 * doc/gcc.texi: Use funding.texi and gpl.texi.
5706 * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
5707 $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
5708 Update dependencies and use -I $(docdir)/include.
5709
77b6797a
AG
57102001-07-04 Anthony Green <green@redhat.com>
5711
5712 * config/v850/t-v850 (v850-c.o): Add missing dependencies.
5713
e9d21442
GP
57142001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5715
5716 * doc/install.texi (sparc64-*-*): Remove garbage.
5717
d2037d01
JM
5718Wed Jul 4 09:07:44 2001 Jan van Male <jan.vanmale@fenk.wau.nl>
5719
5720 * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
5721 Fix typo in last change to use adjust_address.
5722
37324a54
GP
57232001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5724
5725 * doc/install.texi (Specific): Update information for *-*-solaris*.
5726
17ab7c59
RK
5727Tue Jul 3 22:33:15 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5728
5729 * explow.c (plus_constant_wide): Reinitialize Y for restart.
5730
70fb5453
SS
57312001-07-03 Stan Shebs <shebs@apple.com>
5732
0cf97c8b 5733 * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
70fb5453
SS
5734 case for flag_no_mach_text_sections.
5735 (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
0cf97c8b
NS
5736 * config/darwin.c (flag_no_mach_text_sections): Remove.
5737 * config/darwin-protos.h (darwin_init_pragma): Remove decl.
70fb5453 5738
b72f00af
RK
5739Tue Jul 3 15:35:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5740
5741 * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
5742 and avoid checking for constant as first operand.
5743 * recog.c (find_constant_term_loc): No longer static.
5744 (adj_offettable_operand): Delete.
5745 * rtl.h (adj_offsettable_operand): Delete declaration.
5746 (find_constant_term): Add declaration.
5747 * caller-save.c: Replace calls to adj_offsettable_operand with calls
5748 to adjust_address.
5749 * config/arm/arm.c, config/c4x/c4x.c: Likewise.
5750 * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
5751 * config/i386/i386.c, config/i386/i386.md: Likewise.
5752 * config/i860/i860.c, config/i960/i960.c: Likewise.
5753 * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
5754 * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
5755 * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
5756 * config/mips/mips.c, config/mips/mips.md: Likewise.
5757 * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
5758 * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
5759 * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
5760 * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
5761 * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
5762 * config/ns32k/ns32k.md: Likewise.
5763
3b324340
ZW
57642001-07-03 Zack Weinberg <zackw@stanford.edu>
5765
5766 * rtl.c (copy_rtx): Handle 'T' format letter.
5767 * gensupport.c (collect_insn_data): Likewise.
5768 * print-rtl.c (print_rtx): Print 'T' slots like 's'.
5769
bf4eebe0
NC
57702001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
5771
5772 * doc/invoke.texi (Directory Options): Specifiy range for <N> in
5773 -B option. Use 'dir' not 'foo' as example directory name.
5774
c1911346
RO
57752001-07-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5776
5777 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
5778 Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
5779
f89dec57
JM
57802001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
5781
5782 * doc/cppinternals.texi: Improve formatting and logical markup.
5783
5b7c7046
AJ
57842001-07-03 Andreas Jaeger <aj@suse.de>
5785
5786 * Makefile.in (insn-recog.o): Add dependency on reload.h.
5787
5788 * genrecog.c (write_header): Include reload.h for prototypes in
5789 insn-recog.c.
5790
f5f4be42
NB
57912001-07-03 Neil Booth <neil@daikokuya.demon.co.uk>
5792
5793config:
5794 * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
5795 VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
5796 * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
5797 i386_pe_valid_type_attribute_p): Add.
5798 * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
5799 * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
5800
ed8908e7
RK
5801Mon Jul 2 21:52:19 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5802
5803 * explow.c (plus_constant_wide, case LO_SUM): New case.
5804 (plus_constant_for_output_wide): Delete.
5805 * rtl.h (plus_constant_for_output): Delete.
5806 * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
5807 instead of plus_constant_for_output.
5808 * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
5809 * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
5810 * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
5811 * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
5812 * config/sparc/sparc.md: Likewise.
5813 Convert some change_address calls to adjust_address.
5814
aee96fe9
JM
58152001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
5816
5817 * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
5818 doc/rtl.texi, doc/tm.texi: Improve formatting. Improve
5819 documentation of -std and -Wwrite-strings.
5820
8bf4dfc2
GK
58212001-07-02 Geoffrey Keating <geoffk@redhat.com>
5822
5823 * cse.c (canon_hash): Don't register registers in very small
5824 register classes, as extending their lifetime might cause
5825 reload to fail.
5826
f8d1529b
JH
5827Mon Jul 2 23:14:00 CEST 2001 Jan Hubicka <jh@suse.cz>
5828
5829 * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
5830
5831 * flow.c (forwarder_block_p): Fix for fallthru blocks.
5832 (try_redirect_by_replacing_jump): Update properly the count
5833 and frequency information.
5834
0826f1d8
JL
5835Mon Jul 2 14:20:13 2001 Jeffrey A Law (law@cygnus.com)
5836
5837 * toplev.c (dump_file_index): Move SSA dumps just after first
5838 jump dump.
5839 (dump_file): Corresponding changes.
5840 (rest_of_compilation): Move SSA path to just after the first
5841 jump pass.
5842 * doc/gcc.texi (Passes): Update due to movement of SSA path.
5843 * doc/invoke.texi: Update dump file #s as they were completely
5844 out of date with reality.
5845
918a6124
GK
58462001-07-02 Geoffrey Keating <geoffk@redhat.com>
5847
5848 * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
5849
5850 * expr.c (emit_move_insn_1): Deal with non-default
5851 STACK_PUSH_CODE.
5852
5853 * expr.c (emit_single_push_insn): Fix warning.
5854
58552001-07-02 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
5856
5857 * expr.c (emit_move_insn_1): Avoid modifying
5858 cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
5859
f4ef873c
RK
5860Mon Jul 2 15:33:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5861
5862 * emit-rtl.c (adjust_address): New function.
5863 * expr.h (adjust_address): Add declaration.
5864 * builtins.c: Replace some calls to change_address with calls to it
5865 or to validize_mem.
5866 * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
5867 * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
5868 * config/arm/arm.c, config/convex/convex.c: Likewise.
5869 * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
5870 * config/i386/i386.c, config/i386/i386.md: Likewise.
5871 * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
5872 * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
5873 * config/m88k/m88k.c, config/mips/mips.md: Likewise.
5874 * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
5875 * config/sh/sh.c, config/sparc/sparc.md: Likewise.
5876
becbcf96
JW
58772001-07-02 Jim Wilson <wilson@redhat.com>
5878
5879 * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
5880
58812001-07-02 Steve Ellcey <sje@cup.hp.com>
5882
4e2db584
RH
5883 * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
5884 * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
becbcf96 5885
a01eb545
ZW
58862001-07-02 Zack Weinberg <zackw@stanford.edu>
5887
5888 * cppinit.c (lang_defaults): New table.
5889 (set_lang): Just read from lang_defaults into the live options
5890 structure.
5891
51817b10
ZW
58922001-07-02 Zack Weinberg <zackw@stanford.edu>
5893
5894 * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
5895 * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
5896 * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
5897
eea81d3e
RO
58982001-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5899
5900 * doc/install.texi: Various spelling and markup fixes.
5901 (Installing GCC): Component specific installation instructions are
5902 gone.
5903 Fix reference.
5904 Warn about removing old install dir in the presence of shared libs.
5905 (Configuration): Invoke with options target to match configure
5906 --help.
5907 Consistently refer to gas, gld pathnames.
5908 Invert --enable-multilib documentation.
5909 Remove references to old compiler versions.
5910
faf041ed
RK
5911Mon Jul 2 12:50:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5912
5913 * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
5914
213ba345
RO
59152001-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5916
5917 * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
5918 section.
5919 (Specific, mips*-sgi-irix5): Note IDO download.
5920 Reworded MIPS C hints.
5921 Use GNU as instead of GAS.
5922 Markup fixes.
5923 Removed SGI Freeware reference, IRIX 6 only.
5924 (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
5925 Note N64 library requirement/workaround.
5926 Update O32 hints.
5927 Complete list of structure passing bug victims.
5928
b9063b3d
GP
59292001-07-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5930
5931 * doc/install.texi: Remove CVS Id.
5932
766890e1
AJ
59332001-07-02 Andreas Jaeger <aj@suse.de>
5934
5935 * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
5936 (find_inherently_necessary): Remove unused variable.
5937
6be77748
NS
59382001-07-02 Nathan Sidwell <nathan@codesourcery.com>
5939
5940 * c-common.h (TDI_inlined): New ast dump phase.
5941 (dump_flag_name): New function.
5942 * c-dump.c (dump_files): Add inlined phase.
5943 (dump_flag_name): Define.
5944 * doc/invoke.texi (-fdump-ast-inlined): Document.
5945
3aa12a58
RK
5946Mon Jul 2 06:29:36 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5947
5948 * stor-layout.c (layout_decl): Revert change to handling of alignment
5949 in packed types.
5950
21266f81
RK
5951Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5952
5953 * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
5954 for FIELD_DECL.
5955
1cc5e432
GK
59562001-07-01 Geoffrey Keating <geoffk@redhat.com>
5957
5958 * doc/tm.texi (FUNCTION_ARG): Document that the last call
5959 is special.
5960
3746c4a2
NS
59612001-07-01 Nathan Sidwell <nathan@codesourcery.com>
5962
5963 * tlink.c (recompile_files): Remove COMPILER_PATH and
5964 LIBRARY_PATH from the environment.
5965
b8363a24
ZW
59662001-07-01 Zack Weinberg <zackw@stanford.edu>
5967
5968 * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
5969 RID_LAST_PQ. Move RID_FIRST_PQ down with the other FIRST/LAST
5970 enumerators.
5971 (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
5972
5973 * c-parse.in (OBJC_STRING): Kill.
5974 (objc_string): Decompose to [objc_string] '@' STRING.
5975 (reswords): Take the leading '@' off all the Objective C keywords.
5976 (objc_rid_sans_at): Kill.
5977 (init_reswords): Don't initialize it.
5978 (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
5979 (_yylex): Kill reconsider label. Look ahead one token after
5980 an '@'; if we get an identifier, check whether it's an
5981 Objective C @-keyword. If so, return the keyword. Otherwise,
5982 put back the token and return the '@' as a terminal.
5983
5984 * cpplib.c (lex_macro_node): Remove unnecessary check for
5985 leading '@' on identifier. Clarify control flow and commentary.
5986
be8ac49a
RK
5987Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5988
5989 * cse.c (new_label_ref): Variable deleted.
5990 (insert): Remove set of new_label_ref.
5991 (check_for_label_ref): New function.
5992 (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
5993
528aeb48 5994See ChangeLog.5 for earlier changes.
This page took 0.76252 seconds and 5 git commands to generate.