]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- up to 2.25.51.0.2 auto/th/binutils-2.25.51.0.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 May 2015 09:50:42 +0000 (11:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 May 2015 09:50:42 +0000 (11:50 +0200)
binutils-libdir.patch
binutils-pt_pax_flags.patch
binutils.spec

index b280a4028e57ea270892cb4ddd79dae3646387e2..f0e1b790b3440096fb0d503b31070e3d3c47a5ae 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
-@@ -46,7 +46,7 @@
+@@ -52,7 +52,7 @@ ZLIBINC = @zlibinc@
  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 abce68fb8af0e78b4538083173ada6c7df020eb6..7708923a1512ebce148ba6ef5ed0abd671bed796 100644 (file)
  EOF
  
    if test -n "$COMMONPAGESIZE"; then
-@@ -2220,6 +2230,8 @@
+--- a/ld/lexsup.c~     2015-05-18 19:03:26.000000000 +0200
++++ b/ld/lexsup.c      2015-05-19 11:41:03.720941239 +0200
+@@ -1739,10 +1739,14 @@ elf_static_list_options (FILE *file)
    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 @@
+   -z muldefs                  Allow multiple definitions\n"));
    fprintf (file, _("\
-   -z nodump                   Mark DSO not available to dldump\n"));
+   -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"));
- 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
index 484710ae8d2a996a25ef4022874d511a42392e08..8a34ae67eb2293edc1c17e5a459d587fec6bac78 100644 (file)
@@ -23,7 +23,7 @@ Summary(ru.UTF-8):    Набор инструментов GNU для построе
 Summary(tr.UTF-8):     GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
-Version:       2.25.51.0.1
+Version:       2.25.51.0.2
 Release:       1
 Epoch:         3
 License:       GPL v3+
@@ -31,8 +31,10 @@ Group:               Development/Tools
 # Source0:     https://www.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.xz
 
 # release with no tarball - https://sourceware.org/git/?p=binutils-gdb.git;a=summary
+# git clone git://sourceware.org/git/binutils-gdb.git && cd binutils-gdb
+# git archive --format tar --prefix binutils-2.25.51.0.2/ users/hjl/linux/release/2.25.51.0.2 | xz - > ~/rpm/packages/binutils/binutils-2.25.51.0.2.tar.xz
 Source0:       %{name}-%{version}.tar.xz
-# Source0-md5: 4d3bd9694a1c9c318e7afe6db4a23b69
+# Source0-md5: c0b0040913d1256ce033093418a1f3d6
 
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: a717d9707ec77d82acb6ec9078c472d6
This page took 0.152595 seconds and 4 git commands to generate.