OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [contrib/] [ChangeLog] - Blame information for rev 847

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 265 jeremybenn
2010-07-31  Release Manager
2
 
3
        * GCC 4.5.1 released.
4
 
5
2010-07-01  Iain Sandoe  
6
 
7
        * compare-debug (Darwin): Remove '-x' flag from ld-based object
8
        stripping.  Add a comment as to why we do it this way.
9
 
10
2010-06-04  Rainer Orth  
11
 
12
        * test_summary: Don't use diff -u.
13
        Adapt egrep regex.
14
 
15
2010-05-25  Rainer Orth  
16
 
17
        * dg-extract-results.sh: Redirect grep output to /dev/null instead
18
        of grep -q.
19
 
20
2010-04-14  Release Manager
21
 
22
        * GCC 4.5.0 released.
23
 
24
2010-04-06  Joseph Myers  
25
 
26
        * gennews (files): Add files for GCC 4.5.
27
 
28
2010-03-22  Jan Kratochvil  
29
 
30
        Fix *.log tests output containing "===".
31
        * dg-extract-results.sh (/\===/): Rename to ...
32
        (/^\t\t=== .* ===$/): ... this pattern.
33
 
34
2010-03-02  Rainer Orth  
35
 
36
        * dg-extract-results.sh: Fix result order to match sequential case.
37
 
38
2010-01-16  Ralf Wildenhues  
39
 
40
        * check_warning_flags.sh: Use \012 instead of \n with tr.
41
 
42
2010-01-05  Rainer Orth  
43
 
44
        * dg-extract-results.sh: Don't use tail -n.
45
 
46
2009-10-03  H.J. Lu  
47
            Richard Guenther  
48
 
49
        PR lto/39216
50
        * gcc_update: Adjust file timestamps for lto-plugin.
51
 
52
2009-09-10  Iain Sandoe  
53
 
54
        PR bootstrap/41245
55
        * compare-debug: Handle stripping of dwarf debug sections from darwin
56
        mach-o objects.
57
 
58
2009-09-04  Alexandre Oliva  
59
 
60
        * compare-debug: Grep for blank before dash to avoid grep -e.
61
 
62
2009-09-01  Alexandre Oliva  
63
 
64
        * compare-debug: Look for .gkd files and compare them.
65
 
66
2009-08-27  Ralf Wildenhues  
67
 
68
        PR testsuite/41166
69
        * test_summary: Invoke config.status, rather than trying to
70
        parse it.  Adjust awk script.
71
 
72
2009-08-18  Alexandre Oliva  
73
 
74
        * compare-debug: Drop .eh_frame relocations too.
75
 
76
2009-08-18  H.J. Lu  
77
 
78
        PR testsuite/40704
79
        * test_summary: Filter out "\r".
80
 
81
2009-06-02  Alexandre Oliva  
82
 
83
        * compare-debug: Don't fail just because of .eh_frame differences.
84
 
85
2009-04-27  Jakub Jelinek  
86
 
87
        PR testsuite/39807
88
        * dg-extract-results.sh: Close open files and use >> instead of >
89
        to decrease number of concurrently open files from awk.  Avoid
90
        = at the beginning of a regexp and redirect to a file determined
91
        by curfile variable rather than concatenated strings to workaround
92
        Solaris nawk bug.
93
 
94
2009-04-25  Gerald Pfeifer  
95
 
96
        * test_summary: Only include LAST_UPDATED if it exists.
97
        Complete copyright years.
98
 
99
2009-04-16  Paolo Bonzini  
100
 
101
        * compare-all-tests: New.
102
 
103
2009-04-14  Jakub Jelinek  
104
 
105
        * gennews (files): Reference GCC 4.4 web pages.
106
 
107
2009-04-09  Jakub Jelinek  
108
 
109
        * reghunt/date_based/reg_periodic: Change copyright header to refer
110
        to version 3 of the GNU General Public License and to point readers
111
        at the COPYING3 file and the FSF's license web page.
112
        * reghunt/date_based/reg_search: Likewise.
113
        * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
114
        * regression/btest-gcc.sh: Likewise.
115
        * regression/objs-gcc.sh: Likewise.
116
 
117
2009-03-01  Ralf Wildenhues  
118
 
119
        * check_warning_flags.sh: Update flag exceptions.
120
 
121
2008-11-18  Ben Elliston  
122
 
123
        * dg-cmp-results.sh: Do not print usage if either .sum file cannot
124
        be opened; print a more meaningful error instead.
125
 
126
2008-10-24  Janis Johnson  
127
            Jakub Jelinek  
128
 
129
        * dg-extract-results.sh: New file.
130
 
131
2008-07-14  Ralf Wildenhues  
132
 
133
        * check_makefile_deps.sh: New file.
134
 
135
2008-05-08  Sebastian Pop  
136
 
137
        * patch_tester.sh (report): Do not print "Checker: ".
138
 
139
2008-04-23  Sebastian Pop  
140
 
141
        * patch_tester.sh (report): Do not print the time.
142
 
143
2008-04-01  Joseph Myers  
144
 
145
        * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
146
        Handle @heading.  Handle enumerated lists with starting numbers
147
        and extra headings.
148
 
149
2008-03-10  Janis Johnson  
150
 
151
        * patch_tester.sh (initialization): Initialize svnpatch and stop.
152
        (usage): Add -svnpath and -stop.
153
        (makedir): New.
154
        (argument handling): Process -stop and -svnpath.
155
        (setup code): Use makedir, error out if initial svn checkout fails.
156
        (update): Use svnpath.  Invoke contrib/gcc_update.
157
        (apply_patch): Require that patch was created at top level.  Use eval
158
        with option variables.  Don't use bootstrap target for make.  Verify
159
        that some tests were run.
160
        (bootntest_patched): Use snvpath.
161
        (main loop): For -stop, exit when there are no more patches to test.
162
 
163
2008-03-09  Ralf Wildenhues  
164
 
165
        * check_warning_flags.sh: Instead of invoke.texi, take the path
166
        to the doc directory as argument.  Check that warnings listed in
167
        'gcc --help' are accepted by the compiler, and listed in the
168
        manuals.
169
 
170
2008-03-06  Tom Tromey  
171
 
172
        * patch_tester.sh (usage): Watermark is not lexicographic.
173
        Load $STATE/defaults if it exists.
174
        (selfexec): Use $0.
175
        (apply_patch): Handle deletions.
