ChangeLog revision 1.1.1.21
12023-05-08  Release Manager
2
3	* GCC 12.3.0 released.
4
52022-08-19  Release Manager
6
7	* GCC 12.2.0 released.
8
92022-05-06  Release Manager
10
11	* GCC 12.1.0 released.
12
132012-08-26  Hans-Peter Nilsson  <hp@axis.com>
14
15	* btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.
16
17	* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
18
192009-09-02  Geoff Keating  <geoffk@apple.com>
20
21	* btest-gcc.sh: Continue after bootstrap comparison failure.
22
232008-11-27  Geoff Keating  <geoffk@geoffk.org>
24
25	* mkindex.pl: New.
26
272007-12-24  Geoff Keating  <geoffk@geoffk.org>
28
29	* objs-gcc.sh: Revert previous change.
30
312007-12-23  Geoff Keating  <geoffk@geoffk.org>
32
33	* objs-gcc.sh: Set up the GDB testsuite even if the gdb installed
34	is just called 'gdb'.
35
362007-12-22  Geoff Keating  <geoffk@geoffk.org>
37
38	* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
39
40	* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
41	which it now is, rather than XHTML, which it never was.
42	(<head>): Mark as UTF-8.  Add title.  Move CSS to top of
43	document, specify type.  Mark script as 'defer'.
44	(updateContents): If loaded from HTTP, look for status in same
45	place as widget.
46	(gotContents): Use DOM methods to change text rather than innerHTML.
47	(<body>): Eliminate unnecessary DIV element.
48	* GCC_Regression_Tester.wdgt/Info.plist: Update version, copyright
49	notice.
50
512006-09-05  Geoffrey Keating  <geoffk@apple.com>
52
53	* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
54
552006-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
56
57	* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
58	g++.sum has moved to gcc/testsuite/g++/g++.sum.
59	objc.sum has moved to gcc/testsuite/objc/objc.sum.
60
612005-12-20  Geoffrey Keating  <geoffk@apple.com>
62
63	* btest-gcc.sh: Support -j option.
64
652005-11-28  Geoffrey Keating  <geoffk@geoffk.org>
66
67	* GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt.
68	* GCC_Regression_Tester.wdgt/Info.plist
69	(CFBundleDisplayName): Update for rename.
70	(CFBundleName): Use shorter name.
71	(CFBundleVersion): Update to 1.0.1.
72	(CFBundleShortVersionString): Update to 1.0.1.
73	(LSHasLocalizedDisplayName): New.
74	(NSHumanReadableCopyright): New.
75	* GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings: New.
76	* GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings: New.
77	* GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings: New.
78
79	* GCC_Regression_Tester.wdgt/widget.html: Use max-age=30
80	to help out intermediate caches.
81
822005-11-23  Geoffrey Keating  <geoffk@geoffk.org>
83
84	* GCC Regression Tester.wdgt/widget.html: New file.
85	* GCC Regression Tester.wdgt/Info.plist: New file.
86	* GCC Regression Tester.wdgt/Icon.png: New file.
87	* GCC Regression Tester.wdgt/Default.png: New file.
88	* README: Describe new files.
89
902005-06-07  Hans-Peter Nilsson  <hp@bitrange.com>
91
92	* btest-gcc.sh: Add support for option
93	--add-passes-despite-regression.
94
952005-06-06  Hans-Peter Nilsson  <hp@axis.com>
96
97	* btest-gcc.sh <Build>: Don't pass --with-newlib when target is
98	"*-linux*".
99
100	* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
101
1022004-11-07  James A. Morrison  <phython@gcc.gnu.org>
103
104	* README: Update website URL.
105
1062004-10-27  Geoffrey Keating  <geoffk@apple.com>
107
108	* btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called
109	libstd++.sum not libstdc++-v3.sum.
110
1112004-10-26  Geoffrey Keating  <geoffk@apple.com>
112
113	* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++,
114	libffi, and libjava.
115
1162004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
117
118	* btest-gcc.sh: Remove g77.sum from TESTLOGS.
119
1202003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
121
122	* btest-gcc.sh: Add make check-target-libffi.
123
1242003-07-31  Andreas Tobler  <a.tobler@schweiz.ch>
125
126	* btest-gcc.sh: Add make check-target-libjava.
127
1282002-10-22  Geoffrey Keating  <geoffk@apple.com>
129
130	* btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.
131
1322002-10-11  Geoffrey Keating  <geoffk@apple.com>
133
134	* objs-gcc.sh: Don't install GDB testsuite if GDB was not built.
135	* btest-gcc.sh: Don't run GDB testsuite if it doesn't exist.
136
1372002-10-09  Phil Edwards  <pme@gcc.gnu.org>
138
139	* btest-gcc.sh, objs-gcc.sh:  Update TARGET comments.
140
1412002-10-09  Geoffrey Keating  <geoffk@apple.com>
142
143	* objs-gcc.sh: On (non-linux) native hosts, use 'make bootstrap'.
144
1452002-03-09  Geoffrey Keating  <geoffk@redhat.com>
146
147	* btest-gcc.sh: For crosses, assume newlib and GNU binutils.
148	* site.exp: Correct mips-elf triplet.
149
1502002-01-31  Geoffrey Keating  <geoffk@redhat.com>
151
152	* btest-gcc.sh: New file.
153	* objs-gcc.sh: New file.
154	* site.exp: New file.
155	* ChangeLog: New file.
156	* README: New file.
157