- Timestamp:
- Jun 5, 2009, 8:21:03 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:
- 0c509a2
- Parents:
- e30ee5a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/binutils-2.19.1-branch_update-3.patch
re30ee5a r8799f00 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 3-09-20092 Date: 06-05-2009 3 3 Initial Package Version: 2.19.1 4 4 Origin: Upstream … … 121 121 diff -Naur binutils-2.19.1.orig/bfd/configure binutils-2.19.1/bfd/configure 122 122 --- binutils-2.19.1.orig/bfd/configure 2009-02-02 02:44:37.000000000 -0800 123 +++ binutils-2.19.1/bfd/configure 2009-0 3-09 15:14:18.553776505-0700123 +++ binutils-2.19.1/bfd/configure 2009-06-04 23:15:41.000000000 -0700 124 124 @@ -3032,7 +3032,7 @@ 125 125 … … 127 127 PACKAGE=bfd 128 128 - VERSION=2.19.1 129 +VERSION=2.19.1.20090 309129 +VERSION=2.19.1.20090604 130 130 131 131 … … 1453 1453 diff -Naur binutils-2.19.1.orig/bfd/Makefile.in binutils-2.19.1/bfd/Makefile.in 1454 1454 --- 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-07001455 +++ binutils-2.19.1/bfd/Makefile.in 2009-06-04 23:15:41.000000000 -0700 1456 1456 @@ -190,7 +190,7 @@ 1457 1457 PACKAGE_TARNAME = @PACKAGE_TARNAME@ … … 1500 1500 diff -Naur binutils-2.19.1.orig/bfd/version.h binutils-2.19.1/bfd/version.h 1501 1501 --- 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 -07001502 +++ binutils-2.19.1/bfd/version.h 2009-06-04 17:00:11.000000000 -0700 1503 1503 @@ -1,4 +1,4 @@ 1504 1504 -#define BFD_VERSION_DATE 20090202 1505 +#define BFD_VERSION_DATE 20090 3091505 +#define BFD_VERSION_DATE 20090605 1506 1506 #define BFD_VERSION @bfd_version@ 1507 1507 #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ … … 1645 1645 diff -Naur binutils-2.19.1.orig/gas/ChangeLog binutils-2.19.1/gas/ChangeLog 1646 1646 --- 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 @@ 1647 +++ binutils-2.19.1/gas/ChangeLog 2009-04-01 08:47:36.000000000 -0700 1648 @@ -1,3 +1,39 @@ 1649 +2009-04-01 Nick Clifton <nickc@redhat.com> 1650 + 1651 + * Import this patch: 1652 + 1653 + 2008-11-14 Peter Jansen <pwjansen@yahoo.com> 1654 + 1655 + PR 7026 1656 + * config/tc-arm.c: Ensure that all uses of as_bad have a 1657 + formatting string. 1658 + 1649 1659 +2009-03-04 Alan Modra <amodra@bigpond.net.au> 1650 1660 + … … 1676 1686 1677 1687 * Makefile.am (ehopt.o): Add struc-symbol.h. 1678 @@ -132,7 +1 58,7 @@1688 @@ -132,7 +168,7 @@ 1679 1689 targets. 1680 1690 * doc/c-i386.texi (i386-Directives): New node. Used to document … … 1685 1695 1686 1696 * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux 1697 diff -Naur binutils-2.19.1.orig/gas/config/tc-arm.c binutils-2.19.1/gas/config/tc-arm.c 1698 --- binutils-2.19.1.orig/gas/config/tc-arm.c 2008-08-12 16:39:30.000000000 -0700 1699 +++ binutils-2.19.1/gas/config/tc-arm.c 2009-04-01 08:47:37.000000000 -0700 1700 @@ -3456,7 +3456,7 @@ 1701 1702 if (reg == FAIL) 1703 { 1704 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWR])); 1705 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWR])); 1706 goto error; 1707 } 1708 1709 @@ -3470,7 +3470,7 @@ 1710 hi_reg = arm_reg_parse (&input_line_pointer, REG_TYPE_MMXWR); 1711 if (hi_reg == FAIL) 1712 { 1713 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWR])); 1714 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWR])); 1715 goto error; 1716 } 1717 else if (reg >= hi_reg) 1718 @@ -3588,7 +3588,7 @@ 1719 1720 if (reg == FAIL) 1721 { 1722 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWCG])); 1723 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWCG])); 1724 goto error; 1725 } 1726 1727 @@ -3603,7 +3603,7 @@ 1728 hi_reg = arm_reg_parse (&input_line_pointer, REG_TYPE_MMXWCG); 1729 if (hi_reg == FAIL) 1730 { 1731 - as_bad (_(reg_expected_msgs[REG_TYPE_MMXWCG])); 1732 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_MMXWCG])); 1733 goto error; 1734 } 1735 else if (reg >= hi_reg) 1736 @@ -3709,7 +3709,7 @@ 1737 reg = arm_reg_parse (&input_line_pointer, REG_TYPE_RN); 1738 if (reg == FAIL) 1739 { 1740 - as_bad (_(reg_expected_msgs[REG_TYPE_RN])); 1741 + as_bad ("%s", _(reg_expected_msgs[REG_TYPE_RN])); 1742 ignore_rest_of_line (); 1743 return; 1744 } 1687 1745 diff -Naur binutils-2.19.1.orig/gas/config/tc-ppc.c binutils-2.19.1/gas/config/tc-ppc.c 1688 1746 --- binutils-2.19.1.orig/gas/config/tc-ppc.c 2008-08-01 21:38:50.000000000 -0700 … … 5455 5513 + .section .pad 5456 5514 + .space 0x4000000 5515 diff -Naur binutils-2.19.1.orig/libiberty/testsuite/test-demangle.c binutils-2.19.1/libiberty/testsuite/test-demangle.c 5516 --- binutils-2.19.1.orig/libiberty/testsuite/test-demangle.c 2006-12-20 17:32:48.000000000 -0800 5517 +++ binutils-2.19.1/libiberty/testsuite/test-demangle.c 2009-06-05 08:15:00.000000000 -0700 5518 @@ -46,7 +46,7 @@ 5519 #define LINELEN 80 5520 5521 static void 5522 -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 (result 5457 5552 diff -Naur binutils-2.19.1.orig/opcodes/ChangeLog binutils-2.19.1/opcodes/ChangeLog 5458 5553 --- 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.