Skip to content
Snippets Groups Projects
  1. Aug 22, 2001
    • Lars Brinkhoff's avatar
      Makefile.in, [...]: replace "GNU CC" with "GCC". · 1322177d
      Lars Brinkhoff authored
      	* 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
      1322177d
  2. Aug 20, 2000
    • Gabriel Dos Reis's avatar
      c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. · e2840263
      Gabriel Dos Reis authored
      	* c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
      
      	* diagnostic.c (default_diagnostic_starter,
      	default_diagnostic_finalizer): New functions.
      	(diagnostic_for_asm, diagnostic_for_decl): Tweak.
      	(pedwarn, pedwarn_with_file_and_line, error,
      	error_with_file_and_line, fatal, warning,
      	warning_with_file_and_line): Adjust call to report_diagnostic.
      	(report_diagnostic): Rework.
      	(set_diagnostic_context): New function.
      
      	* diagnostic.h (struct diagnostic_context): New data structure.
      	(diagnostic_message, diagnostic_argument_list,
      	diagnostic_file_location, diagnostic_line_location,
      	diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
      	diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
      	(set_diagnostic_context): Declare.
      	(report_diagnostic): Change prototype.
      
      From-SVN: r35817
      e2840263
  3. Jul 18, 2000
    • Gabriel Dos Reis's avatar
      diagnostic.h (report_diagnostic): Change prototype. · e81b4d63
      Gabriel Dos Reis authored
      2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
      
              * diagnostic.h (report_diagnostic): Change prototype.
      
              * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
              diagnostic_for_decl):  Change prototype.
              (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
              error, warning, error_with_file_and_line,
              warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
              Adjust call to report_diagnostic, diagnostic_for_decl.
              (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
              (output_verbatim, verbatim): Adjust call to output_do_verbatim.
      
              * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
              varaible argument list.
      
      From-SVN: r35116
      e81b4d63
  4. Jul 12, 2000
    • Gabriel Dos Reis's avatar
      c-typeck.c (pedwarn_c99): Move to · b9161f44
      Gabriel Dos Reis authored
      2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
      
      	* c-typeck.c (pedwarn_c99): Move to
      	* c-errors.c: ... Here.
      	* toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
      	* diagnostic.c (verror, vwarning, vpedwarn): Make static.
      	* Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
      	(c-errors.o): List dependency.
      
      From-SVN: r34984
      b9161f44
  5. Jan 05, 2000
    • Steve Chamberlain's avatar
      configure.in: Add pj target. · 1b992148
      Steve Chamberlain authored
              * configure.in: Add pj target.
              * configure: Regenerate.
              * config/pj: New directory.
              * config/pj/lib1funcs.S: New file.
              * config/pj/linux.h: New file.
              * config/pj/pj.c: New file.
              * config/pj/pj.md: New file.
              * config/pj/pjl.h: New file.
              * config/pj/t-pj: New file.
              * config/pj/xm-pj.h: New file
      
      From-SVN: r31225
      1b992148
  6. Jun 15, 1995
  7. Jun 26, 1993
  8. May 31, 1991
Loading