From 460d7e78ced21156ca54fbb88f596d89e576aa4d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Jul 2006 16:48:53 +0000 Subject: 2006-07-13 Joel Sherrill * 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. --- contrib/crossrpms/rtems4.7/arm/Makefile.am | 2 +- contrib/crossrpms/rtems4.7/arm/gdb-sources.add | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/crossrpms/rtems4.7/arm') diff --git a/contrib/crossrpms/rtems4.7/arm/Makefile.am b/contrib/crossrpms/rtems4.7/arm/Makefile.am index 293b2f1d03..b1f130d615 100644 --- a/contrib/crossrpms/rtems4.7/arm/Makefile.am +++ b/contrib/crossrpms/rtems4.7/arm/Makefile.am @@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 6.4 +GDB_VERS = 6.5 GDB_RPMREL = @VERSION@ include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/arm/gdb-sources.add b/contrib/crossrpms/rtems4.7/arm/gdb-sources.add index 41a060a80b..a338562c71 100644 --- a/contrib/crossrpms/rtems4.7/arm/gdb-sources.add +++ b/contrib/crossrpms/rtems4.7/arm/gdb-sources.add @@ -1,3 +1,3 @@ Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2 %{?_without_sources:NoSource: 0} -Patch0: gdb-6.4-rtems-20060712.diff +Patch0: gdb-6.5-rtems-20060713.diff -- cgit v1.2.3