Changeset 320a81a in clfs-embedded for patches/binutils-2.19.1-posix-1.patch
- Timestamp:
- Feb 4, 2009, 2:51:04 AM (16 years ago)
- Branches:
- master
- Children:
- b36d112
- Parents:
- 9349f6f
- File:
-
- 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: 200 7-09-013 Initial Package Version: 2.1 81 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 2009-02-03 3 Initial Package Version: 2.19.1 4 4 Origin: http://ttervo.vectorstar.net/nptl/posix-patches/binutils-2.14.90.0.7-posix-head-tail.patch 5 5 Upstream Status: Accepted/but Suspended 6 6 Description: Makes Posix Compliant 7 Rediffed for 2.19.1 7 8 8 diff -Naur binutils-2.1 8.orig/gas/Makefile.am binutils-2.18/gas/Makefile.am9 --- binutils-2.1 8.orig/gas/Makefile.am 2007-08-28 10:19:35.000000000 -070010 +++ binutils-2.1 8/gas/Makefile.am 2007-09-01 11:36:26.000000000 -070011 @@ - 791,13 +791,13 @@9 diff -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 @@ 12 13 against=stage2 13 14 … … 26 27 true ; \ 27 28 else \ 28 diff -Naur binutils-2.1 8.orig/gas/Makefile.in binutils-2.18/gas/Makefile.in29 --- binutils-2.1 8.orig/gas/Makefile.in 2007-08-28 10:19:35.000000000 -070030 +++ binutils-2.1 8/gas/Makefile.in 2007-09-01 11:36:26.000000000 -070031 @@ -27 63,13 +2763,13 @@29 diff -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 @@ 32 33 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi 33 34 … … 46 47 true ; \ 47 48 else \ 48 diff -Naur binutils-2.1 8.orig/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.18/ld/testsuite/ld-bootstrap/bootstrap.exp49 --- binutils-2.1 8.orig/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-08-06 13:00:23.000000000 -070050 +++ binutils-2.1 8/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-09-01 11:36:26.000000000 -070049 diff -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 51 52 @@ -152,8 +152,8 @@ 52 53 # Although this works, a way to set the date would be better. … … 60 61 exec rm tmpdir/ld2tail tmpdir/ld3tail 61 62 } else { 62 diff -Naur binutils-2.1 8.orig/src-release binutils-2.18/src-release63 --- binutils-2.1 8.orig/src-release 2007-08-12 12:04:26.000000000 -070064 +++ binutils-2.1 8/src-release 2007-09-01 11:36:38.000000000 -070065 @@ -7 3,7 +73,7 @@63 diff -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 @@ 66 67 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \ 67 68 sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
Note:
See TracChangeset
for help on using the changeset viewer.