- Timestamp:
- Jul 9, 2009, 8:49:07 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ba8fca4
- Parents:
- f8b2ec8
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/binutils-2.19.1-branch_update-5.patch
rf8b2ec8 r6a708ba 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 6-05-20092 Date: 07-07-2009 3 3 Initial Package Version: 2.19.1 4 4 Origin: Upstream … … 6 6 Description: This is a branch update for binutils-2.19.1, and should be 7 7 rechecked periodically. 8 9 This patch was created on 20090707 8 10 9 11 diff -Naur binutils-2.19.1.orig/bfd/ChangeLog binutils-2.19.1/bfd/ChangeLog … … 119 121 120 122 * configure.in: Bump version to 2.19.1 121 diff -Naur binutils-2.19.1.orig/bfd/configure binutils-2.19.1/bfd/configure122 --- binutils-2.19.1.orig/bfd/configure 2009-02-02 02:44:37.000000000 -0800123 +++ binutils-2.19.1/bfd/configure 2009-06-04 23:15:41.000000000 -0700124 @@ -3032,7 +3032,7 @@125 126 # Define the identity of the package.127 PACKAGE=bfd128 - VERSION=2.19.1129 +VERSION=2.19.1.20090604130 131 132 cat >>confdefs.h <<_ACEOF133 123 diff -Naur binutils-2.19.1.orig/bfd/dwarf2.c binutils-2.19.1/bfd/dwarf2.c 134 124 --- binutils-2.19.1.orig/bfd/dwarf2.c 2008-10-02 01:07:16.000000000 -0700 … … 1453 1443 diff -Naur binutils-2.19.1.orig/bfd/Makefile.in binutils-2.19.1/bfd/Makefile.in 1454 1444 --- 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-0 6-04 23:15:41.000000000 -07001445 +++ binutils-2.19.1/bfd/Makefile.in 2009-07-07 08:52:14.000000000 -0700 1456 1446 @@ -190,7 +190,7 @@ 1457 1447 PACKAGE_TARNAME = @PACKAGE_TARNAME@ … … 1459 1449 PATH_SEPARATOR = @PATH_SEPARATOR@ 1460 1450 -PKGVERSION = @PKGVERSION@ 1461 +PKGVERSION = (GNU Binutils for Cross-LFS )1451 +PKGVERSION = (GNU Binutils for Cross-LFS - Retrieved on 20090707) 1462 1452 POSUB = @POSUB@ 1463 1453 RANLIB = @RANLIB@ … … 1500 1490 diff -Naur binutils-2.19.1.orig/bfd/version.h binutils-2.19.1/bfd/version.h 1501 1491 --- 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-0 6-04 17:00:11.000000000 -07001492 +++ binutils-2.19.1/bfd/version.h 2009-07-06 17:00:10.000000000 -0700 1503 1493 @@ -1,4 +1,4 @@ 1504 1494 -#define BFD_VERSION_DATE 20090202 1505 +#define BFD_VERSION_DATE 20090 6051495 +#define BFD_VERSION_DATE 20090707 1506 1496 #define BFD_VERSION @bfd_version@ 1507 1497 #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ … … 5513 5503 + .section .pad 5514 5504 + .space 0x4000000 5515 diff -Naur binutils-2.19.1.orig/libiberty/testsuite/test-demangle.c binutils-2.19.1/libiberty/testsuite/test-demangle.c5516 --- binutils-2.19.1.orig/libiberty/testsuite/test-demangle.c 2006-12-20 17:32:48.000000000 -08005517 +++ binutils-2.19.1/libiberty/testsuite/test-demangle.c 2009-06-05 08:15:00.000000000 -07005518 @@ -46,7 +46,7 @@5519 #define LINELEN 805520 5521 static void5522 -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 (result5552 5505 diff -Naur binutils-2.19.1.orig/opcodes/ChangeLog binutils-2.19.1/opcodes/ChangeLog 5553 5506 --- 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.