Update to gdb-7.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10606 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2012-09-01 02:59:25 +00:00
parent 6508aec484
commit ca55cfe781
3 changed files with 9 additions and 5 deletions

View File

@ -431,7 +431,7 @@ $Date$
<!ENTITY expect-version "5.45">
<!ENTITY gcc-version "4.7.0">
<!ENTITY gc-version "7.2d">
<!ENTITY gdb-version "7.4.1">
<!ENTITY gdb-version "7.5">
<!ENTITY git-version "1.7.11.3">
<!ENTITY guile-version "2.0.6">
<!ENTITY icedtea-version "2.2.1">

View File

@ -6,10 +6,10 @@
<!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.bz2">
<!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.bz2">
<!ENTITY gdb-md5sum "8854d34691087ec127d934692639855f">
<!ENTITY gdb-md5sum "24a6779a9fe0260667710de1b082ef61">
<!ENTITY gdb-size "20 MB">
<!ENTITY gdb-buildsize "375 MB (552 MB with checks)">
<!ENTITY gdb-time "1.8 SBU (5.9 SBU with checks)">
<!ENTITY gdb-buildsize "314 MB (444 MB with checks)">
<!ENTITY gdb-time "1.9 SBU (5.9 SBU with checks)">
]>
<sect1 id="gdb" xreflabel="gdb-&gdb-version;">
@ -33,7 +33,7 @@
to see what is going on `inside' another program while it executes -- or
what another program was doing at the moment it crashed.</para>
&lfs71_checked;
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -46,6 +46,10 @@
<listitem>
<para>August 31st, 2012</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gdb-7.5. Fixes
<ulink url="&blfs-ticket-root;3503">#3503</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to Subversion-1.7.6. Fixes
<ulink url="&blfs-ticket-root;3504">#3504</ulink>.</para>