summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/patches
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-11 14:49:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-11 14:49:10 +0000
commit053c2f46fc31e5c0e90703152835f6f68afbdfc5 (patch)
tree72e4b81d1ca86e835efa57c40e2bf29879197230 /contrib/crossrpms/patches
parent2007-10-11 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-053c2f46fc31e5c0e90703152835f6f68afbdfc5.tar.bz2
Add A. Modra's makeinfo fixes.
Diffstat (limited to 'contrib/crossrpms/patches')
-rw-r--r--contrib/crossrpms/patches/gdb-6.7-rtems4.9-20071011.diff42
1 files changed, 33 insertions, 9 deletions
diff --git a/contrib/crossrpms/patches/gdb-6.7-rtems4.9-20071011.diff b/contrib/crossrpms/patches/gdb-6.7-rtems4.9-20071011.diff
index c7ed95d4a0..e907c6dc91 100644
--- a/contrib/crossrpms/patches/gdb-6.7-rtems4.9-20071011.diff
+++ b/contrib/crossrpms/patches/gdb-6.7-rtems4.9-20071011.diff
@@ -1,6 +1,6 @@
-diff -uNr gdb-6.7.orig/bfd/sysdep.h gdb-6.7/bfd/sysdep.h
---- gdb-6.7.orig/bfd/sysdep.h 2007-07-03 09:26:42.000000000 -0500
-+++ gdb-6.7/bfd/sysdep.h 2007-10-11 03:26:24.000000000 -0500
+diff -ur gdb-6.7.orig/bfd/sysdep.h gdb-6.7/bfd/sysdep.h
+--- gdb-6.7.orig/bfd/sysdep.h 2007-07-03 16:26:42.000000000 +0200
++++ gdb-6.7/bfd/sysdep.h 2007-10-11 16:46:10.000000000 +0200
@@ -136,7 +136,7 @@
#endif
@@ -10,9 +10,33 @@ diff -uNr gdb-6.7.orig/bfd/sysdep.h gdb-6.7/bfd/sysdep.h
#endif
#ifdef HAVE_FTELLO
-diff -uNr gdb-6.7.orig/sim/erc32/erc32.c gdb-6.7/sim/erc32/erc32.c
---- gdb-6.7.orig/sim/erc32/erc32.c 1999-04-15 20:35:00.000000000 -0500
-+++ gdb-6.7/sim/erc32/erc32.c 2007-10-11 03:26:24.000000000 -0500
+diff -ur gdb-6.7.orig/configure gdb-6.7/configure
+--- gdb-6.7.orig/configure 2007-08-21 06:15:07.000000000 +0200
++++ gdb-6.7/configure 2007-10-11 16:46:38.000000000 +0200
+@@ -6154,7 +6154,7 @@
+ # For an installed makeinfo, we require it to be from texinfo 4.4 or
+ # higher, else we use the "missing" dummy.
+ if ${MAKEINFO} --version \
+- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"
+diff -ur gdb-6.7.orig/configure.ac gdb-6.7/configure.ac
+--- gdb-6.7.orig/configure.ac 2007-10-10 19:12:21.000000000 +0200
++++ gdb-6.7/configure.ac 2007-10-11 16:46:32.000000000 +0200
+@@ -2424,7 +2424,7 @@
+ # For an installed makeinfo, we require it to be from texinfo 4.4 or
+ # higher, else we use the "missing" dummy.
+ if ${MAKEINFO} --version \
+- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"
+diff -ur gdb-6.7.orig/sim/erc32/erc32.c gdb-6.7/sim/erc32/erc32.c
+--- gdb-6.7.orig/sim/erc32/erc32.c 1999-04-16 03:35:00.000000000 +0200
++++ gdb-6.7/sim/erc32/erc32.c 2007-10-11 16:46:10.000000000 +0200
@@ -413,7 +413,7 @@
if (rom8) mec_memcfg &= ~0x20000;
else mec_memcfg |= 0x20000;
@@ -22,9 +46,9 @@ diff -uNr gdb-6.7.orig/sim/erc32/erc32.c gdb-6.7/sim/erc32/erc32.c
mem_romsz = (128 * 1024) << ((mec_memcfg >> 18) & 7);
if (sparclite_board) {
-diff -uNr gdb-6.7.orig/sim/erc32/exec.c gdb-6.7/sim/erc32/exec.c
---- gdb-6.7.orig/sim/erc32/exec.c 2005-03-07 05:09:05.000000000 -0600
-+++ gdb-6.7/sim/erc32/exec.c 2007-10-11 03:26:24.000000000 -0500
+diff -ur gdb-6.7.orig/sim/erc32/exec.c gdb-6.7/sim/erc32/exec.c
+--- gdb-6.7.orig/sim/erc32/exec.c 2005-03-07 12:09:05.000000000 +0100
++++ gdb-6.7/sim/erc32/exec.c 2007-10-11 16:46:10.000000000 +0200
@@ -1713,7 +1713,7 @@
sregs->fdp[rs2 | 1] = sregs->fs[rs2 & ~1];
sregs->fdp[rs2 & ~1] = sregs->fs[rs2 | 1];