summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* * gennews (files): Add files for GCC 4.8.jakub2013-03-222-23/+28
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196902 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib/burnus2013-03-062-0/+50
| | | | | | | | | | | | | | | | 2013-03-06 Tobias Burnus <burnus@net-b.de> * make-obstacks-texi.pl: New. libiberty/ 2013-03-06 Tobias Burnus <burnus@net-b.de> * libiberty.texi: Update comment, remove lowersections. * obstacks.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196486 138bc75d-0d04-0410-961f-82ee72b054a4
* Make make_sunver.pl robust against non-C localesro2013-02-272-0/+8
| | | | | | * make_sunver.pl: Enforce C locale. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196309 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib/rsandifo2013-02-062-2/+6
| | | | | | | | * update-copyright.py: Add libdecnumber to the default list. Remove libquadmath and libssp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195822 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Fix typo.dnovillo2013-02-062-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195819 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix validate_failures.py in standalone testing.dnovillo2013-02-062-7/+30
| | | | | | | | | | | | | | | | | | When using validate_failures.py with --manifest and --results, we don't need a GCC build directory. This is useful when using the validator outside of the build tree. We were insisting on finding a valid build tree regardless of those options. Tested on x86_64. Committed to trunk. * testsuite-management/validate_failures.py: Update Copyright years. Request contributions not to use Python features newer than 2.4. (GetBuildData): If this is not a build directory, emit an error only if --results or --manifest are missing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195817 138bc75d-0d04-0410-961f-82ee72b054a4
* validate_failures.py: Fix performance regressionaldot2013-02-062-1/+7
| | | | | | | | | | | 2013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * testsuite-management/validate_failures.py (IsInterestingResult): Fix performance regression git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195811 138bc75d-0d04-0410-961f-82ee72b054a4
* Rename update-copyright.pl to update-copyright.py.rsandifo2013-02-042-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195736 138bc75d-0d04-0410-961f-82ee72b054a4
* Add contrib/update-copyright.pl.rsandifo2013-02-042-0/+770
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195734 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-01-15 David Blaikie <dblaikie@gmail.com>janis2013-01-162-2/+4
| | | | | | | * dg-extract-results.sh: Fix order of summary counts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195224 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-01-15 David Blaikie <dblaikie@gmail.com>janis2013-01-152-1/+3
| | | | | | | * dg-extract-results.sh: Constrain the start-of-log pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195216 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-01-15 David Blaikie <dblaikie@gmail.com>janis2013-01-152-1/+9
| | | | | | | * dg-extract-results.sh: Handle KPASSes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195215 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-044-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
* validate_failures.py: also ignore .gitaldot2012-12-052-7/+12
| | | | | | | | | | | | 2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * testsuite-management/validate_failures.py (IsInterestingResult): Only strip line a second time if we did split. Rephrase return statement while at it. (CollectSumFiles): Also ignore .git directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194182 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix stale use of old 'options' argument.dnovillo2012-12-032-1/+6
| | | | | | | | | | An earlier patch had made the command line options a global variable _OPTIONS, but it had not renamed all the uses of the old options argument. * testsuite-management/validate_failures.py: Fix stale use of 'options'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194092 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Add support for @include,devans2012-11-302-5/+70
| | | | | | | @remove directives in manifest files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194008 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Add functiondevans2012-11-302-14/+30
| | | | | | | GetManifestPath. New global _MANIFEST_SUBDIR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194007 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Remove pass/faildevans2012-11-292-11/+7
| | | | | | | indicator from result of GetBuildData. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193968 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Store options in globaldevans2012-11-292-28/+35
| | | | | | | variable _OPTIONS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193967 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Rename variabledevans2012-11-292-13/+16
| | | | | | | manifest_name to manifest_path everywhere. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193965 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py (CompareBuilds): Passdevans2012-11-292-1/+6
| | | | | | | options.results to GetSumFiles for clean build. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193952 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Use <target_alias> insteaddevans2012-11-282-3/+6
| | | | | | | of <target>. Minor whitespace changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193904 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Record ordinal withdevans2012-11-282-3/+17
| | | | | | | TestResult. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193903 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare_tests: Add export LC_ALL=C to make sort happier.mrs2012-11-192-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193631 138bc75d-0d04-0410-961f-82ee72b054a4
* Update libsanitizer generated fileshjl2012-11-142-1/+8
| | | | | | | * gcc_update: Update libsanitizer generated files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193497 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-11-12 Tobias Burnus <burnus@net-b.de>burnus2012-11-122-0/+7
| | | | | | | | * gcc_update: Add libquadmath generated files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193448 138bc75d-0d04-0410-961f-82ee72b054a4
* Add libsanitizer generated fileshjl2012-11-122-0/+7
| | | | | | | * gcc_update: Add libsanitizer generated files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193447 138bc75d-0d04-0410-961f-82ee72b054a4
* Add a contrib script for comparing the performance of two sets ofcrowl2012-11-072-0/+609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiler runs. Usage documentation is in the script. The script produces output of the form: $ compare_two_ftime_report_sets "Log0/*perf" "Log3/*perf" Arithmetic sample for timevar log files "Log0/*perf" and selecting lines containing "TOTAL" with desired confidence 95 is trial count is 4, mean is 443.022 (95% confidence in 440.234 to 445.811), std.deviation is 1.75264, std.error is 0.876322 Arithmetic sample for timevar log files "Log3/*perf" and selecting lines containing "TOTAL" with desired confidence 95 is trial count is 4, mean is 441.302 (95% confidence in 436.671 to 445.934), std.deviation is 2.91098, std.error is 1.45549 The first sample appears to be 0.39% larger, with 60% confidence of being larger. To reach 95% confidence, you need roughly 14 trials, assuming the standard deviation is stable, which is iffy. Tested on x86_64 builds. Index: contrib/ChangeLog 2012-11-05 Lawrence Crowl <crowl@google.com> * compare_two_ftime_report_sets: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193277 138bc75d-0d04-0410-961f-82ee72b054a4
* Add a new option --clean_build to validate_failures.pydnovillo2012-11-022-19/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when you have two builds of the same compiler. One with your changes. The other one, a clean build at the same revision. Instead of using a manifest file, --clean_build will compare the results it gather from the patched build against those it gathers from the clean build. Usage $ cd /top/of/patched/gcc/bld $ validate_failures.py --clean_build=clean/bld-gcc Source directory: /usr/local/google/home/dnovillo/gcc/trunk Build target: x86_64-unknown-linux-gnu Getting actual results from build directory . ./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum ./x86_64-unknown-linux-gnu/libffi/testsuite/libffi.sum ./x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum ./x86_64-unknown-linux-gnu/libgo/libgo.sum ./x86_64-unknown-linux-gnu/boehm-gc/testsuite/boehm-gc.sum ./x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.sum ./x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum ./x86_64-unknown-linux-gnu/libitm/testsuite/libitm.sum ./x86_64-unknown-linux-gnu/libjava/testsuite/libjava.sum ./gcc/testsuite/g++/g++.sum ./gcc/testsuite/gnat/gnat.sum ./gcc/testsuite/ada/acats/acats.sum ./gcc/testsuite/gcc/gcc.sum ./gcc/testsuite/gfortran/gfortran.sum ./gcc/testsuite/obj-c++/obj-c++.sum ./gcc/testsuite/go/go.sum ./gcc/testsuite/objc/objc.sum Getting actual results from build directory clean/bld-gcc clean/bld-gcc/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libffi/testsuite/libffi.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libgo/libgo.sum clean/bld-gcc/x86_64-unknown-linux-gnu/boehm-gc/testsuite/boehm-gc.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libitm/testsuite/libitm.sum clean/bld-gcc/x86_64-unknown-linux-gnu/libjava/testsuite/libjava.sum clean/bld-gcc/gcc/testsuite/g++/g++.sum clean/bld-gcc/gcc/testsuite/gnat/gnat.sum clean/bld-gcc/gcc/testsuite/ada/acats/acats.sum clean/bld-gcc/gcc/testsuite/gcc/gcc.sum clean/bld-gcc/gcc/testsuite/gfortran/gfortran.sum clean/bld-gcc/gcc/testsuite/obj-c++/obj-c++.sum clean/bld-gcc/gcc/testsuite/go/go.sum clean/bld-gcc/gcc/testsuite/objc/objc.sum SUCCESS: No unexpected failures. 2012-11-02 Diego Novillo <dnovillo@google.com> * testsuite-management/validate_failures.py: Add option --clean_build to compare test results against another build. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193105 138bc75d-0d04-0410-961f-82ee72b054a4
* This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl2012-11-011-62/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the unused EXECUTE_IF_SET_IN_SBITMAP_REV, which has an unconventional interface. Rename the sbitmap_iter_* functions to match bitmap's bmp_iter_* functions. Add an additional parameter to the initialization and next functions to match the interface in bmp_iter_*. This extra parameter is mostly hidden by the use of the EXECUTE_IF macros. Rename the EXECUTE_IF_SET_IN_SBITMAP macro to EXECUTE_IF_SET_IN_BITMAP. Its implementation is now identical to that in bitmap.h. To prevent redefinition errors, both definitions are now guarded by #ifndef. An alternate strategy is to simply include bitmap.h from sbitmap.h. As this would increase build time, I have elected to use the #ifndef version. I do not have a strong preference here. The sbitmap_iterator type is still distinctly named because it is often declared in contexts where the bitmap type is not obvious. There are less than 40 uses of this type, so the burden to modify it when changing bitmap types is not large. Tested on x86-64, config-list.mk testing. Index: gcc/ChangeLog 2012-10-31 Lawrence Crowl <crowl@google.com> * sbitmap.h (sbitmap_iter_init): Rename bmp_iter_set_init and add unused parameter to match bitmap iterator. Update callers. (sbitmap_iter_cond): Rename bmp_iter_set. Update callers. (sbitmap_iter_next): Rename bmp_iter_next and add unused parameter to match bitmap iterator. Update callers. (EXECUTE_IF_SET_IN_SBITMAP_REV): Remove unused. (EXECUTE_IF_SET_IN_SBITMAP): Rename EXECUTE_IF_SET_IN_BITMAP and adjust to be identical to the definition in bitmap.h. Conditionalize the definition based on not having been defined. Update callers. * bitmap.h (EXECUTE_IF_SET_IN_BITMAP): Conditionalize the definition based on not having been defined. (To match the above.) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193069 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Fix parsingdnovillo2012-10-313-5/+40
| | | | | | of summary lines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193039 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.dnovillo2012-10-292-14/+32
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192960 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-10-06 Diego Novillo <dnovillo@google.com>dnovillo2012-10-062-28/+12
| | | | | | * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192168 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-10-02 Christophe Lyon <christophe.lyon@linaro.org>clyon2012-10-022-0/+8
| | | | | | | | | * check_GNU_style.sh: Remove temporay file upon exit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191954 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,amylaar2012-09-262-4/+11
| | | | | | | | arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe. Use --enable-obsolete for picochip-elf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191780 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.dnovillo2012-09-112-77/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191166 138bc75d-0d04-0410-961f-82ee72b054a4
* * make_sunver.pl: Add missing newline at the end of extern "C++" block.ebotcazou2012-09-042-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190932 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.dnovillo2012-09-042-53/+105
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190929 138bc75d-0d04-0410-961f-82ee72b054a4
* * btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.hp2012-08-262-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190702 138bc75d-0d04-0410-961f-82ee72b054a4
* * btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.hp2012-08-262-1/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190682 138bc75d-0d04-0410-961f-82ee72b054a4
* Add an xfail manifest for x86_64-unknown-linux-gnu to trunk.dnovillo2012-08-152-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds an xfail manifest for trunk for x86_64 builds. I find this useful to determine whether my patch has introduced new failures. The failures in these manifest are always present in trunk and deciding what to ignore is not very straightforward. I will keep maintaining this manifest out of clean builds. They are not hard to maintain. Manifest files can be generated by going to the top of the build directory and typing: $ cd <top-of-bld-dir> $ <path-to-src>/contrib/testsuite-management --produce_manifest This will generate a .xfail file with the triple name of the target you just built. Once this file exist you can run the validator again on the build directory with no arguments. It should produce the output: $ cd <top-of-bld-dir> $ <path-to-src>/contrib/testsuite-management/validate_failures.py Source directory: <path-to-src> Build target: x86_64-unknown-linux-gnu Manifest: <path-to-src>/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail Getting actual results from build ./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum ./x86_64-unknown-linux-gnu/libffi/testsuite/libffi.sum ./x86_64-unknown-linux-gnu/libgomp/testsuite/libgomp.sum ./x86_64-unknown-linux-gnu/libgo/libgo.sum ./x86_64-unknown-linux-gnu/boehm-gc/testsuite/boehm-gc.sum ./x86_64-unknown-linux-gnu/libatomic/testsuite/libatomic.sum ./x86_64-unknown-linux-gnu/libmudflap/testsuite/libmudflap.sum ./x86_64-unknown-linux-gnu/libitm/testsuite/libitm.sum ./x86_64-unknown-linux-gnu/libjava/testsuite/libjava.sum ./gcc/testsuite/g++/g++.sum ./gcc/testsuite/gnat/gnat.sum ./gcc/testsuite/ada/acats/acats.sum ./gcc/testsuite/gcc/gcc.sum ./gcc/testsuite/gfortran/gfortran.sum ./gcc/testsuite/obj-c++/obj-c++.sum ./gcc/testsuite/go/go.sum ./gcc/testsuite/objc/objc.sum SUCCESS: No unexpected failures. If the output shows new failures, you investigate them. If they are not yours, you can add them to the xfail manifest (after reporting them) and then commit the modified .xfail file. Long term, I would like to have this script pull manifest files from postings made to gcc-testresults. This way, we won't have to maintain these .xfail files manually. In branches this is not a big problem, but in trunk it may be a tad annoying. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190404 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py (ExpirationDate): Tidydnovillo2012-08-132-1/+6
| | | | | | comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190354 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py (ParseSummary): Fixdnovillo2012-08-132-2/+8
| | | | | | comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190352 138bc75d-0d04-0410-961f-82ee72b054a4
* Implement support for expiring expected results in validate_failures.py.dnovillo2012-08-132-4/+45
| | | | | | | | | | | | | | | | | | | | I noticed recently that while the validator was accepting the 'expire=YYYYMMDD' attribute, it was not actually doing anything with it. This patch fixes the oversight. 2012-08-13 Diego Novillo <dnovillo@google.com> * testsuite-management/validate_failures.py: Import datetime. (TestResult.ExpirationDate): New. (TestResult.HasExpired): New. (ParseSummary): Call it. If it returns True, warn that the expected failure has expired and do not add it to the set of expected results. (GetResults): Clarify documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190351 138bc75d-0d04-0410-961f-82ee72b054a4
* Do not use 'with ... as ...' in validate_failures.pydnovillo2012-07-262-14/+23
| | | | | | | | | | | | Some of the hosts were we run this script are still using Python 2.4. This patch replaces the use of 'with ... as ...' to avoid syntax errors. 2012-07-26 Diego Novillo <dnovillo@google.com> * testsuite-management/validate_failures.py: Do not use 'with ... as ...' constructs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189893 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix --produce_manifest flag in validate_failures.py.dnovillo2012-07-192-9/+22
| | | | | | | | | | | | | | | | | | | | When I added the functionality to use other summary files for reporting, I broke the generation of manifests. When sum files are passed on, we need to use the list. Otherwise, we need to find summary files in the build directory. This patch factors out that logic into a new function and calls it from both the reporting and generation routines. Committed to trunk. * testsuite-management/validate_failures.py (CollectSumFiles): Rename from GetSumFiles. (GetSumFiles): Factor out of CheckExpectedResults. (CheckExpectedResults): Call it. (ProduceManifest): Call it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189662 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite-management/validate_failures.py: Fixdnovillo2012-07-182-1/+6
| | | | | | /usr/bin/python invocation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189631 138bc75d-0d04-0410-961f-82ee72b054a4
* * check_makefile_deps.sh: Look for c-common.o in c-family/.steven2012-06-192-2/+7
| | | | | | | Add a few more crt* files to the list of files to skip. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188792 138bc75d-0d04-0410-961f-82ee72b054a4
* The new mklog script prints three spaces after the date part, whichdnovillo2012-06-062-1/+5
| | | | | | | | | | is wrong. Thus fixed by adjusting the split pattern. Tested manually. 2012-05-31 Marek Polacek <polacek@redhat.com> * mklog: Prevent printing three spaces after the date. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188265 138bc75d-0d04-0410-961f-82ee72b054a4
* Add ChangeLog entry for previous commit.dnovillo2012-06-051-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188218 138bc75d-0d04-0410-961f-82ee72b054a4