Changeset 7150133 for patches


Ignore:
Timestamp:
Feb 3, 2009, 8:57:08 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:
7e7621d
Parents:
9ff17c6
Message:

Updated Binutils to 2.19.1

Location:
patches
Files:
2 deleted
2 moved

Legend:

Unmodified
Added
Removed
  • patches/binutils-2.19.1-genscripts_multilib-1.patch

    r9ff17c6 r7150133  
    11Submitted By: Ryan Oliver (ryan dot oliver at pha dot com dot au)
    22Origin: Ryan Oliver
    3 Date: 2005-04-03
     3Date: 2009-02-03
    44Initial package version: 2.15 (problem also exists in 2.14 series)
    55Description:
     6        Rediffed for 2.19.1 by Jim Gifford
     7     
    68        Updated patch, use this for all binutils 2.15 series instead of the
    79        binutils-2.15.90.0.1-genscripts-multilib.patch
     
    2325        one genscripts.sh is currently processing) and if so ignore ${libpath}.
    2426
    25         This patch differs from the preceding genscripts-multilib patch as now
    26         USE_LIBPATH will always be set if LIB_PATH is non empty
     27        This patch differs from the preceding genscripts-multilib patch as now
     28        USE_LIBPATH will always be set if LIB_PATH is non empty
    2729
    28 diff -uNr binutils-2.15.91.0.1-orig/ld/genscripts.sh binutils-2.15.91.0.1/ld/genscripts.sh
    29 --- binutils-2.15.91.0.1-orig/ld/genscripts.sh  2004-05-28 04:26:04.000000000 +1000
    30 +++ binutils-2.15.91.0.1/ld/genscripts.sh       2005-04-03 16:14:51.000000000 +1000
    31 @@ -110,7 +110,8 @@
     30diff -Naur binutils-2.19.1.orig/ld/genscripts.sh binutils-2.19.1/ld/genscripts.sh
     31--- binutils-2.19.1.orig/ld/genscripts.sh       2008-01-28 03:07:44.000000000 -0800
     32+++ binutils-2.19.1/ld/genscripts.sh    2009-02-03 08:42:35.330001955 -0800
     33@@ -132,7 +132,8 @@
    3234 esac
    3335 
     
    3941 fi
    4042 
    41 @@ -125,17 +126,17 @@
     43@@ -147,17 +148,17 @@
    4244 #
    4345 # If the emulparams file set LIBPATH_SUFFIX, prepend an extra copy of
  • patches/binutils-2.19.1-posix-1.patch

    r9ff17c6 r7150133  
    1 Submitted By: Jim Gifford (patches at jg555 dot com)
    2 Date: 2007-09-01
    3 Initial Package Version: 2.18
     1Submitted By: Jim Gifford (jim at cross-lfs dot org)
     2Date: 2009-02-03
     3Initial Package Version: 2.19.1
    44Origin: http://ttervo.vectorstar.net/nptl/posix-patches/binutils-2.14.90.0.7-posix-head-tail.patch
    55Upstream Status: Accepted/but Suspended
    66Description: Makes Posix Compliant
     7             Rediffed for 2.19.1
    78
    8 diff -Naur binutils-2.18.orig/gas/Makefile.am binutils-2.18/gas/Makefile.am
    9 --- binutils-2.18.orig/gas/Makefile.am  2007-08-28 10:19:35.000000000 -0700
    10 +++ binutils-2.18/gas/Makefile.am       2007-09-01 11:36:26.000000000 -0700
    11 @@ -791,13 +791,13 @@
     9diff -Naur binutils-2.19.1.orig/gas/Makefile.am binutils-2.19.1/gas/Makefile.am
     10--- binutils-2.19.1.orig/gas/Makefile.am        2009-01-14 00:50:17.000000000 -0800
     11+++ binutils-2.19.1/gas/Makefile.am     2009-02-03 08:38:25.477991618 -0800
     12@@ -810,13 +810,13 @@
    1213 against=stage2
    1314 
     
    2627              true ; \
    2728            else \
    28 diff -Naur binutils-2.18.orig/gas/Makefile.in binutils-2.18/gas/Makefile.in
    29 --- binutils-2.18.orig/gas/Makefile.in  2007-08-28 10:19:35.000000000 -0700
    30 +++ binutils-2.18/gas/Makefile.in       2007-09-01 11:36:26.000000000 -0700
    31 @@ -2763,13 +2763,13 @@
     29diff -Naur binutils-2.19.1.orig/gas/Makefile.in binutils-2.19.1/gas/Makefile.in
     30--- binutils-2.19.1.orig/gas/Makefile.in        2009-01-14 00:50:17.000000000 -0800
     31+++ binutils-2.19.1/gas/Makefile.in     2009-02-03 08:38:25.477991618 -0800
     32@@ -2774,13 +2774,13 @@
    3233        if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
    3334 
     
    4647              true ; \
    4748            else \
    48 diff -Naur binutils-2.18.orig/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.18/ld/testsuite/ld-bootstrap/bootstrap.exp
    49 --- binutils-2.18.orig/ld/testsuite/ld-bootstrap/bootstrap.exp  2007-08-06 13:00:23.000000000 -0700
    50 +++ binutils-2.18/ld/testsuite/ld-bootstrap/bootstrap.exp       2007-09-01 11:36:26.000000000 -0700
     49diff -Naur binutils-2.19.1.orig/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.19.1/ld/testsuite/ld-bootstrap/bootstrap.exp
     50--- binutils-2.19.1.orig/ld/testsuite/ld-bootstrap/bootstrap.exp        2007-07-06 07:09:42.000000000 -0700
     51+++ binutils-2.19.1/ld/testsuite/ld-bootstrap/bootstrap.exp     2009-02-03 08:38:25.481991618 -0800
    5152@@ -152,8 +152,8 @@
    5253         # Although this works, a way to set the date would be better.
     
    6061         exec rm tmpdir/ld2tail tmpdir/ld3tail
    6162     } else {
    62 diff -Naur binutils-2.18.orig/src-release binutils-2.18/src-release
    63 --- binutils-2.18.orig/src-release      2007-08-12 12:04:26.000000000 -0700
    64 +++ binutils-2.18/src-release   2007-09-01 11:36:38.000000000 -0700
    65 @@ -73,7 +73,7 @@
     63diff -Naur binutils-2.19.1.orig/src-release binutils-2.19.1/src-release
     64--- binutils-2.19.1.orig/src-release    2008-06-18 16:20:43.000000000 -0700
     65+++ binutils-2.19.1/src-release 2009-02-03 08:38:25.481991618 -0800
     66@@ -71,7 +71,7 @@
    6667        elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
    6768          sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
Note: See TracChangeset for help on using the changeset viewer.