]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- updated to 2.26 auto/th/binutils-2.26-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 20:28:35 +0000 (21:28 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 20:28:35 +0000 (21:28 +0100)
- updated pt_pax_flags,libdir patches

binutils-libdir.patch
binutils-pt_pax_flags.patch
binutils.spec

index 8347fe242c0cc7e4d9fbe2a288b22e68c4dbc79a..d8ec2c041cf50a484d0c8d658aca755964e440be 100644 (file)
@@ -1,9 +1,9 @@
---- binutils-2.25.51.0.1/bfd/Makefile.am.orig  2015-03-15 11:04:52.000000000 +0100
-+++ binutils-2.25.51.0.1/bfd/Makefile.am       2015-03-17 20:08:55.482838510 +0100
-@@ -52,7 +52,7 @@ ZLIBINC = @zlibinc@
+--- binutils-2.26/bfd/Makefile.am.orig 2016-01-26 21:10:01.893801762 +0100
++++ binutils-2.26/bfd/Makefile.am      2016-01-26 21:10:42.507133384 +0100
+@@ -52,7 +52,7 @@
  WARN_CFLAGS = @WARN_CFLAGS@
  NO_WERROR = @NO_WERROR@
- AM_CFLAGS = $(WARN_CFLAGS)
+ AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
 -AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
 +AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"'
  if PLUGINS
index 0ac4e38e52e38cc704f097604838f61bee0c6b73..3c060012ad0ed98381bde5f0e26fa71f9a83afbe 100644 (file)
  EOF
  
    if test -n "$COMMONPAGESIZE"; then
-@@ -2220,6 +2230,8 @@
-   fprintf (file, _("\
-   -z defs                     Report unresolved symbols in object files.\n"));
-   fprintf (file, _("\
-+  -z execheap                 Mark executable as requiring executable heap\n"));
-+  fprintf (file, _("\
-   -z execstack                Mark executable as requiring executable stack\n"));
-   fprintf (file, _("\
-   -z initfirst                Mark DSO to be initialized first at runtime\n"));
-@@ -2244,6 +2256,8 @@
-   fprintf (file, _("\
-   -z nodump                   Mark DSO not available to dldump\n"));
-   fprintf (file, _("\
-+  -z noexecheap               Mark executable as not requiring executable heap\n"));
-+  fprintf (file, _("\
-   -z noexecstack              Mark executable as not requiring executable stack\n"));
- EOF
 --- binutils-2.15.94.0.2.2.orig/ld/ldgram.y    2004-11-22 21:33:32.000000000 +0100
 +++ binutils-2.15.94.0.2.2/ld/ldgram.y 2005-02-20 13:13:17.499537376 +0100
 @@ -1073,6 +1073,8 @@
                          else
                            {
                              einfo (_("\
+--- binutils-2.26/ld/lexsup.c.orig     2015-11-13 09:27:42.000000000 +0100
++++ binutils-2.26/ld/lexsup.c  2016-01-26 21:08:41.787138458 +0100
+@@ -1793,8 +1793,12 @@
+   fprintf (file, _("\
+   -z muldefs                  Allow multiple definitions\n"));
+   fprintf (file, _("\
++  -z execheap                 Mark executable as requiring executable heap\n"));
++  fprintf (file, _("\
+   -z execstack                Mark executable as requiring executable stack\n"));
+   fprintf (file, _("\
++  -z noexecheap               Mark executable as not requiring executable heap\n"));
++  fprintf (file, _("\
+   -z noexecstack              Mark executable as not requiring executable stack\n"));
+ }
index 6dd6ca493b2342b75c532b5d7fa44a9c8208db52..cdc02e8e05e283e2d0043c0a00ca7fe29289f6f5 100644 (file)
@@ -23,13 +23,13 @@ Summary(ru.UTF-8):  Набор инструментов GNU для построе
 Summary(tr.UTF-8):     GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
-Version:       2.25.1
+Version:       2.26
 Release:       1
 Epoch:         4
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       http://ftp.gnu.org/gnu/binutils/%{name}-%{version}.tar.bz2
-# Source0-md5: ac493a78de4fee895961d025b7905be4
+# Source0-md5: 64146a0faa3b411ba774f47d41de239f
 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
This page took 0.098919 seconds and 4 git commands to generate.