summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/ChangeLog')
-rw-r--r--contrib/crossrpms/ChangeLog97
1 files changed, 0 insertions, 97 deletions
diff --git a/contrib/crossrpms/ChangeLog b/contrib/crossrpms/ChangeLog
deleted file mode 100644
index 2072bd3904..0000000000
--- a/contrib/crossrpms/ChangeLog
+++ /dev/null
@@ -1,97 +0,0 @@
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac, Makefile.am, rtems-4.7/Makefile.am: Remove tic4x.
- * rtems-4.7/tic4x/: Remove.
-
-2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * autotools/Makefile.am, autotools/automake.add: Update to
- automake-1.10.
-
-2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtems-4.7/bfin/Makefile.am, rtems-4.7/bfin/.cvsignore:
- Remove (Development in CVS-HEAD, only).
-
-2006-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac, rtems-4.7/Makefile.am: Remove bfin.
-
-2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * rtems4.7/arm/gcc-sources.add, rtems4.7/h8300/gcc-sources.add,
- rtems4.7/i386/gcc-sources.add, rtems4.7/m68k/gcc-sources.add,
- rtems4.7/mips/gcc-sources.add, rtems4.7/powerpc/gcc-sources.add
- rtems4.7/sh/gcc-sources.add, rtems4.7/sparc/gcc-sources.add
- rtems4.7/tic4x/gcc-sources.add: Add gcc-4.0.3.
-
-2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * gcc/build.add: Revert --disable-libssp etc. hacks.
-
-2006-08-22 Chris Johns <chrisj@rtems.org>
-
- * rtems4.7/avr/gcc-sources.add: Add the 4.0.3 patch.
- * patches/gcc-core-4.0.3-rtems-20060822.diff:
- The .exe for the versioned execuable for MinGW.
-
-2006-08-21 Joel Sherrill <joel@OARcorp.com>
-
- * rtems4.7/h8300/binutils-sources.add,
- rtems4.7/m68k/binutils-sources.add: Add h8300 _tinydata patch and
- bump patch for targets needing it.
- * patches/binutils-2.17-rtems-20060815.diff: New file.
-
-2006-08-11 Joel Sherrill <joel@oarcorp.com>
-
- * configure.ac, gcc/build.add, gcc/target-gcc.add: Add bfin target
- prior to merge. Add ability to disable libssp and libstdcxx-pch which
- apparently are required to build the Blackfin port.
- * patches/binutils-2.17-rtems-bfin-20060810.diff,
- patches/gcc-4.1.1-bfinrtems-20060810a.diff,
- patches/gdb-6.5-bfinrtems-20060810a.diff,
- patches/newlib-1.14.0-bfinrtems-20060810a.diff,
- rtems4.7/bfin/.cvsignore, rtems4.7/bfin/Makefile.am,
- rtems4.7/bfin/binutils-sources.add, rtems4.7/bfin/gcc-sources.add,
- rtems4.7/bfin/gdb-sources.add: New files.
-
-2006-08-09 Joel Sherrill <joel@OARcorp.com>
-
- * .cvsignore: Add INSTALL.
-
-2006-07-19 Chris Johns <chrisj@rtems.org>
-
- * patches/gcc-core-4.1.1-rtems-20060720.diff:
- Added patch to fix GCC bug PR28400.
-
-2006-07-13 Joel Sherrill <joel@oarcorp.com>
-
- * configure.ac, rtems4.7/Makefile.am, rtems4.7/arm/Makefile.am,
- rtems4.7/arm/gdb-sources.add, rtems4.7/avr/Makefile.am,
- rtems4.7/avr/gdb-sources.add, rtems4.7/h8300/Makefile.am,
- rtems4.7/h8300/gdb-sources.add, rtems4.7/i386/Makefile.am,
- rtems4.7/i386/gdb-sources.add, rtems4.7/m68k/Makefile.am,
- rtems4.7/m68k/gdb-sources.add, rtems4.7/mips/Makefile.am,
- rtems4.7/mips/gdb-sources.add, rtems4.7/powerpc/Makefile.am,
- rtems4.7/powerpc/gdb-sources.add, rtems4.7/sh/Makefile.am,
- rtems4.7/sh/gdb-sources.add, rtems4.7/sparc/Makefile.am,
- rtems4.7/sparc/gdb-sources.add, rtems4.7/tic4x/gdb-sources.add:
- Updated to gdb 6.5
- * patches/gdb-6.5-rtems-20060713.diff, rtems4.7/mipstx39/.cvsignore,
- rtems4.7/mipstx39/Makefile.am, rtems4.7/mipstx39/gdb-sources.add: New files.
-
-2006-07-12 Joel Sherrill <joel@oarcorp.com>
-
- * rtems4.7/arm/gdb-sources.add, rtems4.7/avr/gdb-sources.add,
- rtems4.7/h8300/gdb-sources.add, rtems4.7/i386/gdb-sources.add,
- rtems4.7/m68k/gdb-sources.add, rtems4.7/mips/gdb-sources.add,
- rtems4.7/powerpc/gdb-sources.add, rtems4.7/sh/gdb-sources.add,
- rtems4.7/sparc/gdb-sources.add, rtems4.7/tic4x/gdb-sources.add:
- Update gdb to use newer patch. This lets sparc build simulator and
- mips build at all.
- * patches/gdb-6.4-rtems-20060712.diff: New file.
-