Changeset 320a81a in clfs-embedded for patches


Ignore:
Timestamp:
Feb 3, 2009, 6:51:04 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
b36d112
Parents:
9349f6f
Message:

Updated to Binutils 2.19.1

Location:
patches
Files:
1 deleted
1 moved

Legend:

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

    r9349f6f r320a81a  
    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.