OSDN Git Service

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