- Timestamp:
- Jul 9, 2009, 7:44:46 PM (15 years ago)
- Branches:
- master
- Children:
- a6c1085
- Parents:
- 79e00fc
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/binutils-2.19.1-branch_update-5.patch
r79e00fc r4653b5b 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 3-09-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-03-09 15:14:18.553776505 -0700124 @@ -3032,7 +3032,7 @@125 126 # Define the identity of the package.127 PACKAGE=bfd128 - VERSION=2.19.1129 +VERSION=2.19.1.20090309130 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 3-09 15:14:18.357764212-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 3-08 17:00:09.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 3091495 +#define BFD_VERSION_DATE 20090707 1506 1496 #define BFD_VERSION @bfd_version@ 1507 1497 #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ … … 1645 1635 diff -Naur binutils-2.19.1.orig/gas/ChangeLog binutils-2.19.1/gas/ChangeLog 1646 1636 --- binutils-2.19.1.orig/gas/ChangeLog 2009-01-14 00:51:14.000000000 -0800 1647 +++ binutils-2.19.1/gas/ChangeLog 2009-03-03 15:16:01.000000000 -0800 1648 @@ -1,3 +1,29 @@ 1637 +++ binutils-2.19.1/gas/ChangeLog 2009-04-01 08:47:36.000000000 -0700 1638 @@ -1,3 +1,39 @@ 1639 +2009-04-01 Nick Clifton <nickc@redhat.com> 1640 + 1641 + * Import this patch: 1642 + 1643 + 2008-11-14 Peter Jansen <pwjansen@yahoo.com> 1644 + 1645 + PR 7026 1646 + * config/tc-arm.c: Ensure that all uses of as_bad have a 1647 + formatting string. 1648 + 1649 1649 +2009-03-04 Alan Modra <amodra@bigpond.net.au> 1650 1650 + … … 1676 1676 1677 1677 * Makefile.am (ehopt.o): Add struc-symbol.h. 1678 @@ -132,7 +1 58,7 @@1678 @@ -132,7 +168,7 @@ 1679 1679 targets. 1680 1680 * doc/c-i386.texi (i386-Directives): New node. Used to document … … 1685 1685 1686 1686 * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux 1687 diff -Naur binutils-2.19.1.orig/gas/config/tc-arm.c binutils-2.19.1/gas/config/tc-arm.c 1688 --- binutils-2.19.1.orig/gas/config/tc-arm.c 2008-08-12 16:39:30.000000000 -0700 1689 +++ binutils-2.19.1/gas/config/tc-arm.c 2009-04-01 08:47:37.000000000 -0700 1690 @@ -3456,7 +3456,7 @@ 1691 1692 if (reg == FAIL) 1693 { 1694 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWR])); 1695 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWR])); 1696 goto error; 1697 } 1698 1699 @@ -3470,7 +3470,7 @@ 1700 hi_reg = arm_reg_parse (&input_line_pointer, REG_TYPE_MMXWR); 1701 if (hi_reg == FAIL) 1702 { 1703 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWR])); 1704 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWR])); 1705 goto error; 1706 } 1707 else if (reg >= hi_reg) 1708 @@ -3588,7 +3588,7 @@ 1709 1710 if (reg == FAIL) 1711 { 1712 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWCG])); 1713 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWCG])); 1714 goto error; 1715 } 1716 1717 @@ -3603,7 +3603,7 @@ 1718 hi_reg = arm_reg_parse (&input_line_pointer, REG_TYPE_MMXWCG); 1719 if (hi_reg == FAIL) 1720 { 1721 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWCG])); 1722 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWCG])); 1723 goto error; 1724 } 1725 else if (reg >= hi_reg) 1726 @@ -3709,7 +3709,7 @@ 1727 reg = arm_reg_parse (&input_line_pointer, REG_TYPE_RN); 1728 if (reg == FAIL) 1729 { 1730 - as_bad (_(reg_expected_msgs[REG_TYPE_RN])); 1731 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_RN])); 1732 ignore_rest_of_line (); 1733 return; 1734 } 1687 1735 diff -Naur binutils-2.19.1.orig/gas/config/tc-ppc.c binutils-2.19.1/gas/config/tc-ppc.c 1688 1736 --- binutils-2.19.1.orig/gas/config/tc-ppc.c 2008-08-01 21:38:50.000000000 -0700
Note:
See TracChangeset
for help on using the changeset viewer.