summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* * gennews (files): Add proper files for the GCC 3.1 release series.gerald2002-07-252-6/+12
| | | | | | | Simplify and reformat introductory wording. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55750 138bc75d-0d04-0410-961f-82ee72b054a4
* (gcc)neroden2002-07-172-0/+2891
| | | | | | | | | | | * Makefile.in: Delete references to enquire. * enquire.c: Move to contrib. (contrib) * enquire.c: Move from gcc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55502 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-16 H.J. Lu <hjl@gnu.org>hjl2002-07-162-1/+5
| | | | | | | * gcc_update (touch_files): Pass -s to ${MAKE}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55497 138bc75d-0d04-0410-961f-82ee72b054a4
* * texi2pod.pl: Correct handling of the internal R<> sequence.zack2002-06-262-6/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55012 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-31 Florian Weimer <fw@deneb.enyo.de>fw2002-05-312-0/+9
| | | | | | | | * gcc_update (files_and_dependencies): Add generated Texinfo files for Ada. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54103 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Allow for PWDCMD to override hardcoded pwd.ro2002-05-163-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53523 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Don't have empty for loop.geoffk2002-04-182-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52462 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Remove libchill.rth2002-04-172-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52385 138bc75d-0d04-0410-961f-82ee72b054a4
* * texi2pod.pl: Handle @end ftable and @end vtable.zack2002-03-262-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51364 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib/texi2pod.pl: Handle @include, @ftable, @vtable.zack2002-03-112-10/+58
| | | | | | | | | Reformat some code for clarity. * gcc/Makefile.in: Give texi2pod its input file as a command line argument, not on stdin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50592 138bc75d-0d04-0410-961f-82ee72b054a4
* * btest-gcc.sh: For crosses, assume newlib and GNU binutils.geoffk2002-03-093-2/+9
| | | | | | | * site.exp: Correct mips-elf triplet. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50504 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,aoliva2002-02-242-1/+6
| | | | | | | WARNING and ERROR output from the *.sum files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50010 138bc75d-0d04-0410-961f-82ee72b054a4
* Contribute regression tester scriptsgeoffk2002-02-025-0/+338
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49432 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Replace gcc-2.95/gcc-2.95.html,gerald2002-01-252-5/+8
| | | | | | | | gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html, and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49226 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,gerald2002-01-162-1/+7
| | | | | | | | egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by egcs-1.1/index.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48930 138bc75d-0d04-0410-961f-82ee72b054a4
* * warn_summary: Add -ada subdirectory flag.ghazi2002-01-022-4/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48457 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-12 Matthias Klose <doko@debian.org>doko2001-12-142-13/+49
| | | | | | | | | | | | | * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows generation of more than one man page from one source. Add '-' to set of valid chars for an identifier. Let -D option accept flags of the form <flag>=<value>. Use \s+ for whitespace detection in '@c man' lines. Handle @set and @clear independent of $output. Substitute all @value{}'s in a line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48015 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib:jsm282001-11-142-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var in verbatim blocks specially. Handle @unnumbered, @unnumberedsec and @center. Allow [a-z] after @enumerate. Handle 0 and numbers greater than 9 in enumerations. gcc: * Makefile.in (POD2MAN): Don't include --section=1. (manext): Rename to man1ext. All users changed. (man7ext): New. (man7dir): New. (generated-manpages): Also depend on $(docdir)/gfdl.7, $(docdir)/gpl.7, and $(docdir)/fsf-funding.7. ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include --section=1 in calls to $(POD2MAN). ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New. (maintainer-clean, install, uninstall): Handle the new man pages. ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi. (installdirs): Create man7dir. * doc/cpp.texi: Include GFDL in this manual. In the man page, refer to gfdl(7) for the GFDL. Apply Front Cover and Back Cover texts to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in the SEE ALSO man page section. * doc/gcov.texi: Apply GFDL to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in the SEE ALSO man page section. * doc/invoke.texi: Apply GFDL to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in the SEE ALSO man page section. * doc/include/fdl.texi, doc/include/funding.texi, doc/include/gpl.texi: Adjust for conversion by texi2pod.pl. * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7. gcc/cp: * Make-lang.in: Change all uses of $(manext) to $(man1ext). gcc/f: * Make-lang.in: Change all uses of $(manext) to $(man1ext). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46998 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-07 Laurent Guerby <guerby@acm.org>guerby2001-11-072-0/+9
| | | | | | | * gcc_update (files_and_dependencies): Add Ada dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46832 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts:jsm282001-10-082-181/+4
| | | | | | | | | | * crontab: Build weekly snapshots. contrib: * snapshot: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46078 138bc75d-0d04-0410-961f-82ee72b054a4
* Revert:rsandifo2001-09-072-3/+7
| | | | | | | | | * gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45459 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: (files_and_dependencies) Add gcc/java/parse.crsandifo2001-09-052-0/+9
| | | | | | | | gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45410 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Update for changes in gcc debug output.hubicka2001-08-132-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44854 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Avoid more overflows.hubicka2001-07-282-4/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44438 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Copy LAST_UPDATED UTC time to head of summary.rth2001-07-272-0/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44433 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Avoid overflows.hubicka2001-07-272-8/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44430 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib/gcc_update: Dump timestamp in LAST_UPDATED.rth2001-07-272-0/+8
| | | | | | | * .cvsignore: Add LAST_UPDATED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44413 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Fix documentation.aj2001-07-262-3/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44381 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Fix awk compatibility problems; update comment.hubicka2001-07-232-9/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44266 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Fix more typos.aj2001-07-232-17/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44263 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: Fix typos.aj2001-07-232-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44262 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:jsm282001-07-032-4/+7
| | | | | | | | | | | | * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Improve formatting. Improve documentation of -std and -Wwrite-strings. contrib: * texi2pod.pl: Handle @r inside @item. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43718 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:zack2001-07-022-3/+4
| | | | | | | | | | | * Makefile.in (doc): Depend on $(GENERATED_MANPAGES). * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1. * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed. contrib: * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43698 138bc75d-0d04-0410-961f-82ee72b054a4
* * warn_summary: Fix typo in a comment.gerald2001-07-012-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43669 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.danglin2001-06-142-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43377 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews: Set TERM to vt100 for Lynx.mmitchel2001-06-132-1/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43343 138bc75d-0d04-0410-961f-82ee72b054a4
* * release: Remove.gerald2001-06-132-252/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43322 138bc75d-0d04-0410-961f-82ee72b054a4
* * analyze_brprob: New file.hubicka2001-06-122-0/+153
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43252 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_build: Output information about the commands used tommitchel2001-06-112-0/+7
| | | | | | | configure the compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43222 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib:jsm282001-06-072-2/+7
| | | | | | | | | | * gennews: Update for GCC 3.0. gcc: * NEWS: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42975 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Update for move of documentation to gcc/doc.jsm282001-06-022-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42797 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib/test_summary (files): Sort before evaluating.neil2001-05-282-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42673 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.gerald2001-05-232-4/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42493 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_build: Use -d when invoking gcc_update.mmitchel2001-05-222-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42426 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Add rules for libf2c/libI77.aj2001-05-182-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42257 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Use simpler, yet as portable, syntax.aoliva2001-05-172-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42229 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Enhance make portability.ljrittle2001-05-152-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42100 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Use a Makefile to touch files.aoliva2001-05-142-20/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42088 138bc75d-0d04-0410-961f-82ee72b054a4
* * texi2pod.pl: Add copyright and GPL notices.jsm282001-05-032-0/+23
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41800 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib:jsm282001-01-242-0/+5
| | | | | | | | | | * texi2pod.pl: Handle "\,". gcc: * gcc.1, cpp.1: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39244 138bc75d-0d04-0410-961f-82ee72b054a4