ChangeLog revision 1.1.1.19
12021-04-08  Release Manager
2
3	* GCC 10.3.0 released.
4
52021-03-19  Matthias Klose  <doko@ubuntu.com>
6
7	Backported from master:
8	2021-03-19  Matthias Klose  <doko@ubuntu.com>
9
10	* texi2pod.pl: Substitute @tie{} with a space for the man pages.
11
122021-01-28  Eric Botcazou  <ebotcazou@adacore.com>
13
14	PR lto/85574
15	* compare-lto: Deal with PE-COFF executables specifically.
16
172021-01-07  Martin Liska  <mliska@suse.cz>
18
19	* gcc-changelog/git_commit.py: Sync from master.
20	* gcc-changelog/git_email.py: Likewise.
21	* gcc-changelog/git_repository.py: Likewise.
22	* gcc-changelog/test_email.py: Likewise.
23	* gcc-changelog/test_patches.txt: Likewise.
24
252020-11-25  Martin Liska  <mliska@suse.cz>
26
27	* gcc-changelog/git_commit.py: Use revert_regex instead
28	of string prefix.  Convert sets to literals.
29
302020-11-06  Martin Liska  <mliska@suse.cz>
31
32	* gcc-changelog/git_commit.py: Sync.
33	* gcc-changelog/git_email.py: Likewise.
34	* gcc-changelog/git_repository.py: Likewise.
35	* gcc-changelog/test_email.py: Likewise.
36	* gcc-changelog/test_patches.txt: Likewise.
37	* gcc-changelog/setup.cfg: New file.
38
392020-07-29  Martin Liska  <mliska@suse.cz>
40
41	* git-backport.py: fix how are ChangeLog paths combined.
42
432020-07-23  Martin Liska  <mliska@suse.cz>
44
45	Backported from master:
46	2020-07-23  Martin Liska  <mliska@suse.cz>
47
48	* gcc-changelog/git_commit.py: When reverting a backport,
49	we should print only Revert header.
50
512020-07-23  Jonathan Wakely  <jwakely@redhat.com>
52
53	Backported from master:
54	2020-07-17  Jonathan Wakely  <jwakely@redhat.com>
55
56	* gcc-changelog/git_update_version.py: Fix typo.
57
582020-07-23  Release Manager
59
60	* GCC 10.2.0 released.
61
622020-07-08  Alexandre Oliva  <oliva@adacore.com>
63
64	Backported from master:
65	2020-07-07  Alexandre Oliva  <oliva@adacore.com>
66		    Martin Liska  <mliska@suse.cz>
67
68	* gcc-changelog/git_commit.py: Support CASE and COND.
69	* gcc-changelog/test_patches.txt: Add test.
70	* gcc-changelog/test_email.py: Add test.
71
722020-07-02  Martin Liska  <mliska@suse.cz>
73
74	* gcc-changelog/git_check_commit.py: New file.
75	* gcc-changelog/git_commit.py: New file.
76	* gcc-changelog/git_email.py: New file.
77	* gcc-changelog/git_repository.py: New file.
78	* gcc-changelog/git_update_version.py: New file.
79	* gcc-changelog/test_email.py: New file.
80	* gcc-changelog/test_patches.txt: New file.
81
822020-05-29  Martin Liska  <mliska@suse.cz>
83
84	* git-backport.py: The script did 'git co HEAD~' when
85	there was no modified ChangeLog file in a successful
86	git cherry pick.
87	Run cherry-pick --continue without editor.
88
892020-05-27  Martin Liska  <mliska@suse.cz>
90
91	* git-backport.py: New file.
92
932020-05-07  Release Manager
94
95	* GCC 10.1.0 released.
96
972020-05-07  Jakub Jelinek  <jakub@redhat.com>
98
99	* gennews (files): Add files for GCC 10.
100
1012020-04-17  Martin Liska  <mliska@suse.cz>
102
103	* vimrc: We do not want to modify tab options
104	for Python files.
105
1062020-04-16  Jakub Jelinek  <jakub@redhat.com>
107
108	PR bootstrap/92008
109	* gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
110
1112020-04-03  Martin Liska  <mliska@suse.cz>
112
113	* gcc-git-customization.sh: Search for the pattern
114	at line beginning only.
115
1162020-01-24  Richard Earnshaw  <rearnsha@arm.com>
117
118	* gcc-git-customization.sh: Use users/<pfx> for the personal remote
119	rather than just <pfx>.  Convert existing personal branches to the
120	new remote.
121	* git-add-user-branch.sh: New file.
122
1232020-01-22  Richard Earnshaw  <rearnsha@arm.com>
124
125	* git-add-vendor-branch.sh: New file.
126
1272020-01-20  Richard Earnshaw  <rearnsha@arm.com>
128
129	* gcc-git-customization.sh: Check that user-supplied remote
130	name exists before continuting.  Use a separate remotes for the
131	personal commit area.  Convert existing personal and vendor
132	fetch rules to new layout.
133	* git-fetch-vendor.sh: New vendor layout.  Add --enable-push
134	option.
135
1362020-01-17  Hans-Peter Nilsson  <hp@axis.com>
137
138	* gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
139	not "--pretty=%p:%t:%H".
140
1412020-01-16  Andreas Schwab  <schwab@linux-m68k.org>
142
143	* gcc-git-customization.sh: Avoid double expansion.
144
1452020-01-16  Richard Earnshaw  <rearnsha@arm.com>
146
147	* gcc-git-customization.sh: Check that user.name and user.email
148	are set.  Use $(cmd) instead of `cmd`.  Fix variable quoting when
149	using eval.
150
1512020-01-16  Jakub Jelinek  <jakub@redhat.com>
152
153	* gcc-git-customization.sh: Verify the id to be printed is ancestor of
154	the corresponding remote release branch (or master), otherwise print
155	nothing.
156
1572020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
158	    Jakub Jelinek  <jakub@redhat.com>
159
160	* gcc-git-customization.sh: Change uses to use in comment.
161
1622020-01-15  Jakub Jelinek  <jakub@redhat.com>
163
164	* gcc-git-customization.sh: Handle output of older git which doesn't
165	print tags/ prefixes before branchpoint/gcc-.
166
1672010-01-15  Richard Earnshaw  <rearnsha@arm.com>
168
169	* gcc-git-customization.sh: Explain why we want the user's
170	upstream account name.  Don't add push rules.  Check if push rules
171	have been added and suggest that they should be removed.
172	* git-fetch-vendor.sh: Don't add push rules.
173
1742010-01-13  Richard Earnshaw  <rearnsha@arm.com>
175
176	Revert:
177	2010-01-13  Richard Earnshaw  <rearnsha@arm.com>
178
179	* gcc-git-customization.sh: Add back the default rule that
180	is lost by adding a custom push rule.
181	* git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
182
1832010-01-13  Richard Earnshaw  <rearnsha@arm.com>
184
185	* gcc-git-customization.sh: Add back the default rule that
186	is lost by adding a custom push rule.
187	* git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
188
1892010-01-13  Richard Earnshaw  <rearnsha@arm.com>
190
191	* contrib/git-fetch-vendor.sh: New file.
192
1932020-01-13  Jakub Jelinek  <jakub@redhat.com>
194
195	* contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
196	aliases.
197
1982010-01-13  Richard Earnshaw  <rearnsha@arm.com>
199
200	* gcc-git-customization.sh: New file.
201
2022020-01-01  Jakub Jelinek  <jakub@redhat.com>
203
204	* update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
205	Sato as external authors.  Skip LICENSE.txt files.
206
2072019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
208
209	* config-list.mk: Add msp430-elfbare.
210
2112019-12-09  Lewis Hyatt  <lhyatt@gmail.com>
212
213	PR preprocessor/49973
214	* unicode/from_glibc/unicode_utils.py: Support script from
215	glibc (commit 464cd3) to extract character widths from Unicode data
216	files.
217	* unicode/from_glibc/utf8_gen.py: Likewise.
218	* unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
219	* unicode/EastAsianWidth.txt: Likewise.
220	* unicode/PropList.txt: Likewise.
221	* unicode/gen_wcwidth.py: New utility to generate
222	libcpp/generated_cpp_wcwidth.h with help from the glibc support
223	scripts and the Unicode data files.
224	* unicode/unicode-license.txt: Added.
225	* unicode/README: New explanatory file.
226
2272019-12-07  Richard Sandiford  <richard.sandiford@arm.com>
228
229	* texi2pod.pl: Handle @headitems in @multitables, printing them
230	in italics.  Push an empty item code onto the stack.
231
2322019-11-13  Janne Blomqvist  <jb@gcc.gnu.org>
233
234	* download_prerequisites: Use http instead of ftp for downloading.
235
2362019-11-08  Martin Liska  <mliska@suse.cz>
237
238	* mklog: The script fails for patches that contain:
239	'---param=foo=bar xyz'.
240
2412019-09-18  Martin Liska  <mliska@suse.cz>
242
243	* clang-format: Tweak configuration based on new
244	options offered.
245
2462019-09-09  Jose E. Marchesi  <jemarch@gnu.org>
247
248	* config-list.mk (LIST): Disable go in bpf-*-* targets.
249
2502019-09-04  Martin Liska  <mliska@suse.cz>
251
252	* mklog: Do not print changed functions for
253	testsuite files.
254
2552019-09-04  Martin Liska  <mliska@suse.cz>
256
257	* mklog: Parse PR references from newly added
258	test files.
259
2602019-09-04  Martin Liska  <mliska@suse.cz>
261
262	* mklog: Use argparse instead of getopt.
263
2642019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
265
266	* compare-all-tests (all_targets): Remove references to spu.
267	* config-list.mk (LIST): Likewise.
268
2692019-09-02  Alexander Monakov  <amonakov@ispras.ru>
270
271	* vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
272	* vimrc: Set preferred values for 'tabstop', 'softtabstop',
273	'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
274	files, not just C-like files.
275
2762019-09-02  Martin Liska  <mliska@suse.cz>
277
278	* vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
279
2802019-08-13  Uros Bizjak  <ubizjak@gmail.com>
281
282	* test_summary: Do not escape "=".
283
2842019-07-02  Janne Blomqvist  <jb@gcc.gnu.org>
285
286	PR other/91048
287	* mklog (read_user_info): Open ~/.mklog in string mode.
288
2892019-06-19  Martin Liska  <mliska@suse.cz>
290
291	* bench-stringop: New file.
292
2932019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
294
295	* mklog: Open files in text mode.
296
2972019-05-21  Janne Blomqvist  <jb@gcc.gnu.org>
298
299        * mklog: Convert to Python 3.
300
3012019-05-03  Jakub Jelinek  <jakub@redhat.com>
302
303	* gennews (files): Add files for GCC 9.
304
3052019-04-30  Roland Illig  <roland.illig@gmx.de>
306
307	* check-internal-format-escaping.py: New version using polib.
308
3092019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
310
311	PR translation/90118
312	* check-internal-format-escaping.py: Check that %< is not next to
313	a word.
314
3152019-04-17  Jakub Jelinek  <jakub@redhat.com>
316
317	* dg-extract-results.sh: Only handle WARNING: program timed out
318	lines specially in "$MODE" == "sum".  Restore previous behavior
319	for "$MODE" != "sum".  Clear has_timeout and timeout_cnt if in
320	a different variant or curfile is empty.
321	* dg-extract-results.py: Fix a typo.
322
3232019-04-05  Martin Liska  <mliska@suse.cz>
324
325	PR translation/89936
326	* check-internal-format-escaping.py: Properly detect wrong
327	apostrophes.
328
3292019-03-11  Martin Liska  <mliska@suse.cz>
330
331	* check-internal-format-escaping.py: Uncomment apostrophes
332	check.
333
3342019-03-11  Martin Liska  <mliska@suse.cz>
335
336	* check-internal-format-escaping.py: New file.
337
3382019-03-10  Tommy Nguyen  <remyabel@gmail.com>
339
340	PR contrib/82704
341	* download_prerequisites: Use -c instead of --check for sha512sum.
342
3432019-03-06  Martin Liska  <mliska@suse.cz>
344
345	* check-params-in-docs.py: Ignore a param.
346
3472019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
348
349	contrib/
350	* dg-extract-results.py: Handle case where a WARNING happens with
351	the first test of a harness.
352
3532019-03-05  Christophe Lyon  <christophe.lyon@linaro.org>
354
355	contrib/
356	* dg-extract-results.sh: Fix order of WARNING and following test
357	result.
358
3592019-02-04  Christophe Lyon  <christophe.lyon@linaro.org>
360
361	contrib/
362	* dg-extract-results.py: Keep timeout warnings next to their
363	matching test.
364	* dg-extract-results.sh: Likewise.
365
3662019-01-01  Jakub Jelinek  <jakub@redhat.com>
367
368	* update-copyright.py: Add Gerard Jungman as external author.
369
3702018-11-26  Iain Buclaw  <ibuclaw@gdcproject.org>
371
372	* update-copyright.py (TestsuiteFilter): Skip .d tests.
373	(LibPhobosFilter): Add filter for upstream D sources.
374	(GCCCopyright): Add D Language Foundation as external author.
375	(GCCCmdLine): Add libphobos.
376
3772018-11-19  Martin Liska  <mliska@suse.cz>
378
379	* check_GNU_style_lib.py: Detect mixed usage
380	of spaces and tabs.
381
3822018-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
383
384	* gcc_update (files_and_dependencies): Handle libphobos.
385
3862018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
387
388	* dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
389	default verbosity.
390
3912018-10-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
392
393	* config-list.mk (LIST): Switch to i686-solaris2.11,
394	sparc64-sun-solaris2.11.
395
3962018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
397
398	* unused_functions.py: Handle archive files.
399
4002018-10-04  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
401
402	* unused_functions.py: New file.
403
4042018-09-25  Martin Liska  <mliska@suse.cz>
405
406	* filter-rtags-warnings.py: New file.
407
4082018-09-25  Martin Liska  <mliska@suse.cz>
409
410	PR middle-end/86078
411	* check-params-in-docs.py: New file.
412
4132018-08-17  Jojo  <jijie_rong@c-sky.com>
414	    Huibin Wang  <huibin_wang@c-sky.com>
415	    Sandra Loosemore  <sandra@codesourcery.com>
416	    Chung-Lin Tang  <cltang@codesourcery.com>
417	    Andrew Jenner  <andrew@codesourcery.com>
418
419	C-SKY port: Configury
420
421	* config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
422
4232018-07-13  Tom de Vries  <tdevries@suse.de>
424
425	* maintainers-verify.sh: New file.
426
4272018-07-12  Christophe Lyon  <christophe.lyon@linaro.org>
428
429	* compare_tests: Print number of tests in each category.
430
4312018-06-19  Alexander Monakov  <amonakov@ispras.ru>
432
433	* vim-gcc-dev/README: New file.
434	* vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
435	* vim-gcc-dev/syntax/gcc-match.vim: New file.
436	* gimple.vim: Move under vim-gcc-dev/syntax/.
437	* gcc-rtl.vim: Likewise.
438
4392018-06-19  Martin Liska  <mliska@suse.cz>
440
441	* gcc-rtl.vim: New file.
442
4432018-06-12  Jeff Law  <law@redhat.com>
444
445	* config-list.mk (LIST): Remove alpha-freebsd6.
446
4472018-05-08  Richard Biener  <rguenther@suse.de>
448
449	PR bootstrap/85571
450	* compare-lto: New script derived from compare-debug.
451
4522018-05-02  Jakub Jelinek  <jakub@redhat.com>
453
454	* gennews (files): Add files for GCC 8.
455
4562018-05-01  Jim Wilson  <jimw@sifive.com>
457
458	* gcc_update: Check for .git as a file.
459
4602018-03-21  Christophe Lyon  <christophe.lyon@linaro.org>
461
462	* test_summary: Match possible single quotes in configure path.
463
4642018-03-02  Thomas Schwinge  <thomas@codesourcery.com>
465
466	* update-copyright.py: Remove "libcilkrts" reference.
467
4682018-02-19  Yury Gribov  <tetra2005@gmail.com>
469
470	* compare_tests: Use TMPDIR when set.
471	* dg-cmp-results.sh: Ditto.
472	* warn_summary: Ditto.
473
4742018-01-29  Jonathan Wakely  <jwakely@redhat.com>
475
476	* download_prerequisites: Use shasum for FreeBSD and DragonFly.
477
4782018-01-19  Martin Liska  <mliska@suse.cz>
479
480	* analyze_brprob.py: Support new format that can be easily
481	parsed. Add new column to report.
482
4832018-01-03  Jakub Jelinek  <jakub@redhat.com>
484
485	* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
486
4872017-11-28  Julia Koval  <julia.koval@intel.com>
488	    Sebastian Peryt  <sebastian.peryt@intel.com>
489
490	* contrib/gcc_update: Ditto.
491
4922017-11-08  Martin Liska  <mliska@suse.cz>
493
494	* analyze_brprob.py: Fix abbreviations for SI units.
495
4962017-10-02  Thomas Schwinge  <thomas@codesourcery.com>
497
498	* gcc_update (files_and_dependencies): Handle libbacktrace.
499
5002017-09-18  Richard Biener  <rguenther@suse.de>
501
502	* download_prerequisites (isl): Bump version to 0.18.
503
5042017-08-02  Yury Gribov  <tetra2005@gmail.com>
505
506	* mklog: Added new implementation.
507
5082017-08-02  Yury Gribov  <tetra2005@gmail.com>
509
510	* mklog: Rename to ...
511	* mklog.pl: this.
512
5132017-07-17  Yury Gribov  <tetra2005@gmail.com>
514
515	* mklog: Fix extraction of changed file name.
516
5172017-07-17  Georg-Johann Lay  <avr@gjlay.de>
518
519	* gcc_update (files_and_dependencies)
520	[gcc/config/avr/avr-tables.opt]: Remove dead entry.
521
5222017-06-28  Martin Liska  <mliska@suse.cz>
523
524	* gcc.doxy: Add default location for filters and output folder.
525	* filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
526	* filter_params.pl: Remove.
527
5282017-06-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
529
530	* dg-cmp-results.sh: Restore filtering on target variant.
531
5322017-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
533
534	* dg-cmp-results.sh: Keep test result lines rather than throwing
535	header and summary to support sum files with multiple tools.
536
5372017-05-31  Martin Liska  <mliska@suse.cz>
538
539	* filter_params.py:
540	Transform ENUM_BITFIELD and comments starting with '/**'
541
5422017-05-31  David Malcolm  <dmalcolm@redhat.com>
543	    Martin Liska  <mliska@suse.cz>
544
545	* filter_params.py: New, porting the perl script to python,
546	adding a test suite.
547	* filter_gcc_for_doxygen_new: New file.
548
5492017-05-30  Martin Liska  <mliska@suse.cz>
550
551	* analyze_brprob.py: Add new argument to parse and modify
552	predict.def file.
553	* analyze_brprob_spec.py: Likewise.
554
5552017-05-29  Tom de Vries  <tom@codesourcery.com>
556
557	* check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
558	trailing eol.
559	(TrailingWhitespaceTest): New unit test.
560	(check_GNU_style_file): Remove eol before checking.
561
5622017-05-29  Tom de Vries  <tom@codesourcery.com>
563
564	* check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
565	file handle.  Add and handle file_encoding argument.
566	* check_GNU_style.py (main): Handle '-' file argument.  Call
567	check_GNU_style_file with file handle as argument.
568
5692017-05-29  Tom de Vries  <tom@codesourcery.com>
570
571	* check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
572	(import_pip3): New function.
573
5742017-05-24  Tom de Vries  <tom@codesourcery.com>
575
576	* check_GNU_style_lib.py: New file, factored out of ...
577	* check_GNU_style.py: ... here.  Call main unconditionally.
578
5792017-05-19  Martin Liska  <mliska@suse.cz>
580
581	* check_GNU_style.py: New file.
582
5832007-05-03  Jeff Law  <law@redhat.com>
584
585	* config-list.mk (am33_2.0-linux): Remove from list of targets
586	to build.
587
5882017-05-02  Jakub Jelinek  <jakub@redhat.com>
589
590	* gennews (files): Add files for GCC 7.
591
5922017-04-26  Tom de Vries  <tom@codesourcery.com>
593
594	* gen_autofdo_event.py: Fix comment.
595
5962017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
597
598	* download_prerequisites (md5_check): New function emulates Linux
599	'md5 --check' on macOS.  Modified script for macOS compatibility.
600
6012017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
602
603	* config-list.mki (LIST): Add riscv32-unknown-linux-gun and
604	riscv64-unknown-linux-gnu.
605
6062017-01-31  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
607
608	* update-copyright.py (Copyright.process_file): Retain original
609	file mode.
610
6112017-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
612
613	* update-copyright.py: Fix the name of this script in examples.
614
6152017-01-26  Jakub Jelinek  <jakub@redhat.com>
616
617	* update-copyright.py: Add libhsail-rt to self.default_dirs
618	and call self.add_dir on it.  Add Intel Corporation to external
619	authors.
620
6212017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
622
623	* gcc_update (files_and_dependencies): Care for "libhsail-rt".
624
6252017-01-23  Gerald Pfeifer  <gerald@pfeifer.com>
626
627	* patch_tester.sh (TESTLOGS): Remove
628	$TARGET/libjava/testsuite/libjava.sum.
629
6302017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
631
632	* warn_summary: Remove the -java option.
633
6342017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
635
636	* update-copyright.py (LibJavaFilter): Remove.
637
6382017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>	
639	
640	* gcc_update: Remove entries related to GCJ and libgcj.
641	Complete copyright years and adjust my e-mail address.
642
6432017-01-11  Richard Earnshaw  <rearnsha@arm.com>
644
645	* gcc_update: Adjust touch list for ARM.
646
6472017-01-08  Gerald Pfeifer  <gerald@pfeifer.com>
648
649	* download_ecj: Remove.
650
6512017-01-05  Martin Liska  <mliska@suse.cz>
652
653	* vimrc: Update indentation definition.
654
6552017-01-04  Jakub Jelinek  <jakub@redhat.com>
656
657	* update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
658	libssp, libvtv and lto-plugin to default_dirs.
659
6602017-01-01  Jakub Jelinek  <jakub@redhat.com>
661
662	* update-copyright.py (TestsuiteFilter): Skip params/README.
663	(GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
664
6652016-12-14  Martin Liska  <mliska@suse.cz>
666
667	* analyze_brprob.py: Add new column to output and new sorting
668	option. Fix coding style to not exceed 80 characters.
669	* analyze_brprob_spec.py: Add new sorting
670	option. Fix coding style to not exceed 80 characters.
671
6722016-10-24  Moritz Klammler  <moritz@glammler.eu>
673
674	PR other/61439
675	* download_prerequisites: Conditionally verify checksums of
676	downloaded pacakges.  Add help text.  
677	* prerequisites.md5: New file.
678	* prerequisites.sha512: New file.
679
6802016-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
681
682	* check_GNU_style.sh (remove_testsuite): New function.
683	Use it to remove testsuite from the diff.
684
6852016-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
686
687	* dg-extract-results.sh: Revert bogus change.
688
6892016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
690
691	* dg-extract-results.py: Report DejaGnu error in the final
692	summary.
693	* dg-extract-results.sh: Likewise.
694
6952016-09-20  Christophe Lyon  <christophe.lyon@linaro.org>
696
697	* compare_tests: Take ERROR messages into account when
698	  comparing.
699
7002016-08-17  Martin Liska  <mliska@suse.cz>
701
702	* mark_spam.py: Mark as spam all comments done by a creator.
703
7042016-08-15  Martin Liska  <mliska@suse.cz>
705
706	* mark_spam.py: Add error handling and reset
707	another properties of attachments and bugs.
708
7092016-08-11  Martin Liska  <mliska@suse.cz>
710
711	* mark_spam.py: Mark attachments as obsolete and rename them.
712
7132016-08-03  Eric Gallager  <egall@gwmail.gwu.edu>
714
715	* download_prerequisites: Explicitly remove existing symlinks
716	before trying to create new ones.
717
7182016-07-28  Martin Liska  <mliska@suse.cz>
719
720	* mark_spam.py: New file.
721
7222016-07-21  Martin Liska  <mliska@suse.cz>
723
724	* analyze_brprob.py: If there's no loop, do not calculate
725	average number of loop iterations.
726
7272016-06-24  Martin Liska  <mliska@suse.cz>
728
729	* analyze_brprob.py: Parse and display average number
730	of loop iterations.
731
7322016-06-23  Andi Kleen  <ak@linux.intel.com>
733
734	* gen_autofdo_event.py: New file to regenerate
735	gcc-auto-profile.
736
7372016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
738
739	* config-list.mk: Stop testing mep-elf.
740
7412016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
742
743	* config-list.mk: Stop testing avr-rtems.
744
7452016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
746
747	* config-list.mk: Stop testing m32r-rtems.
748
7492016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
750
751	* config-list.mk: Remove h8300-rtems support.
752
7532016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
754
755	* config-list.mk: stop testing knetbsd.
756
7572016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
758
759	* config-list.mk: Stop testing openbsd3.0.
760
7612016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
762
763	* config-list.mk: Remove interix target.
764
7652016-06-21  David Edelsohn  <dje.gcc@gmail.com>
766
767	* config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
768	rs6000-ibm-aix5.2.
769	Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
770	Add rs6000-ibm-aix7.1.
771
7722016-06-17  Martin Liska  <mliska@suse.cz>
773
774	* analyze_brprob.py: Fix columns of script output.
775
7762016-06-13  Richard Biener  <rguenther@suse.de>
777
778	* download_prerequisites (ISL): Bump version to 0.16.1
779
7802016-06-10  Alan Hayward  <alan.hayward@arm.com>
781
782	* check_GNU_style.sh: Fix paste args for BSD
783
7842016-06-09  David Malcolm  <dmalcolm@redhat.com>
785
786	* config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
787	h8300-rtems, m32r-rtems, mep-elf.
788
7892016-06-09  David Malcolm  <dmalcolm@redhat.com>
790
791	* config-list.mk (GCC_SRC_DIR): New variable.
792	(make-log-dir): Use GCC_SRC_DIR.
793	($(LIST)): Likewise.
794
7952016-06-09  Martin Liska  <mliska@suse.cz>
796
797	* analyze_brprob_spec.py: New file.
798
7992016-06-09  Martin Liska  <mliska@suse.cz>
800
801	* analyze_brprob.py: Add new argument --sorting.
802
8032016-06-09  Martin Liska  <mliska@suse.cz>
804
805	* analyze_brprob.py: Cover new dump output format.
806
8072016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
808
809	* update-copyright.py (LibMudflapFilter): Remove.
810	(GCCCmdLine.__init__): Add gotools, libcc1.
811	Remove libmudflap.
812	List unhandled intl, libcilkrts, libgo, liboffloadmic,
813	maintainer-scripts.
814
8152016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
816
817	* download_prerequisites: Adjust gmp/mpfr/mpc versions.
818
8192016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
820
821	* compare-all-tests: Remove SH5 support.
822	* config-list.mk: Likewise.
823
8242016-04-28  Martin Liska  <mliska@suse.cz>
825
826	* analyze_brprob: Remove.
827	* analyze_brprob.py: New file.
828
8292016-04-27  Jakub Jelinek  <jakub@redhat.com>
830
831	* gennews (files): Add files for GCC 6.
832
8332016-04-17  Jan Hubicka  <jh@suse.cz>
834
835	* analyze_brprob: Update comment.
836
8372016-04-13  Martin Sebor  <msebor@redhat.com>
838
839	* check_GNU_style.sh: Avoid false posivies in trailing operator
840	checks.
841
8422016-03-07  Martin Sebor  <msebor@redhat.com>
843
844	* check_GNU_style.sh (color): New global variable.
845	Add checks for trailing operators and spaces before left brackets.
846	Tightened up a check for a trailing left curly brace.
847	(g, ag, vg): Use color.
848	(col): Don't complain about excessively long lines with DejaGnu
849	directives.
850
8512016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
852
853	* mklog: Look for the ChangeLog file in $cwd.
854
8552016-02-26  Joel Sherrill <joel@rtems.org>
856
857	* config-list.mk: Add aarch64-rtems and x86_64-rtems
858
8592016-01-19  Jonathan Wakely  <jwakely@redhat.com>
860
861	* uninclude: Fix third argument to gensub.
862
8632016-01-04  Jakub Jelinek  <jakub@redhat.com>
864
865	* update-copyright.py (GCCCopyright): Add NVIDIA Corporation
866	as external author.
867
8682015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
869
870	* config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
871	targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
872
8732015-12-06  Tobias Burnus  <burnus@net-b.de>
874
875	* download_prerequisites: Download ISL 0.15 instead of 0.14.
876
8772015-11-20  Martin Liska  <mliska@suse.cz>
878
879	* clang-format: Split content of a list to multiple
880	lines.
881
8822015-11-19  Martin Liska  <mliska@suse.cz>
883
884	* clang-format: Enhance list of FOR_EACH macros.
885
8862015-11-19  Martin Liska  <mliska@suse.cz>
887
888	* clang-format: New file.
889
8902015-11-11  Andrew MacLeod  <amacleod@redhat.com>
891
892	* header-tools: New.  Directory containing a set of tools for
893	manipulating header files.
894
8952015-10-30  Nathan Sidwell  <nathan@acm.org>
896
897	* config-list.mk (nvptx-none): Add it.
898
8992015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
900
901	* download_prerequisites: Make sure that script is run from
902	top level source directory.
903
9042015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
905
906	* update-copyright.py (GCCCmdLine): Add libvtv.
907
9082015-08-04  Uros Bizjak  <ubizjak@gmail.com>
909
910	* texi2pod.pl: Escape braces in regexp involving @strong{...}.
911
9122015-07-15  Tom de Vries  <tom@codesourcery.com>
913
914	* check_GNU_style.sh (cat_with_prefix): Fix quoting.
915
9162015-06-02  Steve Ellcey  <sellcey@imgtec.com>
917
918	* test_installed (--target=): New option.
919
9202015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
921
922	* gimple.vim: New file.
923
9242015-05-18  Tom de Vries  <tom@codesourcery.com>
925
926	* check_GNU_style.sh: Add temp files tmp2 and tmp3.
927	(cat_with_prefix): New function, using global variable prefix.
928	(col): Make prefix a global variable. Rewrite to process file at a time
929	rather than line at a time.  Print part longer than 80 chars in red.
930
9312015-05-18  Tom de Vries  <tom@codesourcery.com>
932
933	* check_GNU_style.sh (g, ag, vg): Don't cat empty file.
934
9352015-05-18  Tom de Vries  <tom@codesourcery.com>
936
937	* check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
938
9392015-05-18  Tom de Vries  <tom@codesourcery.com>
940
941	* check_GNU_style.sh: Improve readability function calls.
942
9432015-05-16  James Bowman  <james.bowman@ftdichip.com>
944
945	* config-list.mk: Add FT32.
946
9472015-05-12  Tom de Vries  <tom@codesourcery.com>
948
949	* check_GNU_style.sh (col): Fix tab size.
950
9512015-05-12  Tom de Vries  <tom@codesourcery.com>
952
953	* check_GNU_style.sh: Put stdin into a temp file.
954
9552015-05-12  Tom de Vries  <tom@codesourcery.com>
956
957	* check_GNU_style.sh: Read either from stdin, or from files.
958
9592015-05-12  Tom de Vries  <tom@codesourcery.com>
960
961	* check_GNU_style.sh: Check if files exists.
962
9632015-05-12  Tom de Vries  <tom@codesourcery.com>
964
965	* check_GNU_style.sh: Don't use a filename prefix if we're only
966	processing one patch file.
967
9682015-05-12  Yury Gribov  <y.gribov@samsung.com>
969
970	* mklog: Ignore preprocessor directives.
971
9722015-04-22  Jakub Jelinek  <jakub@redhat.com>
973
974	* gennews (files): Add files for GCC 5.
975
9762015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
977
978	* dg-extract-results.sh: Check that the necessary python modules exist.
979
9802015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
981
982	* gcc_update (files_and_dependencies): Add rules for liboffloadmic and
983	liboffloadmic/plugin.
984
9852015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
986
987	* update-copyright.py (Copyright.__init__): Add a regexp for
988	"copyright = u'".
989	(Copyright.update_copyright): Don't add a space before the year
990	in that case.
991
9922015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
993
994	* gcc_update (files_and_dependencies): Update rules for new
995	libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
996
9972015-01-12  Yury Gribov  <y.gribov@samsung.com>
998
999	* check_GNU_style.sh: Support patches coming from stdin.
1000	Check that spaces are converted to tabs.
1001	Make double-space-after-dot check more precice.
1002
10032015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1004
1005	* config-list.mk (LIST): Add visium-elf.
1006
10072015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1008
1009	* config-list.mk: Use shortest match for OPT to find the actual
1010	target name.
1011
10122014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1013
1014	* dg-extract-results.sh: Use --text with grep to avoid issues with
1015	binary files.  Fall back to cat -v, if that doesn't work.
1016
10172014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
1018
1019	* download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
1020
10212014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1022	    Yury Gribov  <y.gribov@samsung.com>
1023
1024	* vimrc: New file.
1025
10262014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1027
1028	* check_GNU_style.sh: Warn for incorrect number of spaces in function
1029	call only if 0 or 2+ spaces found.
1030
10312014-12-02  Tobias Burnus  <burnus@net-b.de>
1032
1033	* download_prerequisites: Download ISL 0.14 instead of 0.12.2.
1034
10352014-11-25  Tom de Vries  <tom@codesourcery.com>
1036	    Peter Bergner  <bergner@vnet.ibm.com>
1037
1038	* mklog: Handle .mklog.  Use git setting independent of presence .git
1039	directory.
1040
10412014-11-14  Tom de Vries  <tom@codesourcery.com>
1042
1043	* mklog: Move reading of .diff file up and add comment.  Copy diff_lines
1044	to orig_diff_lines.  Use orig_diff_lines when appending patch.
1045
10462014-11-11  David Malcolm  <dmalcolm@redhat.com>
1047
1048	* ChangeLog.jit: New.
1049	* jit-coverage-report.py: New file: a script to print crude
1050	code-coverage information for the libgccjit API.
1051
10522014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
1053
1054	* mklog: Symbol '}' stops search for changes.
1055
10562014-11-11  Tobias Burnus  <burnus@net-b.de>
1057
1058	* download_prerequisites: Stop downloading CLooG.
1059
10602014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
1061
1062	* mklog: Always doubt in functions.
1063	Add EOF protection.
1064
10652014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1066
1067	* config-list.mk: Don't build Go for certain targets.
1068
10692014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
1070
1071	* compare-all-tests: Don't test score-*.
1072	* config-list.mk: Likewise.
1073
10742014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
1075
1076	* dg-extract-results.py (output_variation): Always sort if do_sum.
1077
10782014-09-22  Tom de Vries  <tom@codesourcery.com>
1079
1080	* mklog: Add --inline option.
1081
10822014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
1083
1084	* dg-extract-results.py (Prog.result_re): Include options in test name.
1085
10862014-09-19  Olivier Hainque  <hainque@adacore.com>
1087
1088	* config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
1089
10902014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
1091
1092	* config-list.mk (LIST): Add v850-rtems.
1093
10942014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1095
1096	* config-list.mk (LIST): Add arm-rtems.
1097	Add nios2-rtems.  Remove extra option from powerpc-rtems.
1098
10992014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
1100
1101	* compare-all-tests: Don't test picochip.
1102	* config-list.mk: Likewise.
1103
11042014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
1105
1106	* texi2pod.pl (postprocess): Move command process for '@sc' to the
1107	front of '@dfn'.  Add a new command process for '@t{...}', just print
1108	the content.
1109
11102014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
1111	    Yury Gribov  <y.gribov@samsung.com>
1112
1113	* mklog: Run mklog as a filter.
1114
11152014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
1116
1117	* mklog: Read name and email from git config when available.
1118
11192014-06-28  Richard Biener  <rguenther@suse.de>
1120
1121	* gennews: Use gcc-3.0/index.html.
1122
11232014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
1124
1125	* dg-extract-results.py: For Python 3, force sys.stdout to handle
1126	surrogate escape sequences.
1127	(safe_open): New function.
1128	(output_segment, main): Use it.
1129
11302014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
1131
1132	* dg-extract-results.py (Named): Remove __cmp__ method.
1133	(output_variation): Use a key to sort variation.harnesses.
1134
11352014-05-24  Uros Bizjak  <ubizjak@gmail.com>
1136
1137	* texi2pod.pl: Force .pod file to not be a numbered list.
1138
11392014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
1140
1141	* dg-extract-results.py (parse_run): Handle warnings that are printed
1142	before a test harness is run.
1143
11442014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1145
1146	* config-list.mk (show): New target.
1147
11482014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
1149
1150	* dg-extract-results.py: New file.
1151	* dg-extract-results.sh: Use it if the environment seems suitable.
1152
11532014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1154
1155	* config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
1156
11572013-04-22  Jakub Jelinek  <jakub@redhat.com>
1158
1159	* gennews (files): Add files for GCC 4.9.
1160
11612014-02-24  Walter Lee  <walt@tilera.com>
1162
1163	* config-list.mk (LIST): Add tilegxbe-linux-gnu.
1164
11652014-02-13  Richard Biener  <rguenther@suse.de>
1166
1167	* download_prerequisites: Update ISL and CLOOG versions.
1168
11692014-01-31  Brooks Moses  <bmoses@google.com>
1170
1171	* gcc_update (files_and_dependencies): Add aarch64-tune.md.
1172
11732014-01-29  Yury Gribov  <y.gribov@samsung.com>
1174
1175	* mklog: Improve support of context diffs.
1176
11772014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
1178
1179	* mklog: Avoid adding falsely changed functions to ChangeLog.
1180
11812013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1182
1183	* config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
1184	ordering of some configs.
1185
11862013-12-23  Yury Gribov  <y.gribov@samsung.com>
1187
1188	* mklog: Automatically insert comments in trivial cases.
1189
11902013-12-19  Yury Gribov  <y.gribov@samsung.com>
1191
1192	* mklog: Split generated message in parts.
1193
11942013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
1195
1196	* config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
1197
11982013-10-29  Tobias Burnus  <burnus@net-b.de>
1199
1200	* gcc_update (files_and_dependencies): Add rules for
1201	libcilkrts.
1202
12032013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
1204
1205	* gcc_update (files_and_dependencies): Fix rule for
1206	libgomp/testsuite/Makefile.in.
1207
12082013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
1209
1210	* config-list.mk: Add arc configurations.
1211
12122013-09-27  Diego Novillo  <dnovillo@google.com>
1213
1214	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1215
12162013-09-12  DJ Delorie  <dj@redhat.com>
1217
1218	* config-list.mk: Add msp430-elf.
1219
12202013-08-31  Diego Novillo  <dnovillo@google.com>
1221
1222	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1223
12242013-08-29  Mike Stump  <mikestump@comcast.net>
1225
1226	* gcc_update (configure): Update to handle svn 1.8.1.
1227
12282013-08-03  Caroline Tice  <cmtice@google.com>
1229
1230	* gcc_update: Add libvtv files.
1231
12322013-06-06  Brooks Moses  <bmoses@google.com>
1233
1234	* testsuite-management/validate_failures.py: Fix handling of
1235	summary lines with "|" characters or empty description fields.
1236
12372013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
1238
1239	* download_prerequisites: Download isl and cloog conditionally.
1240
12412013-05-21  David Malcolm  <dmalcolm@redhat.com>
1242
1243	* repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
1244
12452013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1246
1247	* config-list.mk (LIST): Add -enable-obsolete for
1248	sparc-sun-solaris2.9, i686-solaris2.9.
1249
12502013-05-13  Mike Stump  <mikestump@comcast.net>
1251
1252	* compare_tests: Limit lines to 2000 characters as comm on Mac OS
1253	X 10.8.3 doesn't like long lines (those 2055 characters or more).
1254
12552013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
1256
1257	* config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
1258
12592013-04-18  Diego Novillo  <dnovillo@google.com>
1260
1261	* validate_failures.py: Fix typo.
1262
12632013-04-18  Diego Novillo  <dnovillo@google.com>
1264
1265	* validate_failures.py: Loosen check for build directory.
1266	State what failed if we couldn't find the source tree or
1267	the target triplet.
1268
12692013-03-22  Jakub Jelinek  <jakub@redhat.com>
1270
1271	* gennews (files): Add files for GCC 4.8.
1272
12732013-03-06  Tobias Burnus  <burnus@net-b.de>
1274
1275	* make-obstacks-texi.pl: New.
1276
12772013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1278
1279	* make_sunver.pl: Enforce C locale.
1280
12812013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
1282
1283	* update-copyright.py: Add libdecnumber to the default list.
1284	Remove libquadmath and libssp.
1285
12862013-02-06  Diego Novillo  <dnovillo@google.com>
1287
1288	* testsuite-management/validate_failures.py: Fix typo.
1289
12902013-02-06  Diego Novillo  <dnovillo@google.com>
1291
1292	* testsuite-management/validate_failures.py: Update
1293	Copyright years.
1294	Request contributions not to use Python features newer
1295	than 2.4.
1296	(GetBuildData): If this is not a build directory,
1297	emit an error only if --results or --manifest are missing.
1298
12992013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1300
1301	* testsuite-management/validate_failures.py
1302	(IsInterestingResult): Fix performance regression
1303
13042013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
1305
1306	* update-copyright.py: New file.
1307
13082013-01-15  David Blaikie  <dblaikie@gmail.com>
1309
1310	* dg-extract-results.sh: Handle KPASSes.
1311
1312	* dg-extract-results.sh: Constrain the start-of-log pattern.
1313
1314	* dg-extract-results.sh: Fix order of summary counts.
1315
13162012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1317
1318	* testsuite-management/validate_failures.py
1319	(IsInterestingResult): Only strip line a second time if we did split.
1320	Rephrase return statement while at it.
1321	(CollectSumFiles): Also ignore .git directory.
1322
13232012-12-03  Diego Novillo  <dnovillo@google.com>
1324
1325	* testsuite-management/validate_failures.py: Fix stale
1326	use of 'options'.
1327
13282012-11-30  Doug Evans  <dje@google.com>
1329
1330	* testsuite-management/validate_failures.py: Add support for @include,
1331	@remove directives in manifest files.
1332
1333	* testsuite-management/validate_failures.py: Add function
1334	GetManifestPath.  New global _MANIFEST_SUBDIR.
1335
13362012-11-29  Doug Evans  <dje@google.com>
1337
1338	* testsuite-management/validate_failures.py: Remove pass/fail
1339	indicator from result of GetBuildData.
1340
1341	* testsuite-management/validate_failures.py: Store options in global
1342	variable _OPTIONS.
1343
1344	* testsuite-management/validate_failures.py: Rename variable
1345	manifest_name to manifest_path everywhere.
1346
1347	* testsuite-management/validate_failures.py (CompareBuilds): Pass
1348	options.results to GetSumFiles for clean build.
1349
13502012-11-28  Doug Evans  <dje@google.com>
1351
1352	* testsuite-management/validate_failures.py: Use <target_alias> instead
1353	of <target>.  Minor whitespace changes.
1354
1355	* testsuite-management/validate_failures.py: Record ordinal with
1356	TestResult.
1357
13582012-11-19  Mike Stump  <mikestump@comcast.net>
1359
1360	* compare_tests: Add export LC_ALL=C to make sort happier.
1361
13622012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
1363
1364	* gcc_update: Update libsanitizer generated files.
1365
13662012-11-12  Tobias Burnus  <burnus@net-b.de>
1367
1368	* gcc_update: Add libquadmath generated files.
1369
13702012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
1371
1372	* gcc_update: Add libsanitizer generated files.
1373
13742012-11-05  Lawrence Crowl  <crowl@google.com>
1375
1376	* compare_two_ftime_report_sets: New.
1377
13782012-11-02  Diego Novillo  <dnovillo@google.com>
1379
1380	* testsuite-management/validate_failures.py: Add option
1381	--clean_build to compare test results against another
1382	build.
1383
13842012-10-31  Diego Novillo  <dnovillo@google.com>
1385
1386	* testsuite-management/validate_failures.py: Fix parsing
1387	of summary lines.
1388
13892012-10-29  Diego Novillo  <dnovillo@google.com>
1390
1391	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1392
13932012-10-06  Diego Novillo  <dnovillo@google.com>
1394
1395	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1396
13972012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
1398
1399	* check_GNU_style.sh: Remove temporay file upon exit.
1400
14012012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
1402
1403	* contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
1404	arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
1405	Use --enable-obsolete for picochip-elf.
1406
14072012-09-10   Diego Novillo  <dnovillo@google.com>
1408
1409	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1410
14112012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
1412
1413	* make_sunver.pl: Add missing newline at the end of extern "C++" block.
1414
14152012-08-24   Diego Novillo  <dnovillo@google.com>
1416
1417	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1418
14192012-08-14   Diego Novillo  <dnovillo@google.com>
1420
1421	* testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
1422
14232012-08-13  Diego Novillo  <dnovillo@google.com>
1424
1425	* testsuite-management/validate_failures.py (ExpirationDate): Tidy
1426	comment.
1427
14282012-08-13  Diego Novillo  <dnovillo@google.com>
1429
1430	* testsuite-management/validate_failures.py (ParseSummary): Fix
1431	comment.
1432
14332012-08-13  Diego Novillo  <dnovillo@google.com>
1434
1435	* testsuite-management/validate_failures.py: Import datetime.
1436	(TestResult.ExpirationDate): New.
1437	(TestResult.HasExpired): New.
1438	(ParseSummary): Call it.  If it returns True, warn that the
1439	expected failure has expired and do not add it to the set of
1440	expected results.
1441	(GetResults): Clarify documentation.
1442
14432012-07-26   Diego Novillo  <dnovillo@google.com>
1444
1445	* testsuite-management/validate_failures.py: Do not use
1446	'with ... as ...' constructs.
1447
14482012-07-19   Diego Novillo  <dnovillo@google.com>
1449
1450	* testsuite-management/validate_failures.py (CollectSumFiles):
1451	Rename from GetSumFiles.
1452	(GetSumFiles): Factor out of CheckExpectedResults.
1453	(CheckExpectedResults): Call it.
1454	(ProduceManifest): Call it.
1455
14562012-07-18   Diego Novillo  <dnovillo@google.com>
1457
1458	* testsuite-management/validate_failures.py: Fix
1459	/usr/bin/python invocation.
1460
14612012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
1462
1463	* check_makefile_deps.sh: Look for c-common.o in c-family/.
1464	Add a few more crt* files to the list of files to skip.
1465
14662012-05-31  Marek Polacek  <polacek@redhat.com>
1467
1468	* mklog: Prevent printing three spaces after the date.
1469
14702012-06-04   Diego Novillo  <dnovillo@google.com>
1471
1472	* testsuite-management/validate_failures.py (GetResults):
1473	Change argument to accept list of summary files to analyze.
1474	Update callers.
1475	(CheckExpectedResults): Handle options.manifest, options.results
1476	and options.ignore_missing_failures.
1477	(Main): Add options --manifest, --results and --ignore_missing_failures.
1478
14792012-05-31   Diego Novillo  <dnovillo@google.com>
1480	     Cary Coutant  <ccoutant@google.com>
1481
1482	* mklog: New.
1483
14842012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
1485
1486	PR bootstrap/53472
1487	* contrib/compare-debug (remove_comment): New function.
1488	Remove any .comment sections if the first cmp failed.
1489
14902012-05-09  David Edelsohn  <dje.gcc@gmail.com>
1491
1492	* gcc_update: Use $GCC_SVN to retrieve branch and revision.
1493
14942012-05-01  Richard Henderson  <rth@redhat.com>
1495
1496	* gcc_update: Add libatomic generated files.
1497
14982012-04-23  Manuel L��pez-Ib����ez  <manu@gcc.gnu.org>
1499
1500	* compare_tests: Append '/' to make 'find' traverse
1501	symlinked directories.
1502
15032012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1504
1505	* testsuite-management/validate_failures.py (GetBuildData): Use
1506	target_alias.
1507
15082012-04-06  Doug Evans  <dje@google.com>
1509
1510	* dg-extract-results.sh: Handle KFAILs.
1511
15122012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1513
1514	* config-list.mk (LIST): Remove mips-sgi-irix6.5.
1515
15162012-03-13  Joseph Myers  <joseph@codesourcery.com>
1517
1518	* gennews (files): Add files for GCC 4.7.
1519
15202012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1521
1522	* config-list.mk (LIST): Remove mips-openbsd.
1523
15242012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1525
1526	* config-list.mk (LIST): Remove alpha-dec-osf5.1.
1527
15282012-03-02   Diego Novillo  <dnovillo@google.com>
1529
1530	* testsuite-management/validate_failures.py (class TestResult): Fix
1531	match pattern for the summary line.  If there is a parsing failure,
1532	show the line we failed to parse.
1533
15342012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1535
1536	PR libstdc++/52188
1537	* make_sunver.pl: Remove #ifdef handling.
1538
15392012-02-17   Doug Kwan  <dougkwan@google.com>
1540
1541	* contrib/testsuite-management/validate_failures.py
1542	(GetMakefileValue): Check for cross compilers.
1543
15442012-02-15   Quentin Neill  <quentin.neill@amd.com>
1545
1546	* compare_tests: Fix trailing paths in dir arguments.
1547	Handle sum1/sum2 temp files with others.
1548
15492012-02-14  Walter Lee  <walt@tilera.com>
1550
1551	* config-list.mk (LIST): Add tilegx-linux-gnu and
1552	tilepro-linux-gnu.
1553	* gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
1554	(gcc/config/tilepro/mul-tables.c): New dependencies.
1555
15562012-02-11  Mike Stump  <mikestump@comcast.net>
1557
1558	* compare_tests (exit_status): Fix.
1559
15602012-02-10   Diego Novillo  <dnovillo@google.com>
1561
1562	* repro_fail: Add --debug and --debug-tui flags.
1563
15642012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
1565	    Jayant R Sonar  <jayant.sonar@kpitcummins.com>
1566
1567	* config-list.mk (LIST): Add cr16-elf.
1568
15692012-01-02  Georg-Johann Lay  <avr@gjlay.de>
1570
1571	PR target/51345
1572	* gcc_update (files_and_dependencies): Add
1573	gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
1574
15752011-11-29  DJ Delorie  <dj@redhat.com>
1576
1577	* config-list.mk (LIST): Add rl78-elf.
1578
15792011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1580
1581	* make_sunver.pl: Convert '?' in glob patterns to '.'.
1582
15832011-11-07  Richard Henderson  <rth@redhat.com>
1584
1585	Merged from transactional-memory.
1586
1587	* gcc_update: Add libitm to touch data.
1588
15892011-11-07   Quentin Neill  <quentin.neill@amd.com>
1590
1591	* compare_tests: Add ability to compare all .sum
1592	files from two build directories.
1593
15942011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
1595
1596	* contrib-list.mk: Add Epiphany configurations.
1597
15982011-09-13   Diego Novillo  <dnovillo@google.com>
1599
1600	* testsuite-management: New.
1601	* testsuite-management/validate_failures.py: New.
1602
16032011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1604
1605	* gcc_update: Determine svn branch from hg convert_revision.
1606
16072011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1608
1609	* config-list.mk (i586-netware): Remove.
1610	(.PHONY): Remove make-script-dir dependency.
1611	(make-script-dir): Remove.
1612	($(LIST)): Remove make-script-dir dependency.
1613
16142011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1615
1616	* gcc_update: Add C6X generated files.
1617	* contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
1618
16192011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1620
1621	* config-list.mk (LIST): Append OPT-enable-obsolete to
1622	alpha-dec-osf5.1, mips-sgi-irix6.5.
1623
16242011-06-24  Diego Novillo  <dnovillo@google.com>
1625
1626	* repro_fail: New.
1627
16282011-06-21  Joseph Myers  <joseph@codesourcery.com>
1629
1630	* gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
1631
16322011-05-19  Joseph Myers  <joseph@codesourcery.com>
1633
1634	* gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
1635	gcc/config/arm/arm-fpus.def.
1636
16372011-05-10  Joseph Myers  <joseph@codesourcery.com>
1638
1639	* gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
1640	dependencies.
1641
16422011-05-09  Joseph Myers  <joseph@codesourcery.com>
1643
1644	* gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
1645
16462010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
1647
1648	* config-list.mk: New file.
1649
16502011-05-02  Joseph Myers  <joseph@codesourcery.com>
1651
1652	* gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
1653
16542011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1655
1656	* paranoia.cc (ENUM_BITFIELD): Remove.
1657
16582011-04-08  Joseph Myers  <joseph@codesourcery.com>
1659
1660	* gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
1661
16622011-03-22  Joseph Myers  <joseph@codesourcery.com>
1663
1664	* compare-all-tests (all_targets): Remove crx and m68hc11.
1665
16662011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1667
1668	PR bootstrap/48135
1669	* make_sunver.pl: Don't use File::Glob.
1670
16712011-03-05  Joseph Myers  <joseph@codesourcery.com>
1672
1673	* gennews (files): Add files for GCC 4.6.
1674
16752011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1676
1677	* patch_tester.sh (nopristinecache): New shell var, set according
1678	to presence or absence of new -nopristinecache option.
1679	(usage): Document new option.
1680	(bootntest_pristine): Implement it.
1681
16822010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1683
1684	* make_sunver.pl: Use elfdump -s to extract symbols if possible,
1685	readelf -s otherwise.
1686
16872010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
1688
1689	* make_sunver.pl: Ignore entries without symbol name first.  Then do
1690	not ignore symbols marked as 'R'.
1691
16922010-10-18  Andi Kleen  <ak@linux.intel.com>
1693
1694	* gccbug.el: Remove.
1695
16962010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1697
1698	* gcc_update: Run $GCC_HG pull and update separately.
1699	Check parents for SVN revision.
1700
17012010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1702
1703	* test_recheck: New script.
1704
17052010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1706
1707	* texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
1708	Also escape characters with grave accents, to be fixed ...
1709	(unmunge): ... here.
1710	(postprocess): Also handle @/ and @acronym{...}.
1711
17122010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
1713
1714	* check_GNU_style.sh: Do not print warning messages when there are
1715	no occurences.
1716
17172010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1718
1719	* gcc_update: Handle hg, too.
1720
17212010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
1722
1723	* make_sunver.pl: Remove extra whitespace in regexp.
1724
17252010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
1726
1727	* check_GNU_style.sh: New.
1728
17292010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1730
1731	* make_sunver.pl: New file.
1732
17332010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
1734
1735	* compare-debug (Darwin): Remove '-x' flag from ld-based object
1736	stripping.  Add a comment as to why we do it this way.
1737
17382010-06-20  Alexandre Oliva  <aoliva@redhat.com>
1739
1740	* compare-debug: Drop LTO sections.
1741
17422010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1743
1744	* gcc_update: Support updating a git clone.
1745
17462010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1747
1748	* test_summary: Don't use diff -u.
1749	Adapt egrep regex.
1750
17512010-06-02  Andrew Haley  <aph@redhat.com>
1752
1753	* download_prerequisites: New script.
1754
17552010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1756
1757	* dg-extract-results.sh: Redirect grep output to /dev/null instead
1758	of grep -q.
1759
17602010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
1761
1762	* gcc_update: Sets the locale to C.
1763
17642010-04-06  Joseph Myers  <joseph@codesourcery.com>
1765
1766	* gennews (files): Add files for GCC 4.5.
1767
17682010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1769
1770	Fix *.log tests output containing "===".
1771	* dg-extract-results.sh (/\===/): Rename to ...
1772	(/^\t\t=== .* ===$/): ... this pattern.
1773
17742010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1775
1776	* dg-extract-results.sh: Fix result order to match sequential case.
1777
17782010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1779
1780	* check_warning_flags.sh: Use \012 instead of \n with tr.
1781
17822010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1783
1784	* dg-extract-results.sh: Don't use tail -n.
1785
17862009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1787	    Richard Guenther  <rguenther@suse.de>
1788
1789	PR lto/39216
1790	* gcc_update: Adjust file timestamps for lto-plugin.
1791
17922009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
1793
1794	PR bootstrap/41245
1795	* compare-debug: Handle stripping of dwarf debug sections from darwin
1796	mach-o objects.
1797
17982009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1799
1800	* compare-debug: Grep for blank before dash to avoid grep -e.
1801
18022009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1803
1804	* compare-debug: Look for .gkd files and compare them.
1805
18062009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1807
1808	PR testsuite/41166
1809	* test_summary: Invoke config.status, rather than trying to
1810	parse it.  Adjust awk script.
1811
18122009-08-18  Alexandre Oliva  <aoliva@redhat.com>
1813
1814	* compare-debug: Drop .eh_frame relocations too.
1815
18162009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1817
1818	PR testsuite/40704
1819	* test_summary: Filter out "\r".
1820
18212009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1822
1823	* compare-debug: Don't fail just because of .eh_frame differences.
1824
18252009-04-27  Jakub Jelinek  <jakub@redhat.com>
1826
1827	PR testsuite/39807
1828	* dg-extract-results.sh: Close open files and use >> instead of >
1829	to decrease number of concurrently open files from awk.  Avoid
1830	= at the beginning of a regexp and redirect to a file determined
1831	by curfile variable rather than concatenated strings to workaround
1832	Solaris nawk bug.
1833
18342009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
1835
1836	* test_summary: Only include LAST_UPDATED if it exists.
1837	Complete copyright years.
1838
18392009-04-16  Paolo Bonzini  <bonzini@gnu.org>
1840
1841	* compare-all-tests: New.
1842
18432009-04-14  Jakub Jelinek  <jakub@redhat.com>
1844
1845	* gennews (files): Reference GCC 4.4 web pages.
1846
18472009-04-09  Jakub Jelinek  <jakub@redhat.com>
1848
1849	* reghunt/date_based/reg_periodic: Change copyright header to refer
1850	to version 3 of the GNU General Public License and to point readers
1851	at the COPYING3 file and the FSF's license web page.
1852	* reghunt/date_based/reg_search: Likewise.
1853	* regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
1854	* regression/btest-gcc.sh: Likewise.
1855	* regression/objs-gcc.sh: Likewise.
1856
18572009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1858
1859	* check_warning_flags.sh: Update flag exceptions.
1860
18612008-11-18  Ben Elliston  <bje@au.ibm.com>
1862
1863	* dg-cmp-results.sh: Do not print usage if either .sum file cannot
1864	be opened; print a more meaningful error instead.
1865
18662008-10-24  Janis Johnson  <janis187@us.ibm.com>
1867	    Jakub Jelinek  <jakub@redhat.com>
1868
1869	* dg-extract-results.sh: New file.
1870
18712008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1872
1873	* check_makefile_deps.sh: New file.
1874
18752008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
1876
1877	* patch_tester.sh (report): Do not print "Checker: ".
1878
18792008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
1880
1881	* patch_tester.sh (report): Do not print the time.
1882
18832008-04-01  Joseph Myers  <joseph@codesourcery.com>
1884
1885	* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
1886	Handle @heading.  Handle enumerated lists with starting numbers
1887	and extra headings.
1888
18892008-03-10  Janis Johnson  <janis187@us.ibm.com>
1890
1891	* patch_tester.sh (initialization): Initialize svnpatch and stop.
1892	(usage): Add -svnpath and -stop.
1893	(makedir): New.
1894	(argument handling): Process -stop and -svnpath.
1895	(setup code): Use makedir, error out if initial svn checkout fails.
1896	(update): Use svnpath.  Invoke contrib/gcc_update.
1897	(apply_patch): Require that patch was created at top level.  Use eval
1898	with option variables.  Don't use bootstrap target for make.  Verify
1899	that some tests were run.
1900	(bootntest_patched): Use snvpath.
1901	(main loop): For -stop, exit when there are no more patches to test.
1902
19032008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1904
1905	* check_warning_flags.sh: Instead of invoke.texi, take the path
1906	to the doc directory as argument.  Check that warnings listed in
1907	'gcc --help' are accepted by the compiler, and listed in the
1908	manuals.
1909
19102008-03-06  Tom Tromey  <tromey@redhat.com>
1911
1912	* patch_tester.sh (usage): Watermark is not lexicographic.
1913	Load $STATE/defaults if it exists.
1914	(selfexec): Use $0.
1915	(apply_patch): Handle deletions.
1916	(bootntest): Handle default settings.
1917
19182008-03-05  Jakub Jelinek  <jakub@redhat.com>
1919
1920	* gennews (files): Reference GCC 4.3 web pages.
1921
19222008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1923
1924	* check_warning_flags.sh: New file.
1925
19262008-01-25  Joseph Myers  <joseph@codesourcery.com>
1927
1928	* paranoia.cc (main): Remove handling of c4x_single and
1929	c4x_extended formats.
1930
19312007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
1932
1933	* compareSumTests3: Changed to GPLv3.
1934	* prepare_patch.sh: Same.
1935	* uninclude: Same.
1936	* dglib.pm: Same.
1937	* gennews: Same.
1938	* texi2pod.pl: Same.
1939	* analyze_brprob: Same.
1940	* gcc_build: Same.
1941
19422007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
1943
1944	* patch_tester.sh: Changed to GPLv3.
1945
19462007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1947
1948	* patch_tester.sh: Don't save the script anymore.
1949
19502007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1951
1952	* patch_tester.sh: New.
1953	* prepare_patch.sh: New.
1954
19552007-11-26  Alexandre Oliva  <aoliva@redhat.com>
1956
1957	* compare-debug: Introduce -p flag to preserve .stripped files.
1958
19592007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1960
1961	* texi2pod.pl: Handle @asis.
1962	(postprocess): Move @gccoptlist{} after all formatting commands.
1963
19642007-10-01  Alexandre Oliva  <aoliva@redhat.com>
1965
1966	* compare-debug: Avoid spurious errors when .stripped files
1967	exist.
1968
19692007-09-22  Hans-Peter Nilsson  <hp@axis.com>
1970
1971	* warn_summary (srcdirFilter): Add fixincludes, sim,
1972	newlib and mpfr.
1973
19742007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
1975
1976	* gcc_update: Handle different URL paths and tags.
1977
19782007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1979
1980	* compare-debug: New.
1981
19822007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
1983	    Andreas Schwab  <schwab@suse.de>
1984
1985	* gcc_update: Use "svn info" for revision number.  Create
1986	gcc/REVISION with branch name and revision number.
1987
19882007-08-10  Diego Novillo  <dnovillo@google.com>
1989
1990	* gcc.doxy: Rename from tree-ssa.doxy.
1991
19922007-08-10  Diego Novillo  <dnovillo@google.com>
1993
1994	* tree-ssa.doxy: Update for doxygen 1.5.
1995	Include all the files in the middle and back ends.
1996
19972007-06-30  Hans-Peter Nilsson  <hp@axis.com>
1998
1999	* gcc_update (files_and_dependencies): Handle
2000	gcc/testsuite/gcc.dg/cpp/direct2s.c.
2001
20022007-05-13  Mark Mitchell  <mark@codesourcery.com>
2003
2004	* gennews (files): Reference GCC 4.2 web pages.
2005
20062007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
2007
2008	* texi2pod.pl: Correct handling of @itemize with no argument.
2009
20102007-03-17  Hans-Peter Nilsson  <hp@axis.com>
2011
2012	* uninclude: New utility, from Alexandre Oliva.
2013
20142007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
2015
2016	* test_installed: Adjust to the move from g77 to gfortran.
2017
20182007-02-16  Matthias Klose  <doko@debian.org>
2019
2020	* texi2pod.pl: Handle @subsubsection, ignore @anchor.
2021
20222007-02-10  Hans-Peter Nilsson  <hp@axis.com>
2023
2024	* test_summary (configflags): Adjust for changes in the
2025	config.status format due to update to autoconf 2.59.
2026
20272007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2028
2029	* gcc_update: Update for configure.in -> configure.ac.
2030
20312007-02-06  Richard Sandiford  <richard@codesourcery.com>
2032
2033	* texi2pod.pl: Handle @multitable.
2034
20352007-01-15  Tom Tromey  <tromey@redhat.com>
2036
2037	* download_ecj: New file.
2038
20392006-09-27  Matthew Sachs  <msachs@apple.com>
2040
2041	* compareSumTests3: POD syntax fix.
2042
20432006-09-27  Matthew Sachs  <msachs@apple.com>
2044
2045	* dglib.pm: Initial commit.
2046	* compareSumTests3: Initial commit.
2047
20482006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
2049
2050	* dg-cmp-results.sh (compare-$$.awk): Print name[old]
2051	and not non-existing nm[old].
2052
20532006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2054
2055	Port to hosts whose 'sort' and 'tail' implementations
2056	treat operands with leading '+' as file names, as POSIX
2057	has required since 2001.  However, make sure the code still
2058	works on pre-POSIX hosts.
2059	* compare_tests: Don't assume "sort +2" is equivalent to
2060	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2061
20622006-06-05  James Lemke  <jwlemke@wasabisystems.com>
2063
2064	* dg-cmp-results.sh: New script for comparing DejaGNU logs.
2065
20662006-06-02  Richard Earnshaw  <rearnsha@arm.com>
2067	    Mike Stump  <mrs@apple.com>
2068
2069	* compare_tests: Handle multilibs better.
2070
20712006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2072
2073	* texi2pod.pl: Correct handling of absolute @include.
2074
20752006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
2076
2077	* texi2pod.pl: Handle -I.
2078
20792006-02-28  Mark Mitchell  <mark@codesourcery.com>
2080
2081	* gennews (files): Update for GCC 4.1.
2082
20832006-01-24  Diego Novillo  <dnovillo@redhat.com>
2084
2085	* gcc_update (files_and_dependencies): Handle
2086	libgomp/testsuite/Makefile.in.
2087
20882006-01-18  Richard Henderson  <rth@redhat.com>
2089	    Diego Novillo  <dnovillo@redhat.com>
2090
2091	* gcc_update (files_and_dependencies): Add libgomp files.
2092
20932005-12-06  Ben Elliston  <bje@au.ibm.com>
2094
2095	* newcvsroot: Remove.
2096
20972005-11-03  Steven Bosscher  <stevenb@suse.de>
2098
2099	* gcc_build: Fix my previous checking.
2100
21012005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
2102
2103	* gcc_update: Include revision number in LAST_UPDATED.
2104
21052005-10-30  Steven Bosscher  <stevenb@suse.de>
2106
2107	* gcc_build: Use gcc.gnu.org as the default server.  Set up
2108	SVN_REPOSITORY correctly.  Add support for checking out branches.
2109
21102005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
2111
2112	* gcc_update: When svn update is called and
2113	--silent is used, pass -q.
2114
21152005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
2116
2117	* gcc_update: Remove the -q from svn invocation.
2118
21192005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
2120
2121	* gcc_build: Remove -d from the call to gcc_update.
2122
21232005-10-28  Daniel Berlin  <dberlin@dberlin.org>
2124	    Ben Elliston  <bje@au1.ibm.com>
2125
2126	* gcc_update: Update for svn.
2127	* newcvsroot: Ditto.
2128	* gcc_build: Ditto.
2129
21302005-10-21  Mark Mitchell  <mark@codesourcery.com>
2131
2132	* texi2pod.pl: Substitue for @value even when part of @include.
2133
21342005-10-21  Bob Wilson  <bob.wilson@acm.org>
2135
2136	* texi2pod.pl: Convert two single quotes or two backquotes to
2137	double quotes.
2138
21392005-08-23  Ben Elliston  <bje@au.ibm.com>
2140
2141	* gcc_update: Update dependencies for libjava/aclocal.m4.
2142
21432005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
2144
2145	* All files: Update with new FSF address.
2146
21472005-07-14  Ben Elliston  <bje@au.ibm.com>
2148
2149	* filter_params.pl: Typo fix.
2150	* filter_knr2ansi.pl: Likewise.
2151
21522005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
2153
2154	* gennews (files): Update for egcs-1.0 release pages consolidation.
2155
21562005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
2157
2158	* gennews (files): Update for GCC 4.0.
2159
21602005-03-18  Alexandre Oliva  <aoliva@redhat.com>
2161
2162	* gcc_update (silent): Unset instead of initializing to null.
2163
21642005-03-18  Andreas Schwab  <schwab@suse.de>
2165
2166	* gcc_update (apply_patch): Properly quote $1.
2167
21682005-03-18  Zack Weinberg  <zack@codesourcery.com>
2169
2170	* gcc_update: Add --silent option.
2171
21722005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2173
2174	* warn_summary (keywordFilter): Update sed pattern for new quoting
2175	style in warnings.
2176
21772005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2178
2179	* warn_summary: Add -fortran subdir flag.
2180	(subdirectoryFilter): Fix missing ada subdir.
2181
21822004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
2183
2184	* gcc_update (touch_files): Don't rely on "make" being GNU make;
2185	grep for "Touching" to determine that the rule executes.
2186
21872004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
2188
2189	* gcc_update (touch_files): Explicitly pass --no-print-directory.
2190
21912004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
2192
2193	* gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
2194
21952004-08-04  Paolo Bonzini  <bonzini@gnu.org>
2196
2197	* gcc_update: Add fixincludes.
2198
21992004-08-26  Matthias Klose  <doko@debian.org>
2200
2201	* texi2pod.pl: keep references of the form @ref{...}, print them bold.
2202
22032004-08-26  Matthias Klose  <doko@debian.org>
2204
2205	* test_summary: Include baseline used for libstdc++-v3 abi check
2206	in test summary.
2207
22082004-08-25  Ben Elliston  <bje@au.ibm.com>
2209
2210	* gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
2211
22122004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
2213
2214	* gcc_update (self): libjava/configure.in -> configure.ac. Automake
2215	update done.
2216
22172004-08-04  Paolo Bonzini  <bonzini@gnu.org>
2218
2219	* gcc_update: libjava/configure.ac -> configure.in.  Automake
2220	1.4 does not handle configure.ac properly.
2221
22222004-08-04  Andreas Schwab  <schwab@suse.de>
2223
2224	* gcc_update: libjava/configure.in -> configure.ac.
2225
22262004-08-03  Richard Earnshaw  <rearnsha@arm.com>
2227
2228	* gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
2229
22302004-07-16  Jeff Law  <law@redhat.com>
2231
2232	* analyze_brprob: Fix comments.  More consistent output format.
2233
22342004-06-17  Diego Novillo  <dnovillo@redhat.com>
2235
2236	* tree-ssa.doxy: Update for doxygen 1.3.5.
2237
22382004-06-14  Andreas Jaeger  <aj@suse.de>
2239
2240	* gcc_update: boehm-gc/configure.in -> configure.ac.
2241
22422004-06-16  Paolo Bonzini  <bonzini@gnu.org>
2243
2244	* gcc_update (boehm-gc/configure): Depend on
2245	boehm-gc/configure.ac instead of boehm-gc/configure.in
2246
22472004-06-14  Paolo Bonzini  <bonzini@gnu.org>
2248
2249	* gcc_update (libmudflap/configure): Depend on
2250	libmudflap/configure.ac instead of libmudflap/configure.in
2251
22522004-06-14  Andreas Jaeger  <aj@suse.de>
2253
2254	* gcc_update: Add libcpp.
2255
22562004-06-10  Andreas Jaeger  <aj@suse.de>
2257
2258	* gcc_update: Add libgfortran.
2259
22602004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
2261
2262	* gcc_update (libbanshee/configure): Depend on
2263	libbanshee/configure.ac instead of libbanshee/configure.in
2264
22652004-05-17  Zack Weinberg  <zack@codesourcery.com>
2266
2267	* gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
2268	from list of files to be touched.
2269	* convert_to_f2c, convert_to_g2c, download_f2c: Delete.
2270
22712004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2272
2273	* gennews: Update for GCC 3.4.
2274
22752004-05-13  Diego Novillo  <dnovillo@redhat.com>
2276
2277	Merge from tree-ssa-20020619-branch.
2278
2279	* filter_gcc_for_doxygen: New file.
2280	* filter_knr2ansi.pl: New file.
2281	* filter_params.pl: New file.
2282	* tree-ssa.doxy: New file.
2283	* contrib/gcc_update (files_and_dependencies): Handle
2284	libbanshee and libmudflap.
2285
22862004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
2287	    Andreas Jaeger  <aj@suse.de>
2288
2289	* gcc_update (files_and_dependencies): Insert zlib dependencies.
2290
22912004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2292
2293	* gcc_update (files_and_dependencies): libobjc/configure now
2294	depends on configure.ac, not configure.in.
2295
22962004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
2297
2298	* gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
2299
23002004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
2301
2302	* gcc_update (files_and_dependencies): Insert libffi dependencies.
2303
23042004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
2305
2306	* gcc_update (files_and_dependencies): Insert libada/configure.
2307
23082004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
2309
2310	* gcc_update (files_and_dependencies): Update intl/configure.in
2311	to intl/configure.ac.
2312
23132004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
2314
2315	* gcc_update (files_and_dependencies): Update fastjar/configure.in
2316	to fastjar/configure.ac
2317
23182004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
2319
2320	* gcc_update (files_and_dependencies): Remove non-existant files.
2321
23222004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
2323
2324	* gcc_update (files_generated): Revert 2003-12-18 change.
2325
23262004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
2327
2328	* gcc_update (files_and_dependencies): For gcc directory,
2329	rename configure.in to configure.ac.
2330
23312003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
2332
2333	* gcc_update (files_and_dependencies): For libjava/libltdl directory,
2334	remove acconfig.h. No longer used.
2335
23362003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
2337
2338	* gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
2339	gcc/ada/gnat_ug_* to use it.
2340
23412003-12-16  James E Wilson  <wilson@specifixinc.com>
2342
2343	* gcc_update (files_and_dependencies): For libjava/libltdl directory,
2344	rename configure.in to configure.ac, and stamp-h.in to config-h.in.
2345
23462003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
2347
2348	* gcc_update (files_and_dependencies): Correct typo in the filename
2349	gnat_ug_wnt.texi.
2350
23512003-12-08  Arnaud Charlet  <charlet@act-europe.fr
2352
2353	* gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
2354	treeprs.ads.
2355
23562003-10-16  Mark Mitchell  <mark@codesourcery.com>
2357
2358	* gennews (files): Add GCC 3.3 files.
2359
23602003-08-21  Mark Mitchell  <mark@codesourcery.com>
2361
2362	* gcc_build: Fix handling of -t option.  Add -x option.
2363
23642003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
2365
2366	* texi2pod.pl: Remove extra line.
2367
23682003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
2369
2370	* texi2pod.pl: Default @itemize's parameter to @bullet.
2371
23722003-07-12  Zack Weinberg  <zack@codesourcery.com>
2373
2374	* gcc_update: gcc/acconfig.h no longer exists.
2375
23762003-07-11  Matthias Klose  <doko@debian.org>
2377
2378	* test_installed: Add options to run objc tests.
2379	In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
2380
23812003-07-04  Zack Weinberg  <zack@codesourcery.com>
2382
2383	* gcc_update: Remove gcc/intl/plural.c from list.
2384	Add new generated files intl/plural.c, intl/configure,
2385	intl/config.h.in.
2386
23872003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
2388
2389	* gcc_update (files_and_dependencies): Add
2390	gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
2391	gcc/testsuite/gcc.dg/cpp/mi1c.h.
2392
23932003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2394
2395	* paranoia.cc: Fix spelling error.
2396
2397	* analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
2398	to GCC.
2399
24002003-04-04  Mike Stump  <mrs@apple.com>
2401
2402	* compare_tests: Fix exit status and be more flexible with spacing.
2403
24042003-03-08  Phil Edwards  <pme@gcc.gnu.org>
2405
2406	* test_summary:  Add -h, print existing comments as help.
2407
24082003-03-03  H.J. Lu  <hjl@gnu.org>
2409
2410	* gcc_build: Use $GCC_CVS/$CVS instead of cvs.
2411	* gcc_update: Likewise.
2412
24132003-01-19  Alexandre Oliva  <aoliva@redhat.com>
2414
2415	* test_summary (configflags): Only use the first match.  Remove
2416	excess space.  Use sub instead of gsub where possible.  Use `none'
2417	if no configure flags were given.
2418
24192003-01-10  Loren J. Rittle  <ljrittle@acm.org>
2420
2421	* test_summary (configflags): awk portability.
2422
24232003-01-07  Alexandre Oliva  <aoliva@redhat.com>
2424
2425	* test_summary (configflags): Compute correctly with both
2426	autoconfiscated and Cygnus-style top-level.
2427
24282003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2429
2430	* gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
2431	on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
2432	gcc/java/keyword.gperf
2433
24342002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2435
2436	* gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
2437	depending on gcc/intl/plural.y.
2438
24392002-12-28  Alexandre Oliva  <aoliva@redhat.com>
2440
2441	* gcc_update (configure): Depend on config/acx.m4 as well.
2442
2443	* gcc_update (configure): Depend on configure.in.
2444
24452002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2446
2447	* texi2pod.pl: Skip contents of @copying.
2448
24492002-11-09  Zack Weinberg  <zack@codesourcery.com>
2450
2451	* gthr_supp_vxw_5x.c: New file.
2452
24532002-10-21  Richard Henderson  <rth@redhat.com>
2454
2455	* paranoia.cc (real_c_float::image): Accomodate size of
2456	real_internal format.
2457	(main): Unbuffer stdio.  Add real_internal format.
2458	(floor_log2_wide): New.
2459
24602002-10-16  Richard Henderson  <rth@redhat.com>
2461
2462	* paranoia.cc (ENUM_BITFIELD): New.
2463	(class): Define as klass around real.h.
2464	(real_c_float): Not a template any longer; define MODE as a
2465	class static constant; use real_format elements for SIZE.
2466	Update uses of real_to_decimal and real_to_hexadecimal.
2467	(main): Change -g argument to use a format name.
2468	(mode_for_size): Remove.
2469
24702002-09-16  Richard Henderson  <rth@redhat.com>
2471
2472	* paranoia.cc: New file.
2473
24742002-09-04  Richard Henderson  <rth@redhat.com>
2475
2476	* enquire.c: Remove.
2477
24782002-08-14  Mark Mitchell  <mark@codesourcery.com>
2479
2480	* gennews (files): Add GCC 3.2 files.
2481
24822002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2483
2484	* gennews (files): Add proper files for the GCC 3.1 release series.
2485	Simplify and reformat introductory wording.
2486
24872002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2488
2489	* enquire.c: Move from gcc.
2490
24912002-07-16  H.J. Lu  <hjl@gnu.org>
2492
2493	* gcc_update (touch_files): Pass -s to ${MAKE}.
2494
24952002-06-26  Zack Weinberg  <zack@codesourcery.com>
2496
2497	* texi2pod.pl: Correct handling of the internal R<> sequence.
2498
24992002-05-31  Florian Weimer  <fw@deneb.enyo.de>
2500
2501	* gcc_update (files_and_dependencies): Add generated Texinfo files
2502	for Ada.
2503
25042002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2505
2506	* test_installed: Allow for PWDCMD to override hardcoded pwd.
2507	* test_summary: Likewise.
2508
25092002-04-18  Geoffrey Keating  <geoffk@redhat.com>
2510
2511	* gcc_update (touch_files): Don't have empty for loop.
2512
25132002-04-16  Richard Henderson  <rth@redhat.com>
2514
2515	* gcc_update: Remove libchill.
2516
25172002-03-25  Zack Weinberg  <zack@codesourcery.com>
2518
2519	* texi2pod.pl: Handle @end ftable and @end vtable.
2520
25212002-03-11  Zack Weinberg  <zack@codesourcery.com>
2522
2523	* texi2pod.pl: Handle @include, @ftable, @vtable.
2524	Reformat some code for clarity.
2525
25262002-02-24  Christian J��nsson  <c.christian.joensson@telia.com>
2527
2528	* test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
2529	WARNING and ERROR output from the *.sum files.
2530
25312002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2532
2533	* gennews (files): Replace gcc-2.95/gcc-2.95.html,
2534	gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
2535	and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
2536
25372002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2538
2539	* gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
2540	egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
2541	egcs-1.1/index.html.
2542
25432002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2544
2545	* warn_summary: Add -ada subdirectory flag.
2546
25472001-12-12  Matthias Klose  <doko@debian.org>
2548
2549	* texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
2550	generation of more than one man page from one source.
2551	Add '-' to set of valid chars for an identifier.
2552	Let -D option accept flags of the form <flag>=<value>.
2553	Use \s+ for whitespace detection in '@c man' lines.
2554	Handle @set and @clear independent of $output.
2555	Substitute all @value{}'s in a line.
2556
25572001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2558
2559	* texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
2560	in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
2561	and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
2562	greater than 9 in enumerations.
2563
25642001-11-07  Laurent Guerby  <guerby@acm.org>
2565
2566	* gcc_update (files_and_dependencies): Add Ada dependencies.
2567
25682001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2569
2570	* snapshot: Remove.
2571
25722001-09-07  Richard Sandiford  <rsandifo@redhat.com>
2573
2574	Revert:
2575	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
2576	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2577	touch.
2578
25792001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
2580
2581	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
2582	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2583	touch.
2584
2585Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
2586
2587	* analyze_brprob: Update for changes in gcc debug output.
2588
2589Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
2590
2591	* analyze_brprob: Avoid more overflows.
2592
25932001-07-27  Richard Henderson  <rth@redhat.com>
2594
2595	* test_summary: Copy LAST_UPDATED UTC time to head of summary.
2596
2597Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
2598
2599	* analyze_brprob: Avoid overflows.
2600
26012001-07-27  Richard Henderson  <rth@redhat.com>
2602
2603	* gcc_update: Dump timestamp in LAST_UPDATED.
2604
26052001-07-26  Andreas Jaeger  <aj@suse.de>,
2606	    Hans-Peter Nilsson  <hp@bitrange.com>
2607
2608	* analyze_brprob: Fix documentation.
2609
2610Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
2611
2612	* analyze_brprob: Fix awk compatibility problems; update comment.
2613
26142001-07-23  Andreas Jaeger  <aj@suse.de>
2615
2616	* analyze_brprob: Fix more typos.
2617
26182001-07-23  Andreas Jaeger  <aj@suse.de>
2619
2620	* analyze_brprob: Fix typos.
2621
26222001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2623
2624	* texi2pod.pl: Handle @r inside @item.
2625
26262001-07-02  Zack Weinberg  <zackw@stanford.edu>
2627
2628	* gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
2629
26302001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
2631
2632	* warn_summary: Fix typo in a comment.
2633
26342001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
2635
2636	* contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
2637
26382001-06-13  Mark Mitchell  <mark@codesourcery.com>
2639
2640	* gennews: Set TERM to vt100 for Lynx.
2641
26422001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2643
2644	* release: Remove.
2645
2646Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
2647
2648	* analyze_brprob: New file.
2649
26502001-06-11  Mark Mitchell  <mark@codesourcery.com>
2651
2652	* gcc_build: Output information about the commands used to
2653	configure the compiler.
2654
26552001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2656
2657	* gennews: Update for GCC 3.0.
2658
26592001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2660
2661	* gcc_update: Update for move of documentation to gcc/doc.
2662
26632001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2664
2665	* contrib/test_summary (files): Sort before evaluating.
2666
26672001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2668
2669	* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
2670
26712001-05-21  Mark Mitchell  <mark@codesourcery.com>
2672
2673	* gcc_build: Use -d when invoking gcc_update.
2674
26752001-05-18  Andreas Jaeger  <aj@suse.de>
2676
2677	* gcc_update: Add rules for libf2c/libI77.
2678
26792001-05-17  Alexandre Oliva  <aoliva@redhat.com>
2680
2681	* gcc_update (touch_files): Use simpler, yet as portable, syntax.
2682
26832001-05-14  Loren J. Rittle  <ljrittle@acm.org>
2684
2685	* gcc_update (touch_files): Enhance make portability.
2686
26872001-05-14  Alexandre Oliva  <aoliva@redhat.com>
2688
2689	* gcc_update (touch_files): Use a Makefile to touch files.
2690
26912001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2692
2693	* texi2pod.pl: Add copyright and GPL notices.
2694
26952001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2696
2697	* texi2pod.pl: Handle "\,".
2698
26992001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2700
2701	* texi2pod.pl: Fix regular expression for @r to avoid exponential
2702	recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
2703	version check.
2704
27052001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2706
2707	* warn_summary (stageNfilter): Update for recent changes in
2708	bootstrap logic.
2709
27102001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2711
2712	* texi2pod.pl: Require at least perl 5.6.0.
2713
27142001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2715
2716	* gcc_update: Add gcc/gcc.1 to generated files.
2717	* texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
2718	discarding to end of sentence with @xref where the sentence has an
2719	interior "." in markup, and handle discarding parentheses around
2720	such a sentence.
2721
27222001-01-11  Bernd Schmidt  <bernds@redhat.com>
2723
2724	* gennews: Add gcc-2.95.3.
2725
27262001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2727
2728	* texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
2729	@command.  Format URLs and email addresses in bold.
2730
27312001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2732
2733	* gcc_update: Add cpp.1 to the list of generated files.
2734
2735	* texi2pod.pl: Handle @option and @env.
2736
27372001-01-03  Mike Stump  <mrs@wrs.com>
2738
2739	* snapshot: Update to account for java libraries.
2740
27412000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
2742
2743	* test_summary: Export filesuffix, not fileprefix.
2744
27452000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2746
2747	* release: Change some EGCS references to GCC.
2748
27492000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2750
2751	* warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
2752	subdirectory flags.  Add source directory prefix filtering.
2753	Redirect diagnostic output to stderr.
2754
27552000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
2756
2757	* texi2pod.pl: If multiple @c man sections with the same tag
2758	appear, concatenate them in the final output.  When skipping,
2759	ignore block commands that can't cause skipping, and honor
2760	those that can.  Ensure that verbatim blocks are separate
2761	paragraphs.
2762
27632000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2764
2765	* gcc_update: Don't touch tradcif.c or java/parse.h.
2766
27672000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
2768
2769	* texi2pod.pl: Restructure for comprehensibility, add
2770	comments.  Merge handling of @ignore and @ifxxx.  Handle a
2771	whole bunch more Texinfo commands.  Use consistent formatting
2772	style.
2773
27742000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2775
2776	* gennews: New script.
2777
27782000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2779
2780	* gcc_update: Update a comment as we now require bison for CVS users.
2781
27822000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2783
2784	* gcc_update: Add gcov.1 to the list of generated files.
2785
27862000-11-21  Mark Mitchell  <mark@codesourcery.com>
2787
2788	* gcc_build: Remove code to put information in a log file.
2789
27902000-11-19  Zack Weinberg  <zackw@stanford.edu>
2791
2792	* texi2pod.pl:
2793	  - Add real command line parsing.
2794	  - Support @ifset, @ifclear, @set, @value, -D switch.
2795	  - Support @sc.  Improve handling of @ref and friends.
2796	  - Discard @subsection, @need, @node lines.
2797	  - Un-nest font changes to match texinfo semantics.
2798	  - Handle @{ and @}.  Oops.
2799	  - Don't emit E<> directives inside verbatim blocks.
2800
28012000-11-12  Bruce Korb  <bkorb@gnu.org>
2802
2803	* release: generalize the release script a bit.
2804
2805Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
2806
2807	* gcc_build: Add -o option for setting the objdir to use.
2808
28092000-11-11  Jeff Law  <law@redhat.com>,
2810
2811	* release: New file.
2812
28132000-11-08  Jeff Law  <law@redhat.com>,
2814	    Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2815
2816	* snapshot: New file.
2817
28182000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
2819
2820	* gcc_build (bootstrap_gcc): New function.
2821	(configure_gcc): Likewise.
2822	(build_gcc): Rewritten to use configure and bootstrap.
2823	(MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
2824
28252000-10-31  Mark Mitchell  <mark@codesourcery.com>
2826
2827	* gcc_build (MAKE): New variable.
2828	(build_gcc): Use it.  Fix logging of errors.
2829	(install_gcc): Likewise.
2830
28312000-10-29  Mark Mitchell  <mark@codesourcery.com>
2832
2833	* gcc_build: Save the output from CVS into the logfile as well.
2834
28352000-10-25  Mark Mitchell  <mark@codesourcery.com>
2836
2837	* gcc_build: Fix typos.
2838
28392000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2840
2841	* gperf-2.7-19981006.pat: Remove.
2842
28432000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2844
2845	* test_installed: Change EGCS references to refer to GCC.
2846
28472000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2848
2849	* gcc_update (touch_files): Add some informative output.
2850
28512000-09-16  Andreas Jaeger  <aj@suse.de>
2852
2853	* gcc_update: Remove gcc/c-parse.gperf.
2854
28552000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
2856	    Alexandre Oliva  <aoliva@redhat.com>
2857
2858	* gcc_update: Execute touch_files_reexec even if `cvs update`
2859	failed.
2860
28612000-08-09  Alexandre Oliva  <aoliva@redhat.com>
2862
2863	* test_summary: AWK breaks with filenames containing `='.
2864
2865Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
2866
2867	* gcc_build: New script.
2868
28692000-07-13  Mark Mitchell  <mark@codesourcery.com>
2870
2871	* gcc_update (files_and_dependencies): Remove generated YACC files.
2872
28732000-07-12  Mark Mitchell  <mark@codesourcery.com>
2874
2875	* gcc_update (files_and_dependencies): Remove generated YACC files.
2876
28772000-06-04  Mark Mitchell  <mark@codesourcery.com>
2878
2879	* newcvsroot: Handle filenames that contain spaces.
2880
28812000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
2882
2883	* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
2884	Elide --with-gcc-version-trigger and --norecursion from
2885	configure flags.  Remove code to report status of haifa scheduler.
2886
28872000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
2888
2889	* gcc_update (self): Set to `$0'.
2890	(touch_files_reexec): Use `$self' instead of `$0'.
2891
28922000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
2893
2894	* gcc_update (touch_files_reexec): New function, run after the
2895	tree is modified.
2896
28972000-05-08  Richard Hendeson  <rth@cygnus.com>
2898
2899	* gcc_update: Remove references to inclhack.tpl.
2900
29012000-04-28  Jason Merrill  <jason@casey.cygnus.com>
2902
2903	* index-prop: Use a single pattern.  Also support *** cdiffs.
2904
29052000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
2906
2907	* index-prop: Don't change /dev/null.
2908
29092000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2910
2911	* gcc_update: Refer to GCC and gcc_update instead of egcs and
2912	egcs_update.
2913
29142000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
2915
2916	* index-prop: Fix occasional problem when using cvs diff -p.
2917
29182000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
2919
2920	* gcc_update: Remove references to cexp.c/cexp.y.
2921
29221999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2923
2924	* newcvsroot: Add check on the number of command-line arguments.
2925	Add usage.
2926
2927Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
2928
2929	* gcc_update: Allow patches compressed by bzip2.
2930
29311999-10-11  Martin v. L��wis  <loewis@informatik.hu-berlin.de>
2932
2933	* newcvsroot: New file.
2934
29351999-09-11  Craig Burley  <craig@jcb-sc.com>
2936
2937	* convert_to_f2c, convert_to_g2c, download_f2c: New file.
2938
29391999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2940
2941	* gcc_update: New file.
2942	* egcs_update: Renamed to gcc_update.
2943
29441999-08-09  Robert Lipe  <robertlipe@usa.net>
2945
2946	* test_summary: Quote curly braces in 1999-07-03 change.
2947
29481999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
2949
2950	* egcs_update (files_and_dependencies): Fixed typo in
2951	gcc/cstamp-h.in.  Added gcc/config.in.
2952
29531999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
2954
2955	* egcs_update (files_and_dependencies): New function, with
2956	complete list of files to be updated, as well as their
2957	dependencies.
2958	(touch_files): Check the timestamp of each generated file against
2959	its dependencies'.
2960	(main): New flags --touch, --list and --help.  Remove the
2961	pre-update step.
2962
29631999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
2964
2965	* test_summary: Replace egcs with gcc.  Update e-mail address.
2966
29671999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2968	    Jerry Quinn  <jquinn@nortelnetworks.com>
2969
2970	* egcs_update (touch_files, apply_patch): New functions.
2971	Use them.  New command-line option --patch.  Split test of local
2972	tree into two parts.  Add comments.
2973
29741999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
2975
2976	* test_summary: If Target is `unix{*}', append the Target variants
2977	to Host.
2978
29791999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
2980
2981	* test_summary: Set default mail-address and version for egcs
2982	instead of relying on unpredictable pathnames.
2983	Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
2984
2985Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
2986
2987	* fixinc/*: Delete obsolete files.
2988
29891999-02-04  Robert Lipe  <robertlipe@usa.net>
2990
2991	* egcs_update: Test return values of 'cvs update'.  Propogate
2992	to caller as exit values.
2993
29941999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2995
2996	* egcs_update: Use "if" instead of "&&".  Touch generated files
2997	only after the corresponding *.y files.
2998
29991999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3000
3001	* egcs_update: Do not use xargs, but a backquote construct.
3002
30031999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
3004
3005	* test_summary (version): Remove carriage return that gawk inserts
3006	in the version string for some reason.
3007
30081998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3009
3010	* egcs_update: Only touch files that already exist.
3011
30121998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
3013
3014	* test_summary (EOF): Remove double backslash.
3015	Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3016
30171998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
3018
3019	* test_summary (address): Set to egcs-testresults mailing list.
3020
30211998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
3022
3023	* test_summary (address): Added Marc Lehmann's testsuite-results
3024	to the default e-mail address.
3025
30261998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
3027
3028	* test_summary (-p, prepend_logs): Add these before the summary.
3029	(Compiler, Platform): Print these just before configflags.
3030
3031Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3032
3033	* warn_summary (longLineFilter): New shell function to encapsulate
3034	this functionality.  It is off by default, only active if -llf
3035	flag is specified.
3036	(subdirectoryFilter): Fix bug in filtering which made some
3037	subdirectory warnings erroneously appear in the toplevel set.
3038	(stageNfilter): Renamed from `stageNwarns'.  Updated to collect
3039	warnings from stage1 as well as stage0, which means warnings from
3040	outside the bootstrap directory.  Eg, the libraries, etc.
3041	(warningFilter): New shell function to encapsulate this
3042	functionality.
3043	(keywordFilter): New shell function to encapsulate this
3044	functionality.
3045
3046	Store data in a temp file rather than calculating it 3x.  Arrange
3047	to remove it on exit and signals.
3048
3049	Add -pass/-wpass flags to do "pass through" (i.e. manual
3050	inspection) of bootstrap output from a particular stageN as well
3051	as language subdirs.
3052
3053	Add better comments/documentation.
3054
3055Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3056
3057	* egcs_update: Add comment about keeping the FAQ synchronized.
3058
3059Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
3060
3061	* egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
3062	in the repo again.
3063
3064Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
3065
3066	* egcs_update:  Added gcc/fixinc/* generated files to touch list.
3067
3068Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
3069
3070	* egcs_update: Remove gcc/java/parse.c from list of files to
3071	touch.
3072
3073Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3074
3075	* gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
3076
3077Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3078
3079	* warn_summary (subdirectoryFilter): New shell function to
3080	optionally filter in/out gcc subdirectories when summarizing
3081	warnings.  Add new flags to support subdirectory filtering.
3082
3083	Also, ensure the bootstrap stage is a number.  Add some more C
3084	keywords that are preserved in the "warning type" summary and
3085	tighten up the "arg ???" regexp.
3086
3087Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
3088
3089	* fixinc/inclhack.def:  Not all C++ comments in C headers
3090	were treated alike.  They are now.  Also fixed syntax
3091	of sed expression in "systypes" fix.
3092
3093	* fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
3094
3095	* egcs_update:  Added fixinc/* generated files to touch list.
3096
3097Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3098
3099	* egcs_update: Additionally touch gcc/java/parse.[ch].
3100
3101Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
3102
3103	* fixinc/inclhack.def:  Added two files required by
3104	SCO's Open Server 5's avoid_bool fix.
3105	Regenerated fixinc.x and inclhack.sh to incorporate
3106	the update.
3107
3108Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
3109
3110	* egcs_update: Do the pass 1 CVS update only for files that
3111	may reasonably be under CVS control.
3112
31131998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
3114
3115	* test_installed: New script for testing already-installed
3116	gcc/g++/g77.
3117
3118Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3119
3120	* egcs_update: Assigned copyright to FSF.
3121
3122Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3123			  Alexandre Oliva  <oliva@dcc.unicamp.br>
3124
3125	* egcs_update: New switch --nostdflags and documentation
3126	enhancements.
3127
3128Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3129
3130	* egcs_update: New script.
3131
31321998-08-05  Bruce Korb  <korbb@datadesign.com>
3133
3134	* fixinc/Makefile
3135	Added define for target machine so machine-specific tests
3136	can be selected for or against.
3137
3138	* fixinc/fixincl.c
3139	Added an array of string pointers to machines to select
3140	or avoid, depending on a FD_MACH_IFNOT bit flag.
3141	Used a shell script to match the defined TARGET_MACHINE
3142	with any of the given match patterns.
3143
3144	* fixinc/fixincl.tpl
3145	Generate the array of strings and bit flag, as needed,
3146	depending on "mach" and "not_machine" attributes for a fix.
3147
3148	* fixinc/mkfixinc.sh
3149	Invoke the make with TARGET assigned the value of the
3150	machine name argument.
3151
3152Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
3153
3154	* compare_tests: New script.
3155
31561998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
3157
3158	* test_summary: Assigned copyright to FSF.
3159
3160Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3161
3162	* test_summary: Corrected script name in comments providing
3163	documentation.  Added linebreaks for lines with > 80 characters.
3164
3165Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
3166
3167	* test_summary: New switch, -i, and environment variable,
3168	append_logs, for including files in the report.
3169
31701998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
3171
3172	* warn_summary: Update to Kaveh's latest version allowing to
3173	specify the last stage built.
3174
31751998-05-29  Bruce Korb  <korbb@datadesign.com>
3176
3177	* fixinc/mkfixinc.sh
3178	Changes to make it easier to invoke on platforms that
3179	normally do not invoke fixincludes.
3180
3181	* fixinc/inclhack.def
3182	Applied fixes from egcs/gcc/fixincludes from the past several
3183	months.
3184
31851998-05-28  Bruce Korb  <korbb@datadesign.com>
3186
3187	* fixinc/*: Updated most everything for a first real
3188	try at getting "fast_fixincludes" working.
3189
31901998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
3191
3192	* index-prop: New file.
3193
3194Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
3195
3196	* test_summary: find good awk (copied from warn_summary).
3197
3198Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
3199
3200	* test_summary, warn_summary: New files
3201