]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- fix pax patch auto/th/binutils-2.25.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Aug 2015 06:59:57 +0000 (08:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Aug 2015 06:59:57 +0000 (08:59 +0200)
binutils-pt_pax_flags.patch

index 696702664bc454f69ce0c1c95e41f0b5f742537d..0ac4e38e52e38cc704f097604838f61bee0c6b73 100644 (file)
  EOF
  
    if test -n "$COMMONPAGESIZE"; then
  EOF
  
    if test -n "$COMMONPAGESIZE"; then
---- 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)
+@@ -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, _("\
    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 muldefs                  Allow multiple definitions\n"));
-   fprintf (file, _("\
    -z execstack                Mark executable as requiring executable stack\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"));
 +  -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
  
 --- 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
This page took 0.14006 seconds and 4 git commands to generate.