summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ChangeLog entry: mips.c (reload_outcc) -> (reload_incc)rsandifo2001-08-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45048 138bc75d-0d04-0410-961f-82ee72b054a4
* * final.c (end_final): Fix typo last change.rth2001-08-202-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45047 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-205-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45046 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45044 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppinit.c (init_standard_includes): The returned bufferneil2001-08-207-95/+123
| | | | | | | | | | | | | | | | | is already malloc-ed. * gcc.c (add_prefix): Similarly. * prefix.c (translate_name): Update to support clear buffer ownership rules. (update_path): Similarly. Be sure to free any newly allocated key. UPDATE_PATH_HOST_CANONICALIZE takes only one argument. (tr): New function. * prefix.h (update_path): Update prototype and document. * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean up and update to new buffer ownership rules. * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45043 138bc75d-0d04-0410-961f-82ee72b054a4
* * final.c (compute_alignments): New function.hubicka2001-08-196-96/+214
| | | | | | | | | | | | | | | | | | | | | | | | | (init_insn_lengths): Do not care label_align. (LABEL_ALIGN_AFTER_BARRIER): Default to 1. (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0. (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New. (shorted_branches): Realloc label_align array; do not call init_insn_lengths; Do not care about loop alignments. * output.h (compute_alignments): Declare. * toplev.c (rest_of_compilation): Call compute_alignments. * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document. * predict.c (block_info_def): Add npredecesors, remove nvisited; change visited to tovisit. (propagate_freq): Use faster traversing algorithm. (estimate_loops_at_level, estimate_bb_frequencies): Change visited to tovisit; reverse meaning. * predict.c (struct block_info_def): Remove nvisited. (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions. (estimate_bb_frequencies): Call mark_dfs_back_edges. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45042 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/invoke.texi (MIPS Options): Document -mfused-madd.geoffk2001-08-194-9/+39
| | | | | | | | | | | * config/mips/mips.h (MASK_NO_FUSED_MADD): New. (TARGET_FUSED_MADD): New. (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd. * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to the multiply-add instructions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45041 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.danglin2001-08-192-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45037 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol refrth2001-08-192-1/+6
| | | | | | | is aligned to pointer size. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45034 138bc75d-0d04-0410-961f-82ee72b054a4
* * typeck2.c (add_exception_specifier): Only require complete type ifjakub2001-08-194-1/+50
| | | | | | | | | not in processing template declaration. * g++.dg/eh/template1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45032 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.c (ia64_cycle_display): Only emit cyclerth2001-08-192-1/+9
| | | | | | | display markers during final schedule. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45031 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.rth2001-08-192-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45030 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *rth2001-08-193-44/+28
| | | | | | | | | | in the same string. (ASM_NAME_TO_STRING): Remove. * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and * in the same string. Remove support for expressions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45029 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md (tablejump): Make an expander; handlerth2001-08-192-71/+21
| | | | | | | | | pic relative addressing here. (tablejump_1): Rename from tablejump_pic. (casesi): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45028 138bc75d-0d04-0410-961f-82ee72b054a4
* * regclass.c (fix_register): Fix typo.rth2001-08-192-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45027 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-196-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45025 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/unwind-ia64.c (UNW_REG_B0): New.rth2001-08-192-5/+30
| | | | | | | | | (struct _Unwind_Context): Expand br_loc to hold it. (uw_frame_state_for): Handle leaf functions better. (uw_update_reg_address): Update for br_loc change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45024 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.rth2001-08-193-11/+100
| | | | | | | | | | | | (__do_global_dtors_aux): Update to match. (__JCR_LIST__, __do_jv_register_classes): New. (.init): Call it. * config/ia64/crtend.asm (__JCR_END__): New. (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__ instead of an indirect LTOFF22 reloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45023 138bc75d-0d04-0410-961f-82ee72b054a4
* * crtstuff.c: Move list heads before code that uses them.rth2001-08-192-94/+92
| | | | | | | | | (__JCR_LIST__): Remove initial null. (frame_dummy, __frame_dummy): Do java registration here ... (__do_global_ctors_aux): ... not here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45022 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.rth2001-08-197-46/+78
| | | | | | | | | | | | | | | | | | * regclass.c (init_reg_sets_1): Fix typo. * config/ia64/ia64.c (ar_pfs_reg_operand): New. (ia64_expand_call): Pass ar.pfs to sibcall expanders. (ia64_compute_frame_size): Make ar.unat live when in use. (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf for ar.pfs; remove ar.unat handling. * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is call-saved. (PREDICATE_CODES): Add ar_pfs_reg_operand. * config/ia64/ia64-protos.h: Update decls. * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs. (sibcall_pic): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45021 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.md (cycle_display): Combine the expanderrth2001-08-192-6/+3
| | | | | | | and insn patterns. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45020 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.c (ia64_sched_reorder2): Also skip pastrth2001-08-192-17/+33
| | | | | | | pred_rel_mutex when searching for insn_group_barrier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45019 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stoprth2001-08-192-0/+11
| | | | | | | bit before asm as needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45018 138bc75d-0d04-0410-961f-82ee72b054a4
* * timevar.def (TV_MACH_DEP): New.rth2001-08-194-0/+12
| | | | | | | | * toplev.c (rest_of_compilation): Use it. * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45017 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-18 Vladimir A Merzliakov <wanderer@rsu.ru>bkoz2001-08-192-1/+5
| | | | | | | * include/bits/locale_facets.tcc (collate::do_transform): Add typename. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45016 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-08-192-1/+38
| | | | | | | * testsuite/22_locale/operators.cc: Add test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45015 138bc75d-0d04-0410-961f-82ee72b054a4
* * unwind-dw2.c (execute_stack_op): Add default aborts tozack2001-08-192-0/+11
| | | | | | | the inner switches to prevent warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45014 138bc75d-0d04-0410-961f-82ee72b054a4
* * timevar.h (struct timevar_time_def): Change element type to float.rth2001-08-183-30/+34
| | | | | | | | | | (ticks_to_msec, clocks_to_msec): Likewise. (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float. (get_time): Likewise. (timevar_print): Adjust zero check and printing to match. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45013 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,zack2001-08-188-345/+344
| | | | | | | | doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi: Eliminate overfull or underfull hboxes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45012 138bc75d-0d04-0410-961f-82ee72b054a4
* include:zack2001-08-184-266/+242
| | | | | | | | | | | | | * ansidecl.h: Reorganize for readability, remove documentation of obsolete macros, document PARAMS and VPARAMS. Add new macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic function implementation. gcc: * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45011 138bc75d-0d04-0410-961f-82ee72b054a4
* oops, that went with the previous commitzack2001-08-181-0/+40
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45010 138bc75d-0d04-0410-961f-82ee72b054a4
* * haifa-sched.c: Convert to target hooks. Macros replacedzack2001-08-1849-664/+782
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT, MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE, MD_SCHED_FINISH, and HAVE_cycle_display. * target-def.h (TARGET_SCHED_ADJUST_COST, TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT, TARGET_SCHED_FINISH, TARGET_SCHED_REORDER, TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY): New hook #defines to be overridden. (TARGET_SCHED): Bring them all together. (TARGET_INITIALIZER): Update. * target.h: Don't forward declare struct rtx_def. Use 'rtx' instead of 'struct rtx_def *' throughout. (struct sched): New set of hooks for the scheduler. * Makefile.in (haifa-sched.o): Depend on target.h. * doc/tm.texi: Document the new scheduler hooks, together in their own section, instead of scattered around. Fix a bunch of underfull/overfull hboxes. * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h, ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h, sparc.h: Don't define any of the old scheduler macros. * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c, ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c, sparc.c: Create hook functions from code extracted from corresponding target header, or make existing hooks static, as appropriate. Set the appropriate entries in targetm. * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h, i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h, rs6000-protos.h, s390-protos.h, sparc-protos.h: Remove prototypes for functions which are now static. * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and related gunk; the Haifa scheduler is now the only choice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45009 138bc75d-0d04-0410-961f-82ee72b054a4
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-1825-200/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * genopinit.c: Put floating point divide insns in sdiv_optab. * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab. * config/gofast.h, config/c4x/c4x.h, config/ia64/hpux_longdouble.h, config/mips/mips.h, config/pa/long_double.h, config/rs6000/sysv4.h, config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab. * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv. (init_optabs): Use init_optabv for overflow-trapping optabs. Don't init flodiv_optab. Give mov_optab, movstrict_optab, and cmp_optab RTX codes so have_insn_for can find them. * optabs.c (expand_simple_binop, expand_simple_unop, have_insn_for, gen_sub3_insn): New interfaces. * expr.h: Prototype new functions. (enum optab_methods): Move here from optabs.h. * builtins.c, combine.c, doloop.c, function.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c: Use new functions instead of working directly with optabs. * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c, unroll.c: Don't include optabs.h. * caller-save.c, combine.c, function.c, stmt.c: Just include insn-codes.h, not optabs.h. * Makefile.in: Update dependencies. * combine.c (make_compound_operation, simplify_comparison): Fix typos testing for this or that instruction. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45008 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.target (cpu_include_dir): Set to `config/cpu/m68k' forschwab2001-08-181-0/+3
| | | | | | | | m68k and m680[246]0. * config/cpu/m68k/bits/atomicity.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45006 138bc75d-0d04-0410-961f-82ee72b054a4
* * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS whenrth2001-08-182-2/+10
| | | | | | | generating libgcc.a. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45005 138bc75d-0d04-0410-961f-82ee72b054a4
* * except.c (TYPE_HASH): Delete.ghazi2001-08-1810-23/+34
| | | | | | | | | | | | | | | | | | | | | * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not HOST_WIDE_INT. * tree.c (TYPE_HASH): Delete. * tree.h (TYPE_HASH): Define. ch: * tree.c (TYPE_HASH): Moved to ../tree.h. cp: * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to GNU_xref_start_scope and GNU_xref_end_scope. * tree.c (TYPE_HASH): Moved to ../tree.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45004 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.md (adddi3_internal_2+1): Remove contraints fromgrahams2001-08-182-4/+11
| | | | | | | | | define_split. (adddi3_internal_2+2): Likewise. (eh_set_lr_di+1): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45002 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppinit.c (init_standard_includes): Reverse accidentallyneil2001-08-181-1/+1
| | | | | | | included hunk from prefix.c patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45001 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-186-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45000 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/gcj/convert/UnicodeToBytes.java (write): Write work bufferjsturm2001-08-182-1/+6
| | | | | | | starting from zero offset. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44997 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-17 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-08-1820-972/+1585
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement std::collate. * config/locale/collate_specializations_gnu.cc: Add here, implement in MT-safe way. * config/locale/collate_specializations_generic.cc: Add here, but in a less sophisticated manner. * include/bits/locale_facets.tcc (collate): Add generic definition. * include/bits/locale_facets.h (~collate): Mark virtual. (collate::_M_compare_helper): New. (collate::_M_transform_helper): New. * src/locale.cc: Remove unnecessary specializations. * src/string-inst.cc: Tweak instantiation of ctors. * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Do configury for collate. * aclocal.m4: Regenerate. * configure: Regenerate. * src/Makefile.am (sources): Add collate.cc. * src/Makefile.in: Regenerate. * testsuite/22_locale/collate_byname.cc: New. * testsuite/22_locale/collate.cc: New file. * testsuite/22_locale/collate_char_members.cc: New file. * testsuite/22_locale/collate_wchar_t_members.cc: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44996 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 andtromey2001-08-1842-707/+1274
| | | | | | | merged local changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44994 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com>tromey2001-08-182-13/+16
| | | | | | | | | | | * boehm.cc: Include gc_local_alloc.h if appropriate. (GC_GENERIC_MALLOC): Don't define. (MAYBE_MARK): Redefine for GC 6.0. (_Jv_MarkObj): Mark class differently. (_Jv_AllocArray): Use GC_generic_malloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44993 138bc75d-0d04-0410-961f-82ee72b054a4
* * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,rth2001-08-1823-261/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ... * dwarf2asm.c: ... here. * dwarfout.c: Remove them. * varasm.c (assemble_integer): Add align parameter. (assemble_real, output_constant, output_constructor): Likewise. * output.h: Update decls. * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c, config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c, config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h, config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md: Update all callers. * final.c (end_final): Abort profile block generation if we havn't layed it out properly. * output.h (assemble_eh_integer): Remove stale decl. * varasm.c (assemble_zeros): Tidy; use assemble_integer. (min_align): New. (assemble_integer): Handle unaligned data. (assemble_real): Abort on unaligned data. (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does anything useful. (default_dtor_section_asm_out_destructor): Use assemble_align. (default_named_section_asm_out_constructor): Likewise. (default_ctor_section_asm_out_constructor): Likewise. * config/darwin.c (machopic_asm_out_constructor): Likewise. (machopic_asm_out_destructor): Likewise. * config/nextstep.c (nextstep_asm_out_constructor): Likewise. (nextstep_asm_out_destructor): Likewise. * config/alpha/alpha.c (vms_asm_out_constructor): Likewise. (vms_asm_out_destructor): Likewise. * java/class.c (emit_register_classes): Add align parameter to call to assemble_integer. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44992 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/iris6.h (TARGET_IRIX6): New.rth2001-08-184-85/+278
| | | | | | | | | | | | | | | | | | | | | | | (current_section_name, current_section_flags): New. (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New. (MAX_OFILE_ALIGNMENT): New. (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section. * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove. (copy_file_data): Split out from (mips_asm_file_end): ... here. (mips_asm_file_start): Remove extra .section directive. Use tmpfile instead of mips_make_temp_file. (mips_unique_section): Use const char * as needed for warnings. (iris6_asm_named_section_1): Renamed from iris6_asm_named_section; re-add align parameter. (iris6_asm_named_section): New. (iris_section_align_entry_eq, iris_section_align_entry_hash): New. (iris6_asm_output_align, iris6_section_align_1): New. (iris6_asm_file_start, iris6_asm_file_end): New. * config/mips/mips-protos.h: Update decls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44991 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (Install GCC): Add links to build status pages.janis2001-08-171-0/+6
| | | | | | | | (Specific): Ditto. (Final install): Ditto; request updates for specific info git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44988 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-172-0/+17
| | | | | | | | | * libjava.compile/XercesBug.java: New file. (http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01066.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44987 138bc75d-0d04-0410-961f-82ee72b054a4
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-1711-134/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | line map instead. (_cpp_begin_message): Similarly. (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning, cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update. (cpp_pedwarn_with_file_and_line): Remove. * cppfiles.c (stack_include_file): Update; set filename to stdin here when appropriate. * cpphash.h (struct cpp_buffer): Remove nominal_fname. (_cpp_begin_message): Don't take a file name. * cppinit.c: Add comment. * cpplex.c: Fix end-of-directive indicator. * cpplib.c: Don't include intl.h. (run_directive, do_diagnostic): Update. (do_line): Update to not use nominal_fname. (cpp_push_buffer): Don't take a filename. * cpplib.h (struct ht): Remove. (cpp_push_buffer): Don't take a filename. (cpp_pedwarn_with_file_and_line): Remove. * cppmacro.c (struct cpp_macro): Remove file. (builtin_macro): Update. (_cpp_create_definition): Update. * cppmain.c: Correct comment. * fix-header.c (read_scan_file): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44986 138bc75d-0d04-0410-961f-82ee72b054a4
* (Install GCC): Add links to build status pages.janis2001-08-171-9/+36
| | | | | | | | (Specific): Ditto. (Final install): Ditto; request updates for specific info. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44985 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-17 Mark J Roberts <mjr@anarcast.net>tromey2001-08-172-12/+16
| | | | | | | | * java/math/BigInteger.java (randBytes): New method. (BigInteger(int,Random)): Use randBytes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44984 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud