1. 05 Sep, 2008 1 commit
    • Convert ChangeLog files to UTF-8. · 719bb4e3
      Command used:
      LC_ALL=C sed -i \
        -e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \
        -e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \
        -e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \
        -e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \
        -e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \
        -e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \
        -e 's/G\xfctlein/G\xc3\xbctlein/' \
        -e 's/G\xe1[b]or/G\xc3\xa1bor/' \
        -e 's/L\xf3ki/L\xc3\xb3ki/' \
        -e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \
        -e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \
        -e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \
        -e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \
        -e 's/K\xfchl/K\xc3\xbchl/' \
        -e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \
        -e 's/L\xf8vset/L\xc3\xb8vset/' \
        -e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \
        -e 's/V\x81\xf5/V\xc3\xb5/' \
        -e 's/J\xf6nsson/J\xc3\xb6nsson/' \
        -e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \
        -e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \
        -e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \
        -e 's/R\xe4ty/R\xc3\xa4ty/' \
        -e 's/2003\xc2\xad-/2003-/' \
        -e 's/\xc2\xa0/ /g' \
        -e 's/ \xa0/  /g' \
        -e 's/\xa0 //' \
        `find . -name \*ChangeLog\* | grep -v /.svn`
      
      From-SVN: r140033
      Jakub Jelinek committed
  2. 14 Jul, 2008 1 commit
    • check_makefile_deps.sh: New file. · e63ea00c
      contrib/
      	* check_makefile_deps.sh: New file.
      
      gcc/
      	* Makefile.in (TARGET_DEF_H): Add targhooks.h.
      	(FIXED_VALUE_H): New variable.
      	(RTL_BASE_H): Use $(INPUT_H) and $(FIXED_VALUE_H) instead of
      	input.h, fixed-value.h.
      	(TREE_H): Use $(INPUT_H), add $(SYMTAB_H).
      	(BASIC_BLOCK_H): Use $(BITMAP_H).
      	(FUNCTION_H): Add varray.h.
      	(IPA_REFERENCE_H): Use $(BITMAP_H).
      	(CGRAPH_H): Add $(BASIC_BLOCK_H).
      	(DF_H): Use $(BITMAP_H).
      	(GGC_H): Add statistics.h.
      	(INSN_ADDR_H): New.
      	(INSN_ATTR_H): Use it.
      	(SYSTEM_H): Add safe-ctype.h, filenames.h.
      	(INPUT_H): New.
      	(SYMTAB_H): Add $(OBSTACK_H).
      	(CPP_INTERNAL_H): New.
      	(TREE_DUMP_H): Add tree-pass.h.
      	(TREE_FLOW_H): Use $(BITMAP_H)
      	(PRETTY_PRINT_H): Use $(INPUT_H).
      	(EBITMAP_H): Rename from typo-ed EBIMAP_H.
      	(GSTAB_H): New.
      	(BITMAP_H): New.
      	(many object files): Fix lots of header dependencies throughout.
      
      gcc/fortran/
      	* Make-lang.in (gfortranspec.o): Fix dependencies.
      
      gcc/java/
      	* Make-lang.in (jvspec.o): Fix dependencies.
      
      From-SVN: r137792
      Ralf Wildenhues committed
  3. 08 May, 2008 1 commit
  4. 23 Apr, 2008 1 commit
  5. 01 Apr, 2008 1 commit
    • texi2pod.pl: Handle @samp and @url inside verbatim blocks. · 7f9766e4
      contrib:
      	* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
      	Handle @heading.  Handle enumerated lists with starting numbers
      	and extra headings.
      
      gcc:
      	* doc/include/gpl_v3.texi: Update for manpage generation.
      	* doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
      	gpl.texi.
      	* doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
      	* Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
      	gpl_v3.texi instead of gpl.texi.
      	(gpl.pod): New.
      
      gcc/fortran:
      	* gfortran.texi: Include gpl_v3.texi instead of gpl.texi
      	* Make-lang.in (GFORTRAN_TEXI): Include gpl_v3.texi instead of
      	gpl.texi.
      
      gcc/java:
      	* gcj.texi: Include gpl_v3.texi instead of gpl.texi
      	* Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of
      	gpl.texi.
      
      From-SVN: r133794
      Joseph Myers committed
  6. 10 Mar, 2008 1 commit
    • patch_tester.sh (initialization): Initialize svnpatch and stop. · 1d4edfd6
      2008-03-10  Janis Johnson  <janis187@us.ibm.com>
      
      	* patch_tester.sh (initialization): Initialize svnpatch and stop.
      	(usage): Add -svnpath and -stop.	
      	(makedir): New.
      	(argument handling): Process -stop and -svnpath.
      	(setup code): Use makedir, error out if initial svn checkout fails.
      	(update): Use svnpath.  Invoke contrib/gcc_update.
      	(apply_patch): Require that patch was created at top level.  Use eval
      	with option variables.  Don't use bootstrap target for make.  Verify
      	that some tests were run.
      	(bootntest_patched): Use snvpath.
      	(main loop): For -stop, exit when there are no more patches to test.
      
      From-SVN: r133092
      Janis Johnson committed
  7. 09 Mar, 2008 1 commit
    • c.opt (Wsynth): Deprecate. · 802e3f8c
      gcc/
      
      	* c.opt (Wsynth): Deprecate.
      	* doc/invoke.texi (Option Summary, Warning Options): Document
      	-Wno-format-contains-nul.
      
      gcc/fortran/
      
      	* invoke.texi (Error and Warning Options): Document
      	-Wline-truncation.
      
      contrib/
      
      	* check_warning_flags.sh: Instead of invoke.texi, take the path
      	to the doc directory as argument.  Check that warnings listed in
      	'gcc --help' are accepted by the compiler, and listed in the
      	manuals.
      
      From-SVN: r133059
      Ralf Wildenhues committed
  8. 06 Mar, 2008 1 commit
  9. 05 Mar, 2008 1 commit
  10. 15 Feb, 2008 1 commit
  11. 25 Jan, 2008 1 commit
    • MAINTAINERS (c4x port): Remove. · 8d8da227
      	* MAINTAINERS (c4x port): Remove.
      
      contrib:
      	* paranoia.cc (main): Remove handling of c4x_single and
      	c4x_extended formats.
      
      gcc:
      	* config/c4x: Remove directory.
      	* config.gcc (crx-*, mt-*): Mark obsolete.
      	(c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
      	h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
      	sh-*-rtemscoff*): Remove cases.
      	* defaults.h (C4X_FLOAT_FORMAT): Remove.
      	* real.c (encode_c4x_single, decode_c4x_single,
      	encode_c4x_extended, decode_c4x_extended, c4x_single_format,
      	c4x_extended_format): Remove.
      	* real.h (c4x_single_format, c4x_extended_format): Remove.
      	* doc/extend.texi (interrupt, naked): Remove mention of attributes
      	on C4x.
      	(Pragmas): Remove comment about c4x pragmas.
      	* doc/install.texi (c4x): Remove target-specific instructions.
      	* doc/invoke.texi (TMS320C3x/C4x Options): Remove.
      	* doc/md.texi (Machine Constraints): Remove C4x documentation.
      	* doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
      	refer to C4x source files as examples.
      	(C4X_FLOAT_FORMAT): Remove documentation.
      
      gcc/testsuite:
      	* gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
      	gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
      	c4x-*-* targets.
      
      libgcc:
      	* config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
      	tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
      	sh-*-rtemscoff*): Remove cases.
      
      From-SVN: r131835
      Joseph Myers committed
  12. 26 Dec, 2007 2 commits
  13. 24 Dec, 2007 1 commit
  14. 23 Dec, 2007 3 commits
  15. 16 Dec, 2007 2 commits
  16. 26 Nov, 2007 1 commit
  17. 08 Oct, 2007 1 commit
  18. 01 Oct, 2007 1 commit
  19. 22 Sep, 2007 1 commit
  20. 23 Aug, 2007 1 commit
  21. 17 Aug, 2007 1 commit
    • Makefile.def (STAGE2_CFLAGS, [...]): Add to flags_to_pass. · bb286d71
      ChangeLog:
      * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
      Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
      (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
      * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
      (do-compare, do-compare3, do-compare-debug): New.
      ([+compare-target+]): Use them.
      contrib/ChangeLog:
      * compare-debug: New.
      
      From-SVN: r127570
      Alexandre Oliva committed
  22. 16 Aug, 2007 1 commit
  23. 10 Aug, 2007 2 commits
  24. 05 Jul, 2007 1 commit
  25. 30 Jun, 2007 1 commit
  26. 14 May, 2007 1 commit
  27. 05 Apr, 2007 1 commit
  28. 17 Mar, 2007 1 commit
  29. 26 Feb, 2007 1 commit
  30. 16 Feb, 2007 1 commit
  31. 10 Feb, 2007 1 commit
  32. 09 Feb, 2007 1 commit
  33. 06 Feb, 2007 1 commit
  34. 15 Jan, 2007 1 commit
    • sourcebuild.texi (libgcj Tests): Don't mention jacks. · 69403237
      gcc
      	* doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
      	* doc/install.texi (Testing): Don't mention jacks.
      	(Configuration): Document --enable-java-maintainer-mode.  Move
      	--with-java-home to libgcj-specific section.  Document
      	--with-ecj-jar.
      	(Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
      contrib
      	* download_ecj: New file.
      
      From-SVN: r120802
      Tom Tromey committed
  35. 28 Sep, 2006 1 commit