176
        (bootntest): Handle default settings.
177
 
178
2008-03-05  Jakub Jelinek  
179
 
180
        * gennews (files): Reference GCC 4.3 web pages.
181
 
182
2008-02-15  Ralf Wildenhues  
183
 
184
        * check_warning_flags.sh: New file.
185
 
186
2008-01-25  Joseph Myers  
187
 
188
        * paranoia.cc (main): Remove handling of c4x_single and
189
        c4x_extended formats.
190
 
191
2007-12-26  Sebastian Pop  
192
 
193
        * compareSumTests3: Changed to GPLv3.
194
        * prepare_patch.sh: Same.
195
        * uninclude: Same.
196
        * dglib.pm: Same.
197
        * gennews: Same.
198
        * texi2pod.pl: Same.
199
        * analyze_brprob: Same.
200
        * gcc_build: Same.
201
 
202
2007-12-26  Sebastian Pop  
203
 
204
        * patch_tester.sh: Changed to GPLv3.
205
 
206
2007-12-15  Sebastian Pop  
207
 
208
        * patch_tester.sh: Don't save the script anymore.
209
 
210
2007-12-15  Sebastian Pop  
211
 
212
        * patch_tester.sh: New.
213
        * prepare_patch.sh: New.
214
 
215
2007-11-26  Alexandre Oliva  
216
 
217
        * compare-debug: Introduce -p flag to preserve .stripped files.
218
 
219
2007-10-08  Manuel Lopez-Ibanez  
220
 
221
        * texi2pod.pl: Handle @asis.
222
        (postprocess): Move @gccoptlist{} after all formatting commands.
223
 
224
2007-10-01  Alexandre Oliva  
225
 
226
        * compare-debug: Avoid spurious errors when .stripped files
227
        exist.
228
 
229
2007-09-22  Hans-Peter Nilsson  
230
 
231
        * warn_summary (srcdirFilter): Add fixincludes, sim,
232
        newlib and mpfr.
233
 
234
2007-08-23  H.J. Lu  
235
 
236
        * gcc_update: Handle different URL paths and tags.
237
 
238
2007-08-16  Alexandre Oliva  
239
 
240
        * compare-debug: New.
241
 
242
2007-08-16  H.J. Lu  
243
            Andreas Schwab 
244
 
245
        * gcc_update: Use "svn info" for revision number.  Create
246
        gcc/REVISION with branch name and revision number.
247
 
248
2007-08-10  Diego Novillo  
249
 
250
        * gcc.doxy: Rename from tree-ssa.doxy.
251
 
252
2007-08-10  Diego Novillo  
253
 
254
        * tree-ssa.doxy: Update for doxygen 1.5.
255
        Include all the files in the middle and back ends.
256
 
257
2007-06-30  Hans-Peter Nilsson  
258
 
259
        * gcc_update (files_and_dependencies): Handle
260
        gcc/testsuite/gcc.dg/cpp/direct2s.c.
261
 
262
2007-05-13  Mark Mitchell  
263
 
264
        * gennews (files): Reference GCC 4.2 web pages.
265
 
266
2007-04-04  Zack Weinberg  
267
 
268
        * texi2pod.pl: Correct handling of @itemize with no argument.
269
 
270
2007-03-17  Hans-Peter Nilsson  
271
 
272
        * uninclude: New utility, from Alexandre Oliva.
273
 
274
2007-02-26  Dominique Dhumieres  
275
 
276
        * test_installed: Adjust to the move from g77 to gfortran.
277
 
278
2007-02-16  Matthias Klose  
279
 
280
        * texi2pod.pl: Handle @subsubsection, ignore @anchor.
281
 
282
2007-02-10  Hans-Peter Nilsson  
283
 
284
        * test_summary (configflags): Adjust for changes in the
285
        config.status format due to update to autoconf 2.59.
286
 
287
2007-02-09  Daniel Jacobowitz  
288
 
289
        * gcc_update: Update for configure.in -> configure.ac.
290
 
291
2007-02-06  Richard Sandiford  
292
 
293
        * texi2pod.pl: Handle @multitable.
294
 
295
2007-01-15  Tom Tromey  
296
 
297
        * download_ecj: New file.
298
 
299
2006-09-27  Matthew Sachs  
300
 
301
        * compareSumTests3: POD syntax fix.
302
 
303
2006-09-27  Matthew Sachs  
304
 
305
        * dglib.pm: Initial commit.
306
        * compareSumTests3: Initial commit.
307
 
308
2006-09-18  Bernhard Fischer  
309
 
310
        * dg-cmp-results.sh (compare-$$.awk): Print name[old]
311
        and not non-existing nm[old].
312
 
313
2006-07-06  Paul Eggert  
314
 
315
        Port to hosts whose 'sort' and 'tail' implementations
316
        treat operands with leading '+' as file names, as POSIX
317
        has required since 2001.  However, make sure the code still
318
        works on pre-POSIX hosts.
319
        * compare_tests: Don't assume "sort +2" is equivalent to
320
        "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
321
 
322
2006-06-05  James Lemke  
323
 
324
        * dg-cmp-results.sh: New script for comparing DejaGNU logs.
325
 
326
2006-06-02  Richard Earnshaw  
327
            Mike Stump  
328
 
329
        * compare_tests: Handle multilibs better.
330
 
331
2006-05-31  Daniel Jacobowitz  
332
 
333
        * texi2pod.pl: Correct handling of absolute @include.
334
 
335
2006-05-02  Daniel Jacobowitz  
336
 
337
        * texi2pod.pl: Handle -I.
338
 
339
2006-02-28  Mark Mitchell  
340
 
341
        * gennews (files): Update for GCC 4.1.
342
 
343
2006-01-24  Diego Novillo  
344
 
345
        * gcc_update (files_and_dependencies): Handle
346
        libgomp/testsuite/Makefile.in.
347
 
348
2006-01-18  Richard Henderson  
349
            Diego Novillo  
350
 
351
        * gcc_update (files_and_dependencies): Add libgomp files.
352
 
353
2005-12-06  Ben Elliston  
354
 
355
        * newcvsroot: Remove.
356
 
357
2005-11-03  Steven Bosscher  
358
 
359
        * gcc_build: Fix my previous checking.
360
 
361
2005-11-01  Joseph S. Myers  
362
 
363
        * gcc_update: Include revision number in LAST_UPDATED.
