1. 25 Jun, 2005 1 commit
  2. 10 May, 2005 1 commit
    • libgcov.c (create_file_directory): New function. · 992f396f
      	* libgcov.c (create_file_directory): New function. Create
      	directory for the given file name.
      	(gcov_max_filename): New static var. Keeps size of the longest
      	file name.
      	(gcov_exit): Always try to create directory for output
      	file. Relocate each filename basing on environment vars.
      	(__gcov_init): Remember the longest file name.
      	* tsystem.h: include filenames.h to get IS_DIR_SEPARATOR
      	* doc/gcov.texi (Cross-profiling): New node documenting
      	cross-profiling management.
      	* doc/invoke.texi (-fprofile-arcs): Add xref to cross-profiling.
      
      From-SVN: r99523
      Grigory Zagorodnev committed
  3. 29 Mar, 2005 1 commit
    • builtin-types.def, [...]: Update copyright. · 5f996627
      	* builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
      	debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
      	rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
      	tree-profile.c, tsystem.h, value-prof.h: Update copyright.
      
      From-SVN: r97209
      Kazu Hirata committed
  4. 24 Mar, 2005 1 commit
  5. 22 Oct, 2004 1 commit
  6. 20 Sep, 2004 1 commit
  7. 03 Sep, 2004 1 commit
    • Makefile.in (LIB2ADDEHDEP): Add unwind.h and unwind-pe.h. · 7f148c2f
              * Makefile.in (LIB2ADDEHDEP): Add unwind.h and unwind-pe.h.
              * mklibgcc.in (libgcc_dep): New, covering general dependencies, but
              not unwind code specific ones.
              (libgcc2_c_dep): Replace general dependencies with use of libgcc_dep.
              Remove unwind code specific dependencies.
              (libgcov_c_dep): Replace general dependencies with use of libgcc_dep.
              Remove gbl-ctors.h.
              Add libgcc_dep to output generated for LIB2ADD, LIB2ADDEH, and
              LIB2ADD_ST. Add LIB2ADDEHDEP to output generated for LIB2ADDEH.
      
      From-SVN: r87026
      Jan Beulich committed
  8. 28 Aug, 2004 1 commit
    • re PR c++/13684 (local static object variable constructed once but ctors and… · 40aac948
      re PR c++/13684 (local static object variable constructed once but ctors and dtors called multiple times on same memory when called in multiple threads)
      
              PR c++/13684
              * cp/decl.c (expand_static_init): Use thread-safety API.
              (register_dtor_fn): Return the call, don't expand it.
              * cp/tree.c (add_stmt_to_compound): New fn.
              (stabilize_call): Use it.
              * gimplify.c (gimplify_cleanup_point_expr): Handle CLEANUP_EH_ONLY.
              (gimple_push_cleanup): Add eh_only parm.
              (gimplify_target_expr): Pass it.
              * c.opt (-fno-threadsafe-statics): New option.
              * c-opts.c (c_common_handle_option): Handle it.
              * c-common.h (flag_threadsafe_statics): Declare it.
              * c-common.c (flag_threadsafe_statics): Record it.
              * doc/invoke.texi: Document it.
              * tsystem.h (_GNU_SOURCE): Define.
              * gthr-posix.h (__gthread_recursive_mutex_t): New typedef.
              (__GTHREAD_RECURSIVE_MUTEX_INIT): New macro.
              (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): New macro.
              (__gthread_recursive_mutex_init_function): New fn.
              (__gthread_recursive_mutex_lock): New fn.
              (__gthread_recursive_mutex_trylock): New fn.
              (__gthread_recursive_mutex_unlock): New fn.
              * gthr-solaris.h, gthr-single.h, gthr-dce.h: Likewise.
              * gthr-win32.h, gthr-vxworks.h: Likewise.
              * gthr.h: Document.
      
              * libsupc++/guard.cc (static_mutex): Internal class implementing a
              recursive mutex which controls initialization of local statics.
              (__gnu_cxx::recursive_init): New exception class.
              (__cxa_guard_acquire): Deal with locking and recursion detection.
              (acquire_1, __cxa_guard_abort, __cxa_guard_release): Likewise.
      
      From-SVN: r86687
      Jason Merrill committed
  9. 05 Nov, 2003 1 commit
  10. 13 Jun, 2003 1 commit
  11. 22 Apr, 2003 1 commit
  12. 22 Mar, 2003 1 commit
  13. 25 Mar, 2002 1 commit
    • toplev.c: Don't include setjmp.h. · 15e5ad76
      	* toplev.c: Don't include setjmp.h.  Kill float_handler_set,
      	float_handled, float_handler, float_signal, set_float_handler,
      	and do_float_handler.  Set handler for SIGFPE to crash_signal.
      	* toplev.h: Don't prototype do_float_handler.
      
      	* c-lex.c: Fold parse_float into lex_number.  Make warning
      	about portability of hex float constants more informative, and
      	don't issue it on top of a syntax error.
      	* fold-const.c: Fold const_binop_1 and fold_convert_1 into
      	their callers.
      	* real.h: Define REAL_VALUE_ABS here...
      	* simplify-rtx.c: ... not here.  Fold check_fold_consts,
      	simplify_unary_real, simplify_binary_real, and
      	simplify_binary_is2orm1 into their callers.
      	* tree.c: Fold build_real_from_int_cst_1 into caller.
      
      	* doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
      
      	* tsystem.h: Include float.h here...
      	* libgcc2.c: ... not here.
      
      java:
      	* lex.c: Change java_perform_atof to take normal parameters
      	instead of a pointer to a parameter block.  Call it directly
      	from java_lex.
      
      testsuite:
      	* gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
      
      From-SVN: r51336
      Zack Weinberg committed
  14. 09 Oct, 2001 1 commit
    • c-common.h: Fix comment formatting. · 2ba84f36
      	* c-common.h: Fix comment formatting.
      	* c-dump.c: Likewise.
      	* cfg.c: Likewise.
      	* diagnostic.h: Likewise.
      	* except.c: Likewise.
      	* gcc.h: Likewise.
      	* gcov-io.h: Likewise.
      	* genattrtab.c: Likewise.
      	* output.h: Likewise.
      	* predict.h: Likewise.
      	* reload1.c: Likewise.
      	* reload.h: Likewise.
      	* resource.h: Likewise.
      	* scan.h: Likewise.
      	* system.h: Likewise.
      	* tree.h: Likewise.
      	* tree-inline.c: Likewise.
      	* tsystem.h: Likewise.
      	* varasm.c: Likewise.
      	* xcoffout.h: Likewise.
      
      From-SVN: r46122
      Kazu Hirata committed
  15. 22 Aug, 2001 1 commit
    • Makefile.in, [...]: replace "GNU CC" with "GCC". · 1322177d
      	* Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
      	bitmap.h, builtin-types.def, builtins.c, builtins.def,
      	c-aux-info.c, c-common.c, c-common.def, c-common.h,
      	c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
      	c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
      	c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
      	caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
      	conditions.h, config.gcc, configure.frag, configure.in,
      	conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
      	cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
      	dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
      	doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
      	dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
      	emit-rtl.c, errors.c, errors.h, except.c, except.h,
      	exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
      	fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
      	function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
      	gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
      	gencheck.c, gencodes.c, genconfig.c, genemit.c,
      	genextract.c, genflags.c, gengenrtl.c, genmultilib,
      	genopinit.c, genoutput.c, genpeep.c, genrecog.c,
      	gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
      	ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
      	graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
      	gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
      	gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
      	hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
      	integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
      	libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
      	machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
      	mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
      	mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
      	params.h, predict.c, predict.def, predict.h, prefix.c,
      	prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
      	read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
      	regclass.c, regmove.c, regrename.c, regs.h, reload.c,
      	reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
      	rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
      	sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
      	sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
      	ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
      	stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
      	tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
      	tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
      	unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
      	unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
      	xcoffout.h: replace "GNU CC" with "GCC".
      
      From-SVN: r45105
      Lars Brinkhoff committed
  16. 26 May, 2001 1 commit
  17. 01 May, 2001 1 commit
    • tsystem.h: Test only POSIX for availability of string.h and time.h. · 34f4f3a5
      	* tsystem.h: Test only POSIX for availability of string.h
      	and time.h.
      	* config.gcc (all systems): If USG appeared in xm_defines,
      	change it to POSIX.  If both USG and POSIX appeared, just
      	delete USG. Remove unnecessary quotes around xm_defines
      	settings.
      	(m68k-crds-unos*): Don't #define unos - tested nowhere.
      	(m68k-apple-aux*): Don't #define AUX - tested nowhere.
      	(alpha*-*-linux*ecoff*, powerpc-*-linux*libc1,
      	powerpc-*-linux*): No need to set xm_defines - handled by
      	global settings for *-*-linux*.
      
      From-SVN: r41714
      Zack Weinberg committed
  18. 02 Jan, 2001 1 commit
  19. 01 Feb, 2000 1 commit
    • tsystem.h: New file. · 2e39bdbe
      	* tsystem.h: New file.
      
      	* Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
      	s-crtS): Depend on tsystem.h.
      
      	* crtstuff.c: Include tsystem.h.
      	* frame.c: Likewise.
      	* libgcc2.c: Likewise.
      
      From-SVN: r31741
      Kaveh R. Ghazi committed