12016-06-03  Release Manager
2
3	* GCC 5.4.0 released.
4
52015-12-04  Release Manager
6
7	* GCC 5.3.0 released.
8
92015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
10
11	* download_prerequisites: Make sure that script is run from
12	top level source directory.
13
142015-07-16  Release Manager
15
16	* GCC 5.2.0 released.
17
182015-04-22  Release Manager
19
20	* GCC 5.1.0 released.
21
222015-04-22  Jakub Jelinek  <jakub@redhat.com>
23
24	* gennews (files): Add files for GCC 5.
25
262015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
27
28	* dg-extract-results.sh: Check that the necessary python modules exist.
29
302015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
31
32	* gcc_update (files_and_dependencies): Add rules for liboffloadmic and
33	liboffloadmic/plugin.
34
352015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
36
37	* update-copyright.py (Copyright.__init__): Add a regexp for
38	"copyright = u'".
39	(Copyright.update_copyright): Don't add a space before the year
40	in that case.
41
422015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
43
44	* gcc_update (files_and_dependencies): Update rules for new
45	libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
46
472015-01-12  Yury Gribov  <y.gribov@samsung.com>
48
49	* check_GNU_style.sh: Support patches coming from stdin.
50	Check that spaces are converted to tabs.
51	Make double-space-after-dot check more precice.
52
532015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
54
55	* config-list.mk (LIST): Add visium-elf.
56
572015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
58
59	* config-list.mk: Use shortest match for OPT to find the actual
60	target name.
61
622014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
63
64	* dg-extract-results.sh: Use --text with grep to avoid issues with
65	binary files.  Fall back to cat -v, if that doesn't work.
66
672014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
68
69	* download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
70
712014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
72	    Yury Gribov  <y.gribov@samsung.com>
73
74	* vimrc: New file.
75
762014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
77
78	* check_GNU_style.sh: Warn for incorrect number of spaces in function
79	call only if 0 or 2+ spaces found.
80
812014-12-02  Tobias Burnus  <burnus@net-b.de>
82
83	* download_prerequisites: Download ISL 0.14 instead of 0.12.2.
84
852014-11-25  Tom de Vries  <tom@codesourcery.com>
86	    Peter Bergner  <bergner@vnet.ibm.com>
87
88	* mklog: Handle .mklog.  Use git setting independent of presence .git
89	directory.
90
912014-11-14  Tom de Vries  <tom@codesourcery.com>
92
93	* mklog: Move reading of .diff file up and add comment.  Copy diff_lines
94	to orig_diff_lines.  Use orig_diff_lines when appending patch.
95
962014-11-11  David Malcolm  <dmalcolm@redhat.com>
97
98	* ChangeLog.jit: New.
99	* jit-coverage-report.py: New file: a script to print crude
100	code-coverage information for the libgccjit API.
101
1022014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
103
104	* mklog: Symbol '}' stops search for changes.  
105
1062014-11-11  Tobias Burnus  <burnus@net-b.de>
107
108	* download_prerequisites: Stop downloading CLooG.
109
1102014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
111
112	* mklog: Always doubt in functions.  
113	Add EOF protection.  
114
1152014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
116
117	* config-list.mk: Don't build Go for certain targets.
118
1192014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
120
121	* compare-all-tests: Don't test score-*.
122	* config-list.mk: Likewise.
123
1242014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
125
126	* dg-extract-results.py (output_variation): Always sort if do_sum.
127
1282014-09-22  Tom de Vries  <tom@codesourcery.com>
129
130	* mklog: Add --inline option.
131
1322014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
133
134	* dg-extract-results.py (Prog.result_re): Include options in test name.
135
1362014-09-19  Olivier Hainque  <hainque@adacore.com>
137
138	* config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
139
1402014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
141
142	* config-list.mk (LIST): Add v850-rtems.
143
1442014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
145
146	* config-list.mk (LIST): Add arm-rtems.
147	Add nios2-rtems.  Remove extra option from powerpc-rtems.
148
1492014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
150
151	* compare-all-tests: Don't test picochip.
152	* config-list.mk: Likewise.
153
1542014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
155
156	* texi2pod.pl (postprocess): Move command process for '@sc' to the
157	front of '@dfn'.  Add a new command process for '@t{...}', just print
158	the content.
159
1602014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
161	    Yury Gribov  <y.gribov@samsung.com>
162
163	* mklog: Run mklog as a filter.
164
1652014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
166
167	* mklog: Read name and email from git config when available.
168
1692014-06-28  Richard Biener  <rguenther@suse.de>
170
171	* gennews: Use gcc-3.0/index.html.
172
1732014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
174
175	* dg-extract-results.py: For Python 3, force sys.stdout to handle
176	surrogate escape sequences.
177	(safe_open): New function.
178	(output_segment, main): Use it.
179
1802014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
181
182	* dg-extract-results.py (Named): Remove __cmp__ method.
183	(output_variation): Use a key to sort variation.harnesses.
184
1852014-05-24  Uros Bizjak  <ubizjak@gmail.com>
186
187	* texi2pod.pl: Force .pod file to not be a numbered list.
188
1892014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
190
191	* dg-extract-results.py (parse_run): Handle warnings that are printed
192	before a test harness is run.
193
1942014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
195
196	* config-list.mk (show): New target.
197
1982014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
199
200	* dg-extract-results.py: New file.
201	* dg-extract-results.sh: Use it if the environment seems suitable.
202
2032014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
204
205	* config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
206
2072013-04-22  Jakub Jelinek  <jakub@redhat.com>
208
209	* gennews (files): Add files for GCC 4.9.
210
2112014-02-24  Walter Lee  <walt@tilera.com>
212
213	* config-list.mk (LIST): Add tilegxbe-linux-gnu.
214
2152014-02-13  Richard Biener  <rguenther@suse.de>
216
217	* download_prerequisites: Update ISL and CLOOG versions.
218
2192014-01-31  Brooks Moses  <bmoses@google.com>
220
221	* gcc_update (files_and_dependencies): Add aarch64-tune.md.
222
2232014-01-29  Yury Gribov  <y.gribov@samsung.com>
224
225	* mklog: Improve support of context diffs.
226
2272014-01-21  Tatiana Udalova  <t.udalova@samsung.com>
228
229	* mklog: Avoid adding falsely changed functions to ChangeLog.
230
2312013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
232
233	* config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
234	ordering of some configs.
235
2362013-12-23  Yury Gribov  <y.gribov@samsung.com>
237
238	* mklog: Automatically insert comments in trivial cases.
239
2402013-12-19  Yury Gribov  <y.gribov@samsung.com>
241
242	* mklog: Split generated message in parts.
243
2442013-10-31  Chung-Ju Wu  <jasonwucj@gmail.com>
245
246	* config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
247
2482013-10-29  Tobias Burnus  <burnus@net-b.de>
249
250	* gcc_update (files_and_dependencies): Add rules for
251	libcilkrts.
252
2532013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
254
255	* gcc_update (files_and_dependencies): Fix rule for
256	libgomp/testsuite/Makefile.in.
257
2582013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
259
260	* config-list.mk: Add arc configurations.
261
2622013-09-27  Diego Novillo  <dnovillo@google.com>
263
264	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
265
2662013-09-12  DJ Delorie  <dj@redhat.com>
267
268	* config-list.mk: Add msp430-elf.
269
2702013-08-31  Diego Novillo  <dnovillo@google.com>
271
272	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
273
2742013-08-29  Mike Stump  <mikestump@comcast.net>
275
276	* gcc_update (configure): Update to handle svn 1.8.1.
277
2782013-08-03  Caroline Tice  <cmtice@google.com>
279
280	* gcc_update: Add libvtv files.
281
2822013-06-06  Brooks Moses  <bmoses@google.com>
283
284	* testsuite-management/validate_failures.py: Fix handling of
285	summary lines with "|" characters or empty description fields.
286
2872013-05-24  Chung-Ju Wu  <jasonwucj@gmail.com>
288
289	* download_prerequisites: Download isl and cloog conditionally.
290
2912013-05-21  David Malcolm  <dmalcolm@redhat.com>
292
293	* repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
294
2952013-05-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
296
297	* config-list.mk (LIST): Add -enable-obsolete for
298	sparc-sun-solaris2.9, i686-solaris2.9.
299
3002013-05-13  Mike Stump  <mikestump@comcast.net>
301
302	* compare_tests: Limit lines to 2000 characters as comm on Mac OS
303	X 10.8.3 doesn't like long lines (those 2055 characters or more).
304
3052013-04-22  Sofiane Naci  <sofiane.naci@arm.com>
306
307	* config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
308
3092013-04-18  Diego Novillo  <dnovillo@google.com>
310
311	* validate_failures.py: Fix typo.
312
3132013-04-18  Diego Novillo  <dnovillo@google.com>
314
315	* validate_failures.py: Loosen check for build directory.
316	State what failed if we couldn't find the source tree or
317	the target triplet.
318
3192013-03-22  Jakub Jelinek  <jakub@redhat.com>
320
321	* gennews (files): Add files for GCC 4.8.
322
3232013-03-06  Tobias Burnus  <burnus@net-b.de>
324
325	* make-obstacks-texi.pl: New.
326
3272013-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
328
329	* make_sunver.pl: Enforce C locale.
330
3312013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
332
333	* update-copyright.py: Add libdecnumber to the default list.
334	Remove libquadmath and libssp.
335
3362013-02-06  Diego Novillo  <dnovillo@google.com>
337
338	* testsuite-management/validate_failures.py: Fix typo.
339
3402013-02-06  Diego Novillo  <dnovillo@google.com>
341
342	* testsuite-management/validate_failures.py: Update
343	Copyright years.
344	Request contributions not to use Python features newer
345	than 2.4.
346	(GetBuildData): If this is not a build directory,
347	emit an error only if --results or --manifest are missing.
348
3492013-02-06  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
350
351	* testsuite-management/validate_failures.py
352	(IsInterestingResult): Fix performance regression
353
3542013-02-04  Richard Sandiford  <rdsandiford@googlemail.com>
355
356	* update-copyright.py: New file.
357
3582013-01-15  David Blaikie  <dblaikie@gmail.com>
359
360	* dg-extract-results.sh: Handle KPASSes.
361
362	* dg-extract-results.sh: Constrain the start-of-log pattern.
363
364	* dg-extract-results.sh: Fix order of summary counts.
365
3662012-12-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
367
368	* testsuite-management/validate_failures.py
369	(IsInterestingResult): Only strip line a second time if we did split.
370	Rephrase return statement while at it.
371	(CollectSumFiles): Also ignore .git directory.
372
3732012-12-03  Diego Novillo  <dnovillo@google.com>
374
375	* testsuite-management/validate_failures.py: Fix stale
376	use of 'options'.
377
3782012-11-30  Doug Evans  <dje@google.com>
379
380	* testsuite-management/validate_failures.py: Add support for @include,
381	@remove directives in manifest files.
382
383	* testsuite-management/validate_failures.py: Add function
384	GetManifestPath.  New global _MANIFEST_SUBDIR.
385
3862012-11-29  Doug Evans  <dje@google.com>
387
388	* testsuite-management/validate_failures.py: Remove pass/fail
389	indicator from result of GetBuildData.
390
391	* testsuite-management/validate_failures.py: Store options in global
392	variable _OPTIONS.
393
394	* testsuite-management/validate_failures.py: Rename variable
395	manifest_name to manifest_path everywhere.
396
397	* testsuite-management/validate_failures.py (CompareBuilds): Pass
398	options.results to GetSumFiles for clean build.
399
4002012-11-28  Doug Evans  <dje@google.com>
401
402	* testsuite-management/validate_failures.py: Use <target_alias> instead
403	of <target>.  Minor whitespace changes.
404
405	* testsuite-management/validate_failures.py: Record ordinal with
406	TestResult.
407
4082012-11-19  Mike Stump  <mikestump@comcast.net>
409
410	* compare_tests: Add export LC_ALL=C to make sort happier.
411
4122012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
413
414	* gcc_update: Update libsanitizer generated files.
415
4162012-11-12  Tobias Burnus  <burnus@net-b.de>
417
418	* gcc_update: Add libquadmath generated files.
419
4202012-11-12  H.J. Lu  <hongjiu.lu@intel.com>
421
422	* gcc_update: Add libsanitizer generated files.
423
4242012-11-05  Lawrence Crowl  <crowl@google.com>
425
426	* compare_two_ftime_report_sets: New.
427
4282012-11-02  Diego Novillo  <dnovillo@google.com>
429
430	* testsuite-management/validate_failures.py: Add option
431	--clean_build to compare test results against another
432	build.
433
4342012-10-31  Diego Novillo  <dnovillo@google.com>
435
436	* testsuite-management/validate_failures.py: Fix parsing
437	of summary lines.
438
4392012-10-29  Diego Novillo  <dnovillo@google.com>
440
441	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
442
4432012-10-06  Diego Novillo  <dnovillo@google.com>
444
445	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
446
4472012-10-02   Christophe Lyon  <christophe.lyon@linaro.org>
448
449	* check_GNU_style.sh: Remove temporay file upon exit.
450
4512012-09-26  Joern Rennecke  <joern.rennecke@embecosm.com>
452
453	* contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
454	arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
455	Use --enable-obsolete for picochip-elf.
456
4572012-09-10   Diego Novillo  <dnovillo@google.com>
458
459	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
460
4612012-09-04  Eric Botcazou  <ebotcazou@adacore.com>
462
463	* make_sunver.pl: Add missing newline at the end of extern "C++" block.
464
4652012-08-24   Diego Novillo  <dnovillo@google.com>
466
467	* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
468
4692012-08-14   Diego Novillo  <dnovillo@google.com>
470
471	* testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
472
4732012-08-13  Diego Novillo  <dnovillo@google.com>
474
475	* testsuite-management/validate_failures.py (ExpirationDate): Tidy
476	comment.
477
4782012-08-13  Diego Novillo  <dnovillo@google.com>
479
480	* testsuite-management/validate_failures.py (ParseSummary): Fix
481	comment.
482
4832012-08-13  Diego Novillo  <dnovillo@google.com>
484
485	* testsuite-management/validate_failures.py: Import datetime.
486	(TestResult.ExpirationDate): New.
487	(TestResult.HasExpired): New.
488	(ParseSummary): Call it.  If it returns True, warn that the
489	expected failure has expired and do not add it to the set of
490	expected results.
491	(GetResults): Clarify documentation.
492
4932012-07-26   Diego Novillo  <dnovillo@google.com>
494
495	* testsuite-management/validate_failures.py: Do not use
496	'with ... as ...' constructs.
497
4982012-07-19   Diego Novillo  <dnovillo@google.com>
499
500	* testsuite-management/validate_failures.py (CollectSumFiles):
501	Rename from GetSumFiles.
502	(GetSumFiles): Factor out of CheckExpectedResults.
503	(CheckExpectedResults): Call it.
504	(ProduceManifest): Call it.
505
5062012-07-18   Diego Novillo  <dnovillo@google.com>
507
508	* testsuite-management/validate_failures.py: Fix
509	/usr/bin/python invocation.
510
5112012-06-19  Steven Bosscher  <steven@gcc.gnu.org>
512
513	* check_makefile_deps.sh: Look for c-common.o in c-family/.
514	Add a few more crt* files to the list of files to skip.
515
5162012-05-31  Marek Polacek  <polacek@redhat.com>
517
518       * mklog: Prevent printing three spaces after the date.
519
5202012-06-04   Diego Novillo  <dnovillo@google.com>
521
522	* testsuite-management/validate_failures.py (GetResults):
523	Change argument to accept list of summary files to analyze.
524	Update callers.
525	(CheckExpectedResults): Handle options.manifest, options.results
526	and options.ignore_missing_failures.
527	(Main): Add options --manifest, --results and --ignore_missing_failures.
528
5292012-05-31   Diego Novillo  <dnovillo@google.com>
530	     Cary Coutant  <ccoutant@google.com>
531
532	* mklog: New.
533
5342012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
535
536	PR bootstrap/53472
537	* contrib/compare-debug (remove_comment): New function.
538	Remove any .comment sections if the first cmp failed.
539
5402012-05-09  David Edelsohn  <dje.gcc@gmail.com>
541
542	* gcc_update: Use $GCC_SVN to retrieve branch and revision.
543
5442012-05-01  Richard Henderson  <rth@redhat.com>
545
546	* gcc_update: Add libatomic generated files.
547
5482012-04-23  Manuel L��pez-Ib����ez  <manu@gcc.gnu.org>
549
550	* compare_tests: Append '/' to make 'find' traverse
551	symlinked directories.
552
5532012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
554
555	* testsuite-management/validate_failures.py (GetBuildData): Use
556	target_alias.
557
5582012-04-06  Doug Evans  <dje@google.com>
559
560	* dg-extract-results.sh: Handle KFAILs.
561
5622012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
563
564	* config-list.mk (LIST): Remove mips-sgi-irix6.5.
565
5662012-03-13  Joseph Myers  <joseph@codesourcery.com>
567
568	* gennews (files): Add files for GCC 4.7.
569
5702012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
571
572	* config-list.mk (LIST): Remove mips-openbsd.
573
5742012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
575
576	* config-list.mk (LIST): Remove alpha-dec-osf5.1.
577
5782012-03-02   Diego Novillo  <dnovillo@google.com>
579
580	* testsuite-management/validate_failures.py (class TestResult): Fix
581	match pattern for the summary line.  If there is a parsing failure,
582	show the line we failed to parse.
583
5842012-02-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
585
586	PR libstdc++/52188
587	* make_sunver.pl: Remove #ifdef handling.
588
5892012-02-17   Doug Kwan  <dougkwan@google.com>
590
591	* contrib/testsuite-management/validate_failures.py
592	(GetMakefileValue): Check for cross compilers.
593
5942012-02-15   Quentin Neill  <quentin.neill@amd.com>
595
596	* compare_tests: Fix trailing paths in dir arguments.
597	Handle sum1/sum2 temp files with others.
598
5992012-02-14  Walter Lee  <walt@tilera.com>
600
601	* config-list.mk (LIST): Add tilegx-linux-gnu and
602	tilepro-linux-gnu.
603	* gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
604	(gcc/config/tilepro/mul-tables.c): New dependencies.
605
6062012-02-11  Mike Stump  <mikestump@comcast.net>
607
608	* compare_tests (exit_status): Fix.
609
6102012-02-10   Diego Novillo  <dnovillo@google.com>
611
612	* repro_fail: Add --debug and --debug-tui flags.
613
6142012-02-02  Sumanth G  <sumanth.gundapaneni@kpitcummins.com>
615	    Jayant R Sonar  <jayant.sonar@kpitcummins.com>
616
617	* config-list.mk (LIST): Add cr16-elf.
618
6192012-01-02  Georg-Johann Lay  <avr@gjlay.de>
620
621	PR target/51345
622	* gcc_update (files_and_dependencies): Add
623	gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
624
6252011-11-29  DJ Delorie  <dj@redhat.com>
626
627	* config-list.mk (LIST): Add rl78-elf.
628
6292011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
630
631	* make_sunver.pl: Convert '?' in glob patterns to '.'.
632
6332011-11-07  Richard Henderson  <rth@redhat.com>
634
635	Merged from transactional-memory.
636
637	* gcc_update: Add libitm to touch data.
638
6392011-11-07   Quentin Neill  <quentin.neill@amd.com>
640
641	* compare_tests: Add ability to compare all .sum
642	files from two build directories.
643
6442011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
645
646	* contrib-list.mk: Add Epiphany configurations.
647
6482011-09-13   Diego Novillo  <dnovillo@google.com>
649
650	* testsuite-management: New.
651	* testsuite-management/validate_failures.py: New.
652
6532011-08-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
654
655	* gcc_update: Determine svn branch from hg convert_revision.
656
6572011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
658
659	* config-list.mk (i586-netware): Remove.
660	(.PHONY): Remove make-script-dir dependency.
661	(make-script-dir): Remove.
662	($(LIST)): Remove make-script-dir dependency.
663
6642011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
665
666	* gcc_update: Add C6X generated files.
667	* contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
668
6692011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
670
671	* config-list.mk (LIST): Append OPT-enable-obsolete to
672	alpha-dec-osf5.1, mips-sgi-irix6.5.
673
6742011-06-24  Diego Novillo  <dnovillo@google.com>
675
676	* repro_fail: New.
677
6782011-06-21  Joseph Myers  <joseph@codesourcery.com>
679
680	* gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
681
6822011-05-19  Joseph Myers  <joseph@codesourcery.com>
683
684	* gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
685	gcc/config/arm/arm-fpus.def.
686
6872011-05-10  Joseph Myers  <joseph@codesourcery.com>
688
689	* gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
690	dependencies.
691
6922011-05-09  Joseph Myers  <joseph@codesourcery.com>
693
694	* gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
695
6962010-05-05  Joern Rennecke  <joern.rennecke@embecosm.com>
697
698	* config-list.mk: New file.
699
7002011-05-02  Joseph Myers  <joseph@codesourcery.com>
701
702	* gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
703
7042011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
705
706	* paranoia.cc (ENUM_BITFIELD): Remove.
707
7082011-04-08  Joseph Myers  <joseph@codesourcery.com>
709
710	* gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
711
7122011-03-22  Joseph Myers  <joseph@codesourcery.com>
713
714	* compare-all-tests (all_targets): Remove crx and m68hc11.
715
7162011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
717
718	PR bootstrap/48135
719	* make_sunver.pl: Don't use File::Glob.
720
7212011-03-05  Joseph Myers  <joseph@codesourcery.com>
722
723	* gennews (files): Add files for GCC 4.6.
724
7252011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
726
727	* patch_tester.sh (nopristinecache): New shell var, set according
728	to presence or absence of new -nopristinecache option.
729	(usage): Document new option.
730	(bootntest_pristine): Implement it.
731
7322010-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
733
734	* make_sunver.pl: Use elfdump -s to extract symbols if possible,
735	readelf -s otherwise.
736
7372010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
738
739	* make_sunver.pl: Ignore entries without symbol name first.  Then do
740	not ignore symbols marked as 'R'.
741
7422010-10-18  Andi Kleen  <ak@linux.intel.com>
743
744	* gccbug.el: Remove.
745
7462010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
747
748	* gcc_update: Run $GCC_HG pull and update separately.
749	Check parents for SVN revision.
750
7512010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
752
753	* test_recheck: New script.
754
7552010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
756
757	* texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
758	Also escape characters with grave accents, to be fixed ...
759	(unmunge): ... here.
760	(postprocess): Also handle @/ and @acronym{...}.
761
7622010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
763
764	* check_GNU_style.sh: Do not print warning messages when there are
765	no occurences.
766
7672010-09-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
768
769	* gcc_update: Handle hg, too.
770
7712010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
772
773	* make_sunver.pl: Remove extra whitespace in regexp.
774
7752010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
776
777	* check_GNU_style.sh: New.
778
7792010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
780
781	* make_sunver.pl: New file.
782
7832010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
784
785       * compare-debug (Darwin): Remove '-x' flag from ld-based object
786       stripping.  Add a comment as to why we do it this way.
787
7882010-06-20  Alexandre Oliva  <aoliva@redhat.com>
789
790	* compare-debug: Drop LTO sections.
791
7922010-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
793
794	* gcc_update: Support updating a git clone.
795
7962010-06-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
797
798	* test_summary: Don't use diff -u.
799	Adapt egrep regex.
800
8012010-06-02  Andrew Haley  <aph@redhat.com>
802
803	* download_prerequisites: New script.
804
8052010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
806
807	* dg-extract-results.sh: Redirect grep output to /dev/null instead
808	of grep -q.
809
8102010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
811
812	* gcc_update: Sets the locale to C.
813
8142010-04-06  Joseph Myers  <joseph@codesourcery.com>
815
816	* gennews (files): Add files for GCC 4.5.
817
8182010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
819
820	Fix *.log tests output containing "===".
821	* dg-extract-results.sh (/\===/): Rename to ...
822	(/^\t\t=== .* ===$/): ... this pattern.
823
8242010-03-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
825
826	* dg-extract-results.sh: Fix result order to match sequential case.
827
8282010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
829
830	* check_warning_flags.sh: Use \012 instead of \n with tr.
831
8322010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
833
834	* dg-extract-results.sh: Don't use tail -n.
835
8362009-10-03  H.J. Lu  <hongjiu.lu@intel.com>
837	    Richard Guenther  <rguenther@suse.de>
838
839	PR lto/39216
840	* gcc_update: Adjust file timestamps for lto-plugin.
841
8422009-09-10  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
843
844	PR bootstrap/41245
845	* compare-debug: Handle stripping of dwarf debug sections from darwin
846	mach-o objects.
847
8482009-09-04  Alexandre Oliva  <aoliva@redhat.com>
849
850	* compare-debug: Grep for blank before dash to avoid grep -e.
851
8522009-09-01  Alexandre Oliva  <aoliva@redhat.com>
853
854	* compare-debug: Look for .gkd files and compare them.
855
8562009-08-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
857
858	PR testsuite/41166
859	* test_summary: Invoke config.status, rather than trying to
860	parse it.  Adjust awk script.
861
8622009-08-18  Alexandre Oliva  <aoliva@redhat.com>
863
864	* compare-debug: Drop .eh_frame relocations too.
865
8662009-08-18  H.J. Lu  <hongjiu.lu@intel.com>
867
868	PR testsuite/40704
869	* test_summary: Filter out "\r".
870
8712009-06-02  Alexandre Oliva  <aoliva@redhat.com>
872
873	* compare-debug: Don't fail just because of .eh_frame differences.
874
8752009-04-27  Jakub Jelinek  <jakub@redhat.com>
876
877	PR testsuite/39807
878	* dg-extract-results.sh: Close open files and use >> instead of >
879	to decrease number of concurrently open files from awk.  Avoid
880	= at the beginning of a regexp and redirect to a file determined
881	by curfile variable rather than concatenated strings to workaround
882	Solaris nawk bug.
883
8842009-04-25  Gerald Pfeifer  <gerald@pfeifer.com>
885
886	* test_summary: Only include LAST_UPDATED if it exists.
887	Complete copyright years.
888
8892009-04-16  Paolo Bonzini  <bonzini@gnu.org>
890
891	* compare-all-tests: New.
892
8932009-04-14  Jakub Jelinek  <jakub@redhat.com>
894
895	* gennews (files): Reference GCC 4.4 web pages.
896
8972009-04-09  Jakub Jelinek  <jakub@redhat.com>
898
899	* reghunt/date_based/reg_periodic: Change copyright header to refer
900	to version 3 of the GNU General Public License and to point readers
901	at the COPYING3 file and the FSF's license web page.
902	* reghunt/date_based/reg_search: Likewise.
903	* regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
904	* regression/btest-gcc.sh: Likewise.
905	* regression/objs-gcc.sh: Likewise.
906
9072009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
908
909	* check_warning_flags.sh: Update flag exceptions.
910
9112008-11-18  Ben Elliston  <bje@au.ibm.com>
912
913	* dg-cmp-results.sh: Do not print usage if either .sum file cannot
914	be opened; print a more meaningful error instead.
915
9162008-10-24  Janis Johnson  <janis187@us.ibm.com>
917	    Jakub Jelinek  <jakub@redhat.com>
918
919	* dg-extract-results.sh: New file.
920
9212008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
922
923	* check_makefile_deps.sh: New file.
924
9252008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
926
927	* patch_tester.sh (report): Do not print "Checker: ".
928
9292008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
930
931	* patch_tester.sh (report): Do not print the time.
932
9332008-04-01  Joseph Myers  <joseph@codesourcery.com>
934
935	* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
936	Handle @heading.  Handle enumerated lists with starting numbers
937	and extra headings.
938
9392008-03-10  Janis Johnson  <janis187@us.ibm.com>
940
941	* patch_tester.sh (initialization): Initialize svnpatch and stop.
942	(usage): Add -svnpath and -stop.
943	(makedir): New.
944	(argument handling): Process -stop and -svnpath.
945	(setup code): Use makedir, error out if initial svn checkout fails.
946	(update): Use svnpath.  Invoke contrib/gcc_update.
947	(apply_patch): Require that patch was created at top level.  Use eval
948	with option variables.  Don't use bootstrap target for make.  Verify
949	that some tests were run.
950	(bootntest_patched): Use snvpath.
951	(main loop): For -stop, exit when there are no more patches to test.
952
9532008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
954
955	* check_warning_flags.sh: Instead of invoke.texi, take the path
956	to the doc directory as argument.  Check that warnings listed in
957	'gcc --help' are accepted by the compiler, and listed in the
958	manuals.
959
9602008-03-06  Tom Tromey  <tromey@redhat.com>
961
962	* patch_tester.sh (usage): Watermark is not lexicographic.
963	Load $STATE/defaults if it exists.
964	(selfexec): Use $0.
965	(apply_patch): Handle deletions.
966	(bootntest): Handle default settings.
967
9682008-03-05  Jakub Jelinek  <jakub@redhat.com>
969
970	* gennews (files): Reference GCC 4.3 web pages.
971
9722008-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
973
974	* check_warning_flags.sh: New file.
975
9762008-01-25  Joseph Myers  <joseph@codesourcery.com>
977
978	* paranoia.cc (main): Remove handling of c4x_single and
979	c4x_extended formats.
980
9812007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
982
983	* compareSumTests3: Changed to GPLv3.
984	* prepare_patch.sh: Same.
985	* uninclude: Same.
986	* dglib.pm: Same.
987	* gennews: Same.
988	* texi2pod.pl: Same.
989	* analyze_brprob: Same.
990	* gcc_build: Same.
991
9922007-12-26  Sebastian Pop  <sebastian.pop@amd.com>
993
994	* patch_tester.sh: Changed to GPLv3.
995
9962007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
997
998	* patch_tester.sh: Don't save the script anymore.
999
10002007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1001
1002	* patch_tester.sh: New.
1003	* prepare_patch.sh: New.
1004
10052007-11-26  Alexandre Oliva  <aoliva@redhat.com>
1006
1007	* compare-debug: Introduce -p flag to preserve .stripped files.
1008
10092007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1010
1011	* texi2pod.pl: Handle @asis.
1012	(postprocess): Move @gccoptlist{} after all formatting commands.
1013
10142007-10-01  Alexandre Oliva  <aoliva@redhat.com>
1015
1016	* compare-debug: Avoid spurious errors when .stripped files
1017	exist.
1018
10192007-09-22  Hans-Peter Nilsson  <hp@axis.com>
1020
1021	* warn_summary (srcdirFilter): Add fixincludes, sim,
1022	newlib and mpfr.
1023
10242007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
1025
1026	* gcc_update: Handle different URL paths and tags.
1027
10282007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1029
1030	* compare-debug: New.
1031
10322007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
1033	    Andreas Schwab  <schwab@suse.de>
1034
1035	* gcc_update: Use "svn info" for revision number.  Create
1036	gcc/REVISION with branch name and revision number.
1037
10382007-08-10  Diego Novillo  <dnovillo@google.com>
1039
1040	* gcc.doxy: Rename from tree-ssa.doxy.
1041
10422007-08-10  Diego Novillo  <dnovillo@google.com>
1043
1044	* tree-ssa.doxy: Update for doxygen 1.5.
1045	Include all the files in the middle and back ends.
1046
10472007-06-30  Hans-Peter Nilsson  <hp@axis.com>
1048
1049	* gcc_update (files_and_dependencies): Handle
1050	gcc/testsuite/gcc.dg/cpp/direct2s.c.
1051
10522007-05-13  Mark Mitchell  <mark@codesourcery.com>
1053
1054	* gennews (files): Reference GCC 4.2 web pages.
1055
10562007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
1057
1058	* texi2pod.pl: Correct handling of @itemize with no argument.
1059
10602007-03-17  Hans-Peter Nilsson  <hp@axis.com>
1061
1062	* uninclude: New utility, from Alexandre Oliva.
1063
10642007-02-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
1065
1066	* test_installed: Adjust to the move from g77 to gfortran.
1067
10682007-02-16  Matthias Klose  <doko@debian.org>
1069
1070	* texi2pod.pl: Handle @subsubsection, ignore @anchor.
1071
10722007-02-10  Hans-Peter Nilsson  <hp@axis.com>
1073
1074	* test_summary (configflags): Adjust for changes in the
1075	config.status format due to update to autoconf 2.59.
1076
10772007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1078
1079	* gcc_update: Update for configure.in -> configure.ac.
1080
10812007-02-06  Richard Sandiford  <richard@codesourcery.com>
1082
1083	* texi2pod.pl: Handle @multitable.
1084
10852007-01-15  Tom Tromey  <tromey@redhat.com>
1086
1087	* download_ecj: New file.
1088
10892006-09-27  Matthew Sachs  <msachs@apple.com>
1090
1091	* compareSumTests3: POD syntax fix.
1092
10932006-09-27  Matthew Sachs  <msachs@apple.com>
1094
1095	* dglib.pm: Initial commit.
1096	* compareSumTests3: Initial commit.
1097
10982006-09-18  Bernhard Fischer  <aldot@gcc.gnu.org>
1099
1100	* dg-cmp-results.sh (compare-$$.awk): Print name[old]
1101	and not non-existing nm[old].
1102
11032006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1104
1105	Port to hosts whose 'sort' and 'tail' implementations
1106	treat operands with leading '+' as file names, as POSIX
1107	has required since 2001.  However, make sure the code still
1108	works on pre-POSIX hosts.
1109	* compare_tests: Don't assume "sort +2" is equivalent to
1110	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1111
11122006-06-05  James Lemke  <jwlemke@wasabisystems.com>
1113
1114	* dg-cmp-results.sh: New script for comparing DejaGNU logs.
1115
11162006-06-02  Richard Earnshaw  <rearnsha@arm.com>
1117	    Mike Stump  <mrs@apple.com>
1118
1119	* compare_tests: Handle multilibs better.
1120
11212006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1122
1123	* texi2pod.pl: Correct handling of absolute @include.
1124
11252006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
1126
1127	* texi2pod.pl: Handle -I.
1128
11292006-02-28  Mark Mitchell  <mark@codesourcery.com>
1130
1131	* gennews (files): Update for GCC 4.1.
1132
11332006-01-24  Diego Novillo  <dnovillo@redhat.com>
1134
1135	* gcc_update (files_and_dependencies): Handle
1136	libgomp/testsuite/Makefile.in.
1137
11382006-01-18  Richard Henderson  <rth@redhat.com>
1139	    Diego Novillo  <dnovillo@redhat.com>
1140
1141	* gcc_update (files_and_dependencies): Add libgomp files.
1142
11432005-12-06  Ben Elliston  <bje@au.ibm.com>
1144
1145	* newcvsroot: Remove.
1146
11472005-11-03  Steven Bosscher  <stevenb@suse.de>
1148
1149	* gcc_build: Fix my previous checking.
1150
11512005-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1152
1153	* gcc_update: Include revision number in LAST_UPDATED.
1154
11552005-10-30  Steven Bosscher  <stevenb@suse.de>
1156
1157	* gcc_build: Use gcc.gnu.org as the default server.  Set up
1158	SVN_REPOSITORY correctly.  Add support for checking out branches.
1159
11602005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
1161
1162	* gcc_update: When svn update is called and
1163	--silent is used, pass -q.
1164
11652005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
1166
1167	* gcc_update: Remove the -q from svn invocation.
1168
11692005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
1170
1171	* gcc_build: Remove -d from the call to gcc_update.
1172
11732005-10-28  Daniel Berlin  <dberlin@dberlin.org>
1174	    Ben Elliston  <bje@au1.ibm.com>
1175
1176	* gcc_update: Update for svn.
1177	* newcvsroot: Ditto.
1178	* gcc_build: Ditto.
1179
11802005-10-21  Mark Mitchell  <mark@codesourcery.com>
1181
1182	* texi2pod.pl: Substitue for @value even when part of @include.
1183
11842005-10-21  Bob Wilson  <bob.wilson@acm.org>
1185
1186	* texi2pod.pl: Convert two single quotes or two backquotes to
1187	double quotes.
1188
11892005-08-23  Ben Elliston  <bje@au.ibm.com>
1190
1191	* gcc_update: Update dependencies for libjava/aclocal.m4.
1192
11932005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
1194
1195	* All files: Update with new FSF address.
1196
11972005-07-14  Ben Elliston  <bje@au.ibm.com>
1198
1199	* filter_params.pl: Typo fix.
1200	* filter_knr2ansi.pl: Likewise.
1201
12022005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
1203
1204	* gennews (files): Update for egcs-1.0 release pages consolidation.
1205
12062005-04-17  Joseph S. Myers  <joseph@codesourcery.com>
1207
1208	* gennews (files): Update for GCC 4.0.
1209
12102005-03-18  Alexandre Oliva  <aoliva@redhat.com>
1211
1212	* gcc_update (silent): Unset instead of initializing to null.
1213
12142005-03-18  Andreas Schwab  <schwab@suse.de>
1215
1216	* gcc_update (apply_patch): Properly quote $1.
1217
12182005-03-18  Zack Weinberg  <zack@codesourcery.com>
1219
1220	* gcc_update: Add --silent option.
1221
12222005-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1223
1224	* warn_summary (keywordFilter): Update sed pattern for new quoting
1225	style in warnings.
1226
12272005-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1228
1229	* warn_summary: Add -fortran subdir flag.
1230	(subdirectoryFilter): Fix missing ada subdir.
1231
12322004-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
1233
1234	* gcc_update (touch_files): Don't rely on "make" being GNU make;
1235	grep for "Touching" to determine that the rule executes.
1236
12372004-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
1238
1239	* gcc_update (touch_files): Explicitly pass --no-print-directory.
1240
12412004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
1242
1243	* gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
1244
12452004-08-04  Paolo Bonzini  <bonzini@gnu.org>
1246
1247	* gcc_update: Add fixincludes.
1248
12492004-08-26  Matthias Klose  <doko@debian.org>
1250
1251	* texi2pod.pl: keep references of the form @ref{...}, print them bold.
1252
12532004-08-26  Matthias Klose  <doko@debian.org>
1254
1255	* test_summary: Include baseline used for libstdc++-v3 abi check
1256	in test summary.
1257
12582004-08-25  Ben Elliston  <bje@au.ibm.com>
1259
1260	* gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
1261
12622004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
1263
1264	* gcc_update (self): libjava/configure.in -> configure.ac. Automake
1265	update done.
1266
12672004-08-04  Paolo Bonzini  <bonzini@gnu.org>
1268
1269	* gcc_update: libjava/configure.ac -> configure.in.  Automake
1270	1.4 does not handle configure.ac properly.
1271
12722004-08-04  Andreas Schwab  <schwab@suse.de>
1273
1274	* gcc_update: libjava/configure.in -> configure.ac.
1275
12762004-08-03  Richard Earnshaw  <rearnsha@arm.com>
1277
1278	* gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
1279
12802004-07-16  Jeff Law  <law@redhat.com>
1281
1282	* analyze_brprob: Fix comments.  More consistent output format.
1283
12842004-06-17  Diego Novillo  <dnovillo@redhat.com>
1285
1286	* tree-ssa.doxy: Update for doxygen 1.3.5.
1287
12882004-06-14  Andreas Jaeger  <aj@suse.de>
1289
1290	* gcc_update: boehm-gc/configure.in -> configure.ac.
1291
12922004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1293
1294	* gcc_update (boehm-gc/configure): Depend on
1295	boehm-gc/configure.ac instead of boehm-gc/configure.in
1296
12972004-06-14  Paolo Bonzini  <bonzini@gnu.org>
1298
1299	* gcc_update (libmudflap/configure): Depend on
1300	libmudflap/configure.ac instead of libmudflap/configure.in
1301
13022004-06-14  Andreas Jaeger  <aj@suse.de>
1303
1304	* gcc_update: Add libcpp.
1305
13062004-06-10  Andreas Jaeger  <aj@suse.de>
1307
1308	* gcc_update: Add libgfortran.
1309
13102004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>
1311
1312	* gcc_update (libbanshee/configure): Depend on
1313	libbanshee/configure.ac instead of libbanshee/configure.in
1314
13152004-05-17  Zack Weinberg  <zack@codesourcery.com>
1316
1317	* gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
1318	from list of files to be touched.
1319	* convert_to_f2c, convert_to_g2c, download_f2c: Delete.
1320
13212004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1322
1323	* gennews: Update for GCC 3.4.
1324
13252004-05-13  Diego Novillo  <dnovillo@redhat.com>
1326
1327	Merge from tree-ssa-20020619-branch.
1328
1329	* filter_gcc_for_doxygen: New file.
1330	* filter_knr2ansi.pl: New file.
1331	* filter_params.pl: New file.
1332	* tree-ssa.doxy: New file.
1333	* contrib/gcc_update (files_and_dependencies): Handle
1334	libbanshee and libmudflap.
1335
13362004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
1337	    Andreas Jaeger  <aj@suse.de>
1338
1339	* gcc_update (files_and_dependencies): Insert zlib dependencies.
1340
13412004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1342
1343	* gcc_update (files_and_dependencies): libobjc/configure now
1344	depends on configure.ac, not configure.in.
1345
13462004-04-01  Kelley Cook  <kcook@gcc.gnu.org>
1347
1348	* gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
1349
13502004-03-16  Andreas Tobler  <a.tobler@schweiz.ch>
1351
1352	* gcc_update (files_and_dependencies): Insert libffi dependencies.
1353
13542004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1355
1356	* gcc_update (files_and_dependencies): Insert libada/configure.
1357
13582004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
1359
1360	* gcc_update (files_and_dependencies): Update intl/configure.in
1361	to intl/configure.ac.
1362
13632004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
1364
1365	* gcc_update (files_and_dependencies): Update fastjar/configure.in
1366	to fastjar/configure.ac
1367
13682004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
1369
1370	* gcc_update (files_and_dependencies): Remove non-existant files.
1371
13722004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
1373
1374	* gcc_update (files_generated): Revert 2003-12-18 change.
1375
13762004-01-03  Andrew Pinski  <pinskia@physics.uc.edu>
1377
1378	* gcc_update (files_and_dependencies): For gcc directory,
1379	rename configure.in to configure.ac.
1380
13812003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
1382
1383	* gcc_update (files_and_dependencies): For libjava/libltdl directory,
1384	remove acconfig.h. No longer used.
1385
13862003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
1387
1388	* gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
1389	gcc/ada/gnat_ug_* to use it.
1390
13912003-12-16  James E Wilson  <wilson@specifixinc.com>
1392
1393	* gcc_update (files_and_dependencies): For libjava/libltdl directory,
1394	rename configure.in to configure.ac, and stamp-h.in to config-h.in.
1395
13962003-12-11  Kelley Cook  <kcook@gcc.gnu.org>
1397
1398	* gcc_update (files_and_dependencies): Correct typo in the filename
1399	gnat_ug_wnt.texi.
1400
14012003-12-08  Arnaud Charlet  <charlet@act-europe.fr
1402
1403	* gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
1404	treeprs.ads.
1405
14062003-10-16  Mark Mitchell  <mark@codesourcery.com>
1407
1408	* gennews (files): Add GCC 3.3 files.
1409
14102003-08-21  Mark Mitchell  <mark@codesourcery.com>
1411
1412	* gcc_build: Fix handling of -t option.  Add -x option.
1413
14142003-07-31  Matt Kraai  <kraai@alumni.cmu.edu>
1415
1416	* texi2pod.pl: Remove extra line.
1417
14182003-07-15  Matt Kraai  <kraai@alumni.cmu.edu>
1419
1420	* texi2pod.pl: Default @itemize's parameter to @bullet.
1421
14222003-07-12  Zack Weinberg  <zack@codesourcery.com>
1423
1424	* gcc_update: gcc/acconfig.h no longer exists.
1425
14262003-07-11  Matthias Klose  <doko@debian.org>
1427
1428	* test_installed: Add options to run objc tests.
1429	In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
1430
14312003-07-04  Zack Weinberg  <zack@codesourcery.com>
1432
1433	* gcc_update: Remove gcc/intl/plural.c from list.
1434	Add new generated files intl/plural.c, intl/configure,
1435	intl/config.h.in.
1436
14372003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
1438
1439	* gcc_update (files_and_dependencies): Add
1440	gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
1441	gcc/testsuite/gcc.dg/cpp/mi1c.h.
1442
14432003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1444
1445	* paranoia.cc: Fix spelling error.
1446
1447	* analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
1448	to GCC.
1449
14502003-04-04  Mike Stump  <mrs@apple.com>
1451
1452	* compare_tests: Fix exit status and be more flexible with spacing.
1453
14542003-03-08  Phil Edwards  <pme@gcc.gnu.org>
1455
1456	* test_summary:  Add -h, print existing comments as help.
1457
14582003-03-03  H.J. Lu  <hjl@gnu.org>
1459
1460	* gcc_build: Use $GCC_CVS/$CVS instead of cvs.
1461	* gcc_update: Likewise.
1462
14632003-01-19  Alexandre Oliva  <aoliva@redhat.com>
1464
1465	* test_summary (configflags): Only use the first match.  Remove
1466	excess space.  Use sub instead of gsub where possible.  Use `none'
1467	if no configure flags were given.
1468
14692003-01-10  Loren J. Rittle  <ljrittle@acm.org>
1470
1471	* test_summary (configflags): awk portability.
1472
14732003-01-07  Alexandre Oliva  <aoliva@redhat.com>
1474
1475	* test_summary (configflags): Compute correctly with both
1476	autoconfiscated and Cygnus-style top-level.
1477
14782003-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1479
1480	* gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
1481	on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
1482	gcc/java/keyword.gperf
1483
14842002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1485
1486	* gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
1487	depending on gcc/intl/plural.y.
1488
14892002-12-28  Alexandre Oliva  <aoliva@redhat.com>
1490
1491	* gcc_update (configure): Depend on config/acx.m4 as well.
1492
1493	* gcc_update (configure): Depend on configure.in.
1494
14952002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1496
1497	* texi2pod.pl: Skip contents of @copying.
1498
14992002-11-09  Zack Weinberg  <zack@codesourcery.com>
1500
1501	* gthr_supp_vxw_5x.c: New file.
1502
15032002-10-21  Richard Henderson  <rth@redhat.com>
1504
1505	* paranoia.cc (real_c_float::image): Accomodate size of
1506	real_internal format.
1507	(main): Unbuffer stdio.  Add real_internal format.
1508	(floor_log2_wide): New.
1509
15102002-10-16  Richard Henderson  <rth@redhat.com>
1511
1512	* paranoia.cc (ENUM_BITFIELD): New.
1513	(class): Define as klass around real.h.
1514	(real_c_float): Not a template any longer; define MODE as a
1515	class static constant; use real_format elements for SIZE.
1516	Update uses of real_to_decimal and real_to_hexadecimal.
1517	(main): Change -g argument to use a format name.
1518	(mode_for_size): Remove.
1519
15202002-09-16  Richard Henderson  <rth@redhat.com>
1521
1522	* paranoia.cc: New file.
1523
15242002-09-04  Richard Henderson  <rth@redhat.com>
1525
1526	* enquire.c: Remove.
1527
15282002-08-14  Mark Mitchell  <mark@codesourcery.com>
1529
1530	* gennews (files): Add GCC 3.2 files.
1531
15322002-07-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1533
1534	* gennews (files): Add proper files for the GCC 3.1 release series.
1535	Simplify and reformat introductory wording.
1536
15372002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1538
1539	* enquire.c: Move from gcc.
1540
15412002-07-16  H.J. Lu  <hjl@gnu.org>
1542
1543	* gcc_update (touch_files): Pass -s to ${MAKE}.
1544
15452002-06-26  Zack Weinberg  <zack@codesourcery.com>
1546
1547	* texi2pod.pl: Correct handling of the internal R<> sequence.
1548
15492002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1550
1551	* gcc_update (files_and_dependencies): Add generated Texinfo files
1552	for Ada.
1553
15542002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1555
1556	* test_installed: Allow for PWDCMD to override hardcoded pwd.
1557	* test_summary: Likewise.
1558
15592002-04-18  Geoffrey Keating  <geoffk@redhat.com>
1560
1561	* gcc_update (touch_files): Don't have empty for loop.
1562
15632002-04-16  Richard Henderson  <rth@redhat.com>
1564
1565	* gcc_update: Remove libchill.
1566
15672002-03-25  Zack Weinberg  <zack@codesourcery.com>
1568
1569	* texi2pod.pl: Handle @end ftable and @end vtable.
1570
15712002-03-11  Zack Weinberg  <zack@codesourcery.com>
1572
1573	* texi2pod.pl: Handle @include, @ftable, @vtable.
1574	Reformat some code for clarity.
1575
15762002-02-24  Christian J��nsson  <c.christian.joensson@telia.com>
1577
1578	* test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
1579	WARNING and ERROR output from the *.sum files.
1580
15812002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1582
1583	* gennews (files): Replace gcc-2.95/gcc-2.95.html,
1584	gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
1585	and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
1586
15872002-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1588
1589	* gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
1590	egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
1591	egcs-1.1/index.html.
1592
15932002-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1594
1595	* warn_summary: Add -ada subdirectory flag.
1596
15972001-12-12  Matthias Klose  <doko@debian.org>
1598
1599	* texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
1600	generation of more than one man page from one source.
1601	Add '-' to set of valid chars for an identifier.
1602	Let -D option accept flags of the form <flag>=<value>.
1603	Use \s+ for whitespace detection in '@c man' lines.
1604	Handle @set and @clear independent of $output.
1605	Substitute all @value{}'s in a line.
1606
16072001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1608
1609	* texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
1610	in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
1611	and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
1612	greater than 9 in enumerations.
1613
16142001-11-07  Laurent Guerby  <guerby@acm.org>
1615
1616	* gcc_update (files_and_dependencies): Add Ada dependencies.
1617
16182001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1619
1620	* snapshot: Remove.
1621
16222001-09-07  Richard Sandiford  <rsandifo@redhat.com>
1623
1624	Revert:
1625	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
1626	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1627	touch.
1628
16292001-09-04  David.Billinghurst  <David.Billinghurst@riotinto.com>
1630
1631	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
1632	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1633	touch.
1634
1635Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
1636
1637	* analyze_brprob: Update for changes in gcc debug output.
1638
1639Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
1640
1641	* analyze_brprob: Avoid more overflows.
1642
16432001-07-27  Richard Henderson  <rth@redhat.com>
1644
1645	* test_summary: Copy LAST_UPDATED UTC time to head of summary.
1646
1647Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
1648
1649	* analyze_brprob: Avoid overflows.
1650
16512001-07-27  Richard Henderson  <rth@redhat.com>
1652
1653	* gcc_update: Dump timestamp in LAST_UPDATED.
1654
16552001-07-26  Andreas Jaeger  <aj@suse.de>,
1656	    Hans-Peter Nilsson  <hp@bitrange.com>
1657
1658	* analyze_brprob: Fix documentation.
1659
1660Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
1661
1662	* analyze_brprob: Fix awk compatibility problems; update comment.
1663
16642001-07-23  Andreas Jaeger  <aj@suse.de>
1665
1666	* analyze_brprob: Fix more typos.
1667
16682001-07-23  Andreas Jaeger  <aj@suse.de>
1669
1670	* analyze_brprob: Fix typos.
1671
16722001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1673
1674	* texi2pod.pl: Handle @r inside @item.
1675
16762001-07-02  Zack Weinberg  <zackw@stanford.edu>
1677
1678	* gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
1679
16802001-07-01  Zoltan Felleg  <zfelleg@telnet.hu>
1681
1682	* warn_summary: Fix typo in a comment.
1683
16842001-06-14  Albert Chin-A-Young  <china@thewrittenword.com>
1685
1686	* contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
1687
16882001-06-13  Mark Mitchell  <mark@codesourcery.com>
1689
1690	* gennews: Set TERM to vt100 for Lynx.
1691
16922001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1693
1694	* release: Remove.
1695
1696Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
1697
1698	* analyze_brprob: New file.
1699
17002001-06-11  Mark Mitchell  <mark@codesourcery.com>
1701
1702	* gcc_build: Output information about the commands used to
1703	configure the compiler.
1704
17052001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1706
1707	* gennews: Update for GCC 3.0.
1708
17092001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1710
1711	* gcc_update: Update for move of documentation to gcc/doc.
1712
17132001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1714
1715	* contrib/test_summary (files): Sort before evaluating.
1716
17172001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1718
1719	* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
1720
17212001-05-21  Mark Mitchell  <mark@codesourcery.com>
1722
1723	* gcc_build: Use -d when invoking gcc_update.
1724
17252001-05-18  Andreas Jaeger  <aj@suse.de>
1726
1727	* gcc_update: Add rules for libf2c/libI77.
1728
17292001-05-17  Alexandre Oliva  <aoliva@redhat.com>
1730
1731	* gcc_update (touch_files): Use simpler, yet as portable, syntax.
1732
17332001-05-14  Loren J. Rittle  <ljrittle@acm.org>
1734
1735	* gcc_update (touch_files): Enhance make portability.
1736
17372001-05-14  Alexandre Oliva  <aoliva@redhat.com>
1738
1739	* gcc_update (touch_files): Use a Makefile to touch files.
1740
17412001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1742
1743	* texi2pod.pl: Add copyright and GPL notices.
1744
17452001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1746
1747	* texi2pod.pl: Handle "\,".
1748
17492001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1750
1751	* texi2pod.pl: Fix regular expression for @r to avoid exponential
1752	recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
1753	version check.
1754
17552001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1756
1757	* warn_summary (stageNfilter): Update for recent changes in
1758	bootstrap logic.
1759
17602001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1761
1762	* texi2pod.pl: Require at least perl 5.6.0.
1763
17642001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1765
1766	* gcc_update: Add gcc/gcc.1 to generated files.
1767	* texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
1768	discarding to end of sentence with @xref where the sentence has an
1769	interior "." in markup, and handle discarding parentheses around
1770	such a sentence.
1771
17722001-01-11  Bernd Schmidt  <bernds@redhat.com>
1773
1774	* gennews: Add gcc-2.95.3.
1775
17762001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1777
1778	* texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
1779	@command.  Format URLs and email addresses in bold.
1780
17812001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1782
1783	* gcc_update: Add cpp.1 to the list of generated files.
1784
1785	* texi2pod.pl: Handle @option and @env.
1786
17872001-01-03  Mike Stump  <mrs@wrs.com>
1788
1789	* snapshot: Update to account for java libraries.
1790
17912000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
1792
1793	* test_summary: Export filesuffix, not fileprefix.
1794
17952000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1796
1797	* release: Change some EGCS references to GCC.
1798
17992000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1800
1801	* warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
1802	subdirectory flags.  Add source directory prefix filtering.
1803	Redirect diagnostic output to stderr.
1804
18052000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1806
1807	* texi2pod.pl: If multiple @c man sections with the same tag
1808	appear, concatenate them in the final output.  When skipping,
1809	ignore block commands that can't cause skipping, and honor
1810	those that can.  Ensure that verbatim blocks are separate
1811	paragraphs.
1812
18132000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1814
1815	* gcc_update: Don't touch tradcif.c or java/parse.h.
1816
18172000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
1818
1819	* texi2pod.pl: Restructure for comprehensibility, add
1820	comments.  Merge handling of @ignore and @ifxxx.  Handle a
1821	whole bunch more Texinfo commands.  Use consistent formatting
1822	style.
1823
18242000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1825
1826	* gennews: New script.
1827
18282000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1829
1830	* gcc_update: Update a comment as we now require bison for CVS users.
1831
18322000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1833
1834	* gcc_update: Add gcov.1 to the list of generated files.
1835
18362000-11-21  Mark Mitchell  <mark@codesourcery.com>
1837
1838	* gcc_build: Remove code to put information in a log file.
1839
18402000-11-19  Zack Weinberg  <zackw@stanford.edu>
1841
1842	* texi2pod.pl:
1843	  - Add real command line parsing.
1844	  - Support @ifset, @ifclear, @set, @value, -D switch.
1845	  - Support @sc.  Improve handling of @ref and friends.
1846	  - Discard @subsection, @need, @node lines.
1847	  - Un-nest font changes to match texinfo semantics.
1848	  - Handle @{ and @}.  Oops.
1849	  - Don't emit E<> directives inside verbatim blocks.
1850
18512000-11-12  Bruce Korb  <bkorb@gnu.org>
1852
1853	* release: generalize the release script a bit.
1854
1855Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
1856
1857	* gcc_build: Add -o option for setting the objdir to use.
1858
18592000-11-11  Jeff Law  <law@redhat.com>,
1860
1861	* release: New file.
1862
18632000-11-08  Jeff Law  <law@redhat.com>,
1864	    Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1865
1866	* snapshot: New file.
1867
18682000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>
1869
1870	* gcc_build (bootstrap_gcc): New function.
1871	(configure_gcc): Likewise.
1872	(build_gcc): Rewritten to use configure and bootstrap.
1873	(MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
1874
18752000-10-31  Mark Mitchell  <mark@codesourcery.com>
1876
1877	* gcc_build (MAKE): New variable.
1878	(build_gcc): Use it.  Fix logging of errors.
1879	(install_gcc): Likewise.
1880
18812000-10-29  Mark Mitchell  <mark@codesourcery.com>
1882
1883	* gcc_build: Save the output from CVS into the logfile as well.
1884
18852000-10-25  Mark Mitchell  <mark@codesourcery.com>
1886
1887	* gcc_build: Fix typos.
1888
18892000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1890
1891	* gperf-2.7-19981006.pat: Remove.
1892
18932000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1894
1895	* test_installed: Change EGCS references to refer to GCC.
1896
18972000-09-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1898
1899	* gcc_update (touch_files): Add some informative output.
1900
19012000-09-16  Andreas Jaeger  <aj@suse.de>
1902
1903	* gcc_update: Remove gcc/c-parse.gperf.
1904
19052000-08-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>,
1906	    Alexandre Oliva  <aoliva@redhat.com>
1907
1908	* gcc_update: Execute touch_files_reexec even if `cvs update`
1909	failed.
1910
19112000-08-09  Alexandre Oliva  <aoliva@redhat.com>
1912
1913	* test_summary: AWK breaks with filenames containing `='.
1914
1915Sun Jul 16 12:04:33 2000  Mark P Mitchell  <mark@codesourcery.com>
1916
1917	* gcc_build: New script.
1918
19192000-07-13  Mark Mitchell  <mark@codesourcery.com>
1920
1921	* gcc_update (files_and_dependencies): Remove generated YACC files.
1922
19232000-07-12  Mark Mitchell  <mark@codesourcery.com>
1924
1925	* gcc_update (files_and_dependencies): Remove generated YACC files.
1926
19272000-06-04  Mark Mitchell  <mark@codesourcery.com>
1928
1929	* newcvsroot: Handle filenames that contain spaces.
1930
19312000-06-03  Zack Weinberg  <zack@wolery.cumb.org>
1932
1933	* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
1934	Elide --with-gcc-version-trigger and --norecursion from
1935	configure flags.  Remove code to report status of haifa scheduler.
1936
19372000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
1938
1939	* gcc_update (self): Set to `$0'.
1940	(touch_files_reexec): Use `$self' instead of `$0'.
1941
19422000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
1943
1944	* gcc_update (touch_files_reexec): New function, run after the
1945	tree is modified.
1946
19472000-05-08  Richard Hendeson  <rth@cygnus.com>
1948
1949	* gcc_update: Remove references to inclhack.tpl.
1950
19512000-04-28  Jason Merrill  <jason@casey.cygnus.com>
1952
1953	* index-prop: Use a single pattern.  Also support *** cdiffs.
1954
19552000-04-28  Pavel Roskin  <pavel_roskin@geocities.com>
1956
1957	* index-prop: Don't change /dev/null.
1958
19592000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1960
1961	* gcc_update: Refer to GCC and gcc_update instead of egcs and
1962	egcs_update.
1963
19642000-04-26  Jonathan Larmour  <jlarmour@redhat.co.uk>
1965
1966	* index-prop: Fix occasional problem when using cvs diff -p.
1967
19682000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1969
1970	* gcc_update: Remove references to cexp.c/cexp.y.
1971
19721999-12-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1973
1974	* newcvsroot: Add check on the number of command-line arguments.
1975	Add usage.
1976
1977Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
1978
1979	* gcc_update: Allow patches compressed by bzip2.
1980
19811999-10-11  Martin v. L��wis  <loewis@informatik.hu-berlin.de>
1982
1983	* newcvsroot: New file.
1984
19851999-09-11  Craig Burley  <craig@jcb-sc.com>
1986
1987	* convert_to_f2c, convert_to_g2c, download_f2c: New file.
1988
19891999-08-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1990
1991	* gcc_update: New file.
1992	* egcs_update: Renamed to gcc_update.
1993
19941999-08-09  Robert Lipe  <robertlipe@usa.net>
1995
1996	* test_summary: Quote curly braces in 1999-07-03 change.
1997
19981999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
1999
2000	* egcs_update (files_and_dependencies): Fixed typo in
2001	gcc/cstamp-h.in.  Added gcc/config.in.
2002
20031999-07-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
2004
2005	* egcs_update (files_and_dependencies): New function, with
2006	complete list of files to be updated, as well as their
2007	dependencies.
2008	(touch_files): Check the timestamp of each generated file against
2009	its dependencies'.
2010	(main): New flags --touch, --list and --help.  Remove the
2011	pre-update step.
2012
20131999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
2014
2015	* test_summary: Replace egcs with gcc.  Update e-mail address.
2016
20171999-07-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2018	    Jerry Quinn  <jquinn@nortelnetworks.com>
2019
2020	* egcs_update (touch_files, apply_patch): New functions.
2021	Use them.  New command-line option --patch.  Split test of local
2022	tree into two parts.  Add comments.
2023
20241999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
2025
2026	* test_summary: If Target is `unix{*}', append the Target variants
2027	to Host.
2028
20291999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
2030
2031	* test_summary: Set default mail-address and version for egcs
2032	instead of relying on unpredictable pathnames.
2033	Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
2034
2035Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
2036
2037	* fixinc/*: Delete obsolete files.
2038
20391999-02-04  Robert Lipe  <robertlipe@usa.net>
2040
2041	* egcs_update: Test return values of 'cvs update'.  Propogate
2042	to caller as exit values.
2043
20441999-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2045
2046	* egcs_update: Use "if" instead of "&&".  Touch generated files
2047	only after the corresponding *.y files.
2048
20491999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2050
2051	* egcs_update: Do not use xargs, but a backquote construct.
2052
20531999-01-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
2054
2055	* test_summary (version): Remove carriage return that gawk inserts
2056	in the version string for some reason.
2057
20581998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2059
2060	* egcs_update: Only touch files that already exist.
2061
20621998-11-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
2063
2064	* test_summary (EOF): Remove double backslash.
2065	Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2066
20671998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
2068
2069	* test_summary (address): Set to egcs-testresults mailing list.
2070
20711998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
2072
2073	* test_summary (address): Added Marc Lehmann's testsuite-results
2074	to the default e-mail address.
2075
20761998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
2077
2078	* test_summary (-p, prepend_logs): Add these before the summary.
2079	(Compiler, Platform): Print these just before configflags.
2080
2081Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2082
2083	* warn_summary (longLineFilter): New shell function to encapsulate
2084	this functionality.  It is off by default, only active if -llf
2085	flag is specified.
2086	(subdirectoryFilter): Fix bug in filtering which made some
2087	subdirectory warnings erroneously appear in the toplevel set.
2088	(stageNfilter): Renamed from `stageNwarns'.  Updated to collect
2089	warnings from stage1 as well as stage0, which means warnings from
2090	outside the bootstrap directory.  Eg, the libraries, etc.
2091	(warningFilter): New shell function to encapsulate this
2092	functionality.
2093	(keywordFilter): New shell function to encapsulate this
2094	functionality.
2095
2096	Store data in a temp file rather than calculating it 3x.  Arrange
2097	to remove it on exit and signals.
2098
2099	Add -pass/-wpass flags to do "pass through" (i.e. manual
2100	inspection) of bootstrap output from a particular stageN as well
2101	as language subdirs.
2102
2103	Add better comments/documentation.
2104
2105Sat Oct 31 16:39:31 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2106
2107	* egcs_update: Add comment about keeping the FAQ synchronized.
2108
2109Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
2110
2111	* egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
2112	in the repo again.
2113
2114Fri Oct 16 07:35:00 1998  Bruce Korb  <korb@datadesign.com>
2115
2116	* egcs_update:  Added gcc/fixinc/* generated files to touch list.
2117
2118Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
2119
2120	* egcs_update: Remove gcc/java/parse.c from list of files to
2121	touch.
2122
2123Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2124
2125	* gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
2126
2127Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2128
2129	* warn_summary (subdirectoryFilter): New shell function to
2130	optionally filter in/out gcc subdirectories when summarizing
2131	warnings.  Add new flags to support subdirectory filtering.
2132
2133	Also, ensure the bootstrap stage is a number.  Add some more C
2134	keywords that are preserved in the "warning type" summary and
2135	tighten up the "arg ???" regexp.
2136
2137Tue Sep 22 07:30  Bruce Korb  <korb@datadesign.com>
2138
2139	* fixinc/inclhack.def:  Not all C++ comments in C headers
2140	were treated alike.  They are now.  Also fixed syntax
2141	of sed expression in "systypes" fix.
2142
2143	* fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
2144
2145	* egcs_update:  Added fixinc/* generated files to touch list.
2146
2147Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2148
2149	* egcs_update: Additionally touch gcc/java/parse.[ch].
2150
2151Thu Sep  9 16:48  Bruce Korb <korb@datadesign.com>
2152
2153	* fixinc/inclhack.def:  Added two files required by
2154	SCO's Open Server 5's avoid_bool fix.
2155	Regenerated fixinc.x and inclhack.sh to incorporate
2156	the update.
2157
2158Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
2159
2160	* egcs_update: Do the pass 1 CVS update only for files that
2161	may reasonably be under CVS control.
2162
21631998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
2164
2165	* test_installed: New script for testing already-installed
2166	gcc/g++/g77.
2167
2168Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2169
2170	* egcs_update: Assigned copyright to FSF.
2171
2172Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2173			  Alexandre Oliva  <oliva@dcc.unicamp.br>
2174
2175	* egcs_update: New switch --nostdflags and documentation
2176	enhancements.
2177
2178Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2179
2180	* egcs_update: New script.
2181
21821998-08-05  Bruce Korb  <korbb@datadesign.com>
2183
2184	* fixinc/Makefile
2185	Added define for target machine so machine-specific tests
2186	can be selected for or against.
2187
2188	* fixinc/fixincl.c
2189	Added an array of string pointers to machines to select
2190	or avoid, depending on a FD_MACH_IFNOT bit flag.
2191	Used a shell script to match the defined TARGET_MACHINE
2192	with any of the given match patterns.
2193
2194	* fixinc/fixincl.tpl
2195	Generate the array of strings and bit flag, as needed,
2196	depending on "mach" and "not_machine" attributes for a fix.
2197
2198	* fixinc/mkfixinc.sh
2199	Invoke the make with TARGET assigned the value of the
2200	machine name argument.
2201
2202Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
2203
2204	* compare_tests: New script.
2205
22061998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
2207
2208	* test_summary: Assigned copyright to FSF.
2209
2210Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2211
2212	* test_summary: Corrected script name in comments providing
2213	documentation.  Added linebreaks for lines with > 80 characters.
2214
2215Fri Jun 19 02:36:59 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
2216
2217	* test_summary: New switch, -i, and environment variable,
2218	append_logs, for including files in the report.
2219
22201998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
2221
2222	* warn_summary: Update to Kaveh's latest version allowing to
2223	specify the last stage built.
2224
22251998-05-29  Bruce Korb  <korbb@datadesign.com>
2226
2227	* fixinc/mkfixinc.sh
2228	Changes to make it easier to invoke on platforms that
2229	normally do not invoke fixincludes.
2230
2231	* fixinc/inclhack.def
2232	Applied fixes from egcs/gcc/fixincludes from the past several
2233	months.
2234
22351998-05-28  Bruce Korb  <korbb@datadesign.com>
2236
2237	* fixinc/*: Updated most everything for a first real
2238	try at getting "fast_fixincludes" working.
2239
22401998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
2241
2242	* index-prop: New file.
2243
2244Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
2245
2246	* test_summary: find good awk (copied from warn_summary).
2247
2248Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
2249
2250	* test_summary, warn_summary: New files
2251