364
 
365
2005-10-30  Steven Bosscher  
366
 
367
        * gcc_build: Use gcc.gnu.org as the default server.  Set up
368
        SVN_REPOSITORY correctly.  Add support for checking out branches.
369
 
370
2005-10-28  Andrew Pinski  
371
 
372
        * gcc_update: When svn update is called and
373
        --silent is used, pass -q.
374
 
375
2005-10-28  Andrew Pinski  
376
 
377
        * gcc_update: Remove the -q from svn invocation.
378
 
379
2005-10-28  Andrew Pinski  
380
 
381
        * gcc_build: Remove -d from the call to gcc_update.
382
 
383
2005-10-28  Daniel Berlin  
384
            Ben Elliston 
385
 
386
        * gcc_update: Update for svn.
387
        * newcvsroot: Ditto.
388
        * gcc_build: Ditto.
389
 
390
2005-10-21  Mark Mitchell  
391
 
392
        * texi2pod.pl: Substitue for @value even when part of @include.
393
 
394
2005-10-21  Bob Wilson  
395
 
396
        * texi2pod.pl: Convert two single quotes or two backquotes to
397
        double quotes.
398
 
399
2005-08-23  Ben Elliston  
400
 
401
        * gcc_update: Update dependencies for libjava/aclocal.m4.
402
 
403
2005-08-14  Kelley Cook  
404
 
405
        * All files: Update with new FSF address.
406
 
407
2005-07-14  Ben Elliston  
408
 
409
        * filter_params.pl: Typo fix.
410
        * filter_knr2ansi.pl: Likewise.
411
 
412
2005-06-05  Gerald Pfeifer  
413
 
414
        * gennews (files): Update for egcs-1.0 release pages consolidation.
415
 
416
2005-04-17  Joseph S. Myers  
417
 
418
        * gennews (files): Update for GCC 4.0.
419
 
420
2005-03-18  Alexandre Oliva  
421
 
422
        * gcc_update (silent): Unset instead of initializing to null.
423
 
424
2005-03-18  Andreas Schwab  
425
 
426
        * gcc_update (apply_patch): Properly quote $1.
427
 
428
2005-03-18  Zack Weinberg  
429
 
430
        * gcc_update: Add --silent option.
431
 
432
2005-03-08  Kaveh R. Ghazi  
433
 
434
        * warn_summary (keywordFilter): Update sed pattern for new quoting
435
        style in warnings.
436
 
437
2005-03-07  Kaveh R. Ghazi  
438
 
439
        * warn_summary: Add -fortran subdir flag.
440
        (subdirectoryFilter): Fix missing ada subdir.
441
 
442
2004-11-20  Hans-Peter Nilsson  
443
 
444
        * gcc_update (touch_files): Don't rely on "make" being GNU make;
445
        grep for "Touching" to determine that the rule executes.
446
 
447
2004-11-14  Hans-Peter Nilsson  
448
 
449
        * gcc_update (touch_files): Explicitly pass --no-print-directory.
450
 
451
2004-11-04  Andrew Pinski  
452
 
453
        * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
454
 
455
2004-08-04  Paolo Bonzini  
456
 
457
        * gcc_update: Add fixincludes.
458
 
459
2004-08-26  Matthias Klose  
460
 
461
        * texi2pod.pl: keep references of the form @ref{...}, print them bold.
462
 
463
2004-08-26  Matthias Klose  
464
 
465
        * test_summary: Include baseline used for libstdc++-v3 abi check
466
        in test summary.
467
 
468
2004-08-25  Ben Elliston  
469
 
470
        * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
471
 
472
2004-08-20  Andreas Tobler  
473
 
474
        * gcc_update (self): libjava/configure.in -> configure.ac. Automake
475
        update done.
476
 
477
2004-08-04  Paolo Bonzini  
478
 
479
        * gcc_update: libjava/configure.ac -> configure.in.  Automake
480
        1.4 does not handle configure.ac properly.
481
 
482
2004-08-04  Andreas Schwab  
483
 
484
        * gcc_update: libjava/configure.in -> configure.ac.
485
 
486
2004-08-03  Richard Earnshaw 
487
 
488
        * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
489
 
490
2004-07-16  Jeff Law  
491
 
492
        * analyze_brprob: Fix comments.  More consistent output format.
493
 
494
2004-06-17  Diego Novillo  
495
 
496
        * tree-ssa.doxy: Update for doxygen 1.3.5.
497
 
498
2004-06-14  Andreas Jaeger  
499
 
500
        * gcc_update: boehm-gc/configure.in -> configure.ac.
501
 
502
2004-06-16  Paolo Bonzini  
503
 
504
        * gcc_update (boehm-gc/configure): Depend on
505
        boehm-gc/configure.ac instead of boehm-gc/configure.in
506
 
507
2004-06-14  Paolo Bonzini  
508
 
509
        * gcc_update (libmudflap/configure): Depend on
510
        libmudflap/configure.ac instead of libmudflap/configure.in
511
 
512
2004-06-14  Andreas Jaeger  
513
 
514
        * gcc_update: Add libcpp.
515
 
516
2004-06-10  Andreas Jaeger  
517
 
518
        * gcc_update: Add libgfortran.
519
 
520
2004-05-29  Andrew Pinski  
521
 
522
        * gcc_update (libbanshee/configure): Depend on
523
        libbanshee/configure.ac instead of libbanshee/configure.in
524
 
525
2004-05-17  Zack Weinberg  
526
 
527
        * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
528
        from list of files to be touched.
529
        * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
530
 
531
2004-05-15  Joseph S. Myers  
532
 
533
        * gennews: Update for GCC 3.4.
534
 
535
2004-05-13  Diego Novillo  
536
 
537
        Merge from tree-ssa-20020619-branch.
538
 
539
        * filter_gcc_for_doxygen: New file.
540
        * filter_knr2ansi.pl: New file.
541
        * filter_params.pl: New file.
542
        * tree-ssa.doxy: New file.
543
        * contrib/gcc_update (files_and_dependencies): Handle
544
        libbanshee and libmudflap.
545
 
546
2004-04-12  Kelley Cook  
547
            Andreas Jaeger  
548
 
549
        * gcc_update (files_and_dependencies): Insert zlib dependencies.
550
 
551
2004-04-09  Nathanael Nerode  
552
 
553
        * gcc_update (files_and_dependencies): libobjc/configure now
