Changeset 6a708ba


Ignore:
Timestamp:
Jul 9, 2009, 8:49:07 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ba8fca4
Parents:
f8b2ec8
Message:

Updated Binutils Branch Patch to -5

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    rf8b2ec8 r6a708ba  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>July 9, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jim] - Updated Binutils Branch Update Patch to -5.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/patches.ent

    rf8b2ec8 r6a708ba  
    99<!ENTITY bash-branch_update-patch-size "34 KB">
    1010
    11 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-3.patch">
    12 <!ENTITY binutils-branch_update-patch-md5 "d12a91e2439d9c8f70c2637cadc7a331">
    13 <!ENTITY binutils-branch_update-patch-size "558 KB">
     11<!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-5.patch">
     12<!ENTITY binutils-branch_update-patch-md5 "577d2c47daf07e35041382f4d5d6581e">
     13<!ENTITY binutils-branch_update-patch-size "557 KB">
    1414
    1515<!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
  • patches/binutils-2.19.1-branch_update-5.patch

    rf8b2ec8 r6a708ba  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 06-05-2009
     2Date: 07-07-2009
    33Initial Package Version: 2.19.1
    44Origin: Upstream
     
    66Description: This is a branch update for binutils-2.19.1, and should be
    77             rechecked periodically.
     8
     9This patch was created on 20090707
    810
    911diff -Naur binutils-2.19.1.orig/bfd/ChangeLog binutils-2.19.1/bfd/ChangeLog
     
    119121 
    120122        * configure.in: Bump version to 2.19.1
    121 diff -Naur binutils-2.19.1.orig/bfd/configure binutils-2.19.1/bfd/configure
    122 --- binutils-2.19.1.orig/bfd/configure  2009-02-02 02:44:37.000000000 -0800
    123 +++ binutils-2.19.1/bfd/configure       2009-06-04 23:15:41.000000000 -0700
    124 @@ -3032,7 +3032,7 @@
    125  
    126  # Define the identity of the package.
    127   PACKAGE=bfd
    128 - VERSION=2.19.1
    129 +VERSION=2.19.1.20090604
    130  
    131  
    132  cat >>confdefs.h <<_ACEOF
    133123diff -Naur binutils-2.19.1.orig/bfd/dwarf2.c binutils-2.19.1/bfd/dwarf2.c
    134124--- binutils-2.19.1.orig/bfd/dwarf2.c   2008-10-02 01:07:16.000000000 -0700
     
    14531443diff -Naur binutils-2.19.1.orig/bfd/Makefile.in binutils-2.19.1/bfd/Makefile.in
    14541444--- binutils-2.19.1.orig/bfd/Makefile.in        2009-02-02 02:44:39.000000000 -0800
    1455 +++ binutils-2.19.1/bfd/Makefile.in     2009-06-04 23:15:41.000000000 -0700
     1445+++ binutils-2.19.1/bfd/Makefile.in     2009-07-07 08:52:14.000000000 -0700
    14561446@@ -190,7 +190,7 @@
    14571447 PACKAGE_TARNAME = @PACKAGE_TARNAME@
     
    14591449 PATH_SEPARATOR = @PATH_SEPARATOR@
    14601450-PKGVERSION = @PKGVERSION@
    1461 +PKGVERSION = (GNU Binutils for Cross-LFS)
     1451+PKGVERSION = (GNU Binutils for Cross-LFS - Retrieved on 20090707)
    14621452 POSUB = @POSUB@
    14631453 RANLIB = @RANLIB@
     
    15001490diff -Naur binutils-2.19.1.orig/bfd/version.h binutils-2.19.1/bfd/version.h
    15011491--- binutils-2.19.1.orig/bfd/version.h  2009-02-02 02:09:26.000000000 -0800
    1502 +++ binutils-2.19.1/bfd/version.h       2009-06-04 17:00:11.000000000 -0700
     1492+++ binutils-2.19.1/bfd/version.h       2009-07-06 17:00:10.000000000 -0700
    15031493@@ -1,4 +1,4 @@
    15041494-#define BFD_VERSION_DATE 20090202
    1505 +#define BFD_VERSION_DATE 20090605
     1495+#define BFD_VERSION_DATE 20090707
    15061496 #define BFD_VERSION @bfd_version@
    15071497 #define BFD_VERSION_STRING  @bfd_version_package@ @bfd_version_string@
     
    55135503+       .section .pad
    55145504+       .space 0x4000000
    5515 diff -Naur binutils-2.19.1.orig/libiberty/testsuite/test-demangle.c binutils-2.19.1/libiberty/testsuite/test-demangle.c
    5516 --- binutils-2.19.1.orig/libiberty/testsuite/test-demangle.c    2006-12-20 17:32:48.000000000 -0800
    5517 +++ binutils-2.19.1/libiberty/testsuite/test-demangle.c 2009-06-05 08:15:00.000000000 -0700
    5518 @@ -46,7 +46,7 @@
    5519  #define LINELEN 80
    5520  
    5521  static void
    5522 -getline(buf)
    5523 +_getline(buf)
    5524       struct line *buf;
    5525  {
    5526    char *data = buf->data;
    5527 @@ -196,12 +196,12 @@
    5528      {
    5529        const char *inp;
    5530        
    5531 -      getline (&format);
    5532 +      _getline (&format);
    5533        if (feof (stdin))
    5534         break;
    5535  
    5536 -      getline (&input);
    5537 -      getline (&expect);
    5538 +      _getline (&input);
    5539 +      _getline (&expect);
    5540  
    5541        inp = protect_end (input.data);
    5542  
    5543 @@ -322,7 +322,7 @@
    5544  
    5545        if (no_params)
    5546         {
    5547 -         getline (&expect);
    5548 +         _getline (&expect);
    5549           result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
    5550  
    5551           if (result
    55525505diff -Naur binutils-2.19.1.orig/opcodes/ChangeLog binutils-2.19.1/opcodes/ChangeLog
    55535506--- binutils-2.19.1.orig/opcodes/ChangeLog      2008-12-23 05:54:52.000000000 -0800
Note: See TracChangeset for help on using the changeset viewer.