]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- updated to 2.23.51.0.6 auto/th/binutils-2.23.51.0.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Nov 2012 16:58:22 +0000 (17:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Nov 2012 16:58:22 +0000 (17:58 +0100)
- removed obsolete elf-strtab-assert patch

binutils-elf-strtab-assert.patch [deleted file]
binutils.spec

diff --git a/binutils-elf-strtab-assert.patch b/binutils-elf-strtab-assert.patch
deleted file mode 100644 (file)
index fb5d3d8..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-===================================================================
-RCS file: /cvs/src/src/bfd/elflink.c,v
-retrieving revision 1.456
-retrieving revision 1.457
-diff -u -r1.456 -r1.457
---- src/bfd/elflink.c  2012/10/30 12:44:53     1.456
-+++ src/bfd/elflink.c  2012/11/20 22:17:26     1.457
-@@ -4394,8 +4394,6 @@
-                   {
-                     h->def_dynamic = 0;
-                     h->ref_dynamic = 1;
--                    /* PR 12549: Note if the dynamic reference is weak.  */
--                    h->ref_dynamic_nonweak = (bind != STB_WEAK);
-                   }
-               }
-@@ -4413,9 +4411,6 @@
-               {
-                 h->ref_dynamic = 1;
-                 hi->ref_dynamic = 1;
--                /* PR 12549: Note if the dynamic reference is weak.  */
--                hi->ref_dynamic_nonweak =
--                  h->ref_dynamic_nonweak = (bind != STB_WEAK);
-               }
-             else
-               {
-@@ -4503,8 +4498,8 @@
-         if (!add_needed
-             && definition
-             && ((dynsym
--                 && h->ref_regular_nonweak)
--                || (h->ref_dynamic_nonweak
-+                 && h->ref_regular)
-+                || (h->ref_dynamic
-                     && (elf_dyn_lib_class (abfd) & DYN_AS_NEEDED) != 0
-                     && !on_needed_list (elf_dt_name (abfd), htab->needed))))
-           {
-===================================================================
-RCS file: /cvs/src/src/bfd/elf-bfd.h,v
-retrieving revision 1.349
-retrieving revision 1.350
-diff -u -r1.349 -r1.350
---- src/bfd/elf-bfd.h  2012/10/30 12:44:53     1.349
-+++ src/bfd/elf-bfd.h  2012/11/20 22:17:26     1.350
-@@ -168,8 +168,6 @@
-   /* Symbol has a non-weak reference from a non-shared object (other than
-      the object in which it is defined).  */
-   unsigned int ref_regular_nonweak : 1;
--  /* Symbol has a non-weak reference from a shared object.  */
--  unsigned int ref_dynamic_nonweak : 1;  
-   /* Dynamic symbol has been adjustd.  */
-   unsigned int dynamic_adjusted : 1;
-   /* Symbol needs a copy reloc.  */
index 23abb9ffd4f02b45f79287f7f1b34e0e5d0c53d8..b61e063c3ea134ad1917cb8b26d6b8e40ddf7004 100644 (file)
@@ -22,13 +22,13 @@ Summary(ru.UTF-8):  Набор инструментов GNU для построе
 Summary(tr.UTF-8):     GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
-Version:       2.23.51.0.5
-Release:       2
+Version:       2.23.51.0.6
+Release:       1
 Epoch:         3
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.xz
-# Source0-md5: 25ab1cdd20e9080c873428320a294fa4
+# Source0-md5: df3630fe49739312806c1d1c3e6ed17f
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: a717d9707ec77d82acb6ec9078c472d6
 Patch0:                %{name}-gasp.patch
@@ -41,7 +41,6 @@ Patch7:               %{name}-libtool-m.patch
 Patch8:                %{name}-build-id.patch
 Patch9:                %{name}-tooldir.patch
 Patch10:       %{name}-sanity-check.patch
-Patch11:       %{name}-elf-strtab-assert.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -169,7 +168,6 @@ niektórych pakietów.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 
 # file contains hacks for ac 2.59 only
 %{__rm} config/override.m4
This page took 0.172519 seconds and 4 git commands to generate.