554
        depends on configure.ac, not configure.in.
555
 
556
2004-04-01  Kelley Cook  
557
 
558
        * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
559
 
560
2004-03-16  Andreas Tobler  
561
 
562
        * gcc_update (files_and_dependencies): Insert libffi dependencies.
563
 
564
2004-03-10  Kelley Cook  
565
 
566
        * gcc_update (files_and_dependencies): Insert libada/configure.
567
 
568
2004-02-29  Andrew Pinski  
569
 
570
        * gcc_update (files_and_dependencies): Update intl/configure.in
571
        to intl/configure.ac.
572
 
573
2004-01-09  Kelley Cook  
574
 
575
        * gcc_update (files_and_dependencies): Update fastjar/configure.in
576
        to fastjar/configure.ac
577
 
578
2004-01-07  Kelley Cook  
579
 
580
        * gcc_update (files_and_dependencies): Remove non-existant files.
581
 
582
2004-01-05  Kelley Cook  
583
 
584
        * gcc_update (files_generated): Revert 2003-12-18 change.
585
 
586
2004-01-03  Andrew Pinski  
587
 
588
        * gcc_update (files_and_dependencies): For gcc directory,
589
        rename configure.in to configure.ac.
590
 
591
2003-12-19  Andreas Tobler  
592
 
593
        * gcc_update (files_and_dependencies): For libjava/libltdl directory,
594
        remove acconfig.h. No longer used.
595
 
596
2003-12-18  Kelley Cook  
597
 
598
        * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
599
        gcc/ada/gnat_ug_* to use it.
600
 
601
2003-12-16  James E Wilson  
602
 
603
        * gcc_update (files_and_dependencies): For libjava/libltdl directory,
604
        rename configure.in to configure.ac, and stamp-h.in to config-h.in.
605
 
606
2003-12-11  Kelley Cook  
607
 
608
        * gcc_update (files_and_dependencies): Correct typo in the filename
609
        gnat_ug_wnt.texi.
610
 
611
2003-12-08  Arnaud Charlet  
612
 
613
        * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
614
        treeprs.ads.
615
 
616
2003-10-16  Mark Mitchell  
617
 
618
        * gennews (files): Add GCC 3.3 files.
619
 
620
2003-08-21  Mark Mitchell  
621
 
622
        * gcc_build: Fix handling of -t option.  Add -x option.
623
 
624
2003-07-31  Matt Kraai  
625
 
626
        * texi2pod.pl: Remove extra line.
627
 
628
2003-07-15  Matt Kraai  
629
 
630
        * texi2pod.pl: Default @itemize's parameter to @bullet.
631
 
632
2003-07-12  Zack Weinberg  
633
 
634
        * gcc_update: gcc/acconfig.h no longer exists.
635
 
636
2003-07-11  Matthias Klose  
637
 
638
        * test_installed: Add options to run objc tests.
639
        In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
640
 
641
2003-07-04  Zack Weinberg  
642
 
643
        * gcc_update: Remove gcc/intl/plural.c from list.
644
        Add new generated files intl/plural.c, intl/configure,
645
        intl/config.h.in.
646
 
647
2003-06-13  Jason Thorpe  
648
 
649
        * gcc_update (files_and_dependencies): Add
650
        gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
651
        gcc/testsuite/gcc.dg/cpp/mi1c.h.
652
 
653
2003-05-23  Nathanael Nerode 
654
 
655
        * paranoia.cc: Fix spelling error.
656
 
657
        * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
658
        to GCC.
659
 
660
2003-04-04  Mike Stump  
661
 
662
        * compare_tests: Fix exit status and be more flexible with spacing.
663
 
664
2003-03-08  Phil Edwards  
665
 
666
        * test_summary:  Add -h, print existing comments as help.
667
 
668
2003-03-03  H.J. Lu 
669
 
670
        * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
671
        * gcc_update: Likewise.
672
 
673
2003-01-19  Alexandre Oliva  
674
 
675
        * test_summary (configflags): Only use the first match.  Remove
