Skip to content
Snippets Groups Projects
  1. Jul 29, 2002
    • Alan Modra's avatar
      cpu_limits.h (__glibcpp_long_bits): Define. · bd11db39
      Alan Modra authored
      	* config/cpu/powerpc/cpu_limits.h (__glibcpp_long_bits): Define.
      	* configure.target (cpu_include_dir): Use cpu/powerpc for powerpc64.
      	* config/cpu/powerpc/atomicity.h (__always_swap): Remove.
      	(__test_and_set): Remove.
      	(_STWCX): Define and use.
      
      From-SVN: r55854
      bd11db39
    • Neil Booth's avatar
      objc-act.c (objc_init): Return immediately if filename is NULL. · 4307be72
      Neil Booth authored
      	* objc/objc-act.c (objc_init): Return immediately if filename
      	is NULL.
      
      From-SVN: r55853
      4307be72
    • Eric Christopher's avatar
      elf.h: Remove ecoff.h and gofast includes. · 6d439235
      Eric Christopher authored
      2002-07-29  Eric Christopher  <echristo@redhat.com>
      
             	* config/mips/elf.h: Remove ecoff.h and gofast includes.
              (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
              (SDB_DEBUGGING_INFO): Undefine.
              (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
      	(PUT_SDB_SIZE): Remove.
      	(SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
             	(STARTFILE_SPEC): Add isa3264 define.
             	* config/mips/elf64.h: Ditto.  Move TARGET_MEM_FUNCTIONS from here...
             	* config/mips/ecoff.h: Remove. and here...
             	* config/mips/iris3.h: and here...
             	* config/mips/sni-svr4.h: and here...
             	* config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
      	Add assembler -mmdebug options for non-dwarf debugging.
      	* config/mips/r3900.h: Remove debug info defines.
             	* config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
             	* config/mips/isa3264.h: Ditto.
             	* config/mips/t-isa3264: Fix up for file removal and gofast configure
             	change.
             	* config/mips/t-elf: Ditto.
             	* config/mips/t-ecoff: Ditto.
             	* config/mips/t-r3900: Ditto.
             	* config/mips/t-iris5-6: Ditto.
             	* config/mips/t-isa3264: Ditto.
             	* config/mips/t-linux: Remove.
             	* config/mips/t-netbsd: Remove.
             	* config/mips/t-mips: New file.
             	* config/mips/t-gofast: Ditto.
             	* config/mips/netbsd.h: Remove unnecessary undefines.
             	* config/mips/linux.h: Remove #include of mips.h.
             	* config.gcc: Add mips.h include for elf targets. Remove tm_file
             	for ecoff. Add gofast configure option for mips.
      
      From-SVN: r55852
      6d439235
    • Chris Demetriou's avatar
      configure.in (mips*-*-*): Add a test to see if MIPS libgloss linker scripts... · 4357a6c3
      Chris Demetriou authored
      configure.in (mips*-*-*): Add a test to see if MIPS libgloss linker scripts use STARTUP directives...
      
      2002-07-29  Chris Demetriou  <cgd@broadcom.com>
      
              * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
              linker scripts use STARTUP directives consistently.
              * configure: Regenerate.
              * config.in: Regenerate.
              * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
              on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
              * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
              * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
              HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
              will be the same.
      
      From-SVN: r55851
      4357a6c3
    • Aldy Hernandez's avatar
      * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute. · 9a5cd606
      Aldy Hernandez authored
      From-SVN: r55850
      9a5cd606
    • Aldy Hernandez's avatar
      rs6000.h (RTX_COSTS): Add MULT case for 8540. · a23acaa6
      Aldy Hernandez authored
      2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
      
      	* config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
      
      From-SVN: r55849
      a23acaa6
    • Aldy Hernandez's avatar
      rs6000.md: Move altivec patterns from here... · 10ed84db
      Aldy Hernandez authored
      2002-07-29  Aldy Hernandez  <aldy@quesejoda.com>
      
      	* config/rs6000/rs6000.md: Move altivec patterns from here...
      
      	* config/rs6000/altivec.md: ...to here.
      
      From-SVN: r55848
      10ed84db
    • Aldy Hernandez's avatar
      spe.md ("spe_evmra"): Change to unspec. · c3021e5d
      Aldy Hernandez authored
      2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
      
      	* config/rs6000/spe.md ("spe_evmra"): Change to unspec.
      
      From-SVN: r55847
      c3021e5d
    • Richard Henderson's avatar
      emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from set_mem_attributes... · 6f1087be
      Richard Henderson authored
      emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from set_mem_attributes and add BITPOS argument.
      
              * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
              set_mem_attributes and add BITPOS argument.  Subtract it from
              OFFSET when same is adjusted.
              (set_mem_attributes): New wrapper function.
              * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
              remove offset adjustment hack.
              * expr.h (set_mem_attributes_minus_bitpos): Declare.
      
      From-SVN: r55846
      6f1087be
    • Gabriel Dos Reis's avatar
      Makefile.in (C_OBJS): Include c-pretty-print.o · 61ccbcfd
      Gabriel Dos Reis authored
      2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
      
      	* Makefile.in (C_OBJS): Include c-pretty-print.o
      	(c-pretty-print.o): Add depency rule.
      	* pretty-print.h: Add more macros.
      	* c-pretty-print.c: New file.
      	* c-pretty-print.h: Likewise.
      
      cp/
      
      2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
      
      	* Make-lang.in (CXX_C_OBJS): Include.
      
      From-SVN: r55845
      61ccbcfd
    • Aldy Hernandez's avatar
      spe.h (__internal_ev_mwhgumian): Cast vector constants to __ev64_s32__. · 09101f56
      Aldy Hernandez authored
      2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
      
      	* config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
      	constants to __ev64_s32__.
      	(__internal_ev_mwhgsmian): Same.
      	(__internal_ev_mwhgsmfan): Same.
      	(__internal_ev_mwhgssfan): Same.
      	(__internal_ev_mwhgumiaa): Same.
      	(__internal_ev_mwhgsmiaa): Same.
      	(__internal_ev_mwhgsmfaa): Same.
      	(__internal_ev_mwhgssfaa): Same.
      
      From-SVN: r55844
      09101f56
    • David Edelsohn's avatar
      varasm.c (assemble_variable): Narrow test for uninitialized without BSS target support. · af673a52
      David Edelsohn authored
              * varasm.c (assemble_variable): Narrow test for uninitialized
              without BSS target support.
      
      From-SVN: r55843
      af673a52
    • Nathan Sidwell's avatar
      profile.c: Add file comment describing the overall algorithm and structures. · 6c208acd
      Nathan Sidwell authored
      	* profile.c: Add file comment describing the overall algorithm and
      	structures.
      	(struct edge_info): Add comments.
      	(struct bb_info): Add comments.
      	* basic-block.h (EDGE_*): Add comments.
      	* doc/gcov.texi (Gcov Data Files): Document bit flags.
      
      From-SVN: r55842
      6c208acd
    • Bob Wilson's avatar
      * config/xtensa/elf.h, config/xtensa/linux.h · 624f0d60
      Bob Wilson authored
              (TARGET_OS_CPP_BUILTINS): Define.
              (CPP_PREDEFINES): Remove.
              * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
              (CPP_SPEC): Remove.
      
      From-SVN: r55840
      624f0d60
    • Zack Weinberg's avatar
      gensupport.c: Include hashtab.h. · 2199e5fa
      Zack Weinberg authored
      	* gensupport.c: Include hashtab.h.
      	(insn_elision, condition_table, hash_c_test, cmp_c_test,
      	maybe_eval_c_test): New routines and data structures to
      	support insn elision.
      	(init_md_reader): Read and initialize the condition_table.
      	(read_md_rtx): Discard insn patterns whose C test is provably
      	always false.
      	* gensupport.h: Declare new functions and data structures.
      
      	* genconditions.c, dummy-conditions.c: New files.
      	* Makefile.in: Build genconditions; run it to construct
      	insn-conditions.c; build that and link it into most gen*
      	programs.
      	(HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
      	(GEN): Delete, unused.
      	(STAGESTUFF): Update.
      
      	* gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
      	CODE_FOR_nothing for all elided patterns.
      	(main): Tweaked to support this.
      	* genflags.c (gen_proto): Emit a static inline generator
      	function here for all elided patterns, which simply returns
      	NULL_RTX.
      	(gen_insn): Do not define HAVE_xxx for elided patterns.
      	(main): Tweaked to support this.  No need to forward-declare
      	struct rtx_def.
      	* genrecog.c: Do not bother emitting the C test if it's known
      	to be true at compile time.
      
      From-SVN: r55839
      2199e5fa
    • Mike Stump's avatar
      config.gcc (target_gtfiles): Initialize... · 6ab185d6
      Mike Stump authored
      	* config.gcc (target_gtfiles): Initialize, as otherwise cross compilers hosted on
      	powerpc-apple-darwin6.0 won't even build.
      
      From-SVN: r55838
      6ab185d6
    • Neil Booth's avatar
      * cplus-dem.c (PREPEND_BLANK): Remove. · 437974a9
      Neil Booth authored
      From-SVN: r55837
      437974a9
    • Richard Earnshaw's avatar
      arm.md (sibcall, [...]): Add RETURN as part of the pattern, remove clobber of LR. · 72b075d1
      Richard Earnshaw authored
      * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
      remove clobber of LR.
      (sibcall_insn, sibcall_value_insn): Update accordingly.
      (sibcall_epilogue): Remove debugging comment from assembler stream.
      
      From-SVN: r55836
      72b075d1
    • Alan Modra's avatar
      * cp-tree.h: Comment typo fix. · 3f16a8f3
      Alan Modra authored
      From-SVN: r55835
      3f16a8f3
    • Richard Earnshaw's avatar
      spew.c (space_for_token): Allocate zeroed memory for a new token chunk. · c03d566f
      Richard Earnshaw authored
      * spew.c (space_for_token): Allocate zeroed memory for a new token
      chunk.
      
      From-SVN: r55834
      c03d566f
    • Gabriel Dos Reis's avatar
      pretty-print.h: Define more macros. · f63c45ec
      Gabriel Dos Reis authored
      	* pretty-print.h: Define more macros.
      	* diagnostic.h (output_formatted_integer): Moved from...
      	* diagnostic.c: ... here.
      
      From-SVN: r55833
      f63c45ec
    • GCC Administrator's avatar
      Daily bump. · 78916110
      GCC Administrator authored
      From-SVN: r55832
      78916110
    • GCC Administrator's avatar
      Daily bump. · 39454482
      GCC Administrator authored
      [[Split portion of a mixed commit.]]
      
      From-SVN: r55831.3
      39454482
    • Andreas Jaeger's avatar
      gcc_release: Update comment. · 7596d2dc
      Andreas Jaeger authored
      	* gcc_release: Update comment.
      
      	* snapshot-README: Snapshots are taken from GCC 3.2 branch.
      
      From-SVN: r55825
      7596d2dc
    • Mark Mitchell's avatar
      * gcc_release: Use the 3.2 branch for snapshots. · 4bdf9f66
      Mark Mitchell authored
      From-SVN: r55824
      4bdf9f66
  2. Jul 28, 2002
    • Kaveh R. Ghazi's avatar
      * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF. · c27c15db
      Kaveh R. Ghazi authored
      From-SVN: r55822
      c27c15db
    • Zack Weinberg's avatar
      defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two arguments. · 99086d59
      Zack Weinberg authored
      	* defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
      	arguments.  Always use ".-symbol" as expression argument.
      	* doc/tm.texi: Update to match.  Document requirement for
      	".size symbol, .-symbol" to be acceptable to assembler.
      
      	* config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
      	config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
      	config/i386/freebsd-aout.h, config/i386/sco5.h,
      	config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
      	config/xtensa/linux.h:  Update uses of ASM_OUTPUT_MEASURED_SIZE.
      
      From-SVN: r55820
      99086d59
    • Mark Mitchell's avatar
      Update version number · 5922c46c
      Mark Mitchell authored
      From-SVN: r55818
      5922c46c
    • Kaveh R. Ghazi's avatar
      * Makefile.in (gengtype-lex.c): Fix error in last change. · 6fd327e9
      Kaveh R. Ghazi authored
      From-SVN: r55817
      6fd327e9
    • Kaveh R. Ghazi's avatar
      freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing backslash. · 8155cedd
      Kaveh R. Ghazi authored
      	* alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
      	backslash.
      
      From-SVN: r55816
      8155cedd
    • Kaveh R. Ghazi's avatar
      Makefile.in (vmsdbgout.o): Depend on function.h. · dd86aabf
      Kaveh R. Ghazi authored
      	* Makefile.in (vmsdbgout.o): Depend on function.h.
      
      	* vmsdbgout.c: Include function.h.
      
      From-SVN: r55815
      dd86aabf
    • Alan Modra's avatar
      prefix.c (update_path): Don't strip single `.' path components unless... · d4348177
      Alan Modra authored
      prefix.c (update_path): Don't strip single `.' path components unless stripping a later `..' component.
      
      	* prefix.c (update_path): Don't strip single `.' path components
      	unless stripping a later `..' component.  Exit loop as soon as
      	a valid path is found.
      
      From-SVN: r55814
      d4348177
    • GCC Administrator's avatar
      Daily bump. · 3e75a2f9
      GCC Administrator authored
      From-SVN: r55813
      3e75a2f9
    • Roger Sayle's avatar
      builtins.def [...]: Require an explicit ATTRS argument. · c2ef6d34
      Roger Sayle authored
      	* builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
      	argument.  Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
      	BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
      	floating point unordered comparisons (e.g. __builtin_isgreater)
      	as const, and leave the remaining GCC_BUILTINs unchanged.
      
      	* c-decl.c (builtin_function): No need to explicitly mark
      	BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
      
      	* cp/decl.c (builtin_function_1): No need to explicitly mark
      	BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
      
      From-SVN: r55805
      c2ef6d34
    • Roger Sayle's avatar
      Makefile.in: rtlanal.o now depends upon real.h. · 52bfebf0
      Roger Sayle authored
      	* Makefile.in: rtlanal.o now depends upon real.h.
      
      	* flags.h [flag_signaling_nans]: New flag.
      	[HONOR_SNANS]: New macro.
      
      	* toplev.c [flag_signaling_nans]: Initialize to false.
              (f_options): Add processing for "-fsignaling-nans".
      	(set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
      	(process_options): flag_signaling_nans implies flag_trapping_math.
      
      	* c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
      	when -fsignaling-nans.  First step to implementing WG14's N965.
      
      	* fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
      	1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
      	[RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
      
      	* simplify-rtx.c (simplify_relational_operation): Conditionalize
      	transforming abs(x) < 0.0 into false on !HONOR_SNANS.
      
      	* rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
      	required by HONOR_SNANS.  (may_trap_p): Floating point DIV, MOD,
      	UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
      	-fsignaling_nans.  EQ and NE only trap for flag_signaling_nans
      	not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
      
      	* doc/invoke.texi: Document new -fsignaling-nans compiler option.
      
      From-SVN: r55804
      52bfebf0
  3. Jul 27, 2002
Loading