]> git.ipfire.org Git - thirdparty/gcc.git/blame - contrib/ChangeLog
Revert "ipa/63470 add testcase"
[thirdparty/gcc.git] / contrib / ChangeLog
CommitLineData
84c3b07e 12015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2
3 * config-list.mk (LIST): Add visium-elf.
4
ed3d22cc 52015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6
7 * config-list.mk: Use shortest match for OPT to find the actual
8 target name.
9
b3fba4be 102014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11
12 * dg-extract-results.sh: Use --text with grep to avoid issues with
13 binary files. Fall back to cat -v, if that doesn't work.
14
98877134 152014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
16
17 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
18
d10a337d 192014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
20 Yury Gribov <y.gribov@samsung.com>
21
22 * vimrc: New file.
23
06675166 242014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
25
26 * check_GNU_style.sh: Warn for incorrect number of spaces in function
27 call only if 0 or 2+ spaces found.
28
39876acc 292014-12-02 Tobias Burnus <burnus@net-b.de>
30
31 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
32
4cf91037 332014-11-25 Tom de Vries <tom@codesourcery.com>
34 Peter Bergner <bergner@vnet.ibm.com>
35
36 * mklog: Handle .mklog. Use git setting independent of presence .git
37 directory.
38
d5f9f518 392014-11-14 Tom de Vries <tom@codesourcery.com>
40
41 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
42 to orig_diff_lines. Use orig_diff_lines when appending patch.
43
863e76f9 442014-11-11 David Malcolm <dmalcolm@redhat.com>
45
46 * ChangeLog.jit: New.
47 * jit-coverage-report.py: New file: a script to print crude
48 code-coverage information for the libgccjit API.
49
a54b3d77 502014-11-11 Marat Zakirov <m.zakirov@samsung.com>
51
52 * mklog: Symbol '}' stops search for changes.
53
69ec49d1 542014-11-11 Tobias Burnus <burnus@net-b.de>
55
56 * download_prerequisites: Stop downloading CLooG.
57
daf8408d 582014-11-07 Marat Zakirov <m.zakirov@samsung.com>
59
60 * mklog: Always doubt in functions.
61 Add EOF protection.
62
10e64fba 632014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
64
65 * config-list.mk: Don't build Go for certain targets.
66
f230ef81 672014-10-04 Trevor Saunders <tsaunders@mozilla.com>
68
69 * compare-all-tests: Don't test score-*.
70 * config-list.mk: Likewise.
71
b1f3c323 722014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
73
74 * dg-extract-results.py (output_variation): Always sort if do_sum.
75
3979f787 762014-09-22 Tom de Vries <tom@codesourcery.com>
77
78 * mklog: Add --inline option.
79
ffec7e05 802014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
81
82 * dg-extract-results.py (Prog.result_re): Include options in test name.
83
6c352a95 842014-09-19 Olivier Hainque <hainque@adacore.com>
85
86 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
87
db155817 882014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
89
90 * config-list.mk (LIST): Add v850-rtems.
91
db01f0ef 922014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
93
94 * config-list.mk (LIST): Add arm-rtems.
95 Add nios2-rtems. Remove extra option from powerpc-rtems.
96
f67c2dde 972014-09-08 Trevor Saunders <tsaunders@mozilla.com>
98
99 * compare-all-tests: Don't test picochip.
100 * config-list.mk: Likewise.
101
6be49d57 1022014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
103
104 * texi2pod.pl (postprocess): Move command process for '@sc' to the
105 front of '@dfn'. Add a new command process for '@t{...}', just print
106 the content.
107
430c950d 1082014-07-21 Trevor Saunders <tsaunders@mozilla.com>
86b6b74f 109 Yury Gribov <y.gribov@samsung.com>
430c950d 110
86b6b74f 111 * mklog: Run mklog as a filter.
112
1132014-07-21 Trevor Saunders <tsaunders@mozilla.com>
114
115 * mklog: Read name and email from git config when available.
430c950d 116
2f5b0585 1172014-06-28 Richard Biener <rguenther@suse.de>
118
119 * gennews: Use gcc-3.0/index.html.
120
5117df9d 1212014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
122
123 * dg-extract-results.py: For Python 3, force sys.stdout to handle
124 surrogate escape sequences.
125 (safe_open): New function.
126 (output_segment, main): Use it.
127
b0a02254 1282014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
129
130 * dg-extract-results.py (Named): Remove __cmp__ method.
131 (output_variation): Use a key to sort variation.harnesses.
132
9f67f7b5 1332014-05-24 Uros Bizjak <ubizjak@gmail.com>
134
135 * texi2pod.pl: Force .pod file to not be a numbered list.
136
6ff3f14f 1372014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
138
139 * dg-extract-results.py (parse_run): Handle warnings that are printed
140 before a test harness is run.
141
7762c490 1422014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
143
144 * config-list.mk (show): New target.
145
e5284f78 1462014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
147
148 * dg-extract-results.py: New file.
149 * dg-extract-results.sh: Use it if the environment seems suitable.
150
3efb5d22 1512014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
152
153 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
154
ee952b12 1552013-04-22 Jakub Jelinek <jakub@redhat.com>
156
157 * gennews (files): Add files for GCC 4.9.
158
2da35515 1592014-02-24 Walter Lee <walt@tilera.com>
160
161 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
162
c59e4c48 1632014-02-13 Richard Biener <rguenther@suse.de>
164
165 * download_prerequisites: Update ISL and CLOOG versions.
166
a61fc88e 1672014-01-31 Brooks Moses <bmoses@google.com>
168
169 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
170
0ef68fe5 1712014-01-29 Yury Gribov <y.gribov@samsung.com>
172
173 * mklog: Improve support of context diffs.
174
463d1e8d 1752014-01-21 Tatiana Udalova <t.udalova@samsung.com>
176
177 * mklog: Avoid adding falsely changed functions to ChangeLog.
178
de65406d 1792013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
180
181 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
182 ordering of some configs.
183
a54caa56 1842013-12-23 Yury Gribov <y.gribov@samsung.com>
185
186 * mklog: Automatically insert comments in trivial cases.
187
a2f6b7ee 1882013-12-19 Yury Gribov <y.gribov@samsung.com>
189
190 * mklog: Split generated message in parts.
191
eae21ed1 1922013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
193
194 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
195
35c2ed73 1962013-10-29 Tobias Burnus <burnus@net-b.de>
197
198 * gcc_update (files_and_dependencies): Add rules for
199 libcilkrts.
200
84214a04 2012013-10-11 Thomas Schwinge <thomas@codesourcery.com>
202
203 * gcc_update (files_and_dependencies): Fix rule for
204 libgomp/testsuite/Makefile.in.
205
3c867e46 2062013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
207
208 * config-list.mk: Add arc configurations.
209
0b284b3e 2102013-09-27 Diego Novillo <dnovillo@google.com>
211
212 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
213
e4a25868 2142013-09-12 DJ Delorie <dj@redhat.com>
215
216 * config-list.mk: Add msp430-elf.
217
7cc38d3f 2182013-08-31 Diego Novillo <dnovillo@google.com>
219
220 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
221
60300738 2222013-08-29 Mike Stump <mikestump@comcast.net>
223
224 * gcc_update (configure): Update to handle svn 1.8.1.
225
21ebaa24 2262013-08-03 Caroline Tice <cmtice@google.com>
b710ec85 227
228 * gcc_update: Add libvtv files.
9f67f7b5 229
24fad52b 2302013-06-06 Brooks Moses <bmoses@google.com>
231
232 * testsuite-management/validate_failures.py: Fix handling of
233 summary lines with "|" characters or empty description fields.
234
93469932 2352013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
236
237 * download_prerequisites: Download isl and cloog conditionally.
238
5200ae0b 2392013-05-21 David Malcolm <dmalcolm@redhat.com>
240
72524e91 241 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
5200ae0b 242
062ed845 2432013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
244
245 * config-list.mk (LIST): Add -enable-obsolete for
246 sparc-sun-solaris2.9, i686-solaris2.9.
247
01849529 2482013-05-13 Mike Stump <mikestump@comcast.net>
249
250 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
251 X 10.8.3 doesn't like long lines (those 2055 characters or more).
252
0fc6925b 2532013-04-22 Sofiane Naci <sofiane.naci@arm.com>
254
255 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
256
824ba7e6 2572013-04-18 Diego Novillo <dnovillo@google.com>
258
259 * validate_failures.py: Fix typo.
260
6f252279 2612013-04-18 Diego Novillo <dnovillo@google.com>
262
263 * validate_failures.py: Loosen check for build directory.
264 State what failed if we couldn't find the source tree or
265 the target triplet.
266
c74ed189 2672013-03-22 Jakub Jelinek <jakub@redhat.com>
268
269 * gennews (files): Add files for GCC 4.8.
270
e4182cc9 2712013-03-06 Tobias Burnus <burnus@net-b.de>
272
273 * make-obstacks-texi.pl: New.
274
7f6b4def 2752013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
276
277 * make_sunver.pl: Enforce C locale.
278
afc0fa9d 2792013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
280
281 * update-copyright.py: Add libdecnumber to the default list.
282 Remove libquadmath and libssp.
283
8dcb4416 2842013-02-06 Diego Novillo <dnovillo@google.com>
285
286 * testsuite-management/validate_failures.py: Fix typo.
287
ae35a493 2882013-02-06 Diego Novillo <dnovillo@google.com>
289
290 * testsuite-management/validate_failures.py: Update
291 Copyright years.
292 Request contributions not to use Python features newer
293 than 2.4.
294 (GetBuildData): If this is not a build directory,
295 emit an error only if --results or --manifest are missing.
296
72fb5d67 2972013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
298
299 * testsuite-management/validate_failures.py
300 (IsInterestingResult): Fix performance regression
301
5cd5c3c9 3022013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
303
105ea690 304 * update-copyright.py: New file.
5cd5c3c9 305
c74ed189 3062013-01-15 David Blaikie <dblaikie@gmail.com>
919059f7 307
308 * dg-extract-results.sh: Handle KPASSes.
309
45def795 310 * dg-extract-results.sh: Constrain the start-of-log pattern.
311
5932870a 312 * dg-extract-results.sh: Fix order of summary counts.
313
48b5e373 3142012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
315
316 * testsuite-management/validate_failures.py
317 (IsInterestingResult): Only strip line a second time if we did split.
318 Rephrase return statement while at it.
319 (CollectSumFiles): Also ignore .git directory.
320
286a89a0 3212012-12-03 Diego Novillo <dnovillo@google.com>
322
323 * testsuite-management/validate_failures.py: Fix stale
324 use of 'options'.
325
dbfd2fa2 3262012-11-30 Doug Evans <dje@google.com>
327
3f854611 328 * testsuite-management/validate_failures.py: Add support for @include,
329 @remove directives in manifest files.
330
dbfd2fa2 331 * testsuite-management/validate_failures.py: Add function
332 GetManifestPath. New global _MANIFEST_SUBDIR.
333
dedecfbe 3342012-11-29 Doug Evans <dje@google.com>
335
bf330a11 336 * testsuite-management/validate_failures.py: Remove pass/fail
337 indicator from result of GetBuildData.
338
53632709 339 * testsuite-management/validate_failures.py: Store options in global
340 variable _OPTIONS.
341
b1a8f063 342 * testsuite-management/validate_failures.py: Rename variable
343 manifest_name to manifest_path everywhere.
344
dedecfbe 345 * testsuite-management/validate_failures.py (CompareBuilds): Pass
346 options.results to GetSumFiles for clean build.
347
4ac21e63 3482012-11-28 Doug Evans <dje@google.com>
349
5475e2d3 350 * testsuite-management/validate_failures.py: Use <target_alias> instead
351 of <target>. Minor whitespace changes.
352
4ac21e63 353 * testsuite-management/validate_failures.py: Record ordinal with
354 TestResult.
355
5d128787 3562012-11-19 Mike Stump <mikestump@comcast.net>
357
358 * compare_tests: Add export LC_ALL=C to make sort happier.
359
448a7915 3602012-11-14 H.J. Lu <hongjiu.lu@intel.com>
361
362 * gcc_update: Update libsanitizer generated files.
363
f5928296 3642012-11-12 Tobias Burnus <burnus@net-b.de>
365
366 * gcc_update: Add libquadmath generated files.
367
de7fbd4e 3682012-11-12 H.J. Lu <hongjiu.lu@intel.com>
369
370 * gcc_update: Add libsanitizer generated files.
371
24444dcd 3722012-11-05 Lawrence Crowl <crowl@google.com>
373
374 * compare_two_ftime_report_sets: New.
375
294dbb62 3762012-11-02 Diego Novillo <dnovillo@google.com>
377
378 * testsuite-management/validate_failures.py: Add option
379 --clean_build to compare test results against another
380 build.
381
74e224b6 3822012-10-31 Diego Novillo <dnovillo@google.com>
383
384 * testsuite-management/validate_failures.py: Fix parsing
385 of summary lines.
386
e43ff6d4 3872012-10-29 Diego Novillo <dnovillo@google.com>
388
389 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
390
333f79f1 3912012-10-06 Diego Novillo <dnovillo@google.com>
392
393 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
394
5a8f4e9d 3952012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
396
397 * check_GNU_style.sh: Remove temporay file upon exit.
398
cbbcbf86 3992012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
400
401 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
402 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
403 Use --enable-obsolete for picochip-elf.
404
44021fa2 4052012-09-10 Diego Novillo <dnovillo@google.com>
406
407 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
408
da254aef 4092012-09-04 Eric Botcazou <ebotcazou@adacore.com>
410
411 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
412
e5bc8c9f 4132012-08-24 Diego Novillo <dnovillo@google.com>
414
415 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
9f67f7b5 416
35a27ee8 4172012-08-14 Diego Novillo <dnovillo@google.com>
418
419 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
420
8b65bc29 4212012-08-13 Diego Novillo <dnovillo@google.com>
422
423 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
424 comment.
425
bfcdcf10 4262012-08-13 Diego Novillo <dnovillo@google.com>
427
428 * testsuite-management/validate_failures.py (ParseSummary): Fix
429 comment.
430
83ab857b 4312012-08-13 Diego Novillo <dnovillo@google.com>
432
433 * testsuite-management/validate_failures.py: Import datetime.
434 (TestResult.ExpirationDate): New.
435 (TestResult.HasExpired): New.
436 (ParseSummary): Call it. If it returns True, warn that the
437 expected failure has expired and do not add it to the set of
438 expected results.
439 (GetResults): Clarify documentation.
440
ec72a41a 4412012-07-26 Diego Novillo <dnovillo@google.com>
442
443 * testsuite-management/validate_failures.py: Do not use
444 'with ... as ...' constructs.
445
d8364a08 4462012-07-19 Diego Novillo <dnovillo@google.com>
447
448 * testsuite-management/validate_failures.py (CollectSumFiles):
449 Rename from GetSumFiles.
450 (GetSumFiles): Factor out of CheckExpectedResults.
451 (CheckExpectedResults): Call it.
452 (ProduceManifest): Call it.
453
02b988a4 4542012-07-18 Diego Novillo <dnovillo@google.com>
455
456 * testsuite-management/validate_failures.py: Fix
457 /usr/bin/python invocation.
458
f16c00a6 4592012-06-19 Steven Bosscher <steven@gcc.gnu.org>
460
461 * check_makefile_deps.sh: Look for c-common.o in c-family/.
462 Add a few more crt* files to the list of files to skip.
463
6d3325f8 4642012-05-31 Marek Polacek <polacek@redhat.com>
465
466 * mklog: Prevent printing three spaces after the date.
467
790b9b0b 4682012-06-04 Diego Novillo <dnovillo@google.com>
469
470 * testsuite-management/validate_failures.py (GetResults):
471 Change argument to accept list of summary files to analyze.
472 Update callers.
473 (CheckExpectedResults): Handle options.manifest, options.results
474 and options.ignore_missing_failures.
475 (Main): Add options --manifest, --results and --ignore_missing_failures.
476
47e8b7ae 4772012-05-31 Diego Novillo <dnovillo@google.com>
478 Cary Coutant <ccoutant@google.com>
479
480 * mklog: New.
481
bb9d88f1 4822012-05-25 H.J. Lu <hongjiu.lu@intel.com>
483
484 PR bootstrap/53472
485 * contrib/compare-debug (remove_comment): New function.
486 Remove any .comment sections if the first cmp failed.
487
b6134b3a 4882012-05-09 David Edelsohn <dje.gcc@gmail.com>
489
490 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
491
6db1d2ca 4922012-05-01 Richard Henderson <rth@redhat.com>
493
494 * gcc_update: Add libatomic generated files.
495
58f94e6b 4962012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
497
498 * compare_tests: Append '/' to make 'find' traverse
499 symlinked directories.
500
b20d3dc6 5012012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
502
503 * testsuite-management/validate_failures.py (GetBuildData): Use
504 target_alias.
505
592606a5 5062012-04-06 Doug Evans <dje@google.com>
507
508 * dg-extract-results.sh: Handle KFAILs.
509
5641963c 5102012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
511
512 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
513
1f62cb44 5142012-03-13 Joseph Myers <joseph@codesourcery.com>
515
516 * gennews (files): Add files for GCC 4.7.
517
1f7e141e 5182012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
519
520 * config-list.mk (LIST): Remove mips-openbsd.
521
126b6848 5222012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
523
524 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
525
bf5fc662 5262012-03-02 Diego Novillo <dnovillo@google.com>
527
528 * testsuite-management/validate_failures.py (class TestResult): Fix
529 match pattern for the summary line. If there is a parsing failure,
530 show the line we failed to parse.
531
fb6822c1 5322012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
533
534 PR libstdc++/52188
535 * make_sunver.pl: Remove #ifdef handling.
536
12c0b40c 5372012-02-17 Doug Kwan <dougkwan@google.com>
538
539 * contrib/testsuite-management/validate_failures.py
540 (GetMakefileValue): Check for cross compilers.
541
839c4f22 5422012-02-15 Quentin Neill <quentin.neill@amd.com>
543
544 * compare_tests: Fix trailing paths in dir arguments.
545 Handle sum1/sum2 temp files with others.
546
7ce78e23 5472012-02-14 Walter Lee <walt@tilera.com>
548
549 * config-list.mk (LIST): Add tilegx-linux-gnu and
550 tilepro-linux-gnu.
551 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
552 (gcc/config/tilepro/mul-tables.c): New dependencies.
553
ad428633 5542012-02-11 Mike Stump <mikestump@comcast.net>
555
556 * compare_tests (exit_status): Fix.
557
1091a9c0 5582012-02-10 Diego Novillo <dnovillo@google.com>
559
560 * repro_fail: Add --debug and --debug-tui flags.
561
c74ed189 5622012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
563 Jayant R Sonar <jayant.sonar@kpitcummins.com>
b9fdd12b 564
565 * config-list.mk (LIST): Add cr16-elf.
566
b32bc361 5672012-01-02 Georg-Johann Lay <avr@gjlay.de>
568
569 PR target/51345
570 * gcc_update (files_and_dependencies): Add
571 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
572
78e515f7 5732011-11-29 DJ Delorie <dj@redhat.com>
574
575 * config-list.mk (LIST): Add rl78-elf.
576
2e44db0a 5772011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
578
579 * make_sunver.pl: Convert '?' in glob patterns to '.'.
580
4c0315d0 5812011-11-07 Richard Henderson <rth@redhat.com>
582
583 Merged from transactional-memory.
584
585 * gcc_update: Add libitm to touch data.
586
cd652b25 5872011-11-07 Quentin Neill <quentin.neill@amd.com>
588
589 * compare_tests: Add ability to compare all .sum
590 files from two build directories.
591
d19f5793 5922011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
593
594 * contrib-list.mk: Add Epiphany configurations.
595
5eb8d002 5962011-09-13 Diego Novillo <dnovillo@google.com>
597
598 * testsuite-management: New.
599 * testsuite-management/validate_failures.py: New.
600
e438ed40 6012011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
602
603 * gcc_update: Determine svn branch from hg convert_revision.
604
4d72c922 6052011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
606
607 * config-list.mk (i586-netware): Remove.
608 (.PHONY): Remove make-script-dir dependency.
609 (make-script-dir): Remove.
610 ($(LIST)): Remove make-script-dir dependency.
611
5aa04b01 6122011-07-15 Bernd Schmidt <bernds@codesourcery.com>
613
614 * gcc_update: Add C6X generated files.
615 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
616
9c4d9903 6172011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
618
619 * config-list.mk (LIST): Append OPT-enable-obsolete to
620 alpha-dec-osf5.1, mips-sgi-irix6.5.
621
7aabd8e2 6222011-06-24 Diego Novillo <dnovillo@google.com>
623
624 * repro_fail: New.
625
c1535dd2 6262011-06-21 Joseph Myers <joseph@codesourcery.com>
627
628 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
629
bcbb3950 6302011-05-19 Joseph Myers <joseph@codesourcery.com>
631
632 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
633 gcc/config/arm/arm-fpus.def.
634
d41a5879 6352011-05-10 Joseph Myers <joseph@codesourcery.com>
636
637 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
638 dependencies.
639
64bd95e1 6402011-05-09 Joseph Myers <joseph@codesourcery.com>
641
642 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
643
34618b31 6442010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
645
646 * config-list.mk: New file.
647
d078aadd 6482011-05-02 Joseph Myers <joseph@codesourcery.com>
649
650 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
651
cdd0bb4b 6522011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 * paranoia.cc (ENUM_BITFIELD): Remove.
655
9a4818f1 6562011-04-08 Joseph Myers <joseph@codesourcery.com>
657
658 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
659
17b3d2a8 6602011-03-22 Joseph Myers <joseph@codesourcery.com>
661
662 * compare-all-tests (all_targets): Remove crx and m68hc11.
663
4180f00a 6642011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
665
666 PR bootstrap/48135
667 * make_sunver.pl: Don't use File::Glob.
668
73480e15 6692011-03-05 Joseph Myers <joseph@codesourcery.com>
670
671 * gennews (files): Add files for GCC 4.6.
672
cbcf806f 6732011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
674
675 * patch_tester.sh (nopristinecache): New shell var, set according
676 to presence or absence of new -nopristinecache option.
677 (usage): Document new option.
678 (bootntest_pristine): Implement it.
679
bf13da9f 6802010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
681
682 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
683 readelf -s otherwise.
684
beeca9ec 6852010-11-08 Eric Botcazou <ebotcazou@adacore.com>
686
687 * make_sunver.pl: Ignore entries without symbol name first. Then do
688 not ignore symbols marked as 'R'.
689
210263ee 6902010-10-18 Andi Kleen <ak@linux.intel.com>
691
692 * gccbug.el: Remove.
693
5a80f21c 6942010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
695
696 * gcc_update: Run $GCC_HG pull and update separately.
697 Check parents for SVN revision.
698
0d387a7b 6992010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
700
701 * test_recheck: New script.
702
12786727 7032010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
704
705 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
706 Also escape characters with grave accents, to be fixed ...
707 (unmunge): ... here.
708 (postprocess): Also handle @/ and @acronym{...}.
709
bf610bb7 7102010-07-02 Sebastian Pop <sebastian.pop@amd.com>
711
712 * check_GNU_style.sh: Do not print warning messages when there are
713 no occurences.
714
3ca46d61 7152010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
716
717 * gcc_update: Handle hg, too.
718
dccdc007 7192010-07-08 Eric Botcazou <ebotcazou@adacore.com>
720
721 * make_sunver.pl: Remove extra whitespace in regexp.
722
41682c11 7232010-07-02 Sebastian Pop <sebastian.pop@amd.com>
724
725 * check_GNU_style.sh: New.
726
55f10c87 7272010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
728
729 * make_sunver.pl: New file.
730
3d6b3bc9 7312010-07-02 Iain Sandoe <iains@gcc.gnu.org>
732
733 * compare-debug (Darwin): Remove '-x' flag from ld-based object
734 stripping. Add a comment as to why we do it this way.
735
f3255772 7362010-06-20 Alexandre Oliva <aoliva@redhat.com>
737
738 * compare-debug: Drop LTO sections.
739
5e9e5d82 7402010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
741
742 * gcc_update: Support updating a git clone.
743
80adfc2d 7442010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
745
746 * test_summary: Don't use diff -u.
747 Adapt egrep regex.
748
598c94e1 7492010-06-02 Andrew Haley <aph@redhat.com>
750
751 * download_prerequisites: New script.
752
b1383b01 7532010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
754
755 * dg-extract-results.sh: Redirect grep output to /dev/null instead
756 of grep -q.
757
7da6fed2 7582010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
759
760 * gcc_update: Sets the locale to C.
761
c5135d21 7622010-04-06 Joseph Myers <joseph@codesourcery.com>
763
764 * gennews (files): Add files for GCC 4.5.
765
44943e33 7662010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
767
768 Fix *.log tests output containing "===".
769 * dg-extract-results.sh (/\===/): Rename to ...
770 (/^\t\t=== .* ===$/): ... this pattern.
771
5647a521 7722010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
773
774 * dg-extract-results.sh: Fix result order to match sequential case.
775
f5763863 7762010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
777
778 * check_warning_flags.sh: Use \012 instead of \n with tr.
779
1280b0ae 7802010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
781
782 * dg-extract-results.sh: Don't use tail -n.
783
7bfefa9d 7842009-10-03 H.J. Lu <hongjiu.lu@intel.com>
785 Richard Guenther <rguenther@suse.de>
786
787 PR lto/39216
788 * gcc_update: Adjust file timestamps for lto-plugin.
789
077917c7 7902009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
791
792 PR bootstrap/41245
793 * compare-debug: Handle stripping of dwarf debug sections from darwin
794 mach-o objects.
795
1261663e 7962009-09-04 Alexandre Oliva <aoliva@redhat.com>
797
798 * compare-debug: Grep for blank before dash to avoid grep -e.
799
14151756 8002009-09-01 Alexandre Oliva <aoliva@redhat.com>
801
802 * compare-debug: Look for .gkd files and compare them.
803
e29ced43 8042009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
805
806 PR testsuite/41166
807 * test_summary: Invoke config.status, rather than trying to
808 parse it. Adjust awk script.
809
dfd3ea34 8102009-08-18 Alexandre Oliva <aoliva@redhat.com>
811
812 * compare-debug: Drop .eh_frame relocations too.
813
6a23d9c2 8142009-08-18 H.J. Lu <hongjiu.lu@intel.com>
815
816 PR testsuite/40704
9f67f7b5 817 * test_summary: Filter out "\r".
6a23d9c2 818
e1f3b609 8192009-06-02 Alexandre Oliva <aoliva@redhat.com>
820
821 * compare-debug: Don't fail just because of .eh_frame differences.
822
f4ebb544 8232009-04-27 Jakub Jelinek <jakub@redhat.com>
824
825 PR testsuite/39807
826 * dg-extract-results.sh: Close open files and use >> instead of >
827 to decrease number of concurrently open files from awk. Avoid
828 = at the beginning of a regexp and redirect to a file determined
829 by curfile variable rather than concatenated strings to workaround
830 Solaris nawk bug.
831
4e30bc15 8322009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
833
834 * test_summary: Only include LAST_UPDATED if it exists.
835 Complete copyright years.
836
0b35ccd7 8372009-04-16 Paolo Bonzini <bonzini@gnu.org>
838
839 * compare-all-tests: New.
840
9407a2f6 8412009-04-14 Jakub Jelinek <jakub@redhat.com>
842
843 * gennews (files): Reference GCC 4.4 web pages.
844
6bc9506f 8452009-04-09 Jakub Jelinek <jakub@redhat.com>
846
847 * reghunt/date_based/reg_periodic: Change copyright header to refer
848 to version 3 of the GNU General Public License and to point readers
849 at the COPYING3 file and the FSF's license web page.
850 * reghunt/date_based/reg_search: Likewise.
851 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
852 * regression/btest-gcc.sh: Likewise.
853 * regression/objs-gcc.sh: Likewise.
854
d7381490 8552009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
856
857 * check_warning_flags.sh: Update flag exceptions.
858
da982362 8592008-11-18 Ben Elliston <bje@au.ibm.com>
860
861 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
862 be opened; print a more meaningful error instead.
863
a0d20ccb 8642008-10-24 Janis Johnson <janis187@us.ibm.com>
865 Jakub Jelinek <jakub@redhat.com>
866
867 * dg-extract-results.sh: New file.
868
36eba48c 8692008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
870
871 * check_makefile_deps.sh: New file.
872
2790cbc8 8732008-05-08 Sebastian Pop <sebastian.pop@amd.com>
874
875 * patch_tester.sh (report): Do not print "Checker: ".
876
cc11bee5 8772008-04-23 Sebastian Pop <sebastian.pop@amd.com>
878
879 * patch_tester.sh (report): Do not print the time.
880
eae7da65 8812008-04-01 Joseph Myers <joseph@codesourcery.com>
882
883 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
884 Handle @heading. Handle enumerated lists with starting numbers
885 and extra headings.
886
884d258e 8872008-03-10 Janis Johnson <janis187@us.ibm.com>
888
889 * patch_tester.sh (initialization): Initialize svnpatch and stop.
9f67f7b5 890 (usage): Add -svnpath and -stop.
884d258e 891 (makedir): New.
892 (argument handling): Process -stop and -svnpath.
893 (setup code): Use makedir, error out if initial svn checkout fails.
894 (update): Use svnpath. Invoke contrib/gcc_update.
895 (apply_patch): Require that patch was created at top level. Use eval
896 with option variables. Don't use bootstrap target for make. Verify
897 that some tests were run.
898 (bootntest_patched): Use snvpath.
899 (main loop): For -stop, exit when there are no more patches to test.
900
2c3b9819 9012008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
902
903 * check_warning_flags.sh: Instead of invoke.texi, take the path
904 to the doc directory as argument. Check that warnings listed in
905 'gcc --help' are accepted by the compiler, and listed in the
906 manuals.
907
1c4e2127 9082008-03-06 Tom Tromey <tromey@redhat.com>
909
910 * patch_tester.sh (usage): Watermark is not lexicographic.
911 Load $STATE/defaults if it exists.
912 (selfexec): Use $0.
913 (apply_patch): Handle deletions.
914 (bootntest): Handle default settings.
915
7dfd128a 9162008-03-05 Jakub Jelinek <jakub@redhat.com>
917
918 * gennews (files): Reference GCC 4.3 web pages.
919
0007fbef 9202008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
921
922 * check_warning_flags.sh: New file.
923
99c77e32 9242008-01-25 Joseph Myers <joseph@codesourcery.com>
925
926 * paranoia.cc (main): Remove handling of c4x_single and
927 c4x_extended formats.
928
030ffd5e 9292007-12-26 Sebastian Pop <sebastian.pop@amd.com>
930
931 * compareSumTests3: Changed to GPLv3.
932 * prepare_patch.sh: Same.
933 * uninclude: Same.
934 * dglib.pm: Same.
935 * gennews: Same.
936 * texi2pod.pl: Same.
937 * analyze_brprob: Same.
938 * gcc_build: Same.
939
85eae184 9402007-12-26 Sebastian Pop <sebastian.pop@amd.com>
941
942 * patch_tester.sh: Changed to GPLv3.
943
786d3037 9442007-12-15 Sebastian Pop <sebastian.pop@amd.com>
945
946 * patch_tester.sh: Don't save the script anymore.
947
4cf9e8ab 9482007-12-15 Sebastian Pop <sebastian.pop@amd.com>
949
950 * patch_tester.sh: New.
951 * prepare_patch.sh: New.
952
8b96682a 9532007-11-26 Alexandre Oliva <aoliva@redhat.com>
954
955 * compare-debug: Introduce -p flag to preserve .stripped files.
956
e3d2159e 9572007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
958
959 * texi2pod.pl: Handle @asis.
960 (postprocess): Move @gccoptlist{} after all formatting commands.
9f67f7b5 961
800c7017 9622007-10-01 Alexandre Oliva <aoliva@redhat.com>
963
964 * compare-debug: Avoid spurious errors when .stripped files
965 exist.
966
64636de3 9672007-09-22 Hans-Peter Nilsson <hp@axis.com>
968
969 * warn_summary (srcdirFilter): Add fixincludes, sim,
970 newlib and mpfr.
971
b770e72c 9722007-08-23 H.J. Lu <hongjiu.lu@intel.com>
973
974 * gcc_update: Handle different URL paths and tags.
975
5b542315 9762007-08-16 Alexandre Oliva <aoliva@redhat.com>
977
978 * compare-debug: New.
979
74d1e4d9 9802007-08-16 H.J. Lu <hongjiu.lu@intel.com>
c74ed189 981 Andreas Schwab <schwab@suse.de>
74d1e4d9 982
983 * gcc_update: Use "svn info" for revision number. Create
984 gcc/REVISION with branch name and revision number.
985
b2e02dcc 9862007-08-10 Diego Novillo <dnovillo@google.com>
987
988 * gcc.doxy: Rename from tree-ssa.doxy.
989
bb8eb6f1 9902007-08-10 Diego Novillo <dnovillo@google.com>
991
992 * tree-ssa.doxy: Update for doxygen 1.5.
993 Include all the files in the middle and back ends.
994
68f3ee71 9952007-06-30 Hans-Peter Nilsson <hp@axis.com>
996
997 * gcc_update (files_and_dependencies): Handle
786d2934 998 gcc/testsuite/gcc.dg/cpp/direct2s.c.
68f3ee71 999
4a4ffe65 10002007-05-13 Mark Mitchell <mark@codesourcery.com>
1001
1002 * gennews (files): Reference GCC 4.2 web pages.
1003
5ce1a5e5 10042007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
1005
1006 * texi2pod.pl: Correct handling of @itemize with no argument.
1007
e3b2e075 10082007-03-17 Hans-Peter Nilsson <hp@axis.com>
1009
1010 * uninclude: New utility, from Alexandre Oliva.
1011
aad3c56b 10122007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
1013
1014 * test_installed: Adjust to the move from g77 to gfortran.
1015
ad8630a6 10162007-02-16 Matthias Klose <doko@debian.org>
1017
1018 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
1019
285e1774 10202007-02-10 Hans-Peter Nilsson <hp@axis.com>
1021
1022 * test_summary (configflags): Adjust for changes in the
1023 config.status format due to update to autoconf 2.59.
1024
b632caf4 10252007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1026
1027 * gcc_update: Update for configure.in -> configure.ac.
1028
2eed23eb 10292007-02-06 Richard Sandiford <richard@codesourcery.com>
1030
1031 * texi2pod.pl: Handle @multitable.
1032
573c8db9 10332007-01-15 Tom Tromey <tromey@redhat.com>
1034
1035 * download_ecj: New file.
1036
5d8c6154 10372006-09-27 Matthew Sachs <msachs@apple.com>
1038
1039 * compareSumTests3: POD syntax fix.
1040
3bdbfcd2 10412006-09-27 Matthew Sachs <msachs@apple.com>
1042
1043 * dglib.pm: Initial commit.
1044 * compareSumTests3: Initial commit.
1045
33bef129 10462006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
1047
1048 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
1049 and not non-existing nm[old].
1050
108cf177 10512006-07-06 Paul Eggert <eggert@cs.ucla.edu>
1052
1053 Port to hosts whose 'sort' and 'tail' implementations
1054 treat operands with leading '+' as file names, as POSIX
1055 has required since 2001. However, make sure the code still
1056 works on pre-POSIX hosts.
1057 * compare_tests: Don't assume "sort +2" is equivalent to
1058 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1059
dfec1549 10602006-06-05 James Lemke <jwlemke@wasabisystems.com>
1061
1062 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
1063
4befda8b 10642006-06-02 Richard Earnshaw <rearnsha@arm.com>
1065 Mike Stump <mrs@apple.com>
1066
1067 * compare_tests: Handle multilibs better.
1068
a041cdc9 10692006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1070
1071 * texi2pod.pl: Correct handling of absolute @include.
1072
5a368178 10732006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
76581c49 1074
1075 * texi2pod.pl: Handle -I.
1076
04f54a3a 10772006-02-28 Mark Mitchell <mark@codesourcery.com>
1078
1079 * gennews (files): Update for GCC 4.1.
1080
1edce15c 10812006-01-24 Diego Novillo <dnovillo@redhat.com>
1082
1083 * gcc_update (files_and_dependencies): Handle
1084 libgomp/testsuite/Makefile.in.
1085
1e8e9920 10862006-01-18 Richard Henderson <rth@redhat.com>
1087 Diego Novillo <dnovillo@redhat.com>
1088
1089 * gcc_update (files_and_dependencies): Add libgomp files.
1090
a287e419 10912005-12-06 Ben Elliston <bje@au.ibm.com>
1092
1093 * newcvsroot: Remove.
1094
c4678f36 10952005-11-03 Steven Bosscher <stevenb@suse.de>
1096
1097 * gcc_build: Fix my previous checking.
1098
babbbe81 10992005-11-01 Joseph S. Myers <joseph@codesourcery.com>
1100
1101 * gcc_update: Include revision number in LAST_UPDATED.
1102
1a70554b 11032005-10-30 Steven Bosscher <stevenb@suse.de>
1104
1105 * gcc_build: Use gcc.gnu.org as the default server. Set up
1106 SVN_REPOSITORY correctly. Add support for checking out branches.
1107
bc4999bd 11082005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
1109
1110 * gcc_update: When svn update is called and
1111 --silent is used, pass -q.
1112
1eae6638 11132005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
1114
1115 * gcc_update: Remove the -q from svn invocation.
1116
45837d1e 11172005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
1118
1119 * gcc_build: Remove -d from the call to gcc_update.
1120
a1ed82f1 11212005-10-28 Daniel Berlin <dberlin@dberlin.org>
c74ed189 1122 Ben Elliston <bje@au1.ibm.com>
9f67f7b5 1123
a1ed82f1 1124 * gcc_update: Update for svn.
1125 * newcvsroot: Ditto.
1126 * gcc_build: Ditto.
1127
3eeacabc 11282005-10-21 Mark Mitchell <mark@codesourcery.com>
1129
9f67f7b5 1130 * texi2pod.pl: Substitue for @value even when part of @include.
3eeacabc 1131
42b9b219 11322005-10-21 Bob Wilson <bob.wilson@acm.org>
1133
1134 * texi2pod.pl: Convert two single quotes or two backquotes to
1135 double quotes.
1136
2cba138f 11372005-08-23 Ben Elliston <bje@au.ibm.com>
1138
1139 * gcc_update: Update dependencies for libjava/aclocal.m4.
1140
2af676bd 11412005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1142
1143 * All files: Update with new FSF address.
1144
69cb9f90 11452005-07-14 Ben Elliston <bje@au.ibm.com>
1146
1147 * filter_params.pl: Typo fix.
1148 * filter_knr2ansi.pl: Likewise.
1149
ae3e4820 11502005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
1151
1152 * gennews (files): Update for egcs-1.0 release pages consolidation.
1153
1efc802b 11542005-04-17 Joseph S. Myers <joseph@codesourcery.com>
1155
1156 * gennews (files): Update for GCC 4.0.
1157
6954117a 11582005-03-18 Alexandre Oliva <aoliva@redhat.com>
1159
1160 * gcc_update (silent): Unset instead of initializing to null.
1161
fadfdd5a 11622005-03-18 Andreas Schwab <schwab@suse.de>
1163
1164 * gcc_update (apply_patch): Properly quote $1.
1165
5f0f7c87 11662005-03-18 Zack Weinberg <zack@codesourcery.com>
1167
1168 * gcc_update: Add --silent option.
1169
0052a1df 11702005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1171
1172 * warn_summary (keywordFilter): Update sed pattern for new quoting
1173 style in warnings.
1174
c20a29ca 11752005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1176
1177 * warn_summary: Add -fortran subdir flag.
1178 (subdirectoryFilter): Fix missing ada subdir.
1179
b33f46b5 11802004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
1181
1182 * gcc_update (touch_files): Don't rely on "make" being GNU make;
1183 grep for "Touching" to determine that the rule executes.
1184
dbfa75a1 11852004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
1186
1187 * gcc_update (touch_files): Explicitly pass --no-print-directory.
1188
cb8e0dc9 11892004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
1190
1191 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
1192
2b59cb05 11932004-08-04 Paolo Bonzini <bonzini@gnu.org>
1194
1195 * gcc_update: Add fixincludes.
1196
8717605b 11972004-08-26 Matthias Klose <doko@debian.org>
d45005b7 1198
8717605b 1199 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
1200
12012004-08-26 Matthias Klose <doko@debian.org>
1202
1203 * test_summary: Include baseline used for libstdc++-v3 abi check
1204 in test summary.
d45005b7 1205
9f6dc1d6 12062004-08-25 Ben Elliston <bje@au.ibm.com>
1207
1208 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
1209
ee3e4b65 12102004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
1211
1212 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
1213 update done.
1214
2b59cb05 12152004-08-04 Paolo Bonzini <bonzini@gnu.org>
2e95675c 1216
1217 * gcc_update: libjava/configure.ac -> configure.in. Automake
1218 1.4 does not handle configure.ac properly.
1219
66a0fb31 12202004-08-04 Andreas Schwab <schwab@suse.de>
1221
1222 * gcc_update: libjava/configure.in -> configure.ac.
1223
c74ed189 12242004-08-03 Richard Earnshaw <rearnsha@arm.com>
a4946526 1225
1226 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
1227
78ccfdee 12282004-07-16 Jeff Law <law@redhat.com>
1229
1230 * analyze_brprob: Fix comments. More consistent output format.
1231
ecb5ee8b 12322004-06-17 Diego Novillo <dnovillo@redhat.com>
1233
1234 * tree-ssa.doxy: Update for doxygen 1.3.5.
1235
c230ade1 12362004-06-14 Andreas Jaeger <aj@suse.de>
1237
1238 * gcc_update: boehm-gc/configure.in -> configure.ac.
1239
c1513f4f 12402004-06-16 Paolo Bonzini <bonzini@gnu.org>
1241
1242 * gcc_update (boehm-gc/configure): Depend on
1243 boehm-gc/configure.ac instead of boehm-gc/configure.in
1244
ebf99822 12452004-06-14 Paolo Bonzini <bonzini@gnu.org>
1246
1247 * gcc_update (libmudflap/configure): Depend on
1248 libmudflap/configure.ac instead of libmudflap/configure.in
1249
69a3dc95 12502004-06-14 Andreas Jaeger <aj@suse.de>
1251
1252 * gcc_update: Add libcpp.
1253
56f721bc 12542004-06-10 Andreas Jaeger <aj@suse.de>
1255
1256 * gcc_update: Add libgfortran.
1257
e7fabdb9 12582004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
1259
1260 * gcc_update (libbanshee/configure): Depend on
1261 libbanshee/configure.ac instead of libbanshee/configure.in
1262
49fbf4b9 12632004-05-17 Zack Weinberg <zack@codesourcery.com>
1264
1265 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
1266 from list of files to be touched.
1267 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
1268
e50b5026 12692004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
1270
1271 * gennews: Update for GCC 3.4.
1272
4ee9c684 12732004-05-13 Diego Novillo <dnovillo@redhat.com>
1274
1275 Merge from tree-ssa-20020619-branch.
1276
1277 * filter_gcc_for_doxygen: New file.
1278 * filter_knr2ansi.pl: New file.
1279 * filter_params.pl: New file.
1280 * tree-ssa.doxy: New file.
1281 * contrib/gcc_update (files_and_dependencies): Handle
1282 libbanshee and libmudflap.
1283
6d5f8e39 12842004-04-12 Kelley Cook <kcook@gcc.gnu.org>
49fbf4b9 1285 Andreas Jaeger <aj@suse.de>
6d5f8e39 1286
1287 * gcc_update (files_and_dependencies): Insert zlib dependencies.
1288
4330fb65 12892004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1290
1291 * gcc_update (files_and_dependencies): libobjc/configure now
1292 depends on configure.ac, not configure.in.
1293
7e9e2d8d 12942004-04-01 Kelley Cook <kcook@gcc.gnu.org>
1295
1296 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
1297
9c27edfe 12982004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
1299
1300 * gcc_update (files_and_dependencies): Insert libffi dependencies.
1301
d6b9b86f 13022004-03-10 Kelley Cook <kcook@gcc.gnu.org>
1303
1304 * gcc_update (files_and_dependencies): Insert libada/configure.
1305
35620caa 13062004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
1307
1308 * gcc_update (files_and_dependencies): Update intl/configure.in
1309 to intl/configure.ac.
1310
52de7f4b 13112004-01-09 Kelley Cook <kcook@gcc.gnu.org>
1312
1313 * gcc_update (files_and_dependencies): Update fastjar/configure.in
1314 to fastjar/configure.ac
1315
501c2b95 13162004-01-07 Kelley Cook <kcook@gcc.gnu.org>
1317
1318 * gcc_update (files_and_dependencies): Remove non-existant files.
1319
1dae9dd6 13202004-01-05 Kelley Cook <kcook@gcc.gnu.org>
1321
1322 * gcc_update (files_generated): Revert 2003-12-18 change.
1323
325d776d 13242004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
1325
1326 * gcc_update (files_and_dependencies): For gcc directory,
1327 rename configure.in to configure.ac.
1328
6153779b 13292003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
1330
1331 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1332 remove acconfig.h. No longer used.
1333
cb8ea839 13342003-12-18 Kelley Cook <kcook@gcc.gnu.org>
1335
1336 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
1337 gcc/ada/gnat_ug_* to use it.
1338
648298e8 13392003-12-16 James E Wilson <wilson@specifixinc.com>
1340
1341 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1342 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
1343
2c74c560 13442003-12-11 Kelley Cook <kcook@gcc.gnu.org>
1345
1346 * gcc_update (files_and_dependencies): Correct typo in the filename
1347 gnat_ug_wnt.texi.
1348
8964dbe1 13492003-12-08 Arnaud Charlet <charlet@act-europe.fr
1350
1351 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
1352 treeprs.ads.
1353
870e10c9 13542003-10-16 Mark Mitchell <mark@codesourcery.com>
1355
1356 * gennews (files): Add GCC 3.3 files.
1357
c11a3f5e 13582003-08-21 Mark Mitchell <mark@codesourcery.com>
1359
1360 * gcc_build: Fix handling of -t option. Add -x option.
1361
1e332b0b 13622003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
1363
1364 * texi2pod.pl: Remove extra line.
1365
3390b0dc 13662003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
1367
1368 * texi2pod.pl: Default @itemize's parameter to @bullet.
1369
761be283 13702003-07-12 Zack Weinberg <zack@codesourcery.com>
1371
1372 * gcc_update: gcc/acconfig.h no longer exists.
1373
f860362b 13742003-07-11 Matthias Klose <doko@debian.org>
1375
1376 * test_installed: Add options to run objc tests.
1377 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
1378
1e12d536 13792003-07-04 Zack Weinberg <zack@codesourcery.com>
1380
1381 * gcc_update: Remove gcc/intl/plural.c from list.
1382 Add new generated files intl/plural.c, intl/configure,
1383 intl/config.h.in.
1384
11d0d169 13852003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
1386
1387 * gcc_update (files_and_dependencies): Add
1388 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
1389 gcc/testsuite/gcc.dg/cpp/mi1c.h.
1390
c74ed189 13912003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
133482bc 1392
abf5ffec 1393 * paranoia.cc: Fix spelling error.
1394
133482bc 1395 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
1396 to GCC.
1397
5cd22fd0 13982003-04-04 Mike Stump <mrs@apple.com>
1399
1400 * compare_tests: Fix exit status and be more flexible with spacing.
1401
34bf5cc5 14022003-03-08 Phil Edwards <pme@gcc.gnu.org>
1403
1404 * test_summary: Add -h, print existing comments as help.
1405
c74ed189 14062003-03-03 H.J. Lu <hjl@gnu.org>
0ccc2c9c 1407
1408 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
1409 * gcc_update: Likewise.
1410
785116ce 14112003-01-19 Alexandre Oliva <aoliva@redhat.com>
1412
1413 * test_summary (configflags): Only use the first match. Remove
1414 excess space. Use sub instead of gsub where possible. Use `none'
1415 if no configure flags were given.
1416
6f120a38 14172003-01-10 Loren J. Rittle <ljrittle@acm.org>
1418
1419 * test_summary (configflags): awk portability.
1420
10c7cbcd 14212003-01-07 Alexandre Oliva <aoliva@redhat.com>
1422
1423 * test_summary (configflags): Compute correctly with both
1424 autoconfiscated and Cygnus-style top-level.
1425
ecf7b724 14262003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1427
1428 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
1429 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
1430 gcc/java/keyword.gperf
1431
180cbbd6 14322002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1433
1434 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
1435 depending on gcc/intl/plural.y.
1436
06aa88e8 14372002-12-28 Alexandre Oliva <aoliva@redhat.com>
1438
1716a613 1439 * gcc_update (configure): Depend on config/acx.m4 as well.
1e12d536 1440
06aa88e8 1441 * gcc_update (configure): Depend on configure.in.
1442
728f5d1c 14432002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1444
1445 * texi2pod.pl: Skip contents of @copying.
1446
805e22b2 14472002-11-09 Zack Weinberg <zack@codesourcery.com>
1448
1449 * gthr_supp_vxw_5x.c: New file.
1450
35113034 14512002-10-21 Richard Henderson <rth@redhat.com>
1452
1453 * paranoia.cc (real_c_float::image): Accomodate size of
1454 real_internal format.
1455 (main): Unbuffer stdio. Add real_internal format.
1456 (floor_log2_wide): New.
1457
5720e592 14582002-10-16 Richard Henderson <rth@redhat.com>
1459
1460 * paranoia.cc (ENUM_BITFIELD): New.
1461 (class): Define as klass around real.h.
1462 (real_c_float): Not a template any longer; define MODE as a
1463 class static constant; use real_format elements for SIZE.
1464 Update uses of real_to_decimal and real_to_hexadecimal.
1465 (main): Change -g argument to use a format name.
1466 (mode_for_size): Remove.
1467
aa870c1b 14682002-09-16 Richard Henderson <rth@redhat.com>
1469
1470 * paranoia.cc: New file.
1471
dae1e04c 14722002-09-04 Richard Henderson <rth@redhat.com>
1473
1474 * enquire.c: Remove.
1475
c363d230 14762002-08-14 Mark Mitchell <mark@codesourcery.com>
1477
1478 * gennews (files): Add GCC 3.2 files.
1479
d77d42b6 14802002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1481
1482 * gennews (files): Add proper files for the GCC 3.1 release series.
1483 Simplify and reformat introductory wording.
1484
ce771397 14852002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1486
1487 * enquire.c: Move from gcc.
1488
c74ed189 14892002-07-16 H.J. Lu <hjl@gnu.org>
c723598b 1490
1491 * gcc_update (touch_files): Pass -s to ${MAKE}.
1492
f1683556 14932002-06-26 Zack Weinberg <zack@codesourcery.com>
1494
1495 * texi2pod.pl: Correct handling of the internal R<> sequence.
1496
87f7fc8f 14972002-05-31 Florian Weimer <fw@deneb.enyo.de>
1498
1499 * gcc_update (files_and_dependencies): Add generated Texinfo files
1500 for Ada.
1501
3354d061 15022002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1503
1504 * test_installed: Allow for PWDCMD to override hardcoded pwd.
1505 * test_summary: Likewise.
1506
fb5f105e 15072002-04-18 Geoffrey Keating <geoffk@redhat.com>
1508
1509 * gcc_update (touch_files): Don't have empty for loop.
1510
6eae28b3 15112002-04-16 Richard Henderson <rth@redhat.com>
1512
1513 * gcc_update: Remove libchill.
1514
808817dc 15152002-03-25 Zack Weinberg <zack@codesourcery.com>
1516
1517 * texi2pod.pl: Handle @end ftable and @end vtable.
1518
278d27f5 15192002-03-11 Zack Weinberg <zack@codesourcery.com>
1520
1521 * texi2pod.pl: Handle @include, @ftable, @vtable.
1522 Reformat some code for clarity.
1523
d3eff7bb 15242002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
c7f54dbd 1525
1526 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
1527 WARNING and ERROR output from the *.sum files.
1528
001820e3 15292002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1530
1531 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
1532 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
1533 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
1534
468420f4 15352002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1536
1537 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
1538 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
1539 egcs-1.1/index.html.
1540
53a3481b 15412002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1542
1543 * warn_summary: Add -ada subdirectory flag.
1544
d41670c4 15452001-12-12 Matthias Klose <doko@debian.org>
1546
1547 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
1548 generation of more than one man page from one source.
1549 Add '-' to set of valid chars for an identifier.
1550 Let -D option accept flags of the form <flag>=<value>.
1551 Use \s+ for whitespace detection in '@c man' lines.
1552 Handle @set and @clear independent of $output.
1553 Substitute all @value{}'s in a line.
1554
7a16ce2c 15552001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
1556
1557 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
1558 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
1559 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
1560 greater than 9 in enumerations.
1561
c74ed189 15622001-11-07 Laurent Guerby <guerby@acm.org>
0e1f820d 1563
1564 * gcc_update (files_and_dependencies): Add Ada dependencies.
1565
1c8ac6c6 15662001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1567
1568 * snapshot: Remove.
1569
0262a277 15702001-09-07 Richard Sandiford <rsandifo@redhat.com>
1571
1572 Revert:
d41670c4 1573 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
0262a277 1574 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1575 touch.
1576
c74ed189 15772001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
93b7a1fd 1578
d41670c4 1579 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
93b7a1fd 1580 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
1581 touch.
1582
db95859b 1583Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
1584
1585 * analyze_brprob: Update for changes in gcc debug output.
1586
0dbe40e0 1587Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
1588
1589 * analyze_brprob: Avoid more overflows.
1590
5db02b21 15912001-07-27 Richard Henderson <rth@redhat.com>
1592
1593 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
1594
77a5e197 1595Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
1596
1597 * analyze_brprob: Avoid overflows.
1598
8741eff3 15992001-07-27 Richard Henderson <rth@redhat.com>
1600
1601 * gcc_update: Dump timestamp in LAST_UPDATED.
1602
d41670c4 16032001-07-26 Andreas Jaeger <aj@suse.de>,
c74ed189 1604 Hans-Peter Nilsson <hp@bitrange.com>
92ab2240 1605
1606 * analyze_brprob: Fix documentation.
1607
4bfc3ff0 1608Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
1609
1610 * analyze_brprob: Fix awk compatibility problems; update comment.
1611
8fc613bf 16122001-07-23 Andreas Jaeger <aj@suse.de>
1613
1614 * analyze_brprob: Fix more typos.
1615
971d0475 16162001-07-23 Andreas Jaeger <aj@suse.de>
1617
1618 * analyze_brprob: Fix typos.
1619
70c2c81c 16202001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
1621
1622 * texi2pod.pl: Handle @r inside @item.
1623
79e81c01 16242001-07-02 Zack Weinberg <zackw@stanford.edu>
1625
1626 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
1627
c74ed189 16282001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
4623dc33 1629
1630 * warn_summary: Fix typo in a comment.
1631
21869986 16322001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
1633
805e22b2 1634 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
21869986 1635
07ade7de 16362001-06-13 Mark Mitchell <mark@codesourcery.com>
1637
1638 * gennews: Set TERM to vt100 for Lynx.
1639
3538e09e 16402001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1641
1642 * release: Remove.
1643
2364c893 1644Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
1645
1646 * analyze_brprob: New file.
1647
d0b17e85 16482001-06-11 Mark Mitchell <mark@codesourcery.com>
1649
92ab2240 1650 * gcc_build: Output information about the commands used to
d0b17e85 1651 configure the compiler.
1652
6bca92cf 16532001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
1654
1655 * gennews: Update for GCC 3.0.
1656
b5566459 16572001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
1658
1659 * gcc_update: Update for move of documentation to gcc/doc.
1660
53d7e3b9 16612001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1662
1663 * contrib/test_summary (files): Sort before evaluating.
1664
683512c4 16652001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1666
1667 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
1668
98248def 16692001-05-21 Mark Mitchell <mark@codesourcery.com>
1670
1671 * gcc_build: Use -d when invoking gcc_update.
1672
51855019 16732001-05-18 Andreas Jaeger <aj@suse.de>
1674
1675 * gcc_update: Add rules for libf2c/libI77.
1676
e7a1c95c 16772001-05-17 Alexandre Oliva <aoliva@redhat.com>
1678
1679 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
1680
97c1c3bc 16812001-05-14 Loren J. Rittle <ljrittle@acm.org>
1682
1683 * gcc_update (touch_files): Enhance make portability.
1684
083aeb9b 16852001-05-14 Alexandre Oliva <aoliva@redhat.com>
1686
1687 * gcc_update (touch_files): Use a Makefile to touch files.
1688
bb6a9d61 16892001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
1690
1691 * texi2pod.pl: Add copyright and GPL notices.
1692
00984411 16932001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
1694
1695 * texi2pod.pl: Handle "\,".
1696
0dd06be9 16972001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
1698
1699 * texi2pod.pl: Fix regular expression for @r to avoid exponential
1700 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
1701 version check.
1702
6dc3a97a 17032001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1704
1705 * warn_summary (stageNfilter): Update for recent changes in
1706 bootstrap logic.
1707
786c6b83 17082001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
1709
1710 * texi2pod.pl: Require at least perl 5.6.0.
1711
255407c3 17122001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
1713
1714 * gcc_update: Add gcc/gcc.1 to generated files.
1715 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
1716 discarding to end of sentence with @xref where the sentence has an
1717 interior "." in markup, and handle discarding parentheses around
1718 such a sentence.
1719
952f8326 17202001-01-11 Bernd Schmidt <bernds@redhat.com>
1721
1722 * gennews: Add gcc-2.95.3.
1723
271bbbe1 17242001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
1725
1726 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
1727 @command. Format URLs and email addresses in bold.
1728
fefb5ea6 17292001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
1730
7547ba49 1731 * gcc_update: Add cpp.1 to the list of generated files.
1732
fefb5ea6 1733 * texi2pod.pl: Handle @option and @env.
1734
e12c31b5 17352001-01-03 Mike Stump <mrs@wrs.com>
1736
1737 * snapshot: Update to account for java libraries.
1738
25f9f667 17392000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
1740
1741 * test_summary: Export filesuffix, not fileprefix.
1742
c87623b5 17432000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
1744
1745 * release: Change some EGCS references to GCC.
1746
67910767 17472000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1748
1749 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
1750 subdirectory flags. Add source directory prefix filtering.
1751 Redirect diagnostic output to stderr.
1752
91f81038 17532000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
1754
1755 * texi2pod.pl: If multiple @c man sections with the same tag
1756 appear, concatenate them in the final output. When skipping,
1757 ignore block commands that can't cause skipping, and honor
1758 those that can. Ensure that verbatim blocks are separate
1759 paragraphs.
1760
29b00feb 17612000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
1762
1763 * gcc_update: Don't touch tradcif.c or java/parse.h.
1764
33f4d5a4 17652000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
1766
1767 * texi2pod.pl: Restructure for comprehensibility, add
1768 comments. Merge handling of @ignore and @ifxxx. Handle a
1769 whole bunch more Texinfo commands. Use consistent formatting
1770 style.
1771
5b364b42 17722000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
1773
1774 * gennews: New script.
1775
83b0fa80 17762000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1777
1778 * gcc_update: Update a comment as we now require bison for CVS users.
1779
7534b8df 17802000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
1781
1782 * gcc_update: Add gcov.1 to the list of generated files.
1783
e74f4b65 17842000-11-21 Mark Mitchell <mark@codesourcery.com>
1785
1786 * gcc_build: Remove code to put information in a log file.
1787
304acf0e 17882000-11-19 Zack Weinberg <zackw@stanford.edu>
1789
1790 * texi2pod.pl:
1791 - Add real command line parsing.
1792 - Support @ifset, @ifclear, @set, @value, -D switch.
1793 - Support @sc. Improve handling of @ref and friends.
1794 - Discard @subsection, @need, @node lines.
1795 - Un-nest font changes to match texinfo semantics.
1796 - Handle @{ and @}. Oops.
1797 - Don't emit E<> directives inside verbatim blocks.
1798
27df11ba 17992000-11-12 Bruce Korb <bkorb@gnu.org>
1800
1801 * release: generalize the release script a bit.
1802
fd87d7ed 1803Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
1804
1805 * gcc_build: Add -o option for setting the objdir to use.
1806
e4ba638c 18072000-11-11 Jeff Law <law@redhat.com>,
1808
1809 * release: New file.
1810
1aaa692a 18112000-11-08 Jeff Law <law@redhat.com>,
1812 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1813
1814 * snapshot: New file.
1815
60f107a4 18162000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
1817
1818 * gcc_build (bootstrap_gcc): New function.
1819 (configure_gcc): Likewise.
1820 (build_gcc): Rewritten to use configure and bootstrap.
1821 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
1822
c0921e86 18232000-10-31 Mark Mitchell <mark@codesourcery.com>
1824
1825 * gcc_build (MAKE): New variable.
1826 (build_gcc): Use it. Fix logging of errors.
1827 (install_gcc): Likewise.
1828
7a0994a1 18292000-10-29 Mark Mitchell <mark@codesourcery.com>
1830
1831 * gcc_build: Save the output from CVS into the logfile as well.
1832
1409de39 18332000-10-25 Mark Mitchell <mark@codesourcery.com>
1834
1835 * gcc_build: Fix typos.
1836
8fc76d19 18372000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
1838
1839 * gperf-2.7-19981006.pat: Remove.
1840
9d013742 18412000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1842
1843 * test_installed: Change EGCS references to refer to GCC.
1844
a2263aab 18452000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1846
1847 * gcc_update (touch_files): Add some informative output.
51855019 1848
175a12a4 18492000-09-16 Andreas Jaeger <aj@suse.de>
1850
1851 * gcc_update: Remove gcc/c-parse.gperf.
1852
590684a5 18532000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
1854 Alexandre Oliva <aoliva@redhat.com>
1855
1856 * gcc_update: Execute touch_files_reexec even if `cvs update`
1857 failed.
1858
6c5605c2 18592000-08-09 Alexandre Oliva <aoliva@redhat.com>
1860
1861 * test_summary: AWK breaks with filenames containing `='.
1862
275d96ed 1863Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
1864
1865 * gcc_build: New script.
1866
d7beb261 18672000-07-13 Mark Mitchell <mark@codesourcery.com>
1868
1869 * gcc_update (files_and_dependencies): Remove generated YACC files.
1870
8c645ce6 18712000-07-12 Mark Mitchell <mark@codesourcery.com>
1872
1873 * gcc_update (files_and_dependencies): Remove generated YACC files.
1874
f00065ad 18752000-06-04 Mark Mitchell <mark@codesourcery.com>
1876
1877 * newcvsroot: Handle filenames that contain spaces.
1878
85757e95 18792000-06-03 Zack Weinberg <zack@wolery.cumb.org>
1880
1881 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
1882 Elide --with-gcc-version-trigger and --norecursion from
1883 configure flags. Remove code to report status of haifa scheduler.
1884
41698bd2 18852000-05-18 Alexandre Oliva <aoliva@cygnus.com>
1886
1887 * gcc_update (self): Set to `$0'.
1888 (touch_files_reexec): Use `$self' instead of `$0'.
41698bd2 1889
3707d4b9 18902000-05-12 Alexandre Oliva <aoliva@cygnus.com>
1891
1892 * gcc_update (touch_files_reexec): New function, run after the
1893 tree is modified.
1894
e2bbeddb 18952000-05-08 Richard Hendeson <rth@cygnus.com>
1896
1897 * gcc_update: Remove references to inclhack.tpl.
1898
f089d60c 18992000-04-28 Jason Merrill <jason@casey.cygnus.com>
1900
1901 * index-prop: Use a single pattern. Also support *** cdiffs.
1902
c74ed189 19032000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
f089d60c 1904
1905 * index-prop: Don't change /dev/null.
1906
f0e2ad08 19072000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1908
1909 * gcc_update: Refer to GCC and gcc_update instead of egcs and
175a12a4 1910 egcs_update.
f0e2ad08 1911
c2f99343 19122000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
1913
f0e2ad08 1914 * index-prop: Fix occasional problem when using cvs diff -p.
c2f99343 1915
0b30807c 19162000-04-18 Zack Weinberg <zack@wolery.cumb.org>
1917
1918 * gcc_update: Remove references to cexp.c/cexp.y.
1919
2ae5da4f 19201999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1921
1922 * newcvsroot: Add check on the number of command-line arguments.
1923 Add usage.
1924
34d21c0d 1925Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
1926
1927 * gcc_update: Allow patches compressed by bzip2.
1928
c74ed189 19291999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
58ffe168 1930
1931 * newcvsroot: New file.
1932
4b61f2a6 19331999-09-11 Craig Burley <craig@jcb-sc.com>
1934
1935 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
1936
69b84c74 19371999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1938
1939 * gcc_update: New file.
1940 * egcs_update: Renamed to gcc_update.
1941
961221fa 19421999-08-09 Robert Lipe <robertlipe@usa.net>
1943
1944 * test_summary: Quote curly braces in 1999-07-03 change.
1945
fd0e3478 19461999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
1947
1948 * egcs_update (files_and_dependencies): Fixed typo in
1949 gcc/cstamp-h.in. Added gcc/config.in.
1950
2a3c682c 19511999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
1952
1953 * egcs_update (files_and_dependencies): New function, with
1954 complete list of files to be updated, as well as their
1955 dependencies.
1956 (touch_files): Check the timestamp of each generated file against
1957 its dependencies'.
1958 (main): New flags --touch, --list and --help. Remove the
1959 pre-update step.
1960
3d40f1a2 19611999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
175a12a4 1962
3d40f1a2 1963 * test_summary: Replace egcs with gcc. Update e-mail address.
1964
26a9ebc7 19651999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
c74ed189 1966 Jerry Quinn <jquinn@nortelnetworks.com>
26a9ebc7 1967
1968 * egcs_update (touch_files, apply_patch): New functions.
1969 Use them. New command-line option --patch. Split test of local
1970 tree into two parts. Add comments.
1971
ed0f92b2 19721999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
1973
175a12a4 1974 * test_summary: If Target is `unix{*}', append the Target variants
ed0f92b2 1975 to Host.
1976
02eea1c2 19771999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
1978
1979 * test_summary: Set default mail-address and version for egcs
1980 instead of relying on unpredictable pathnames.
1981 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
1982
45ad68bc 1983Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
1984
1985 * fixinc/*: Delete obsolete files.
1986
55b5aaf3 19871999-02-04 Robert Lipe <robertlipe@usa.net>
1988
175a12a4 1989 * egcs_update: Test return values of 'cvs update'. Propogate
1990 to caller as exit values.
55b5aaf3 1991
e1bf8b85 19921999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1993
1994 * egcs_update: Use "if" instead of "&&". Touch generated files
175a12a4 1995 only after the corresponding *.y files.
e1bf8b85 1996
1e7d9839 19971999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1998
1999 * egcs_update: Do not use xargs, but a backquote construct.
2000
6a7bfb42 20011999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
2002
ea0cacfb 2003 * test_summary (version): Remove carriage return that gawk inserts
2004 in the version string for some reason.
6a7bfb42 2005
796f074b 20061998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2007
2008 * egcs_update: Only touch files that already exist.
2009
ffbc0a2a 20101998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
2011
ea0cacfb 2012 * test_summary (EOF): Remove double backslash.
ffbc0a2a 2013 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2014
432b1ffd 20151998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2016
ea0cacfb 2017 * test_summary (address): Set to egcs-testresults mailing list.
432b1ffd 2018
c8e26cb8 20191998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
2020
ea0cacfb 2021 * test_summary (address): Added Marc Lehmann's testsuite-results
2022 to the default e-mail address.
c8e26cb8 2023
ecbf4acb 20241998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
2025
ea0cacfb 2026 * test_summary (-p, prepend_logs): Add these before the summary.
2027 (Compiler, Platform): Print these just before configflags.
ecbf4acb 2028
dc446b46 2029Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2030
2031 * warn_summary (longLineFilter): New shell function to encapsulate
175a12a4 2032 this functionality. It is off by default, only active if -llf
2033 flag is specified.
2034 (subdirectoryFilter): Fix bug in filtering which made some
2035 subdirectory warnings erroneously appear in the toplevel set.
2036 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
2037 warnings from stage1 as well as stage0, which means warnings from
2038 outside the bootstrap directory. Eg, the libraries, etc.
2039 (warningFilter): New shell function to encapsulate this
2040 functionality.
dc446b46 2041 (keywordFilter): New shell function to encapsulate this
175a12a4 2042 functionality.
dc446b46 2043
2044 Store data in a temp file rather than calculating it 3x. Arrange
2045 to remove it on exit and signals.
2046
2047 Add -pass/-wpass flags to do "pass through" (i.e. manual
175a12a4 2048 inspection) of bootstrap output from a particular stageN as well
2049 as language subdirs.
dc446b46 2050
175a12a4 2051 Add better comments/documentation.
dc446b46 2052
cfe27dcb 2053Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2054
2055 * egcs_update: Add comment about keeping the FAQ synchronized.
2056
b9c7e30a 2057Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
2058
2059 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
2060 in the repo again.
2061
c74ed189 2062Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
b7c3a553 2063
2064 * egcs_update: Added gcc/fixinc/* generated files to touch list.
2065
0795841f 2066Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
2067
2068 * egcs_update: Remove gcc/java/parse.c from list of files to
2069 touch.
2070
d37e5c1e 2071Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2072
2073 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
2074
4d63ec41 2075Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2076
2077 * warn_summary (subdirectoryFilter): New shell function to
175a12a4 2078 optionally filter in/out gcc subdirectories when summarizing
2079 warnings. Add new flags to support subdirectory filtering.
2080
4d63ec41 2081 Also, ensure the bootstrap stage is a number. Add some more C
175a12a4 2082 keywords that are preserved in the "warning type" summary and
2083 tighten up the "arg ???" regexp.
4d63ec41 2084
c74ed189 2085Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
a354607d 2086
2087 * fixinc/inclhack.def: Not all C++ comments in C headers
2088 were treated alike. They are now. Also fixed syntax
2089 of sed expression in "systypes" fix.
2090
2091 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
2092
2093 * egcs_update: Added fixinc/* generated files to touch list.
2094
24b45eda 2095Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2096
2097 * egcs_update: Additionally touch gcc/java/parse.[ch].
2098
c74ed189 2099Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
175a12a4 2100
1666cb45 2101 * fixinc/inclhack.def: Added two files required by
2102 SCO's Open Server 5's avoid_bool fix.
2103 Regenerated fixinc.x and inclhack.sh to incorporate
2104 the update.
2105
3812ed27 2106Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
2107
2108 * egcs_update: Do the pass 1 CVS update only for files that
175a12a4 2109 may reasonably be under CVS control.
3812ed27 2110
38af0326 21111998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
2112
ea0cacfb 2113 * test_installed: New script for testing already-installed
175a12a4 2114 gcc/g++/g77.
38af0326 2115
384df7ea 2116Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2117
2118 * egcs_update: Assigned copyright to FSF.
2119
83dbb020 2120Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
805e22b2 2121 Alexandre Oliva <oliva@dcc.unicamp.br>
83dbb020 2122
2123 * egcs_update: New switch --nostdflags and documentation
2124 enhancements.
2125
a2e539b0 2126Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2127
2128 * egcs_update: New script.
2129
c74ed189 21301998-08-05 Bruce Korb <korbb@datadesign.com>
d09be903 2131
2132 * fixinc/Makefile
2133 Added define for target machine so machine-specific tests
2134 can be selected for or against.
2135
2136 * fixinc/fixincl.c
2137 Added an array of string pointers to machines to select
2138 or avoid, depending on a FD_MACH_IFNOT bit flag.
2139 Used a shell script to match the defined TARGET_MACHINE
2140 with any of the given match patterns.
2141
2142 * fixinc/fixincl.tpl
2143 Generate the array of strings and bit flag, as needed,
2144 depending on "mach" and "not_machine" attributes for a fix.
2145
2146 * fixinc/mkfixinc.sh
2147 Invoke the make with TARGET assigned the value of the
2148 machine name argument.
2149
974daf94 2150Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
2151
2152 * compare_tests: New script.
2153
aa7a82bb 21541998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2155
ea0cacfb 2156 * test_summary: Assigned copyright to FSF.
aa7a82bb 2157
72fd2597 2158Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2159
2160 * test_summary: Corrected script name in comments providing
2161 documentation. Added linebreaks for lines with > 80 characters.
2162
c74ed189 2163Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5771cabf 2164
ea0cacfb 2165 * test_summary: New switch, -i, and environment variable,
2166 append_logs, for including files in the report.
5771cabf 2167
9a8a89d7 21681998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
2169
2170 * warn_summary: Update to Kaveh's latest version allowing to
2171 specify the last stage built.
2172
c74ed189 21731998-05-29 Bruce Korb <korbb@datadesign.com>
9a8a89d7 2174
b70df245 2175 * fixinc/mkfixinc.sh
2176 Changes to make it easier to invoke on platforms that
2177 normally do not invoke fixincludes.
2178
2179 * fixinc/inclhack.def
2180 Applied fixes from egcs/gcc/fixincludes from the past several
2181 months.
2182
c74ed189 21831998-05-28 Bruce Korb <korbb@datadesign.com>
9a8a89d7 2184
dab3b51e 2185 * fixinc/*: Updated most everything for a first real
2186 try at getting "fast_fixincludes" working.
2187
85ec80d3 21881998-05-28 Jason Merrill <jason@yorick.cygnus.com>
2189
2190 * index-prop: New file.
2191
99701298 2192Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
2193
2194 * test_summary: find good awk (copied from warn_summary).
2195
2196Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
2197
2198 * test_summary, warn_summary: New files