676
        excess space.  Use sub instead of gsub where possible.  Use `none'
677
        if no configure flags were given.
678
 
679
2003-01-10  Loren J. Rittle  
680
 
681
        * test_summary (configflags): awk portability.
682
 
683
2003-01-07  Alexandre Oliva  
684
 
685
        * test_summary (configflags): Compute correctly with both
686
        autoconfiscated and Cygnus-style top-level.
687
 
688
2003-01-03  Kaveh R. Ghazi  
689
 
690
        * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
691
        on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
692
        gcc/java/keyword.gperf
693
 
694
2002-12-29  Gerald Pfeifer  
695
 
696
        * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
697
        depending on gcc/intl/plural.y.
698
 
699
2002-12-28  Alexandre Oliva  
700
 
701
        * gcc_update (configure): Depend on config/acx.m4 as well.
702
 
703
        * gcc_update (configure): Depend on configure.in.
704
 
705
2002-12-24  Joseph S. Myers  
706
 
707
        * texi2pod.pl: Skip contents of @copying.
708
 
709
2002-11-09  Zack Weinberg  
710
 
711
        * gthr_supp_vxw_5x.c: New file.
712
 
713
2002-10-21  Richard Henderson  
714
 
715
        * paranoia.cc (real_c_float::image): Accomodate size of
716
        real_internal format.
717
        (main): Unbuffer stdio.  Add real_internal format.
718
        (floor_log2_wide): New.
719
 
720
2002-10-16  Richard Henderson  
721
 
722
        * paranoia.cc (ENUM_BITFIELD): New.
723
        (class): Define as klass around real.h.
724
        (real_c_float): Not a template any longer; define MODE as a
725
        class static constant; use real_format elements for SIZE.
726
        Update uses of real_to_decimal and real_to_hexadecimal.
727
        (main): Change -g argument to use a format name.
728
        (mode_for_size): Remove.
729
 
730
2002-09-16  Richard Henderson  
731
 
732
        * paranoia.cc: New file.
733
 
734
2002-09-04  Richard Henderson  
735
 
736
        * enquire.c: Remove.
737
 
738
2002-08-14  Mark Mitchell  
739
 
740
        * gennews (files): Add GCC 3.2 files.
741
 
742
2002-07-22  Gerald Pfeifer  
743
 
744
        * gennews (files): Add proper files for the GCC 3.1 release series.
745
        Simplify and reformat introductory wording.
746
 
747
2002-07-16  Nathanael Nerode  
748
 
749
        * enquire.c: Move from gcc.
750
 
751
2002-07-16  H.J. Lu 
752
 
753
        * gcc_update (touch_files): Pass -s to ${MAKE}.
754
 
755
2002-06-26  Zack Weinberg  
756
 
757
        * texi2pod.pl: Correct handling of the internal R<> sequence.
758
 
759
2002-05-31  Florian Weimer  
760
 
761
        * gcc_update (files_and_dependencies): Add generated Texinfo files
762
        for Ada.
763
 
764
2002-05-16  Rainer Orth  
765
 
766
        * test_installed: Allow for PWDCMD to override hardcoded pwd.
767
        * test_summary: Likewise.
768
 
769
2002-04-18  Geoffrey Keating  
770
 
771
        * gcc_update (touch_files): Don't have empty for loop.
772
 
773
2002-04-16  Richard Henderson  
774
 
775
        * gcc_update: Remove libchill.
776
 
777
2002-03-25  Zack Weinberg  
778
 
779
        * texi2pod.pl: Handle @end ftable and @end vtable.
780
 
781
2002-03-11  Zack Weinberg  
782
 
783
        * texi2pod.pl: Handle @include, @ftable, @vtable.
784
        Reformat some code for clarity.
785
 
786
2002-02-24  Christian Jönsson  
787
 
788
        * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
789
        WARNING and ERROR output from the *.sum files.
790
 
791
2002-01-26  Gerald Pfeifer  
792
 
793
        * gennews (files): Replace gcc-2.95/gcc-2.95.html,
794
        gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
795
        and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
796
 
797
2002-01-16  Gerald Pfeifer  
798
 
799
        * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
800
        egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
801
        egcs-1.1/index.html.
802
 
803
2002-01-01  Kaveh R. Ghazi  
804
 
805
        * warn_summary: Add -ada subdirectory flag.
806
 
807
2001-12-12  Matthias Klose  
808
 
809
        * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
810
        generation of more than one man page from one source.
811
        Add '-' to set of valid chars for an identifier.
812
        Let -D option accept flags of the form =.
813
        Use \s+ for whitespace detection in '@c man' lines.
814
        Handle @set and @clear independent of $output.
815
        Substitute all @value{}'s in a line.
816
 
817
2001-11-14  Joseph S. Myers  
818
 
819
        * texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
820
        in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
821
        and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
822
        greater than 9 in enumerations.
823
 
824
2001-11-07  Laurent Guerby 
825
 
826
        * gcc_update (files_and_dependencies): Add Ada dependencies.
827
 
828
2001-10-08  Joseph S. Myers  
829
 
830
        * snapshot: Remove.
831
 
832
2001-09-07  Richard Sandiford  
833
 
834
        Revert:
835
        * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
836
        gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
837
        touch.
838
 
839
2001-09-04  David.Billinghurst 
840
 
841
        * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
842
        gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
843
        touch.
844
 
845
Mon Aug 13 02:29:08 CEST 2001  Jan Hubicka  
846
 
847
        * analyze_brprob: Update for changes in gcc debug output.
848
 
849
Sat Jul 28 22:37:49 CEST 2001  Jan Hubicka  
850
 
851
        * analyze_brprob: Avoid more overflows.
852
 
853
2001-07-27  Richard Henderson  
854
 
855
        * test_summary: Copy LAST_UPDATED UTC time to head of summary.
856
 
857
Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  
858
 
859
        * analyze_brprob: Avoid overflows.
860
 
861
2001-07-27  Richard Henderson  
862
 
863
        * gcc_update: Dump timestamp in LAST_UPDATED.
864
 
865
2001-07-26  Andreas Jaeger  ,
866
            Hans-Peter Nilsson 
867
 
868
        * analyze_brprob: Fix documentation.
869
 
870
Mon Jul 23 15:47:19 CEST 2001  Jan Hubicka  
871
 
872
        * analyze_brprob: Fix awk compatibility problems; update comment.
873
 
874
2001-07-23  Andreas Jaeger  
875
 
876
        * analyze_brprob: Fix more typos.
877
 
878
2001-07-23  Andreas Jaeger  
879
 
880
        * analyze_brprob: Fix typos.
881
 
882
2001-07-03  Joseph S. Myers  
883
 
884
        * texi2pod.pl: Handle @r inside @item.
885
 
886
2001-07-02  Zack Weinberg  
887
 
888
        * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
889
 
890
2001-07-01  Zoltan Felleg 
891
 
892
        * warn_summary: Fix typo in a comment.
893
 
894
2001-06-14  Albert Chin-A-Young  
895
 
896
        * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
897
 
898
2001-06-13  Mark Mitchell  
899
 
900
        * gennews: Set TERM to vt100 for Lynx.
901
 
902
2001-06-13  Gerald Pfeifer  
903
 
904
        * release: Remove.
905
 
906
Tue Jun 12 12:21:40 CEST 2001  Jan Hubicka  
907
 
908
        * analyze_brprob: New file.
909
 
910
2001-06-11  Mark Mitchell  
911
 
912
        * gcc_build: Output information about the commands used to
913
        configure the compiler.
914
 
915
2001-06-07  Joseph S. Myers  
916
 
917
        * gennews: Update for GCC 3.0.
918
 
919
2001-06-02  Joseph S. Myers  
920
 
921
        * gcc_update: Update for move of documentation to gcc/doc.
922
 
923
2001-05-28  Rainer Orth  
924
 
925
        * contrib/test_summary (files): Sort before evaluating.
926
 
927
2001-05-23  Gerald Pfeifer  
928
 
929
        * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
930
 
931
2001-05-21  Mark Mitchell  
932
 
933
        * gcc_build: Use -d when invoking gcc_update.
934
 
935
2001-05-18  Andreas Jaeger  
936
 
937
        * gcc_update: Add rules for libf2c/libI77.
938
 
939
2001-05-17  Alexandre Oliva  
940
 
941
        * gcc_update (touch_files): Use simpler, yet as portable, syntax.
942
 
943
2001-05-14  Loren J. Rittle  
944
 
945
        * gcc_update (touch_files): Enhance make portability.
946
 
947
2001-05-14  Alexandre Oliva  
948
 
949
        * gcc_update (touch_files): Use a Makefile to touch files.
950
 
951
2001-05-03  Joseph S. Myers  
952
 
953
        * texi2pod.pl: Add copyright and GPL notices.
954
 
955
2001-01-24  Joseph S. Myers  
956
 
957
        * texi2pod.pl: Handle "\,".
958
 
959
2001-01-15  Joseph S. Myers  
960
 
961
        * texi2pod.pl: Fix regular expression for @r to avoid exponential
962
        recursion.  From Russ Allbery .  Remove perl
963
        version check.
964
 
965
2001-01-15  Kaveh R. Ghazi  
966
 
967
        * warn_summary (stageNfilter): Update for recent changes in
968
        bootstrap logic.
969
 
970
2001-01-14  Joseph S. Myers  
971
 
972
        * texi2pod.pl: Require at least perl 5.6.0.
973
 
974
2001-01-13  Joseph S. Myers  
975
 
976
        * gcc_update: Add gcc/gcc.1 to generated files.
977
        * texi2pod.pl: Handle @r and @gccoptlist.  Handle @gol.  Handle
978
        discarding to end of sentence with @xref where the sentence has an
979
        interior "." in markup, and handle discarding parentheses around
980
        such a sentence.
981
 
982
2001-01-11  Bernd Schmidt  
983
 
984
        * gennews: Add gcc-2.95.3.
985
 
986
2001-01-10  Joseph S. Myers  
987
 
988
        * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
989
        @command.  Format URLs and email addresses in bold.
990
 
991
2001-01-03  Joseph S. Myers  
992
 
993
        * gcc_update: Add cpp.1 to the list of generated files.
994
 
995
        * texi2pod.pl: Handle @option and @env.
996
 
997
2001-01-03  Mike Stump  
998
 
999
        * snapshot: Update to account for java libraries.
1000
 
1001
2000-12-28  Jeffrey Oldham  
1002
 
1003
        * test_summary: Export filesuffix, not fileprefix.
1004
 
1005
2000-12-22  Joseph S. Myers  
1006
 
1007
        * release: Change some EGCS references to GCC.
1008
 
1009
2000-12-14  Kaveh R. Ghazi  
1010
 
1011
        * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
1012
        subdirectory flags.  Add source directory prefix filtering.
1013
        Redirect diagnostic output to stderr.
1014
 
1015
2000-12-07  Zack Weinberg  
1016
 
1017
        * texi2pod.pl: If multiple @c man sections with the same tag
1018
        appear, concatenate them in the final output.  When skipping,
1019
        ignore block commands that can't cause skipping, and honor
1020
        those that can.  Ensure that verbatim blocks are separate
1021
        paragraphs.
1022
 
1023
2000-12-07  Joseph S. Myers  
1024
 
1025
        * gcc_update: Don't touch tradcif.c or java/parse.h.
1026
 
1027
2000-12-05  Zack Weinberg  
1028
 
1029
        * texi2pod.pl: Restructure for comprehensibility, add
1030
        comments.  Merge handling of @ignore and @ifxxx.  Handle a
1031
        whole bunch more Texinfo commands.  Use consistent formatting
1032
        style.
1033
 
1034
2000-12-04  Joseph S. Myers  
1035
 
1036
        * gennews: New script.
1037
 
1038
2000-11-22  Gerald Pfeifer  
1039
 
1040
        * gcc_update: Update a comment as we now require bison for CVS users.
1041
 
1042
2000-11-22  Joseph S. Myers  
1043
 
1044
        * gcc_update: Add gcov.1 to the list of generated files.
1045
 
1046
2000-11-21  Mark Mitchell  
1047
 
1048
        * gcc_build: Remove code to put information in a log file.
1049
 
1050
2000-11-19  Zack Weinberg  
1051
 
1052
        * texi2pod.pl:
1053
          - Add real command line parsing.
1054
          - Support @ifset, @ifclear, @set, @value, -D switch.
1055
          - Support @sc.  Improve handling of @ref and friends.
1056
          - Discard @subsection, @need, @node lines.
1057
          - Un-nest font changes to match texinfo semantics.
1058
          - Handle @{ and @}.  Oops.
1059
          - Don't emit E<> directives inside verbatim blocks.
1060
 
1061
2000-11-12  Bruce Korb  
1062
 
1063
        * release: generalize the release script a bit.
1064
 
1065
Sat Nov 11 17:29:03 2000  Mark P Mitchell  
1066
 
1067
        * gcc_build: Add -o option for setting the objdir to use.
1068
 
1069
2000-11-11  Jeff Law  ,
1070
 
1071
        * release: New file.
1072
 
1073
2000-11-08  Jeff Law  ,
1074
            Gerald Pfeifer  
1075
 
1076
        * snapshot: New file.
1077
 
1078
2000-11-08  Jeffrey Oldham  
1079
 
1080
        * gcc_build (bootstrap_gcc): New function.
1081
        (configure_gcc): Likewise.
1082
        (build_gcc): Rewritten to use configure and bootstrap.
1083
        (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
1084
 
1085
2000-10-31  Mark Mitchell  
1086
 
1087
        * gcc_build (MAKE): New variable.
1088
        (build_gcc): Use it.  Fix logging of errors.
1089
        (install_gcc): Likewise.
1090
 
1091
2000-10-29  Mark Mitchell  
1092
 
1093
        * gcc_build: Save the output from CVS into the logfile as well.
1094
 
1095
2000-10-25  Mark Mitchell  
1096
 
1097
        * gcc_build: Fix typos.
1098
 
1099
2000-10-14  Joseph S. Myers  
1100
 
1101
        * gperf-2.7-19981006.pat: Remove.
1102
 
1103
2000-10-08  Joseph S. Myers  
1104
 
1105
        * test_installed: Change EGCS references to refer to GCC.
1106
 
1107
2000-09-28  Gerald Pfeifer  
1108
 
1109
        * gcc_update (touch_files): Add some informative output.
1110
 
1111
2000-09-16  Andreas Jaeger  
1112
 
1113
        * gcc_update: Remove gcc/c-parse.gperf.
1114
 
1115
2000-08-30  Gerald Pfeifer  ,
1116
            Alexandre Oliva  
1117
 
1118
        * gcc_update: Execute touch_files_reexec even if `cvs update`
1119
        failed.
1120
 
1121
2000-08-09  Alexandre Oliva  
1122
 
1123
        * test_summary: AWK breaks with filenames containing `='.
