<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-12-14)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Disable system-readline on EL5 with gdb >= 7.3.91.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gdb/gdb.add.diff?r1=text&tr1=1.37&r2=text&tr2=1.38&diff_format=h">M</a></td><td width='1%'>1.38</td><td width='100%'>contrib/crossrpms/gdb/gdb.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gdb/gdb.add:1.37 rtems/contrib/crossrpms/gdb/gdb.add:1.38
--- rtems/contrib/crossrpms/gdb/gdb.add:1.37 Wed Aug 31 22:48:10 2011
+++ rtems/contrib/crossrpms/gdb/gdb.add Wed Dec 14 00:24:04 2011
</font><font color='#997700'>@@ -15,8 +15,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Bump GDB_RPMREL.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am.diff?r1=text&tr1=1.67&r2=text&tr2=1.68&diff_format=h">M</a></td><td width='1%'>1.68</td><td width='100%'>contrib/crossrpms/rtems4.11/arm/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am.diff?r1=text&tr1=1.68&r2=text&tr2=1.69&diff_format=h">M</a></td><td width='1%'>1.69</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am.diff?r1=text&tr1=1.66&r2=text&tr2=1.67&diff_format=h">M</a></td><td width='1%'>1.67</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am.diff?r1=text&tr1=1.65&r2=text&tr2=1.66&diff_format=h">M</a></td><td width='1%'>1.66</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am.diff?r1=text&tr1=1.69&r2=text&tr2=1.70&diff_format=h">M</a></td><td width='1%'>1.70</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am.diff?r1=text&tr1=1.67&r2=text&tr2=1.68&diff_format=h">M</a></td><td width='1%'>1.68</td><td width='100%'>contrib/crossrpms/rtems4.11/lm32/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am.diff?r1=text&tr1=1.70&r2=text&tr2=1.71&diff_format=h">M</a></td><td width='1%'>1.71</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am.diff?r1=text&tr1=1.67&r2=text&tr2=1.68&diff_format=h">M</a></td><td width='1%'>1.68</td><td width='100%'>contrib/crossrpms/rtems4.11/m32r/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am.diff?r1=text&tr1=1.69&r2=text&tr2=1.70&diff_format=h">M</a></td><td width='1%'>1.70</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am.diff?r1=text&tr1=1.69&r2=text&tr2=1.70&diff_format=h">M</a></td><td width='1%'>1.70</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/mipstx39/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am.diff?r1=text&tr1=1.70&r2=text&tr2=1.71&diff_format=h">M</a></td><td width='1%'>1.71</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am.diff?r1=text&tr1=1.69&r2=text&tr2=1.70&diff_format=h">M</a></td><td width='1%'>1.70</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am.diff?r1=text&tr1=1.72&r2=text&tr2=1.73&diff_format=h">M</a></td><td width='1%'>1.73</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am.diff?r1=text&tr1=1.59&r2=text&tr2=1.60&diff_format=h">M</a></td><td width='1%'>1.60</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc64/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am:1.22 rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am:1.23
--- rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am:1.22 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am Wed Dec 14 00:25:12 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am:1.67 rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am:1.68
--- rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am:1.67 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -23,7 +23,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am:1.68 rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am:1.69
--- rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am:1.68 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am:1.66 rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am:1.67
--- rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am:1.66 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am:1.65 rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am:1.66
--- rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am:1.65 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am:1.69 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am:1.67 rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am:1.68
--- rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am:1.67 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am:1.70 rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am:1.71
--- rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am:1.70 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am:1.67 rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am:1.68
--- rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am:1.67 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am:1.69 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am:1.69 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am:1.12 rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am:1.13
--- rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am:1.12 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -8,6 +8,6 @@
</font> # We only want a gdb with a tx39 simulator in it. We share the other tools
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am:1.70 rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am:1.71
--- rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am:1.70 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am:1.69 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am:1.72 rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am:1.73
--- rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am:1.72 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am:1.59 rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am:1.60
--- rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am:1.59 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am Wed Dec 14 00:25:13 2011
</font><font color='#997700'>@@ -22,7 +22,7 @@
</font>
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
<font color='#880000'>-GDB_RPMREL = 1
</font><font color='#000088'>+GDB_RPMREL = 2
</font> include ../gdb.am
GDB_OPTS +=
</pre>
<p> </p>
<a name='cs3'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Regenerate.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec:1.7 rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec:1.8
--- rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec:1.7 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec Wed Dec 14 00:25:48 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target arm-rtemseabi4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec Wed Dec 14 00:25:49 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target arm-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec Wed Dec 14 00:25:49 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target avr-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.10 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.11
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.10 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec Wed Dec 14 00:25:50 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target bfin-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec Wed Dec 14 00:25:50 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target h8300-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec Wed Dec 14 00:25:50 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target i386-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec Wed Dec 14 00:25:51 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target lm32-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec Wed Dec 14 00:25:52 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target m32c-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec Wed Dec 14 00:25:53 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target m32r-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec Wed Dec 14 00:25:53 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target m68k-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target mips-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target mipstx39-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec:1.14 rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec:1.14 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target powerpc-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target sh-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target sparc-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec:1.10 rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec:1.11
--- rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec:1.10 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
</font><font color='#997700'>@@ -52,7 +52,7 @@
</font> Summary: Gdb for target sparc64-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
<font color='#880000'>-Release: 1%{?dist}
</font><font color='#000088'>+Release: 2%{?dist}
</font> License: GPL/LGPL
URL:<span style="background-color: #FF0000"> </span> http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -62,8 +62,15 @@
</font> %global build_sim --enable-sim
# Whether to build against system readline
<font color='#880000'>-# Default: yes
</font><font color='#000088'>+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
</font> %bcond_without system_readline
<font color='#000088'>+%endif
</font>
# Whether to build python support
%if "%{_build}" != "%{_host}"
</pre>
<p> </p>
<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>