source: rtems/scripts/ChangeLog @ 60ac65d

4.104.114.84.95
Last change on this file since 60ac65d was 60ac65d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/29/02 at 16:53:14

2002-10-29 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
  • binutils/binutils.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.). Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os and _target_os)
  • gcc3newlib/base-gcc.add: Add gccint*infos.
  • gcc3newlib/base-gcj.add: Add gcj*infos. Mark manpages as %doc and pickup the gzipped versions.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
4        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
5        * binutils/binutils.add: Remove %{target} != %{build} comment
6        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
7        Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
8        and _target_os)
9        * gcc3newlib/base-gcc.add: Add gccint*infos.
10        * gcc3newlib/base-gcj.add: Add gcj*infos.
11        Mark manpages as %doc and pickup the gzipped versions.
12
132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * autotools/automake-rtems.spec.in: Fix my address. Set up PATH
16        before running configure (Prep. for automake >= 1.7).
17
182002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * autotools/autoconf-rtems.spec.in: New.
21        Remove Provides: autoconf (Conflicts with RH-8.0).
22        * autotools/autoconf-rtems.spec: Remove.
23        * autotools/automake-rtems.spec.in:
24        Remove Provides: automake (Conflicts with RH-8.0).
25        * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
26        * Makefile.am: Ditto.
27        * configure.ac: Add autotools/autoconf-rtems.spec.in.
28
292002-10-24      Joel Sherrill <joel@OARcorp.com>
30
31        * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.
32        * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not
33        currently include the patch referenced in PR8344.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-09-14      Joel Sherrill <joel@OARcorp.com>
42
43        * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
44        gcc3newlib/target-gcj.add: First attempt at enabling Java support.
45
462002-08-21      Joel Sherrill <joel@OARcorp.com>
47
48        * setup.def, gcc3newlib/gccnewlib.add: Updated the tools for
49        gcc 3.2 and Ada.
50
512002-08-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada.
54        Add %_gnat and --define 'gnat [0|1]' support.
55        Enable gnat for gcc-3.2/Disable for gcc-3.1.
56        Add hacks to build gnatlib.
57        Re-activate commented out fragments for old gcc versions.
58        Add @target_alias@-gnatgcc.
59
602002-08-15      Joel Sherrill <joel@OARcorp.com>
61
62        * setup.def: New gcc 3.1 RPMs (-7).
63        * gcc3newlib/gccnewlib.add:  i386-rtems doesn't build Ada.
64
652002-08-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * gcc3newlib/Makefile.am: Remove c_only remnants.
68        * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++
69        headers into c++ instead of g++.
70        * gcc3newlib/target-c++.add: Ditto.
71
722002-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*.
75        * gcc3newlib/Makefile.am: Use mkspec for c4x.
76        * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX.
77        Rework handing Ada.
78        Don't put adalib and adainclude into files.gcc.
79        * gcc3newlib/target-gnat.add: Add adalib.
80        Add adainclude.
81
822002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
85
862002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * gcc3newlib/.cvsignore: Add mkspec.
89
902002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * mkgcc3newlibspec.in: Remove
93        * gcc3newlib/mkspec.in: New.
94        * configure.ac: Reflect changes above.
95        * gcc3newlib/gccnewlib.add: Add build_XXX defines.
96        Add preliminary gnat support.
97        * gcc3newlib/base-g77.add: Add build_g77.
98        * gcc3newlib/base-gcj.add: Add build_gcj.
99        * gcc3newlib/base-gnat.add: New.
100        * gcc3newlib/target-c++.add: Add build_cxx.
101        * gcc3newlib/target-g77.add: Add build_g77.
102        * gcc3newlib/target-gcj.add: Add build_gcj.
103        * gcc3newlib/target-objc.add: Add build_objc.
104        * gcc3newlib/target-gnat.add: New.
105        * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
106
1072002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * setup.def: Increment release for gcc3newlib.
110        * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
111
1122002-08-08      Joel Sherrill <joel@OARcorp.com>
113
114        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
115        Updated to binutils 2.13 which has no known issues.
116
1172002-08-06      Joel Sherrill <joel@OARcorp.com>
118
119        * setup.def: Updating gcc3/newlib patches and tool versions.  The
120        focus of this round of patches was ot eliminate header file name
121        conflicts between RTEMS and newlib.
122
1232002-07-30      Joel Sherrill <joel@OARcorp.com>
124
125        * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with
126        the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
127
1282002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * autotools/automake-rtems.spec.in: Automake-1.6.3.
131        * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
132
1332002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
136        to generate mk*spec scripts.
137        * mkbspspec.in: Use ',' as pattern delimiter in sed expression
138        for $rpm_build_root.
139        * mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
140        expression for $rpm_build_root.
141        * cpukit/mkspec.in: Cosmetical changes.
142
1432002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
146        Joel.
147        * cpukit/Makefile.am: New.
148        * cpukit/mkspec.in: New.
149        * cpukit/rtems-cpukit.spec.in: New.
150        * cpukit/.cvsignore: New.
151        * configure.ac: Add cpukit.
152        Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
153        * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
154        RTEMS_VERSION).
155        * setup.def: Use %{_tmppath} as default for $rpm_build_root.
156        * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
157        for $rpm_build_root.
158        * mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
159        expression for $rpm_build_root.
160        * mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
161        expression for $rpm_build_root.
162        * mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
163        $rpm_build_root.
164
1652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * binutils/Makefile.am: Add or32-rtems-binutils.
168
1692002-07-19      Joel Sherrill <joel@OARcorp.com>
170
171        * setup.def: Updated newlib patch to get sh and hppa crt0 mods.
172
1732002-07-01      Joel Sherrill <joel@OARcorp.com>
174
175        * setup.def: Update gcc3 RPMs for new patches.
176
1772002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
180
1812002-06-14      Joel Sherrill <joel@OARcorp.com>
182
183        * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add:
184        Updated to gcc 3.1 and gdb 5.2.
185
1862001-05-29      Joel Sherrill <joel@OARcorp.com>
187
188        * setup.def: Updated to binutils 2.12.1.
189        * rtems/Makefile.am: Remove m68k-rtemself references.
190
1912002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * mkgcc3newlibspec.in: Remove SETUP (bogus).
194        * gcc3newlib/target-c++.add: New.
195        * gcc3newlib/Makefile.am: Add target-c++.add.
196        * gcc3newlib/base-g77.add: Adapt to gcc-3.1.
197        Reflect having split out c++. Various minor fixes.
198        * gcc3newlib/base-gcc.add: Ditto.
199        * gcc3newlib/gccnewlib.add: Ditto.
200        * gcc3newlib/target-gcc.add: Ditto.
201
2022002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
205        timestamps.
206
2072001-04-16      Joel Sherrill <joel@OARcorp.com>
208
209        * .cvsignore: Added files added by automake 1.6.1.
210        * setup.def: New shot at gcc 3.0.4 RPMs.
211        * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
212        Deleted m68k-rtemself.
213        * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
214 
2152002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * autotools/automake-rtems.spec.in: Update to automake-1.6.1.
218        Use *.tar.bz2.
219
2202002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * mkbinutilspec.in: Fix PATCH2.
223
2242002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
227
2282002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
231
232
2332002-04-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * mkbinutilspec.in: Add support for empty patch-version (no patch).
236        * mkgcc3newlibspec.in: Ditto.
237        * setup: Fix gcc3*_versions handling.
238        * setup.def: binutils_patch_version=.
239        * binutils/binutils.add: Reflect changes to mkbinutilspec.in,
240        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
241        * binutils/target-binutils.add: Comment out c++filt.
242        * gcc3newlib/base-gcc.add: Remove duplicate libm.info.
243        * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in.
244        Use "%{_target_os}" != "%{_build_os}" to detect cross-building.
245        Comment out gcc-2.95.x hacks.
246        Remove *.la from installed files.
247        * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
248
2492001-04-02      Joel Sherrill <joel@OARcorp.com>
250
251        * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
252
2532001-03-29      Joel Sherrill <joel@OARcorp.com>
254
255        * .cvsignore: Added mkgcc3newlib.
256
2572001-03-29      Joel Sherrill <joel@OARcorp.com>
258
259        * gcc3newlib/.cvsignore: New file.
260
2612001-03-28      Joel Sherrill <joel@OARcorp.com>
262
263        * Per PR64 added support for gcc 3.x RPMs
264        * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
265        * mkgcc3newlibspec.in: New file.
266        * gcc3newlib: New subdirectory.
267        * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
268        gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
269        README, target-g77.add, target-gcc.add, target-gcj.add,
270        target-objc.add: New files.
271
2722001-03-28      Joel Sherrill <joel@OARcorp.com>
273
274        * binutils/binutils.add: Commented out patch since binutils 2.12
275        does not require one.
276
2772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac:
280        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
281        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
282        * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
288
2892002-03-06      Ralf Corsepius <corsepiu@faw-uni-ulm.de>
290
291        * PR151
292        * autotools/automake-rtems.spec.in: New.
293        * autotools/automake-rtems.spec: Removed.
294        * configure.ac: Reflect changes above.
295
2962001-02-27      Joel Sherrill <joel@OARcorp.com>
297
298        * configure.ac: Be a little more lenient in matching sparc-solaris.
299
3002002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
303        gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
304        gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add,
305        gccnewlib/target-chill.add, gccnewlib/target-g77.add,
306        gccnewlib/target-gcc.add, gccnewlib/target-gcj.add,
307        gccnewlib/target-objc.add: Added more support for Canadian Cross
308        building.
309
3102001-01-30      Joel Sherrill <joel@OARcorp.com>
311
312        * buildall.in: Corrected logic for detecting when no RPMs are installed.
313
3142001-01-24      Joel Sherrill <joel@OARcorp.com>
315
316        * README: Added Canadian Cross instructions.
317
3182002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
321        * mkbinutilsspec.in: Add propagation of @prefix@.
322        * binutils/base-binutils.add:
323        Let %post and %unpost apply %{_prefix}.
324        Apply %{_prefix} instead of /opt/rtems.
325        * binutils/binutils.add: Update copyright notice.
326        Add _prefix.
327        Apply %{_prefix} instead of /opt/rtems.
328        Remove -a 0 in %setup.
329        Rework hack to SuSE's rpm screwing up %{_target}.
330        Replace ARGS with CONFIGURE_ARGS.
331        * binutils/target-binutils.add:
332        Apply %{_prefix} instead of /opt/rtems.
333
3342002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * binutils/binutils.add: Add initial support for building
337        Canadian cross RPMs.  It should work like this:
338            cd rtems/scripts
339            ./configure --build=`../config.guess` --host=i386-cygwin
340            make install
341            rpm --target=i386-cygwin \
342                /usr/src/redhat/SPECS/<target>-binutils-..spec.
343
344            alien -t /usr/src/redhat/RPMS/....i386.rpm
345        .. and voila ... your tarball, with rpm-consistency checks etc. applied.
346
3472001-01-22      Joel Sherrill <joel@OARcorp.com>
348
349        * buildalltar.in: Modified to support Canadian cross builds.
350        It was testing using a RedHat 7.2 host to build *-rtems tools
351        that run on an i386-cygwin host.
352
3532001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
356
3572001-10-16      Joel Sherrill <joel@OARcorp.com>
358
359        * setup.def: Bumped the gdb_patch_version to account for a configuration
360        problem on psim where it could not be enabled for powerpc-RTEMS.
361        * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
362
3632001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * mkbinutilsspec.in: Guard sed-pattern against autoconf.
366        * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove
367        Target_alias.
368        * mkgdbspec.in: Guard sed-pattern against autoconf.
369        * mkbspspec.in: Guard sed-pattern against autoconf.
370        * configure.ac: Rework check for RPM_SPECSdir.
371        * autotools/automake-rtems.spec: Update to automake-1.5.
372
3732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
376        * configure.in: Remove.
377        * configure.ac: New file, generated from configure.in by autoupdate.
378
3792001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
382        Initially setup CLEANFILES using = instead of += to make
383        automake-1.5 happy.
384
3852001-09-13      Joel Sherrill <joel@OARcorp.com>
386
387        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
388        Revert changes because of gcc 2.5.x/3.0 transition and continue
389        to support gcc 2.95.x as primary version.
390
3912001-09-13      Joel Sherrill <joel@OARcorp.com>
392
393        * mkgccnewlibspec.in,
394        Use Target_alias not target_alias to avoid conflicts with new autoconf.
395        * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
396        Only sparc and arm built for C/C++ OK. :(
397        * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
398        * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
399        * target-gcc.add: Modifications to reflect files not in gcc 3.1
400
4012001-09-13      Joel Sherrill <joel@OARcorp.com>
402
403        * autotools/.cvsignore: New file.
404
4052001-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * autotools/Makefile.am, autotools/autoconf-rtems.spec,
408        autotools/automake-rtems.spec: New.
409        * configure.in, Makefile.am: Add autotools/.
410
4112001-08-30      Joel Sherrill <joel@OARcorp.com>
412
413        * .cvsignore: Add buildalltar.
414
4152001-08-30      Joel Sherrill <joel@OARcorp.com>
416
417        * buildalltar.in: New file.
418        * configure.in, Makefile.am: Modified to reflect addition of file.
419
4202001-08-10      Joel Sherrill <joel@OARcorp.com>
421
422        * mkgdbspec.in: Make list of simulators very complete.
423        * setup.def: Update versions.
424
4252001-07-03      Joel Sherrill <joel@OARcorp.com>
426
427        * setup.def, binutils.add, gccnewlib.add: Updated to build
428        binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems
429        patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
430
4312001-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.in: Remove AC_EXEEXT, treat .exe manually.
434        * gccnewlib/base-gcc.add: Remove cpp.
435        * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update
436        copyright.
437
4382001-04-16      Joel Sherrill <joel@OARcorp.com>
439
440        * setup.def: Modified the binutils version to 2.11 and
441        RPM revision 3 to reflect experimentation with new binutils release.
442
4432001-04-11      Joel Sherrill <joel@OARcorp.com>
444
445        * binutils/Makefile.am: Added a29k-rtems.
446        * binutils/binutils.add: Switch to .bz2 extension to reflect
447        real way code is compressed on distribution sites now.
448
4492001-03-19      Joel Sherrill <joel@OARcorp.com>
450
451        * setup.def: Updated version numbers and patches for binutils
452        and gdb.  binutils was to get correct patch in field.  gdb
453        was to add mipstx39-rtems configurery support.
454
4552001-03-14      Joel Sherrill <joel@OARcorp.com>
456
457        * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
458        configuration to gdb since this includes the JMR3904 simulator.
459
4602001-01-03      Joel Sherrill <joel@OARcorp.com>
461
462        * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
463        binutils HISTORY to reflect new revision.  Updated gcc to fix
464        i960 C++ problem.  Updated newlib to move to newlib 1.9.0.
465
4662000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * gccnewlib/gccnewlib.add: Fix typo in URL.
469
4702000-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host
473        instead of $target to setup RPM_CPU, move chmod 755 buildall to
474        AC_OUTPUT's extra-cmds.
475       
4762000-10-30      Joel Sherrill <joel@OARcorp.com>
477
478        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
479        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
480        Added mips-rtems, updated to include new patches and
481        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
482
4832000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
486
4872000-10-18      Joel Sherrill <joel@OARcorp.com>
488
489        * setup.def: Updating version numbers for gcc/newlib RPM release 10.
490
4912000-08-30      Joel Sherrill <joel@OARcorp.com>
492
493        * setup.def: Updated gcc and newlib patches and bumped RPM revision.
494        Patches primarily add or16/or32 basic support to newlib and
495        i386 multilib improvements to gcc from Ralf Corsepius.
496
4972000-08-10      Joel Sherrill <joel@OARcorp.com>
498
499        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.