1124
 
1125
Sun Jul 16 12:04:33 2000  Mark P Mitchell  
1126
 
1127
        * gcc_build: New script.
1128
 
1129
2000-07-13  Mark Mitchell  
1130
 
1131
        * gcc_update (files_and_dependencies): Remove generated YACC files.
1132
 
1133
2000-07-12  Mark Mitchell  
1134
 
1135
        * gcc_update (files_and_dependencies): Remove generated YACC files.
1136
 
1137
2000-06-04  Mark Mitchell  
1138
 
1139
        * newcvsroot: Handle filenames that contain spaces.
1140
 
1141
2000-06-03  Zack Weinberg  
1142
 
1143
        * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
1144
        Elide --with-gcc-version-trigger and --norecursion from
1145
        configure flags.  Remove code to report status of haifa scheduler.
1146
 
1147
2000-05-18  Alexandre Oliva  
1148
 
1149
        * gcc_update (self): Set to `$0'.
1150
        (touch_files_reexec): Use `$self' instead of `$0'.
1151
 
1152
2000-05-12  Alexandre Oliva  
1153
 
1154
        * gcc_update (touch_files_reexec): New function, run after the
1155
        tree is modified.
1156
 
1157
2000-05-08  Richard Hendeson  
1158
 
1159
        * gcc_update: Remove references to inclhack.tpl.
