source: rtems/contrib/crossrpms/ChangeLog @ 57e060b5

4.104.115
Last change on this file since 57e060b5 was d45dff4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/08 at 18:28:24

2008-09-25 Joel Sherrill <joel.sherrill@…>

  • rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.
  • patches/gcc-ada-4.3.2-rtems4.10-20080910.diff: New file.
  • patches/gcc-ada-4.2.0-rtems4.8-20070705.diff: Removed.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.
4        * patches/gcc-ada-4.3.2-rtems4.10-20080910.diff: New file.
5        * patches/gcc-ada-4.2.0-rtems4.8-20070705.diff: Removed.
6
72007-12-17      Chris Johns <chrisj@rtems.org>
8
9        * rtems4.8/.cvsignore, rtems4.8/arm/.cvsignore,
10        rtems4.8/avr/.cvsignore, rtems4.8/bfin/.cvsignore,
11        rtems4.8/h8300/.cvsignore, rtems4.8/i386/.cvsignore,
12        rtems4.8/m68k/.cvsignore, rtems4.8/mips/.cvsignore,
13        rtems4.8/mipstx39/.cvsignore, rtems4.8/powerpc/.cvsignore,
14        rtems4.8/sh/.cvsignore, rtems4.8/sparc/.cvsignore,
15        rtems4.8/tic4x/.cvsignore: New.
16
172006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: New BUG-REPORT address.
20
212006-11-19      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * autotools/Makefile.am, autotools/autoconf.add:
24        Upgrade to autoconf-2.61.
25
262006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * patches/gcc-core-4.2-20061114-rtems4.8-20061115.diff: New.
29        * patches/newlib-1.14.0-bfinrtems-20060810a.diff: Remove (Obsolete).
30        * patches/gcc-4.1.1-bfinrtems-20060810a.diff: Remove (Obsolete).
31        * rtems-4.8/bfin/Makefile.am, rtems-4.8/bin/gcc-sources.add:
32        GCC_REL=4. Upgrade to gcc-core-4.2-20061114-rtems4.8-20061115.diff.
33
342006-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac, Makefile.am: Remove rtems4.7.
37        * rtems4.7: Remove (Development now in rtems-4-7-branch only).
38
392006-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * patches/newlib-1.14.0-rtems4.8-20061027.diff: New.
42        * patches/newlib-1.14.0-rtems-20061026.diff: Remove (broken).
43
442006-10-26      Joel Sherrill <joel@OARcorp.com>
45
46        * patches/newlib-1.14.0-rtems-20061026.diff: New file.
47
482006-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am, configure.ac: Add rtems-4.8.
51
522006-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Set RTEMS_API to 4.8.
55
562006-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * autotools/Makefile.am, autotools/automake.add: Update to
59        automake-1.10.
60
612006-08-23      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * rtems4.7/arm/gcc-sources.add, rtems4.7/h8300/gcc-sources.add,
64        rtems4.7/i386/gcc-sources.add, rtems4.7/m68k/gcc-sources.add,
65        rtems4.7/mips/gcc-sources.add, rtems4.7/powerpc/gcc-sources.add
66        rtems4.7/sh/gcc-sources.add, rtems4.7/sparc/gcc-sources.add
67        rtems4.7/tic4x/gcc-sources.add: Add gcc-4.0.3.
68
692006-08-23      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * gcc/build.add: Revert --disable-libssp etc. hacks.
72
732006-08-22      Chris Johns <chrisj@rtems.org>
74
75        * rtems4.7/avr/gcc-sources.add: Add the 4.0.3 patch.
76        * patches/gcc-core-4.0.3-rtems-20060822.diff:
77        The .exe for the versioned execuable for MinGW.
78       
792006-08-21      Joel Sherrill <joel@OARcorp.com>
80
81        * rtems4.7/h8300/binutils-sources.add,
82        rtems4.7/m68k/binutils-sources.add: Add h8300 _tinydata patch and
83        bump patch for targets needing it.
84        * patches/binutils-2.17-rtems-20060815.diff: New file.
85
862006-08-11      Joel Sherrill <joel@oarcorp.com>
87
88        * configure.ac, gcc/build.add, gcc/target-gcc.add: Add bfin target
89        prior to merge. Add ability to disable libssp and libstdcxx-pch which
90        apparently are required to build the Blackfin port.
91        * patches/binutils-2.17-rtems-bfin-20060810.diff,
92        patches/gcc-4.1.1-bfinrtems-20060810a.diff,
93        patches/gdb-6.5-bfinrtems-20060810a.diff,
94        patches/newlib-1.14.0-bfinrtems-20060810a.diff,
95        rtems4.7/bfin/.cvsignore, rtems4.7/bfin/Makefile.am,
96        rtems4.7/bfin/binutils-sources.add, rtems4.7/bfin/gcc-sources.add,
97        rtems4.7/bfin/gdb-sources.add: New files.
98
992006-08-09      Joel Sherrill <joel@OARcorp.com>
100
101        * .cvsignore: Add INSTALL.
102
1032006-07-19  Chris Johns  <chrisj@rtems.org>
104
105        * patches/gcc-core-4.1.1-rtems-20060720.diff:
106        Added patch to fix GCC bug PR28400.
107
1082006-07-13      Joel Sherrill <joel@oarcorp.com>
109
110        * configure.ac, rtems4.7/Makefile.am, rtems4.7/arm/Makefile.am,
111        rtems4.7/arm/gdb-sources.add, rtems4.7/avr/Makefile.am,
112        rtems4.7/avr/gdb-sources.add, rtems4.7/h8300/Makefile.am,
113        rtems4.7/h8300/gdb-sources.add, rtems4.7/i386/Makefile.am,
114        rtems4.7/i386/gdb-sources.add, rtems4.7/m68k/Makefile.am,
115        rtems4.7/m68k/gdb-sources.add, rtems4.7/mips/Makefile.am,
116        rtems4.7/mips/gdb-sources.add, rtems4.7/powerpc/Makefile.am,
117        rtems4.7/powerpc/gdb-sources.add, rtems4.7/sh/Makefile.am,
118        rtems4.7/sh/gdb-sources.add, rtems4.7/sparc/Makefile.am,
119        rtems4.7/sparc/gdb-sources.add, rtems4.7/tic4x/gdb-sources.add:
120        Updated to gdb 6.5
121        * patches/gdb-6.5-rtems-20060713.diff, rtems4.7/mipstx39/.cvsignore,
122        rtems4.7/mipstx39/Makefile.am, rtems4.7/mipstx39/gdb-sources.add: New files.
123
1242006-07-12      Joel Sherrill <joel@oarcorp.com>
125
126        * rtems4.7/arm/gdb-sources.add, rtems4.7/avr/gdb-sources.add,
127        rtems4.7/h8300/gdb-sources.add, rtems4.7/i386/gdb-sources.add,
128        rtems4.7/m68k/gdb-sources.add, rtems4.7/mips/gdb-sources.add,
129        rtems4.7/powerpc/gdb-sources.add, rtems4.7/sh/gdb-sources.add,
130        rtems4.7/sparc/gdb-sources.add, rtems4.7/tic4x/gdb-sources.add:
131        Update gdb to use newer patch. This lets sparc build simulator and
132        mips build at all.
133        * patches/gdb-6.4-rtems-20060712.diff: New file.
134
Note: See TracBrowser for help on using the repository browser.