1160
 
1161
2000-04-28  Jason Merrill  
1162
 
1163
        * index-prop: Use a single pattern.  Also support *** cdiffs.
1164
 
1165
2000-04-28  Pavel Roskin 
1166
 
1167
        * index-prop: Don't change /dev/null.
1168
 
1169
2000-04-27  Gerald Pfeifer  
1170
 
1171
        * gcc_update: Refer to GCC and gcc_update instead of egcs and
1172
        egcs_update.
1173
 
1174
2000-04-26  Jonathan Larmour  
1175
 
1176
        * index-prop: Fix occasional problem when using cvs diff -p.
1177
 
1178
2000-04-18  Zack Weinberg  
1179
 
1180
        * gcc_update: Remove references to cexp.c/cexp.y.
1181
 
1182
1999-12-18  Gerald Pfeifer  
1183
 
1184
        * newcvsroot: Add check on the number of command-line arguments.
1185
        Add usage.
1186
 
1187
Sun Nov 28 00:41:44 1999  William Bader (william@nscs.fast.net)
1188
 
1189
        * gcc_update: Allow patches compressed by bzip2.
1190
 
1191
1999-10-11  Martin v. Löwis 
1192
 
1193
        * newcvsroot: New file.
1194
 
1195
1999-09-11  Craig Burley  
1196
 
1197
        * convert_to_f2c, convert_to_g2c, download_f2c: New file.
1198
 
1199
1999-08-16  Gerald Pfeifer  
1200
 
1201
        * gcc_update: New file.
1202
        * egcs_update: Renamed to gcc_update.
1203
 
1204
1999-08-09  Robert Lipe  
1205
 
1206
        * test_summary: Quote curly braces in 1999-07-03 change.
1207
 
1208
1999-07-28  Alexandre Oliva  
1209
 
1210
        * egcs_update (files_and_dependencies): Fixed typo in
1211
        gcc/cstamp-h.in.  Added gcc/config.in.
1212
 
1213
1999-07-27  Alexandre Oliva  
1214
 
1215
        * egcs_update (files_and_dependencies): New function, with
1216
        complete list of files to be updated, as well as their
1217
        dependencies.
1218
        (touch_files): Check the timestamp of each generated file against
1219
        its dependencies'.
1220
        (main): New flags --touch, --list and --help.  Remove the
1221
        pre-update step.
1222
 
1223
1999-07-17  Alexandre Oliva  
1224
 
1225
        * test_summary: Replace egcs with gcc.  Update e-mail address.
1226
 
1227
1999-07-05  Gerald Pfeifer  
1228
            Jerry Quinn 
1229
 
1230
        * egcs_update (touch_files, apply_patch): New functions.
1231
        Use them.  New command-line option --patch.  Split test of local
1232
        tree into two parts.  Add comments.
1233
 
1234
1999-07-03  Alexandre Oliva  
1235
 
1236
        * test_summary: If Target is `unix{*}', append the Target variants
1237
        to Host.
1238
 
1239
1999-06-12  Alexandre Oliva  
1240
 
1241
        * test_summary: Set default mail-address and version for egcs
1242
        instead of relying on unpredictable pathnames.
1243
        Reported by Andreas Jaeger 
1244
 
1245
Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
1246
 
1247
        * fixinc/*: Delete obsolete files.
1248
 
1249
1999-02-04  Robert Lipe  
1250
 
1251
        * egcs_update: Test return values of 'cvs update'.  Propogate
1252
        to caller as exit values.
1253
 
1254
1999-01-25  Gerald Pfeifer  
1255
 
1256
        * egcs_update: Use "if" instead of "&&".  Touch generated files
1257
        only after the corresponding *.y files.
1258
 
1259
1999-01-19  Gerald Pfeifer  
1260
 
1261
        * egcs_update: Do not use xargs, but a backquote construct.
1262
 
1263
1999-01-07  Alexandre Oliva  
1264
 
1265
        * test_summary (version): Remove carriage return that gawk inserts
1266
        in the version string for some reason.
1267
 
1268
1998-11-30  Gerald Pfeifer  
1269
 
1270
        * egcs_update: Only touch files that already exist.
1271
 
1272
1998-11-29  Alexandre Oliva  
1273
 
1274
        * test_summary (EOF): Remove double backslash.
1275
        Reported by Franz Sirl 
1276
 
1277
1998-11-28  Alexandre Oliva  
1278
 
1279
        * test_summary (address): Set to egcs-testresults mailing list.
1280
 
1281
1998-11-27  Alexandre Oliva  
1282
 
1283
        * test_summary (address): Added Marc Lehmann's testsuite-results
1284
        to the default e-mail address.
1285
 
1286
1998-11-25  Alexandre Oliva  
1287
 
1288
        * test_summary (-p, prepend_logs): Add these before the summary.
1289
        (Compiler, Platform): Print these just before configflags.
1290
 
1291
Sat Oct 31 10:53:40 1998  Kaveh R. Ghazi  
1292
 
1293
        * warn_summary (longLineFilter): New shell function to encapsulate
1294
        this functionality.  It is off by default, only active if -llf
1295
        flag is specified.
1296
        (subdirectoryFilter): Fix bug in filtering which made some
1297
        subdirectory warnings erroneously appear in the toplevel set.
1298
        (stageNfilter): Renamed from `stageNwarns'.  Updated to collect
1299
        warnings from stage1 as well as stage0, which means warnings from
1300
        outside the bootstrap directory.  Eg, the libraries, etc.
1301
        (warningFilter): New shell function to encapsulate this
1302
        functionality.
1303
        (keywordFilter): New shell function to encapsulate this
1304
        functionality.
1305
 
1306
        Store data in a temp file rather than calculating it 3x.  Arrange
1307
        to remove it on exit and signals.
1308
 
1309
        Add -pass/-wpass flags to do "pass through" (i.e. manual
1310
        inspection) of bootstrap output from a particular stageN as well
1311
        as language subdirs.
1312
 
1313
        Add better comments/documentation.
1314
 
1315
Sat Oct 31 16:39:31 1998  Gerald Pfeifer  
1316
 
1317
        * egcs_update: Add comment about keeping the FAQ synchronized.
1318
 
1319
Fri Oct 30 00:39:27 1998  Jeffrey A Law  (law@cygnus.com)
1320
 
1321
        * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
1322
        in the repo again.
1323
 
1324
Fri Oct 16 07:35:00 1998  Bruce Korb 
1325
 
1326
        * egcs_update:  Added gcc/fixinc/* generated files to touch list.
1327
 
1328
Tue Oct 13 23:28:33 1998  Jeffrey A Law  (law@cygnus.com)
1329
 
1330
        * egcs_update: Remove gcc/java/parse.c from list of files to
1331
        touch.
1332
 
1333
Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  
1334
 
1335
        * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
1336
 
1337
Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  
1338
 
1339
        * warn_summary (subdirectoryFilter): New shell function to
1340
        optionally filter in/out gcc subdirectories when summarizing
1341
        warnings.  Add new flags to support subdirectory filtering.
1342
 
1343
        Also, ensure the bootstrap stage is a number.  Add some more C
1344
        keywords that are preserved in the "warning type" summary and
1345
        tighten up the "arg ???" regexp.
1346
 
1347
Tue Sep 22 07:30 Bruce Korb 
1348
 
1349
        * fixinc/inclhack.def:  Not all C++ comments in C headers
1350
        were treated alike.  They are now.  Also fixed syntax
1351
        of sed expression in "systypes" fix.
1352
 
1353
        * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
1354
 
1355
        * egcs_update:  Added fixinc/* generated files to touch list.
1356
 
1357
Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  
1358
 
1359
        * egcs_update: Additionally touch gcc/java/parse.[ch].
1360
 
1361
Thu Sep  9 16:48 Bruce Korb 
1362
 
1363
        * fixinc/inclhack.def:  Added two files required by
1364
        SCO's Open Server 5's avoid_bool fix.
1365
        Regenerated fixinc.x and inclhack.sh to incorporate
1366
        the update.
1367
 
1368
Thu Sep  3 10:11:32 1998  Robert Lipe   
1369
 
1370
        * egcs_update: Do the pass 1 CVS update only for files that
1371
        may reasonably be under CVS control.
1372
 
1373
1998-08-14  Alexandre Oliva  
1374
 
1375
        * test_installed: New script for testing already-installed
1376
        gcc/g++/g77.
1377
 
1378
Wed Aug 12 19:59:36 1998  Gerald Pfeifer  
1379
 
1380
        * egcs_update: Assigned copyright to FSF.
1381
 
1382
Tue Aug 11 17:55:53 1998  Gerald Pfeifer  
1383
                          Alexandre Oliva  
1384
 
1385
        * egcs_update: New switch --nostdflags and documentation
1386
        enhancements.
1387
 
1388
Tue Aug 11 17:33:19 1998  Gerald Pfeifer  
1389
 
1390
        * egcs_update: New script.
1391
 
1392
1998-08-05  Bruce Korb 
1393
 
1394
        * fixinc/Makefile
1395
        Added define for target machine so machine-specific tests
1396
        can be selected for or against.
1397
 
1398
        * fixinc/fixincl.c
1399
        Added an array of string pointers to machines to select
1400
        or avoid, depending on a FD_MACH_IFNOT bit flag.
1401
        Used a shell script to match the defined TARGET_MACHINE
1402
        with any of the given match patterns.
1403
 
1404
        * fixinc/fixincl.tpl
1405
        Generate the array of strings and bit flag, as needed,
1406
        depending on "mach" and "not_machine" attributes for a fix.
1407
 
1408
        * fixinc/mkfixinc.sh
1409
        Invoke the make with TARGET assigned the value of the
1410
        machine name argument.
1411
 
1412
Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
1413
 
1414
        * compare_tests: New script.
1415
 
1416
1998-07-28  Alexandre Oliva  
1417
 
1418
        * test_summary: Assigned copyright to FSF.
1419
 
1420
Mon Jul 27 20:33:02 1998  Gerald Pfeifer  
1421
 
1422
        * test_summary: Corrected script name in comments providing
1423
        documentation.  Added linebreaks for lines with > 80 characters.
1424
 
1425
Fri Jun 19 02:36:59 1998  Alexandre Oliva 
1426
 
1427
        * test_summary: New switch, -i, and environment variable,
1428
        append_logs, for including files in the report.
1429
 
1430
1998-06-01  Manfred Hollstein  
1431
 
1432
        * warn_summary: Update to Kaveh's latest version allowing to
1433
        specify the last stage built.
1434
 
1435
1998-05-29  Bruce Korb 
1436
 
1437
        * fixinc/mkfixinc.sh
1438
        Changes to make it easier to invoke on platforms that
1439
        normally do not invoke fixincludes.
1440
 
1441
        * fixinc/inclhack.def
1442
        Applied fixes from egcs/gcc/fixincludes from the past several
1443
        months.
1444
 
1445
1998-05-28  Bruce Korb 
1446
 
1447
        * fixinc/*: Updated most everything for a first real
1448
        try at getting "fast_fixincludes" working.
1449
 
1450
1998-05-28  Jason Merrill  
1451
 
1452
        * index-prop: New file.
1453
 
1454
Sat May 23 23:38:49 1998  Matthias Klose  
1455
 
1456
        * test_summary: find good awk (copied from warn_summary).
1457
 
1458
Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
1459
 
1460
        * test_summary, warn_summary: New files

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.